﻿@charset "UTF-8";

/* 5th Campain CSS */

/* A (more) Modern CSS Reset */
#fifth_cp {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  margin: 0;
  min-height: 100vh;
  line-height: 1.5;
}

#fifth_cp h1, #fifth_cp h2, #fifth_cp h3, #fifth_cp h4, #fifth_cp p, #fifth_cp figure, #fifth_cp blockquote, #fifth_cp dl, #fifth_cp dd {
  margin: 0;
}

#fifth_cp ul[role='list'], #fifth_cp ol[role='list'] {
  list-style: none;
}

#fifth_cp h1, #fifth_cp h2, #fifth_cp h3, #fifth_cp h4, #fifth_cp button, #fifth_cp input, #fifth_cp label {
  line-height: 1.1;
}

#fifth_cp h1, #fifth_cp h2, #fifth_cp h3, #fifth_cp h4 {
  text-wrap: balance;
}

#fifth_cp a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

#fifth_cp img, #fifth_cp picture {
  max-width: 100%;
  display: block;
}

#fifth_cp input, #fifth_cp button, #fifth_cp textarea, #fifth_cp select {
  font: inherit;
}

#fifth_cp textarea:not([rows]) {
  min-height: 10em;
}

/* JS TIME CHANGE */
/* .js-time_limited{
  display: none;
}

.js-time_limited_fire{
  display: block;
} */

/* CONTENTS */
#fifth_cp{}

#fifth_cp .fifth_cp_imgbox{}

#fifth_cp .fifth_cp_read{
  text-align: center;
  margin: 3.5rem 0;
}

#fifth_cp .fifth_cp_read p{
  font-size: 1.2rem;
}

#fifth_cp .fifth_cp_calender{
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  padding: 3rem 0 2rem 0;
  margin: 0 0 4rem 0;
}

#fifth_cp .fifth_cp_calender h4{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.fifth_cp_calender p{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.fifth_cp_today{
  width: fit-content;
  margin: 0 auto;
  padding: 3rem 5rem;
  border: 10px solid #e55845;
}

.fifth_cp_today h4{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.fifth_cp_day_inner{
  width: 100%;
  max-width: 544px;
  margin: 0 auto;
}

.fifth_cp_day_inner .cp_day{
  font-size: 1.4rem;
  text-align: center;
}

.fifth_cp_day_inner .cp_day span{
  font-size: 2.4rem;
  color: #e55845;
}

.fifth_cp_day_inner .cp_caption{
  text-align: center;
  font-size: 1.4rem;
  color: #e55845;
}

.fifth_cp_day_inner .cp_ttl{
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem !important;
  position: relative;
  color: #e55845;
  padding-top: 5px;
}

.cp_selection{
  text-align: center;
  color: #e55845;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1rem !important;
}

.fifth_cp_day_inner .cp_ttl::before,
.fifth_cp_day_inner .cp_ttl::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  font-size: 50px;
  color: #e55845;
}

.fifth_cp_day_inner .cp_ttl::before {
  left: 0px;
  content: '＼';
}

.fifth_cp_day_inner .cp_ttl::after {
  right: 50px;
  content: '／';
}

.fifth_cp_tokuten{
  margin: 5rem 0;
}

.fifth_cp_tokuten h2{
    position: relative;
    display: block;
    height: 60px;
    padding: 0 1rem;
    background-color: #e55845;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin: 0 auto !important;
    line-height: 1.9 !important;
    letter-spacing: 3px;
}

.fifth_cp_tokuten h2::before,
.fifth_cp_tokuten h2::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #e55845 transparent;
    border-style: solid;
    content: '';
}

.fifth_cp_tokuten h2::before {
    left: -15px;
    border-width: 30px 0px 30px 15px;
}

.fifth_cp_tokuten h2::after {
    right: -15px;
    border-width: 30px 15px 30px 0px;
}

.fifth_cp_tokuten h3{
    position: relative;
    display: block;
    padding: 0 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    width: 90%;
    color: #e55845;
    margin: 1.5rem auto !important;
    line-height: 1.9 !important;
}

.fifth_cp_tokuten h3::before,
.fifth_cp_tokuten h3::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    color: #e55845;
}

.fifth_cp_tokuten h3::before {
  content: '＼';
}

.fifth_cp_tokuten h3::after {
  content: '／';
}


.fifth_cp_tokuten_01 h3::before {
  left: 120px;
}

.fifth_cp_tokuten_01 h3::after {
  right: 160px;
}

.fifth_cp_tokuten_02 h3::before {
  left: 150px;
}

.fifth_cp_tokuten_02 h3::after {
  right: 190px;
}

.fifth_cp_tokuten_03 h3::before {
  left: 130px;
}

.fifth_cp_tokuten_03 h3::after {
  right: 170px;
}

.fifth_cp_tokuten h4{
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.fifth_cp_tokuten p{
  text-align: center;
}

.fifth_cp_tokuten_01_read{
  margin-bottom: 3rem;
}

.fifth_cp_tokuten .fifth_cp_tokuten_01_read p{
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem !important;
  line-height: 1.8;
}

.fifth_cp_tokuten_01_read a{
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 360px;
}

.fifth_cp_tokuten_01_read a img{
  width: 100%;
}

.fifth_cp_itemlist{
  padding: 2rem 0 1rem 0;
}

.fifth_cp_itemlist h5{
  /* text-align: center; */
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0.5rem;
}

.fifth_cp_itemlist h5 span{
  background: red;
  font-size: 1.3rem;
  color: #FFF;
  padding: 0.2rem 0.6rem;
  margin-left: 1rem;
}

.fifth_cp_itemlist_inner{
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-evenly;
}

.fifth_cp_itemlist_inner dl{
  max-width: 240px;
  text-align: center;
}

.fifth_cp_itemlist_inner dl dd{
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.6rem !important;
}

.product-classification{
  font-weight: normal;
}

#day4_itemlist .fifth_cp_itemlist_inner dl{
  max-width: 220px;
}

.fifth_cp_text_area{
 margin: 2rem 2.5rem;
}

.fifth_cp_text_area dl dt{
  font-size: 0.8rem;
}

.fifth_cp_text_area dl dd{
  font-size: 0.8rem;
  margin-left: 0.8rem !important;
  margin-bottom: 0.5rem !important;
}

.fifth_cp_tokuten_03_inner{
  margin: 2rem 0;
}

.fifth_cp_tokuten_03_inner_a,
.fifth_cp_tokuten_03_inner_b{
  width: 45%;
  background: #fffcdd;
}

#fifth_cp .fifth_cp_tokuten_02_read h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#fifth_cp .fifth_cp_tokuten_02_read p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

#fifth_cp .fifth_cp_tokuten_02_read p:last-child {
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 1rem;
}

#fifth_cp .fifth_cp_tokuten_03_read h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#fifth_cp .fifth_cp_tokuten_03_read p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

#fifth_cp .fifth_cp_tokuten_03_read p:first-child {
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 1rem;
}

#fifth_cp .fifth_cp_tokuten_03_read p:last-child {
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 1rem;
}

.page-title{
  display: none;
}

.pane-contents{
  padding-bottom: 0 !important;
}

/* CONTENTS SP */
@media screen and (max-width: 767px) {

  #fifth_cp .fifth_cp_read {
    text-align: center;
    margin: 1.5rem 0;
  }

  #fifth_cp .fifth_cp_read p {
    font-size: 1.0rem;
  }

  #fifth_cp .fifth_cp_calender {
    padding: 2rem 0 2rem 0;
    margin: 0 0 3rem 0;
  }

  #fifth_cp .fifth_cp_calender h4 {
    font-size: 1.4rem;
  }

  .fifth_cp_calender p {
    font-size: 1.4rem;
  }

  .fifth_cp_today {
    padding: 1.5rem 1rem;
  }

  .fifth_cp_day_inner .cp_ttl {
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .fifth_cp_day_inner .cp_ttl::before {
    top: 20px;
  }

  .fifth_cp_day_inner .cp_ttl::after {
    top: 20px;
  }

  .cp_selection {
    font-size: 0.9rem;
  }

  .fifth_cp_tokuten {
    margin: 3rem 0;
  }

  .fifth_cp_tokuten h2 {
    font-size: 1.6rem;
    line-height: 2.4 !important;
  }

  .fifth_cp_tokuten h3 {
    font-size: 1.4rem;
    line-height: 1.4 !important;
  }

  .fifth_cp_tokuten h3::before{
    left: -15px !important;
    top: 20px;
  }
  .fifth_cp_tokuten h3::after {
    right: 10px !important;
    top: 20px;
  }

  .fifth_cp_tokuten .fifth_cp_tokuten_01_read p {
    font-size: 1.0rem;
  }

  .fifth_cp_itemlist {
    padding: 3rem 0 0 0;
  }

  .fifth_cp_itemlist h5 {
    font-size: 1.3rem;
    margin-left: 0;
  }

  .fifth_cp_itemlist h5 span {
    font-size: 1.2rem;
    margin-left: 0.8rem;
  }

  .fifth_cp_itemlist_inner {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .fifth_cp_itemlist_inner dl {
    max-width: none;
    width: 48%;
    margin-bottom: 1rem !important;
  }

  .fifth_cp_itemlist_inner dl dd {
    font-size: 1.1rem;
  }

  .fifth_cp_text_area{
    margin: 1rem 0 0 0;
  }

  #fifth_cp .fifth_cp_tokuten_02_read h4 {
    font-size: 1.4rem;
  }

  #fifth_cp .fifth_cp_tokuten_02_read p {
    font-size: 1.4rem;
  }

  #fifth_cp .fifth_cp_tokuten_03_read h4 {
    font-size: 1.4rem;
  }

  #fifth_cp .fifth_cp_tokuten_03_read p {
    font-size: 1.4rem;
  }

  #fifth_cp .fifth_cp_tokuten_02_read p:last-child {
    font-size: 0.9rem;
    text-align: left;
  }

  #fifth_cp .fifth_cp_tokuten_03_read p:first-child {
    font-size: 1.0rem;
  }

  #fifth_cp .fifth_cp_tokuten_03_read p:last-child {
    font-size: 0.9rem;
    text-align: left;
  }

}
