
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Arial", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30D2\30E9\30AE\30CE\89D2\30B4 ProN", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 1.4em;
  height: 100%;
  line-height: 1.3;
}
.serif {
  font-family:
    游明朝,
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    HGS明朝E,
    メイリオ,
    Meiryo,
    serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 2.5rem 0 1rem;
  font-feature-settings: "palt";
}

h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.0rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.4rem;
}

a {
  color: #666;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

p {
  font-size: 1.4rem;
  margin: 1.5rem 0;
}
header {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  line-height: 1.2;
  align-items: center;
  padding: 1.5rem;
  background-color: #F4F2F0;
}
header h1 {
  margin: 0;
  padding: 0;
  font-size: 3rem;
}
header p {
  font-size: 1.4rem;
  margin: .5rem auto;
  padding: 0;
}
.masterIcon {
  margin: 2rem auto .5rem;
}
.masterIcon img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}
.profileTxt {
  margin: 0;
  padding: 1rem .5rem;
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
}
.snsAccounts {
  margin: 0;
  padding: 1.5rem;
}
section {
  margin: 0;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #F4F2F0;
}
section>.txt {
  padding: 0 1rem;
}
blockquote {
  font-size: 1.4rem;
  /* line-height: 1.2; */
  margin: 0 0 .5rem 0;
  color: #666;
  font-style: italic;
}
.snsAccounts {
  /* margin: 2.5rem 1.5rem; */
}
.sns_ul {
  margin: 0;
  padding: 0;
}
.sns_block {
  list-style: none;
  /* border-bottom: 1px dotted #CCC; */
}
.sns_block>span {
  line-height: 1.2;
}
.sns_block .sns_link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #000000;
  text-decoration: none;
  padding: .5rem 0;
}
.sns_block .sns_link:hover {
  color: #000000;
}
.sns_block .sns_icon {
  width: 65px;
  text-align: center;
  margin-top: .4rem;
}
.sns_block .sns_txt {
  display: flex;
  flex-flow: column wrap;
}
.sns_block .sns_title {
  font-size: 1.8rem;
  margin-bottom: .3rem;
}
.sns_block .sns_account {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: .4rem;
}
.sns_block .sns_account .sns_account_display {
  font-size: 1.4rem;
}
.sns_block .sns_account .sns_account_id {
  font-size: 1.5rem;
  color: #999;
  margin-left: .8rem;
}
.ikemasu {
  margin-right: 0;
  padding-right: 0;
}
.ikemasu .txt {
  background: url(img/ikemasu_mockup.png) center right no-repeat;
  background-size: 150px;
  padding-right: 145px;
  margin-right: 0;
}
footer {
  text-align: center;
  padding: 4rem 1.5rem 6em;
  background-color: #F4F2F0;
}