@charset "UTF-8";
/*   
Theme Name: XeoryBase
Theme URI: http://xeory.jp/
Description: Xeoryベーステーマ
Author: バズ部
Author URI: http://bazubu.com/
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


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: inherit;
  font-size: 100%;
}

html {
  line-height: 1;
  height:100%;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
}

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */


body {
  margin: 0;
  font-family: 'Noto Sans Japanese',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
  text-align:center;
}

a {
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}

b{
	font-weight:bold;
}




/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* border
-------------------------------------------------- */

.borderD{
	border-bottom:#666 dotted 1px;
	padding-bottom:10px;
}


/* margin
-------------------------------------------------- */

.mt10{
	margin-top:10px !important;
}

.mt20{
	margin-top:20px !important;
}

.mt30{
	margin-top:30px !important;
}

.mt40{
	margin-top:40px !important;
}

.mt50{
	margin-top:50px !important;
}

.mt60{
	margin-top:60px !important;
}

.mt70{
	margin-top:70px !important;
}

.mt80{
	margin-top:80px !important;
}

.mt100{
	margin-top:100px !important;
}

.mt120{
	margin-top:120px !important;
}

.mt150{
	margin-top:150px !important;
}


/* padding
-------------------------------------------------- */

.pl30{
	padding-left:30px !important;
}

.pr20{
	padding-right:20px !important;
}




/* header
-------------------------------------------------- */

#header{
	width: 100%;
	padding:27px 0 13px 0;
}


/* メイン画像
-------------------------------------------------- */

#wrapMain{
	width: 100%;
	text-align:center;
	padding-top:94px;
	height:500px;
	background:url("../images/main_bg.jpg") no-repeat top center;
}


/* h1～
-------------------------------------------------- */

h1{
	width:100%;
	font-size:50px;
	line-height:120%;
	letter-spacing:0.13em;
	font-weight:700;
	border-bottom:#000 solid 4px;
	padding-bottom:30px;
}

h1 span{
	font-size:28px;
	line-height:160%;
	display:block;
	letter-spacing:2px;
	margin-bottom:10px;
}

h1 span.red{
	color:#F00;
	font-size:50px;
	line-height:120%;
	letter-spacing:0.13em;
	display:inline;
}


h2{
	width:100%;
	font-size:26px;
	line-height:150%;
	letter-spacing:0.12em;
	font-weight:700;
}

h2 span{
	font-size:30px;
	font-weight:900;
}


h3{
	width:100%;
	font-size:24px;
	line-height:170%;
	letter-spacing:0.12em;
	font-weight:900;
}




/* コンテンツ
-------------------------------------------------- */

.contents{
	width: 1000px;
	text-align:center;
	margin:0 auto;
}


.lead{
	font-size:15px;
	line-height:180%;
	letter-spacing:0.13em;
	font-weight:700;
}

.txtcenter{
	font-size:15px;
	line-height:180%;
	letter-spacing:0.13em;
	font-weight:350;
}


.txtleft{
	font-size:15px;
	line-height:190%;
	letter-spacing:0.08em;
	font-weight:350;
	text-align:left;
}

.txtleft02{
	font-size:20px;
	line-height:190%;
	letter-spacing:0.08em;
	font-weight:350;
	text-align:left;
	margin:auto;
	display:inline-block;
	font-weight:bold;
}

.txtc{
	text-align:center;
	width:100%;
}

.wrapleft{
	float:left;
	text-align:left;
	width:100%;
}

.tokucho h2{
	text-align:center;
}



.wrapright{
	float:right;
	text-align:left;
}

.wrap400{
	width:400px;
}

.wrap600{
	width:600px;
}


.point{
	background-color:#FF6;
}


.point02{
	background-color:#FF6;
	font-size:26px;
	font-weight:700;
}




.small{
	font-size:12px;
}

.lspaceN{
	letter-spacing:0.05em;
}


.wrapProf{
	width:861px;
	margin:auto;
	clear:both;
	margin-top:60px;
}

.photo{
	width:160px;
	text-align:left;
	float:left;
}

.prof{
	width:700px;
	text-align:left;
	float:right;
}


.prof div:nth-of-type(1) {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}


.prof div:nth-of-type(2) {
	font-size:15px;
	margin-bottom:10px;
}


.prof div:nth-of-type(3) {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:#999 dotted 1px;
	padding-bottom:10px;
	letter-spacing:0.08em;
}


.prof div:nth-of-type(3) span {
	font-size:15px;
	font-weight:normal;
}









.wrapVoice{
	width:940px;
	margin:auto;
	clear:both;
	margin-top:60px;
}

.wrapVoice .photo{
	width:340px;
	text-align:left;
	float:left;
}

.voice{
	width:600px;
	text-align:left;
	float:right;
}


.voice div:nth-of-type(1) {
	font-size:28px;
	font-weight:bold;
	margin-bottom:15px;
	line-height:140%;
}


.voice div:nth-of-type(2) {
	font-size:15px;
	margin-bottom:10px;
}


.voice div:nth-of-type(3) {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:#999 dotted 1px;
	padding-bottom:10px;
	letter-spacing:0.08em;
}


.voice div:nth-of-type(3) span {
	font-size:15px;
	font-weight:normal;
}


dl{
	width:744px;
	text-align:left;
	margin:0px auto 30px;
	border-bottom:#999 dotted 1px;
	padding-bottom:25px;
}

.qt{
	width:40px;
	display:inline-block;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	
}

.qp{
	width:700px;
	display:inline-block;
	font-size:28px;
	font-weight:bold;
	letter-spacing:0.05em;
}

.at{
	width:40px;
	display:inline-block;
	font-size:28px;
	font-weight:bold;
	color:#999;
	vertical-align:top;
	margin-top:20px;
	text-align:center;
}

.ap{
	width:700px;
	display:inline-block;
	font-size:16px;
	line-height:180%;
	margin-top:20px;
	letter-spacing:0.05em;
}

#footer{
	width:100%;
	padding:20px 0 140px 0;
	background-color:#eee;
}





/* btn
-------------------------------------------------- */


#btn{
	width: 100%;
	min-width:1000px;
	height:110px;
	padding:20px 0 20px 0;
	background-color:#85B000;
	position:fixed;
	bottom:0px;
	text-align:center;
	z-index:100;
}


#btn02{
	width: 50px;
	position:fixed;
	top:50px;
	right:0;
	text-align:center;
	z-index:10;
}


.fs20{
	font-size:20px;
}


/* #loadarea
--------------------------- */
#loadarea {
}
#loadarea .loadItem {
}
#loadarea #item1 {
}
#loadarea .loadItem img {
}
 
/* #nowLoading
--------------------------- */
#nowLoading {
    padding: 50px 0;
	background-color:#993;
    width: 100%;
    text-align: center;
	font-size:40px;
	line-height:150%;
	color:#090;
}
 
/* =======================================
    ClearFixElements
======================================= */
#loadarea .loadItem:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loadarea .loadItem {
    display: inline-block;
    overflow: hidden;
}


/* balloon-1 bottom */
#balloon-1-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	color: #ff0;
	text-align: center;
	background: #5C2C4D;
	border: 2px solid #fff;
	z-index: 0;
	bottom:105px;
	left:-330px;
	border-radius: 6px;
	font-size:18px;
  transform: rotate(-10deg);
}


/* balloon-1 bottom */
#balloon-2-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	color: #ff0;
	text-align: center;
	background: #5C2C4D;
	border: 2px solid #fff;
	z-index: 0;
	bottom:105px;
	left:20px;
	border-radius: 6px;
	font-size:18px;

  animation: spin 8s ease-in infinite;
}



@keyframes spin {
	
	0% {
	transform: rotate(-10deg);
	opacity: 0;
	}
	
	55% {
	transform: rotate(-10deg);
	opacity: 0;
	}
	
	56% {
	transform: rotate(-10deg);
	opacity: 1;
	}
	
	
	60.5% {
	transform: rotate(-10deg);
	}
	
	61% {
	transform: rotate(-14deg);
	}
	
	61.5% {
	transform: rotate(-10deg);
	}
	
	62% {
	transform: rotate(-14deg);
	}
	
	62.5% {
	transform: rotate(-10deg);
	}
	
	63% {
	transform: rotate(-14deg);
	}
	
	63.5% {
	transform: rotate(-10deg);
	}
	
	64% {
	transform: rotate(-14deg);
	}
	
	64.5% {
	transform: rotate(-10deg);
	}
	
	
	
	
	80% {
	transform: rotate(-10deg);
	opacity: 1;
	}
	
	81% {
	transform: rotate(-14deg);
	}
	
	81.5% {
	transform: rotate(-10deg);
	}
	
	82% {
	transform: rotate(-14deg);
	}
	
	82.5% {
	transform: rotate(-10deg);
	}
	
	83% {
	transform: rotate(-14deg);
	}
	
	83.5% {
	transform: rotate(-10deg);
	}
	
	84% {
	transform: rotate(-14deg);
	}
	
	84.5% {
	transform: rotate(-10deg);
	}
	
	98% {
	transform: rotate(-10deg);
	opacity: 1;
	}
	
	100% {
	transform: rotate(-10deg);
	opacity: 0;
	}
}


#balloon-1-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #5C2C4D transparent transparent transparent;
	z-index: 0;
}
#balloon-1-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	z-index: -1;
}

#balloon-2-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #5C2C4D transparent transparent transparent;
	z-index: 0;
}
#balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	z-index: -1;
}

.txts{
	font-size:20px;
	letter-spacing:normal;
}

.txtsred{
	color:#F00;
	font-size:20px;
	display:inline;
	letter-spacing:normal;
	
}

.potxt01{
	font-size:16px;
	letter-spacing:normal;
	color:#F00;
	line-height:140%;
	top:-390px;
	position:relative;
	z-index:10;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	text-shadow: 2px 2px 0px #fff,
				-2px 2px 0px #fff,
				2px -2px 0px #fff,
				-2px -2px 0px #fff;
	font-weight:bold;
}


.potxt02{
	font-size:17px;
	letter-spacing:normal;
	color:#F00;
	line-height:140%;
	top:-70px;
	position:relative;
	z-index:10;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	text-shadow: 2px 2px 0px #fff,
				-2px 2px 0px #fff,
				2px -2px 0px #fff,
				-2px -2px 0px #fff;
	font-weight:bold;
	text-align:center;
}


.potxt03{
	font-size:16px;
	letter-spacing:normal;
	color:#F00;
	line-height:140%;
	top:-380px;
	position:relative;
	z-index:10;
	transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	text-shadow: 2px 2px 0px #fff,
				-2px 2px 0px #fff,
				2px -2px 0px #fff,
				-2px -2px 0px #fff;
	font-weight:bold;
	text-align:center;
}
