@charset "utf-8";

/* ===================================================================
RESET
=================================================================== */

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: 0;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="date"],
button, 
textarea, 
select {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
	text-overflow: '';
	border-radius: 0;
	border: none; 
	outline: none;
	resize: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

select::-ms-expand {
	display: none;
}

* a {
	text-decoration: none;
	color: inherit;
	font-size: inherit; 
	font-weight: inherit;
	font-family: inherit;
	text-align: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
}

* a img {
	border-style: none;
	outline: none;
	cursor: pointer;
}

img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

/* FONT
--------------------*/

@font-face {
	font-family: "nicoca";
	src: url("/font/nicoca_v1.ttf") format("truetype");
}

@font-face {
	font-family: "logotype";
	src: url("/font/logotype.otf") format("opentype");
}

/* BODY
--------------------*/

body {
	position: relative;
	min-height: 100vh;
	font-family: 'Noto Sans JP', sans-serif;
	color: #1F1F1F;
    font-size: 15px;
	line-height: 1.666;
    overflow-x: hidden;
}

body.bg-pc {
	background: url(/img/common/back_sp.png) 50% 50% repeat;
}

body.bg-sp {
	background: url(/img/common/back_sp.png) 50% 50% repeat;
}

/* WRAPPER
--------------------*/

.wrapper {
	position: relative;
	min-height: 100vh;
	width: 100%;
}

/* MAIN
--------------------*/

main {
	padding: 20px 0;
}

/* CONTAINER
--------------------*/

.container {
	position: relative;
	width: 100%;
	max-width: 540px;
	padding: 0 20px;
	margin: 0 auto;
}

.container-1000 {
	position: relative;
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

/* DISPLAY
--------------------*/

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}

.br-sp {
	display: none !important;
}

.br-pc {
	display: inline !important;
}

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

	.container-1000 {
		position: relative;
		width: 100%;
		max-width: 540px;
		padding: 0 20px;
		margin: 0 auto;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}

	.br-sp {
		display: inline !important;
	}
	
	.br-pc {
		display: none !important;
	}
	
}

/* ===================================================================
AD
=================================================================== */

.ad-content {
	margin: 40px 0 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.ad-content.show {
	opacity: 1;
	visibility: visible;
}

/* ===================================================================
ADS IFRMAE
=================================================================== */

/* ADS IFRMAE BASIC
--------------------*/

.ads-iframe {
	height: 0;
	opacity: 0;
    background: #FFF;
}

.ads-iframe.show {
	height: auto;
	opacity: 1 !important;
}

.ads-iframe-inner {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ads-iframe-haeding {
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.ads-iframe-body {
	position: relative;
	width: 100%;
	height: 0;
	padding: 56.25% 0 0;
}

.ads-iframe-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ads-irame-operation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0 0;
	padding: 10px 20px;
    background: #FFF;
	border-radius: 10px;
	box-shadow: 2px 2px 6px rgb(4 60 120 / 15%) inset;
}

.ads-iframe-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
	min-width: 50px;
    padding: 10px;
	text-align: center;
    background: transparent;
	cursor: pointer;
}

.ads-iframe-btn button i {
	color: #EA501D;
	font-size: 24px;
}