@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* janre */
/* -------------------------------------------- */
.jenre dl {
  margin-bottom: 2em;
}
.jenre dl dt {
  font-weight: bold;
  color: #401702;
}
.jenre dl dt i {
  margin-right: 5px;
}
.jenre dl dd {
  padding-left: 3em;
}
.jenre dl dd ul {
  letter-spacing: -0.4em;
}
.jenre dl dd ul li {
  display: inline-block;
  margin-right: 2em;
  vertical-align: top;
  letter-spacing: normal;
}
.jenre dl dd ul li a i {
  margin-right: 5px;
}
.jenre dl a:hover {
  text-decoration: none;
}

/* -------------------------------------------- */
/* maintitle */
/* -------------------------------------------- */
.maintitle {
  margin-bottom: 1em;
  background: url(../image/product/bg_genre.jpg) no-repeat center;
  background-size: cover;
  padding: 4em 0;
}
.maintitle dl {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.maintitle dl dt {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.maintitle dl dt:before, .maintitle dl dt:after {
  position: absolute;
  top: 10px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
}
.maintitle dl dt:before {
  left: -30px;
}
.maintitle dl dt:after {
  right: -30px;
}
.maintitle dl dd {
  font-size: 2.8em;
  font-feature-settings: "palt";
  letter-spacing: normal;
}

/* -------------------------------------------- */
/* read */
/* -------------------------------------------- */
.read {
  margin-bottom: 1em;
}

/* -------------------------------------------- */
/* intro */
/* -------------------------------------------- */
.intro {
  margin-bottom: 3em;
}
.intro h2.catch {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4;
}
.intro h2.catch span {
  color: #c84b31;
}
.intro .preparation {
  margin-bottom: 2em;
}
.intro .note {
  word-wrap: break-word;
}

/* -------------------------------------------- */
/* jenre-list */
/* -------------------------------------------- */
.jenre-list {
  margin-bottom: 4em;
  padding: 1em;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.jenre-list dl dt {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.jenre-list dl dd ul {
  letter-spacing: -0.4em;
}
.jenre-list dl dd ul li {
  display: inline-block;
  margin: 0 .4em .5em;
  vertical-align: top;
  letter-spacing: normal;
}
.jenre-list dl dd ul li a {
  display: block;
  padding: .1em 1em;
  background: #fff;
  border: 1px solid #765f2f;
  border-radius: 30px;
  font-size: .9em;
  text-decoration: none;
  color: #765f2f;
}
.jenre-list dl dd ul li a i {
  margin-right: 3px;
}
.jenre-list dl dd ul li a:hover {
  background-color: #765f2f;
  color: #fff;
}

/* -------------------------------------------- */
/* result */
/* -------------------------------------------- */
.result {
  margin-bottom: 3em;
}
.result .title {
  margin-bottom: 2em;
}
.result .title h2 {
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  padding-left: 1.2em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
}
.result .title h2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "\f02d";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
}
.result .more {
  text-align: center;
}
.result .more a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  background: #765f2f;
  border-radius: 5px;
  padding: .4em;
  color: #fff;
}
.result .more a:hover {
  opacity: .8;
  text-decoration: none;
}
.result .entrys {
  display: flex;
  flex-wrap: wrap;
}
.result .entrys .block {
  width: 20%;
  margin: 0 2.5% 3em;
}
.result .entrys .block .photo {
  margin-bottom: .5em;
}
.result .entrys .block .photo img {
  width: 100%;
  height: 18vw;
}
.result .entrys .block .textlink {
  line-height: 1.4;
}
.result .entrys .block .textlink a {
  position: relative;
  display: block;
  padding-left: 1.2em;
  font-size: .9em;
  text-decoration: underline;
  line-height: 1.5;
}
.result .entrys .block .textlink a:hover {
  text-decoration: none;
}
.result .entrys .block .textlink a:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "\f138";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
}

/* -------------------------------------------- */
/* kaitori */
/* -------------------------------------------- */
.kaitori {
  margin-bottom: 3em;
  padding: 1.5em 1em 1em;
  background: #efe9e7 url("../image/product/bg_kaitori.jpg") 100% 0 no-repeat;
}
.kaitori h2 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
}
.kaitori h2 i {
  margin-right: 3px;
  color: #401702;
}
.kaitori .wysiwyg {
  padding: 1.8em;
  background: transparent url("../image/product/bg_note.gif") 0 0 repeat;
}
.kaitori .wysiwyg p:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- */
/* bn-area */
/* -------------------------------------------- */
.bn-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bn-area li {
  width: 45%;
  margin: 0 1% 1em;
}

/*===========================================================================*/
/*   media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  /* jenre
  ------------------------------------------------------------------------ */
  .jenre dl dd {
    padding-left: 2em;
  }

  /* maintitle
  ------------------------------------------------------------------------ */
  .maintitle {
    padding: 3em 0;
  }
  .maintitle dl dd {
    font-size: 2.4em;
  }

  /* intro
  ------------------------------------------------------------------------ */
  .intro h2.catch {
    font-size: 1.6em;
  }

  /* result
  ------------------------------------------------------------------------ */
  .result .title h2 {
    font-size: 1.4em;
  }
  .result .entrys .block .photo img {
    height: 24vw;
  }

  .bn-area {
    justify-content: space-between;
  }
  .bn-area li {
    width: 49%;
    margin: 0 0 1em;
  }

  /* kaitori
  ------------------------------------------------------------------------ */
  .kaitori {
    padding: 1em;
  }
  .kaitori h2 {
    font-size: 1.3em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* maintitle
  ------------------------------------------------------------------------ */
  .maintitle dl dd {
    font-size: 2em;
  }

  /* intro
  ------------------------------------------------------------------------ */
  .intro .read {
    text-align: left;
  }
  .intro h2.catch {
    font-size: 1.4em;
  }

  /* jenre-list
  ------------------------------------------------------------------------ */
  .jenre-list {
    padding: 1em 0.8em;
  }
  .jenre-list dl dd ul li {
    margin: 0 0.3em 0.5em;
  }
  .jenre-list dl dd ul li a {
    padding: 0 0.5em;
  }

  /* result
  ------------------------------------------------------------------------ */
  .result .title h2 {
    font-size: 1.4em;
  }
  .result .entrys .block {
    width: 30%;
    margin: 0 1.5% 2em;
  }
  .result .entrys .block .photo img {
    height: 35vw;
  }
}
/*===========================================================================*/
/*   media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* jenre
  ------------------------------------------------------------------------ */
  .jenre dl {
    margin-right: 1em;
  }
  .jenre dl dd {
    padding-left: 1em;
  }

  /* maintitle
  ------------------------------------------------------------------------ */
  .maintitle {
    padding: 2em 0;
  }
  .maintitle dl dt {
    font-size: .8em;
  }
  .maintitle dl dt:before, .maintitle dl dt:after {
    top: 7px;
    height: 2px;
  }
  .maintitle dl dd {
    font-size: 1.6em;
  }

  /* intro
  ------------------------------------------------------------------------ */
  .intro h2.catch {
    margin-bottom: 1em;
  }

  /* jenre-list
  ------------------------------------------------------------------------ */
  .jenre-list {
    margin-bottom: 2em;
  }

  /* result
  ------------------------------------------------------------------------ */
  .result .title h2 {
    font-size: 1.2em;
  }
  .result .entrys {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .result .entrys .block {
    width: 48%;
    margin: 0 0 2em;
  }
  .result .entrys .block .photo img {
    height: 50vw;
  }

  /* kaitori
  ------------------------------------------------------------------------ */
  .kaitori {
    padding: 1.3em 0.8em 0.8em;
  }
  .kaitori h2 {
    font-size: 1.1em;
  }
  .kaitori .wysiwyg {
    padding: 1em;
  }

  /* bn-area
  ------------------------------------------------------------------------ */
  .bn-area {
    display: block;
  }
  .bn-area li {
    width: 100%;
    text-align: center;
  }
}
