/* import styl file */
html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body {
  margin: 0 auto;
}
header,
p,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
footer {
  background-color: #333;
  text-align: center;
}
.footer-top {
  padding: 1px 0;
  margin: 99px 0 9px;
}
footer h2 {
  margin: 99px 0 51px;
  font-size: 4rem;
  color: #fff;
}
.tab {
  display: none;
}
footer p {
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
}
footer form div {
  width: 640px;
  margin: 0 auto;
}
footer form textarea {
  display: block;
  background-color: #fff;
  margin: 53px auto 0;
  width: 640px;
  height: 256px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px;
}
footer form p#js_validate_null_text {
  text-align: left;
  text-indent: -0.5rem;
  padding-top: 1rem;
  margin-bottom: -1.2rem;
  line-height: 1.5;
  display: none;
}
footer form p#js_validate_null_text.error {
  display: block;
}
footer form button {
  display: inline-block;
  background-color: #fff;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.5;
  min-width: 300px;
  border-radius: 3rem;
  margin-top: 4.6rem;
  margin-bottom: 9.6rem;
  padding: 0 4.2rem;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
footer form button {
  margin-top: 66px;
}
footer form button:hover {
  transform: translate(6px, 6px);
}
footer form button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  border-radius: 3rem;
  z-index: -2;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  transition-duration: 0.3s;
}
footer form button:hover::after {
  transform: translate(-6px, -6px);
}
.footer-bottom {
  background-color: #fff033;
}
.footer-bottom div {
  max-width: 1000px;
  margin: 0 auto;
  padding: 75px 5% 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p {
  color: #000;
  vertical-align: middle;
}
.footer-bottom p img {
  width: auto;
  height: 50px;
  vertical-align: middle;
}
.footer-bottom ul {
  display: flex;
}
.footer-bottom li {
  margin-left: 20px;
}
.footer-bottom li img {
  transition-duration: 0.2s;
}
.footer-bottom li img.preparation {
  opacity: 0.2;
}
.footer-bottom li img:hover {
  transform: scale(1.2);
}
.footer-bottom li img.preparation {
  transform: scale(1);
}
.footer-bottom small {
  font-family: "Arial";
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 20px;
}
.credit {
  padding: 18px 0;
  font-family: "Arial";
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 1;
}
.fontpreload {
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  display: none;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .footer-top h2 br {
    display: none;
  }
  .footer-top h2 br.tab {
    display: inline;
  }
}
@media (max-width: 767px) {
  .footer-top {
    width: 80%;
    padding: 1px 5%;
    margin: 80px auto 0;
  }
  .footer-top h2 {
    font-size: 3.4rem;
    text-align: center;
    margin-left: -12.5%;
    margin-right: -12.5%;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .footer-top h2 br {
    display: inline;
  }
  .footer-top p {
    text-align: left;
  }
  .footer-top p br {
    display: none;
  }
  footer form div {
    width: 100%;
  }
  footer form textarea {
    width: 100%;
    margin: 50px auto 0;
  }
  footer form button {
    margin-top: 50px;
    margin-bottom: 50px;
    min-width: auto;
    width: 100%;
  }
  .footer-bottom div {
    flex-direction: column;
    padding: 58px 5%;
  }
  .footer-bottom small {
    display: block;
    margin-left: 0;
    margin-top: 11px;
  }
  .footer-bottom ul {
    margin-top: 35px;
    justify-content: space-between;
    width: 230px;
  }
  .footer-bottom li {
    margin-left: 0;
  }
}
.fixheader {
  padding: 15px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 2;
  transition-duration: 0.4s;
  background-color: #fff033;
}
.top .fixheader {
  background-color: transparent;
}
.fixheader.scrolled {
  background-color: rgba(255,240,51,0.6);
}
.header-logo img {
  width: auto;
  height: 36px;
  margin-left: 15px;
  vertical-align: middle;
}
.header-menu_humburger {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.header-menu_humburger span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 4px;
  height: 6px;
  background: #000;
  width: 80%;
}
.header-menu_humburger span:nth-of-type(1) {
  top: 5px;
}
.header-menu_humburger span:nth-of-type(2) {
  top: 17px;
}
.header-menu_humburger span:nth-of-type(3) {
  top: 29px;
}
.header-menu_humburger:hover span:nth-of-type(1),
.header-menu_humburger:hover span:nth-of-type(3) {
  top: 17px;
}
header nav {
  transition-duration: 0.3s;
  overflow: hidden;
  z-index: 5;
}
header nav.open {
  display: block;
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 5;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px) brightness(1.1);
  backdrop-filter: blur(20px) brightness(1.1);
}
@supports not (backdrop-filter: blur(20px) brightness(1.1)) {
  header nav.open {
    background: rgba(0,0,0,0.2);
  }
}
@media all and (-ms-high-contrast: none) {
  header nav.open {
    background: rgba(0,0,0,0.2);
  }
}
header nav.close {
  background-color: rgba(0,0,0,0);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
@supports not (backdrop-filter: none) {
  header nav.close {
    background: rgba(0,0,0,0);
  }
}
@media all and (-ms-high-contrast: none) {
  header nav.close {
    background: rgba(0,0,0,0);
  }
}
header nav ul {
  transition-duration: 0.3s;
  display: block;
  width: 400px;
  min-height: 100%;
  background-color: #000;
  position: fixed;
  z-index: 6;
  right: -400px;
}
header nav.open ul {
  transform: translate(-400px);
}
header nav.open ul.close {
  transform: translate(400px);
}
header nav ul li {
  font-size: 2rem;
  line-height: 3;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.267);
}
header nav ul li.link a {
  display: block;
  padding-top: 1px;
  padding-left: 30px;
  width: 100%;
  transition-duration: 0.2s;
  text-decoration: none;
}
header nav ul li.link a:link {
  color: #fff;
}
header nav ul li.link a:visited {
  color: #fff;
}
header nav ul li.link a:hover {
  background-color: rgba(255,240,51,0.102);
  color: #fff033;
}
header nav ul li.link a:active {
  color: #fff;
}
header nav ul li h2 {
  margin: 55px 0 60px;
  padding-left: 30px;
  line-height: 1;
}
header nav ul li h2 img {
  vertical-align: middle;
}
header nav p {
  position: absolute;
  font-size: 1.6rem;
}
header nav.open p {
  top: 10;
  right: 0;
  color: #fff;
  z-index: 7;
}
header nav .menuclose {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  transform: scale(1.5);
  top: 20px;
  right: 20px;
  border: none;
}
header nav .menuclose::before,
header nav .menuclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
  transition-duration: 0.2s;
}
header nav .menuclose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
header nav .menuclose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header nav .menuclose:hover::before,
header nav .menuclose:hover::after {
  background-color: #fff033;
}
@media (max-width: 767px) {
  header nav ul {
    width: 100%;
    right: -100%;
  }
  header nav.open ul {
    transform: translate(-100%);
  }
  .fixheader {
    padding: 0;
    width: 60px;
    height: 60px;
    right: 0;
    justify-content: center;
  }
  .top .fixheader {
    background-color: rgba(255,240,51,0.6);
  }
  .fixheader.scrolled {
    background-color: #fff033;
  }
  .header-logo {
    display: none;
  }
  .fixheader.scrolled .header-logo {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu_humburger {
    margin-right: 0;
  }
}
#js_dialogback {
  transition-duration: 0.3s;
  z-index: 5;
}
#js_dialogback.open {
  display: block;
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 5;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px) brightness(1.1);
  backdrop-filter: blur(20px) brightness(1.1);
}
@supports not (backdrop-filter: blur(20px) brightness(1.1)) {
  #js_dialogback.open {
    background: rgba(0,0,0,0.6);
  }
}
@media all and (-ms-high-contrast: none) {
  #js_dialogback.open {
    background: rgba(0,0,0,0.6);
  }
}
#js_dialogback.close {
  background-color: rgba(0,0,0,0);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
@supports not (backdrop-filter: none) {
  #js_dialogback.close {
    background: rgba(0,0,0,0);
  }
}
@media all and (-ms-high-contrast: none) {
  #js_dialogback.close {
    background: rgba(0,0,0,0);
  }
}
#js_dialogbody {
  transition-duration: 0.3s;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
  max-width: 600px;
  padding: 80px 39px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  text-align: center;
  z-index: -1;
}
#js_dialogback.open.asyncend div#js_dialogbody {
  z-index: 6;
  opacity: 1;
}
#js_dialogback.open.asyncend div#js_dialogbody.close {
  opacity: 0;
}
#js_dialogbody h2 {
  margin: 0 0 50px 0;
  font-size: 4rem;
  line-height: 1;
}
#js_dialogbody p {
  font-size: 1.8rem;
  line-height: 2;
}
.open #js_dialogbody a {
  cursor: default;
}
.open.asyncend #js_dialogbody a {
  cursor: pointer;
}
#js_dialogbody a {
  display: inline-block;
  background-color: #000;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.5;
  min-width: 300px;
  border-radius: 3rem;
  margin-top: 4.6rem;
  margin-bottom: 9.6rem;
  padding: 0 4.2rem;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
#js_dialogbody a {
  min-width: auto;
  margin-top: 50px;
  margin-bottom: 0;
}
#js_dialogbody a:hover {
  transform: translate(6px, 6px);
}
#js_dialogbody a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  border-radius: 3rem;
  z-index: -2;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  transition-duration: 0.3s;
}
#js_dialogbody a:hover::after {
  transform: translate(-6px, -6px);
}
#js_dialogbody .dialogclose {
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
}
#js_dialogbody .dialogclose::before,
#js_dialogbody .dialogclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 28.2842px;
  background: #000;
  transition-duration: 0.2s;
}
#js_dialogbody .dialogclose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#js_dialogbody .dialogclose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#js_dialogbody .dialogclose:hover::before,
#js_dialogbody .dialogclose:hover::after {
  background-color: #aaa;
}
.wpcf7-response-output {
  display: none !important;
}
@media (max-width: 767px) {
  #js_dialogbody {
    width: 95%;
    padding: 80px 6%;
  }
  #js_dialogbody p.content {
    text-align: left;
  }
}
.wrapper {
  opacity: 0;
  transition-duration: 0.3s;
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -75%);
  text-align: center;
  z-index: -5;
  transition-duration: 0.3;
}
#js_dialogback.open .wrapper {
  opacity: 1;
  z-index: 5;
}
#js_dialogback.open.asyncend .wrapper {
  opacity: 0;
}
.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}
.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}
.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.wrapper span {
  font-size: 20px;
  letter-spacing: 5px;
  color: #fff;
  display: inline-block;
  padding-top: 80px;
  padding-left: 5px;
}
@-moz-keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@-o-keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@-moz-keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
@-webkit-keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
@-o-keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.lower .history,
.lower .fnf {
  margin-bottom: 120px;
  max-width: 1000px;
  margin: 0 auto;
}
.lower h1 {
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
}
.lower .history h1 {
  font-size: 4rem;
  line-height: 1.425;
  text-align: left;
  margin-top: 195px;
  margin-bottom: 60px;
  float: left;
}
.lower .fnf h1 {
  font-size: 7rem;
  line-height: 1.425;
  margin-top: 185px;
  text-align: center;
  color: #999;
}
.lower .fnf h2 {
  font-size: 2rem;
  line-height: 1.425;
  margin: 1rem 0 55px;
  text-align: center;
  font-weight: normal;
}
.lower .fnf p {
  text-align: center;
}
.lower .fnf p .sponly {
  display: none;
}
.lower .history dl:first-of-type {
  border-top: 1px solid #ccc;
  clear: both;
}
.lower .history dl {
  display: table;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.lower .history dt,
.lower .history dd {
  display: block;
}
.lower .history dt {
  padding-top: 24px;
  padding-bottom: 3px;
  color: #999;
}
.lower .history dd {
  padding-top: 0;
  padding-bottom: 21px;
  font-size: 2.4rem;
  width: 100%;
}
.yearbox {
  text-align: center;
  float: right;
  margin-top: 200px;
}
.yearbox select {
  visibility: hidden;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .lower .fnf {
    width: 90%;
    margin: 0 auto;
  }
  .lower .history h1 {
    margin-left: 5%;
  }
  .lower .history dl {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .yearbox {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .lower .fnf {
    min-width: auto;
    width: 80%;
    margin-bottom: 99px;
  }
  .lower .history h1 {
    font-size: 3.2rem;
    line-height: 1.425;
    margin-top: 107px;
    margin-bottom: 27px;
    text-align: center;
    float: none;
  }
  .lower .fnf h1 {
    font-size: 4.5rem;
    line-height: 1.425;
    margin-top: 87px;
  }
  .lower .fnf p .sponly {
    display: inline;
  }
  .yearbox {
    float: none;
    margin-top: 0;
  }
  .lower .history dl {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .lower .history dt {
    line-height: 1;
    color: #000;
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .lower .history dd {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 3px;
  }
}
.custom-select-wrapper {
  text-align: left;
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 20px;
  box-sizing: border-box;
  width: 160px;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
}
.custom-select-trigger::-ms-expand {
  display: none;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0,0,0,0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: #fffa99;
}
@media (max-width: 767px) {
  .custom-select-wrapper {
    margin-bottom: 55px;
  }
}
/* main.stly */
h2 {
  margin: 120px auto 60px;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
}
main {
  margin: 0 auto;
  display: block;
  font-size: 1.8rem;
  line-height: 2;
}
main h2 {
  font-size: 4rem;
  line-height: 1.425;
  text-align: center;
}
.mainvisual {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: left;
  background-color: #fff033;
  z-index: 0;
}
/*波形の設定*/
.mainvisual::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  animation: 6.7s circleanime linear infinite;
  animation-delay: 0.8s;
  z-index: -1;
}
.mainbox {
  position: relative;
  margin-top: 150px;
}
.mainbox::after {
  content: "";
  display: inline-block;
  background-image: url("../image/haraochiimage.png");
  position: absolute;
  width: 60%;
  padding-top: 60%;
  top: 170px;
  right: -225px;
  z-index: 1;
}
.mainvisual h1 img {
  width: 500px;
  height: auto;
  vertical-align: bottom;
}
.mainvisual p {
  position: absolute;
  top: -45px;
  right: -97px;
  animation: hurueru 6.7s infinite;
  animation-delay: 0.8s;
}
.mainvisual p a img {
  width: 154px;
  height: auto;
  position: relative;
}
.rightnowmovie {
  display: inline-block;
  background-color: #000;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.5;
  min-width: 300px;
  border-radius: 3rem;
  margin-top: 4.6rem;
  margin-bottom: 9.6rem;
  padding: 0 4.2rem;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.rightnowmovie:hover {
  transform: translate(6px, 6px);
}
.rightnowmovie::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  border-radius: 3rem;
  z-index: -2;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  transition-duration: 0.3s;
}
.rightnowmovie:hover::after {
  transform: translate(-6px, -6px);
}
.worries {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.worries h2 {
  margin: 120px 0 60px;
  position: relative;
  display: inline-block;
}
.worries h2 br {
  display: none;
}
.worries h2::before,
.worries h2::after,
.worries h2 span::before,
.worries h2 span::after {
  content: '';
  position: absolute;
  top: 49%;
  display: inline-block;
  height: 4px;
  background-color: #000;
}
.worries h2::before {
  width: 55px;
  left: -84px;
  -webkit-transform: translate(0, 5px) rotate(56deg);
  transform: translate(0, 5px) rotate(56deg);
}
.worries h2 span::before {
  width: 61px;
  left: -73px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
.worries h2::after {
  width: 55px;
  right: -84px;
  -webkit-transform: translate(0, 5px) rotate(-56deg);
  transform: translate(0, 5px) rotate(-56deg);
}
.worries h2 span::after {
  width: 61px;
  right: -73px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
.worries ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.worries li {
  width: 300px;
  text-align: center;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
}
.worries li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.support_beginner {
  font-size: 0;
  text-align: center;
}
.support_beginner h2 {
  margin-top: 105px;
  margin-bottom: 54px;
}
.support_beginner h2 br {
  display: none;
}
.support_beginner .maintext {
  display: block;
}
.support_beginner .subtext {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 5rem;
  padding: 0 2.6rem;
  background-color: #fff033;
  border-radius: 25px;
}
.support_beginner p {
  margin: 23px 0;
  font-size: 1.8rem;
  line-height: 2;
}
.support_beginner .dlbox {
  max-width: 934px;
  margin: 0 auto;
}
.support_beginner dl {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 30%;
  padding-top: 30%;
  margin: 30px 1% 0;
  border-radius: 50%;
  background-color: rgba(255,240,51,0.4);
}
.support_beginner dd img {
  width: 42.86%;
  height: auto;
  margin: 7px 0 15px;
}
.support_beginner dt {
  font-size: 2rem;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
}
.support_beginner dd {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 25.5%;
  left: 0;
  right: 0;
}
.support_beginner dd span {
  display: block;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  margin-bottom: 13px;
}
.support_beginner dl.arrow {
  z-index: 1;
}
.support_beginner dl.arrow {
  z-index: 2;
}
.support_beginner dl.plus::after {
  content: "";
  position: absolute;
  background-image: url("../image/image_plus.svg");
  background-size: cover;
  width: 17.8571%;
  padding-top: 17.8571%;
  top: 41.0714%;
  left: 94.42%;
  z-index: 3;
}
.support_beginner dl.arrow::after {
  content: "";
  position: absolute;
  background-image: url("../image/image_arrow.svg");
  background-size: cover;
  width: 17.8571%;
  padding-top: 17.8571%;
  top: 41.0714%;
  left: 95.42%;
  z-index: 4;
}
.point h2 br {
  display: none;
}
.point {
  max-width: 1000px;
  margin: 0 auto;
}
.point ol {
  counter-reset: number 0;
  list-style: none;
}
.point ol li {
  position: relative;
  margin: 30px 0;
  padding: 33px 45px 33px 156px;
  font-size: 2rem;
  line-height: 2;
  border-radius: 20px;
  border: 5px solid #000;
}
.point ol li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  font-size: 3rem;
  left: 40px;
  top: 0;
  bottom: 0;
  height: 76px;
  width: 76px;
  margin: auto;
  background-color: #fff033;
  border-radius: 50%;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  counter-increment: number 1;
  content: "0" counter(number);
}
.movthumbnail h2 br {
  display: none;
}
.movthumbnail {
/* max-width var_main_content_maxwidth */
  margin: 0 auto;
}
/* keen-slider styles */
[class^="number-slide"],
[class*=" number-slide"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  height: auto;
}
[class^="number-slide"] img,
[class*=" number-slide"] img {
  max-width: 100%;
  height: auto;
}
.navigation-wrapper {
  position: relative;
}
.dots {
  display: flex;
  margin-top: -12px;
  padding: 10px 0;
  justify-content: center;
}
.dot {
  border: none;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 8px;
  padding: 8px;
  cursor: pointer;
}
.dot:focus {
  outline: none;
}
.dot--active {
  background: #000;
}
.movthumbnail p {
  text-align: center;
}
.movthumbnail p a {
  display: inline-block;
  background-color: #000;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.5;
  min-width: 300px;
  border-radius: 3rem;
  margin-top: 4.6rem;
  margin-bottom: 9.6rem;
  padding: 0 4.2rem;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.movthumbnail p a {
  margin-top: 115px;
  margin-bottom: 15px;
}
.movthumbnail p a:hover {
  transform: translate(6px, 6px);
}
.movthumbnail p a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  border-radius: 3rem;
  z-index: -2;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  transition-duration: 0.3s;
}
.movthumbnail p a:hover::after {
  transform: translate(-6px, -6px);
}
div.youtubenav {
  position: relative;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 60px auto 115px;
  padding: 46px 440px 53px 50px;
  background-color: #fff033;
  border-radius: 20px;
}
div.youtubenav:before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #fff033 transparent;
  border-width: 0 15px 50px 15px;
}
div.youtubenav h3 {
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  font-size: 4rem;
  margin-bottom: 20px;
}
div.youtubenav h3 br {
  display: none;
}
div.youtubenav p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}
.background {
  padding: 1px 0 92px;
  background-image: url("../image/back_background.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 1500px;
}
.background h2 {
  margin-top: 119px;
  margin-bottom: 53px;
}
.background .stickybox h2 br {
  display: none;
}
.background p {
  text-align: center;
  margin: 23px 0;
}
.background .stickybox p br.tab {
  display: none;
}
.profile {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
.profile h2 {
  margin: 120px 0 59px;
}
.profile h2 br {
  display: none;
}
.profile dl {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 50px 15px;
  width: 50%;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.profile dl.kusege {
  border-right: none;
}
.profile dt span {
  display: block;
  border-radius: 50%;
  padding-top: 55px;
  overflow: hidden;
  width: 200px;
  height: 145px;
  margin: 0 auto 23px;
}
.profile dl.kusege dt span {
  background-color: #fff685;
}
.profile dl.bozu dt span {
  background-color: #fff685;
}
.profile dt {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 20px;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
}
.profile dd {
  font-size: 2rem;
  line-height: 2;
  padding-top: 46px;
  text-align: left;
}
.profile dt img {
  transition-duration: 0.3s;
}
.profile dt img:hover {
  transform: translateY(-20px);
}
.piton {
  margin: 106px 0 120px;
  background-color: rgba(255,240,51,0.4);
  padding: 42px 50px 42px;
  border-radius: 20px;
}
.piton h3 {
  margin: 0 auto;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  font-size: 3.6rem;
  margin-bottom: 12px;
  text-align: center;
}
.piton h3 br.tab {
  display: none;
}
.piton p {
  font-size: 2rem;
  line-height: 2;
}
.top .history {
  max-width: 1000px;
  margin: 0 auto;
}
.top .history p {
  text-align: center;
}
.top .history dl {
  display: table;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.top .history dl:first-of-type {
  border-top: 1px solid #ccc;
  clear: both;
}
.top .history dt,
.top .history dd {
  padding: 13px 0 14px;
  display: table-cell;
}
.top .history dd * {
  text-align: left;
}
.top .history dt {
  width: 20%;
}
.top .history dd {
  width: 80%;
}
.top .history p a {
  display: inline-block;
  background-color: #000;
  font-family: "ヒラギノ丸ゴ W8 JIS2004", "Hiragino Maru Gothic W8 JIS2004";
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.5;
  min-width: 300px;
  border-radius: 3rem;
  margin-top: 4.6rem;
  margin-bottom: 9.6rem;
  padding: 0 4.2rem;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.top .history p a {
  margin-top: 66px;
}
.top .history p a:hover {
  transform: translate(6px, 6px);
}
.top .history p a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  border-radius: 3rem;
  z-index: -2;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  transition-duration: 0.3s;
}
.top .history p a:hover::after {
  transform: translate(-6px, -6px);
}
.notes {
  max-width: 1000px;
  margin: 14px auto 120px;
  padding: 1px 0;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-linear-gradient(-45deg, 25%, transparent 25%, transparent 50%, #ffff63 50%, #ffff63 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #ffff63 25%, transparent 25%, transparent 50%, #ffff63 50%, #ffff63 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #ffff63 25%, transparent 25%, transparent 50%, #ffff63 50%, #ffff63 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #ffff63 25%, transparent 25%, transparent 50%, #ffff63 50%, #ffff63 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ffff63 25%, transparent 25%, transparent 50%, #ffff63 50%, #ffff63 75%, transparent 75%, transparent);
}
.notes div {
  margin: 30px;
  padding: 70px 70px 60px;
  background-color: #fff;
}
.notes h2 {
  padding: 0 0 23px;
  margin: 0;
}
.notes ul {
  padding-left: 30px;
  font-size: 2rem;
  line-height: 2;
}
.notes ul li {
  list-style-type: none;
  position: relative;
}
.notes ul li:before {
  content: "●";
  display: block;
  position: absolute;
  color: #000;
  left: -2.8rem;
  transform: scale(1);
}
@media (max-width: 1020px) and (min-width: 768px) {
  .mainvisual {
    overflow: hidden;
  }
  .mainvisual h1 img {
    width: 100%;
  }
  .mainbox::after {
    content: none;
  }
  .worries::before {
    content: "";
    display: inline-block;
    background-image: url("../image/haraochiimage.png");
    position: absolute;
    width: 280px;
    background-size: cover;
    padding-top: 280px;
    top: 335px;
    right: 0;
    z-index: 1;
  }
  .worries h2::before {
    width: 55px;
    left: -70px;
    -webkit-transform: translate(0, 5px) rotate(56deg);
    transform: translate(0, 5px) rotate(56deg);
  }
  .worries h2 span::before {
    width: 61px;
    left: -59px;
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
  }
  .worries h2::after {
    width: 55px;
    right: -70px;
    -webkit-transform: translate(0, 5px) rotate(-56deg);
    transform: translate(0, 5px) rotate(-56deg);
  }
  .worries h2 span::after {
    width: 61px;
    right: -59px;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
  }
  .worries ul {
    width: 90%;
    margin: 0 auto;
  }
  .worries li {
    font-size: 1.6rem;
  }
  .point ol {
    width: 90%;
    margin: 0 auto;
  }
  div.youtubenav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
  }
  div.youtubenav p {
    width: 100%;
  }
  .background .stickybox h2 br {
    display: none;
  }
  .background .stickybox h2 br.tab {
    display: inline;
  }
  .background .stickybox p br.tab {
    display: inline;
  }
  .profile h2 br {
    display: none;
  }
  .profile dl {
    border-left: none;
    border-right: none;
  }
  .profile dl.bozu {
    border-left: 1px solid #ccc;
  }
  .piton {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .piton h3 {
    line-height: 1.425;
  }
  .piton h3 br.tab {
    display: inline;
  }
  .top .history dl {
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .notes {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .tab {
    display: inline;
  }
}
@media (max-width: 767px) {
  main h2,
  main h3 {
    line-height: 1.6;
  }
  .mainvisual {
    overflow: hidden;
    height: 670px;
  }
  .mainvisual::before {
    left: auto;
    right: auto;
  }
  .mainbox {
    margin-top: 120px;
    width: 100%;
  }
  .mainbox::after {
    content: "";
  }
  .rightnowmovie {
    min-width: auto;
    padding: 0 30px;
    margin-top: 83px;
  }
  .movthumbnail p a {
    min-width: auto;
    width: 80%;
    margin-top: 35px;
  }
  .top .history p a {
    min-width: auto;
    width: 80%;
    margin-top: 35px;
    margin-bottom: 70px;
  }
  .mainvisual p {
    display: none;
  }
  .mainvisual h1 {
    text-align: center;
    background-image: url("../image/main_mobile.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 253px;
    width: 296PX;
    margin: 0 auto;
  }
  .mainvisual h1 img {
    display: none;
  }
  .mainbox::after {
    content: none;
  }
  .worries::before {
    content: "";
    display: inline-block;
    background-image: url("../image/haraochiimage.png");
    background-size: cover;
    position: absolute;
    width: 156px;
    padding-top: 240px;
    top: -175px;
    right: -12.5%;
    z-index: 1;
  }
  .worries {
    position: relative;
    width: 80%;
  }
  .worries h2 {
    font-size: 3.4rem;
    margin-left: -12.5%;
    margin-right: -12.5%;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .worries h2 br {
    display: inline;
  }
  .worries h2::before,
  .worries h2::after,
  .worries h2 span::before,
  .worries h2 span::after {
    content: none;
  }
  .worries ul {
    flex-direction: column;
    margin-top: -10%;
  }
  .worries li {
    width: 100%;
  }
  .worries li img {
    margin-top: 10%;
  }
  .support_beginner {
    width: 80%;
    margin: 0 auto;
  }
  .support_beginner h2 {
    font-size: 3.4rem;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .support_beginner h2 br {
    display: inline;
  }
  .support_beginner h2 .subtext {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .support_beginner p {
    text-align: left;
  }
  .support_beginner p br {
    display: none;
  }
  .support_beginner dl {
    width: 100%;
    padding-top: 100%;
  }
  .support_beginner dl.plus::after {
    top: 96.43%;
    left: 41.075%;
  }
  .support_beginner dl.arrow::after {
    top: 96.43%;
    left: 41.075%;
    transform: rotate(90deg);
  }
  .point h2 {
    font-size: 3.4rem;
    text-indent: -1.5rem;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .point h2 br {
    display: inline;
  }
  .point ol li {
    margin: 30px auto;
    width: 80%;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.8rem;
    border: none;
  }
  .point ol li:before {
    position: unset;
    margin-bottom: 6.4%;
    height: 50px;
    width: 50px;
    font-size: 2rem;
  }
  .movthumbnail h2 {
    font-size: 3.4rem;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .movthumbnail h2 br {
    display: inline;
  }
  .navigation-wrapper {
    margin-top: 30px;
    text-align: center;
  }
  .navigation-wrapper img {
    width: 80%;
    height: auto;
  }
  div.youtubenav {
    padding: 10%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
  }
  div.youtubenav:before {
    top: -40px;
    border-width: 0 25px 40px 25px;
  }
  div.youtubenav h3 {
    font-size: 3.2rem;
    margin-bottom: 2.5%;
    text-align: center;
  }
  div.youtubenav h3 br {
    display: inline;
  }
  div.youtubenav p {
    margin-top: 0;
  }
  .background {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .background .stickybox {
    width: 80%;
    padding: 0 5%;
    margin: 0 auto;
  }
  .background p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2;
  }
  .background h2 {
    text-align: center;
    font-size: 3.4rem;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .background .stickybox h2 br {
    display: inline;
  }
  .background .stickybox p br {
    display: none;
  }
  .profile {
    margin-bottom: 70px;
  }
  .profile h2 br {
    display: inline;
  }
  .profile dl {
    display: block;
    width: 100%;
    border: none;
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .profile dd {
    font-size: 1.8rem;
    line-height: 2;
    padding-top: 40px;
    margin-bottom: 25px;
  }
  .profile dt {
    margin-top: 0;
  }
  .profile h2 {
    font-size: 3.4rem;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .piton {
    width: 100%;
    padding: 15% 10%;
    margin: 60px auto;
    box-sizing: border-box;
    border-radius: unset;
  }
  .piton h3 {
    font-size: 3.2rem;
    text-align: left;
  }
  .piton h3 br.tab {
    display: none;
  }
  .top .history h2 {
    font-size: 3.2rem;
    line-height: 1.425;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .top .history dl {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .top .history dt,
  .top .history dd {
    padding: 0;
    display: block;
  }
  .top .history dt {
    width: 100%;
  }
  .top .history dd {
    width: 100%;
    line-height: 1.6;
  }
  .notes {
    margin-bottom: 0;
  }
  .notes div {
    padding: 15px 0 0 6.5%;
    background-color: transparent;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .notes h2 {
    font-size: 3.2rem;
    margin-left: -7.5%;
    padding-bottom: 32px;
  }
  .notes ul {
    padding-left: 0;
  }
  .notes ul li {
    font-size: 1.8rem;
  }
  .sp_inline_block {
    display: inline-block;
    margin-left: -1.7rem;
  }
  .tume {
    letter-spacing: -1.5rem;
  }
  .tab {
    display: inline;
  }
  .tabnone {
    display: none;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .mainvisual::before {
    content: none;
  }
}
@-moz-keyframes circleanime {
  0% {
    opacity: 1;
  }
  3.7% {
    transform: translateY(-290px);
    width: 580px;
    height: 580px;
    border: 20px solid #fff;
    opacity: 1;
  }
  18.7% {
    opacity: 1;
  }
  19.5% {
    transform: translateY(-384px);
    width: 768px;
    height: 768px;
    border: 1px solid #fff;
    opacity: 0.3;
  }
  23.2% {
    border-color: #fff033;
    opacity: 0;
  }
}
@-webkit-keyframes circleanime {
  0% {
    opacity: 1;
  }
  3.7% {
    transform: translateY(-290px);
    width: 580px;
    height: 580px;
    border: 20px solid #fff;
    opacity: 1;
  }
  18.7% {
    opacity: 1;
  }
  19.5% {
    transform: translateY(-384px);
    width: 768px;
    height: 768px;
    border: 1px solid #fff;
    opacity: 0.3;
  }
  23.2% {
    border-color: #fff033;
    opacity: 0;
  }
}
@-o-keyframes circleanime {
  0% {
    opacity: 1;
  }
  3.7% {
    transform: translateY(-290px);
    width: 580px;
    height: 580px;
    border: 20px solid #fff;
    opacity: 1;
  }
  18.7% {
    opacity: 1;
  }
  19.5% {
    transform: translateY(-384px);
    width: 768px;
    height: 768px;
    border: 1px solid #fff;
    opacity: 0.3;
  }
  23.2% {
    border-color: #fff033;
    opacity: 0;
  }
}
@keyframes circleanime {
  0% {
    opacity: 1;
  }
  3.7% {
    transform: translateY(-290px);
    width: 580px;
    height: 580px;
    border: 20px solid #fff;
    opacity: 1;
  }
  18.7% {
    opacity: 1;
  }
  19.5% {
    transform: translateY(-384px);
    width: 768px;
    height: 768px;
    border: 1px solid #fff;
    opacity: 0.3;
  }
  23.2% {
    border-color: #fff033;
    opacity: 0;
  }
}
@-moz-keyframes hurueru {
  24% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  24.8% {
    transform: translate(4px, 0px) rotateZ(2deg);
  }
  25.6% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  26.4% {
    transform: translate(4px, 0px) rotateZ(-2deg);
  }
  27.2% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@-webkit-keyframes hurueru {
  24% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  24.8% {
    transform: translate(4px, 0px) rotateZ(2deg);
  }
  25.6% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  26.4% {
    transform: translate(4px, 0px) rotateZ(-2deg);
  }
  27.2% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@-o-keyframes hurueru {
  24% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  24.8% {
    transform: translate(4px, 0px) rotateZ(2deg);
  }
  25.6% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  26.4% {
    transform: translate(4px, 0px) rotateZ(-2deg);
  }
  27.2% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes hurueru {
  24% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  24.8% {
    transform: translate(4px, 0px) rotateZ(2deg);
  }
  25.6% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  26.4% {
    transform: translate(4px, 0px) rotateZ(-2deg);
  }
  27.2% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
/*# sourceMappingURL=main.css.map */