@charset "UTF-8";
/* CSS Document */

:root {
  --main-color: #df7527;
}

#tokushu {
  margin: 0;
  padding: 0;
}

#tokushu  p {
  margin: 0 0 1.5em 0
}

#tokushu a {
  text-decoration: underline;
}

#tokushu a:hover {
  text-decoration: none;
}

#tokushu h1 {
  font-size: 36px;
  line-height: 1.2em;
  margin: 10px 0 15px 0;
  padding: 0;
}

#tokushu span.grey{
  margin: 0 0 20px 0
}

#tokushu h3 {
  padding: 10px 0;
  border-left: none;
}

#tokushu h3 span.romantic-title_name__box {
  color: var(--main-color);
  font-size: 72%;
  display: inline-block;
  margin: 8px 0;
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0 10px;
}

#tokushu h3.romantic-title_name small {
  margin: 0 0 0 16px;
  font-size: 16px;
}

#tokushu h4.romantic-title_border {
  font-size: 20px;
}

#tokushu h4.romantic-title_border span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background: var(--main-color);
  padding: 4px 8px;
  box-sizing: border-box;
  margin: 8px 8px 8px 0;
  font-weight: bold;
}

#tokushu h4.romantic-title_box {
  border: 1px solid var(--main-color);
  padding: 8px;
}

#tokushu .romantic-story_box {
  border: 1px solid var(--main-color);
  padding: 0 36px 16px;
  position: relative;
}

#tokushu h4.romantic-story_box--title {
  text-align: center;
}

#tokushu h4.romantic-story_box--title span {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 20px;
}

#tokushu h3.romantic-title_person {
  margin: 45px 0 15px 0;
  font-size: 24px;
  padding: 5px 10px;
  border-left: 5px solid;
  color: var(--main-color);
}

#tokushu h3.romantic-title_person small {
  display: block;
}

#tokushu .romantic-product h4 {
  color: var(--main-color);
  border: 3px dotted;
  padding: 4px 8px;
  border-radius: 20px;
  text-align: center;
}

#tokushu .romantic-product strong {
  color: var(--main-color);
  display: block;
  margin: 40px 0 20px;
}

#tokushu .romantic-product span.romantic-pin:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/newsde/images/tokushu/1195/pin.svg);
  vertical-align: middle;
}

#tokushu .romantic-product a {
  display: block;
  margin: 0 0 20px;
}

/* responsive */

body.white .site #tokushu {
  font-size: 16px;
  margin: 0 0 10px 0
}

body.white .site #tokushu h1 {
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 34px;
  line-height: 1.2em;
}

body.white .site #tokushu h3.romantic-title_name {
  padding: 0;
}

body.white .site #tokushu .romantic-story_box {
  padding: 36px 20px;
}

body.white .site #tokushu .romantic-product h4 {
  padding: 4px 8px;
}

/* img-zoom */

.lum-lightbox.lum-open {
    z-index: 100;
}

a.img-zoom {
    position: relative;
    display: block;
}

a.img-zoom:after {
    content: "\f00e";
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 4px;
}

.lum-lightbox-inner {
    overflow: scroll;
    -ms-overflow-style: none;
}

.lum-lightbox-inner img {
    max-width: 100%;
    max-height: none;
}

.lum-lightbox-inner::-webkit-scrollbar {
    display: none;
}

.lum-gallery-button {
    display: none !important;
}

.lum-close-button {
    opacity: 0.7;
    background: #333;
}

/* slider */

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-weight: bold;
}

.slick-prev:before {
  content: '<';
}
.slick-next:before {
  content: '>';
}

#tokushu .slick-dots li button:before {
  font-size: 32px;
  top: 6px;
  color: var(--main-color);
}

.slick-dots li button:hover, .slick-dots li button:focus {
  color: var(--main-color);
  opacity: 0.8;
}

#tokushu .slick-dots li.slick-active button:before {
  color: var(--main-color);
}

#tokushu .slick-slider {
  width: 610px;
}
body.white .site #tokushu .slick-slider {
  width: 100%;
}

body.white .site #tokushu .slick-dots li button:before {
  font-size: 12px;
}

body.white .site #tokushu .slick-dots {
  padding: 0;
}