@charset "UTF-8";
/*! destyle.scss v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
body {
  margin: 0;
}

main {
  display: block;
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Links */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Media elements */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75em;
}

a img {
  border: none;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

a:hover,
[type=button],
button:hover {
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive elements */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  overflow: scroll;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: #ffffff;
  font-size: 1.6rem;
}

#top {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: calc(1200px + 3.2rem);
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin: 0 auto;
}

.title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 2.1rem;
}

.title.-type2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.pickup__link {
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  padding-bottom: 1px;
  font-size: 1.4rem;
  position: relative;
}
.pickup__link::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pickup__link:hover::after {
  opacity: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.header .header__logo {
  width: 100%;
  max-width: 140px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.header .header__nav {
  background-color: #333333;
}
.header .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__list {
  color: #ffffff;
  font-size: 1.4rem;
  margin-right: 6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header .header__list:last-child {
  margin-right: 0;
}
@media only screen and (max-width:768px) {
  .header .header__list:last-child {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  .header .header__list:nth-last-of-type(2) {
    margin-right: 0;
  }
}

/* ハンバーガーメニュー
-------------------------------------------------------------------------- */
.footer {
  background-color: #f7f7f7;
  padding-top: 5rem;
  padding-bottom: 1.3rem;
}
.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
}
@media only screen and (max-width:768px) {
  .footer .footer__wrapper {
    display: block;
    padding-bottom: 9rem;
  }
}
.footer .footer__section {
  width: 29%;
}
@media only screen and (max-width:768px) {
  .footer .footer__section {
    width: 100%;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width:768px) {
  .footer .footer__section:last-child {
    margin-bottom: 0;
  }
}
.footer .footer__about-title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width:768px) {
  .footer .footer__about-title {
    margin-bottom: 3rem;
  }
}
.footer .footer__about-text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.footer .footer__about-menu {
  font-size: 1.4rem;
}
.footer .footer__about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
.footer .footer__about-list::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url(../img/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer .footer__about-list:last-child {
  margin-bottom: 0;
}
.footer .footer__menu-title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width:768px) {
  .footer .footer__menu-title {
    margin-bottom: 3rem;
  }
}
.footer .footer__menu-list {
  font-size: 1.4rem;
}
.footer .footer__menu-list:last-child .footer__menu-link {
  border-bottom: 1px solid #777777;
}
.footer .footer__menu-link {
  display: block;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-top: 1px solid #777777;
}
.footer .footer__twitter-title {
  margin-bottom: 3rem;
}
.footer .footer__twitter-timeline {
  width: 100%;
  max-width: 347px;
}
.footer .footer__conpany {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media only screen and (max-width:768px) {
  .footer .footer__conpany {
    margin-bottom: 1.3rem;
  }
}

/* pickup
-------------------------------------------------------------------------- */
.pickup {
  padding-bottom: 7rem;
  padding-top: 4.4rem;
}
@media only screen and (max-width:768px) {
  .pickup {
    padding-top: 3.4rem;
    padding-bottom: 5.1rem;
  }
}
.pickup .pickup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:768px) {
  .pickup .pickup__wrapper {
    display: block;
  }
}
.pickup .pickup__article {
  width: 32%;
}
@media only screen and (max-width:768px) {
  .pickup .pickup__article {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width:768px) {
  .pickup .pickup__article:last-child {
    margin-bottom: 0;
  }
}
.pickup .pickup__text {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.pickup .pickup__link-wrapper {
  text-align: center;
}

/* wrapper
-------------------------------------------------------------------------- */
.main__wrapper {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 14rem;
  /* ページネーション
  -------------------------------------------------------------------------- */
  /*-------------------------------------------
  contact form
  -------------------------------------------*/
}
@media only screen and (max-width:768px) {
  .main__wrapper {
    display: block;
    padding-bottom: 12rem;
  }
}
.main__wrapper .main__article-left {
  width: 63.2%;
}
@media only screen and (max-width:768px) {
  .main__wrapper .main__article-left {
    width: 100%;
  }
}
.main__wrapper .main__article {
  padding-bottom: 8rem;
}
@media only screen and (max-width:768px) {
  .main__wrapper .main__article {
    padding-bottom: 9rem;
  }
}
.main__wrapper .main__article:last-child {
  padding-bottom: 0;
}
.main__wrapper .main__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width:768px) {
  .main__wrapper .main__menu {
    margin-top: 2.4rem;
  }
}
.main__wrapper .main__list {
  font-size: 1.4rem;
  margin-right: 2rem;
}
.main__wrapper .main__text {
  width: 89.5%;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width:768px) {
  .main__wrapper .main__text {
    width: 76.7%;
  }
}
.main__wrapper .main__link {
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}
.main__wrapper .main__link-anker {
  padding-bottom: 1px;
  border-bottom: 1px solid #333333;
}
.main__wrapper .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__wrapper .pagination li {
  padding: 0 10px;
}
.main__wrapper .pagination ul a:hover {
  opacity: 0.7;
}
.main__wrapper .main__article-right {
  width: 28.7%;
  margin-right: 2rem;
}
@media only screen and (max-width:768px) {
  .main__wrapper .main__article-right {
    width: 100%;
    padding-top: 8rem;
    margin-right: 0;
  }
}
.main__wrapper .main__author {
  padding-bottom: 6rem;
}
.main__wrapper .main__author-img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 150px;
  height: 150px;
}
.main__wrapper .main__author-photo {
  display: block;
}
.main__wrapper .main__author-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .main__wrapper .main__author-title {
    margin-bottom: 3.4rem;
  }
}
.main__wrapper .main__author-text {
  font-size: 1.4rem;
}
.main__wrapper .main__ranking {
  padding-bottom: 6rem;
}
.main__wrapper .main__ranking-title {
  margin-bottom: 3.4rem;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .main__wrapper .main__ranking-title {
    margin-bottom: 3rem;
  }
}
.main__wrapper .main__ranking-article {
  margin-bottom: 3rem;
}
.main__wrapper .main__ranking-article:last-child {
  margin-bottom: 0;
}
.main__wrapper .main__ranking-text {
  font-size: 1.4rem;
}
.main__wrapper .main__archive-title {
  margin-bottom: 3.4rem;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .main__wrapper .main__archive-title {
    margin-bottom: 3rem;
  }
}
.main__wrapper .main__date-list {
  font-size: 1.4rem;
}
.main__wrapper .main__date-link {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  width: 100%;
  border-top: 1px solid #777777;
}
.main__wrapper .main__date-list:last-child .main__date-link {
  border-bottom: 1px solid #777777;
}
.main__wrapper input,
.main__wrapper textarea {
  width: 100%;
  border: solid 1px #c8c8c8;
  padding: 8px;
  margin-bottom: 10px;
}
.main__wrapper input[type=submit] {
  background-color: #333;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.main__wrapper input[type=submit]:hover {
  opacity: 0.7;
}

.main__archive {
  text-align: center;
  margin-bottom: 6rem;
}
.main__archive .side-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.4rem;
}
.main__archive li {
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #777777;
}
.main__archive li:last-child {
  border-bottom: 1px solid #777777;
}

.post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 300px;
}
@media only screen and (max-width:768px) {
  .post-link {
    width: 100%;
  }
}

.main__article-left .page-title {
  font-size: 4rem;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 6rem;
}

#searchform {
  position: relative;
  margin-bottom: 6rem;
}

#searchform button {
  position: absolute;
  top: 8px;
  right: 12px;
}/*# sourceMappingURL=style.css.map */