@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  line-height: 1.6;
  width: 100%;
  font-feature-settings: "palt"; }

body {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  font-feature-settings: "palt"; }
  @media screen and (min-width: 970px) {
    body {
      font-size: 13px; } }
  @media screen and (max-width: 970px) {
    body {
      font-size: 12px; } }

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

img {
  width: 100%;
  height: auto;
  display: block; }

@media screen and (min-width: 970px) {
  .pc_none {
    display: none; } }
@media screen and (max-width: 970px) {
  .pc_none {
    display: block; } }

@media screen and (min-width: 970px) {
  .sp_none {
    display: block; } }
@media screen and (max-width: 970px) {
  .sp_none {
    display: none; } }

#side_text {
  font-size: 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  font-family: "Libre Baskerville", serif; }
  @media screen and (min-width: 970px) {
    #side_text {
      position: fixed;
      right: 2%;
      top: 3%; } }
  @media screen and (max-width: 970px) {
    #side_text {
      position: fixed;
      right: 3%;
      top: 2%; } }

#main {
  background: url(../images/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 970px) {
    #main {
      width: 90%;
      height: 600px;
      margin: 50px auto;
      background-position: left 28% top 0%; } }
  @media screen and (max-width: 970px) {
    #main {
      width: 80%;
      height: 70vh;
      margin: 40px auto;
      background-position: left 41% top 0%; } }
  #main .main_title {
    font-family: "Libre Baskerville", serif;
    color: #4a4839;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 3px;
    width: 100%; }
    @media screen and (min-width: 970px) {
      #main .main_title h1 {
        font-size: 50px;
        line-height: 55px;
        padding-top: 15px; } }
    @media screen and (max-width: 970px) {
      #main .main_title h1 {
        font-size: 28px;
        line-height: 33px;
        padding-top: 13px; } }
    #main .main_title img {
      margin: 0 auto; }
      @media screen and (min-width: 970px) {
        #main .main_title img {
          width: 15%;
          padding-top: 20px; } }
      @media screen and (max-width: 970px) {
        #main .main_title img {
          width: 38%;
          padding-top: 15px; } }

#contetns {
  width: 100%;
  margin: 0 auto; }

.main_title {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 2px;
  text-align: center; }
  @media screen and (min-width: 970px) {
    .main_title {
      line-height: 25px; } }
  @media screen and (max-width: 970px) {
    .main_title {
      width: 80%;
      margin: 0 auto;
      line-height: 25px; } }

.box {
  position: relative; }
  @media screen and (min-width: 970px) {
    .box {
      width: 60%;
      margin: 150px auto 0; } }
  @media screen and (max-width: 970px) {
    .box {
      width: 80%;
      margin: 100px auto 0; } }
  .box h2 {
    position: absolute;
    z-index: 100; }
    @media screen and (min-width: 970px) {
      .box h2 {
        width: 9%;
        top: 5%;
        left: -3%; } }
    @media screen and (max-width: 970px) {
      .box h2 {
        width: 17%;
        top: 5%;
        left: -5%; } }
  .box h3 {
    font-family: "Libre Baskerville", serif; }
    @media screen and (min-width: 970px) {
      .box h3 {
        font-size: 20px;
        padding-top: 50px; } }
    @media screen and (max-width: 970px) {
      .box h3 {
        font-size: 17px;
        padding-top: 30px; } }
    .box h3 span {
      font-size: 11px;
      padding-left: 10px;
      margin-bottom: 2px; }
  .box h3::after {
    content: "";
    width: 10%;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 13px 0; }
  .box .product_name {
    font-family: "Libre Baskerville", serif; }
    @media screen and (min-width: 970px) {
      .box .product_name {
        font-size: 20px; } }
    @media screen and (max-width: 970px) {
      .box .product_name {
        font-size: 17px; } }
  .box .read {
    text-align: justify; }
    @media screen and (min-width: 970px) {
      .box .read {
        margin: 30px auto; } }
    @media screen and (max-width: 970px) {
      .box .read {
        margin: 20px auto; } }
  .box a {
    font-family: "Libre Baskerville", serif;
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    display: block; }
    .box a span {
      text-decoration: underline; }
    .box a span::before {
      content: "";
      width: 7%;
      height: 1px;
      background-color: #000;
      display: inline-block;
      margin: 0 10px; }
  .box a:hover {
    background: #e7e7e7;
    transition: 0.7s; }

@media screen and (min-width: 970px) {
  .box_flex {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 50px auto 0; } }
@media screen and (max-width: 970px) {
  .box_flex {
    width: 60%;
    margin: 30px auto 0; } }
@media screen and (min-width: 970px) {
  .box_flex img {
    width: 32%; } }
@media screen and (max-width: 970px) {
  .box_flex img {
    padding-top: 20px; } }

@media screen and (min-width: 970px) {
  .archive {
    display: flex;
    justify-content: center;
    width: 60%;
    margin: 150px auto 0;
    font-size: 12px; } }
@media screen and (max-width: 970px) {
  .archive {
    width: 80%;
    margin: 100px auto 0;
    font-size: 11px; } }
.archive img {
  display: block; }
  @media screen and (min-width: 970px) {
    .archive img {
      width: 40%; } }
  @media screen and (max-width: 970px) {
    .archive img {
      width: 75%;
      margin: 0 auto; } }
.archive ul {
  font-family: "Libre Baskerville", serif;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center; }
  @media screen and (min-width: 970px) {
    .archive ul {
      margin-left: 25px;
      width: 20%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 20px; } }
  @media screen and (max-width: 970px) {
    .archive ul {
      width: 75%;
      margin: 20px auto 0;
      padding: 20px 0; } }
  .archive ul li:nth-child(2) {
    padding-top: 20px; }
  .archive ul li {
    width: 100%; }
  .archive ul a {
    text-decoration: underline; }
  .archive ul a:hover {
    color: #a9a9a9; }

footer {
  font-family: "Libre Baskerville", serif;
  background: #e8e8e8; }
  @media screen and (min-width: 970px) {
    footer {
      margin: 150px auto 0px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 970px) {
    footer {
      margin: 100px auto 0px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 970px) {
    footer #footer_in {
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding-top: 50px;
      font-size: 11px; } }
  @media screen and (max-width: 970px) {
    footer #footer_in {
      text-align: center;
      padding-top: 50px;
      font-size: 10px; } }
  @media screen and (max-width: 970px) {
    footer #footer_in p {
      padding-top: 30px; } }

/* ANIMATION
--------------------------------------*/

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