@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

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

/* ol, ul, li { list-style: outside none none; } */

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

blockquote, q { quotes:none; }

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

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

html, body {
margin:0 auto;
padding:0;
width:100%;
height:100%;
background-color:#ffffff;
font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
-webkit-text-size-adjust:none;
word-break:break-all;
font-size:16px;
color:#281003;
line-height:1.3em;
text-align:center;
max-width: 750px;
}

img {
max-width:100%;
}

header {
text-align:center;
background-color: #ff8372;
}

a {
color: #cd15d9;
}
a:link { color: #cd15d9; }
a:visited { color: #9806a1; }
a:hover { color: #cd15d9; }
a:active { color: #cd15d9; }

h1{
font-size:220%;
letter-spacing:-1px;
color:#FA5882;
text-align: left;
padding: 5px 0 6px;
}

h1 img {
width: 120px;
max-width: 120px;
}

h2, h3, h4, h5, h6 { text-align: left; }

section.page_title {
margin-bottom: .2em;
}

h2 {
font-size:22px;
line-height:1.3em;
padding:0.4em 0.5em 0.2em;
color:#36040f;
border-bottom:solid 3px #ff8372;/*下線*/
}

.data {
font-size:80%;
color:#808080;
text-align:right;
padding-right:.5em;
}

.pr {
font-size:80%;
text-align:right;
padding-right:.5em;
color:#aeadf0;
}

h3 {
padding:.3em 0 .4em .5em;
border-left:6px solid #ff8372;
border-bottom:1px solid #ff8372;
font-weight:bold;
font-size:18px;
margin:1em .2em 1em;
color:#36040f;
}

h3.p1{
border-left:6px solid #dc72ff;
border-bottom:1px solid #dc72ff;
}

h3.p2{
border-left:6px solid #727fff;
border-bottom:1px solid #727fff;
}

h3.all{
border-left:6px solid #ff8372;
border-bottom:1px solid #ff8372;
}


h4, h5, h6 {
font-size:16px;
line-height:1.5em;
}

p#intro {
font-size: 90%;
line-height: 1.5em;
color: #ed4085;
font-weight: bold;
margin: 0.3em auto 0.5em;
text-align: center;
}

section p {
width:95%;
margin:0 auto;
font-size:100%;
text-align:left;
line-height: 1.7em;
}

section.text p {
margin-bottom:1.3em;
font-size: 85%;
}

section.text p.att {
margin-bottom:2em;
color: #544c54;
}

div.banner {
margin:0 auto 1em;
}

div.banner p {
text-align:center;
font-size:90%;
color:#ff0000;
margin-bottom:0;
}

div.footer_txt {
clear: both;
border-top:1px solid #ff8372;
margin:1em auto;
padding-bottom: 9em;
}

div.footer_txt p {
padding-top:0.5em;
font-size:80%;
}

div.footer_txt p.copy {
color:#ff8372;
}

footer {
	padding: 10px auto 0px;
	position: fixed;
	bottom: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
  max-width: 750px;
}

footer .inner {
  width: 90%;
  margin: 0 auto;
}

footer .inner a{
  position: relative;
	overflow: hidden;
	display: block;
	color: red;
	line-height: 1em;
/*  border-radius: 60px;*/
  border-top-left-radius: 30px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 30px;
  z-index: 1;
  max-width: 750px;
  margin: 0 auto;
}

.reflection {
  margin: 0 auto;
  padding: 0 auto;
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	overflow: hidden;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0; }
}


#popup{
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,.75);
	text-align: center;
}

#popup > a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
}

#popup aside{
	display: inline-block;
	text-align: center;
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 345px;
	height: 225px;
}

#popup aside .box_wrap{
	display: inline-block;
	position: relative;
}

#popup .popup_close{
	width: 35px;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
}

#popup .popup_close a{
	display: block;
}

#popup .popup_close a img{
	max-width: 100%;
}

#popup .popup_inner .btn_over{
	display: block;
	transition: .3s;
}

#popup .popup_inner .btn_over:hover{
	opacity: .7;
}

@media screen and (min-width : 769px){
	
	#popup .popup_inner{
		/*background: #fff;*/
	}
	
}


/* text_marker */
.big { font-size: 120%; }
.str { font-weight: bold; }

.cen { text-align: center; }

.pink { color: #ff17c6; }
.red { color: #ff0000; }
.orange { color: #f86c35; }
.blue { color: #4317ff; }
.violet { color: #8417ff; }


.line { text-decoration: underline; }

.m_p {
background: linear-gradient(transparent 60%, #fda8f0 60%);
background: -moz-linear-gradient(transparent 60%, #fda8f0 60%);
background: -webkit-linear-gradient(transparent 60%, #fda8f0 60%);
}

.m_y {
background: linear-gradient(transparent 60%, #ffff00 60%);
background: -moz-linear-gradient(transparent 60%, #ffff00 60%);
background: -webkit-linear-gradient(transparent 60%, #ffff00 60%);
}

.m_l {
background: linear-gradient(transparent 60%, #66FFCC 60%);
background: -moz-linear-gradient(transparent 60%, #66FFCC 60%);
background: -webkit-linear-gradient(transparent 60%, #66FFCC 60%);
}


