@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	color: #FFF;
	/*word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;*/
	position: relative;
	font-size: 0.88em;
	line-height: 1.8em;
	/*overflow: hidden;*/
	-webkit-text-size-adjust: 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 10px;
	background: url("../images/bg.png") repeat top center;
}

html {
	height: 100%;
	overflow:auto;
}

/* ie7 */
*:first-child+html body {
	font-size: 88%;
}
/* ie6Below */
* html body {
	font-size: 75%;
}
/* ie8 */
html>/**/body {
	font-size /*\**/: 90%\9;
}
/* ie9 */
body:not(:target) {
　font-size: 90%\9;
}
/* ie10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
	font-size: 90%;
}
}
/* ie11 */
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, body {
 font-size: 83%;
}
}

fieldset, img {
	border:0;
}


address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

button {
	cursor:pointer;
}

input[type="search"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/***********************************/

table {
	font-size:inherit;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: bold;	
}

a img {
	border: 0px;
}

a, input[type="submit"] {
	outline: none;
}

a:link {
	text-decoration: underline;
	color:#E7233B;
	font-weight: 600;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:visited {
	color: #E7233B;
	text-decoration: underline;
}

a:hover {
	color: #E7233B;
	text-decoration: none;
	/*filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;*/
}

a img:link {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.center {
	text-align: center !important;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #D33A42;
}

.blue {
	color: #3C84D7;
}

.grey {
	color: #ACACAC;
}

.green {
	color: #9DC92A;
}

.white {
	color: #FFF;
}

.black {
	color: #000;
}

.error {
	color: #EA2533;
	padding: 5px 0px 0px;
	display: block;
}

.small {
	font-size: 0.9em;
}

.requid {
	color: #EA2533;
}

.arrow {
	color: #416328;
}

.chushaku {
	font-size: 0.8em;
	line-height: 1.2em;
}

.pc_only {
	display: inherit;
	visibility: visible;	
}

.sp_only {
	display: none;
	visibility: hidden;
}

.lora {
	font-family: 'Playfair Display', serif;
}

sup {
	line-height: 0.8em;
}

sub {
	line-height: 0.8em;
}

@media screen and (max-width:768px) {
	
body {
	font-size: 2.4vw;
	overflow: inherit;
	min-width: inherit;
	background: url("../images/bg.png") repeat top center;
	background-size: contain;
}

html {
	overflow: inherit;
}
	
input[type="button"],input[type="submit"],input[type="reset"] {
    -webkit-appearance: none;
}
	
a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
	
.pc_only {
	display: none;
	visibility: hidden;
}

.sp_only {
	display: inherit;
	visibility: visible;		
}
.center {
	text-align: left;
}

.small {
	font-size: 0.8em;
}

}
