@charset "UTF-8";
.seach_body_list li {
  border-bottom: 1px solid #eee;
  width: 21%;
  margin-right: 3%;
  display: inline-block;
  margin-top: 10px;
  vertical-align: bottom;
}

.seach_body_list li a {
  padding: 20px 10px;
  display: block;
}

.seach_body_list li.menu_level_1 {
  width: 100%;
}

.seach_body_list li.menu_level_1 a {
  font-weight: bold;
}

.seach_body_list.js_line_list li {
  width: 30%;
  margin-right: 2.9%;
}

.seach_body_list.js_line_list a {
  display: flex;
  align-items: center;
}

.seach_body_list_img {
  width: 80px;
  height: 80px;
  background: #fff;
}

.seach_body_list_name {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.itemslist {
  padding-bottom: 100px;
}

.itemslist .seach_body_list_img {
  width: 0;
  height: 0;
  background: none;
}

.itemslist .seach_body_list_name {
  width: auto;
  padding-left: 0;
}

.menu_body_itemstitle {
  width: 100%;
  font-size: 12px;
  padding: 23px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: -1px;
}

.menu_body_itemslist li a {
  width: 100%;
  font-size: 11px;
  padding: 20px 0 0 2em;
}

.menu_body_itemslist li a img {
  display: none;
}

.menu_body_itemslist li.menu_level_1 a {
  padding: 20px 0 0 1em;
}

.menu_body_itemslist li:last-child a {
  padding-bottom: 20px;
}

.menu_body_itemslist li a {
  display: block;
}

.menu_body_itemstitle {
  cursor: pointer;
  position: relative;
}

.menu_body_itemstitle::before,
.menu_body_itemstitle::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #333;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.menu_body_itemstitle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.menu_body_itemstitle.js_isOpen::after {
  transform: rotate(0);
  transition: 0.5s;
}

.menu_body_itemslist {
  display: none;
}

.menu_ttl {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

/* menu_search */

.seach_head {
  font-size: 12px;
  text-align: center;
}

.seach_head span {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.seach_tab {
  flex-grow: 1;
  display: block;
  padding: 5px 0 15px;
  font-size: 10px;
  color: #989898;
  text-align: center;
  position: relative;
  border-bottom: 3px solid #fff;
}

.seach_tab span {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.seach_tab.is_active {
  color: #323232;
  border-bottom: 3px solid #323232;
}

.footer_sns_ttl {
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 1px;
  color: #fff;
}

/* block-thumbnail-h */

.block-recent-item--header {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.block-recent-item--header span {
  font-size: 32px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  background: none;
  font-size: 34px;
  font-family: "Crimson Text", serif;
  color: #989898;
}

.brand_head {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.brand_head span {
  font-size: 32px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
}

.block-top-column--header,
.block-top-topic--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  border: none;
  padding: 0;
  margin: 0;
  line-height: initial;
  text-align: unset;
}

.block-top-column--header span,
.block-top-topic--header span {
  font-size: 32px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  margin: 0 15px 0 0;
  letter-spacing: 0.05em;
}

.pickup_head {
  text-align: center;
  font-size: 32px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0.05em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  pointer-events: none;
}
.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_close_btn {
  display: block;
  position: absolute;
  top: -44px;
  right: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.modal_close_btn::before,
.modal_close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 36px;
  background-color: #dfddde;
}

.modal_close_btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_thumb {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  width: 510px;
  cursor: pointer;
}
.modal_thumb::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid #dfddde;
  width: 120px;
  height: 120px;
}
.modal_thumb::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #dfddde;
  border-width: 30px 0 30px 50px;
}
.js-modal_show {
  opacity: 1;
  pointer-events: all;
}
.js-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.js-hidden {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.modal_movie_wrap {
  width: 888px;
  height: 500px;
}
.page-brandtop .product_movie {
  background: #dfddde;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.product_movie_list {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_movie_list_item {
  background-color: #fff;
  width: calc((100% / 4) - 30px);
  padding: 20px 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  margin-right: 30px;
}
.product_movie_list_item:nth-of-type(4n) {
  margin-right: 0;
}

.product_movie_title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_movie_thumbnail {
  width: 270px;
  height: 270px;
  position: relative;
}

.product_movie_thumbnail::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent rgba(255,255,255,0.9);
  border-width: 25px 0 25px 35px;
}
.product_movie_thumbnail02::after {
  border-color: transparent transparent transparent #4e4b4a;
}
.product_movie_thumbnail03::after {
  border-color: transparent transparent transparent #dfddde;
}
.product_movie_thumbnail04::after {
  top: 41%;
  left: 40%;
  transform: none;
  border-style: none;
  width: 50px;
  height: 50px;
  background: url(/img/usr/davines/youtube/youtube_arrow.png) no-repeat;
}
.product_movie_thumbnail img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_movie_cv_wrap {
  display: block;
  background-color: #f9f9f9;
  margin: 0;
  padding: 10px;
}

.product_movie_cv_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_movie_thumb_wrap{
  background-color: #f9f9f9;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
}

.product_movie_thumb_wrap img {
  background-color: #f9f9f9;
  display: block;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_movie_cv_item figcaption {
  font-size: 12px;
  width: calc(100% - 80px);
}

.product_detail {
  width: 100%;
}

.product_detail_pc{
  margin-top: 10px;
}
.product_detail_sp{
  display: none;
}


.product_detail_cv_wrap {
  /*background-color: #f9f9f9;*/
  cursor: pointer;
  padding: 10px;
  border: 1px solid #dfddde;
}

.product_detail_hide{
  display: none;
}

.product_detail_cv_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_detail_cv_item figcaption{
  width: 80%;
}

.product_detail_thumbnail {
  position: relative;
  background: #fff;
  width: 85%;
  height: auto;
  margin-right: 20px;
}

.product_detail_thumbnail img{
  display: block;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_detail_thumbnail figcaption {
  font-size: 14px;
}

.product_detail_thumbnail::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  opacity: 0.9;
  border-width: 14px 0 14px 28px;
}