@charset "utf-8";
/* CSS Document */

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* コーナータイトル非表示 */
#cookie_agree{width:100%;}
#corner_name .title,
#corner_main_text .title {
  display: none;
}

#corner_contents {
  width: 100%;
  background: linear-gradient(#FFF, #F6E6F6, #FFF);
}
.contents_wrap {
  position: relative;
  width: 100%;
}

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
  margin: 0 0 30px;
  padding-top: 0px;
}
.item_list ul li {
  margin: 0;
  padding: 15px;
}
.item_list ul li a {
  color: #666;
}
.item_list ul li .item_list_thumb {
  background: #fff;
}
.item_list ul li p.price {
  color: #B92B5D;
}

/**-------------------------------------------- nav --*/
#corner_nav ul li a,
.list_nav ul li a,
.link_btn a {
  position: relative;
  margin: 5px;
  padding: 8px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  background: #B92B5D;
  color: #fff;
}
.list_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.list_nav ul li {
  width: calc(100% / 3);
}
.list_nav ul li a {
  display: block;
  text-decoration: none;
}
.link_btn a {
  display: block;
  width: 80%;
  margin: 10px auto 30px;
}

/**----------------------------------------- 見出し --*/
h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 60px auto 0;
  color: #B92B5D;
  font-size: 2rem;
  font-weight: normal;
  background: transparent;
}

h3.corner_h3 {
  margin: 0 10px 15px;
  padding: 0 0 0 6px;
  text-align: left;
  color: #B92B5D;
  font-weight: 500;
  border-left: 4px solid #B92B5D;
  border-bottom: none;
}

/**------------------------------------- 情報エリア --*/
div.text {
  width: 100%;
}
div.text a {
  border-bottom: none;
  text-decoration: underline;
}
.info_wrap {
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 1))
}
.info_box {
  margin: 30px 0 0;
  padding: 20px 10px;
}
.info_box:last-child { margin-bottom: 30px; }
.info_box dl {
  margin-bottom: 20px;
  padding: 8px 5px 2px;
  border: 1px solid #F4AFD0;
}
.info_box dt {
  position: relative;
  margin-bottom: 4px;
  text-align: center;
  background: #F8EEF8;
}
.info_box dd {
  margin: 0 4px;
  padding-bottom: 8px;
}
.info_tit {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #B92B5D;
  line-height: 1.3;
  border-bottom: 1px solid #B92B5D;
}

.info_img {
  position: relative;
  max-height: 250px;
  max-width: 250px;
  margin: 20px auto 5px;
  text-align: center;
}
.info_img img {
  max-height: 250px;
}

.info_txt li { margin-bottom: 2px; }
.target_item { margin-bottom: 20px; }
p + .target_item { margin: -10px 5px 20px 10px; }
.target_item li a {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.target_item li a:before {
  padding-right: 3px;
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #B85175;
  font-weight: bold;
}
.attention_list li,
.attention_txt {
  display: block;
  margin-top: 3px;
  font-size: 0.78rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5em;
}
.attention_list li a,
.attention_txt a { color: #000; text-decoration: underline; }

/*.link_btn a {
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 4px 0;
  color: #fff;
  font-weight: normal;
  font-size: 1.1rem;
  text-align: center;
  background: #B92B5D;
}*/

/**------------------------------------- STAFF&CAST --*/
.staff dl, .cast dl {
  margin: 10px;
  font-weight: 500;
}
.staff dt, .cast dt {
  padding: 2px 6px;
  color: #fff;
  background: #B85175;
}
.staff dd, .cast dd {
  margin-bottom: 10px;
  margin-left: 8px;
  padding: 2px 6px;
  border-left: 1px solid #B85175;
  border-bottom: 1px solid #B85175;
}

/**-------------------------------------- copyright --*/
.copyright {
  margin: 0;
  padding: 30px 0 20px;
}
.copyright a {
  border-bottom: none;
  text-decoration: underline;
}
.copyright .attention {
  margin: 20px;
  font-size: 0.7rem;
  line-height: 1.5em;
  text-align: left;
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 711px) {
  body { box-sizing: border-box; }
  #corner_contents .main_contents {
    width: 100%;
  }
  /* #corner_main_text, /* 1080px */
  .corner_products,
  section div.text {
    width: 1080px;
    margin: 0 auto;
  }
  /* clearfix */
  section div.text::after,
  dl::after,
  .info_box::after,
  .info_box dd::after {
    display: block;
    clear: both;
    content: "";
  }

  /**------------------------------------------- 商品 --*/
  .item_list ul {
    padding-top: 20px;
    background: transparent;
  }
  .item_list ul li {
    margin: 0 15px 40px;
    padding: 0;
  }
  .item_list ul li a {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 10px 1px rgba(153, 43, 93, 0.2);
  }

  /**--------------------------------------- ヘッダー --*/
  #corner_main_banner {
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
  }

  /**-------------------------------------------- nav --*/
  #corner_nav {
    /*background: #333;*/
  }
  #corner_nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 1080px;
    margin: 0 auto;
  }
  #corner_nav ul li {
    width: calc( 100% / 4 );
  }
  .list_nav {
    margin-top: 30px;
  }
  .list_nav ul li {
    width: calc( 100% / 6 );
  }
  #corner_nav ul li a,
  .list_nav ul li a,
  .link_btn a {
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    transition: .3s;
    border: 2px solid #B92B5D;
    z-index: 1;
  }
  #corner_nav ul li a:hover,
  .list_nav ul li a:hover,
  .link_btn a:hover {
    opacity: 1;
    color: #B92B5D;
  }
  #corner_nav ul li a::before,
  .list_nav ul li a::before,
  .link_btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
    z-index: -1;
  }
  #corner_nav ul li a:hover::before,
  .list_nav ul li a:hover::before,
  .link_btn a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .link_btn a {
    width: 480px;
  }

  /**----------------------------------------- 見出し --*/
  h2 {
    font-size: 2.6rem;
  }

  h3.corner_h3 {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }

  /**------------------------------------- 情報エリア --*/
  .info_wrap {
  }
  .info_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
  }
  .info_box dl {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .info_box dt {
    width: 25%;
    margin: 3px 0;
    background: transparent;
    border: 1px solid #F4AFD0;
  }
  .info_box dd {
    width: calc(75% - 8px);
    margin: 3px 4px;
    padding-left: 5px;
    padding-bottom: 0;
    text-align: left;
  }
  .info_tit {
    order: 1;
    width: 100%;
    padding-left: 8px;
  }
  .info_img {
    order: 3;
    margin: 0 1em 10px;
  }
  .info_img + .info_txt {
    width: calc(100% - 350px);
  }
  .info_txt {
    order: 2;
    margin-right: 1em;
    margin-left: 1em;
  }
  .target_item li a:hover {
    border-bottom: 1px solid transparent;
  }

  /**------------------------------------- STAFF&CAST --*/
  /* 1カラム */
  .staff.cl_1 { width: 100%; }
  .staff.cl_1 dl { width: 800px; }
  .staff.cl_1 dt { width: 30%; }
  .staff.cl_1 dd { width: 70%; }

  /* 2カラム */
  .staff, .cast {
      float: left;
      width: 50%;
      margin: 0;
      padding: 0 5px;
  }
  .staff dl, .cast dl {
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 10px auto 30px;
  }
  .staff dt, .staff dd,
  .cast dt, .cast dd {
      width: 50%;
      margin: 2px 0;
      padding: 3px 8px;
  }

  /**-------------------------------------- copyright --*/
  .copyright a:hover {
    text-decoration: none;
  }
  .copyright .attention { text-align: center; }
}