@charset "utf-8";

/* ---------------------------------------------
Reset
--------------------------------------------- */
/* Modern browser */
*,
*::before,
*::after{box-sizing:border-box}
*{margin:0;padding:0;}
img,
picture,
video,
canvas,
svg{display:block;max-width:100%}
input,
button,
textarea,
select{font:inherit}
p,
h1,
h2,
h3,
h4,
h5,
h6{overflow-wrap:break-word}


/* addition */
img,
iframe,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
small {
  font-size: 70%;
}

ul,ol,li {
  padding: 0;
  list-style: none;
}


/* ---------------------------------------------
font
--------------------------------------------- */
html {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

html body,
table th,
table td {
  line-height: 1.6;
  color: #000;
  font-size: 3.2vw;
  font-weight: 500;
}
@media screen and (min-width:751px) {
  html body,
  table th,
  table td {
    font-size: 17px;
  }
}

strong, em {
  font-weight: 700;
}


/* ---------------------------------------------
link
--------------------------------------------- */
a,
a:link,
a:visited {
  color: #000;
}
a:hover {
  color: #e8447e;
  text-decoration: none;
}
a:focus {
  outline: none;
}


/* ---------------------------------------------
width
--------------------------------------------- */
.lp_page__class {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:751px) {
  .lp_page__class {
    width: 518px;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:751px) {
  .wrapper {
    width: 100%;
    min-width: 1080px;
  }
}

.contentsWrapper {
  width: 84.267%;
  margin: 0 auto;
}
.contentsWrapper.contentsWrapper1 {
  width: 89.734%;
}
.contentsWrapper.contentsWrapper2 {
  width: 88.667%;
}


/* ---------------------------------------------
cmn
--------------------------------------------- */
.lp_page__class sup {
  font-size: 70%;
  vertical-align: super;
}

.lp_page__class .btn a:hover {
  filter: saturate(130%);
}

.lp_page__class .red1 {
  color: #ff0000;
}
.lp_page__class .wht1 {
  color: #fff;
}
.lp_page__class .org1 {
  color: #ff8a00;
}

.lp_page__class .taC {
  text-align: center;
}
.lp_page__class .taR {
  text-align: right;
}

.txtSt1 {
  text-decoration: underline;
}

.lp_page__class .note small {
  font-size: 2.2666vw;
  display: block;
}
@media screen and (min-width:751px) {
  .lp_page__class .note small {
    font-size: 12px;
  }
}
.lp_page__class .note1 small {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_page__class .note2 small {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.lp_page__class .exLink {
  padding-right: 1.3em;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%20data-name%3D%22%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.41%2014.46%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2211.5%2013.96%20.5%2013.96%20.5%202.96%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%222.91%22%20y%3D%22.5%22%20width%3D%2211%22%20height%3D%2211%22%2F%3E%20%3Crect%20x%3D%222.91%22%20y%3D%22.5%22%20width%3D%2211%22%20height%3D%223.5%22%2F%3E%3C%2Fsvg%3E') no-repeat right center / 2vw auto;
}
@media screen and (min-width:751px) {
  .lp_page__class .exLink {
    padding-right: 1.3em;
    background-size: 10px auto;
  }
}

/* cta */
.lp_page__class .cta {
  background-color: #fff5b4;
}
.lp_page__class .cta .ctaCopy .txt {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.lp_page__class .cta .ctaBtnAera {
  margin-bottom: 0;
}
.lp_page__class .cta .ctaBtnAera .ctaBtn {
  width: 82.667%;
  margin: 0 auto;
}
.lp_page__class .cta .ctaBtnAera .ctaBtn .txt {
  width: 80%;
  margin: 0 auto;
}
.lp_page__class .cta .ctaLink {
  text-align: center;
}
.lp_page__class .cta .ctaLink a {
  color: #000;
}

/* btn */
.lp_page__class .btnSt1 {
  margin-bottom: 1em;
}
.lp_page__class .btnSt1 .btn {
  width: 87%;
  margin: 0 auto;
}
.lp_page__class .btnSt1 .btn .txt {
  width: 70.156%;
  margin: 0 auto;
  display: block;
}
.lp_page__class .btnSt1 .btn a,
.lp_page__class .btnSt1 .btn .area {
  padding: .8em 0;
  color: #e8447e;
  background-color: #e8457e;
  border-radius: 5em;
  border: .4vw solid #e8457e;
  display: block;
  transition: all .3s;
  position: relative;
  top: 0;
  cursor: pointer;
  box-shadow: 0 1.3333vw 0 0 #ca004e;
}
@media screen and (min-width:751px) {
  .lp_page__class .btnSt1 .btn a,
  .lp_page__class .btnSt1 .btn .area {
    border-width: 2px;
    box-shadow: 0 7px 0 0 #ca004e;
  }
}
.lp_page__class .btnSt1 .btn a:hover,
.lp_page__class .btnSt1 .btn .area:hover {
  box-shadow: 0 0 0 0 #ca004e;
  top: .9333vw;
}
@media screen and (min-width:751px) {
  .lp_page__class .btnSt1 .btn a:hover,
  .lp_page__class .btnSt1 .btn .area:hover {
    top: 7px;
  }
}
.lp_page__class .btnSt1_2 .btn a,
.lp_page__class .btnSt1_2 .btn .area {
  color: #e8457e;
  background-color: #fff;
  border-radius: 5em;
  display: block;
  transition: all .3s;
  position: relative;
  top: 0;
}

/* dl btn */
.lp_page__class .appDlBtn {
  width: 57.144%;
  margin: 0 auto 1em;
  display: none;
}
.lp_page__class .appDlBtn.active {
  display: block;
}
.lp_page__class .appDlBtn.link_other .btn {
  width: auto;
}
.lp_page__class .appDlBtn.link_other .area {
  padding: .6em 1em;
  color: #e8447e;
}

/* cherry-blossom-container */
.cherry-blossom-container {
  position: relative;
}
.petal {
  position: absolute;
  position: fixed;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  -webkit-animation: animate-petal 10s linear;
          animation: animate-petal 10s linear;
  z-index: 0;
}
.petal:after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fbdfe3;
  border-radius: 150% 0 150% 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    -webkit-transform: rotate(3000deg);
            transform: rotate(3000deg);
  }
}

/* toggle */
.toggleArea .toggleBlock .toggleBtn {
  position: relative;
  cursor: pointer;
}
.toggleArea .toggleBtn::after {
  content: '';
  width: 8.214%;
  aspect-ratio: 1 /1;
  background: url(../images/ac_icon1.png) no-repeat center / 56% auto #0ba26b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: 10;
  transform: translateY(-50%);
  transition: all .2s;
  pointer-events: none;
}
.toggleArea  .toggleBlock.active > .toggleBtn::after {
  background-image: url(../images/ac_icon2.png);
  transform: translateY(-50%) rotate(180deg);
}
.toggleArea .toggleBtn .ttl {
  position: relative;
  z-index: 2;
}

/* tab */
.tabGroup .tabNav {
  display: flex;
  justify-content: space-between;
}
.tabGroup .tabNav .tab {
  width: 49.333%;
  padding: .5em 0;
  background-color: #fff;
  border: .6667vw solid #e8457e;
  border-bottom: none;
  border-radius: 1.6vw 1.6vw 0 0;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
}
@media screen and (min-width:751px) {
  .tabGroup .tabNav .tab {
    border-width: 3px;
    border-radius: 8px 8px 0 0;
  }
}
.tabGroup .tabNav .tab.active {
  background-color: #e8457e;
}
.tabGroup .tabNav .tab .txt {
  color: transparent;
  font-size: 0;
}
.tabGroup .tabCont {
  background-color: #fff;
  border: .6667vw solid #e8457e;
  border-radius: 0 0 1.6vw 1.6vw;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  .tabGroup .tabCont {
    border-width: 3px;
    border-radius: 0 0 8px 8px;
  }
}
.tabGroup .tabCont .tabPanel {
	height:0;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	opacity:0;
}
.tabGroup .tabCont .tabPanel.active {
	height: auto;
  padding-bottom: 2em;
	opacity: 1;
	transform: translateX(0);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
}


/* ---------------------------------------------
outer
--------------------------------------------- */
.lp_page__wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  .lp_page__wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/page_bg.jpg) no-repeat center / cover;
  }
}
.lp_page__class {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  .lp_page__class {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  }
}


/* ---------------------------------------------
gNav
--------------------------------------------- */
.gNav {
  display: none;
}
@media screen and (min-width:1000px) {
  .gNav {
    width: min(290px, 20vw);
    padding: .5em 0;
    text-align: center;
    font-size: min(16px, 1.1vw);
    background-color: #fff;
    border: 3px solid #e8447e;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: calc(50% + 258px + 50px);
    transform: translateY(-50%);
    z-index: 100;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
  }
}

.gNav .ttl {
  margin-bottom: .5em;
  padding: .3em 1.5em;
  line-height: 1;
  color: #fff;
  background-color: #e8447e;
  border-radius: 3em;
  display: inline-block;
}
.gNav .nav {
  text-align: left;
}
.gNav .nav li {
  white-space: nowrap;
  text-align: left;
}
.gNav .nav li:hover {
  background-color: #fff0f1;
}
.gNav .nav li a {
  padding: .2em 1em;
  text-decoration: none;
  color: #e8447e;
  display: block;
}


/* ---------------------------------------------
#pageHeader
--------------------------------------------- */
#pageHeader {
  margin: 0;
  padding: .7em 0 .5em;
  position: relative;
  z-index: 1;
}
#pageHeader .logo {
  width: 24.8%;
  margin: 0 auto 0 3%;
}
#pageHeader .pageTitle {
  margin: 0;
}


/* ---------------------------------------------
#mainContents
--------------------------------------------- */
#mainContents {
  position: relative;
  z-index: 1;
}

/* contentHeader */
#mainContents .contentHeader .cpDetail {
  padding: 0 0 .5em;
  background-color: #0ca26c;
}
#mainContents .contentHeader .cpDetail .cpCont {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#mainContents .contentHeader .cpDetail .cpPeriod {
  width: 81.867%;
  margin: 0 auto;
  display: block;
}
#mainContents .contentHeader .camTerms {
  padding-bottom: 1em;
  background-color: #0ba26b;
}
#mainContents .contentHeader .camTerms .camTermsTtl {
  width: 92.534%;
  margin: 0 auto;
}
#mainContents .contentHeader .camTerms .camTermsTtl::after {
  transform: translateY(-56%);
}
#mainContents .contentHeader .toggleArea  .toggleBlock.active > .toggleBtn::after {
  background-image: url(../images/ac_icon2.png);
  transform: translateY(-56%) rotate(180deg);
}
#mainContents .contentHeader .camTerms .camTermsCont {
  width: 92.134%;
  margin: 0 auto;
  padding-top: 2em;
}
#mainContents .contentHeader .camTerms .camTermsCont .noteArea1 {
  margin-bottom: 2em;
}
#mainContents .contentHeader .camTerms .camTermsCont .bgSt1 {
  margin-bottom: 1.5em;
  padding: .5em 0 1.5em;
  background-color: #fff8d8;
  border-radius: 1.3334vw;
}
@media screen and (min-width:751px) {
  #mainContents .contentHeader .camTerms .camTermsCont .bgSt1 {
    border-radius: 7px;
  }
}
#mainContents .contentHeader .camTerms .camTermsCont .noteArea2 {
  margin: 0 1em;
}
#mainContents .contentHeader .camTerms .camTermsCont .precautionsCont {
  padding-bottom: 1.5em;
  background-color: #fff8d8;
  border-radius: 0 0 1.3334vw 1.3334vw;
}
@media screen and (min-width:751px) {
  #mainContents .contentHeader .camTerms .camTermsCont .precautionsCont {
    border-radius: 7px;
  }
}
#mainContents .contentHeader .camTerms .camTermsCont .precautionsCont .noteArea2 {
  margin-left: 1.7em;
}


/* contents */
#mainContents #sec1 {
  padding: 2em 0;
  background: url(../images/sec1_bg1.jpg) repeat-y center top / 100% auto;
}
#mainContents #sec1 .tabGroup .tabNav .tab .txt {
  width: 71.43%;
  margin: 0 auto;
  aspect-ratio: 23 / 8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
#mainContents #sec1 .tabGroup .tabNav .tab.tab1 .txt {
  background-image: url(../images/sec1_tab1_2.png);
}
#mainContents #sec1 .tabGroup .tabNav .tab.tab1.active .txt {
  background-image: url(../images/sec1_tab1_1.png);
}
#mainContents #sec1 .tabGroup .tabNav .tab.tab2 .txt {
  background-image: url(../images/sec1_tab2_2.png);
}
#mainContents #sec1 .tabGroup .tabNav .tab.tab2.active .txt {
  background-image: url(../images/sec1_tab2_1.png);
}
#mainContents #sec1 .steps {
  width: 92.912%;
  margin: 0 auto;
  position: relative;
}
#mainContents #sec1 .steps .stepsBlock {
  margin-bottom: .8em;
}
#mainContents #sec1 .steps .stepTtl {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#mainContents #sec1 .steps .bgSt1 .stepTtl::before {
  content: '';
  width: 99.026%;
  height: 0%;
  background-color: #fff8d8;
  position: absolute;
  bottom: 0;
  left: .487%;
  z-index: 1;
  transition: all .21s;
  display: block;
}
#mainContents #sec1 .steps .bgSt1.active .stepTtl::before {
  height: 50%;
}
@media screen and (min-width:751px) {
}
#mainContents #sec1 .steps .stepTtl::after {
  background-image: url(../images/ac_icon4.png);
  background-color: #fff;
  border: .5334vw solid #e8457e;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .steps .stepTtl::after {
    border-width: 3px;
  }
}
#mainContents #sec1 .steps .active .stepTtl::after {
  background-image: url(../images/ac_icon5.png);
}
#mainContents #sec1 .steps .blockDef .stepTtl::after {
  background-image: url(../images/ac_icon3.png);
}
#mainContents #sec1 .steps .blockIcnNon .stepTtl::after,
#mainContents #sec1 .steps .blockEnd .stepTtl::after {
  display: none;
}
#mainContents #sec1 .steps .active .stepTtl .ttl {
  position: relative;
  z-index: 2;
}
#mainContents #sec1 .steps .stepCont {
  width: 99.026%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#mainContents #sec1 .steps .bgSt1 .stepCont .blockArrow {
  position: relative;
}
#mainContents #sec1 .steps .bgSt1 .stepCont .blockArrow::after {
  content: '';
  width: 7.2vw;
  aspect-ratio: 27 / 16;
  background-color: #e8457e;
  position: absolute;
  top: calc(100% + .5em);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .steps .bgSt1 .stepCont .blockArrow::after {
    width: 37px;
  }
}
#mainContents #sec1 .steps .bgSt1 .stepCont .bg1 {
  margin-bottom: 2.3em;
  padding: .5em 0 1.5em;
  background-color: #fff8d8;
  border-radius: 1.6vw;
  position: relative;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .steps .bgSt1 .stepCont .bg1 {
    border-radius: 8px;
  }
}
#mainContents #sec1 .steps .bgSt1 .stepCont .blockArrow:first-child .bg1 {
  border-radius: 0 0 1.6vw 1.6vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .steps .bgSt1 .stepCont .blockArrow:first-child .bg1 {
    border-radius: 0 0 8px 8px;
  }
}
#mainContents #sec1 .steps .dlLink {
  margin-bottom: 1em;
}
#mainContents #sec1 .steps .dlLink .links {
  display: flex;
  justify-content: center;
  gap: .6666vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .steps .dlLink .links {
    gap: 5px;
  }
}
#mainContents #sec1 .steps .dlLink .links .link_ios {
  width: 42.953%;
}
#mainContents #sec1 .steps .dlLink .links .link_android {
  width: 43.771%;
}
#mainContents #sec1 .steps .dlLink .links .active {
  display: block;
}
#mainContents #sec1 .steps .dlLink .links .link_other {
  display: none;
}
#mainContents #sec1 .steps .dlLink .links.link_other .btn {
  width: auto;
}
#mainContents #sec1 .steps .dlLink .links.link_other .area {
  padding: .6em 1em;
  line-height: 1.3;
  font-weight: 600;
}
#mainContents #sec1 .steps .noteArea1 {
  width: 85%;
  margin: 0 auto;
}
#mainContents #sec1 .steps .btnArea1 {
  margin-bottom: 1em;
  position: relative;
}
#mainContents #sec1 .steps .btnArea1 .btnTxt {
  margin-bottom: -.3em;
  position: relative;
  z-index: 1;
}
#mainContents #sec1 .steps .btnArea1 .btn {
  width: 89.181%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#mainContents #sec1 .steps .blockEnd .stepTtl {
  margin-bottom: 1em;
}
#mainContents #sec1 .tabPanel1 .steps .step1 .bloc2 {
  margin-bottom: 2.5em;
}
#mainContents #sec1 .tabPanel1 .steps .step1 .bloc2 .bg1 {
  margin-bottom: 1em;
}
#mainContents #sec1 .tabPanel1 .steps .step1 .bloc2 .txt {
  margin-bottom: -.5em;
  position: relative;
  z-index: 1;
}
#mainContents #sec1 .tabPanel1 .steps .step1 .bloc2 .noteArea1 {
  position: relative;
  z-index: 2;
}
#mainContents #sec1 .tabPanel2 {
  padding-top: 2em;
}


#mainContents .pageNav {
  padding: .5em 0 2em;
  background-color: #0ba26b;
}
#mainContents .pageNav .nav {
  width: 89.734%;
  margin: 0 auto;
}
#mainContents .pageNav .nav li {
  border-bottom: 2px solid #7dcdb0;
}


#mainContents #sec2 .bg1 {
  padding: 0 0 4em;
  background: url(../images/sec2_bg1.jpg) repeat-y center top / 100% auto #fff5c8;
}
#mainContents #sec2 .tabGroup .tabNav .tab {
  width: 32.28%;
  padding: 1em 0 .9em;
  background-color: #bdbdbd;
  border: none;
}
#mainContents #sec2 .tabGroup .tabNav .tab.active {
  background-color: #e8457e;
}
#mainContents #sec2 .tabGroup .tabNav .tab .txt {
  width: 63.73%;
  margin: 0 auto;
  aspect-ratio: 13 / 4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
#mainContents #sec2 .tabGroup .tabNav .tab.tab1 .txt {
  background-image: url(../images/sec2_tab1.png);
}
#mainContents #sec2 .tabGroup .tabNav .tab.tab2 .txt {
  background-image: url(../images/sec2_tab2.png);
}
#mainContents #sec2 .tabGroup .tabNav .tab.tab3 .txt {
  background-image: url(../images/sec2_tab3.png);
}
#mainContents #sec2 .tabGroup .tabPanel {
  padding-bottom: 0;
}
#mainContents #sec2 .tabGroup .tabPanel .bg {
  padding-bottom: 2em;
  background-color: #ffedeb;
}
#mainContents #sec2 .tabGroup .tabPanel .noteArea {
  width: 90%;
  margin: 0 auto;
}
#mainContents #sec2 .tabGroup .tabPanel .noteArea .ttl {
  text-indent: -.5em;
  font-size: 80%;
  font-weight: 400;
}


#mainContents #sec4 {
  margin-bottom: 3em;
}


#mainContents #sec6 {
  padding: 3em 0 2em;
  background-color: #fff0f1;
}
#mainContents #sec6 .secTtlArea {
  margin-bottom: 3em;
  position: relative;
  z-index: 1;
}
#mainContents #sec6 .secTtlArea .secTtl {
  width: 31.6%;
  margin: 0 auto;
}
#mainContents #sec6 .faq .faqBlock {
  margin-bottom: 1.5em;
  background-color: #fff;
  border-radius: 1.3333vw;
  position: relative;
  top: 0;
  box-shadow: 0 1.3333vw 0 0 #e5e5e5;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .faq .faqBlock {
    border-radius: 7px;
    box-shadow: 0 7px 0 0 #e5e5e5;
  }
}
#mainContents #sec6 .faq .faqBlock .faqTtl {
  min-height: 5em;
  padding: 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#mainContents #sec6 .faq .faqBlock .faqTtl::after {
  content: '';
  width: 3.8666vw;
  height: auto;
  aspect-ratio: 29 / 17;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%20data-name%3D%22%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.08%2015.16%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23e8447e%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%203px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2226.04%201.08%2013.54%2013.08%201.04%201.08%22%2F%3E%3C%2Fsvg%3E') no-repeat center bottom / 100% auto;
  position: absolute;
  top: 50%;
  right: 5%;
  transform-origin: center center;
  transform: translateY(-50%);
  transition: all .3s;
  display: block;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .faq .faqBlock .faqTtl::after {
    width: 20px;
  }
}
#mainContents #sec6 .faq .faqBlock .faqTtl:hover::after {
  top: 55%;
}
#mainContents #sec6 .faq .faqBlock.active .faqTtl::after {
  transform: rotate(180deg) translateY(50%);
}
#mainContents #sec6 .faq .faqBlock .faqTtl .ttl {
  line-height: 1.4;
  color: #e8447e;
  font-size: 100%;
}
#mainContents #sec6 .faq .faqBlock .faqCont {
  margin: 0 1em;
  padding: 1em .5em;
  font-size: 2.6666vw;
  border-top: .4vw solid #e8447e;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .faq .faqBlock .faqCont {
    font-size: 15px;
    border-top-width: 2px;
  }
}
#mainContents #sec6 .faq .faqBlock .faqCont p:last-child {
  margin-bottom: 0;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt1 > li {
  margin-bottom: .2em;
  padding-left: 1.2em;
  position: relative;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt1 > li::before {
  content: '●';
  color: #e8447e;
  position: absolute;
  top: 0;
  left: 0;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt2 {
  counter-reset: my-counter;
  list-style-type: none;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt2 > li {
  counter-increment: my-counter;
  padding-left: 1.3em;
  position: relative;
  list-style-position: inside;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt2 > li::before {
  content: counter(my-counter);
  width: 2.4vw;
  padding-bottom: .15em;
  aspect-ratio: 1 / 1;
  line-height: 0;
  font-size: 90%;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: .4em;
  left: 0;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .faq .faqBlock .faqCont .liSt2 > li::before {
    width: 13px;
    font-size: 12px;
  }
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt3 {
  padding-left: 1em;
  text-indent: -1em;
}
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h4,
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h5,
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h6 {
  margin-top: 1em;
  font-size: 100%;
}
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h4 {
  margin-top: 1.5em;
  padding: .2em .2em .2em .5em;
  color: #fff;
  background-color: #e8447e;
}
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h5 {
  color: #e8447e;
}
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h6 {
  text-indent: -.5em;
}


/* ---------------------------------------------
#pageFooter
--------------------------------------------- */
#pageFooter {
  padding: 2em 0 0;
  position: relative;
  z-index: 1;
}
#pageFooter .infomation {
  width: 80%;
  margin: 0 auto 2em;
}
#pageFooter .infomation dd {
  margin-bottom: 1.5em;
}
#pageFooter .purpose {
  margin-bottom: 2em;
}
#pageFooter .purpose .txt {
  width: 47.58%;
  margin: 0 auto;
  display: block;
}

#pageFooter .copyright {
  margin: 0;
  padding: 2em 0 25.5vw;
  text-align: center;
  color: #fff;
  font-size: 2vw;
  background-color: #0ba26b;
}
@media screen and (min-width:751px) {
  #pageFooter .copyright {
    padding-bottom: 150px;
    font-size: 14px;
  }
}


/* ---------------------------------------------
#fixedBtn
--------------------------------------------- */
.fixedBtn {
  width: 100%;
  padding: 0 0 1em !important;
  background-color: rgba(255, 255, 255, .8) !important;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  display: none;
  transform: translateX(-50%);
}
@media screen and (min-width:751px) {
  .fixedBtn {
    width: 518px;
  }
}
.fixedBtn .navOther {
  width: 100%;
  padding: 1em 0 .5em;
  background-color: rgba(255, 248, 216, .8);
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all .2s;
  transform: translateY(100%);
  pointer-events: none;
}
.fixedBtn .navOther.is-active {
  opacity: 1;
  transform: translateY(0%);
  pointer-events: all;
}
.fixedBtn .navOther .nav {
  width: 89.467%;
  margin: 0 auto;
}
.fixedBtn .navOther .nav li {
  margin-bottom: .35em;
  cursor: pointer;
}
.fixedBtn .navOther .noteArea {
  width: 89.467%;
  margin: 0 auto;
  text-align: center;
}
.fixedBtn .attention {
  padding-top: 1em;
  position: relative;
  z-index: 2;
}
.fixedBtn .attention .txt1 {
  width: 61.334%;
  margin: 0 auto .5em;
  display: block;
}
.fixedBtn .attention .btnBlock {
  display: flex;
  justify-content: center;
  gap: 4.6666vw;
}
@media screen and (min-width:751px) {
  .fixedBtn .attention .btnBlock {
    gap: 24px;
  }
}
.fixedBtn .attention .btnBlock .btnArea {
  width: 89.467%;
  margin: 0 auto;
}
.fixedBtn .attention .btnBlock .btnArea .btn {
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.fixedBtn .attention .btnBlock .btnArea .btn a {
  padding: .2em 0;
  border-radius: 2vw;
}
@media screen and (min-width:751px) {
  .fixedBtn .attention .btnBlock .btnArea .btn a {
    border-radius: 10px;
  }
}
.fixedBtn .attention .btnBlock .btnArea .btn a .txt {
  width: 100%;
}

.fixedBtn2 {
  width: 100%;
  position: fixed;
  right: .5em;
  bottom: 68vw;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width:751px) {
  .fixedBtn2 {
    width: 518px;
    bottom: 1em;
  }
}
.fixedBtn2.fixed_dpn {
  display: none !important;
}
.fixedBtn2 .ctaBtnAera {
  width: 49.067%;
  margin: 0 0 0 auto;
  padding: .5em 0;
  background-color: #e8457e;
  border-radius: 2.1333vw;
  pointer-events: all;
  position: relative;
}
@media screen and (min-width:751px) {
  .fixedBtn2 .ctaBtnAera {
    border-radius: 11px;
  }
}
.fixedBtn2 .ctaBtnAera .ctaTxt {
  width: 85.055%;
  margin: 0 auto .5em;
  position: relative;
  z-index: 1;
}
.fixedBtn2 .ctaBtnAera .ctaBtn {
  width: 87.772%;
  margin: 0 auto;
}
.fixedBtn2 .ctaBtnAera .ctaBtn a {
  display: block;
}
.fixedBtn2 .ctaBtnAera .ctaBtn .txt {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.fixedBtn2 .ctaBtnAera .close_btn {
  width: 40px;
  aspect-ratio: 1 / 1;
}
.fixedBtn2 .ctaBtnAera .close_btn {
  width: 5.3333vw;
  aspect-ratio: 1 / 1;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  top: .5em;
  right: .5em;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:751px) {
  .fixedBtn2 .ctaBtnAera .close_btn {
    width: 28px;
  }
}


/* ---------------------------------------------
micromodal
--------------------------------------------- */
@keyframes mmfadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes mmfadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes mmslideIn {
  from {transform: translateY(15%);}
  to {transform: translateY(0);}
}
@keyframes mmslideOut {
  from {transform: translateY(0);}
  to {transform: translateY(-10%);}
}
.modal {
  display: none;
  position: relative;
  z-index: 1000;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal__overlay {
  max-height: 100vh;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  width: 100%;
  max-height: 95%;
  position: relative;
}
@media screen and (min-width:751px) {
  .modal__container {
    width: 518px;
    max-height: 100%;
    padding: 0;
  }
}
.modal .stickyArea {
  height: 0;
  position: sticky;
  top: 0;
  right: 1%;
  z-index: 2;
}
@media screen and (min-width:751px) {
  .modal .stickyArea {
    height: 0;
  }
}
.modal .modal__close {
  margin-left: auto;
  white-space: nowrap;
  color: #000;
  font-size: 2.7333vw;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  position: relative;
  right: 0;
  display: block;
  outline: 0;
  cursor: pointer;
}
.modal .modal__close:before {
  content: "\2715";
  color: #000;
  line-height: 1;
  font-weight: 300;
  font-size: 8.3333vw;
  display: block;
  transition: transform .2s;
}
@media screen and (min-width:751px) {
  .modal .modal__close:before {
    color: #fff;
    font-size: 40px;
  }
}
.modal .modal__close:hover:before {
  transform: scale(.8);
}
.modal .modal_cont {
  max-height: 80vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.modalVideo .modal__container {
  width: 100% !important;
}
@media screen and (min-width:751px) {
  .modalVideo .modal__container {
    width: 80% !important;
  }
}

.modal.modal_cta .stickyArea {
  width: 88.667%;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
.modal.modal_cta .stickyArea .modal__close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal.modal_cta .stickyArea .modal__close::before {
  content: '';
  width: 7.8667vw;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../images/modal__close.png) no-repeat center / 100% auto #fff;
  border-radius: 50%;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(50%, -50%);
}
@media screen and (min-width:751px) {
  .modal.modal_cta .stickyArea .modal__close::before {
    width: 41px;
  }
}
.modal.modal_cta .stickyArea .modal__close:hover::before {
  transform: translate(50%, -50%) scale(.85);
}

.modal.modal_cta .modal_cont {
  max-width: 90%;
  padding: 2.5em 0;
  background-color: #fff;
  border-radius: 2.6667vw;
  border: .5334vw solid #e8457e;
}
@media screen and (min-width:751px) {
  .modal.modal_cta .modal_cont {
    max-width: 100%;
    border-radius: 14px;
    border-width: 3px;
  }
}

.modal.modal_cta .btnArea {
  margin-bottom: 1em;
}
.modal.modal_cta .btnArea .btnTxt {
  margin: 0 auto .5em;
}
.modal.modal_cta .btnArea1 .btnTxt {
  width: 59.222%;
}
.modal.modal_cta .btnArea2 .btnTxt {
  width: 57.722%;
}
.modal.modal_cta .btnArea .dlLink {
  margin-bottom: 0;
}
.modal.modal_cta .btnArea .dlLink .links li.link {
  display: none;
}
.modal.modal_cta .btnArea .dlLink .links li.link_sp.active {
  display: block;
}
.modal.modal_cta .btnArea .dlLink .links li.link_other.active {
  display: block;
}
.modal.modal_cta .btnArea .btn {
  width: 79.612%;
  margin: 0 auto;
}
.modal.modal_cta .dlLink .link_other .code {
  width: 30%;
  margin: 0 auto;
}


