@charset "UTF-8";

body {
    color: #3b3939;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #3b3939 !important;
}

img {
    width: 100%;
}

html.unscroll {
    overflow: hidden;
}


.contents-wrap {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.txt-indent {
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.fcP {
    color: #f88989 !important;
}

#footer .link li {
    text-align: center;
    padding-bottom: 1.0em;
}


@media screen and (max-width: 750px) {
    #footer .link li {
        text-align: center;
        padding-bottom: 1.0em;
    }
}

/* kv */ 

.kv-area {
    position: relative;
}

.kv-logo {
    position: absolute;
    top: 20px;
    left: 30px;
}
.kv-logo a {
    display: block;
}

.kv-txt {
    position: absolute;
    bottom: 360px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
}

.kv-txt span {
    font-weight: bold;
}


.kv-btn {
    position: absolute;
    bottom: 40px;
    left: 65px;
}
.kv-btn a {
    display: block;
}


@media screen and (max-width: 750px) {
    .kv-logo {
        width: 19.7345%;
        top: 2%;
        left: 5%;
    }
    .kv-txt {
        bottom: 30%;
        font-size: 4.4vw;
    }
    .kv-btn {
        width: 84.8%;
        bottom: 4%;
        left: 8%;
    }
}


/* nav */

.nav-area {
    background-image: url(../../img/lp02/bg01.png);
    background-size: 2%;
    padding: 5.13% 0 10.77%;
}

.nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nav-list li {
    width: 43.3345%;
    margin-bottom: 3.0775%;
}
.nav-list li:nth-child(2n-1) {
    margin-right: 1.54%;
}
.nav-list li:nth-child(2n) {
    margin-left: 1.54%;
}
.nav-list li a{
    display: block;
}


/* lineup */

.lineup-ttl {
    transform: translateY(-25%);
    margin-bottom: 5%;
}
.lineup-ttl .ttl-txt {
    position: relative;
    display: block;
    width: 570px;
    margin-left: auto;
    margin-bottom: -25%;
    transform: translateY(-108%);
}
.lineup-ttl .ttl-txt span {
    background: linear-gradient(transparent 60%, #ffc4c4 60%);
    font-size: 30px;
    font-weight: bold;
    color: #3b3939;
}
.lineup-ttl .ttl-txt sup {
    position: absolute;
    right: 45px;
    font-size: 16px;
}


.lineup-ttl_txt {
    width: 89.744%;
    margin: 0 auto 48px;
}
.lineup-ttl_txt li  {
    text-indent: -1.0em;
    padding-left: 1.0em;
}

.lineup-subttl {
    max-width: 294px;
    width: 86.693%;
    margin: 0 auto 3.8475%;
    text-align: center;
    background-color: #baeaff;
    border-radius: 6px;
}

.lineup-subttl span {
    font-size: 28px;
    font-weight: bold;
}

.lineup-img01 {
    width: 90%;
    margin: 0 auto 5.3855%;
}

.lineup-imgtxt01 {
    width: 90%;
    margin: 0 auto 3.8475%;
}

.lineup-img_wrap {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.lineup-img_wrap li {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
}

.lineup-img_wrap .lineup-subttl {
    max-width: 336px;
    width: 95.727%;
    margin: 0 auto 3.8475%;
    border-radius: 6px;
}

.lineup-img_wrap .lineup-subttl span {
    font-size: 20px;
}

.lineup-img_wrap .lineup-img01 {
    width: 100%;
    margin: 0 auto 7.695%;
}

.accordion-area01 {
    width: 89.745%;
    margin: 0 auto 16.7955%;
}

.accordion-btn01 {
    background-color: #9c9c9c;
}

.accordion-btn01 button {
    position: relative;
    width: 100%;
    color: #ffffff !important;
    font-size: 24px;
    font-weight: bold;
    padding: 0.3em 0.5em;
    text-align: left;
}

.accordion-btn01 button span {
    font-size: 18px;
}

.accordion-btn01 .acc_icon_wrap {
    position: absolute;
    top: 29%;
    right: 5%;
}
.accordion-btn01 .acc_icon {
    position: relative;
}
.accordion-btn01 .acc_icon.is-open::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #ffffff;
    transform: rotate(90deg);
}
.accordion-btn01 .acc_icon.plus::before,.accordion-btn01 .acc_icon.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #ffffff;
    transition: all .4s ease-out;
}
.accordion-btn01 .acc_icon.plus::after {
    transform: rotate(90deg);
}

.accordion-body01 {
    display: none;
    border-right: 2px solid #d2d2d2;
    border-left: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
}

.accordion-table {
    display: flex;
    flex-wrap: wrap;
}

.accordion-table li:nth-child(2n-1) {
    width: 40.517%;
    background-color: #d2d2d2;
    font-size: 20px;
    padding: 0.3em 0.5em;
    border-bottom: 2px solid #ffffff;
}

.accordion-table li:nth-child(2n) {
    width: 59.483%;
    background-color: #ffffff;
    font-size: 20px;
    padding: 0.3em 0.5em 0.3em 22%;
    border-bottom: 2px solid #d2d2d2;
}

.accordion-table .end {
    border-bottom: 4px solid #9c9c9c !important;
}

.accordion-table .total {
    border-bottom: none !important;
}

@media screen and (max-width: 750px) {
    .acc_icon_wrap {
        top: 24%;
    }
    .accordion-btn01 button {
        padding: 0.5em;
        font-size: 20px;
    }
    .accordion-btn01 .acc_icon_wrap {
        top: 19%;
    }
    .accordion-table li:nth-child(2n-1) {
        font-size: 14px;
    }
    .accordion-table li:nth-child(2n) {
        padding: 0.3em 0.5em 0.3em 20%;
        font-size: 14px;
    }
    .lineup-ttl_txt {
        font-size: 12px;
    }
    .lineup-ttl .ttl-txt {
        width: 76%;
        transform: translateY(-100%);
    }
    .lineup-ttl .ttl-txt span {
        font-size: 3.9vw;
    }
    .lineup-ttl .ttl-txt sup {
        right: 4%;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 480px) {

    .lineup-subttl span {
        font-size: 24px;
    }
    .lineup-img_wrap .lineup-subttl span {
        font-size: 16px;
    }

    .accordion-btn01 button {
        position: relative;
        width: 100%;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        padding: 0.5em;
        text-align: left;
    }

    .accordion-btn01 button span {
        font-size: 14px;
    }

    .accordion-btn01 .acc_icon_wrap {
        top: 24% ;
        right: 7% ;
    }
    .accordion-btn01 .acc_icon.is-open::before {
        height: 20px;
    }
    .accordion-btn01 .acc_icon.plus::before,.accordion-btn01 .acc_icon.plus::after  {
        height: 20px;
    }

    .accordion-table li:nth-child(2n) {
        padding: 0.3em 0.5em 0.3em 14%;
    }
}



/* design */

.design-area {
    background-image: url(../../img/lp02/bg01.png);
    background-size: 2%;
    padding-bottom: 12%;
}


.design-ttl {
    transform: translateY(-39%);
    margin-bottom: -10%;
}


.design-ttl .ttl-txt {
    position: relative;
    display: block;
    width: 470px;
    margin-left: auto;
    margin-bottom: -22%;
    transform: translateY(-63%);
}
.design-ttl .ttl-txt span {
    background: linear-gradient(transparent 60%, #ffc4c4 60%);
    font-size: 30px;
    font-weight: bold;
    color: #3b3939;
}
.design-ttl .ttl-txt sup {
    position: absolute;
    right: 45px;
    font-size: 16px;
}

.design-list {
    padding: 3% 0 0;
}
.slick-track>li {
    margin: 0 20px;
    padding-bottom: 0.1%;
}
.slick-track>li img {
    box-shadow: 4px 4px 14px -4px;
}


.slick-dots li button:before {
    font-size: 30px;
}


@media screen and (max-width: 750px) {
    .design-ttl .ttl-txt {
        width: 61%;
        transform: translateY(-66%);
    }
    .design-ttl .ttl-txt span {
        font-size: 3.9vw;
    }
    .design-ttl .ttl-txt sup {
        right: 4%;
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 480px) {

.slick-track>li img {
    box-shadow: 4px 4px 7px -4px;
}

}

/* order */

.order-area {
}


.order-ttl {
    transform: translateY(-27%);
}


.order-ttl .ttl-txt {
    position: relative;
    display: block;
    width: 496px;
    margin-left: auto;
    margin-bottom: -21%;
    transform: translateY(-90%);
}
.order-ttl .ttl-txt span {
    background: linear-gradient(transparent 60%, #ffc4c4 60%);
    font-size: 26px;
    font-weight: bold;
    color: #3b3939;
}
.order-ttl .ttl-txt sup {
    position: absolute;
    right: 45px;
    font-size: 16px;
}

.order-tab_area {
    width: 90%;
    margin: 0 auto 16.7955%;
}

.order-tab_head {
    display: flex;
    justify-content: space-between;
}
.order-tab_head li {
    width: 48.15%;
}

.order-tab_head li button {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #6f6b6b;
    border-radius: 20px 20px 0 0;
    color: #ffffff !important;
}
.order-tab_head li button.active {
    cursor: auto;
    background-color: #ffc9c9;
    color: #3b3939 !important;
}

.order-tab_body {
    border: 4px solid #ffc9c9;
    border-radius: 0 0 20px 20px;
}
.order-tab_body>li {
    display: none;
}
.order-tab_body>li.active {
    display: block;
}

.order-list {
    padding: 5%;
}

.order-list>li {
    display: flex;
    margin-bottom: 2.0em;
}



.order-num {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3b3939;
    border-radius: 40px;
    width: 49px;
    height: 49px;
    text-align: center;
    margin-right: 0.5em;
}

.order-txt {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.0;
    width: 80%;
}
.order-txt>span {
    font-size: 20px;
    font-weight: bold;
    color: #3b3939 !important;
}

.order-txt.center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.app-icon {
    display: inline-block;
    width: 50px;
}

.download-btn {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}
.download-btn a {
    display: block;
}
.appstore {
    width: 42.337%;
}
.googleplay {
    width: 52.478%;
}


@media screen and (max-width: 750px) {
    .order-tab_head li button {
        font-size: 20px;
        padding: 0.5em 0;
    }
    
    .order-num {
        font-size: 26px;
        width: 42px;
        height: 42px;
    }

    .order-txt {
        font-size: 22px;
        width: 80%;
    }
    .order-txt>span {
        font-size: 18px;
    }
    .app-icon {
        width: 40px;
    }
    .order-ttl .ttl-txt {
        width: 65%;
        transform: translateY(-90%);
    }
    .order-ttl .ttl-txt span {
        font-size: 3.3vw;
    }
    .order-ttl .ttl-txt sup {
        right: 4%;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 480px) {

    .order-tab_head li button {
        font-size: 16px;
        padding: 0.5em 0;
    }
    
    .order-num {
        font-size: 20px;
        width: 36px;
        height: 36px;
    }

    .order-txt {
        font-size: 18px;
        width: 70%;
    }
    .order-txt>span {
        font-size: 14px;
    }
    .app-icon {
        width: 40px;
    }
}


/* faq */

.faq-area {
    background-image: url(../../img/lp02/bg01.png);
    background-size: 2%;
}


.faq-ttl {
    transform: translateY(-39%);
    margin-bottom: -10%;
}


.accordion-area02 {
    width: 89.745%;
    margin: 0 auto 3%;
}

.faq-area-inner {
    padding: 4% 0 5.77%;
}

.accordion-btn02 button {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding: 0.5em 2.5em 0.5em 0.5em;
    text-align: left;
    border-radius: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #cbcbcb;
}
.accordion-btn02 button.is-open {
    background-color: #e8f8ff;
    border-radius: 10px 10px 0 0;
}

.accordion-btn02 button span {
    font-size: 18px;
}

.accordion-btn02 .acc_icon_wrap {
    position: absolute;
    top: 29%;
    right: 5%;
}
.accordion-btn02 .acc_icon {
    position: relative;
}
.accordion-btn02 .acc_icon.is-open::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #6f6b6b;
    transform: rotate(90deg);
}
.accordion-btn02 .acc_icon.plus::before,.accordion-btn02 .acc_icon.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #6f6b6b;
    transition: all .4s ease-out;
}
.accordion-btn02 .acc_icon.plus::after {
    transform: rotate(90deg);
}

.accordion-body02 {
    display: none;
    background-color: #ffffff;
    border-right: 2px solid #d2d2d2;
    border-left: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    border-radius: 0 0 10px 10px;
    padding: 1em;
}
.accordion-body02 p {
    font-size: 20px;
}


@media screen and (max-width: 750px) {
    .accordion-btn02 button {
        padding: 0.75em 2.5em 0.75em 0.75em;
        font-size: 20px;
    }
    .accordion-body02 p {
        font-size: 14px;
    }
    .accordion-btn02 .acc_icon_wrap {
        top: 23%;
    }
}

@media screen and (max-width: 480px) {
    .accordion-btn02 button {
        position: relative;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        padding: 1em 2.5em 1em 1em;
        text-align: left;
    }

    .accordion-btn02 .acc_icon_wrap {
        top: 28%;
        right: 7%;
    }
    .accordion-btn02 .acc_icon.is-open::before {
        height: 20px;
    }
    .accordion-btn02 .acc_icon.plus::before,.accordion-btn02 .acc_icon.plus::after  {
        height: 20px;
    }
    .accordion-body02 p {
        font-size: 12px;
    }
}

/* other */

.other-area {
    width: 90%;
    margin: 5.3855% auto 5.3855%;
}

.other-txt01 {
    text-align: center;
    margin-bottom: 0.5em;
}

.other-txt01 span {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 0.2em;
    background: linear-gradient(transparent 60%, #ffec95 60%);
}
.other-txt02 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.other-txt03 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.other-txt03 span {
    font-weight: bold;
}

.float_btn_wrap {
    display: none;
}
.float_btn_wrap.active {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.other-btn {
    width: 90.599%;
    bottom: 0;
    margin: 4% auto 5.77%;
    max-width: 636px;
}
.other-btn a {
    display: block;
}

.other-link_list li {
    text-align: center;
    margin-bottom: 1.0em;
}



@media screen and (max-width: 750px) {
    .other-txt01 span {
        font-size: 28px;
    }
    .other-txt02 {
        font-size: 20px;
    }
    .other-txt03 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .other-txt01 span {
        font-size: 24px;
    }
    .other-txt02 {
        font-size: 16px;
    }
    .other-txt03 {
        font-size: 20px;
    }
}



/*-- modal --*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 999;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    right: 32px;
	width: 36px;
	height: 36px;
	color: #fff;
	cursor: pointer;
    background-color: #f16969;
    border-radius: 36px;
}

.modal-close::before,.modal-close::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 26px;
    background-color: #ffffff;
    transition: all .4s ease-out;
    top: 6px;
    left: 17px;
    border-radius: 30px;
}
.modal-close::before  {
    transform: rotate(45deg);
}
.modal-close::after {
    transform: rotate(135deg);
}

.modal-ttl {
    font-size: 24px;
    margin: 0 30px 10px; 
    border-bottom: 1px solid #f16969;
}

.modal-content_area{
	background: #ffffff;
	text-align: left;
	padding: 15px 0 40px;
    border-radius: 20px;
    max-height: 800px;
    font-size: 20px;
}
.modal-content_area ul li{
    padding-left: 2.6em;
    text-indent: -2.6em;
}
.modal-content_area ul li span{
    padding-right: 1.6em;
}

.modal-content_area ul li.indent02 span {
    padding-right: 1.0em;
}

.modal-content{
	background: #ffffff;
	padding: 0 30px;
    max-height: 500px;
    height: 100vh;
    overflow-y: scroll;
    word-break: break-all;
}

.modal-close02 {
    width: 95%;
    max-width: 180px;
    margin: 15px auto 0;
}

.modal-close02 a {
    display: block;
    text-align: center;
    background-color: #f16969;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
}

@media screen and (max-width: 750px) {
    .modal-content_area{
        font-size: 18px;
    }
}