@charset "UTF-8";
:root {
  --color-pink: #EC1E79;
  --color-purple: #6D49F2;
  --color-lightblue: #00CAF9;
  --color-white: #FFF;
}


/* ------------------------------------------------
 * base
 * ------------------------------------------------ */

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: justify;
  color: #142623;
  margin: 0 auto;
  font-size: 18px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

.__flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt-s {
  font-size: 0.9em;
}

.txt-ss {
  font-size: 0.8em;
}

.txt-pink {
  display: inline-block;
  color: var(--color-pink);
}

section {
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  margin-top: 40px;
}

/*#js-icon {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 5px;
  z-index: 100;
}*/

.iconWrap {
    width: 100%;
    text-align: center;
 } 
  .iconTitle {
      margin-top: 40px;
    text-align: center;
}
 .iconTitle img {
    width: 50%;
    max-width: 300px;
}
  .iconWrap li{
    display: inline-block;
}
.iconWrap li img {
  width: 100px;
}

.btnArea {
    width: 100%;
    text-align: center;
 } 
.btnArea a img {
    width: 100%;
    max-width: 320px;
}


/*
----------------------------------------------------------------------------------- */

.headerArea {
  background-image: url('../img/bg.png');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}

.logo__img, .lead__img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.logo__img {
  width: 95%;
  max-width: 1024px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.lead__img {
  width: 90%;
  max-width: 720px;
}

.chara__img {
  text-align: center;
  margin-bottom: 24px;
}
.chara__img img {
  width: 70%;
  max-width: 480px;
}

.headerPresentArea {
  margin: 0 auto;
}

.presentArea__img-a {
  width: 100%;
  max-width: 640px;
}

main {
  width: 100%;
  margin: 0 auto;
  background-image: url('../img/bg2.png');
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: relative;
  overflow: hidden;
}

.txtArea {
  font-weight: 700;
}

h2 {
  display: inline-block;
  position: relative;
  color: var(--color-purple);
  text-shadow: 0 0 2px white;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 auto;
  margin-bottom: 1.2em;
}

h2:before {
  content: "";
  position: absolute;
  background: rgba(109, 73, 242, 0.3);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.lead {
  color: var(--color-lightblue);
  font-weight: 700;
}

.lead__txtArea-inner {
  background: var(--color-white);
}

h3 {
  width: 80%;
  max-width: 320px;
  color: var(--color-white);
  background-color: var(--color-purple);
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: center;
}

.oubo__button {
  width: 200px;
  border: 3px solid #000;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background-color: var(--color-pink);
}

.oubo__button a {
  position: relative;
  display: block;
  color: #FFF;
  font-weight: bold;
  padding: 12px 0;
  z-index: 2;
}

.oubo__button a:before, .oubo__button a:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #ff0;
  transition: all 300ms linear;
}

.oubo__button a:before {
  left: 0;
}

.oubo__button a:after {
  right: 0;
}

.oubo__button a:hover {
  color: #000;
}

.oubo__button a:hover:before, .oubo__button a:hover:after {
  width: 50%;
}

.oubo-a, .oubo-b {
  margin-bottom: 24px;
}

footer {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.footer__img img {
    width: 70%;
    max-width: 480px;
}
.footer__copyright {
  color: var(--color-pink);
  font-size: 0.8em;
  text-align: center;
  padding: 16px 0;
}

.notice {
  width: 80%;
  max-width: 640px;
  background: var(--color-white);
  font-size: 0.7em;
  text-align: left;
  background: #ebeff0;
}

.deco {
    overflow: hidden;
}

.deco_img-001 {
  width: 17%;
  max-width: 120px;
  position: absolute;
  top: -27%;
  left: 0;
  background: red;
}

.deco_img-002 {
  width: 10%;
  max-width: 120px;
  position: absolute;
  top: -30%;
  right: 0;
}

.deco_img-003 {
  width: 15%;
  max-width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

.deco_img-004 {
  width: 13%;
  max-width: 140px;
  position: absolute;
  top: 10%;
  left: 0;
}

.deco_img-005 {
  width: 20%;
  max-width: 120px;
  position: absolute;
  top: 40%;
  left: 0;
}

.deco_img-006 {
  width: 20%;
  max-width: 120px;
  position: absolute;
  bottom: 10%;
  left: 2%;
}

.deco_img-007 {
  width: 15%;
  max-width: 120px;
  position: absolute;
  top: 50%;
  right: 0;

}

.deco_img-008 {
  width: 15%;
  max-width: 120px;
  position: absolute;
  top: 75%;
  right: 0;
}

/* ------------------------------------------------
 *@media min-width 1024px
 * ------------------------------------------------ */

@media screen and (max-width: 768px) {
  section {
    margin-top: 20px;
  }
  .headerArea {
    background-image: url('../img/bg-sp.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
  }
  main {
    background-image: url('../img/bg2-sp.png');
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  .lead {
      margin-top: 30px;
}
  .headerPresentArea {
    width: 95%;
  }
  footer {
    width: 100%;
    margin-top: 120px;
  }
  .iconWrap li img {
    width: 85px;
  }
}