#camtowel .inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

[data-browse-mode="P"] .sp_only{
  display: none;
}


[data-browse-mode="S"] #camtowel .inner{
  padding: 0 10px;
}

#camtowel .bold{
  font-weight: bold;
}

.summary-list .summary-date-caption {
  color: #DF1010;
  line-height: 1.8;
}

.txt_em-bold {
  font-weight: bold;
}

.mv{
  width: 100%;
}

[data-browse-mode="S"] #camtowel .mv .inner{
  padding: 0;
}

.mv .caution{
  margin-top: 8px;
  font-size: 14px;
  text-align: right;
}

[data-browse-mode="S"]  .mv .caution{
  font-size: 12px;
}

.mv .lead{
  margin-top: 20px;
}

.mv .lead p{
  color: #C39C61;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

[data-browse-mode="S"] .mv .lead p{
  font-size: 17px;
  line-height: 1.6;
}

.present {
  margin-top: 45px;
}

.present .inner{
  position: relative;
  padding: 60px 50px 60px 60px;
  background-color: rgba(204, 183, 166, 0.4);
}

[data-browse-mode="S"] #camtowel .present .inner{
  padding: 40px 20px;
}

.present .inner:before{
  content: '';
  width: calc(500 / 1000 * 100%);
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

[data-browse-mode="S"] #camtowel .present .inner:before{
  width: calc(350 / 750 * 100%);
}

.present .content{
  display: flex;
  justify-content: space-between;
  position: relative;
}

[data-browse-mode="S"] .present .content{
  flex-direction: column;
}

.present .content .detail,
.present .content .img{
  width: 50%;
}

[data-browse-mode="S"] .present .content .detail,
[data-browse-mode="S"] .present .content .img{
  width: 100%;
}

.present .content .detail{
  flex-shrink: 0;
}

.present .content .card{
  width: 399px;
  padding: 28px 40px 34px 40px;
  background-color: #fff;
  font-size: 20px;
}

[data-browse-mode="S"] .present .content .card{
  width: 282px;
  padding: 20px 37px 22px 28px;
}

.present .content .card + .card{
  margin-top: 30px;
  margin-left: 40px;
}

[data-browse-mode="S"] .present .content .card + .card{
  margin-left: auto;
}

.present .content .card .text{
  line-height: 2;
}

[data-browse-mode="S"] .present .content .card .text{
  font-size: 14px;
}

.present .content .card .text span{
  padding-bottom: 6px;
  background: linear-gradient(to right, #C39C61 0%, #C39C61 50%, #fff 50%, #fff 100%) repeat-x left bottom;
  background-size: 15px 1px;
}

.present .content .img{
  max-width: 420px;
}

[data-browse-mode="S"] .present .content .img{
  padding: 40px 12px 0;
}

.campagin-detail{
  margin-top: 58px;
}

.table-title{
  padding: 12px;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.07em;
  background-color: #CCDDE5;
  border: none;
}

[data-browse-mode="P"] .summary-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-bottom: none;
}

[data-browse-mode="P"] .summary-list:last-child {
  border-bottom: 1px solid #ddd;
}

[data-browse-mode="P"] .summary-list dt {
  width: 20%;
  padding: 18px 20px;
  background: #f7f5f6;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  border-right: 1px solid #ddd;
}

[data-browse-mode="P"] .summary-list dd {
  width: 80%;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 2;
  color: #222;
}

[data-browse-mode="P"] .summary-list-bullet li {
  list-style: disc;
  margin: 0 0 10px 18px;
}

[data-browse-mode="P"] .summary-list-bullet li::marker {
  font-size: 10px;
}

[data-browse-mode="P"] .summary-list-bullet li:last-child {
  margin-bottom: 0;
}

[data-browse-mode="P"] .summary-list-bullet li a {
  font-weight: bold;
  color: #DF1010;
  text-decoration: underline;
}

[data-browse-mode="P"] .summary-list-bullet li a:hover {
  text-decoration: none;
}

[data-browse-mode="S"] .summary-list dt {
  /*margin-bottom: 10px;*/
  padding: 13px 10px;
  background: #f7f5f6;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #212121;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

[data-browse-mode="S"] .summary-list dd {
  padding: 18px 23px;
  font-size: 14px;
  line-height: 1.8;
  color: #212121;
  margin: 0 0 20px;
  border: 1px solid #dcdcdc;
}

[data-browse-mode="S"] .summary-list-bullet li {
  list-style: disc;
  margin: 0 0 10px 15px;
}

[data-browse-mode="S"] .summary-list-bullet li a {
  font-weight: bold;
  color: #cc3302;
  text-decoration: underline;
}

.category{
  margin-top: 60px;
}

.section-title{
  margin-bottom: 0;
  font-size: 30px;
  text-align: center;
  border: none;
}

.category-content{
  margin-top: 22px;
}

.category-content .list{
  display: flex;
  flex-wrap: wrap;
  margin:-25px 0 0 -25px;
}

[data-browse-mode="S"] .category-content .list{
  margin: -15px 0 0 -15px;
}

.category-content .list .item{
  width: calc(100% / 3 - 25px);
  height: 80px;
  margin: 25px 0 0 25px;
  background-color: #EBE2DB;
  border-radius: 16px;
  position: relative;
  font-size: 22px;
  line-height: 1.2;
  box-shadow: 10px 10px 0px 0px rgba(163, 163, 163, 0.16);
}

[data-browse-mode="S"] .category-content .list .item{
  width: calc(100% / 2 - 15px);
  height: 50px;
  margin: 15px 0 0 15px;
  border-radius: 8px;
  font-size: 12px;
  box-shadow: 5px 5px 0px 0px rgba(163, 163, 163, 0.16);
}

.category-content .list .item a{
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

[data-browse-mode="S"] .category-content .list .item a{
  padding: 17px;
}

.category-content .list .item::before{
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 14px;
  position: absolute;
  top: 5px;
  left: 5px;
}

[data-browse-mode="S"] .category-content .list .item::before{
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 7px;
  border: 2 solid #fff;
  top: 2px;
  left: 2px;
}

.category-content .list .item::after{
  content: '';
  width: 6px;
  height: 13px;
  display: block;
  background-image: url(/img/usr/event/camtowel/icon_arrow_right.png);
  background-size: 6px 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.product-title{
  margin-top: 75px;
  font-size: 30px;
  text-align: center;
  border-bottom: none;
}

[data-browse-mode="S"] .product-title{
  margin-top: 60px;
}

.product-title span{
  position: relative;
  display: inline-block;
}

.product-title span:after,
.product-title span:before{
  content: '';
  width: 1px;
  height: 40px;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 5px;
}

.product-title span:before{
  left: -20px;
  transform: rotate(-40deg);
}

.product-title span:after{
  right: -20px;
  transform: rotate(40deg);
}




