@charset "UTF-8";
/* 共通リセット */
* {
  outline: none !important;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%; }

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

p{
  text-align: justify;
  text-justify: inter-ideograph;
}

img{
  display: block;
  max-width: 100%;
  height: auto; }

p,
figure,
dl,dd,dt{
  padding: 0;
  margin: 0;
}

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

.font-bold { font-weight: 700; }

.color-pl{
  color: #5D4297;
}

/* **************************************************
	link
************************************************** */

a {
  color: #222;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-tap-highlight-color: rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s linear; }

a:hover,
a:focus {
  color: #5D4297;
  text-decoration: none; }

/* **************************************************
	layout
************************************************** */

html {
  font-size: 62.5%;
  height: 100%;
 }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(1rem, calc(0.17279411764705888rem + 3.5294117647058822vw), 1.5625rem);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #474F55;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.4;
  background-color: transparent !important;
  font-variant-ligatures: none;
  padding:
  env(safe-area-inset-top, 20px)
  env(safe-area-inset-right, 20px)
  env(safe-area-inset-bottom, 20px)
  env(safe-area-inset-left, 20px);
}


.layout {
  width: 100%;
  min-width: 320px;
  max-width: 630px;
  background-color: #FFF;
  height: auto !important;
  margin:0 auto;
  position: relative;
}

@media screen and (min-width: 630px) {
  body{
  font-size: clamp(1rem, calc(-1.4rem + 8vw), 1.75rem);
  }
}


/* **************************************************
	header
************************************************** */

.header {
  width:100%;
  height: auto;
  max-width: 630px;
  max-height: 68px;
  background-color: #5D4297;
  color: #FFF;
  padding: 0.8em 0.3em;
  display: flex;
  flex-flow: row nowrap;
  justify-content:space-between;
  align-items: center;
  gap:0 0.3em;
  position: fixed;
  z-index: 99;
}

.header-wrap{
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-bottom: auto;
}

.header-img{
  width:12%;
}

.header-name{
  font-family: serif;
  font-weight: 700;
  font-size: 1.2em;
}

.header-regist{
  margin-left: auto;
}

.main-visual {
  padding-top: var(--headerHeight);
}

.main-visual img{
  width: 100%;
  display: block;
}


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

 .ornament-line{
  position: relative;
 }

 .ornament-line:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 5%;
  background: url("/asset/image/lp/lp/ornament_line.svg") no-repeat 50% 100%;
  background-size: 85% auto;
}


/* contents1 */
.contents1{
  position: relative;
  padding:0 0 4em;
}


@media screen and (min-width: 630px) {
  .contents1{
    padding:0 0 5.5em;
  }
}


.contents1-issue{
  position: relative;
}

.contents1:after {
  content: '';
  width: 100%;
  height: auto;
  padding-top: 28%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/asset/image/lp/lp/teller_line.png") no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.webp .contents1:after {
  background: url("/asset/image/lp/lp/teller_line.webp") no-repeat;
  background-size: contain;
  background-position: center bottom;
}


/* contents2 */
.contents2 {
  padding: 2em 1em 0;
  position: relative;
}

.contents2:before {
  content: "";
  display: block;
  width: 100%;
  height:100%;
  padding-top: 8%;
  background: url('/asset/image/lp/lp/ornament_star.svg') no-repeat 50% 50%;
  background-size: 8em auto;
}

.contents2-h2 {
  text-align: center;
  font-family: serif;
  color: #5D4297;
  font-size: 1.3em;
  margin-bottom: 2em;
}

.contents2 h2:after {
  content: "fortune Tellers";
  display: block;
  width: 100%;
  color:#BEADFA;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 0.8em;
}

.tellerCard {
  margin-bottom: 2.7em;
  padding: 1em;
  border-radius: 5px;
  background-color: #F7F7FC;
  position: relative;
  z-index: 2;
}

.tellerCard:before{
  content: "";
  display: inline-block;
  width:1.65em;
  height:auto;
  padding-top: 8%;
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  top:0;
  transform: translateY(-50%);
  z-index: 1;
}

.tellerCard.gold:before{
  background: url('/asset/image/lp/lp/crown_gl.svg') no-repeat 50% 50%;
  background-size: 100% auto;
}

.tellerCard.silver:before{
  background: url('/asset/image/lp/lp/crown_sl.svg') no-repeat 50% 50%;
  background-size: 100% auto;
}

.tellerCard.bronze:before{
  background: url('/asset/image/lp/lp/crown_br.svg') no-repeat 50% 50%;
  background-size: 100% auto;
}


.tellerCard:after{
  content: "";
  width: 4em;
  height: 4em;
  display: inline-block;
  background-color: #F7F7FC;
  border-radius: 50%;
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  top:0;
  transform: translateY(-1.3em);
  z-index: -1;
}


.tellerCard-top {
  display: flex;
  justify-content: space-between;
  padding:1em 0 0.5em;
  gap:0 1em;
}

.tellerCard-top picture {
  display: block;
  width: 30%;
  flex: 0 0 30%;
}

.tellerCard-top picture > img {
  width: 100%;
  border-radius: 50%;
}

.tellerCard-top .tellerCard-top-right {
    width: 100%;
}

.tellerCard-catch {
  color: #D50172;
  font-size: 1.2em;
  font-weight: 700;
  font-family: serif;
}

.tellerCard-name {
  color: #474F55;
  margin: 0 0 0.5em;
  line-height: 1.2;
  font-family: serif;
  font-weight:700;
  font-size: 1.3em;
}

.tellerCard-name > span{
  font-size: 0.7em;
}

.tellerCard-dl {
  display: flex;
  align-items: flex-start;
  gap: 0 0.5em
}

.tellerCard-dl > dt {
  line-height: 1.1;
  padding: 0.3rem 0.8rem;
  margin:0 0 0.5em 0;
  border-radius: 3px;
  background-color: #474F55;
  color: #FFF;
  font-size: 0.9em;
  white-space: nowrap;
}

.tellerCard-dl > dd {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  gap:0 0.1em
}

.tellerCard-dl > dd img {
  width: 1.2em;
  display: block;
}

.tellerCard-score {
  color: #D50172;
  font-weight: 600;
  margin-left: 0.5em;
}

.tellerCard-txt{
  text-align: center;
  font-family: serif;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color:#5D4297;
  font-size: 1.3em;
  padding-bottom: 1em;
}



/* contents3 */
.contents3{
  margin-top:2em;
  padding: 1em 1.6em 4em;
  background-color: #F7F7FC;
  position: relative;
  z-index: 1;
}

.contents3:before {
  content: "";
  display: block;
  width: 100%;
  height:auto;
  padding-top: 5%;
  background: url('/asset/image/lp/lp/ornament_moon.svg') no-repeat 50% 50%;
  background-size: 7em auto;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-100%);
}

.contents3:after{
  content: "";
  width: 9em;
  height: 5em;
  display: inline-block;
  background-color: #F7F7FC;
  border-radius:5em 5em 0 0;
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  top:0;
  transform: translateY(-2.5em);
  z-index: -1;
}

.contents3-h2{
  margin-bottom: 2em;
  text-align: center;
  font-family: serif;
  font-weight: 700;
  color: #5D4297;
  letter-spacing: 0.1rem;
  font-size: 1.2em;
  position: relative;
  z-index: 1;
}

.contents3-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:0 1em;
  margin-bottom: 2em;
}

.contents3-list li img{
  flex:1 0 30%;
}

.contents3-list h3{
  color:#5D4297;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.contents3-list li p{
  text-align: justify;
}


/* contents4 */
.contents4{
  padding: 1em 1em 3em;
  position: relative;
  z-index: 1;
}

.contents4:before {
  content: "";
  display: block;
  width: 100%;
  height:auto;
  padding-top: 5%;
  background: url('/asset/image/lp/lp/ornament_moon.svg') no-repeat 50% 50%;
  background-size: 7em auto;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-100%);
}

.contents4:after{
  content: "";
  width: 9em;
  height: 5em;
  display: inline-block;
  background-color: #FFF;
  border-radius:5em 5em 0 0;
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  top:0;
  transform: translateY(-2.5em);
  z-index: -1;
}

.contents4-h2{
  margin-bottom: 2em;
  text-align: center;
  font-family: serif;
  font-weight: 700;
  color: #FF7BAC;
  letter-spacing: 0.1rem;
  font-size: 1.2em;
  position: relative;
  z-index: 1;
}

.contents4-list{
  display: flex;
  gap:0 1em;
}
.contents4-list li{
  flex: 0 1 50%;
  width: 50%;
}

.contents4-txt{
  padding: 2em 0;
}


/* **************************************************
  modal
************************************************** */

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  max-width: 630px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.modal-content {
  background-color: #FFF;
  margin: 10% auto 20%;
  width: calc( 100% - 3.2rem);
  max-width: 630px;
  height: calc( 100vh - 10%);
  animation-name: modalopen;
  overflow: hidden;
}


.footer-ul li:nth-of-type(5) .modal-content{
  height: auto;
}

.modal-content-inner{
  overflow:auto;
  height: calc( 100vh - 10%);
  position: relative;
  z-index:0;
}

.modal-content::-webkit-scrollbar{
  display: none;
}


@keyframes modalopen {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


.modal-header {
  position: relative;
}

.modalClose {
  position: fixed;
  right: 1.6rem;
  top: auto;
  width: 3.6em;
  height: 3.6em;
  background-color: #000;
  z-index: 99;
}

.modalClose > span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
}

.modalClose > span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modalClose>span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalClose:hover {
  cursor: pointer;
}

.modal-padding{
  padding: 4.8em 1em 2em;
}


/* **************************************************
  footer
************************************************** */

.footer {
  position: relative;
  background-color: #474F55;
  padding:0.3em 0 0.5em;
}

.footer-ul{
  display: flex;
  flex-flow:row wrap;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 0.5em;
}

.footer-ul > li {
  flex:0 1 calc( 100% / 3 );
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-ul > li:after{
  content:"";
  width: 0.1rem;
  height: 1.3rem;
  background-color: #FFF;
}


.footer-ul > li:nth-of-type(3):after,
.footer-ul > li:last-child:after{
  display: none;
}

.footer-ul > li > button {
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.3em 0.7em;
  font-size: 0.65em;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.footer-p{
  color:#FFF;
  text-align: center;
  font-size:0.75em;
}


.footerTitle{
  width: calc(100% - 3.2rem);
  height: 3em;
  padding: 0.8em 0.6em;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background-color: #5D4297;
  color: #FFF;
  position: fixed;
  z-index: 9;
}


/* **************************************************
  kiyaku
************************************************** */

.kiyaku-dl > dt{
    margin-bottom: 1em;
    padding-left:0.3em;
    border-left: 5px solid #9F8CCC;
    font-size: 1.2em;
    font-weight: 700;
  }

.kiyaku-dl > dd {
    margin-bottom: 2em;
}

.kiyaku-dl > dd > ol{
  padding:0.65em 0;
}

/* **************************************************
  howto
************************************************** */

.howto-dl{
  position: relative;
}

.howto-dt{
  margin-bottom: 0.5em;
  font-weight: 700;
  color:#5D4297;
  display: flex;
  align-items: center;
}

.howto-dt > span{
 position: relative;
 	display: inline-block;
	width: 2em;
	height: 2em;
  text-align: center;
  line-height: 2em;
  margin-right: 0.3em;
  border-radius: 50%;
  background-image: radial-gradient(circle closest-side,
  rgba(255, 255, 255, 1) 55%,
  rgba(255, 255, 255, 0) 55%, 100%,
  rgba(255, 255, 255, 1) 100%),
  conic-gradient(#B7A1CC 0deg 90deg,
  #D0CDE7 90deg 360deg);
}

.howto-dt:nth-of-type(2) > span{
  background-image: radial-gradient(circle closest-side,
  rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%, 100%,
  rgba(255, 255, 255, 1) 100%),
  conic-gradient(#D0CDE7 0deg 90deg,
  #B7A1CC 90deg, #B7A1CC 180deg,
  #D0CDE7 180deg, #D0CDE7 275deg,
  #D0CDE7 275deg, #D0CDE7 360deg);
}

.howto-dt:nth-of-type(3) > span{
  background-image: radial-gradient(circle closest-side,
  rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%, 100%,
  rgba(255, 255, 255, 1) 100%),
  conic-gradient(#D0CDE7 0deg 180deg,
  #B7A1CC 180deg, #B7A1CC 275deg,
  #D0CDE7 275deg, #D0CDE7 360deg);
}

.howto-dt:nth-of-type(4) > span{
   background-image: radial-gradient(circle closest-side,
  rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%, 100%,
  rgba(255, 255, 255, 1) 100%),
  conic-gradient(#D0CDE7 0deg 275deg,
  #B7A1CC 275deg, #B7A1CC 360deg);
}

.howto-dd{
  margin-bottom: 1em;
  text-align: justify;
}



/* **************************************************
  legal
************************************************** */

.legal-dl {
    width: 100%;
    margin-bottom:2em;
}

.legal-dl dt {
  font-weight: 700;
  margin-bottom: 0.1em;
}

.legal-dl dd{
  margin-bottom: 1em;
}


/* **************************************************
  privacy
************************************************** */
.privacy-h3{
  color:#5D4297;
  margin-bottom: 0.3em;
}

.privacy-ol{
  list-style: decimal;
  padding: 1em 0 1em 1.3em;
}

.privacy-date{
  padding: 1em 0;
}

.privacy-contact{
  border: 1px solid #ccc;
  padding: 0.65em;
}

.privacy-contact > p{
  text-align: left;
  font-size: 0.9em;
}


/* **************************************************
  contact
************************************************** */

.contact-ul{
  display: flex;
  gap: 0 1em;
  margin-bottom: 2em;
}

.contact-li{
  flex: 0 1 50%;
}

.contact-p{
  padding:1em 0;
}


/* **************************************************
  button
************************************************** */

.btn-wrap{
  padding: 1em 1.8em 3em;
  position: relative;
}

.btn-wrap:before{
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 8%;
  background: url("/asset/image/lp/lp/ornament_ts.svg") no-repeat 50% 50%;
  background-size: 15% auto;
  z-index: 0;
}

.btn-wrap.bg-pl {
  background-color: #F7F7FC;
  padding: 2em 1em 3em;
}


.btn {
  display: block;
  color: #212529;
  text-align: center;
  margin: 0 auto;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  font-size: 1rem;

  transition: all .2s ease-in-out;
}

.btn-reg {
  width: 100%;
  max-height: 5em;
  color: #FFF;
  background: #54D66A;
  background: linear-gradient(0deg, #39C450 0%, #54D66A 100%);
  border-radius: 50px;
  position: relative;
  padding: 0.3em 0.5em;
  font-size: 1.05em;
  border: 1px solid #54D66A;
  font-weight: 700;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
}

.btn-reg > span{
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-left: 0.2em;
}

.btn-reg > span:before{
  content: '';
  color: #54D66A;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3em 0.4em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btn-reg > div {
  line-height: 1.1;
  font-size: 1em;
  font-weight: 400;
}

.btn-reg > strong {
  color: #fff;
  line-height: 1.1;
  font-size: 0.7em;
  font-weight: 400;
  display: inline-flex;
  align-items: baseline;
  letter-spacing: 0;
}

.btn-reg > strong > span:nth-of-type(2) {
  font-size: 1em;
  padding:0 0.1em;
}

.btn-reg:visited,
.btn-reg:focus,
.btn-reg:active,
.btn-reg:hover {
  color: #FFF;
  background-color: #39C450;
}

.header .btn-reg{
  border-radius: 5px;
  height: auto;
  flex-flow: row wrap;
  font-family: serif;
}

