@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  -webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  -webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  -webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.flexinner {
	width: 50%;
}

.flexinner._img {
	width: 45%;
    padding-right: 5%;
}

._right {
	text-align: right;
}

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

.ls {
	letter-spacing: -1px;
}

.indent li.no-indent {
    text-indent: 0;
    padding-left: 0;
}

.indent li a{
	color: #0474bb;
	text-decoration: underline;
	display:inline;
}

.about-btn {
  text-align: center;
  margin: 20px 30px 0;
}

/*c-link*/

.c-link {
  display: inline;
  font-weight: 500;
  color: #E60113;
  border-bottom: solid 1px #E60113;
}

/* indent */
.c-indent > li {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.-text-indent {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}

/*注意事項*/

.minus {
	display: none;
}

.qa_accordion_container {
	padding: 0 20px;
}

.qa_accordion_title {
    position: relative;
    padding: 1.5vw 3vw 2vw;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    border: solid 3px #d00f31;
	border-radius:4px 4px 0 0 ;
	-webkit-box-shadow: 0px 0px 0px 0px #d00e31 inset;
    box-shadow: 0px 0px 0px 0px #d00e31 inset;
}

.qa_accordion_title.open {
	border-radius: 4px;
	-webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;
}

.qa_accordion_inner {
    display: none;
	border-right: 3px solid #d00e31;
	border-left: 3px solid #d00e31;
    border-bottom: 3px solid #d00e31;
    margin-top: 0vw;
    padding: 2vw 3vw 2vw;
    border-radius: 0 0 4px 4px;
    background-color: #ffffff;
	-webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;    
	font-size: 14px;
	font-weight: 400;
}

.Subttl {
	margin-top: 1em;
    color: #d00e31;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
	
	.indent {
		margin:  0;
	}
	
	.qa_accordion_container {
		padding: 0px 40px;
        max-width: 750px;
        margin: 0 auto;
	}
	
	.qa_accordion_title {
		border: solid 6px #d00f31;
		padding: 13px 20px 15px;
	}
	
	.qa_accordion_inner {
		display: none;
		border-right: 6px solid #d00e31;
		border-left: 6px solid #d00e31;
		border-bottom: 6px solid #d00e31;
		padding: 30px;
	}
	
	.Subttl {
		margin-top: 1em;
		color: #d00e31;
		font-size: 20px;
		font-weight: 700;
	}
	
	.ls {
		letter-spacing: -2px;
	}
	
}

.entry.-sticky {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
	padding: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.entry.-sticky.is-visible {
	opacity: 1;
	visibility: visible;
}

.entry.-sticky.is-absolute {
	position: sticky;
	bottom: 0;
}

main {
	position: relative;
}

/*共通*/

a {
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

.ulp_page {
	line-height: 1.6;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}

.ulp_page .inner {
	padding: 0 7vw;
}

.mt4 {
	margin-top: 4vw;
}

.mb4 {
	margin-bottom: 4vw;
}

.indent {
    margin: 2vw 0;
}

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

.textRight {
    text-align: right;
	font-size: 0.67em;
}

.contsTxt {
    padding: 2vw 4vw 3vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
	
	.ulp_page {
		font-size: 16px;
	}

    .ulp_page .inner {
        padding: 0 70px;
    }

    .mt4 {
        margin-top: 40px;
    }

    .mb4 {
        margin-bottom: 40px;
    }

    .indent {
        margin: 20px 0;
    }
	
	.textRight {
		text-align: right;
		font-size: 15px;
	}
	
	.contsTxt {
		padding: 10px 40px 30px;
        max-width: 750px;
        margin: 0 auto;
	}
	
}

/*KV*/

.kv__img {
	width: 100%;
}

.entry-btn {
	width: 90%;
	margin: 0 auto 3vw;
}

@media screen and (min-width: 768px) {
	
	.entry-btn {
		width: 70%;
		margin: 0 auto;
	}
	
}

/*CP*/

.green-bg01 {
	background-color: #0be88e;
	padding: 6vw 4vw 0;
}

.white-bg01 {
	background-color: #fff;
	padding: 7vw 8vw 0;
	border-radius: 3vw 3vw 0 0;
}

.txt02 {
	padding: 0 0 7vw;
}

.yellow-bg {
	background-color: #fff000;
	padding: 6vw 4vw;
	position: relative;
}

.txt03 {
	position: absolute;
	width: 70%;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.txt04 {
	padding: 0 3vw 0;
}

.txt05 {
	margin-top: 3vw;
}

.txt06 {
	padding: 4vw 0 2vw;
}

.green-bg02 {
	background-color: #0be88e;
	padding: 0 4vw 6vw;
}

.white-bg02 {
	background-color: #fff;
	padding: 0 5vw 7vw;
	border-radius: 0 0 3vw 3vw;
}

@media screen and (min-width: 768px) {
	
	.green-bg01 {
	    padding: 60px 40px 0;
	}

	.white-bg01 {
        background-color: #fff;
        padding: 70px 80px 0;
        max-width: 600px;
        margin: 0 auto;
		border-radius: 30px 30px 0 0;
	}
	
	.txt01 {
		max-width: 500px;
        margin: 0 auto;
	}

	.txt02 {
		max-width: 550px;
        margin: 40px auto 0;
        padding: 0 0 70px;
	}

    .yellow-bg {
        padding: 60px 40px;
        position: relative;
    }

    .txt03 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 520px;
        margin: 40px auto 0;
        padding: 0 0 80px;
    }

    .txt04 {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 30px 0;
    }

    .txt05 {
        max-width: 680px;
        margin: 30px auto 0;
    }

    .txt06 {
        max-width: 600px;
        margin: 0 auto;
        padding: 40px 0 20px;
    }

    .green-bg02 {
        padding: 0 40px 60px;
    }

    .white-bg02 {
        background-color: #fff;
        padding: 0 70px 80px;
        max-width: 600px;
        margin: 0 auto;
		border-radius: 0 0 30px 30px;
    }
	
}

/*アコーディオン*/

.cp-shop {
	margin: 4vw 0;
}

.acco_shoplist {
  background-color: #006C3D;
  border-radius: 3vw;
  padding: 2vw;
}

.shop-accordion-header {
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  padding: 2vw;
  margin: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle_icon {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  transition: transform 0.3s;
}

.toggle_icon::before {
  content: "";
  position: absolute;
  top: -8px; left: 8.5px;
  width: 3px; height: 20px;
  background-color: #ffffff;
  transition: opacity 0.3s;
}

.shop-accordion-header.is-open .toggle_icon::before {
	opacity: 0;
}

.contentWrap {
  display: none;
  background-color: #ffffff;
  border-radius: 3vw;
  padding: 20px;
  margin-top: 5px;
}

.listInner ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.listInner hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

.note {
	font-size: 14px;
	margin: 0;
}

@media screen and (min-width: 768px) {
	
	.cp-shop {
		margin: 40px 0;
		font-size: 12px;
	}

    .acco_shoplist {
		background-color: #006C3D;
        border-radius: 12px;
        padding: 10px;
    }
	
    .shop-accordion-header {
		color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 15px;
        margin: 0;
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .toggle_icon {
        position: absolute;
        right: 20px;
        width: 20px;
        height: 3px;
        background-color: #ffffff;
        transition: transform 0.3s;
    }

    .toggle_icon::before {
        content: "";
        position: absolute;
        top: -8px; left: 8.5px;
        width: 3px; height: 20px;
        background-color: #ffffff;
        transition: opacity 0.3s;
    }

    .shop-accordion-header.is-open .toggle_icon::before {
        opacity: 0;
    }

    .contentWrap {
        display: none;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 20px;
        margin-top: 5px;
    }

	.listInner ul {
		grid-template-columns: 1fr 1fr;
        gap: 10px 20px;
      }

    .listInner hr {
        border: 0;
        border-top: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .note {
        font-size: 14px;
        margin: 0;
    }

}

/*dcard*/

.cardInfo {
    padding: 6vw 4vw;
}

.cardInfoArea {
    background: #fff;
    box-sizing: border-box;
    box-sizing: -webkit-border-box;
    border: 3px solid #D00F31;
    padding-bottom: 1%;
	border-radius: 3vw;
}

.cardInfoAreaTtl {
    max-width: 800px;
    margin: 0 auto;
    padding: 8% 4% 5%;
}

.cardInfoAreaSubTtl {
    max-width: 800px;
    color: #cc0033;
    font-size: 16px;
    font-weight: bold;
    margin-top: 1%;
    padding: 0 4% 1%;
}

.cardBtn {
    margin: 0 auto;
    padding: 0 4% 4%;
	text-align: center;
}

.cardBtnLink {
    display: flex;
    position: relative;
    padding: 2vw 5vw;
    margin: 0 auto;
    font-size: 4vw;
    background-color: #cc0033;
    line-height: 1.3;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 1.5vw;
    box-sizing: border-box;
	min-height: 13vw;
	align-items: center;
    justify-content: center;
}

.daplDownloadLink01 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2vw 5vw;
    margin: 0 auto;
    font-size: 3vw;
    background-color: #FFF;
    line-height: 1.3;
    color: #292929;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    border: solid 1.3px #292929;
    border-radius: 1.5vw;
    box-sizing: border-box;
    min-height: 13vw;
}

.daplDownloadLink01:before {
	content: '';
    background-image: url(../img/ic_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    display: block;
}

.daplDownloadLink01:after {
	content: '';
    background-image: url(../img/dcard_ic01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30%;
    height: 30%;
    position: absolute;
    top: 50%;
    right: -8%;
    transform: translateY(-50%);
    display: block;
}

.daplDownloadLink02 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2vw 5vw;
    margin: 0 auto;
    font-size: 3vw;
    background-color: #FFF;
    line-height: 1.3;
    color: #292929;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    border: solid 1.3px #292929;
    border-radius: 1.5vw;
    box-sizing: border-box;
    min-height: 13vw;
}

.daplDownloadLink02:before {
	content: '';
    background-image: url(../img/ic_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    display: block;
}

.daplDownloadLink02:after {
	content: '';
    background-image: url(../img/dcard_ic01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30%;
    height: 30%;
    position: absolute;
    top: 50%;
    right: -8%;
    transform: translateY(-50%);
    display: block;
}

.dwl {
	max-width: 50%;
    margin: 0 auto 2%;
}

.dcard-erea .indent {
	padding: 0 4% 3%;
}

.cardBtnLink:after {
	content: '';
    background-image: url(../img/dcard_ic02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30%;
    height: 30%;
    position: absolute;
    top: 50%;
    right: -8%;
    transform: translateY(-50%);
    display: block;
}

@media screen and (min-width: 500px) {
	
	.daplDownloadLink01 {
		font-size: 16px;
	}
	
	.daplDownloadLink02 {
		font-size: 16px;
	}
	
}

@media screen and (min-width: 768px) {
	
    .cardInfo {
        padding: 60px 40px 40px;
    }

    .cardInfoArea {
        background: #fff;
        box-sizing: border-box;
        box-sizing: -webkit-border-box;
        border: 5px solid #D00F31;
        padding-bottom: 40px;
        border-radius: 30px;
    }

    .cardInfoAreaTtl {
        max-width: 650px;
        margin: 0 auto;
        padding: 60px 70px 40px;
    }

    .cardBtn {
        margin: 0 auto;
        padding: 0 0 20px;
        text-align: center;
        max-width: 600px;
    }

    .cardInfoAreaSubTtl {
        max-width: 800px;
        ccolor: #cc0033;
        font-size: 20px;
        font-weight: bold;
		margin: 0 auto;
        padding: 0 0 10px;
        text-align: center;
    }

    .cardBtnLink {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 20px 50px;
        margin: 0 auto;
        font-size: 24px;
        background-color: #cc0033;
        line-height: 1.3;
        color: #FFF;
        width: 100%;
        text-align: center;
        font-weight: bold;
        border-radius: 10px;
        box-sizing: border-box;
		min-height: 18px;
    }

    .daplDownloadLink01 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 20px 50px;
        margin: 0 auto;
        font-size: 16px;
        background-color: #FFF;
        line-height: 1.3;
        color: #292929;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        border: solid 1.3px #292929;
        border-radius: 10px;
        box-sizing: border-box;
        min-height: 18px;
    }
	
	.daplDownloadLink02 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 20px 50px;
        margin: 0 auto;
        font-size: 16px;
        background-color: #FFF;
        line-height: 1.3;
        color: #292929;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        border: solid 1.3px #292929;
        border-radius: 10px;
        box-sizing: border-box;
        min-height: 18px;
    }

    .daplDownloadLink01:before {
        content: '';
        background-image: url(../img/ic_01.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 70%;
        height: 70%;
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        display: block;
    }

    .daplDownloadLink01:after {
        content: '';
        background-image: url(../img/dcard_ic01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 30%;
        height: 30%;
        position: absolute;
        top: 50%;
        right: -8%;
        transform: translateY(-50%);
        display: block;
    }
	
	.daplDownloadLink02:before {
        content: '';
        background-image: url(../img/ic_02.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 70%;
        height: 70%;
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        display: block;
    }

    .daplDownloadLink02:after {
        content: '';
        background-image: url(../img/dcard_ic01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 30%;
        height: 30%;
        position: absolute;
        top: 50%;
        right: -8%;
        transform: translateY(-50%);
        display: block;
    }

    .dwl {
        max-width: 310px;
        margin: 0 auto 20px;
    }

    .dcard-erea .indent {
        padding: 0 70px 10px;
    }

    .cardBtnLink:after {
        content: '';
        background-image: url(../img/dcard_ic02.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 30%;
        height: 30%;
        position: absolute;
        top: 50%;
        right: -8%;
        transform: translateY(-50%);
        display: block;
    }
	
}

/*フォーエルについて*/

.storeBtn {
    background-color: #006C3D;
    box-shadow: 0px -5px 0px 0px #01522f inset;
}

.normalBtn-indent {
	padding: 0 8.33333% 32.125%;
}

@media screen and (min-width: 768px) {
	
	.normalBtn {
		padding: 0 0 20px;
	}
	.normalBtn-indent {
		padding: 0px 40px 180px;
        text-align: center;
	}
	
}

/*float-btn*/

.float-button__wrap {
	width: 100%;
    position: fixed;
	display: none;
	left: 0;
    bottom: 0px !important;
    z-index: 10;
	padding: 4vw 0;
    background-color: #fff;
    box-shadow: 0 0 13px -4px black;
	max-height: 960px;
	text-align: center;
	box-shadow: 0px -7px 4px -2px rgba(0, 0, 0, 0.25);
}

.float-button__wrap a {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
}

@media screen and (min-width: 768px) {

    .float-button__wrap {
        width: 100%;
        position: fixed;
        display: none;
        bottom: 0px !important;
        z-index: 10;
        padding: 22px 0;
        background-color: #fff;
        box-shadow: 0 0 13px -4px black;
        max-height: 960px;
        text-align: center;
        box-shadow: 0px -7px 4px -2px rgba(0, 0, 0, 0.25);
    }

    .float-button__wrap a {
        justify-content: center;
        align-items: center;
        max-width: 500px;
        height: 100%;
    }
	
}