@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

address, optgroup {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
  color: #111111;
  -webkit-text-size-adjust: none;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.20s ease-out;
}

a {
  color: #111111;
  text-decoration: none;
}


/* *************
  common
 ************* */
.box-common {
  max-width: 640px;
  margin: 0 auto 16px;
  padding: 0 24px;
  box-sizing: border-box;
}

/* *************
  header
 ************* */
header {
  max-width: 640px;
  margin: 24px auto 0;
}

/* *************
  header 414
 ************* */
@media screen and (max-width: 414px) {
  header {
    margin: 0 auto ;
  }
}

/* *************
  cover
 ************* */
.cover-image {
  max-width: 100%;
  height:auto;
  position: relative;
  z-index: 1;
}

/* *************
  avater
 ************* */
.avater {
  position: relative;
  z-index: 2;
  margin: -40px 24px 24px;
}
.avater:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.avater-image {
  width: 100px;
  height: auto;
  border-radius: 50px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  float: left;
  margin-right: 16px;
}
.avater-name {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 48px;
  overflow: hidden;
}
.avater-en {
  font-size: 12px;
  color: rgba(17,17,17,0.6);
  position: relative;
  top: 46px;
  overflow: hidden;
}

/* *************
  avater 414
 ************* */
@media screen and (max-width: 414px) {
  .avater {
    margin-top: -36px;
    margin-bottom: 16px;
  }
  .avater-name {
    top: 38px;
    font-size: 16px;
  }
  .avater-en {
    top: 36px;
  }

  .avater-image {
    width: 80px;
  }
}



/* *************
  sumally
 ************* */
.sumally {
  margin-bottom: 48px;
}
.sumally-note {
  color: rgba(17,17,17,0.7);
}

/* *************
  sumally 414
 ************* */
 @media screen and (max-width: 414px) {
  .sumally {
    margin-bottom: 16px;
  }
  .sumally-note {
    font-size: 13px;
  }
}

/* *************
  section common
 ************* */
.section-title {
  font-size: 14px;
  color: rgba(17,17,17,0.7);
  font-weight: bold;
  text-align: center;
  position: relative;
  height: 28px;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(17,17,17,0.1);
  position: absolute;
  top:50%;
  margin-top: -1px;
  z-index: 1;
}
.section-title-inner {
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 4px 16px;
  z-index: 2;
}

/* *************
  section common 414
 ************* */
 @media screen and (max-width: 414px) {
  .section-title {
    font-size: 11px;
    height: 24px;
    margin-bottom: 16px;
  }
 }

/* *************
  pickup
 ************* */
.pickup {
  margin-bottom: 48px;
}
.pickup-item {
  margin-bottom: 16px;
}
.pickup-item:last-child {
  margin-bottom: 0;
}
.pickup-anker {
  display: block;
}
.pickup-image {
  width: 100px;
  height: auto;
  margin-right: 16px;
  vertical-align: middle;
}
.pickup-item-inner {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.pickup-category {
  color: rgba(17,17,17,0.7);
  font-size: 12px;
  margin-bottom: 4px;
}
.pickup-category-new {
  display: inline-block;
  color: #fff;
  background-color: #F78787;
  border-radius: 4px;
  font-size: 9px;
  padding: 1px 4px;
  font-weight: bold;
  margin-right: 4px;
  line-height: 14px;
  text-align: center;
}

.pickup-article-date {
  color: rgba(17,17,17,0.3);
  font-size: 12px;
}

/* *************
  pickup 414
 ************* */
 @media screen and (max-width: 414px) {
  .pickup {
    margin-bottom: 24px;
  }
  .pickup-image {
    width: 70px;
  }
  .pickup-article-title {
    font-size: 14px;
  }
}

/* *************
  links
 ************* */
.links-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content:flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  max-width: 640px;
}

.links-item {
  /* flex: 1 auto; */
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
.links-anker {
  display: block;
}
.links-image {
  width: 48px;
  height: auto;
}
.links-name {
  font-size: 14px;
}

/* *************
  links 414
 ************* */
 @media screen and (max-width: 414px) {
  .links-image {
    width: 32px;
  }
  .links-name {
    font-size: 12px;
  }
}


/* *************
  footer
 ************* */
footer {
  text-align: center;
  padding: 24px;
  /* background-color: #322b23; */
}

.footer-copyright {
  opacity: 0.5;
  display: block;
  font-size: 10px;
  color: rgba(17,17,17,0.6);;
}
/* *************
  footer 414
 ************* */
 @media screen and (max-width: 414px) {
  footer {
    padding: 16px;
  }
}


/* *************
  ad
 ************* */
.ad {
  
}
.ad-inner {
  padding: 0 0 36px;
  text-align: center;
}
/* *************
  ad 414
 ************* */
 @media screen and (max-width: 414px) {
  .ad-inner {
    padding: 16px 0;
  }

}
