@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "../../../../../css/common.css";
@import "./wp-assets.css";
/*==================================================================*/
/*  css　*/
/*==================================================================*/
#title .number-dot {
  margin-bottom: 1rem;
  font-size: 3.7rem;
  line-height: 1.2;
}
#title h1 {
  font-size: 1.4rem;
  color: #c76344;
}

#archive .wrapper {
  position: relative;
}
#archive .wrapper:before {
  position: absolute;
  top: 8em;
  left: 0;
  width: 45%;
  height: 600px;
  background: url("../image/magazine_bg_right.png") no-repeat left top;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -2;
  line-height: 0;
}
#archive .wrapper:after {
  position: absolute;
  top: 7em;
  right: 0;
  width: 35%;
  height: 550px;
  background: url("../image/magazine_bg_left.png") no-repeat right top;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -2;
  line-height: 0;
}
#archive .wrapper .navigation {
  margin-bottom: 13em;
}
#archive .wrapper .magazine-list {
  position: relative;
  margin-bottom: 5em;
}
#archive .wrapper .magazine-list .inblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#archive .wrapper .magazine-list .inblock:after {
  position: absolute;
  bottom: 0;
  right: 1em;
  width: 390px;
  max-width: 25%;
  height: 380px;
  background: url("../image/magazine_bg_deco03.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -2;
  text-align: right;
}
#archive .wrapper .magazine-list:before {
  position: absolute;
  top: -3em;
  right: 0;
  width: 350px;
  max-width: 25%;
  height: 200px;
  background: url("../image/magazine_bg_deco01.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -2;
  text-align: right;
}
#archive .wrapper .magazine-list:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 350px;
  max-width: 25%;
  height: 350px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  background: url("../image/magazine_bg_deco02.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -2;
  text-align: right;
}
#archive .wrapper .magazine-list .block {
  position: relative;
  width: 47%;
  margin-bottom: 6em;
}
#archive .wrapper .magazine-list .block a {
  display: block;
  min-height: 250px;
}
#archive .wrapper .magazine-list .block a:hover {
  text-decoration: none;
}
#archive .wrapper .magazine-list .block a:hover .photo-area .category img {
  opacity: 1;
}
#archive .wrapper .magazine-list .block a:hover .photo-area .photo img {
  opacity: 0.95;
}
#archive .wrapper .magazine-list .block a:hover .title-box .title {
  text-decoration: underline;
}
#archive .wrapper .magazine-list .block a .photo-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  z-index: -1;
}
#archive .wrapper .magazine-list .block a .photo-area .category {
  position: absolute;
  right: -1em;
  top: -2em;
  z-index: 1;
  line-height: 0;
}
#archive .wrapper .magazine-list .block a .photo-area .category img {
  width: 100%;
  max-width: 130px;
}
#archive .wrapper .magazine-list .block a .photo-area .photo {
  margin: 0 0 0 auto;
  line-height: 0;
}
#archive .wrapper .magazine-list .block a .photo-area .photo .oj-image {
  border-radius: 5px;
  height: 250px;
  width: 100%;
}
#archive .wrapper .magazine-list .block a .title-box {
  width: 47%;
  margin-top: 1.5em;
}
#archive .wrapper .magazine-list .block a .title-box .title {
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 1.44rem;
  font-weight: 500;
  background: rgba(252, 248, 242, 0.8);
  border-radius: 5px;
}
#archive .wrapper .magazine-list .block a .title-box .date {
  font-size: 0.75rem;
}

#single .wrapper {
  position: relative;
}
#single .wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 600px;
  background: url("../image/magazine_single_bg.png") no-repeat left top;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -1;
  line-height: 0;
}
#single .wrapper #title {
  text-align: left;
}
#single .wrapper #title .number-dot {
  margin-bottom: 0.5rem;
  font-size: 3.1rem;
}
#single .wrapper .waku {
  margin-bottom: 8em;
}
#single .wrapper .waku .kiji-t .category {
  line-height: 0;
  text-align: right;
}
#single .wrapper .waku .kiji-t .category img {
  width: 100%;
  max-width: 130px;
}
#single .wrapper .waku .kiji-t p.date {
  margin-bottom: 0.5em;
  font-size: 0.75rem;
  text-align: center;
}
#single .wrapper .waku .kiji-t h2 {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
#single .wrapper .waku .entry-format {
  margin: 0 auto 3em;
  padding: 2em 0;
  font-size: 1.1em;
  max-width: 1100px;
}
#single .wrapper .waku .entry-format.dot-line:before {
  bottom: auto;
  top: 0;
}
#single .wrapper #contact {
  margin-bottom: 8em;
}

/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  #title {
    margin-top: 3.5em;
  }
  #title .number-dot {
    font-size: 3rem;
  }
  #title h1 {
    font-size: 1.25rem;
  }
  #archive .wrapper:before {
    top: 6em;
    height: 350px;
  }
  #archive .wrapper:after {
    top: 6em;
    height: 350px;
  }
  #archive .wrapper .navigation {
    margin-bottom: 8em;
  }
  #archive .wrapper .magazine-list .block a {
    min-height: 200px;
  }
  #archive .wrapper .magazine-list .block a .photo-area .category {
    right: -0.5em;
    width: 35%;
  }
  #archive .wrapper .magazine-list .block a .photo-area .photo .oj-image {
    height: 200px;
  }
  #archive .wrapper .magazine-list .block a .title-box {
    margin-top: 1em;
  }
  #archive .wrapper .magazine-list .block a .title-box .title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  #title {
    margin-top: 3.5em;
  }
  #title .number-dot {
    font-size: 2.6rem;
  }
  #title h1 {
    font-size: 1.15rem;
  }
  #archive .wrapper:before {
    width: 50%;
    top: 6em;
    height: 250px;
  }
  #archive .wrapper:after {
    width: 50%;
    top: 6em;
    height: 250px;
  }
  #archive .wrapper .magazine-list .block {
    margin-bottom: 5em;
  }
  #archive .wrapper .magazine-list .block a .photo-area {
    width: 100%;
    position: static;
  }
  #archive .wrapper .magazine-list .block a .title-box {
    width: 100%;
  }
  #archive .wrapper .magazine-list .block a .title-box .title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  #single .wrapper:before {
    width: 95%;
    height: 350px;
  }
  #single .wrapper #title {
    margin-top: 3.5em;
    text-align: center;
  }
  #single .wrapper #title .number-dot {
    font-size: 2.6rem;
  }
  #single .wrapper #title .number-dot em {
    display: inline-block;
  }
  #single .wrapper #title h1 {
    font-size: 1.15rem;
  }
  #single .wrapper .waku {
    margin-bottom: 5em;
    padding: 0;
  }
  #single .wrapper .waku .kiji-t {
    padding: 0 0 0.25em 0;
  }
  #single .wrapper .waku .kiji-t h2 {
    font-size: 1.5em;
    font-weight: bold;
  }
  #single .wrapper .waku .entry-format {
    padding: 0 0 1.5em;
  }
  #single .wrapper .pagenav {
    margin: 0 auto 0em;
  }
  #single .wrapper #contact {
    margin-bottom: 5em;
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
@media only screen and (max-width: 479px) {
  #title {
    margin-top: 2em;
  }
  #title .number-dot {
    font-size: 2.4rem;
  }
  #title .number-dot em {
    display: block;
  }
  #title h1 {
    font-size: 1rem;
  }
  #archive .wrapper:before {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
    width: 120%;
    height: 330px;
    background: url("../image/magazine_bg_sp.png") no-repeat top center;
    content: "";
    display: inline-block;
    background-size: contain;
    z-index: -2;
    line-height: 0;
  }
  #archive .wrapper:after {
    display: none;
  }
  #archive .wrapper #title {
    margin: 4em auto 5em;
  }
  #archive .wrapper .navigation {
    margin-bottom: 5em;
  }
  #archive .wrapper .magazine-list {
    display: block;
  }
  #archive .wrapper .magazine-list:before, #archive .wrapper .magazine-list:after {
    display: none;
  }
  #archive .wrapper .magazine-list .inblock:after {
    display: none;
  }
  #archive .wrapper .magazine-list .block {
    width: 100%;
    margin-bottom: 3em;
  }
  #archive .wrapper .magazine-list .block a {
    min-height: auto;
  }
  #archive .wrapper .magazine-list .block a .photo-area .photo {
    width: 100%;
    position: static;
  }
  #archive .wrapper .magazine-list .block a .photo-area .photo .oj-image {
    width: 100%;
    height: 240px;
  }
  #archive .wrapper .magazine-list .block a .title-box {
    width: 100%;
  }
  #archive .wrapper .magazine-list .block a .title-box .title {
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
  #single .wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 370px;
    background: url("../image/magazine_single_bg_sp.png") no-repeat left top;
    content: "";
    display: inline-block;
    background-size: contain;
    z-index: -1;
    line-height: 0;
  }
  #single .wrapper #title {
    margin-top: 2em;
  }
  #single .wrapper #title .number-dot {
    font-size: 2.4rem;
  }
  #single .wrapper #title h1 {
    font-size: 1rem;
  }
  #single .wrapper .waku {
    margin-bottom: 0.5em;
    padding: 0;
  }
  #single .wrapper .waku .kiji-t {
    margin: 0 auto;
  }
  #single .wrapper .waku .kiji-t h2 {
    font-size: 1.5em;
    font-weight: bold;
  }
  #single .wrapper .waku .entry-format {
    margin-bottom: 2em;
    padding: 1.5em 0;
  }
  #single .wrapper .pagenav {
    margin: 0 auto 0em;
  }
}