@charset "utf-8";
/* common */
#ce19_mv {
  border-bottom: 15px solid #0073A2 !important;
  background-image: none !important;
}
#contents_wrap .content_wrap {
  padding-bottom: 50px;
}
.center-text {
  text-align: center;
}
.marker {
  padding: 0 10px;
  background: linear-gradient(transparent 70%, #F6D3DA 75%);
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents_wrap p {
    font-size: 14px;
  }
  .inner {
    padding: 0 10px;
  }
  #contents_wrap .content_wrap .inner {
    padding: 10px 0 0;
  }
}
/* MV + 詳細 */
.new-gift .mainImage {
  background: #C4E0EC;
}
.pickup_wrap h2, .pickup_wrap h3, .category-navi h3 {
  color: #741E32 !important;
  font-weight: bold !important;
  font-size: 30px !important;
  display: block;
  text-align: center;
}
.pickup_wrap p span {
  color: #E27C94;
}
#contents_wrap .pickup_wrap p.text-pink {
  font-size: 20px;
  font-weight: 600;
  color: #E27C94;
  margin: 30px auto 40px;
}
.btn-flex {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
a.btn-gold {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: 0 17px;
  background: #B6A35E;
  border: 1px solid #B6A35E;
  border-radius: 35px;
}
a.btn-gold::after {
  content: "";
  position: absolute;
  top: 49%;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right .3s;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(135deg);
}
a.btn-gold:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .pickup_wrap h2 {
    font-size: 20px !important;
  }
  .pickup_wrap h3, .category-navi h3 {
    font-size: 20px !important;
  }
  #contents_wrap .pickup_wrap p.text-pink {
    font-size: 18px;
  }
  .btn-flex {
    display: block;
  }
  a.btn-gold {
    margin: 0 auto;
  }
  a.btn-gold:not(:first-of-type) {
    margin-top: 15px;
  }
}
/* コンテンツ */
.about-wrapping-content.adjust-width {
  max-width: 900px;
  margin: 50px auto 0;
}
#contents_wrap .about-wrapping-content h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: 52px;
  margin: 0;
  background: #E27C94;
}
.about-wrapping-content h2 + p, .about-wrapping-content h3 + p {
  max-width: 900px;
  margin: 30px auto 35px;
}
.about-wrapping-content .inner {
  display: flex;
  max-width: 900px;
  margin-top: 35px;
}
.wrapping-box {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
}
.wrapping-box:not(:first-child) {
  margin-left: 40px;
}
#contents_wrap h3.wrapping-box-title {
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #19598A;
}
.wrapping-box-image {
  margin-top: 40px;
}
.wrapping-box-image img {
  width: auto;
  height: 200px;
}
.wrapping-box-text {
  margin: 30px 0;
}
.wrapping-lists {
  margin-top: auto;
  display: flex;
}
.wrapping-item {
  width: 100%;
}
.wrapping-item > a {
  display: flex;
}
.wrapping-item-image {
  width: 50%;
}
.wrapping-item-detail {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.wrapping-item-icon {
  margin-top: 20px;
}
#contents_wrap .wrapping-item .wrapping-item-icon img {
  margin-left: 0;
}
#contents_wrap .wrapping-box .wrapping-item h4.wrapping-item-name {
  margin-top: 20px;
  font-size: 14px;
}
.wrapping-item-price {
  margin-top: 10px;
  color: #CF0000;
}
a:hover .wrapping-item-price {
  opacity: 0.7;
}
.wrapping-item-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 172px;
  height: 38px;
  margin: 0;
  background: #D10000;
  border-radius: 32px;
}
a:hover .wrapping-item-btn {
  opacity: 0.7;
}
.wrapping-item-note {
  max-width: 900px;
  margin: auto;
  padding-bottom: 50px;
  font-weight: normal;
  color: #D10000;
}
.icon005 {
  display: inline-block !important;
  height: 22px;
  vertical-align: middle;
  padding: 0 5px !important;
}
.other-wrapping-content {
  display: flex;
  width: 100%;
}
.other-wrapping-title {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #19598A;
  font-size: 19px;
  font-weight: 400;
}
#contents_wrap .other-wrapping-content .wrapping-box-image {
  margin-top: 20px;
}
.btn__other {
  display: table;
  margin: 30px auto 0;
  padding-bottom: 45px;
}
.btn__other a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 45px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #B6A35E;
  /* border: 2px solid #19598A; */
  border-radius: 60px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
}
.btn__other a::after {
  content: "";
  position: absolute;
  top: 52%;
  bottom: 0;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right .3s;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn__other a:hover {
  opacity: 0.7;
}
.about-wrapping-content.adjust-width2 .inner {
  max-width: 1000px;
}
.about-wrapping-content.adjust-width2 h2 + p {
  max-width: 1000px;
}
.reco-item-content {
  display: flex;
  width: 100%;
}
.reco-box {
  width: calc((100% - (24px * 3)) / 4);
  display: flex;
  flex-direction: column;
}
.reco-box:not(:first-child) {
  margin-left: 24px;
}
#contents_wrap .reco-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #741E32;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 8px;
  padding: 5px 2px;
  background: #F6D3DA;
}
.wrapping-box-image img {
  width: auto;
  height: 200px;
}
#contents_wrap .reco-box-name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
#contents_wrap .reco-box-price {
  font-size: 20px;
  text-align: right;
  margin-top: 10px;
}
#contents_wrap .reco-box-txt {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #contents_wrap .about-wrapping-content h2 {
    font-size: 20px;
    height: 52px;
  }
  .about-wrapping-content h2 + p, .about-wrapping-content h3 + p {
    padding: 0 10px;
  }
  .about-wrapping-content .inner {
    flex-direction: column;
  }
  .wrapping-box {
    width: 100%;
  }
  .wrapping-box:not(:first-child) {
    margin: 30px 0 0 0;
  }
  .wrapping-box-text {
    margin: 30px 0 0;
  }
  .wrapping-item-note {
    padding: 20px 10px 20px;
  }
  .other-wrapping-content {
    flex-direction: column;
  }
  .btn__other {
    width: 100%;
  }
  .btn__other a {
    width: auto;
    margin: 0 20px;
    font-size: 16px;
  }
  .reco-item-content {
    flex-wrap: wrap;
  }
  .reco-box {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .reco-box:not(:first-child) {
    margin-left: 10px;
  }
  .reco-box:nth-of-type(3n) {
    margin-left: 0;
  }
  #contents_wrap .reco-box-title {
    font-size: 13px;
    padding: 5px 1px;
  }
  #contents_wrap .reco-box-name {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }
  #contents_wrap .reco-box-price {
    font-size: 20px;
    text-align: right;
    margin-top: 10px;
  }
  #contents_wrap .reco-box-txt {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
  }
  #giftbag {
    margin-top: 30px;
  }
}
/* カテゴリーナビ */
.category-navi {
  margin-top: 100px;
  padding-bottom: 50px;
}
/*4列 .category-lists {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
  align-items: center;
}
.category-item {
  margin-left: 22px;
  width: 200px;
}*/
.category-lists {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px 5px;
  justify-items: center;
  align-items: center;
}
.category-item {
  /*width: calc(100% / 6 - 22px);
  margin-left: 22px;*/
  width: 185px;
}
.category-link {
  padding: 10px 10px 11px;
  display: block;
  color: #B63030;
  font-size: 18px;
  text-align: center;
  border: 1px solid #B63030;
  border-radius: 10px;
  position: relative;
  background: white;
}
.category-link:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 11px solid #b6302f;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.category-link:hover {
  color: #fff;
  background-color: #B63030;
}
.category-link:hover::after {
  transform: translate(-50%, 5px);
  transition: 0.3s transform ease;
}
#contents_wrap .category-lists-txt {
  text-align: center;
  margin: 50px auto -20px;
}
@media screen and (max-width: 767px) {
  .category-navi {
    margin-top: 76px;
  }
  .category-lists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-lists a {
    width: 155px;
    text-align: center;
    white-space: normal;
  }
  .category-item {
    width: auto;
    margin: 0;
  }
  .category-link {
    font-size: 13px;
  }
  .block-event-page--accessory {
    margin-top: 80px;
  }
}