@charset "UTF-8";
/* foundation/Reset
   
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - //richclarkdesign.com

   ----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.7em; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

li {
  list-style: none; }

address {
  font-style: normal; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus {
  outline: 0; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* Base
   ----------------------------------------------------------------- */
@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }

@media screen and (max-width: 895px) {
  .sp_none {
    display: none !important; } }

img {
  max-width: 100%; }

.tran, a img, .sub_add .target, .sp_nav, .sp_nav .modal, .more .target, #header .wrap .logo, #header .wrap .gnav .target, #footer .links .link .target, #footer .fnav .target, .favorite_btn #mail_link, .del, .under .item_lists .item_list, .item_detail .left .item_cart {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

html {
  height: 100%; }

body {
  height: 100%;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.serif, #header .wrap .logo .title, .title, .knowledge .items .item .knowledge_title, .other_area .left .box strong, .other_area .center .target, .other_area .right strong, .under .mark .mark01, .under .mark .mark02, .under .mark .mark03, .under .item_lists .item_list .name {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

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

/* Utility
   ----------------------------------------------------------------- */
.pos-s {
  position: static !important; }

.pos-r {
  position: relative !important; }

.pos-a {
  position: absolute !important; }

.pos-sk {
  position: sticky !important; }

.pos-f {
  position: fixed !important; }

.t-a {
  top: auto !important; }

.t0 {
  top: 0 !important; }

.t100p {
  top: 100% !important; }

.r-a {
  right: auto !important; }

.r0 {
  right: 0 !important; }

.r100p {
  right: 100% !important; }

.b-a {
  bottom: auto !important; }

.b0 {
  bottom: 0 !important; }

.b100p {
  bottom: 100% !important; }

.l-a {
  left: auto !important; }

.l0 {
  left: 0 !important; }

.l100p {
  left: 100% !important; }

.z-a {
  z-index: auto !important; }

.z0 {
  z-index: 0 !important; }

.z1 {
  z-index: 1 !important; }

.z2 {
  z-index: 2 !important; }

.z3 {
  z-index: 3 !important; }

.z4 {
  z-index: 4 !important; }

.z5 {
  z-index: 5 !important; }

.z6 {
  z-index: 6 !important; }

.z9999 {
  z-index: 9999 !important; }

.bxz-cb {
  box-sizing: content-box !important; }

.bxz-bb {
  box-sizing: border-box !important; }

.d-i {
  display: inline !important; }

.d-n {
  display: none !important; }

.d-b {
  display: block !important; }

.d-ib {
  display: inline-block !important; }

.d-ifx {
  display: inline-flex !important; }

.d-tb {
  display: table !important; }

.d-itb {
  display: inline-table !important; }

.d-tbhg {
  display: table-header-group !important; }

.d-tbfg {
  display: table-footer-group !important; }

.d-tbrg {
  display: table-row-group !important; }

.d-tbr {
  display: table-row !important; }

.d-tbc {
  display: table-cell !important; }

.d-li {
  display: list-item !important; }

.d-ih {
  display: inherit !important; }

.d-fx, .sp_nav .target, #header .wrap, #header .wrap .logo, .recommend .items .slick-track, .main .contents .bnrs .items, .knowledge .items, .other_area .left, #footer .links, #footer .bot .link .images, #footer .bot .bnrs, #footer .fnav, .under .top_box .mark_box, .under .item_lists, .under .item_lists .item_list .img, .under .item_lists .item_list .bot, .under .item_lists .item_list .bot .tag, .item_detail .right .mark .mark_box, .item_detail .right .mark .mark_box .mark01, .item_detail .right .mark .mark_box .mark02, .item_price .price_box .mark .mark_box, .item_price .price_box .wrap, .item_price .price_box .wrap .column .item {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.fxw-w, .sp_nav .target, .main .contents .bnrs .items, .knowledge .items, .other_area .left, .under .item_lists {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.jc-c, #footer .fnav, .under .item_lists .item_list .img {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.jc-fe {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important; }

.jc-sb, #header .wrap, .main .contents .bnrs .items, .knowledge .items, #footer .links, .under .item_lists, .under .item_lists .item_list .bot {
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.jc-fe {
  -webkit-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important; }

.ai-c, #header .wrap, #header .wrap .logo, .recommend .items .slick-track, .other_area .left, .under .top_box .mark_box, .under .item_lists .item_list .img, .under .item_lists .item_list .bot, .under .item_lists .item_list .bot .tag, .item_detail .right .mark .mark_box, .item_detail .right .mark .mark_box .mark01, .item_detail .right .mark .mark_box .mark02, .item_price .price_box .mark .mark_box {
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.ai-fs, #footer .bot .bnrs {
  -webkit-align-items: flex-start !important;
  -ms-align-items: start !important;
  align-items: flex-start !important; }

.ai-fe, .sp_nav .target {
  -webkit-box-align: flex-end !important;
  -ms-flex-align: flex-end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important; }

.f-dr {
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.fd-rr {
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

a:hover img {
  opacity: .6; }

.end {
  position: relative;
  display: block; }
  .end:after {
    content: "販売終了しました";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff; }

.sub_add {
  text-align: right;
  margin: 10px 0 0; }
  @media screen and (max-width: 895px) {
    .sub_add {
      width: 100%; } }
  .sub_add .target {
    color: #5D5D5D;
    border: 1px solid #5D5D5D;
    border-radius: 12px;
    padding: 0 20px;
    margin-left: 15px;
    font-size: 15px; }
    @media screen and (max-width: 895px) {
      .sub_add .target {
        padding: 0 10px;
        font-size: 14px; } }
    .sub_add .target:hover {
      background-color: #5D5D5D;
      color: #fff; }

.sp_nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 998;
  background: #d90404;
  background: -moz-linear-gradient(top, #d90404 0%, #ac0404 100%);
  background: -webkit-linear-gradient(top, #d90404 0%, #ac0404 100%);
  background: linear-gradient(to bottom, #d90404 0%, #ac0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90404', endColorstr='#ac0404',GradientType=0 ); }
  @media screen and (min-width: 896px) {
    .sp_nav {
      display: none; } }
  @media screen and (max-width: 895px) {
    .sp_nav {
      display: flex !important; } }
  .sp_nav .logo {
    padding: 0 !important; }
    .sp_nav .logo img {
      width: 100%;
      margin: 0 !important; }
  .sp_nav .target {
    text-align: center;
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
    display: block;
    font-size: 10px; }
    .sp_nav .target:not(:first-child) {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .sp_nav .target img {
      display: block;
      margin: 0 auto 2px; }
    .sp_nav .target p {
      width: 100%;
      color: #fff;
      padding-bottom: 5px; }
  .sp_nav .modal {
    opacity: 1;
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    color: #fff;
    text-align: center; }
    .sp_nav .modal.hide {
      opacity: 0;
      visibility: hidden; }
    .sp_nav .modal .title {
      font-size: 20px;
      margin-bottom: 5px; }
    .sp_nav .modal .sub {
      font-size: 16px;
      position: relative; }
      .sp_nav .modal .sub span {
        background-color: #6E7880;
        position: relative;
        z-index: 1;
        padding: 0 10px; }
      .sp_nav .modal .sub:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        border-bottom: 1px solid #fff;
        width: 100%; }
    .sp_nav .modal .item img {
      width: 100%; }
    .sp_nav .modal .cls {
      float: right;
      top: 10px;
      right: 10px;
      position: relative; }

.more {
  text-align: center; }
  .more .target {
    border-radius: 25px;
    color: #fff;
    background-color: #E85453;
    display: inline-block; }
    @media screen and (min-width: 896px) {
      .more .target {
        padding: 10px 178px;
        font-size: 18px;
        border: 2px solid #E85453; } }
    @media screen and (max-width: 895px) {
      .more .target {
        padding: 4px 0;
        width: 80%;
        font-size: 14px;
        border: 1px solid #E85453; } }
    .more .target:hover {
      color: #E85453;
      background-color: #fff; }
  .more.white .target {
    background-color: #fff;
    color: #E85453; }
    .more.white .target:hover {
      color: #fff;
      background-color: #E85453; }

#header {
  background: #d90404;
  background: -moz-linear-gradient(top, #d90404 0%, #ac0404 100%);
  background: -webkit-linear-gradient(top, #d90404 0%, #ac0404 100%);
  background: linear-gradient(to bottom, #d90404 0%, #ac0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90404', endColorstr='#ac0404',GradientType=0 ); }
  #header .wrap .logo:hover {
    opacity: .6; }
  #header .wrap .logo .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    width: 17em;
    padding-bottom: 0; }
  #header .wrap .gnav .target {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    margin-left: 20px; }
    #header .wrap .gnav .target:not(:last-child):after {
      content: "";
      border-right: 1px solid #fff;
      margin-left: 20px; }
    #header .wrap .gnav .target:before {
      vertical-align: middle;
      margin-right: 5px; }
    #header .wrap .gnav .target.list:before {
      content: url(../../img/2019nenga/icn_arw.svg); }
    #header .wrap .gnav .target.clm:before {
      content: url(../../img/2019nenga/icn_book.svg); }
    #header .wrap .gnav .target.fav:before {
      content: url(../../img/2019nenga/icn_star02.svg); }
    #header .wrap .gnav .target.log:before {
      content: url(../../img/2019nenga/icn_user.svg); }
    #header .wrap .gnav .target.cart:before {
      content: url(../../img/2019nenga/icn_cart.svg); }
    #header .wrap .gnav .target:hover {
      opacity: .6; }

.alert {
  display: inline-block;
  border-bottom: 1px solid #B1B1B1;
  line-height: 1.2; }
  @media screen and (min-width: 896px) {
    .alert {
      font-size: 14px;
      margin-bottom: 20px !important;
      margin-top: -10px; } }
  @media screen and (max-width: 895px) {
    .alert {
      font-size: 10px;
      margin: 0px 0 2px 0;
      padding: 5px;
      line-height: .8; } }
  .alert .text {
    font-size: 1.4em;
    color: #d4c503;
    background-color: #000;
    padding: 10px; }
    .alert .text span {
      font-weight: bold; }

.eye {
  margin-bottom: 20px; }
  @media screen and (min-width: 896px) {
    .eye .top {
      margin-bottom: 2%; } }
  @media screen and (max-width: 895px) {
    .eye .top {
      margin-bottom: 15px; }
      .eye .top img {
        width: 100%; } }
  @media screen and (min-width: 896px) {
    .eye .sub {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .eye .sub .target {
        width: 49%; } }
  @media screen and (max-width: 895px) {
    .eye .sub .target {
      margin-bottom: 15px;
      display: block; } }

.important_notices {
  margin: 10px 0 40px; }
  @media screen and (min-width: 896px) {
    .important_notices p {
      font-size: 14px; } }
  @media screen and (max-width: 895px) {
    .important_notices p {
      font-size: 12px; } }

.title {
  font-weight: bold;
  line-height: 1; }
  @media screen and (min-width: 896px) {
    .title {
      font-size: 24px;
      padding-bottom: 30px; }
      .title:before {
        vertical-align: middle;
        margin-right: 15px; }
      .title.matu:before {
        content: url(../../img/2019nenga/icn_matu.svg); }
      .title.sasa:before {
        content: url(../../img/2019nenga/icn_sasa.svg); }
      .title.sakura:before {
        content: url(../../img/2019nenga/icn_sakura.svg); }
      .title.matu:before {
        content: url(../../img/2019nenga/icn_matu.svg); } }
  @media screen and (max-width: 895px) {
    .title {
      font-size: 18px;
      padding: 0 0 20px 5px; } }

.recommend {
  background-color: #efefef; }
  @media screen and (min-width: 896px) {
    .recommend {
      padding: 40px 0;
      margin-bottom: 60px; } }
  @media screen and (max-width: 895px) {
    .recommend {
      padding: 20px 0;
      margin-bottom: 40px; } }
  .recommend .items {
    position: relative;
    padding: 0 10px; }
    @media screen and (max-width: 895px) {
      .recommend .items {
        margin-left: -5px; } }
    .recommend .items .item {
      position: relative; }
      .recommend .items .item a {
        display: block; }
        @media screen and (min-width: 896px) {
          .recommend .items .item a {
            padding: 0 36px; } }
        @media screen and (max-width: 895px) {
          .recommend .items .item a {
            padding: 0 10px; } }
        .recommend .items .item a img {
          width: 132px; }
      @media screen and (min-width: 896px) {
        .recommend .items .item .favorite {
          position: absolute;
          bottom: 25px;
          right: 2%;
          width: 12%; } }
      @media screen and (max-width: 895px) {
        .recommend .items .item .favorite {
          width: 15%;
          float: right;
          margin: 10px 10px 0; } }
    .recommend .items .slick-arrow {
      position: absolute;
      top: 38%;
      width: 20px; }
      @media screen and (max-width: 895px) {
        .recommend .items .slick-arrow {
          display: none !important; } }
      .recommend .items .slick-arrow.prev {
        left: -60px; }
      .recommend .items .slick-arrow.next {
        right: -60px; }
  .recommend .more {
    margin-top: 30px; }

@media screen and (min-width: 896px) {
  .main {
    padding-bottom: 120px;
    margin-top: 10px; } }

@media screen and (max-width: 895px) {
  .main {
    padding-bottom: 40px;
    overflow-x: hidden; } }

@media screen and (min-width: 896px) {
  .main .contents.lists {
    padding: 70px 0 0; } }

@media screen and (max-width: 895px) {
  .main .contents.lists {
    padding: 20px 0 0; } }

@media screen and (min-width: 896px) {
  .main .contents .more {
    margin-bottom: 100px; } }

@media screen and (min-width: 896px) {
  .main .contents .bnrs {
    margin-bottom: 80px; } }

@media screen and (max-width: 895px) {
  .main .contents .bnrs {
    margin-bottom: 40px; } }

.main .contents .bnrs .items:after {
  content: ""; }
  @media screen and (min-width: 896px) {
    .main .contents .bnrs .items:after {
      width: 24%;
      margin-bottom: 2%; } }
  @media screen and (max-width: 895px) {
    .main .contents .bnrs .items:after {
      width: 49%;
      margin-bottom: 2%; } }

@media screen and (min-width: 896px) {
  .main .contents .bnrs .items .item {
    width: 24%;
    margin-bottom: 2%; } }

@media screen and (max-width: 895px) {
  .main .contents .bnrs .items .item {
    width: 49%;
    margin-bottom: 2%; }
    .main .contents .bnrs .items .item.sp {
      width: 100%; } }

.main .contents .bnrs .items .item .item_title {
  margin-left: 10px; }

.main .contents .bnrs .items .item img {
  width: 100%; }

.main .contents .bnrs.imgs .items:after {
  content: ""; }
  @media screen and (min-width: 896px) {
    .main .contents .bnrs.imgs .items:after {
      width: 16%;
      margin-bottom: 2%; } }
  @media screen and (max-width: 895px) {
    .main .contents .bnrs.imgs .items:after {
      width: 33%;
      margin-bottom: 2%; } }

@media screen and (min-width: 896px) {
  .main .contents .bnrs.imgs .items .item {
    width: 16%;
    margin-bottom: 2%; } }

@media screen and (max-width: 895px) {
  .main .contents .bnrs.imgs .items .item {
    width: 33%;
    margin-bottom: 2%; } }

.main .contents .bnrs.imgs .items .item .item_title {
  margin-left: 10px; }

.main .contents .bnrs.imgs .items .item img {
  width: 100%; }

.title01 {
  text-align: center;
  border-radius: 25px;
  color: #fff;
  background-color: #E85453; }
  @media screen and (min-width: 896px) {
    .title01 {
      font-size: 28px;
      margin-bottom: 35px; } }
  @media screen and (max-width: 895px) {
    .title01 {
      font-size: 20px;
      margin-bottom: 15px; } }

.title_bar {
  text-align: center;
  border-radius: 25px;
  color: #fff; }
  .title_bar.title01 {
    background-color: #E85453; }
  .title_bar.title02 {
    background-color: #7084A3; }
  @media screen and (min-width: 896px) {
    .title_bar {
      font-size: 28px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 895px) {
    .title_bar {
      font-size: 20px;
      margin-bottom: 15px; } }

@media screen and (min-width: 896px) {
  .cv {
    margin-bottom: 20px; } }

@media screen and (max-width: 895px) {
  .cv {
    margin-bottom: 10px; }
    .cv img {
      width: 100%; } }

@media screen and (min-width: 896px) {
  .flow {
    padding: 80px 0; } }

@media screen and (max-width: 895px) {
  .flow {
    padding-bottom: 40px; }
    .flow img {
      width: 100%; } }

.knowledge {
  background-color: #efefef; }
  @media screen and (min-width: 896px) {
    .knowledge {
      padding: 40px 0 80px; } }
  @media screen and (max-width: 895px) {
    .knowledge {
      padding: 30px 0;
      margin-bottom: 40px; } }
  .knowledge .title {
    text-align: center; }
  @media screen and (min-width: 896px) {
    .knowledge .items:after {
      content: "";
      width: 24%;
      padding: 15px 15px 45px; } }
  .knowledge .items .item {
    background-color: #fff;
    position: relative; }
    @media screen and (min-width: 896px) {
      .knowledge .items .item {
        width: 24%;
        padding: 15px 15px 45px; } }
    @media screen and (max-width: 895px) {
      .knowledge .items .item {
        padding: 10px 10px 15%;
        width: 49%;
        margin-bottom: 2%; }
        .knowledge .items .item img {
          width: 100%; } }
    .knowledge .items .item .knowledge_eye {
      margin-bottom: 10px; }
      .knowledge .items .item .knowledge_eye img {
        width: 100%; }
    .knowledge .items .item .knowledge_title {
      font-size: 22px;
      margin-bottom: 5px; }
    .knowledge .items .item .label {
      border: 1px solid #B1B1B1;
      border-radius: 6px;
      color: #B1B1B1;
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      padding: 3px 8px;
      position: absolute;
      right: 15px;
      bottom: 15px; }
      .knowledge .items .item .label:after {
        content: url(../../img/2019nenga/icn_card.svg);
        vertical-align: middle;
        margin-left: 8px; }
      .knowledge .items .item .label.useful:after {
        content: url(../../img/2019nenga/icn_book02.svg); }

@media screen and (min-width: 896px) {
  .other_area {
    padding: 70px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 896px) {
  .other_area .left {
    width: 50%; } }

@media screen and (max-width: 895px) {
  .other_area .left {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .other_area .left img {
      width: 30%; } }

@media screen and (min-width: 896px) {
  .other_area .left .box {
    padding-left: 2%; } }

@media screen and (max-width: 895px) {
  .other_area .left .box {
    width: 65%; } }

.other_area .left .box strong {
  display: block;
  margin-bottom: 20px; }
  @media screen and (min-width: 896px) {
    .other_area .left .box strong {
      font-size: 20px; } }
  @media screen and (max-width: 895px) {
    .other_area .left .box strong {
      font-size: 18px; } }

.other_area .left .search {
  position: relative;
  background-color: #fff;
  border: 1px solid #B1B1B1;
  border-radius: 17px; }
  @media screen and (max-width: 895px) {
    .other_area .left .search {
      width: 100%; } }
  .other_area .left .search dt {
    margin-right: 40px;
    padding: 0 0 0 8px; }
    .other_area .left .search dt input {
      width: 100%;
      height: 34px;
      line-height: 34px;
      background: none;
      border: none;
      font-size: 14px; }
  .other_area .left .search dd {
    position: absolute;
    top: 0;
    right: 0; }
    .other_area .left .search dd .search_button {
      display: block;
      padding: 0 12px 0 12px;
      background: none;
      border: none;
      border-left: 1px solid #B1B1B1;
      height: 20px;
      margin-top: 8px; }
      .other_area .left .search dd .search_button span {
        display: block;
        width: 20px;
        height: 20px;
        background: url("../../img/2019nenga/icn_search.svg") no-repeat scroll 0 0;
        background-size: 100%; }

@media screen and (min-width: 896px) {
  .other_area .center {
    width: 20%; } }

@media screen and (max-width: 895px) {
  .other_area .center {
    margin: 40px 0; } }

.other_area .center .target {
  display: block;
  background-color: #152B88;
  color: #fff;
  padding: 25px 15px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); }
  .other_area .center .target strong {
    font-size: 30px; }
    @media screen and (max-width: 895px) {
      .other_area .center .target strong br {
        display: none; } }
  @media screen and (min-width: 896px) {
    .other_area .center .target p {
      font-size: 18px; } }
  @media screen and (max-width: 895px) {
    .other_area .center .target p br {
      display: none; } }

.other_area .right {
  text-align: center; }
  @media screen and (min-width: 896px) {
    .other_area .right {
      width: 20%; } }
  @media screen and (max-width: 895px) {
    .other_area .right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .other_area .right strong {
    color: #B77F00;
    display: block; }
    @media screen and (min-width: 896px) {
      .other_area .right strong {
        font-size: 26px; } }
    @media screen and (max-width: 895px) {
      .other_area .right strong {
        margin-right: 20px; } }
  @media screen and (min-width: 896px) {
    .other_area .right img {
      margin-top: -10px; } }
  @media screen and (max-width: 895px) {
    .other_area .right img {
      width: 30%;
      height: 100%; } }

#footer {
  background-color: #000000; }
  @media screen and (min-width: 896px) {
    #footer {
      padding: 35px 0; } }
  @media screen and (max-width: 895px) {
    #footer {
      padding: 15px 0; } }
  #footer * {
    color: #fff; }
  @media screen and (max-width: 895px) {
    #footer .links {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 896px) {
    #footer .links .link:last-child {
      width: 245px; }
      #footer .links .link:last-child .title {
        font-size: 30px; } }
  @media screen and (max-width: 895px) {
    #footer .links .link {
      width: 49%;
      margin-bottom: 20px;
      display: none !important; } }
  #footer .links .link .target {
    color: #fff;
    display: block;
    border-bottom: 1px solid #000; }
    @media screen and (min-width: 896px) {
      #footer .links .link .target {
        font-size: 14px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 895px) {
      #footer .links .link .target {
        font-size: 12px;
        margin-bottom: 10px; } }
    #footer .links .link .target:hover {
      border-bottom: 1px solid #fff; }
  #footer .links .link .tel {
    margin-bottom: 20px; }
    @media screen and (min-width: 896px) {
      #footer .links .link .tel img {
        margin-bottom: 5px; } }
    @media screen and (max-width: 895px) {
      #footer .links .link .tel img {
        margin-top: 5px; } }
    #footer .links .link .tel p {
      font-size: 12px;
      letter-spacing: -0.2px; }
  @media screen and (min-width: 896px) {
    #footer .bot {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      margin: 20px 0 100px; } }
  @media screen and (max-width: 895px) {
    #footer .bot {
      text-align: center;
      margin: 20px 0 40px; } }
  #footer .bot .link .title {
    font-weight: bold; }
    @media screen and (min-width: 896px) {
      #footer .bot .link .title {
        margin-bottom: 10px; } }
  #footer .bot .link .images {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    #footer .bot .link .images img {
      margin: 10px 10px 0 0; }
      @media screen and (max-width: 895px) {
        #footer .bot .link .images img.img01 {
          width: 60%;
          height: 100%; }
        #footer .bot .link .images img.img02 {
          width: 40%; } }
    #footer .bot .link .images .text {
      font-size: 12px; }
      @media screen and (max-width: 895px) {
        #footer .bot .link .images .text {
          display: block; } }
  @media screen and (max-width: 895px) {
    #footer .bot .bnrs {
      text-align: center; } }
  @media screen and (min-width: 896px) {
    #footer .bot .bnrs .target img {
      margin-left: 20px; } }
  @media screen and (max-width: 895px) {
    #footer .bot .bnrs .target img {
      margin-bottom: 20px;
      padding: 0 5px; } }
  #footer .fnav {
    text-align: center; }
    @media screen and (min-width: 896px) {
      #footer .fnav {
        margin-bottom: 20px; } }
    @media screen and (max-width: 895px) {
      #footer .fnav {
        margin-bottom: 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #footer .fnav .target {
      font-size: 12px;
      position: relative;
      padding: 0 5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0); }
      #footer .fnav .target:hover {
        border-bottom: 1px solid #5D5D5D; }
      #footer .fnav .target:not(:first-child):before {
        content: "|";
        position: absolute;
        left: 0; }
  #footer small {
    font-size: 12px;
    display: block;
    text-align: center; }
  #footer .info {
    display: flex;
    text-align: left;
    margin-bottom: 60px; }
    #footer .info .left {
      width: 48%; }
      #footer .info .left .title {
        padding-bottom: 5px;
        font-family: 'Noto Sans JP', sans-serif; }
      #footer .info .left .target {
        font-size: 12px; }
    #footer .info .tel {
      width: 60%; }
      #footer .info .tel p {
        font-size: 10px; }
  #footer .link_sp {
    text-align: center; }
    #footer .link_sp .target_sp {
      margin: 0 auto;
      display: inline-block; }

.l-inner {
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (min-width: 896px) {
    .l-inner {
      width: 90%; } }
  @media screen and (max-width: 895px) {
    .l-inner {
      width: 95%; } }

.favorite_btn {
  text-align: center;
  padding: 40px 0; }
  .favorite_btn strong {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px; }
  .favorite_btn #mail_link {
    width: 150px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 8px;
    background-color: #e8e8e8;
    margin: 0 10px 15px; }
    .favorite_btn #mail_link:hover {
      opacity: .6; }
  .favorite_btn a {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 15px; }

.del {
  cursor: pointer;
  width: 150px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto;
  display: block; }
  .del:hover {
    opacity: .6; }

@media screen and (min-width: 896px) {
  .under .under_catch {
    padding: 10px 0 0; } }

@media screen and (max-width: 895px) {
  .under .under_catch {
    padding: 20px 0 0; }
    .under .under_catch img {
      width: 100%; } }

.under .item_list.active {
  display: block !important; }

.under .items_title {
  font-size: 20px;
  border-bottom: 1px solid; }
  @media screen and (min-width: 896px) {
    .under .items_title {
      margin-bottom: 40px; } }
  @media screen and (max-width: 895px) {
    .under .items_title {
      margin: 30px 0; } }

@media screen and (min-width: 896px) {
  .under .mark {
    font-size: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 895px) {
  .under .mark {
    font-size: 18px; } }

.under .mark .mark01, .under .mark .mark02, .under .mark .mark03 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-table; }
  @media screen and (min-width: 896px) {
    .under .mark .mark01, .under .mark .mark02, .under .mark .mark03 {
      padding: 2px 8px;
      margin-right: 5px; } }
  @media screen and (max-width: 895px) {
    .under .mark .mark01, .under .mark .mark02, .under .mark .mark03 {
      padding: 0 6px;
      margin-right: 10px; } }

.under .mark .mark01 {
  background-color: #E56B6B; }

.under .mark .mark02 {
  background-color: #FF8902; }

.under .mark .mark03 {
  background-color: #688E00; }

@media screen and (min-width: 896px) {
  .under .mark .text {
    font-size: 18px;
    margin-left: 10px; } }

@media screen and (max-width: 895px) {
  .under .mark .text {
    font-size: 16px; } }

@media screen and (min-width: 896px) {
  .under .top_box {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (max-width: 895px) {
  .under .top_box {
    margin-bottom: 10px; } }

@media screen and (max-width: 895px) {
  .under .top_box .mark_box {
    margin-bottom: 10px; } }

@media screen and (min-width: 896px) {
  .under .top_box .mark_box .mark02 {
    margin-left: 25px; } }

.under .item_lists:after {
  content: "";
  width: 31%;
  padding: 20px;
  margin-bottom: 40px; }

.under .item_lists .item_list {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 896px) {
    .under .item_lists .item_list {
      width: 31%;
      padding: 20px 20px 0;
      margin-bottom: 40px; } }
  @media screen and (max-width: 895px) {
    .under .item_lists .item_list {
      width: 48%;
      padding: 15px 15px 0;
      margin-bottom: 20px; } }
  .under .item_lists .item_list:hover {
    background-color: #dad8e5; }
  .under .item_lists .item_list .img {
    margin-bottom: 15px; }
    .under .item_lists .item_list .img img {
      width: 70%;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16); }
  .under .item_lists .item_list .favorite {
    position: absolute; }
    @media screen and (min-width: 896px) {
      .under .item_lists .item_list .favorite {
        right: 4%;
        bottom: 120px;
        width: 13.5%; } }
    @media screen and (max-width: 895px) {
      .under .item_lists .item_list .favorite {
        right: 4%;
        bottom: 72px;
        width: 10%; } }
  .under .item_lists .item_list .name {
    margin-bottom: 15px; }
    @media screen and (min-width: 896px) {
      .under .item_lists .item_list .name {
        font-size: 18px; } }
    @media screen and (max-width: 895px) {
      .under .item_lists .item_list .name {
        font-size: 18px; } }
  .under .item_lists .item_list .bot .tag {
    border: 1px solid #B1B1B1;
    color: #B1B1B1;
    border-radius: 6px;
    display: inline; }
    @media screen and (min-width: 896px) {
      .under .item_lists .item_list .bot .tag {
        height: 2.4em;
        padding: 0 25px;
        font-size: 13px; } }
    @media screen and (max-width: 895px) {
      .under .item_lists .item_list .bot .tag {
        padding: 0 10px;
        font-size: 12px;
        line-height: 1.2; } }

.sub_list_box {
  background-color: #efefef;
  margin-bottom: 0; }
  .sub_list_box.koi {
    background-color: #dadada; }
  .sub_list_box .title {
    text-align: center; }

.slick-slide a {
  outline: none; }

.item_eye {
  background-color: #F7F7F7;
  text-align: center; }
  @media screen and (min-width: 896px) {
    .item_eye {
      padding: 120px 10%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 895px) {
    .item_eye {
      padding: 60px 10%;
      margin: 20px 0; } }

.item_detail {
  border-bottom: 1px solid #707070; }
  @media screen and (min-width: 896px) {
    .item_detail {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 80px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 895px) {
    .item_detail {
      padding-bottom: 10px;
      margin-bottom: 25px; } }
  @media screen and (min-width: 896px) {
    .item_detail .left {
      width: 40%; } }
  @media screen and (max-width: 895px) {
    .item_detail .left {
      margin-bottom: 20px; } }
  .item_detail .left .item_title {
    font-weight: bold; }
    @media screen and (min-width: 896px) {
      .item_detail .left .item_title {
        font-size: 24px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 895px) {
      .item_detail .left .item_title {
        font-size: 18px;
        margin-bottom: 10px; } }
  .item_detail .left .item_cart {
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    background-color: #152B88;
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-image: url(../../img/2019nenga/icn_item_cart.svg); }
    .item_detail .left .item_cart:hover {
      box-shadow: 0 0 0 transparent; }
    @media screen and (min-width: 896px) {
      .item_detail .left .item_cart {
        font-size: 20px;
        padding: 10px 20px 10px 60px; } }
    @media screen and (max-width: 895px) {
      .item_detail .left .item_cart {
        font-size: 16px;
        padding: 10px 20px 10px 60px; } }
  @media screen and (min-width: 896px) {
    .item_detail .right {
      width: 60%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .item_detail .right .mark {
    display: block !important; }
    .item_detail .right .mark .mark_box {
      margin-bottom: 15px; }
      .item_detail .right .mark .mark_box .text {
        font-size: 16px; }
      .item_detail .right .mark .mark_box .price {
        font-weight: bold;
        margin-left: 15px; }
        @media screen and (min-width: 896px) {
          .item_detail .right .mark .mark_box .price {
            font-size: 24px; } }
        @media screen and (max-width: 895px) {
          .item_detail .right .mark .mark_box .price {
            font-size: 18px; } }
        .item_detail .right .mark .mark_box .price span {
          font-weight: bold;
          font-size: 18px; }

@media screen and (min-width: 896px) {
  .item_price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 896px) {
  .item_price .price_box {
    width: 47%; } }

@media screen and (max-width: 895px) {
  .item_price .price_box {
    margin-bottom: 30px; } }

.item_price .price_box .price_box_wrap {
  border: 1px solid #ADADAD;
  padding: 10px 15px; }

.item_price .price_box .mark {
  margin-bottom: 12px; }
  .item_price .price_box .mark .mark_box p {
    font-size: 16px;
    font-weight: bold; }

.item_price .price_box .wrap .column {
  width: 50%;
  margin-bottom: 10px; }
  .item_price .price_box .wrap .column .item {
    border-bottom: 1px solid #ADADAD;
    padding: 8px 15px; }
    .item_price .price_box .wrap .column .item .sheet {
      margin-left: auto; }
    .item_price .price_box .wrap .column .item .price {
      margin-left: 20px;
      font-size: 16px;
      font-weight: bold; }
  .item_price .price_box .wrap .column.first .sheet {
    margin-left: 0; }
  .item_price .price_box .wrap .column.first .price {
    margin-right: auto; }

.item_price .price_box .price_alert {
  font-size: 12px; }
  .item_price .price_box .price_alert a {
    text-decoration: underline; }
    .item_price .price_box .price_alert a:hover {
      text-decoration: none; }

@media screen and (min-width: 896px) {
  .item_link {
    font-size: 18px;
    margin-top: 20px; } }

.item_link a {
  text-decoration: underline; }
  .item_link a:hover {
    text-decoration: none; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px; }

.pagetop a {
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none; }

.pagetop a:hover {
  display: block;
  text-align: center;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

@media screen and (min-width: 896px) {
  .youtube {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; } }

@media screen and (max-width: 895px) {
  .youtube {
    margin: 5px auto 30px auto; } }

@media screen and (min-width: 896px) {
  .youtube .box {
    width: 48%; } }

@media screen and (max-width: 895px) {
  .youtube .box {
    margin-top: 25px; } }

.youtube .box img {
  width: 100%; }

.youtube .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px; }
  @media screen and (min-width: 896px) {
    .youtube .box .title {
      font-size: 18px; } }
  @media screen and (max-width: 895px) {
    .youtube .box .title {
      font-size: 16px; } }
  .youtube .box .title .c {
    font-size: 10px; }

.youtube .box.box01 span {
  color: #7166A0;
  font-weight: bold; }

.youtube .box.box02 span {
  color: #688291;
  font-weight: bold; }
