@charset "UTF-8";
/* CSS Document */

html {height:100vh;
 overflow-y:scroll;}
body {
	height:100vh;
  background-color: #fffeee;
  background-image:
    radial-gradient(#fff3d3 13%, transparent 1%),
    radial-gradient(#fff3d3 13%, transparent 1%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;

background-attachment: fixed;
	color:#72472E;
	margin: 0;
	padding: 0;
	font-family:tbchibirgothicplusk-pro, sans-serif;
	font-size:14px;
	line-height:1.6em;
	-webkit-text-size-adjust: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;}

@media screen and (max-width: 600px){
	body{
 background-size: 40px 40px!important;
background-position: 0 0, 20px 20px!important;}}

@media screen and (max-width: 414px) { 
	body {
	font-size: 12px;
	line-height: 1.6em;
}}

/*リボン*/
.ribbon {
  display: inline-block;
  margin: 0 -15px 0 0;
  padding-top: 8px;
  width: 150px;
  height: 36px;
  position: absolute;
  top: 60px;
  right: 0;
  color: #fffeee;
  box-sizing: border-box;
}

@media screen and (max-width: 600px){
.ribbon {margin:0;
}
}

.ribbon_word {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 1.4rem;
}

.tourist::before,.resident::before
{
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -10px;
  z-index: 1;
  border-style: solid;
  border-width: 18px 10px 18px 10px;
  content: '';
}

.tourist{
  background-color: #99d5f2;}
.tourist::before{
  border-color: #99d5f2 transparent;}

.resident{
  background-color: #A8EABF;}
.resident::before{
  border-color: #A8EABF transparent;}

/*プロフィール*/

.base{
height: auto;
margin: -45px auto 80px;
padding: 75px 0px 30px;
border-radius: 40px;
position: relative;
  display: block;

}

@media screen and (min-width: 601px){
.base{
	width: 600px;	

background-color: #FdFdF3;
border: solid 2px #FFE49F;
box-shadow: 10px 10px 0px 0 #FFE49F;}
}

@media screen and (max-width: 600px){
.base{
	width: 100%;}
}
@media screen and (max-width: 414px){
//	.base{
//		margin: -45px auto 250px;}
}

/*一言*/
.word {
  position: relative;
//  display: inline-block;
margin: 60px auto 0px;
font-size: 1.1em;
line-height: 1.8em;
  background: #FdFdF3;
  border-radius: 30px;
  border: solid 3px;
text-align: center;
font-family: tbudrgothic-std,sans-serif;
}

.word:before {
  content: "";
  position: absolute;
  bottom: -29px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 18px solid #FdFdF3;
  z-index: 2;
}

.word:after {
  content: "";
  position: absolute;
  bottom: -35px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 20px solid;
  z-index: 1;
}

.word p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 601px){
.word{
margin: 60px 40px 0px;
padding: 7px 10px;
}
.word::before,.word::after
{
  left: 22%;}
}
@media screen and (max-width: 600px){
.word{
width: 95%;
padding: 7px 0;
}
.word::before,.word::after
{
  left: 28%;}
}
/*アイコン＆名前*/
.pf_top
{
margin:30px auto 30px;


}

.icon{
margin: 0px auto;
width: 50%;
float: left;
text-align: center;
}

.icon_color{
width: 130px;
height: 130px;
margin:0px auto;
border-radius: 20px;
vertical-align: middle;}

.icon_color img{
margin:15px auto;
}

.pf_name{width: 50%;
text-align: left;
float: left;}

.name{
width: auto;
margin:50px auto 30px -200px;
padding: 0px;
font-family: tbudrgothic-std, sans-serif;
text-align: center;}
.name span{
font-size: 1.8em;
font-weight: 900;}

@media screen and (max-width: 650px){
	.icon{width:40%;}
	.icon_color{margin-left:38px;}
	.pf_name{width: 60%;}
.name{
	margin: 50px auto 30px;
	}
	.name span{
	font-size: 1.4em!important;}
}

.pf_top::after{
  clear: both;
  content: '';
  display: block;
}

.pf_detail{
margin:0px auto;
}

.pf_detail table
{margin:0px auto;
border-collapse: separate;
border-spacing: 8px 10px;
font-family: tbudrgothic-std, sans-serif;
}
.pf_detail table tr td
{
width: 165px;
border-radius: 10px;
text-align: center;
}

.pf_detail table tr:nth-child(odd) td:nth-child(odd)
{
background-color: #99D5F2;}
.pf_detail table tr:first-child td:nth-child(even),
.pf_detail table tr:nth-child(even) td:nth-child(odd)
{
background-color:#FFE49F;}

.pf_detail table tr:nth-child(even) td:last-child,
.pf_detail table tr:nth-child(3) td:last-child
{
text-align: left;
}

td.home{
padding: 10px;
background-color:#FFE49F!important;
//border: solid #FFE49F;
line-height: 1.4em;}

td.home span{
font-family: tbchibirgothicplusk-pro, sans-serif;}


.pf_more{
width:auto;
margin:20px 40px;
}

.pf_color{
margin: 20px 40px;
text-align:right;
}

@media screen and (max-width: 414px){
.pf_more{margin: 20px 18px;}
	.pf_color{margin: 20px 18px;}
}

/*装飾*/
.fa-r{color:#F27B6C;}
.fa-b{color:#43A3FF;}
.fa-w{color:#fffeee;}

@media screen and (min-width: 501px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 500px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
@media screen and (min-width: 341px){	
.br-sp2 { display:none; }
}
@media screen and (max-width: 340px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
.br-sp2 { display:block; }
}

/*フッター*/

.bottom{
	height: 10px;
    width: 100%;
    background-color: #99d5f2;
    text-align: center;
    padding: 30px 0;

    position: absolute;/*←絶対位置*/
//    bottom: 0; /*下に固定*/
}



/*アニメーション*/

.editorial {
  display: block;
  width: 100%;
  height: 40px;
  max-height: 40px;
  margin-top:-40px;
  z-index:5;
  top:0;
  position:absolute;
  left:0px;
  float:left;
}

@media screen and (max-width: 414px){
.editorial {
	height: 30px!important;
  max-height: 30px!important;
  margin-top:-30px!important;
	}
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}