@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Zen+Old+Mincho:wght@400;900&display=swap");
* {
  box-sizing: border-box;
}

html {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", serif;
  color: #232323;
}

body {
  font-size: 15px;
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.wrapper {
  position: relative;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  color: #08e;
  text-decoration: none;
  transition: 0.25s;
}

.zen {
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 1059px) {
  .pc {
    display: none;
  }
  .header {
    position: fixed;
    top: 15px;
    right: 0;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .header .small {
    font-size: 1.25rem;
  }
  .header .italic {
    padding-top: 0.5rem;
  }
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    min-width: 320px;
    width: 90%;
  }
  .modal__content .modal__inner {
    padding: 40px;
  }
  .modal__content .adsense {
    width: 320px;
    height: 100px;
    background: #efefef;
  }
  .modal__content .thumbnail {
    display: block;
    width: 35%;
    margin: 0 auto 1rem;
  }
  .modal__content h3, .modal__content h4 {
    text-align: center;
  }
  .modal__content .amazon-link {
    width: 200px;
    margin: 1rem auto 0;
  }
  .modal__content .amazon-link a {
    display: block;
    width: 100%;
    height: 100%;
    border: #999 solid 2px;
  }
  .modal__content .amazon-link a img {
    display: block;
    width: 35%;
    margin: 0 auto;
    padding: 0.5rem 0 0.4rem;
  }
  .modal__content .close {
    width: 100%;
  }
  .modal__content .close a {
    display: block;
    width: 100%;
    height: 100%;
    color: #353535;
    padding: 1.5rem 0;
    text-align: center;
    text-decoration: none;
  }
  .modal__content .close a:link, .modal__content .close a:visited {
    background: #efefef;
  }
  .modal__content .close a:hover {
    background: #ccc;
  }
  .content {
    width: calc(100% - 50px);
    margin-right: 50px;
    padding-top: 25px;
  }
  .main-content {
    width: 90%;
    -moz-column-count: 7;
         column-count: 7;
    -moz-column-gap: 5px;
         column-gap: 5px;
    margin: 0 auto;
  }
  section {
    padding-bottom: 25px;
  }
  section a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  section h2 {
    display: block;
    height: -moz-max-content;
    height: max-content;
    writing-mode: vertical-rl;
    color: #353535;
    font-size: 0.85rem;
    padding: 10px 4px 10px 5px;
    border: #999 solid 1px;
    letter-spacing: 0.05rem;
    text-align: center;
  }
  .item {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .footer {
    width: 100%;
    font-size: 0.75rem;
    padding: 0.25rem 0;
    text-align: center;
  }
}
@media (min-width: 1060px) {
  .header {
    position: fixed;
    top: 100px;
    right: 0;
    width: 150px;
    padding-right: 50px;
    font-size: 2.75rem;
    letter-spacing: 0.5rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .header .small {
    font-size: 2.25rem;
  }
  .header .italic {
    font-style: italic;
    padding-top: 0.5rem;
  }
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    max-width: 675px;
    width: 70%;
  }
  .modal__content .modal__inner {
    padding: 40px;
  }
  .modal__content .thumbnail {
    display: block;
    width: 35%;
    margin: 0 auto 1rem;
  }
  .modal__content h3, .modal__content h4 {
    text-align: center;
  }
  .modal__content .amazon-link {
    width: 200px;
    margin: 1rem auto 0;
  }
  .modal__content .amazon-link a {
    display: block;
    width: 100%;
    height: 100%;
    border: #999 solid 2px;
  }
  .modal__content .amazon-link a:hover {
    background: #999;
  }
  .modal__content .amazon-link a img {
    display: block;
    width: 35%;
    margin: 0 auto;
    padding: 0.5rem 0 0.4rem;
  }
  .modal__content .close {
    width: 100%;
  }
  .modal__content .close a {
    display: block;
    width: 100%;
    height: 100%;
    color: #353535;
    padding: 1.5rem 0;
    text-align: center;
    text-decoration: none;
  }
  .modal__content .close a:link, .modal__content .close a:visited {
    background: #efefef;
  }
  .modal__content .close a:hover {
    background: #ccc;
  }
  .modal__content .adsense-pc {
    width: 675px;
    height: 250px;
    margin: 1.5rem 0;
  }
  .modal__content .adsense-pc div {
    width: 300px;
    height: 250px;
    background: #efefef;
    float: left;
    margin-left: 25px;
  }
  .main-content {
    max-width: calc(100% - 200px);
    margin: 100px 150px 0 50px;
    -moz-column-count: 21;
         column-count: 21;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  section {
    margin-bottom: 25px;
  }
  section .link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  section .link:hover {
    transform: scale(1.05);
  }
  section h2 {
    display: block;
    height: -moz-max-content;
    height: max-content;
    writing-mode: vertical-rl;
    color: #353535;
    padding: 15px 5px 10px 4px;
    border: #999 solid 1px;
    letter-spacing: 0.05rem;
    text-align: center;
  }
  .item {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .item .headline2 {
    font-size: 1.05rem;
  }
  .footer {
    width: 100%;
    font-size: 0.75rem;
    padding: 0.25rem 0;
    text-align: center;
  }
}/*# sourceMappingURL=phrase.css.map */