@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
/*  reset
----------------------------------------------------*/
* {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@​media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  /* アプリケーションでパーセントによる高さを許可する  */
  block-size: 100%;
  /* テキストのサイズはfont-sizeのみで制御されるようにする */
  /* smooth scroll */
  scroll-behavior: smooth;
  height: 100%;
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: #fff;
  color: #4c4c4c;
  font-size: 10px;
  font-family: "YakuHanJP", "$Mplus", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  position: relative;
  background-size: contain;
  min-height: 100dvh;
  /*コンテンツはみだしによるスクロールバー防止*/
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h2, h3, h4, h5, h6 {
  font-family: "YakuHanJP", "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0 0;
}

nav ul, ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}

p {
  line-height: 1.5;
}

p, li, dt, dd {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

pre {
  white-space: pre-wrap;
}

:root {
  line-sizing: normal;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

video {
  width: 100%;
  margin: 0 auto 2em;
}

a {
  outline: 0;
  text-decoration: none;
  transition: all 100ms linear;
}

a, a:link {
  color: #33c;
  text-decoration: none;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

@media screen and (max-width: 320px) {
  p, li, dt, dd {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  * span {
    font-size: inherit;
  }
}
/*  header
----------------------------------------------------*/
header {
  background-color: #E52D8A;
  width: 100%;
  display: block;
  position: relative;
  margin: 0px 0;
  padding: 0;
  z-index: 9;
}
header .container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .container .row {
  position: relative;
}
header .container .row figure {
  margin: 0 !important;
  position: relative;
  z-index: 0;
}
header .container .row figure .main-visual-sp {
  display: block;
}
header .container .row figure .main-visual {
  display: none;
}
header .container .row .title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}
header .container .row .title .head1 {
  width: 60vw;
  height: auto;
  line-height: 0;
  margin: 0.5rem auto 0.3rem;
  position: relative;
  left: -0.5em;
  order: 1;
  z-index: 1;
}
header .container .row .title h1 {
  border-radius: 2.5rem;
  border: solid 2px #000;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 90%;
  display: block;
  position: relative;
  color: #000;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  margin: -1em auto 1.5em;
  padding: 0.8rem;
  order: 2;
  z-index: 9;
}
header .container .row .title h2.head2 {
  width: 66%;
  height: auto;
  margin: 0 auto 1em;
  order: 3;
}

@media (max-width: 374px) {
  header .title .head1 {
    width: 60vw;
    margin: 0.2rem auto !important;
  }
  header .title h1 {
    font-size: 0.8em !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    width: 96%;
  }
  header .title h2.head2 {
    width: 55%;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  header .container .row figure .main-visual-sp {
    display: block;
  }
  header .container .row figure .main-visual {
    display: none;
  }
  header .container .row .title .head1 {
    width: 62vw;
    margin: 0.5rem auto 0.5rem;
  }
  header .container .row .title h1 {
    border-radius: 4rem;
    font-size: 2em;
    width: 75%;
    margin: 0 auto 1em;
    padding: 1.2rem 1em;
    order: 2;
  }
  header .container .row .title h2.head2 {
    width: 70%;
    height: auto;
    margin: 0 auto 1em;
    order: 3;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  header .container .row {
    max-width: 1920px !important;
    margin: 0 -15px;
  }
  header .container .row figure {
    background: url(../images/header_bg.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 680px;
    overflow: hidden;
    display: block;
  }
  header .container .row figure .main-visual-sp {
    display: none;
  }
  header .container .row figure .main-visual {
    display: none;
  }
  header .container .row .title {
    max-width: 700px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header .container .row .title .head1 {
    width: 700px;
    margin: 10px auto 6px;
    left: 0;
  }
  header .container .row .title h1 {
    border-radius: 40px;
    font-size: 21px;
    width: 700px;
    margin: 0 auto 10px;
    padding: 10px;
    order: 2;
  }
  header .container .row .title h2.head2 {
    width: 700px;
    height: auto;
    margin: 0 auto 1em;
    order: 3;
  }
}
/*  footer
----------------------------------------------------*/
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

#container-fluid {
  flex: 1;
}

footer {
  background-color: #FBC600;
  padding: 0 0 1em;
}
@media screen and (min-width: 1024px) {
  footer {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
}
footer p.photo {
  text-align: center;
  font-size: 1em;
  color: #fff;
  letter-spacing: 4px;
  margin: 1em auto;
  padding: 0;
}
footer p.copy {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  margin: 15px 0 1rem;
}
footer p.copy a, footer p.copy span {
  color: #fff;
}

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: 0.5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px;
}
#pagetopBtn a {
  background-color: #1d20ff;
  color: #fff;
  font-size: 10px;
  font-family: "Dosis";
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  display: block;
}
#pagetopBtn::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  footer p.cap {
    letter-spacing: 4px;
  }
  #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 190px;
    right: 25px;
  }
  #pagetopBtn a {
    font-size: 13px;
    font-family: "Dosis";
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    display: block;
  }
  #pagetopBtn:hover {
    text-decoration: none;
  }
  #pagetopBtn::after {
    font-size: 18px;
    top: -70px;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  footer {
    position: relative;
    z-index: 9;
    padding: 0;
  }
  footer p.copy {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    margin: 0;
  }
  #pagetopBtn a:hover {
    opacity: 0.7;
  }
}
/*  common
----------------------------------------------------*/
body .bk {
  color: #000;
}
body .red {
  color: #e50012;
}
body .cnt {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  position: relative;
}

/* bootstrap */
section#container-fluid {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  section#container-fluid {
    max-width: 1024px;
    margin: 0 auto;
  }
}

section {
  position: relative;
  z-index: 1;
}
section .container {
  position: relative;
  z-index: 2;
}
section .container h2.ttl {
  background-size: 100% auto;
  font-size: 1.6rem;
  min-height: 10vh;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #1d20ff;
  text-align: center;
  margin: 2em auto 1.5em;
}
section .container h2.ttl:first-child {
  margin-top: 0;
}
section .container .row {
  display: block;
}
section .container .row a.btn1 {
  background-color: #facf3e;
  border: solid 2px #1d20ff;
  border-radius: 1.8rem;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  height: 3.6rem;
  width: 45%;
  color: #00b7ee;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 1em;
  margin: 0 auto 1.5em;
  text-align: center;
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
section .container .row a.btn1::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.9rem;
  color: #1d20ff;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 52%);
  right: 0.5em;
}
section .container .row p.btn2 {
  max-width: 85%;
  margin: 0 auto;
}
section .container .row p.btn2 a {
  position: relative;
  color: #fff;
  border: solid 2px #00b7ee;
  background-color: #00b7ee;
  border-radius: 2em;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  text-indent: -1.5em;
  padding: 1em;
}
section .container .row p.btn2 a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
}

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  .container {
    max-width: 100%;
  }
  section .container h2.ttl {
    font-size: 2.5rem;
    min-height: 17vh !important;
    padding-top: 4.5rem !important;
  }
  section .container * p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  .row {
    max-width: 940px !important;
    margin: 0 auto;
    overflow: visible;
  }
  section .container {
    /* 

          a.btn1 {
            border-radius: 2.5rem;
            height: 5rem;
            width: 45%;
            font-weight: bold;
            font-size: 1.2em;
            padding: 0 1em;
            &:hover{
              box-shadow:1px 1px 0 rgba(0,0,0,.4);
              position: relative;
              top:3px;
              left:3px;
              transition:.3s;
            }
           }

           p.btn2{
            font-size: 16px;
            letter-spacing:1px;
            a:hover{
              color:#fff;
              background-color: lighten($ci0, 50%);
            }
          } */
  }
  section .container .cnt {
    max-width: 1280px;
    margin: 0 auto;
  }
  section .container * p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 2px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}
@keyframes rip {
  0% {
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
  15% {
    opacity: 0.5;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 rgb(255, 255, 255), 0 0 0 1px rgba(35, 105, 205, 0.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    border-radius: 50%;
    box-shadow: 0 0 30px 210px transparent, 0 0 20px 220px transparent, 0 0 10px 230px rgb(255, 255, 255), 0 0 5px 230px rgb(45, 255, 255);
    opacity: 0;
  }
}
div.ripples {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  top: 4vh;
}
div.ripples .ripple {
  display: block;
  border-radius: 50%;
  width: clamp(2px, 15vw, 200px);
  height: clamp(2px, 15vw, 200px);
  -webkit-animation: rip 6s infinite ease-out;
  -moz-animation: rip 6s infinite ease-out;
  position: absolute;
  z-index: -1;
}
div.ripples .ripple:nth-child(1) {
  top: calc(20vh - 779px);
  left: calc(20vw - -100px);
  animation-delay: 3062ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(1)::before, div.ripples .ripple:nth-child(1)::after {
  animation-delay: 3062ms;
}
div.ripples .ripple:nth-child(2) {
  top: calc(20vh - 219px);
  left: calc(20vw - -116px);
  animation-delay: 2053ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(2)::before, div.ripples .ripple:nth-child(2)::after {
  animation-delay: 2053ms;
}
div.ripples .ripple:nth-child(3) {
  top: calc(20vh - -2px);
  left: calc(20vw - -192px);
  animation-delay: 2986ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(3)::before, div.ripples .ripple:nth-child(3)::after {
  animation-delay: 2986ms;
}
div.ripples .ripple:nth-child(4) {
  top: calc(20vh - 627px);
  left: calc(20vw - -110px);
  animation-delay: 3186ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(4)::before, div.ripples .ripple:nth-child(4)::after {
  animation-delay: 3186ms;
}
div.ripples .ripple:nth-child(5) {
  top: calc(20vh - 685px);
  left: calc(20vw - -140px);
  animation-delay: 3078ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(5)::before, div.ripples .ripple:nth-child(5)::after {
  animation-delay: 3078ms;
}
div.ripples .ripple:nth-child(6) {
  top: calc(20vh - 531px);
  left: calc(20vw - -139px);
  animation-delay: 2714ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(6)::before, div.ripples .ripple:nth-child(6)::after {
  animation-delay: 2714ms;
}
div.ripples .ripple:nth-child(7) {
  top: calc(20vh - 366px);
  left: calc(20vw - -164px);
  animation-delay: 2938ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(7)::before, div.ripples .ripple:nth-child(7)::after {
  animation-delay: 2938ms;
}
div.ripples .ripple:nth-child(8) {
  top: calc(20vh - 434px);
  left: calc(20vw - -175px);
  animation-delay: 2866ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(8)::before, div.ripples .ripple:nth-child(8)::after {
  animation-delay: 2866ms;
}
div.ripples .ripple:nth-child(9) {
  top: calc(20vh - 603px);
  left: calc(20vw - -163px);
  animation-delay: 3382ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(9)::before, div.ripples .ripple:nth-child(9)::after {
  animation-delay: 3382ms;
}
div.ripples .ripple:nth-child(10) {
  top: calc(20vh - 428px);
  left: calc(20vw - -121px);
  animation-delay: 3989ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(10)::before, div.ripples .ripple:nth-child(10)::after {
  animation-delay: 3989ms;
}
div.ripples .ripple:nth-child(11) {
  top: calc(20vh - 19px);
  left: calc(20vw - -126px);
  animation-delay: 2790ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(11)::before, div.ripples .ripple:nth-child(11)::after {
  animation-delay: 2790ms;
}
div.ripples .ripple:nth-child(12) {
  top: calc(20vh - 564px);
  left: calc(20vw - -183px);
  animation-delay: 2706ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(12)::before, div.ripples .ripple:nth-child(12)::after {
  animation-delay: 2706ms;
}
div.ripples .ripple:nth-child(13) {
  top: calc(20vh - 775px);
  left: calc(20vw - -168px);
  animation-delay: 3626ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(13)::before, div.ripples .ripple:nth-child(13)::after {
  animation-delay: 3626ms;
}
div.ripples .ripple:nth-child(14) {
  top: calc(20vh - 248px);
  left: calc(20vw - -185px);
  animation-delay: 3070ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(14)::before, div.ripples .ripple:nth-child(14)::after {
  animation-delay: 3070ms;
}
div.ripples .ripple:nth-child(15) {
  top: calc(20vh - 646px);
  left: calc(20vw - -135px);
  animation-delay: 3522ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(15)::before, div.ripples .ripple:nth-child(15)::after {
  animation-delay: 3522ms;
}
div.ripples .ripple:nth-child(16) {
  top: calc(20vh - 143px);
  left: calc(20vw - -116px);
  animation-delay: 3062ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(16)::before, div.ripples .ripple:nth-child(16)::after {
  animation-delay: 3062ms;
}
div.ripples .ripple:nth-child(17) {
  top: calc(20vh - 666px);
  left: calc(20vw - -125px);
  animation-delay: 2265ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(17)::before, div.ripples .ripple:nth-child(17)::after {
  animation-delay: 2265ms;
}
div.ripples .ripple:nth-child(18) {
  top: calc(20vh - 62px);
  left: calc(20vw - -112px);
  animation-delay: 3004ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(18)::before, div.ripples .ripple:nth-child(18)::after {
  animation-delay: 3004ms;
}
div.ripples .ripple:nth-child(19) {
  top: calc(20vh - 104px);
  left: calc(20vw - -152px);
  animation-delay: 3656ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(19)::before, div.ripples .ripple:nth-child(19)::after {
  animation-delay: 3656ms;
}
div.ripples .ripple:nth-child(20) {
  top: calc(20vh - 33px);
  left: calc(20vw - -112px);
  animation-delay: 3349ms;
  opacity: 0;
}
div.ripples .ripple:nth-child(20)::before, div.ripples .ripple:nth-child(20)::after {
  animation-delay: 3349ms;
}
div.ripples .ripple:before, div.ripples .ripple:after {
  display: block;
  border-radius: 50%;
  width: clamp(2px, 15vw, 200px);
  height: clamp(2px, 15vw, 200px);
  -webkit-animation: rip 6s infinite ease-out;
  -moz-animation: rip 6s infinite ease-out;
}
div.ripples .ripple:before, div.ripples .ripple:after {
  content: "";
  position: absolute;
}
div.ripples .ripple:before {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  top: 15vh;
  left: 30vw;
}
div.ripples .ripple:after {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  top: 25vh;
  left: 60vw;
}

[id^=sec] {
  position: relative;
}
[id^=sec] [class^=ttlTri] {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  line-height: 1.55;
  padding: 0;
  margin-bottom: 2rem;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 15em;
  max-width: calc(100% + 30px);
  position: relative;
}
[id^=sec] [class^=ttlTri] h2 {
  display: block;
  color: #fff;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  position: relative;
}
[id^=sec] .ttlTriL {
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 75%);
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 75%);
}
[id^=sec] .ttlTriR {
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 75%, 0% 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 75%, 0% 100%);
}
[id^=sec] .container {
  width: 100%;
  z-index: 1;
}
[id^=sec] .container .row {
  padding: 3em 0;
  z-index: 1;
}
[id^=sec] .container .row .formBtn {
  margin-top: 2em;
}
[id^=sec] .container .row .formBtn a {
  display: block;
  max-width: 92%;
  border-radius: 1rem;
  padding: 0 1em;
  margin: 0 auto;
  line-height: 4em;
  height: 4em;
  background: #00b7ee;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: -1em;
  text-align: center;
  position: relative;
  box-shadow: 4px 4px 1px rgba(55, 55, 55, 0.2);
}
[id^=sec] .container .row .formBtn a:hover {
  background: #88e4ff;
  opacity: 1;
  box-shadow: 1px 1px 1px rgba(55, 55, 55, 0.4);
  transition: 0.1s;
}
[id^=sec] .container .row .formBtn a::before {
  content: "";
  width: 100%;
  border-radius: 1rem;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: pulse 1.2s ease infinite;
  background: #00b7ee;
  z-index: 0;
}
[id^=sec] .container .row .formBtn a::after {
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  right: 0.75em;
  bottom: 50%;
  transform: translate(0, 50%);
}
[id^=sec] .container .row .formBtn a span {
  position: relative;
  z-index: 9;
}

#sec1 {
  margin-bottom: 7vh;
  z-index: 1;
  position: relative;
}
#sec1 .metronome {
  width: 21em;
  height: 21em;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 6em;
  right: 0;
  left: 0;
  z-index: 999;
}
#sec1 .price {
  background-color: #E52D8A;
  padding: 1.5rem 0 1rem;
  min-height: 12em;
  position: relative;
  z-index: 9;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
}
#sec1 .price dl {
  width: 96%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sec1 .price dl dt {
  background-color: #fff;
  color: #E52D8A;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  width: 3.7em;
  height: 3.7em;
  padding: 0.5rem 0.8rem;
  position: relative;
  top: 0.5vh;
}
#sec1 .price dl dd {
  padding: 0 0 0 0.5rem;
}
#sec1 .price dl dd p {
  text-align: center;
  color: #fff;
  padding: 0.5em 1rem;
  line-height: 1.7em;
  font-size: 4.5vw;
  margin: 0;
}
#sec1 .price dl dd p span {
  font-weight: bold;
  font-size: 1.4em;
  display: inline-block;
  padding-left: 5px;
}
#sec1 .container .ttlImage {
  display: block;
  background: url(../images/bg1_sp.jpg) 70% top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 55vh;
  margin-top: -5.5em;
  margin-left: -15px;
  margin-right: -15px;
  padding: 4em 0;
  position: relative;
  z-index: 0;
}
#sec1 .container .ttlImage h2 {
  position: relative;
  margin: 7em 10% 1em;
  padding: 0;
  line-height: 1.15;
  text-align: center;
  font-size: 6.8vw;
  color: #1d20ff;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff, 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff, 6px 6px 6px #fff, -6px 6px 6px #fff, 6px -6px 6px #fff, -6px -6px 6px #fff;
}
#sec1 .container .ttlImage h2 span {
  display: block;
  font-size: 2.3em;
}
#sec1 .container div.ttlTriR {
  -webkit-clip-path: polygon(0 10%, 100% 25%, 100% 75%, 0% 90%);
          clip-path: polygon(0 10%, 100% 25%, 100% 75%, 0% 90%);
  background-color: #1d20ff;
  height: 16em;
  margin-top: -6.5em;
  position: relative;
  z-index: 9;
}
#sec1 .container div.ttlTriR h2 {
  color: #fff;
  font-size: 4.5vw;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
#sec1 .container video {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
#sec1 .container .row {
  padding: 3em 0;
}
#sec1 .container .row p {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
}
#sec1 .container .row p span {
  display: block;
  padding-top: 1em;
}
#sec1 .ripples {
  top: 68vh;
}

#sec2 {
  z-index: 999;
}
#sec2 .container {
  transform: skewY(-5deg);
  background-color: #FBC600;
}
#sec2 .container div.ttlTriL {
  background-color: #00b7ee;
  position: relative;
  top: -5.5em;
  transform: skewY(5deg);
}
#sec2 .container div.ttlTriL h2 {
  color: #fff;
  position: relative;
}
#sec2 .container .row {
  transform: skewY(5deg);
  padding-top: 0 !important;
  padding-bottom: 5em;
}
#sec2 .container .row .trouble {
  margin-top: -4rem;
  margin-bottom: 2em;
  padding: 0 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec2 .container .row .trouble dl {
  min-width: 32.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  z-index: 0;
}
#sec2 .container .row .trouble dl dt, #sec2 .container .row .trouble dl dd {
  margin: 0 auto;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
}
#sec2 .container .row .trouble dl dt {
  padding: 1.8em 1.2em 0;
  background-color: #00b7ee;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
#sec2 .container .row .trouble dl dt::after {
  content: "！";
  font-family: "M PLUS 1p";
  font-size: 13vh;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: rotate(30deg);
}
#sec2 .container .row .trouble dl dd {
  z-index: 2;
  margin-top: -1em;
  overflow: hidden;
  padding: 0;
}
#sec2 .container .row .trouble dl dd img {
  width: auto;
  height: 100%;
}

#sec3 {
  overflow: visible;
}
#sec3 div.ripples {
  top: -14vh;
}
#sec3 .container h2 {
  color: #000;
  margin: 0 auto 1rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 6vw;
}
#sec3 .container h2 span {
  font-size: 1.2em;
  color: #E52D8A;
  display: block;
}
#sec3 .container .row {
  padding-top: 5em;
  padding-bottom: 5em;
}
#sec3 .container .row .emptyRoom dl {
  background: #FAE9F4;
  padding: 10px;
  margin: 0 auto 1em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec3 .container .row .emptyRoom dl dt {
  width: 39%;
}
#sec3 .container .row .emptyRoom dl dd {
  width: 59%;
  padding-left: 8px;
  color: #000;
}
#sec3 .container .row .emptyRoom dl dd strong {
  color: #E52D8A;
  font-size: 1.2em;
}
#sec3 .container .row .emptyRoom dl dd p {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.5;
}
#sec3 .container .row .emptyRoom dl::after {
  content: "人気";
  color: #ff3;
  background-color: #00b7ee;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 3.2em;
  height: 3.2em;
  width: 3.2em;
  transform: rotate(-15deg);
  position: absolute;
  top: -0.7em;
  left: 0.3em;
}
#sec3 .container .row p.cat1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  color: #E52D8A;
}

#sec4 {
  padding-bottom: 0;
}
#sec4 .container h2 {
  margin: -2.4rem auto 1rem;
  text-align: center;
  width: 90%;
}
#sec4 .container .row {
  padding-top: 1em;
  padding-bottom: 0;
}
#sec4 .container .row dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
#sec4 .container .row dl dt {
  padding: 1rem;
}
#sec4 .container .row dl dt h3 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 2em;
  display: inline-block;
}
#sec4 .container .row dl dt p {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  display: inline-block;
  padding-left: 1em;
}
#sec4 .container .row dl dd {
  background-color: #fff;
  padding: 4.5em 1rem 3em;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
#sec4 .container .row dl dd ul.needed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec4 .container .row dl dd ul.needed li {
  width: 49%;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 0.5rem;
  background-color: rgba(227, 0, 127, 0.1);
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 5px;
}
#sec4 .container .row dl dd p {
  margin-bottom: 2em;
}
#sec4 .container:first-child {
  background: #005ECF;
}
#sec4 .container:nth-child(2) {
  background: #0083DE;
}
#sec4 .container:nth-child(3) {
  background: #00b7ee;
}
#sec4 .container:first-child .row dl dd::before {
  content: "";
  width: 100%;
  min-height: 10rem;
  -webkit-clip-path: polygon(0 0, 50% 45%, 100% 0);
  clip-path: polygon(0 0, 50% 45%, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 9;
  background-color: #005ECF;
}
#sec4 .container:nth-child(2) .row dl dd::before {
  content: "";
  width: 100%;
  min-height: 10rem;
  -webkit-clip-path: polygon(0 0, 50% 45%, 100% 0);
  clip-path: polygon(0 0, 50% 45%, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 9;
  background-color: #0083DE;
}
#sec4 .container:nth-child(3) .row dl dd::before {
  content: "";
  width: 100%;
  min-height: 10rem;
  -webkit-clip-path: polygon(0 0, 50% 45%, 100% 0);
  clip-path: polygon(0 0, 50% 45%, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 9;
  background-color: #00b7ee;
}

#sec5 .container .ttlTriR {
  background-color: #E52D8A;
  margin-bottom: -1.5em;
  top: -7em;
  position: relative;
}
#sec5 .container .row {
  margin-top: -5em;
  padding-bottom: 5em;
}
#sec5 .container .row h3 {
  text-align: center;
  margin-bottom: 1em;
  color: #000;
  font-size: 1.4rem;
}
#sec5 .container .row h3 span {
  color: #e50012;
  font-size: 1.3em;
}
#sec5 .container .row dl {
  position: relative;
  box-shadow: 2px 2px 3px #bbb;
}
#sec5 .container .row dl dt, #sec5 .container .row dl dd {
  margin: 0;
}
#sec5 .container .row dl dt {
  width: 100%;
  border: solid 1rem #E52D8A;
  border-bottom: 0 none;
  background-color: #E52D8A;
}
#sec5 .container .row dl dd {
  border: solid 1rem #E52D8A;
  border-top: 0 none;
  padding: 1rem;
  width: 100%;
  background: #FAE9F4;
}
#sec5 .container .row dl dd h3 {
  font-weight: bold;
  font-size: 4vw;
  letter-spacing: 0;
  margin: 0.5em 0;
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
  color: #E52D8A;
}
#sec5 .container .row dl dd h3::before {
  content: "\f058";
  position: relative;
  top: 0.05em;
  left: -0.3em;
  font-family: "Font Awesome 5 Free";
  color: #FBC600;
  font-size: 1.1em;
  font-weight: bold;
}
#sec5 .container .row dl dd p strong {
  color: #000;
}

#sec6 {
  margin-bottom: 10em;
}
#sec6 .container .ttlTriL {
  background-color: #00b7ee;
  margin-bottom: -2em;
}
#sec6 .container .row {
  padding-top: 5em;
  padding-bottom: 8em;
}
#sec6 .container .row p span.bus {
  display: inline-block;
  float: right;
  overflow: hidden;
  border-radius: 50%;
  width: 15em;
  height: 15em;
  margin: -4em -3em 1rem 1em;
}

#secForm .container {
  background-color: #FBC600;
}
#secForm .container .ttlTriR {
  color: #fff;
  background-color: #FBC600;
  margin-bottom: 0;
  position: relative;
  top: -7em;
  z-index: 1;
}
#secForm .container .ttlTriR h2 {
  position: relative;
  top: 2vh;
  z-index: 9999;
}
#secForm .container .row {
  margin-top: -9em;
  padding-top: 0;
  padding-bottom: 5em;
}
#secForm .container .row .info {
  margin: -2em 3% 2em;
  border-radius: 1rem;
  padding: 1.2em;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 9;
}
#secForm .container .row .info h3 {
  border-bottom: dotted 1px #c93;
  line-height: 2;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2em;
}
#secForm .container .row .info p {
  line-height: 1.8;
  text-align: center;
  font-size: clamp(1.6em, 5vw, 18px);
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  #secForm .container .row .info p {
    width: 100%;
    display: block;
    letter-spacing: 2px;
  }
}
#secForm .container .row .info p a {
  display: inline-block;
  padding: 0 1em;
  line-height: 2.4em;
  height: 2.4em;
  border-radius: 50dvh;
  background-color: #fff;
}
#secForm .container .row .info p span, #secForm .container .row .info p a > span {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}
#secForm .container .row .info p:nte-child(2) {
  margin-bottom: 1.5em;
}
#secForm .container .row .metronome {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 1em;
}
#secForm .container .row .ifrm-container {
  width: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
}
#secForm .container .row .ifrm-container iframe {
  width: 100%;
  border: none;
  display: block;
  overflow: hidden;
}

@media (max-width: 374px) {
  #sec1 .metronome {
    width: 17em;
    height: 17em;
    top: 5em;
  }
  #sec2 .container .row .trouble dl {
    width: 32%;
  }
  #sec2 .container .row .trouble dl dt, #sec2 .container .row .trouble dl dd {
    width: 9.3rem;
    height: 9.3rem;
    font-size: 0.95em;
  }
  #sec3 .container .row .emptyRoom dl dt {
    width: 45% !important;
  }
  #sec3 .container .row .emptyRoom dl dd {
    width: 55% !important;
  }
  #sec3 .container .row .emptyRoom dl dd p {
    font-size: 1.1rem;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #sec1 .container .ttlImage h2 {
    margin: 8em 10% 1em;
  }
}
@media (max-width: 767px) {
  section p {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  [id^=sec] {
    padding-bottom: 6em;
  }
  [id^=sec] [class^=ttlTri] {
    min-height: 30em;
  }
  [id^=sec] [class^=ttlTri] h2 {
    text-align: center;
    color: #fff;
    font-size: 7vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    position: relative;
  }
  [id^=sec] .container .row .formBtn a {
    font-size: 2.5em;
  }
  #sec1 {
    margin-bottom: 7vh;
    z-index: 1;
    position: relative;
  }
  #sec1 .metronome {
    width: 30em;
    height: 30em;
    position: absolute;
    top: 10em;
  }
  #sec1 .price {
    padding: 2rem 0;
    min-height: 18em;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
  }
  #sec1 .price dl dt {
    width: 9rem;
    height: 9rem;
    padding: 0.5rem 0.8rem;
    font-size: 3em;
    line-height: 1.25;
  }
  #sec1 .price dl dd {
    padding: 0 0 0 1rem;
  }
  #sec1 .price dl dd p {
    font-size: 2em;
    line-height: 1.4;
  }
  #sec1 .price dl dd p span {
    font-size: 1.7em;
  }
  #sec1 .container .ttlImage {
    min-height: 65vh;
    margin-top: -8.5em;
  }
  #sec1 .container .ttlImage h2 {
    margin-top: 5.8em;
  }
  #sec1 .container div.ttlTriR {
    margin-top: -13em;
  }
  #sec2 .container div.ttlTriL {
    position: relative;
    top: -13em;
  }
  #sec2 .container .row .trouble {
    margin-top: -12em;
  }
  #sec2 .container .row .trouble dl {
    min-width: 32.3%;
  }
  #sec2 .container .row .trouble dl dt, #sec2 .container .row .trouble dl dd {
    width: 20rem;
    height: 20rem;
  }
  #sec2 .container .row .trouble dl dt {
    padding: 1.8em 1.2em 0;
    font-size: 2em;
    line-height: 1.3;
    z-index: 1;
  }
  #sec2 .container .row .trouble dl dt::after {
    font-size: 18vh;
  }
  #sec3 .container .row .emptyRoom dl {
    margin: 0 2% 1rem;
    padding: 15px;
  }
  #sec3 .container .row .emptyRoom dl dd {
    padding: 1em 0 0 1.5em;
    letter-spacing: 2px;
  }
  #sec3 .container .row .emptyRoom dl dd strong {
    font-size: 1.8em;
    margin-bottom: 1.5rem;
  }
  #sec3 .container .row .emptyRoom dl dd p {
    font-size: 1.4em;
    margin-bottom: 0;
    line-height: 2;
  }
  #sec3 .container .row .emptyRoom dl::after {
    content: "人気";
    font-size: 1.6rem;
    display: block;
    line-height: 60px;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -0.5em;
    left: -0.5em;
  }
  #sec3 .container .row p.cat1 {
    font-size: 2.4em;
  }
  #sec4 {
    padding-bottom: 6em;
  }
  #sec4 .container .row h2 {
    margin: -1.5em auto 1em;
    width: 94%;
    max-width: 768px;
  }
  #sec4 .container .row dl dt, #sec4 .container .row dl dd {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #sec4 .container .row dl dt div {
    text-align: center;
  }
  #sec4 .container .row dl dt div p {
    font-size: 1.8em;
  }
  #sec4 .container .row dl dd {
    padding-top: 4.5em;
  }
  #sec4 .container .row dl dd ul.needed li {
    font-size: 1.4em;
    padding: 1rem;
  }
  #sec4 .container .row dl dd p {
    text-align: center;
  }
  #sec4 .container:first-child {
    background: #005ECF;
  }
  #sec4 .container:nth-child(2) {
    background: #0083DE;
  }
  #sec4 .container:nth-child(3) {
    background: #00b7ee;
  }
  #sec4 .container .row dl dd::before {
    content: "";
    width: 100%;
    min-height: 13rem;
    -webkit-clip-path: polygon(0 0, 50% 35%, 100% 0) !important;
    clip-path: polygon(0 0, 50% 35%, 100% 0) !important;
  }
  #sec5 {
    padding-bottom: 0;
  }
  #sec5 .container h2 {
    margin-bottom: 0;
  }
  #sec5 .container .row h3 {
    font-size: 3.6vw;
    margin-bottom: 1.2em;
  }
  #sec5 .container .row dl dt, #sec5 .container .row dl dd {
    margin: 0;
  }
  #sec5 .container .row dl dt {
    font-size: 1.7em;
  }
  #sec5 .container .row dl dd {
    font-size: 1.4em;
    padding: 1.5rem;
  }
  #sec6 .container .row {
    padding-bottom: 6em;
  }
  #secForm {
    padding-bottom: 0;
  }
  #secForm .container .ttlTriR {
    top: -17.5em;
  }
  #secForm .container .row .info {
    margin-top: -24em;
  }
  #secForm .container .row .info h3 {
    font-size: 2em;
    text-align: center;
  }
  #secForm .container .row .info div {
    padding: 0 2em;
  }
  #secForm .container .row .info div p {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #secForm .container .row .info div p span {
    color: #000;
  }
  #secForm .container .row .metronome {
    width: 50%;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  [id^=sec] {
    position: relative;
  }
  [id^=sec] [class^=ttlTri] h2 {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 48px;
  }
  [id^=sec] .container .row h2 {
    font-size: 36px;
  }
  [id^=sec] .container .row .cnt {
    max-width: 900px;
    margin: 0 auto;
  }
  [id^=sec] .container .row .cnt p {
    font-size: 18px;
  }
  [id^=sec] .container .row .formBtn > a {
    font-size: 27px;
    letter-spacing: 2px;
  }
  #sec1 .metronome {
    max-width: 550px;
    width: 60%;
    height: auto;
    position: absolute;
    top: 10em;
  }
  #sec1 .container .price {
    min-height: 22em;
  }
  #sec1 .container .price dl dt {
    width: 12rem;
    height: 12rem;
    font-size: 4em;
    line-height: 1.35;
  }
  #sec1 .container .price dl dd {
    font-size: 20px;
  }
  #sec1 .container .price dl dd p {
    font-size: 1.5em;
    line-height: 1.5;
  }
  #sec1 .container .price dl dd p span {
    font-size: 1.6em;
  }
  #sec1 .container .ttlImage {
    display: block;
    height: 115vh;
  }
  #sec1 .container .ttlImage h2 {
    display: block;
    margin: 66vh auto 2.5em;
    font-size: 65px;
  }
  #sec1 .container .ttlImage h2 span {
    font-size: 2.4em;
  }
  #sec1 .container div.ttlTriR h2 {
    font-size: 45px;
    position: relative;
  }
  #sec2 .container .row .trouble {
    margin-top: -2em;
  }
  #sec2 .container .row .trouble dl dt, #sec2 .container .row .trouble dl dd {
    width: 300px;
    height: 300px;
  }
  #sec2 .container .row .trouble dl dt {
    padding-top: 85px;
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 2px;
    z-index: 1;
  }
  #sec2 .container .row .trouble dl dt::after {
    font-size: 13em;
  }
  #sec3 .container .row h2 {
    font-size: 60px;
  }
  #sec4 .container {
    padding-right: 0;
    padding-left: 0;
  }
  #sec4 .container .row {
    max-width: 100% !important;
  }
  #sec4 .container .row h2 {
    max-width: 960px;
  }
  #sec4 .container .row dl > dt {
    text-align: center;
  }
  #sec4 .container .row dl > dt h3 {
    font-size: 36px !important;
  }
  #sec4 .container .row dl > dt p {
    font-size: 36px !important;
  }
  #sec4 .container .row dl > dt > div,
  #sec4 .container .row dl > dd > div {
    max-width: 940px;
    margin: 0 auto;
  }
  #sec5 .container .row .cnt h3 {
    font-size: 32px;
  }
  #sec5 .container .row dl {
    padding: 10px;
    background-color: #E52D8A;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec5 .container .row dl dt, #sec5 .container .row dl dd {
    margin: 0;
    padding: 0;
    border: 0 none;
  }
  #sec5 .container .row dl dt {
    width: 40%;
    font-size: 20px;
  }
  #sec5 .container .row dl dd {
    width: 60%;
    padding: 1em;
    font-size: 18px;
  }
  #sec5 .container .row dl dd h3 {
    font-size: 27px;
    text-align: center;
    margin-top: 0;
  }
  #secForm .container .row .metronome {
    width: 25%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    position: absolute;
    top: -150px;
    right: 1em;
    z-index: 99;
  }
}
/*	fix css
----------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

.mclear {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pclear {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mp0 {
  margin: 0 !important;
  padding: 0 !important;
}

.fN {
  font-weight: normal !important;
}

.fB {
  font-weight: bold !important;
}

/* サイズプラス */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* サイズマイナス */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.nofl {
  float: none !important;
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.noBdr {
  border: none !important;
}

.noBdrT {
  border-top: none !important;
}

.noBdrB {
  border-bottom: none !important;
}

.noBdrL {
  border-left: none !important;
}

.noBdrR {
  border-right: none !important;
}

.lh0 {
  line-height: 0 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.clr {
  clear: both;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineB {
  display: inline-block !important;
}

.ofh {
  overflow: hidden !important;
}

.nowrap {
  white-space: nowrap !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.under {
  text-decoration: underline !important;
}

.centerImg {
  text-align: center !important;
}
.centerImg img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none;
  }
  .noPC {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .bt a:hover, .bt a:hover img {
    opacity: 0.7;
  }
  .noPC {
    display: none;
  }
  .noSP {
    display: block;
  }
}
.onTab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .onTab {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */