
/***** Reset *****/

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}
a {
color: #FFF;
text-decoration: none;
}
.als-text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(255 255 0 / var(--tw-text-opacity))!important;
}

/***** 共通 *****/

	body{
		background:#FFF;
		height:100%;
		color:#333;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	img{
		max-width:100%;
		vertical-align:bottom;
	}
	header img{
		width:40%;
	}
    .top-btn{
		text-align:center;
    }
    .top-btn img{
        width: 100%;
    }
    .top img{
		width:100%;
	}
	.top-txt{
		padding:10px;
	}
	.top video{
		width:100%;
		vertical-align:bottom;
	}
    .large{
        font-size:24px;
    }
	.headline02{
		padding:10px;
		background: linear-gradient(to bottom, #434144, #373239);
		color:#FFF;
		text-align:center;
	}
	.weget{
		padding:200px 10px;
		background:#000;
		color:#FFF;
		text-align:center;
	}
	.dpink{
		color:#e05198;
	}
	.pink{
		color:#efa4bb;
	}
	.bn{
		padding:10px 15px;
	}
	.bn01, .bn02{
		text-align:center;
	}
	.bn01-txt, .bn02-txt{
		padding:10px 0;
	}
	.headline03{
		padding:10px;
		background:linear-gradient(to bottom, #f199b1, #e97f9b);
		color:#FFF;
		border-bottom:1px solid #c8647e;
		font-size: 13px;
		font-weight: bold;
	}
	.step01, .step02 .step03 .step04 .step05{
		width:100%;
		text-align:center;
	}
	.step01, .step02 .step03 .step04 .step05 img{
		width:100%;
	}
	.chat-txt{
		padding:15px;
	}
	.marker{
		background: linear-gradient(transparent 70%, #fffaa4 0%);
		display: inline;
		/*横に余白をつけたり下にずらしたりするときは以下のpaddingを調整*/
		padding: 0 2px 4px;
	}
	.black{
		color:#333;
		font-weight:bold;
	}
    .red{
        color:#e42985;
        font-weight:bold;
    }
    .various-txt {
        padding:15px 15px 0px 15px;
    }
	.accordion {
		padding:15px;
	}
		.toggle {
		display: none;
	}
	.option {
		position: relative;
		margin-bottom: 1em;
	}
	.title,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.title {
		border: solid 1px #ccc;
		display: block;
		color: #333;
		font-weight: bold;
	}
	.title img{
		width:100%;
	}
	.title::after,
	.title::before {
		content: "";
		position: absolute;
		right: 1.25em;
		top: 1.00em;
		width: 2px;
		height: 0.75em;
		background-color: #FFF;
		transition: all 0.3s;
	}
	.title::after {
		transform: rotate(90deg);
	}
	.title span{
		color:#FFF;
		background-color:#ea61a5;
		display:block;
		padding:10px 10px 10px 45px;
	}
	.search{
		background-image: url(../images/ic_loupe.webp);
		background-repeat: no-repeat;
		background-position:10px center;
		background-size: 25px;
	}
	.ranking{
		background-image: url(../images/ic_ranking.webp);
		background-repeat: no-repeat;
		background-position:10px center;
		background-size: 25px;
	}
	.moe{
		background-image: url(../images/ic_moe.webp);
		background-repeat: no-repeat;
		background-position:10px center;
		background-size: 25px;
	}
	.hiroba{
		background-image: url(../images/ic_hiroba.webp);
		background-repeat: no-repeat;
		background-position:10px center;
		background-size: 25px;
	}
	.content {
		max-height: 0;
		overflow: hidden;
	}
	.content p {	
		margin: 0;
		padding: 15px;
		font-size: 0.9em;
		background: #fff3f7;
		line-height: 1.5;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}
	.content p img{	
		margin:15px auto;
		width:100%;
		display:block;
	}
	.toggle:checked + .title + .content {
		max-height: 3000px;
		transition: all 1.5s;
	}
	.toggle:checked + .title::before {
		transform: rotate(90deg) !important;
	}
    .btn{
        margin-bottom:20px;
        padding:0 10px 10px 10px;
	text-align:center;
    }
    .btn img{
        width:90%;
        animation-name:bound-anim;
        animation-duration:0.6s;
        animation-iteration-count:infinite;
    }
    @keyframes bound-anim {
      0%,100% {top: 0;transform: scale(1);}
      30% {top: -25%;}
      50% {transform: scale(1);}
      90% {top: 0;transform: scale(1.0,0.9);}
    }
    
	footer{
		background: linear-gradient(to bottom, #434144, #373239);
		font-size:12px;
	}
	.list{
		color:#FFF;
	}
	.list li{
		padding:5px 10px;
		border-bottom:1px solid #212121;
	}

/***** 共通ここまで *****/



/***** SP用表示 *****/

@media screen and (max-width: 480px) {

	.wrapper{
		margin:0 auto;
		max-width:480px;
	}
}

/***** PC用表示 *****/

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


	.wrapper{
		margin:0 auto;
		max-width:640px;
	}
}



/***** 特定商取引法等各ページの項目表示用 *****/
#dl-a dl{padding:10px 0 10px 10px;}
#dl-a dt {
	    float: left ;
	    clear: left ;
	    margin-right: 0.5em ;
	    width: 30% ;
        margin:5px 0;
        padding:5px 5px;
}
#dl-a dd {
	    float: left ;
	    margin-left: 1em ;
        width: 63% ;
        margin:5px 0;
        padding:5px 0px 5px 5px;
}