@charset "UTF-8";

* {
  outline: none;
}

.c5-pc {
  /* display: block; */
}

.c5-sp {
  display: none;
}

.s5-table .c5-pc:first-child{
  display: table-row !important;
}

.c5-bg .s5-inStoreExhibition .s5-inStoreExhibition__inner .s5-inStoreExhibition__table .s5-inStoreExhibition__imgCol img {
  max-width: auto !important;
  width: 100% !important;
}

/* ==========================================================================
   c5-iconFaqleft [FAQ用]
   ========================================================================== */
.c5-iconFaqleft {
  padding: 0 0 0 30px;
}
.c5-iconFaqleft:before {
  float: left;
  margin: 0 0 0 -30px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 100%;
}
.c5-iconFaqleft.c5-iconFaqleft--Question:before {
  content: 'Q';
  color: #f26b88;
}
.c5-iconFaqleft.c5-iconFaqleft--Answer:before {
  content: 'A';
  color: #55acee;
}

.c5-faqContainer dl dt {
  margin-top: 40px;
  padding-bottom: 8px;
  border-bottom: 1px #D6D6D6 solid;
}
.c5-faqContainer dl dd {
  margin: 15px 0 20px 0;
}

/*170829_追加*/
.c5-fw--700{
    font-weight: 700;
}
.c5-border--top{
    border-top: 1px solid;
}
.c5-border--color__gray{
    border-color: #ccc;
}
.show{
  display: block!important;
}
.c5-tabListContent{
  display: none;
}
.c5-categoryList__cellCamp{
  cursor: pointer;
  position: relative;
}
.c5-categoryList__cellCamp::after{
  content: "";
   position: absolute;
   width: 30px;
   top:50%;
   right: 20px;
   height: 30px;
   margin-top: -15px;
   background: url(../images/acc_open.png);
   background-size: cover;
}

.c5-categoryList__cellCamp.ac::after {
    content: "";
   position: absolute;
   width: 30px;
   top:50%;
   right: 20px;
   height: 30px;
   margin-top: -15px;
   background: url(../images/acc_close.png);
   background-size: cover;
}
@media screen and (max-width: 639px) {
  .c5-categoryList__cellCamp::after{
     top:20%;
   }
   .c5-categoryList__cellCamp.ac::after {
     top:20%;
  }
}


/*200316_追加*/
.s5-PDBmainArea {
  padding: 0 0 5px;
}
.c5-MvBand {
  background-color: #ee7d75;
  padding: 15px;
}

.c5-MvBand .s5-heading3 {
  font-size: 24px;
  font-weight: normal;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .c5-MvBand .s5-heading3 {
    font-size: 20px;
  }
}
.c5-MvBand p {
  margin: 0;
  color: #ffffff;
}
.c5-MvBand p,.c5-MvBand .c5-MvBand_Link {
  display: inline-block;
}
.c5-MvBand .c5-MvBand_Link {
  padding: 5px 15px;
  background: #ffffff;
  border-radius: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .c5-MvBand .c5-MvBand_Link {
    margin: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .c5-MvBand .c5-MvBand_Link {
    font-size: 3vw;
  }
}
.c5-MvBand .c5-MvBand_Link:hover {
  text-decoration: none;
  background-color:rgba(255,255,255,0.8);
}
.c5-MvBand .c5-MvBand_Link:before {
  content: "\25BC";
  font-size: 12px;
  margin: 0 .6em .05em 0;
}
@media screen and (max-width: 639px) {
  .c5-MvBand .c5-MvBand_Link:before {
    font-size: 11px;
    margin: 0 .3em .05em 0;
  }
}

.c5-Note {
  display: block;
  border: solid 2px #c93434;
  padding: 20px;
  widows: 100%;
  margin: auto;
}


.c5-tabListTitle {
  font-size: 38px;
  font-weight: normal;
}
@media screen and (max-width: 639px) {
  .c5-tabListTitle {
    font-size: 4.8vw;
  }
}

.c5-tabList {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.c5-tab {
  background-color: #a1b5d7;
  color: #ffffff;
  width: 50%;
  padding: 28px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
}
.c5-categoryList__cellCampBox{
  display: none;
}
@media screen and (max-width: 414px) {
  .c5-tab {
    width: 33.4%;
  }
}
@media screen and (max-width: 375px) {
  .c5-tab {
    width: 31.5%;
  }
}
@media screen and (max-width: 360px) {
  .c5-tab {
    width: 30.6%;
  }
}
@media screen and (max-width: 320px) {
  .c5-tab {
    width: 27.9%;
  }
}
.c5-tab.active {
  background-color: #14469b;
}
.c5-tab:first-child {
  margin-right: 4px;
}
.c5-tab img {
  width: 160px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .c5-tab img {
    max-width: 100%;
  }
}
.c5-tab .c5-tabTxt {
  display: inline-block;
  font-size: 24px;
  margin: 0;
  padding: 20px;
}
@media screen and (max-width: 639px) {
  .c5-tab .c5-tabTxt {
    font-size: 3.8vw;
    padding: 20px 0;
  }
}
@media screen and (max-width: 639px) {
  .c5-tab .c5-tabTxt span {
    display: block;
  }
}

.c5-tabListContentInner, .c5-tabListContentFlexbox {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.c5-bg--orange{
      background-color: #f7f1ec;
}
.c5-bg--blue{
      background-color: #ecf0f7;
}
.c5-tabListContentInner .c5-tabListContent .c5-tabListContentTitle {
  font-size: 34px;
  margin: 0 0 10px;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentInner .c5-tabListContent .c5-tabListContentTitle{
    font-size: 6vw;
  }
}
.c5-tabListContentInner .c5-tabListContent .c5-tabListContentTxt {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentInner .c5-tabListContent .c5-tabListContentTxt {
    font-size: 3vw;
  }
}
.c5-tabListContentInner .c5-tabListContent .c5-tabListContentTitle,
.c5-tabListContentInner .c5-tabListContent .c5-tabListContentTxt,
.c5-tabListContentFlexbox .c5-tabListContentFlexInner p,
.c5-tabListContentFlexbox .c5-tabListContentFlexInner p .s5-small1 {
  color: #14469b;
}
.c5-tabListContentFlexbox {
  display: flex;
  justify-content: center;
}
.c5-tabListContentFlexbox .c5-tabListContentFlexInner {
  width: 100%;
  max-width: 312px;
  position: relative;
  padding: 0 25px;
}
.c5-tabListContentFlexbox .c5-tabListContentFlexInner:nth-child(3) {
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  .c5-tabListContentFlexbox .c5-tabListContentFlexInner {
      padding: 0 25px;
    }
}
@media screen and (max-width: 639px) {
  .c5-tabListContentFlexbox .c5-tabListContentFlexInner {
    padding: 0 10px;
  }
}
.c5-tabListContentFlexbox .c5-tabListContentFlexInner:after {
  content: "";
  border-left: 2px solid #14469b;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.c5-tabListContentFlexbox .c5-tabListContentFlexInner:first-child:after {
  border-left: none;
  margin-left: 0;
}
.c5-tabListContentFlexbox .c5-tabListContentFlexInner img {
  max-width: 100%;
}
.c5-tabListContentFlexbox .c5-tabListContentFlexInner p {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentFlexbox .c5-tabListContentFlexInner p {
    font-size: 2.8vw;
  }
}
.c5-tabListContentFlexbox .c5-tabListContentFlexInner .s5-small1 {
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentFlexbox .c5-tabListContentFlexInner .s5-small1 {
    font-size: 2vw;
  }
}
.c5-ContentBand {
  padding: 6px 30px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: bold;
  display: initial;
}
@media screen and (max-width: 1000px) {
  .c5-ContentBand  {
    margin: 10px 50px;
    padding: 10px 22px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .c5-ContentBand  {
    margin: 10px 10px;
  }
}
.c5-tabListContentLink {
  display: block;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentLink .s5-button {
    font-size: 2vw;
  }
}
.c5-tabListContentLink .s5-p3 {
  margin: 12px 0 0 0;
}

.c5-tabListContentLink a.c5-link:before {
  color: #14469b;
}
.c5-tabListContentStoreBand {
  background: #14469b;
  color: #ffffff;
  margin: 0;
  padding: 12px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentStoreBand  {
    font-size: 3.8vw
  }
}
.c5-tabListContentStore {
  border: 2px solid #14469b;
  margin: 68px 50px 60px;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentStore  {
    margin: 50px 15px 60px;
  }
}
.c5-tabListContentStore .s5-shopList {
  margin: 0;
  padding: 30px 12px 20px;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentStore .s5-shopList  {
    padding: 30px 10px 10px;
  }
}
.c5-tabListContentStore .s5-shopList .s5-shopListItem5 .s5-shopListItem5__text {
  text-align: left;
}

.c5-categoryList .c5-categoryList__cell .c5-categoryList__cellTxt {
  display: inline-block;
  float: left;
  margin: 0 0 1.0em;
}
.c5-categoryList .c5-categoryList__cell .c5-categoryList__cellTxt img {
  width: 158px;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .c5-categoryList .c5-categoryList__cell .c5-categoryList__cellTxt img {
    width: 128px;
  }
}
.c5-categoryList .c5-categoryList__cell .c5-categoryList__cellTxt .s5-header2__heading {
  display: inline-block;
  margin: -4px;
  padding: 34px 50px 6px;
  font-size: 28px;
}
@media screen and (max-width: 639px) {
  .c5-categoryList .c5-categoryList__cell .c5-categoryList__cellTxt .s5-header2__heading  {
    padding: 34px 4px 6px;
    font-size: 4vw;
  }
}
.c5-categoryList .c5-categoryList__cell .c5-categoryList__cellTxt .s5-header2__heading .c5-categoryList__cellTxtSub {
  display: block;
  padding: 6px 0;
  font-size: 17px;
}
span.s5-label {
  padding: 5px 5px 4px;
  font-size: 13px;
  font-weight: normal;
  border-color: #ca5e2e !important;
  background-color: #ca5e2e !important;
}
@media screen and (max-width: 639px) {
  span.s5-label {
    font-size: 2vw;
  }
}
span.c5-label--Blue {
  border-color: #5874ee !important;
  background-color: #5874ee !important;
}
.c5-categoryList .c5-categoryList__cell .c5-LinkList {
  display: inline-block;
  float: right;
  margin: 1.5em 1.5em 1.5em 0;
}
.c5-categoryList .c5-categoryList__cell .c5-LinkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c5-categoryList .c5-categoryList__cell .c5-LinkList ul li {
  padding: 5px 0;
}
.c5-categoryList .c5-categoryList__cell .c5-LinkList ul li a {
  width: 311px;
}

.c5-categoryList .c5-categoryList__cell .c5-categoryList__cellCampAc {
  clear: both;
}
.c5-categoryList .c5-categoryList__cell .c5-categoryList__cellCamp {
  background-color: #fce5e3;
}
.c5-categoryList__cellCampTitle, .c5-categoryList__cellCampTxt {
  display: inline-block;
  vertical-align: middle;
}
.c5-categoryList__cellCampTitle {
  background-color: #ee7d75;
  color: #ffffff;
  margin: 0;
  padding: 8px 34px;
  font-size: 22px;
}
@media screen and (max-width: 1000px) {
  .c5-categoryList__cellCampTitle {
    font-size: 18px;
    padding: 8px 16px;
  }
}
.c5-categoryList__cellCampTitle2 {
  padding: 32px 30px;
}
@media screen and (max-width: 639px) {
  .c5-categoryList__cellCampTitle {
    padding: 35px 10px;
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 414px) {
  .c5-categoryList__cellCampTitle {
    display: block;
    padding: 10px 30px;
    text-align: center;
  }
}
.c5--colorCategoryRed {
  color: #ee7d75;
}
.c5--colorCategoryBlack {
  color: #000000;
  margin-top: 16px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c5-categoryList__cellCampPbr {
    display: block;
  }
  .c5-categoryList__cellCampPbr1 {
    margin-left: 9.35em;
  }
  .c5-categoryList__cellCampPbr2 {
    margin-left: 8.75em;
  }
}
@media screen and (max-width: 360px) {
  .c5-categoryList__cellCampPbr1 {
    display: inline-block;
  }
}
@media screen and (max-width: 320px) {
  .c5-categoryList__cellCampPbr1 {
    margin-left: 0;
  }
  .c5-categoryList__cellCampPbr2 {
    margin-left: 0;
  }
}
.c5--colorCategoryBorderRed {
  border-top: 1px solid #ee7d75;
  padding-top: 32px;
}
.c5-categoryList__cellCampTxt {
  padding: 12px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .c5-categoryList__cellCampTxt {
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  .c5-categoryList__cellCampTxt {
      padding: 10px 5px;
      margin-left: 0.5em;
      font-size: 3.6vw;
  }
}
@media screen and (max-width: 414px) {
  .c5-categoryList__cellCampTxt {
    padding: 10px 8px;
  }
}
.c5--CategoryIndent {
  margin-left: -1em;
}
.c5--CategoryIndent2 {
  margin-left: -0.6em;
}
.c5-categoryList__cellCampInner {
  background-color: #fdf2f1;
  padding: 34px 30px 24px;
}
.c5-categoryList__cellCampInner table {
  text-align: left;
}
.c5-categoryList__cellCampInner h4 {
  /* font-size: 30px; */
  margin: 0;
}
@media screen and (max-width: 639px) {
  .c5-categoryList__cellCampInner h4{
    font-size: 4vw;
  }
}
.c5-categoryList__cellCampInner .s5-p2 {
  margin: 10px 0 0;
  font-size: 16px;
  margin-top: 2px;
}
@media screen and (max-width: 360px) {
  .c5-categoryList__cellCampInner .s5-p2 .c5-pc {
    display: block;
  }
}
.c5-categoryList__cellProductlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c5-categoryList__cellCampCtnBox {
  margin: 0 0 26px;
}
.c5-categoryList__cellCampCtnBox2 {
  margin: 0 0 10px;
}
.c5-categoryList__cellCampTerm {
  margin-top: 32px;
  font-size: 20px;
}
.c5-categoryList__cellCampTerm .s5-p1 {
  font-size: 20px;
}

.c5-categoryList__cellCampAc .c5-Rmp {
  padding-left: 204px;
}

.c5-categoryList__cellCampAc .c5-Rmp strong {
  margin: 0 15px 10px 0;
}

.c5-categoryList__cellCampAc .c5-Rmp .c5-RmpBr {
  display: none;
}

.c5-fw--nm{
    font-weight: normal;
}

.c5-margin0 {
  margin: 0;
}

.slider a{
  display: block;
  text-decoration: none;
  margin: 0 5px 0 5px;
}

.categoryList {
  border: 1px solid #969696;
  border-top: 0;
}
.categoryList:after {
  content: "";
  position: relative;
  left: 50%;
  right: 50%;
  top: 8px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-top: 8px solid #c8c8c8;
}
.categoryList__item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.campaign-txt{
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #ee7d75;
  margin: 0;
  padding: 5px;
  border: 1px solid #969696;
  border-bottom: 0;
}
.categoryList__item img {
  width: 78px;
}
@media screen and (max-width: 930px) {
  .categoryList__item img {
    width: 8vw;
  }
}
@media screen and (max-width: 766px) {
  .categoryList__item img {
    width: 55px;
  }
}

.categoryList__item p:last-child{
  margin: 0 5px 5px 5px;
}

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 999;
}
.prev-arrow{
  left: 12px;
  width: 28px;
  height: 33px;
  background: url(../images/arrow_pr.png);
  background-size: cover;
}
.next-arrow{
  right: 12px;
  width: 28px;
  height: 33px;
  background: url(../images/arrow_ne.png);
  background-size: cover;
}

.campaign-dis{
  background-color: #ffffff !important;
}

#c5-shitadori{
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.c5-through {
  text-decoration: line-through;
}

.c5-link-txtsize {
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .c5-link-txtsize {
    font-size: 12px;
  }
}


.slider .slick-list {
  padding: 0 11% 0 0!important;
}
@media screen and (max-width: 480px) {
  .slider .slick-list {
    padding: 0 21% 0 0!important;
  }
}


.c5-online-button {
  font-size: 16px;
  padding: 12px 15%;
}
@media screen and (max-width: 450px) {
  .c5-online-button {
    padding: 8px 18px;
  }
}

.c5-tabListContentLink .c5-online-button2 {
  font-size: 16px;
  width: 615px;
      background-color: #2d75c7;
      color: #fff;
}
@media screen and (max-width: 639px) {
  .c5-tabListContentLink .c5-online-button2 {
    width: 100%;
  }
}

.c5-tab.c5-tab-online {
  background-color: #e3c5b5;
}
.c5-tab.c5-tab-online.active {
  background-color: #ea5503;
}

.c5-tabListContentInner.show-online, .c5-tabListContentFlexbox.show-online {
  background-color: #f7f1ed;
}

.c5-button {
  background-color: #ea5503;
  padding: 20px 10px;
  margin: 10px 0 20px 0;
  border-radius: 10px;
  color: #fff !important;
  letter-spacing: 4px;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  max-width: 600px;
}
.c5-button:hover {
  background-color: #e39970;
}
@media screen and (max-width: 639px) {
  .c5-button {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 377px) {
  .c5-button {
    padding: 15px 5px;
    margin: 10px 0 10px 0;
    font-size: 16px;
  }
}
.c5-p1{
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .c5-p1 {
      font-size: .85714rem;
  }
}
.c5-row{
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-row__col3{
  width: 33.333%;
  display: table-cell;
  vertical-align: top;
}
.c5-row__col3 img{
  max-width: 100%;
}