@charset "UTF-8";

* {
  outline: none;
}

.c5-pc {
  display: block;
}

.c5-sp {
  display: none;
}

.c5-bg .s5-inStoreExhibition .s5-inStoreExhibition__inner .s5-inStoreExhibition__table .s5-inStoreExhibition__imgCol img {
  max-width: auto !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .c5-pc {
    display: none;
  }

  .c5-sp {
    display: block;
  }
}

/* ==========================================================================
   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;
}


/*予告*/
/* .c5-notice{
  padding:24px 30px 20px;
  margin: 20px 0 30px;
  background-color: #fff0d5;
}
.c5-notice .c5-notice__icon{
  font-weight: 700;
  display: inline-block;
  padding: 3px 10px 2px;
  margin-right:10px;
  background: #504d56;
  color: #fff;
  font-size: 1rem;
}
.c5-notice__iconShop,.c5-notice__iconOnline{
  font-weight: 700;
  display: inline-block;
  padding: 3px 6px 2px;
  margin-left: 5px;
  background: #4572ed;
  color: #fff;
  font-size: 0.8rem;
  vertical-align: middle;
}

.c5-notice__iconOnline{
  background: #ffa500;
}

.c5-general--mt0{
  margin-top: 0 !important;
}

@media screen and (max-width: 639px) {
  .c5-notice{
    padding:10px;
  }
}

.c5-bg--white{
  margin-top: 10px;
  padding: 5px;
  margin: 0px 15px;
  border: solid orange 2px;
  background-color: #fff;
  color: orange;
}


a.c5-link{
  color: orange;
} */



/*予告*/

/*170322_追加*/
/* .c5-imgWidth--100{
  width: 100%;
  max-width: 460px;
}
.c5-blockborder {
    border: 10px #f3f4f6 solid;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}
.c5-label--parent{
	overflow: hidden;
}
.c5-label--right{
	float: right;
}
.c5-label--left{
	float: left;
}
.c5-lists dt{
	float: left;
}
.c5-lists dd{
	margin: 0 0 0 100px;
	padding-left:1em;
	text-indent:-1em;
}
.c5-lists dd a{
	padding-left:1em;
	text-indent:-1em;
}
@media screen and (max-width: 639px){
	.c5-lists dt{
	float: none;
	}
	.c5-lists dd{
	margin: 0;
	padding-left:0;
	text-indent:0;
	line-height: 1.4;
	}
} */
/*170322_追加*/
/* @media screen and (max-width: 780px){
  .c5-general--mt0sp{
    margin-top:0 !important;
  }
} */

/*170614_追加*/
/* .c5-bg{
  background-color: #f3f4f6;
    padding: 0 20px !important;
}
.c5-bggray{
  background-color: #f3f4f6;
  padding: 20px 42px;
}
@media screen and (max-width: 1270px){
  .c5-imgWidth--100 {
      width: 100%;
      max-width: 540px;
  }
}
@media screen and (max-width: 1270px){
  .c5-bggray{
    padding: 20px 0px !important;
  }
}
@media screen and (max-width: 639px){
  .c5-bg{
    padding: 0 !important;
  }
  .c5-bggray{
    padding: 0px !important;
  }
  .c5-bggray .s5-inStoreExhibition__textCol {
    padding-top: 20px;
  }
  .c5-bggray .s5-inStoreExhibition__table {
    display: block !important;
  }
  .c5-bggray .s5-inStoreExhibition__table .s5-inStoreExhibition__imgCol{
    width: 100% !important;
    padding-right: 0px !important;
  }
  .s5-inStoreExhibition .s5-inStoreExhibition__inner .s5-inStoreExhibition__table .s5-inStoreExhibition__textCol{
    width: 100% !important;
    display: block !important;
  }
} */

/*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%;
  }
}
/*171025_追加*/
/* .c5-campaign{
  overflow: hidden;
  margin-bottom: 0;
}
.c5-campaign dt{
  float: left;
}
.c5-campaign dd{
  margin-left: 9rem;
} */

/*180531_追加*/
/* .c5-general--mb0{
  margin-bottom: 0 !important;
} */

/* 180606_追加 */
/* .c5-news{
  padding: 25px;
  margin: 30px 0 30px;
  background-color: #fff;
  border: 1px solid #c93434;
}
@media screen and (max-width: 767px){
  .c5-news{
      margin: 10px 0 30px;
  }
} */

/*180829_追加*/
/* .c5-header--size {
  font-size: 20px;
  font-size: 1.25rem !important;
}
@media screen and (max-width: 767px){
  .c5--mt{
    margin-top: 15px !important;
  }
}



.c5-valign__top{
  margin-bottom: 10px;
}
.c5-valign__top td{
  vertical-align: top;
}


.c5-table__camp{
  margin-bottom: 10px;
}
.c5-table__camp td{
  vertical-align: top;
}
@media screen and (max-width: 639px){
  .c5-table__camp{
    width: 100%;
  }
  .c5-table__camp tr{
    padding-bottom: 10px;
  }
  .c5-table__camp td{
    display: inline-block;
    width: 100%;
  }
  .c5-notice .c5-notice__iconBox .s5--alignRight{
    text-align: left !important;
  }
} */

/*190422-23_追加*/
/* .s5-storeItemFullWidth__text_2 .s5-storeItemFullWidth__lead_2 {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
}

.break-word_box p {
    word-wrap: break-word;
    overflow-wrap: break-word;
} */

/*200316_追加*/
.s5-PDBmainArea {
  padding: 0 0 5px;
}

.c5-MvBand {
  background-color: #ee7d75;
  padding: 15px;
}
/* @media screen and (max-width: 1000px) {
  .c5-MvBand {
    padding: 10px;
  }
} */
.c5-MvBand .s5-heading3 {
  font-size: 25px;
  font-weight: normal;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .c5-MvBand .s5-heading3 {
    font-size: 20px;
  }
}
/* @media screen and (max-width: 639px) {
  .c5-MvBand .s5-heading3 {
    font-size: 5.5vw;
  }
} */
.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;
  background-color: #ffffff;
}
.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: inline-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.s5-link {
  font-weight: bold;
  font-size: 14px;
}
.c5-tabListContentLink a.s5-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__cell {
  border-top: 5px dotted #c8c8c8;
}
.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: 294px;
}

.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;
}
@media screen and (max-width: 360px) {
  .c5-categoryList__cellCampInner .s5-p2 .c5-pc {
    display: block;
  }
}
/* .c5-categoryList__cellCampInner .s5-p2:nth-child(2) {
  margin-top: 2px;
} */
.c5-categoryList__cellCampInner .s5-p2 {
  margin-top: 2px;
}
/* .c5-categoryList__cellCampInner .s5-p2:nth-child(3) {
  margin-top: 24px;
}
@media screen and (max-width: 360px) {
  .c5-categoryList__cellCampInner .c5-categoryList__cellCampPsp {
    font-size: .71429rem;
  }
} */
.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: 95px;
}

.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;
}
