@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap');
/* CSS Document */
/*----------------------------------------------------------------------
共通領域ここから
----------------------------------------------------------------------*/
/*----------------------------------
commonここから
----------------------------------*/
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP"), url("../../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../../font/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSans-Regular";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans"), url("../../font/NotoSans-Regular.woff2") format("woff2"), url("../../font/NotoSans-Regular.woff") format("woff"), url("../../font/NotoSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "cinecaption227";
  font-style: normal;
  font-weight: 400;
  src: local("cinecaption227"), url("../../font/cinecaption227.woff2") format("woff2"), url("../../font/cinecaption227.woff") format("woff"), url("../../font/cinecaption227.TTF") format("truetype");
}
@font-face {
  font-family: "Open Sans Condensed-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed"), url("../../font/OpenSansCondensed-Bold.woff2") format("woff2"), url("../../font/OpenSansCondensed-Bold.woff") format("woff"), url("../../font/OpenSansCondensed-Bold.TTF") format("truetype");
}
html {
  color: #292a2a;
  font-family: "Noto Sans CJK JP", "NotoSansCJKjp-Regular", "NotoSans-Regular", "cinecaption227", "Open Sans Condensed-Bold", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  background: #f6f3ec;
}
main {
  background: #E4E0D8;
  background-image: url("../../img/main/bg.webp");
}
.overflow-x {
  overflow-x: hidden;
}
.main-bg {
  background-image: url("../../img/main/bg-linen-texture.webp");
}
.inner {
  box-sizing: border-box;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
p {
  text-align: justify;
  line-break: strict;
  line-height: 160%;
  font-size: 1.4rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  color: #292a2a;
  display: inline-block;
}
.img_sp {
  display: inline;
}
.img_tb {
  display: none;
}
.img_pc {
  display: none;
}
.u-fade-type-3s {
  opacity: 0;
}
.u-fade-type-3s.is-active {
  animation: fadein 3s ease forwards;
}
.u-fade-type-1s {
  opacity: 0;
}
.u-fade-type-1s.is-active {
  animation: fadein 1s ease forwards;
}
.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-image: url("../../img/footer/footer-texture.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 80;
}
.page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #f6f3ec;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.u-fade-type-right-1s {
  opacity: 0;
}
.u-fade-type-right-1s.is-active {
  animation: faderight 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes faderight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-fade-type-left-1s {
  opacity: 0;
}
.u-fade-type-left-1s.is-active {
  animation: fadeleft 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeleft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 600px) {
  .inner {
    max-width: 520px;
  }
  p {
    line-height: 165%;
    font-size: 1.6rem;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
	h3 {
		font-size: 2rem;
	}
  .img_sp {
    display: none;
  }
  .img_tb {
    display: inline;
  }
  .page-top {
    width: 60px;
    height: 60px;
  }
  .page-top a {
    width: 60px;
    height: 60px;
  }
  .page-top a::before {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
  .u-fade-type-up6 {
    transform: translateY(20px);
    opacity: 0;
  }
  .u-fade-type-up12 {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 600px;
  }
  .u-fade-type-up6 {
    transform: translateY(30px);
    opacity: 0;
  }
  .u-fade-type-up12 {
    transform: translateY(30px);
    opacity: 0;
  }
}
@media screen and (min-width: 960px) {
  .inner {
    max-width: 768px;
  }
  p {
    line-height: 180%;
    font-size: 1.8rem;
  }
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 3rem;
  }
	h3 {
		font-size: 2.4rem;
	}
  .img_tb {
    display: none;
  }
  .img_pc {
    display: inline;
  }
  .page-top {
    width: 80px;
    height: 80px;
  }
  .page-top a {
    width: 80px;
    height: 80px;
  }
  .page-top a::before {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
  .u-fade-type-up6 {
    transform: translateY(40px);
    opacity: 0;
  }
  .u-fade-type-up12 {
    transform: translateY(40px);
    opacity: 0;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    max-width: 960px;
  }
  .main-bg {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  }
  .u-fade-type-up6 {
    transform: translateY(50px);
    opacity: 0;
  }
  .u-fade-type-up12 {
    transform: translateY(50px);
    opacity: 0;
  }
}
@media screen and (min-width: 1920px) {
  .page-top {
    right: 5%;
  }
}
/*----------------------------------
commonここまで
----------------------------------*/
/*----------------------------------
ロード画面ここから
----------------------------------*/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  background: #f6f3ec;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: "Open Sans Condensed";
  animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-animation: move 2s linear infinite;
  transform: rotate(180deg);
  color: #292a2a;
}
#loading div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
#loading div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#loading div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#loading div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#loading div:nth-child(6) {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#loading div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 600px) {
  #loading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #loading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  #loading {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  #loading {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1920px) {
  #loading {
    font-size: 5.2rem;
  }
}
/*----------------------------------
ロード画面ここまで
----------------------------------*/
/*---------------------------------------
headerここから
---------------------------------------*/
.header-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-harmonia-logo {
  height: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease 0s;
}
.header-harmonia-logo:hover {
  filter: saturate(150%) drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.2));
}
.header-sns-paper {
  Position: relative;
  background-image: url("../../img/header/header-sns-paper.webp");
  background-size: cover;
  width: 226px;
  height: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.header-sns-paper ul {
  display: flex;
  position: absolute;
  width: 180px;
  justify-content: space-around;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.header-sns-icon {
  height: 25px;
  filter: brightness(0);
  transition: all 0.3s ease 0s;
}
.header-sns-icon:hover {
  filter: brightness(100%) drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.2));
}
.mainvisual {
  width: 100vw;
  height: 250px;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .header-content {
    padding-left: 0;
    padding-right: 0;
  }
  .header-sns-paper {
    width: 261px;
    height: 75px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .header-sns-paper ul {
    width: 210px;
  }
  .header-sns-icon {
    height: 28px;
  }
  .header-harmonia-logo {
    height: 75px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mainvisual {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .header-sns-paper {
    width: 313px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-sns-paper ul {
    width: 265px;
  }
  .header-sns-icon {
    height: 32px;
  }
  .header-harmonia-logo {
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mainvisual {
    height: 350px;
  }
}
@media screen and (min-width: 960px) {
  .header-sns-paper {
    width: 383px;
    height: 110px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .header-sns-paper ul {
    width: 320px;
  }
  .header-sns-icon {
    height: 38px;
  }
  .header-harmonia-logo {
    height: 110px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mainvisual {
    height: 400px;
  }
}
/*@media screen and (min-width: 1280px) {
	.header-sns-paper {
		width: 487px;
		height: 140px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.header-sns-paper ul {
		width: 420px;
	}
	.header-sns-icon {
		height: 45px;
	}
	.header-harmonia-logo {
		height: 140px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mainvisual {
		height: 450px;
	}
}*/
/*-----------------------------
グローバルナビゲーションここから
-----------------------------*/
.gnav_wrap {
  width: 100%;
  height: 50px;
  background: #f6f3ec;
  z-index: 500;
  transition-duration: .6s;
}
.gnav_wrap.sticky {
  position: fixed;
  text-align: center;
  top: 0;
}
.gnav_sp {
  display: inline-block;
}
.gnav_pc {
  display: none;
}
.nav-drawer {
  position: relative;
}
.nav-unshown {
  display: none;
}
.nav-open {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
}
.hamburger, .hamburger::before, .hamburger::after {
  position: absolute;
  height: 3px;
  width: 35px;
  border-radius: 3px;
  background: #bcab98;
  display: block;
  content: "";
}
.hamburger::before {
  bottom: 12px;
}
.hamburger::after {
  bottom: -12px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .2s ease-in-out;
}
.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  max-width: 80%;
  height: 100%;
  background-color: rgba(246, 243, 236, 1);
  background-image: url("../../img/header/drawer-shadow.webp"), url("../../img/header/drawer-shadow2.webp");
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right top;
  transition: .2s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ .drawer-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
.nav-drawer_wrap {
  display: flex;
  height: 50px;
  align-items: center;
  cursor: pointer;
}
.hamburger-text {
  display: block;
  font-size: 1.4rem;
  padding-left: 45px;
}
.drawer-harmonia-logo {
  width: 40%;
  max-width: 150px;
  margin: 20px auto 0;
}
.drawer-content ul {
  max-width: 80%;
  margin: 20px auto 0;
}
.drawer-content ul li {
  border-bottom: 1px solid #707070;
}
.drawer-content ul li a {
  display: flex;
  align-items: center;
  color: #292a2a;
  padding: 20px 10px;
  font-size: 1.6rem;
}
.drawer-text {
  margin-left: 15%;
}
.drawer-icon-right {
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .drawer-content ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .drawer-content ul li a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .gnav_wrap {
    height: 56px;
  }
  .gnav_sp {
    display: none;
  }
  .gnav_pc {
    display: inline-block;
    width: 100%;
  }
  .gnav_pc.sticky2 {
    width: auto;
  }
  .gnav_pc ul {
    display: flex;
    text-align: center;
  }
  .gnav_pc ul li {
    display: flex;
    position: relative;
    width: 140px;
    height: 56px;
    font-size: 1.6rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  }
  .gnav_pc ul li a {
    margin: auto;
  }
  .gnav_pc ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .gnav_pc-unselected {
    transition: all 0.3s ease;
  }
  .gnav_pc-unselected:hover {
    background: #70665b;
  }
  .gnav_pc-unselected a {
    display: block;
    width: 100%;
    padding: 16px 0;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #bcab98 0%, #bcab98 50%, #f6f3ec 50%, #f6f3ec 100%);
    transition: background-position ease 0.4s;
    text-align: center;
    color: #292a2a;
    text-decoration: none;
  }
  .gnav_pc-unselected a:hover {
    background-position: 0 0;
  }
  .gnav_pc-selected {
    background: #292a2a;
  }
  .gnav_pc-selected a {
    margin: auto;
    color: #F6F3EC;
  }
}
@media screen and (min-width: 1280px) {
  .gnav_pc ul li {
    width: 182px;
  }
}
/*-----------------------------
グローバルナビゲーションここまで
-----------------------------*/
/*---------------------------------------
headerここまで
---------------------------------------*/
/*-----------------------------
その他共通ここから
-----------------------------*/
.absolute-img_wrap {
  position: relative;
}
.content-partition {
  height: 40px
}
.overlay-top {
  position: absolute;
  max-width: 100%;
  max-height: 1000px;
}
.overlay-bottom {
  position: relative;
  max-width: 100%;
}
.overlay-bottom img {
  position: absolute;
  max-width: 100%;
  max-height: 1000px;
  bottom: 0;
  right: 0;
}
.underline {
  box-shadow: inset 0 -2px 0 #68aa5f;
}
footer {
  background-image: url("../../img/footer/footer-texture.webp");
  background-size: cover;
  background-repeat: repeat-x;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.copy {
  font-size: 1rem;
  text-align: center;
  font-weight: 300;
}
.copy-copy {
  font-family: "Open Sans Condensed-Bold";
}
.breadcrumb {
  position: relative;
  padding-top: 2.5rem;
  list-style: none;
  z-index: 5;
}
.breadcrumb ol {
  position: absolute;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: bold; /*太字*/
}
.breadcrumb li:not(:last-child)::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  padding: 0 0.2em;
  opcity: 0.8;
}
.breadcrumb li a {
  position: relative;
  font-size: 1.2rem;
}
.breadcrumb li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 10%;
  left: 0;
  bottom: -1px;
  background-color: rgba(104, 170, 95, 0.8);
  transition: all ease 0.3s;
}
.breadcrumb li a:hover::after {
  height: 1.5em;
}
@media screen and (min-width: 600px) {
  .content-partition {
    height: 80px
  }
}
@media screen and (min-width: 960px) {
  .content-partition {
    height: 120px
  }
}
/*-----------------------------
その他共通ここまで
-----------------------------*/
/*----------------------------------------------------------------------
共通領域ここまで
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
個別領域ここから
----------------------------------------------------------------------*/
.instruments-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background: rgba(0, 0, 0, 0.5);
}
.instruments-modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.instruments-modal-content {
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.instruments-modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.instruments-modal-table-cell {
  display: table-cell;
  padding: 60px 0 60px;
  vertical-align: middle;
}
.instruments-modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #f6f3ec;
}
.instruments-modal-content-inner {
  padding: 50px 30px 50px;
}
.instruments-modal-btn-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.instruments-modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}
.instruments-modal-btn-close .bar01 {
  -moz-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.instruments-modal-btn-close .bar02 {
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .instruments-modal-wrap {
    padding: 0 3.125%;
  }
  .instruments-modal-content-inner {
    padding: 40px 3.33333% 40px;
  }
}
.instruments-modal-ct-text-box h2 {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.instruments-modal-ct-text-box p {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.instruments-modal-ct-text-box a {
  display: block;
}
.modal-youtube_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.modal-youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bandcamp {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.instruments-modal-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.buy-button {
  display: block;
  padding: 0.6em 0.88em;
  background: linear-gradient(to right, #e66465 50%, #fff 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  color: #292a2a;
  border: none;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP";
  font-weight: 600;
  border-left: 0.20em solid #e66465;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
  transition: all .5s ease-out;
  cursor: pointer;
}
.buy-button:hover {
  background-position: left bottom;
  color: #fff;
}
.lesson-button {
  display: block;
  padding: 0.6em 0.88em;
  background: linear-gradient(to right, #6465e6 50%, #fff 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  color: #292a2a;
  border: none;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP";
  font-weight: 600;
  border-left: 0.20em solid #6465e6;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
  transition: all .5s ease-out;
  cursor: pointer;
  margin-left: 5rem;
}
.lesson-button:hover {
  background-position: left bottom;
  color: #fff;
}
.map_wrap {
  position: relative;
  height: 301px;
  max-width: 375px;
  margin: 20px auto;
}
.map-paper {
  position: absolute;
  justify-content: space-around;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.map_wrap svg {
  position: absolute;
  justify-content: space-around;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 5;
}
.map_wrap svg a {
  transition: 0.3s;
}
.map_wrap svg a:hover {
  filter: saturate(50%);
}
.map_wrap p {
  font-family: "cinecaption227";
  font-weight: 500;
  border-bottom: 2px solid #68aa5f;
  position: absolute;
  bottom: 10%;
  right: 5%;
}
.title_wrap {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 5;
}
.title_wrap h1, .title_wrap h2 {
  font-family: "cinecaption227";
  position: absolute;
  justify-content: space-around;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
	white-space: nowrap
}
.title_wrap span {
  margin-left: 0.5em;
  color: #68aa5f;
}
.instruments {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 10px;
  z-index: 5;
}
.link-photo {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px;
}
.instruments p {
  font-size: 1rem;
  line-height: 140%;
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding-left: 6px;
  border-left: 1px solid #292a2a;
}
.sample-links {
  position: relative;
}
.youtube-sample {
  position: absolute;
  left: 10%;
}
.bandcamp-sample {
  position: absolute;
  left: 37%;
}
.youtube-sample img:hover {
  cursor: pointer;
  filter: saturate(50%);
}
.lesson-link {
  position: absolute;
  left: 64%;
}
.link-photo a:hover {
  filter: saturate(150%);
}
.lesson-link a:hover {
  filter: saturate(50%);
}
.more_wrap {
  position: relative;
  text-align: center;
  z-index: 5;
}
.more_wrap p {
  font-family: "cinecaption227";
  font-weight: bold;
  position: absolute;
  justify-content: space-around;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.more_wrap a:hover {
  filter: saturate(200%);
}
@media screen and (min-width: 600px) {
  .map_wrap {
    height: 501px;
    max-width: 620px;
    margin: 30px auto;
    z-index: 4;
  }
  .map-feather {
    position: absolute;
    top: -140px;
    left: -160px;
    z-index: 0;
  }
  .map-flower {
    position: absolute;
    bottom: -140px;
    right: -150px;
    z-index: 6;
  }
  .map_wrap p {
    font-size: 2rem;
    border-bottom: 3px solid #68aa5f;
  }
  .title_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .instruments {
    margin-bottom: 30px;
  }
  .instruments p {
    font-size: 1.2rem;
    line-height: 150%;
    left: 30px;
    bottom: 26px;
    padding-left: 10px;
    border-left: 2px solid #292a2a;
  }
  .more_wrap {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .map_wrap {
    height: 644px;
    max-width: 800px;
    margin: 40px auto;
  }
  .map-feather {
    top: -160px;
    left: -180px;
  }
  .map-flower {
    right: -180px;
  }
  .map_wrap p {
    font-size: 2.4rem;
  }
  .title_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .instruments {
    flex-wrap: nowrap;
    margin-bottom: 60px;
  }
  .instruments p {
    bottom: 26px;
  }
  .instruments a:not(:last-child) {
    margin-right: 10px;
  }
  .link-photo {
    position: relative;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .map-feather {
    top: -160px;
    left: -90px;
  }
  .map-flower {
    right: -90px;
  }
  .link-photo {
    padding-bottom: 0;
  }
}