* {/*transition: all 0.48s;*/
  -moz-font-smoothing: grayscale;text-rendering: optimizelegibility;
}
html {scroll-behavior: smooth;
  overflow-x: hidden;overflow-y: scroll;
  width: 100%;font-size: 62.5%;
}
body {width: 100%;
  background: #e4e4e4;
  font-family: "Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  color:#909b90;
}
a {
  color:#e39777;
}
.fc_pnk{color:#f67599; color:rgba(246,117,153,1.0);}/* PANTONE：17-1755 Paradise Pink */
.fc_gly{color:#615c61; color:rgba(097,092,097,1.0);}/* PANTONE：18-3908 Volcanic Glass*/

article, aside, footer {
  width: 100%;
max-width: 81.6rem;
max-width: 102.8rem;
  max-width: 127.2rem;
}
@media (min-width : 1600px) {
  article {
    max-width: 98.0%;
	margin: 0 1%;
  }
}
header {
  margin: 0 auto;
  padding: 1.6rem 0 0;
}
footer {
  margin: 1.6rem auto 0;
  padding: 1.6rem;
}
main {
position: relative;
  margin: 0 auto;
  z-index: 9;
}
article, aside {
  display: flex;flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 4.8rem 0 2.4rem;
}
aside {
  margin: 1.6rem auto;
}
section {
  margin: 0 1.6rem 1.6rem;
  padding: 0 0 0.8rem;
  width: calc(100% / 1 - 1.6rem * 2);
}
.column_2 section {
  width: calc(100% / 2 - 1.6rem * 2);
}
.column_3 section {
  width: calc(100% / 3 - 1.6rem * 2);
}
.column_4 section {
  width: calc(100% / 4 - 1.6rem * 2);
}
@media (max-width : 979px) {
  .column_4 section {
    margin: 0.8rem 1.6rem 1.6rem;
    width: calc(100% / 2 - 1.6rem * 2);
  }
}
@media (max-width : 519px) {
  header, footer {
    margin: 0 auto;
  }
  article, aside {
    margin: 0 auto 2.4rem;
    padding: 2.4rem 0 1.2rem;
  }
  section, .column_2 section, .column_3 section {
    margin: 0.8rem 1.6rem 1.6rem;
    width: calc(100% / 1 - 1.6rem * 2);
  }
  .column_4 section {
    margin: 0.8rem 1.6rem 1.6rem;
    width: calc(100% / 1 - 1.6rem * 2);
  }
}
@media (min-width : 1600px) {
  .column_4 section {
    margin: 1.6rem 1.6rem 1.6rem;
    width: calc(100% / 6 - 1.6rem * 2);
  }
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
header{
position: relative;
width: 100%;
min-height: 65.0rem;
background: url("../img/dummy_hd.jpg") no-repeat center / cover;
z-index: 0;
}
header::after{content: "";position: fixed; top: 0;left: 0;
width: 100%;min-height: 65.0rem;
background: url("https://littlevisuals.co/images/tail.jpg") no-repeat center bottom / cover;
opacity: 0.6;
z-index: -1;
}
header h1,header h2,header p,header nav {border: 0.1rem solid #ff0000;
width: 100%;
max-width: 127.2rem;
margin: 0 auto;
}
nav#switch{
position: fixed;
top: 2.0rem;left: 0;right: 0.8rem;
text-align: right;
z-index: 9999;
}
header h2 {
font-family: 'Pinyon Script', cursive;
  margin: 8.0rem auto 5.6rem;
  font-size: 6.8rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
header p {
margin-bottom: 5.6rem;
  font-size: 2.0rem;
  line-height: 1.8;
}
button a {
  display: block;
  width: 100%;
  max-width: 60.4rem;
  height: 9.0rem;
  margin: 1.6rem auto 2.4rem;
  border: 0.1rem solid;
  font-size: 2.4rem;
  line-height: 9.0rem;
}
button a div {
  display: inline-block;
  font-size: 2.8rem;
}

@media (max-width : 519px) {
  header h2 {
    margin: 6.8rem 0;
    font-size: 2.8rem;
  }
  header h2 span {
    display: block;
  }
  header p {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: left;
  }
  button {
  padding: 0 0.8rem;
  }
  button a {
    font-size: 2.8rem;
  }
}

h1, h2, h3, h4, h5, p,dt, address, button {
  width: 100%;
  font-weight: 600;
}
h1 {
  font-size: 2.4rem;
  text-align: left;
}
h2.ttl {
  margin-bottom: 0.8rem;
  margin-left: 1.6rem;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: left;
}
h2 {
  margin-left: 0;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: left;
}
h2 div {
  font-size: 1.4rem;
  color: #777;
}
h3, dt {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  line-height: 1.4;
}
strong {
  font-size: 2.4rem;
  line-height: 1.0;
}
h4 {
  margin: 0.8rem 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}
p {
  margin-bottom: 0.8rem;
}
figure {
  margin-bottom: 1.2rem;
}
figcaption {
  margin: 0 0 0.2rem;
  font-size: 1.2rem;
}
address {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width : 519px) {
  h2 {
    margin-bottom: 1.6rem;
    font-size: 2.7rem;
  }
  h2 div {
    font-size: 1.3rem;
  }
  aside h2 {
    font-size: 2.8rem;
  }
  #register h2 {
    font-size: 2.4rem;
  }
  h3, dt {
    margin-bottom: 0.8rem;
    font-size: 2.0rem;
  }
  strong {
    font-size: 2.2rem;
  }
  h4 {
    margin-bottom: 0.8rem;
    font-size: 2.0rem;
  }
  p {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  figcaption {
    font-size: 1.4rem;
  }
}