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

  Mobile Styles

------------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #272727;
}
body * {
  box-sizing: border-box;
}

a {
  color: #994d59;
}
a:link, a:visited {
  color: #994d59;
}
a:hover, a:active {
  color: #b37a83;
}
a.btn {
  color: #9a9a9a;
  background-color: #40393a;
  box-shadow: 0 2px 0 #2d2829, 0 4px 0px rgba(0, 0, 0, 0.2);
}
a.btn:active {
  transition-duration: 0.1s;
  opacity: 0.5;
  background-color: #3a3334;
  box-shadow: 0 0px 0 #2d2829, 0 0px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}
.navi li a {
  color: #994d59;
}
.navi li a:link, .navi li a:visited {
  color: #994d59;
}
.navi li a:hover, .navi li a:active {
  color: #b37a83;
}
.ua-desktop a:link, .ua-desktop a:visited {
  color: #994d59;
}
.ua-desktop a:hover, .ua-desktop a:active {
  color: #b37a83;
}
.ua-desktop a.btn:hover {
  opacity: 0.5;
  background-color: #3a3334;
  box-shadow: 0 1px 0 #2d2829, 0 0px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}

.off a.btn {
  box-shadow: none;
}
.off a.btn:active {
  opacity: 0.2;
  background-color: #000000;
  box-shadow: none;
  transform: none;
}
.navi .off a:hover {
  color: #994d59;
}
.ua-desktop .navi .off a:hover {
  color: #994d59;
}
.ua-desktop .off a.btn:hover {
  opacity: 0.2;
  background-color: #000000;
  box-shadow: none;
  transform: none;
}

/*------------------------------------------------------------------------------

  Header

------------------------------------------------------------------------------*/
.header {
  margin: 0 auto;
}
.header h1 {
  margin: 0 auto;
  padding: 0;
  color: #994d59;
  background-color: transparent;
}
.header__logo {
  background-color: #272727;
}
.header__logo a {
  color: #9a9a9a;
}
.header__subtitle {
  font-family: "A1 Mincho B JIS2004 AP", serif;
  padding: 0;
  background-color: #994d59;
}
.header__subtitle span {
  color: #000000;
}
.header__subtitle + h1 {
  padding: 0;
}
.header__lead {
  width: 93.75%;
  font-size: 16px;
  font-feature-settings: "halt" 1;
  letter-spacing: 0.075em;
  margin: 0 auto 0;
  color: #9a9a9a;
}
.header__lead > div {
  margin-top: 40px;
}

.column {
  font-size: 16px;
  margin-top: 2em;
  padding: 1em;
  border: 3px solid #f22;
  border-radius: 6px;
  background-color: #fff;
}
.column dt {
  float: left;
}
.column dd {
  font-weight: normal;
  margin-left: 4em;
}

.contents-wrapper {
  background-color: #272727;
}

/*------------------------------------------------------------------------------

  Post

------------------------------------------------------------------------------*/
.post {
  width: 93.75%;
  background-color: #e9e9e9;
  border: 0 none transparent;
}
.post-header {
  padding: 10px 0 0 10px;
}
.post-header__icon {
  margin-top: 0;
}
.post-header__title {
  min-height: 84px;
  margin-right: 60px;
  margin-bottom: 0;
  border: 0 none transparent;
  background-color: #40393a;
}
.post-header__title::before {
  background-image: none;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #40393a;
  right: -12px;
  top: 60px;
  width: 0;
  height: 0;
}
.post-header__title a {
  display: block;
}
.post-header__title h3 {
  color: #9a9a9a;
}
.post-header__title .time {
  color: #757575;
}
.post-header__title .time i {
  font-size: 150%;
  line-height: 0;
  vertical-align: middle;
}
.post__text {
  background-color: transparent;
}
.post-share li a {
  background-color: #1a1a1a;
}
.post .mail {
  color: #994d59;
}
/*------------------------------------------------------------------------------

  Slide

------------------------------------------------------------------------------*/
.slide {
  border-top: 0 none transparent;
  border-radius: 0;
  background-color: transparent;
}
/*------------------------------------------------------------------------------

  Navi

------------------------------------------------------------------------------*/
.navi {
  background: url(../images/border.svg) repeat-x center top, url(../images/border.svg) repeat-x center bottom;
  background-size: 308px 6px;
  border: 0 none transparent;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.navi__date li > span {
  color: #9a9a9a;
}
.navi__date li input {
  background-color: #40393a;
  border-color: #1a1a1a;
  color: #9a9a9a;
}
.navi__date li a.btn {
  margin-top: -4px;
}
.navi__first-latest {
  max-width: 100%;
  max-width: 860px;
}
.navi--top {
  padding: 16px 0;
}
.navi--bottom {
  padding: 16px 0;
}

/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 20px auto 0;
}
.footer-share {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.footer-share h3 {
  color: #9a9a9a;
}
.footer-contact {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.footer-contact__mail a {
  background-color: #272727;
}
.footer-contact__home a {
  background-color: transparent;
}
.footer .copyright {
  width: 100%;
  background-color: #40393a;
}

.loader {
  border: 6px solid #994d59;
}

/*------------------------------------------------------------------------------

 small device styles

------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  /* スマホだけのスタイル */
}
/*------------------------------------------------------------------------------

 large device styles

------------------------------------------------------------------------------*/
@media only screen and (min-width: 601px) {
  /* PCだけのスタイル */
  /*------------------------------------------------------------------------------

    Header

  ------------------------------------------------------------------------------*/
  .header {
    /* Headerのスタイル */
  }
  .header h1 {
    padding: 0;
  }
  .header__subtitle {
    padding-top: 0;
  }
  .header__subtitle span {
    font-size: clamp(12px, 1.25vw, 20px);
  }
  .header__subtitle + h1 {
    padding: 0;
  }
  .header__lead {
    width: 100%;
  }
  .header__lead > div {
    font-family: "A1 Mincho B JIS2004 AP", serif;
  }
  /*------------------------------------------------------------------------------

    Post

  ------------------------------------------------------------------------------*/
  .post {
    max-width: 860px;
  }
  .post-header {
    border: 0 none transparent;
    padding-left: 0;
  }
  .post-share {
    padding: 0;
  }
  .post-share li a {
    background-color: #40393a;
  }
  .post-share li a:hover {
    background-color: #3a3334;
    color: #9a9a9a;
    opacity: 1;
  }
  .post-share__twitter a {
    border-radius: 6px 0 0 0;
  }
  .post-share__line {
    float: right;
  }
  .post-share__line a {
    border-radius: 0 0 6px 0;
  }
  /*------------------------------------------------------------------------------

    Slide

  ------------------------------------------------------------------------------*/
  .slide {
    /* Slideのスタイル */
  }
  /*------------------------------------------------------------------------------

    Navi

  ------------------------------------------------------------------------------*/
  .navi--bottom {
    padding-bottom: 66px;
  }
  /*------------------------------------------------------------------------------

    Footer

  ------------------------------------------------------------------------------*/
  .footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-share {
    width: calc(50% - 1em);
    text-align: left;
    max-width: 480px;
    margin-left: 1em;
  }
  .footer-contact {
    width: calc(50% - 1em);
    text-align: right;
    max-width: 480px;
    margin-right: 1em;
  }
  .footer-contact__mail a {
    color: #994d59;
    background-color: transparent;
  }
  .footer-contact__home a {
    color: #994d59;
    background-color: transparent;
  }
}

/*# sourceMappingURL=styles.css.map */
