@charset "utf-8";

/* *****共通設定******************************************************* */


html {
  --11px: 0.6875rem;
  --12px: 0.750rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --23px: 1.4375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  --31px: 1.9375rem;
  --32px: 2rem;
  --36px: 2.25rem;
  --40px: 2.5rem;
  --44px: 2.75rem;
  --48px: 3rem;
  --corp-color: #625cd5;
  --acc-color: #db3392;
}

body {
  /* font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  background-color: #fff;
  color: #1b1b1b;
  position: relative; */
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  color: #1b1b1b;
}

main {
  z-index: 20;
  display: block;
  position: relative;
  margin: auto;
}

header {
  z-index: 10;
  display: block;
  position: relative;
  margin: auto;
}

footer {
  /* z-index: 50; */
  display: block;
  position: relative;
  margin: auto;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.img-pc {
  display: block;
}

.img-sp {
  display: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  margin: 0;
  line-height: 1;
}

p {
  font-size: var(--17px);
  line-height: 1.7;
  line-break: strict;
  font-weight: 500;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

hr {
  margin: 0 auto;
  width: 94%;
  color: #333;
}

.style10 {
  border-top: 3px dotted #eb5f00;
}

.pt-1 {
  color: #ed453b;
  font-weight: 700;
}

.pat-2 {
  color: #ed453b;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #fff45c 50%);
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.ls-1 {
  letter-spacing: 0.1em
}

.ls-2 {
  letter-spacing: 0.2em
}

.marker-y {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fff45c 50%);
}

.mark-y {
  padding: 0;
  background: #fff45c;
  font-weight: bold;
}

.mark-bk {
  padding: 0 .2em;
  background: #1b1b1b;
  /* font-weight: bold; */
  color: #fff;
}

.blue {
  color: #1da1f2;
}

.bg-red {
  background: var(--corp-color);
}

.bg-acc-red {
  background: var(--acc-color);
}

.bg-lg {
  background: #f3f4f5;
}

.bg-pink {
  background: #fee4ea;
}

.bg-black {
  background: black;
}

.bg-dark {
  background: #121927 !important;
}

u {
  text-underline-offset: 0.2em !important;
}

.link {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.kenten {
  position: relative;
  padding-top: 0.1em;
}

.kenten::before {
  position: absolute;
  content: "";
  width: 0.15em;
  height: 0.15em;
  border-radius: 50%;
  /* background-color: #0a3184; */
  background-color: white;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

dl,
ol {
  margin: 0;
}

ul,
li {
  margin: 0;
  list-style: none;
}

ul li {
  font-size: var(--17px);
  line-height: 1.5;
  font-weight: 500;
}

ul li:not(:last-child) {
  padding-bottom: 1em;
}


.fa-ul {
  margin: 0 .8em;
}

.fa-li {
  left: -1.6em;
  position: absolute;
  text-align: center;
  width: 1em;
  font-weight: 400;
}

.text-acc-red {
  color: var(--acc-color);
}

.text-corp-color {
  color: var(--corp-color);
}

.text-yellow {
  color: #fff45c;
}

.text-lb {
  color: #40c0e0;
}

h2 {
  font-size: clamp(1.375rem, 0.828rem + 2.5vw, 1.75rem);
  line-height: 1.4;
  font-weight: 700;
  max-width: 750px;
  margin: 0 auto;
}

h3 {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.4;
  color: var(--acc-color);
}

h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--acc-color);
  border-radius: 2px;
}

.border-acc-red {
padding :1.5em 1em;
border: var(--acc-color) solid;
border-width: 4px;
}

.mm-50 {
position: relative;
margin-top : -50px;
z-index: 10;
}

.top-text-area {
  background-image: linear-gradient(135deg, #625cd5 0%, #db3392 100%);
  padding: 1em 0 .8em;
}

.top-text-area p {
font-size: var(--13px);
}

.fs-12 {
font-size: var(--12px);
}

.fs-14 {
  font-size: var(--14px);
}

.fs-18 {
font-size: var(--18px);
}

.opacity-85 {
  opacity: .85;
}

/***** home-section *****/

.home-section {
  background-color: #f8f9fe;
  width: 100%;
}

/* ***** section ***** */

.top-text-area .container,
.home-section .container,
.section-sh .container,
.section-sh-wh .container,
.section-RrfVdKU .container,
.section-hklo89s .container,
.section-jbsJvap .container,
.section-cOnpM4t .container,
.section-QDjEHKW .container,
.section-psJJAF5 .container,
.section-wuJNAeU .container,
.section-whlrSK4 .container,
.section-RCx8M3r .container,
.section-Dx1jok3 .container,
.section-wgsG6a6 .container,
.section-PkWQBQU .container,
.section-nqqMxJW .container,
.section-rX6oh0v .container,
.section-P8eAPTU .container,
.section-awV8sVK .container,
.section-dMjT6AR .container,
.section-F6GafXs .container,
.section-S6iMg67 .container,
.section-bATm1Pq .container,
.section-MXFXe62 .container,
.section-hDAwcCP .container,
footer .container {
  max-width: 750px;
}

/* ***** section RCx8M3r ***** */

.section-RCx8M3r {
    padding: 30px 0;
    width: 100%;
  /* background: var(--corp-color); */
  background-image: linear-gradient(135deg, #625cd5 0%, #db3392 100%);
}

/* ***** section Dx1jok3 ***** */

.section-Dx1jok3 {
    padding: 70px 0 40px;
    width: 100%;
    background-image: url(/sl/img/bg-Dx1jok3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 750px;
    margin: 0 auto;
}

.sub-h2 {
  font-size: var(--32px);
  color: #fff;
  font-family: 'Montserrat',sans-serif;
  line-height: 1.4;
  font-weight: 100;
}

/* ***** section wgsG6a6 ***** */

.section-wgsG6a6 {
  padding: 40px 0;
  width: 100%;
}

.borderbox-accr {
padding: 1.5em 0;
  /* border: solid 6px #c7000a; */
    border: solid 6px #625cd5;
}

/* ***** section hklo89s ***** */

.section-hklo89s {
  padding: 40px 0;
    width: 100%;
}

.section-hklo89s h2 {
background-color: #db3392;
color: white;
padding: 4px;
}

.section-hklo89s ol li {
  font-size: var(--17px);
  line-height: 1.5;
  font-weight: 500;
  list-style: decimal;
}

/* ***** section PkWQBQU ***** */

.section-PkWQBQU {
  padding: 40px 0;
  width: 100%;
}

.section-PkWQBQU ul li {
  font-size: var(--17px);
  line-height: 1;
  font-weight: 500;
}

.section-PkWQBQU ul li:not(:last-child) {
  padding-bottom: .6em;
}

.sub-h2-bk {
  font-size: var(--32px);
  color: #333;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  font-weight: 200;
}

.prof-border-line {
border-left: #c7c7c7 4px solid;
}

/* ***** section nqqMxJW ***** */

.section-nqqMxJW {
    padding: 50px 0;
      width: 100%;
      background-image: url(/sl/img/bg-nqqMxJW.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      max-width: 750px;
      margin: 0 auto;
}



/* ***** section rX6oh0v ***** */

.section-rX6oh0v {
  padding: 0 0 40px;
    width: 100%;
}

.section-rX6oh0v h4 {
color : var(--corp-color);
font-weight: 700;
padding-bottom: 1em;
border-bottom :  #c6c3f9 3px solid;
line-height: 1.2;
margin-bottom : 1em;
}

/* ***** section nqqMxJW ***** */

.section-P8eAPTU {
  padding: 80px 0 60px;
  width: 100%;
  background-image: url(/sl/img/bg-P8eAPTU.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% 50%;
  max-width: 750px;
  margin: 0 auto;
}

.section-awV8sVK {
  padding: 40px 0;
  width: 100%;
  background: #f3f2fe;
}

.section-dMjT6AR {
  padding: 40px 0;
  width: 100%;
}

.section-F6GafXs {
  padding: 40px 0 0;
  width: 100%;
background-image: linear-gradient(135deg, #625cd5 0%, #db3392 100%);
}

.section-S6iMg67 {
  padding: 40px 0;
    width: 100%;
}

.section-S6iMg67 .future {
border: solid 4px var(--corp-color);
}

.section-S6iMg67 .future li {
line-height: 1.4;
  padding: 0.6em 0 0.6em 0;
  border-bottom: dashed 1px var(--corp-color);
}

.section-S6iMg67 .sup-list {
padding: 0;
}

.section-S6iMg67 .sup-list li {
  position: relative;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em;
  margin-bottom: 6px;
  border: solid var(--corp-color);
  border-width: 1px 1px 1px 35px;
  font-weight: 700;
}

.section-S6iMg67 .sup-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-weight: 900;
  /* font-weight: normal; */
  position: absolute;
  display: block;
  padding: 0.5em;
  width: 1.2em;
  color: white;
  text-align: center;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-bATm1Pq {
  padding: 80px 0 60px;
    width: 100%;
    background-image: url(/sl/img/bg-bATm1Pq.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 15%;
    max-width: 750px;
    margin: 0 auto;
}

.section-MXFXe62 {
  padding: 40px 0;
  width: 100%;
}

.display-lg {
  line-height: 1;
  font-size: 60px;
  font-weight: 500;
}

.section-MXFXe62 dl {
  font-size: var(--17px);
  line-height: 1.7;
}

.section-MXFXe62 dt {
  margin-bottom: 1em;
  padding-left: 2em;
  position: relative;
}

.section-MXFXe62 dt::before {
  content: "Q";
  font-weight: normal;
  background: #cc0000;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  border-radius: 1em;
  /* margin-right: .5em; */
    position: absolute;
      left: 0;
      top: 0;
}

.section-MXFXe62 dd::before {
  content: "A";
    font-weight: normal;
    background: #00acee;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    /* margin-right: .5em; */
    position: absolute;
    left: 0;
    top: 0;
}

.section-MXFXe62 dd {
  padding-left: 2em;
  padding-bottom: 2em;
  position: relative;
      font-weight: 500;
}

.section-MXFXe62 dd:not(:last-child) {
  border-bottom: 1px dotted #999;
  margin-bottom: 2em;
}

.section-hDAwcCP {
  padding: 60px 0;
    width: 100%;
    background-image: url(/sl/img/bg-hDAwcCP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 750px;
    margin: 0 auto;
}

/* ***** section RrfVdKU ***** */

.section-RrfVdKU {
  padding: 10px 0 40px;
  width: 100%;
  background: #fcdcde;
}

.rounded-25 {
  border-radius: 0 0 .25rem .25rem;
}

.triangle-accr {
  position: relative;
}

.triangle-accr:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--acc-color);
  top: -25px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  transform: translate(-50%);
}

.triangle-r {
  position: relative;
}

.triangle-r:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #b540a7;
  top: -1px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  transform: translate(-50%);
}

.list-group i {
  color: #40c0e0;
}

ul.cp_list {
  padding: 0;
  list-style-type: none;
}

ul.cp_list li {
  position: relative;
  padding: .5em .5em .5em 1.6em;
  background: #fff;
  font-weight: 700;
}

ul.cp_list li:nth-child(even) {
  background: #eee;
}

ul.cp_list li:before {
  position: absolute;
  content: '';
  top: 1em;
  left: 0.8em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #00acee;
}


/* ***** section whlrSK4 ***** */
.section-whlrSK4 {
  padding: 20px 0 40px;
  width: 100%;
  background: #fee4ea;
}

/* ***** section-jbsJvap ***** */

.section-jbsJvap {
  background-color: #fff;
  padding: 40px 0;
  width: 100%;
}

.section-jbsJvap h4 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .1em .2em;
  line-height: 2;
  background-color: var(--acc-color);
}

.section-jbsJvap ul {
  padding: 0;
}

.section-jbsJvap .gift-list li {
  position: relative;
  background: #fee4ea;
  line-height: 1.4;
  padding: 0.5em;
  margin-bottom: 6px;
  border: solid #c7000a;
  border-width: 1px 1px 1px 35px;
  font-weight: 700;
}

.section-jbsJvap .gift-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-weight: 900;
  position: absolute;
  display: block;
  padding: 0.5em;
  width: 1.2em;
  color: white;
  text-align: center;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* ***** section-cOnpM4t ***** */

.section-cOnpM4t {
  padding: 0 0 40px;
  width: 100%;
  background: #eee;
}

.border-wh {
  border: solid 6px #fff;
}

/* ***** section-QDjEHKW ***** */

.section-QDjEHKW {
  padding: 40px 0;
  width: 100%;
  background-color: #fff;
}

.section-QDjEHKW .name {
  border-bottom: solid 2px var(--corp-color);
  padding: 0.3em 0.3em .4em;
}

/* ***** section psJJAF5 ***** */

.section-psJJAF5,
.section-wuJNAeU,
.section-I5ajf25,
.section-WFSjt1X,
.section-emcbrBM,
.section-VcPvkBN {
  padding: 30px 0 40px;
  width: 100%;
}

.backimg {
  position: absolute;
  bottom: -30px;
  right: 10px;
}

/* ***** section psJJAF522 ***** */

.section-B0AiSxV {
  padding: 40px 0 0;
  width: 100%;
}

/* ***** section g6sQTft ***** */

.section-g6sQTft {
  padding: 0 0 20px 0;
  width: 100%;
}

/* ***** section ebXYhXU ***** */

.section-ebXYhXU {
  /* z-index: 40; */
  position: relative;
  padding: 40px 0;
  width: 100%;
  background: #e5f7f9;
}

/* ***** section sh ***** */

.section-sh {
  width: 100%;
  /* display: inline-block; */
  /* margin: 0 0 1em; */
  padding: 1.5em 0;
  /* max-width: 100%; */
  color: #fff;
  /* background: var(--corp-color); */
    background-image: linear-gradient(135deg, #625cd5 0%, #db3392 100%);
  text-align: center;
}

.section-sh-wh {
    width: 100%;
    padding: 1.5em 0;
  /* color: #fff; */
    background: fff;
    text-align: center;
}
/* ***** footer button ***** */

.sticky-footer-action {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 98%;
  z-index: 1200;
  margin: 0 auto 4px;
  max-width: 750px;
}

.sticky-footer-action a {
  background: #06c755;
  color: #fff45c;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1rem 0.6rem;
  text-shadow: 1px 1px rgb(0 0 0 / 20%);
  border-radius: 4px;
  border-bottom: 5px solid #318c4a;
}

/* ***** entry-button ***** */

/* .entry-button {
  display: block;
  width: 100%; */
  /* margin: 0 auto 4px;
  max-width: 750px; */
/* }

.entry-button a {
  background: #06c755;
  color: #fff45c;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1rem 0.6rem;
  text-shadow: 1px 1px rgb(0 0 0 / 20%);
  border-radius: 4px;
  border-bottom: 5px solid #318c4a;
} */

/* ***** join-button ***** */

.limited24h {
  color : #fa7600;
  background-color: white;
  font-size: var(--16px);
  text-shadow: none;
  display: inline-block;
  padding : 2px;
  letter-spacing: .1em;
  line-height: 1;
}

.join-button {
  display: block;
  margin: 0 auto;
  max-width: 94%;
}

.join-button a {
    background: linear-gradient(90deg, rgb(241, 169, 0) 0%, rgb(251, 184, 103) 100%);
  color: #fff;
  font-size: var(--22px);
  font-weight: 700;
  text-align: center;
  display: block;
  padding: .5em 0;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 90%);
  border-radius: 4px;
  border-bottom: 5px solid rgb(0 0 0 / 20%);
    letter-spacing: .05em;
}

.is-style-bounce {
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  5% {
    transform: scale(1.1, .8);
  }

  10% {
    transform: scale(.8, 1.1) translateY(-5px);
  }

  15% {
    transform: scale(1, 1);
  }
}

/* ***** button-animation***** */

.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  /* -webkit-transform: rotate(45deg); */
  transition: 0.2s;
  -webkit-animation: reflection 2.5s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.yureru-j {
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }

  5% {
    transform: translate(0px, -2px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  15% {
    transform: translate(0px, -2px);
  }

  20% {
    transform: translate(0px, 2px);
  }

  25% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

/* *****copyright***** */

#footer {
  padding: 0 0 20px;
  /* background-color: var(--corp-color); */
    background-image: linear-gradient(135deg, #625cd5 0%, #db3392 100%);
}

#footer #copyright h4 {
  font-size: var(--14px);
}

#footer #copyright a {
  color: #fff;
}

#footer #copyright ul li,
#footer #copyright ol li {
  font-size: var(--14px) !important;
  line-height: 1;
  padding: .4em 0;
}
