@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;border:none;}
th, td{border:none;}
fieldset, img{border:0;}
address, button, caption, cite, code, dfn, em, input,
optgroup, option, select, strong, textarea, th, var{font:inherit;}
del, ins{text-decoration:none;}
li{list-style:none;}
caption, th{text-align:left;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}
q:before, q:after{content:'';}
abbr, acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#0f0f0f;}
img{display:block;}
a:link, a:visited, a:active, a:hover{overflow:hidden;outline:none;cursor:pointer;text-decoration:none;}
.clr{border:none;clear:both;font-size:1%;margin:0;padding:0;}
.displayNone{display:none;}
dl, dt, dd{box-sizing:border-box;}
*, *::before, *::after{
  box-sizing: border-box;
}
#pageTop {
  position: fixed;
  z-index:100;
  bottom: 40px;
  right: 60px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 1px 0 0 1px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #0f0f0f;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.scrolls{
    width: 58px;
}
.break{
    display: inline;
}
html, body{
    width: 100%;
    height: 100%;
    min-height: 100%;
}
body{
    margin:0;
    padding:0;
    font-family:"Helvetica neue", Helvetica, "游ゴシック", YuGothic, 'ヒラギノ角ゴPro W3', "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-style:normal;
    font-size:62.5%;
    line-height:160%;
    color:#0f0f0f;
    background-color: #ffd700;
}
.adobe{
    font-family: "triplex-serif", serif;
    font-family: "oskar-inline", sans-serif;
    font-family: "hot-kaishokk", sans-serif;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;/*Regular*/
    font-weight: 700;/*Bold*/
}




/*--------
header
--------*/
.header{
    display: block;
    height: 460px;
    margin-bottom: 60px;
}
.logo{
    position: relative;
    top: 144px;
    left: 0;
    margin: 0 auto;
    width: 360px;
}




/*--------
Hello
--------*/
.hello{
    position: relative;
    width: 650px;
    max-width: 100%;
    margin: 60px auto 0;

}
.hello{
    padding: 28px;
    font-size: 1.1rem;
    line-height: 165%;
    background-color: #fff;
}
.helloFrame{
    position: absolute;
    top: -4%;
    left: -4%;
    margin: 0;
    padding: 0;
    width: 630px;
    max-width: 108%;
    height: 108%;
    background-color: transparent;
    border: solid 2px #0f0f0f;
    transform:rotate(-1.5deg);
}




/*--------
Banner
--------*/
.bannerWrap{
    position: relative;
    width: 100%;
    margin: 160px auto 160px;
}
.bannerInside{
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.bannerTitle{
    position: absolute;
    z-index: 7;
    top: -50px;
    left: 0;
    width: 380px;
    margin: 0 0 8px;
    padding: 0 0 0 10px;
    font-family: triplex-serif, serif;
    font-size: 2.8rem;
    line-height: 100%;
    text-align: left;
    background-color: #fff;
    transform:rotate(-2.5deg);
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .5);
}
.banner1{
    margin-top: 120px;
}
.barbara{
    border-left: solid 20px #e60028;
}
.ty{
    border-left: solid 20px #009174;
}
.hover{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 100%;
    margin: 80px auto 140px;
    opacity: 0.85;
    box-shadow: 12px 12px 8px 1px rgba(0, 0, 255, .05);
}
.hover:hover{
    position: relative;
    opacity: 1;
    box-shadow: 12px 12px 8px 1px rgba(0, 0, 255, .2);
    transition: 0.1s linear;
}




/*--------
Title Ball and Shadow
--------*/
.titleBack{
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #fff;
    border: solid 2px #0f0f0f;
    transform:rotate(3deg);
}
.titleShadow{
    position: relative;
    margin: 10px auto 0;
    width: 70px;
    height: 6px;
    border-radius: 40%;
    background-color: #0f0f0f;
    transform:rotate(-1deg);
}
.titleAbout{
    position: absolute;
    top: 42px;
    left: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #0f0f0f;
}




/*--------
About - Circle
--------*/
.aboutBg{
    position: relative;
    z-index: -999;
    width: 100%;
    height: 920px;
    background: url(../../img/circle.png) no-repeat center / contain;
}
.aboutWrap{
    position: relative;
    width: 650px;
    margin: 60px auto 0;
    padding: 20px 0 0;
  }
/*--------
About - Table
--------*/
#index dl {
	width: 600px;
    max-width: 100%;
	margin: -14px auto 20px;
	font-size: 0.9rem;
    line-height: 180%;
}
#index dt, #index dd {
	padding: 14px 14px 0;
}
#index dt {
    width: 100%;
    padding: 16px 0 0;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 180%;
    letter-spacing: 0.075em;
	text-align: left;
}
#index dd {
    margin-left: 0;
    padding: 8px 10px;
	font-size: 0.9rem;
    line-height: 180%;
    letter-spacing: 0.075em;
	text-align: left;
	background: #fff;
	border-left: none;
}
#index dd:after {
	content: '';
	display: block;
	clear: both;
}




/*--------
Copyright
--------*/
#copyright{
    display: block;
    margin: 120px auto 40px;
    font-family: triplex-serif, serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #0f0f0f;
}
#copyrightSp{
    display: none;
}




/*--------
common parts
--------*/
.bold{
    font-weight: bold;
}
.txt110{
    font-size: 140%;
}
.italic{
    font-family: "zen-old-mincho", sans-serif;
    font-family: "hot-kaishokk", sans-serif;
    font-style: italic;
    color: #7f7f7f;
}
.numbig{
    font-size: 112%;
    letter-spacing: 0.1em;
}
.max{
    width: 100%;
}
.small{
    font-size: 0.75rem;
}
.big{
    font-size: 1rem;
}
