﻿@charset "UTF-8";

/* base */
#contents {
  padding: 0;
}

#vrn_contents img {
  width: 100%;
  min-width: inherit;
  vertical-align: bottom;
}

.tac {
  text-align: center;
}

/* accordion */
.accordion .accordion_inner {
  display: none;
}

/* contents */
#vrn_contents {
  line-height: 1.6;
  color: #000000;
  font-size: 16px;
}

#vrn_contents .offertxt {
  font-size: 10px;
  line-height: 1.6;
  color: #000000;
  background-color: #fdd325;
  padding: 15px;
}

.about_purchase {
  padding: 0 3%;
}

.about_purchase h3 {
  margin: 0 0 20px;
}

.about_purchase h3 a {
  text-decoration: underline;
}

#item_detail_data {
  margin: 0 0 50px;
  padding: 0 2%;
}

#item_detail_data .component {
  margin: 0 0 30px;
  padding: 30px 5% 10px;
  background-color: #f5f4f4;
  border: 2px solid #cfcfcf;
}

#item_detail_data .component h3 {
  margin-bottom: 10px;
}

#item_detail_data .component .sup {
  margin-bottom: 20px;
  font-size: 90%;
}

#item_detail_data .component dl {
  margin: 0;
  padding: 19px 0 0;
  border-top: 1px dashed #0c0307;
}

#item_detail_data .component dl dt {
  margin: 0 0 10px;
  font-weight: 600;
}

#item_detail_data .component dl dd {
  margin: 0 0 20px;
}

#item_detail_data .item_detail_notes {
  margin: 0;
}

#item_detail_data .item_detail_notes li {
  margin: 0 0 10px;
  padding: 0 0 0 1em;
  position: relative;
}

#item_detail_data .item_detail_notes li:before {
  content: '\25CF';
  font-size: 130%;
  position: absolute;
  top: -.25em;
  left: 0;
}

#vrn_contents #sec6 {
  margin: 0 2%;
  padding: 20px 3% 0;
}

#vrn_contents #sec6 .requirements_list {
  margin: 0;
  padding: 0;
}

#vrn_contents #sec6 .requirements_list dt {
  margin: 0 0 5px;
  padding: 0;
  text-indent: -.5em;
  color: #000000;
  font-weight: 600;
}

#vrn_contents #sec6 .requirements_list dd {
  margin: 0 0 20px;
  padding: 0 0 0;
}

#vrn_contents #sec6 .requirements_list dd:last-child {
  margin-bottom: 0;
  border: none;
}

#vrn_contents #sec6 .requirements_list dd ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

#vrn_contents #sec6 .requirements_list dd ul li {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}

#vrn_contents #sec6 .requirements_list dd ul li:last-child {
  margin-bottom: 0;
}

#vrn_contents #sec6 .requirements_list dd ul li .sup {
  font-size: 90%;
}

.caution_att_tp {
  color: #000;
  margin: 0 2% 30px !important;
  padding: 0 3%;
}

.caution_att {
  padding-left: 0;
}

#vrn_contents .sec:not(#sec6) {
  background-color: #1a1a1a;
}

#vrn_contents .campaign {
  position: relative;
}

#vrn_contents .sec-btn {
  width: calc(100vw*(730/890));
  transform: translateX(-50%);
  position: absolute;
  bottom: calc(100vw*(120/890));
  left: 50%;
}

#vrn_contents .tsunagi {
  position: relative;
}

#vrn_contents .tsunagi img {
  display: block;
  width: calc(100vw*(650/890));
  min-width: inherit;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: calc(100vw*(-60/890));
}

#vrn_contents .benefit,
#vrn_contents .fragrance,
#vrn_contents .voc {
  background-color: #fff;
}

#vrn_contents .sec-letro {
  padding-left: calc(100vw*(40/890));
  padding-right: calc(100vw*(40/890));
  padding-bottom: calc(100vw*(100/890));
}

#letro-marker {
  height: calc(100vw*(570/890));
}

#rtb-video {
  display: flex;
  align-items: center;
  width: calc(100vw*(816/890));
  height: calc(100vw*(752/890));
  margin: auto;
  overflow: hidden;
}

#rtb-video video {
  width: 100%;
  transform: translateY(10%);
}

.follow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vw*(210/890));
  padding: calc(100vw*(35/890)) 0;
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  transform: translateY(100%);
  transition: all 0.6s;
}

.follow-btn.is-active {
  transform: translateY(0);
}

.follow-btn a {
  display: block;
  width: calc(100vw*(650/890));
}

.follow-btn img {
  width: 100%;
  max-width: inherit;
  vertical-align: bottom;
}