body {
  background-color: #000;
  margin: 0;
  font-family:"Helvetica", Open Sans, sans-serif;
  width: 100%;
  height: 100%;
}

/* ================　素材ここから　================

いい感じの緑  background-color: #7b7;

================　素材ここまで　================　*/

html {
    scroll-behavior: smooth;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 860px;
  height: auto;
  display: block;
  margin: auto;
}

.Home0 {
  width: 100vw;
  max-width: 100%;
  height: 150vh;
}

.Home0inner {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Motto0 {
  font-size: clamp(1.8rem, 0.855rem + 4.73vw, 4.4rem);
  color: #fff;
}

.Home {
  width: 100vw;
  max-width: 100%;
  height: auto;
}

.Homeinner {
  aspect-ratio: 2048 / 1365;
  background-image: url("./img/shingo/Shingo_image_001.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.Motto {
  font-size: clamp(3rem, -1.727rem + 23.64vw, 16rem);
  color: transparent;
  -webkit-text-stroke: 2px white;
  padding: 0% 0% 0% 18%;
  margin: 0;
}


/* ------------ テキストを白枠中抜きのcssここから ------------
  color: transparent;
  -webkit-text-stroke: 2px white;
 ------------ テキストを白枠中抜きのcssここまで ------------ */


/* モットー現状の適正値bkここから
.Motto {
  text-align: right;
  font-size: clamp(2.4rem, 1.236rem + 5.82vw, 5.6rem);
  line-height: 2;
  color: #fff;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000, 0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
  padding: 4% 3% 0 0;
  margin: 0;
}
モットー現状の適正値bkここまで */


.Name {
  width: 100%;
  max-width: 100%;
  height: 150vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Name-text {
  text-align: center;
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  color: #fff;
}

.Home2 {
  overflow: hidden;
  background-image: url("./img/shingo/Shingo_image_005.jpg");
  background-size: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Menu {
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  padding: 10px 8px 10px 8px;
}

.Menubox {
  background-color: #000;
  width: 1px;
  height: 1px;
  padding: 8px 2px 8px 2px;
  margin: 4px 4px 4px 4px;
}

.Menuboxlogo {
  padding: 6px 2px 6px 2px;
  margin: 8px 4px 8px 4px;
}

.Menuboxlogo2 {
  background-color: #825;
  width: 28px;
  height: 28px;
}

.img-menu {
  width: 20px;
  height: 20px;
  object-fit: scale-down;
  padding: 6px 2px 6px 2px;
  margin: 0px 8px -8px 8px;
}

.img-menu2 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


a.Menubox:link {
  font-size: 16px;
  line-height: 36px;
  border-bottom: 0px;
  text-decoration: none;
  color: #fff;
  padding: 0.3rem;
  margin: 0.3rem;
}

a.Menubox:visited {
  font-size: 16px;
  line-height: 36px;
  border-bottom: 0px;
  text-decoration: none;
  color: #fff;
  padding: 0.3rem;
  margin: 0.3rem;
}

a.Menubox:hover {
  font-size: 16px;
  line-height: 36px;
  border-bottom: 0px;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  padding: 0.3rem;
  margin: 0.3rem;
}

.navibox {
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.navicontents {
  border-radius: 16%;
  border: solid 1px #fff;
  display: grid;
　place-items: center;
  width: 112px;
  height: 112px;
  padding: 2px;
  margin: 2px;
}

.Concerts {
  background-color: #333;
  width: 100%;
  max-width: 960px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.Videos {
  background-color: #333;
  width: 100%;
  max-width: 960px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.Discography {
  background-color: #333;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0px;
  margin: 0 auto;
}

.Disco-box {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  /* responsive.css */
    .Disco-box {
      display: flex;
      flex-direction: column;
  }
}

.Disco-image {
  width: 50%;
  max-width: 50%;
  padding: 8px;
  margin: 8px;
}

@media (max-width: 768px) {
/* responsive.css */
  .Disco-image {
    width: 90%;
    max-width: 90%;
    padding: 6px;
    margin: 0 auto;
  }
}

.img-artwork {
  float: right;
  width: 320px;
  height: auto;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 768px) {
/* responsive.css */
  .img-artwork {
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
}

.Disco-text {
  width: 50%;
  max-width: 50%;
  padding: 8px;
  margin: 8px;
}

@media (max-width: 768px) {
/* responsive.css */
.Disco-text {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.Images {
  background-color: #333;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0px;
  margin: 0 auto;
}

.Lesson {
  background-color: #333;
  width: 100%;
  max-width: 960px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.About {
  background-color: #333;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.Aboutinner {
  aspect-ratio: 2048 / 1365;
  background-image: url("./img/shingo/Shingo_image_006.jpg");
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.About-text {
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000, 0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
  height: auto;
}


/*
.About {
  background-image: url("./img/shingo/Shingo_image_006.jpg");
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
}
*/

.footer {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 240px;
  padding: 0;
  margin: 0;
  text-align: center;
}

p.footer {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 4px 14px;
  text-align: right;
}

hr{
  border: 0.5px dashed #fff;
  padding: 0;
  margin: 24px 0 0 0;
}

h1 {
  background-color: #000;
  font-size: 38px;
  color: #fff;
  text-align: center;
  padding: 24px 0 24px 0;
  margin: 0;
  border-bottom: 1px dashed #fff;
}

h2 {
  font-size: 30px;
  color: #fff;
  padding: 0px;
  margin: 40px 8px 16px 4px;
}

h3 {
  font-size: 24px;
  color: #fff;
  padding: 0px;
  margin: 30px 4px 12px 8px;
}

h4 {
  font-size: 18px;
  color: #fff;
  padding: 0px;
  margin: 20px 4px 8px 12px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  margin: 8px 4px 4px 16px;
}

p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 4px 14px;
}

p.indent-1 {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  background: #444;
  padding: 8px 8px 8px 28px;
  margin: 4px 4px 4px 4px;
  border-radius: 8px;
}

/* 背景色の初期値ここから　----
  background: #F6D86B;
---- 背景色の初期値ここまで　*/

.img-right {
  float: right;
  width: 30%;
  height: auto;
  padding: 0px;
  margin: 0px 0px 8px 8px;
}

.img-tate {
  width: 40%;
  height: auto;
  display: flex;
  justify-content: right;
  padding: 0px;
  margin: 0px 0px 8px 8px;
}

.img-column {
  float: right;
  flex-direction: column;
  align-items:flex-end;
  width: 200px;
  height: auto;
  padding: 0px;
  margin: 0px 0px 8px 8px;
}

.img-left {
  float: left;
  width: 240px;
  height: auto;
  padding: 8px;
  margin: 8px;
}

.img-tatenarabi {

}

a:link {
  color: #fff;
  border-bottom: 2px solid #993;
  text-decoration: none;
}

a:visited {
  color: #fff;
  border-bottom: 2px solid #993;
  text-decoration: none;
}

a:hover {
  color: #ff3;
  border-bottom: 1px solid #ff3;
  text-decoration: none;
}

a.Navi:link {
  display: block;
  border-bottom: 0px;
  text-decoration: none;
  line-height: 98px;
  color: #000;
}

a.Navi:visited {
  border-bottom: 0px;
  text-decoration: none;
  line-height: 98px;
  color: #000;
}

a.Navi:hover {
  border-bottom: 0px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  color: #000;
}


a.nodeco:link {
  border-bottom: 0px;
  text-decoration: none;
  color: #fff;
}

a.nodeco:visited {
  border-bottom: 0px;
  text-decoration: none;
  color: #fff;
}

a.nodeco:hover {
  border-bottom: 0px;
  text-decoration: none;
  color: #fff;
}


a.pagetop {
    color: #000;
    height: 36px;
    width: 36px;
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: #000;
    opacity: 0.6;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}


/* ----　トップへ戻るボタンの初期値ここから　----

a.pagetop {
  　　color: #777;
    height: 36px;
    width: 36px;
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: #fff;
    border: solid 2px #777;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 8px;
    width: 8px;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: translateY(20%) rotate(-45deg);
}

---- トップへ戻るボタンの初期値ここまで　----　*/