@charset "UTF-8";
/*
* font
*
******************************************/
/* cyrillic-ext */
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDrvev4WAjW489CRDHIkJ90.woff2") format("woff2"); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsCGXDOnx9ptx3UTSPTrfsgk.woff2") format("woff2"); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsAZ98xO_Wnt-JIem4AuLGfs.woff2") format("woff2"); unicode-range: U+1F00-1FFF; }
/* greek */
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsE1G989qbVg6RT5ly5jB8V8.woff2") format("woff2"); unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsJ84zb0nVte6liF9gGtpo1Y.woff2") format("woff2"); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsD86pq2NkPzVgw_9lpT6RGI.woff2") format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* common */
.btn.btn-lightGreen { background-color: #1cb3a3; color: #fff; }
.btn.btn-lightGreen.hover { opacity: .7; }

.btn.btn-yellowGreen { background-color: #83c30c; color: #fff; }
.btn.btn-yellowGreen.hover { opacity: .7; }

.btn.btn-blue { background-color: #1ba9e6; color: #fff; }
.btn.btn-blue.hover { opacity: .7; }

.loginMember-number { padding: 4px 20px; border: #1cb3a3 2px solid; color: #1cb3a3; font-size: 1.2rem; cursor: default; }

.btn-innerwhite-sub { display: block; color: #333333; font-size: 1.4rem; }

.btn-goToLogout, .header-loginMember-number { margin-left: 25px; }

.sp-loginMember-number { width: 100%; }

/* header - nav-tab */
.nav-tab { position: relative; bottom: -4px; padding-top: 20px; }

.nav-tabList { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; }

.nav-tabItem { -webkit-box-sizing: border-box; box-sizing: border-box; width: calc((100% - 72px) / 3); height: 74px; margin-right: 24px; }
.nav-tabItem:hover { padding-top: 4px; }

.nav-tabLink { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; width: 100%; height: 100%; padding: 10px 0; border-radius: 6px; border-bottom: 4px solid; color: #fff; text-decoration: none; text-align: center; }
.nav-tabItem:hover .nav-tabLink { border-bottom: none; }
.nav-tabLink:before { content: ""; display: block; position: absolute; }
.nav-tabLink:after { content: ""; display: block; position: absolute; top: -22px; right: -12px; width: 92px; height: 90px; }

.nav-tab .nav-tabLink:hover::after { top: -20px; height: 90px; background-position: bottom center; }

.nav-tabLink.nav-present { border-color: #e63800; background-color: #ff7c00; }
.nav-tabLink.nav-present:before { left: 1px; bottom: 6px; width: 77px; height: 78px; background: url(/assets/katene/images/common/nav-present-01.png) no-repeat; background-size: contain; }
.nav-tabLink.nav-present:hover::before { height: 82px; background-position: bottom center; }
.nav-tabLink.nav-present:after { background: url(https://tp-contents.s3.ap-northeast-1.amazonaws.com/static/present-mainimg.png) no-repeat; }

.nav-tabLink.nav-point { border-color: #015437; background-color: #83c30c; }
.nav-tabLink.nav-point:before { left: 7px; bottom: 26px; width: 74px; height: 64px; background: url(/assets/katene/images/common/nav-point-01.png) no-repeat; background-size: contain; }
.nav-tabLink.nav-point:hover::before { height: 68px; background-position: bottom center; }
.nav-tabLink.nav-point:after { background: url(/assets/katene/images/common/balloon-point-01.png) no-repeat; }

.nav-tabLink.nav-enquete { border-color: #3b6b96; background-color: #1ba9e6; }
.nav-tabLink.nav-enquete:before { left: 10px; bottom: 7px; width: 82px; height: 83px; background: url(/assets/katene/images/common/nav-enquete-01.png) no-repeat; background-size: contain; }
.nav-tabLink.nav-enquete:hover::before { height: 87px; background-position: bottom center; }
.nav-tabLink.nav-enquete:after { background: url(/assets/katene/images/common/balloon-enquete-01.png) no-repeat; }

.nav-subTitle { position: relative; display: inline-block; font-size: 14px; font-size: 1.4rem; line-height: 1.0; }
.nav-subTitle:before, .nav-subTitle:after { content: ""; display: block; position: absolute; bottom: 0; width: 11px; height: 17px; }
.nav-subTitle:before { left: -15px; }
.nav-subTitle:after { right: -15px; }

.nav-present .nav-subTitle:before, .nav-present .nav-subTitle:after { background: url(/assets/katene/images/common/icon-nav-01.png) no-repeat; }
.nav-present .nav-subTitle:after { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }

.nav-point .nav-subTitle:before, .nav-point .nav-subTitle:after { background: url(/assets/katene/images/common/icon-nav-02.png) no-repeat; }
.nav-point .nav-subTitle:after { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }

.nav-enquete .nav-subTitle:before, .nav-enquete .nav-subTitle:after { background: url(/assets/katene/images/common/icon-nav-02.png) no-repeat; }
.nav-enquete .nav-subTitle:after { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }

.nav-title { padding-top: 8px; font-size: 22px; font-size: 2.2rem; font-weight: bold; }

@media screen and (max-width: 768px) { .nav-tab { display: none; } }
.pageTopFixed { position: fixed; right: 10px; z-index: 80; }

.pageTopFixed .btn-pageTop { padding: 0; width: 60px; height: 60px; min-width: 0; border-radius: 50%; background-color: #1cb3a3; font-size: 2.4rem; line-height: 60px; text-align: center; text-decoration: none; color: #ffffff; }

.pageTopFixed .btn-pageTop i { margin: 0; }

@media screen and (max-width: 768px) { .pageTopFixed .btn-pageTop { width: 50px; height: 50px; line-height: 50px; } }
/* SP - categoryArea */
.categoryArea { display: none; }

@media screen and (max-width: 768px) { .categoryArea { display: block; padding: 20px 10px; background-color: #fff; }
  .categoryList { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
  .categoryItem { -webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; padding: 5px; }
  .categoryLink { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; width: 100%; height: 100%; padding: 3.125vw 0; border-radius: 6px; border-bottom: 4px solid; color: #fff; text-decoration: none; text-align: center; }
  .categoryLink:before { content: ""; display: block; position: absolute; }
  .category .categoryLink:hover::after { top: -26px; height: 70px; background-position: bottom center; }
  .categoryLink.category-present { border-color: #e63800; background-color: #ff7c00; }
  .categoryLink.category-present:before { left: -0.5625vw;bottom: 4.8125vw;width: 35.84375vw;height: 22.15625vw;background: url(https://tp-contents.s3.ap-northeast-1.amazonaws.com/static/sample-lavbel4.png) no-repeat;background-size: contain; }
  .categoryLink.category-point { border-color: #015437; background-color: #83c30c; }
  .categoryLink.category-point:before { left: -1.71875vw; bottom: 8.4375vw; width: 8.4375vw; height: 8.59375vw; background: url(/assets/katene/images/top/category-point-01.png) no-repeat; background-size: contain; }
  .categoryLink.category-enquete { border-color: #3b6b96; background-color: #1ba9e6; }
  .categoryLink.category-enquete:before { right: -1.71875vw; bottom: 8.4375vw; width: 8.125vw; height: 8.59375vw; background: url(/assets/katene/images/top/category-enquete-01.png) no-repeat; background-size: contain; }
  .categoryLink.category-receipt { border-color: #127268; background-color: #1cb3a3; }
  .categoryLink.category-receipt:before { right: -1.71875vw; bottom: 7.96875vw; width: 8.28125vw; height: 9.375vw; background: url(/assets/katene/images/top/category-receipt-01.png) no-repeat; background-size: contain; }
  .categorySubTitle { position: relative; display: inline-block; font-size: 20px; font-size: 3.125vw; line-height: 1.0; }
  .categorySubTitle:before, .categorySubTitle:after { content: ""; display: block; position: absolute; bottom: -0.46875vw; width: 2.8125vw; height: 4.0625vw; }
  .categorySubTitle:before { left: -3.125vw; }
  .categorySubTitle:after { right: -3.125vw; }
  .category-present .categorySubTitle:before, .category-present .categorySubTitle:after { background: url(/assets/katene/images/top/icon-category-01.png) no-repeat; background-size: contain; }
  .category-present .categorySubTitle:after { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
  .category-point .categorySubTitle:before, .category-point .categorySubTitle:after { background: url(/assets/katene/images/top/icon-category-02.png) no-repeat; background-size: contain; }
  .category-point .categorySubTitle:after { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
  .category-enquete .categorySubTitle:before, .category-enquete .categorySubTitle:after { background: url(/assets/katene/images/top/icon-category-02.png) no-repeat; background-size: contain; }
  .category-enquete .categorySubTitle:after { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
  .category-receipt .categorySubTitle:before, .category-receipt .categorySubTitle:after { background: url(/assets/katene/images/top/icon-category-01.png) no-repeat; background-size: contain; }
  .category-receipt .categorySubTitle:after { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
  .categoryTitle { padding-top: 1.5625vw; font-size: 30px; font-size: 4.6875vw; font-weight: bold; line-height: 1.1; } }
/* side */
.faqSearch .card.card-border .cardTitle { overflow: hidden; }

.faqSearch-link { float: right; }

.faqSearchForm { margin: 25px 0 15px; }

.btn-faqSearchWrap { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; }

input.input-faqSearch { border-radius: 4px 0 0 4px; border-width: 1px 0 1px 1px; background-color: #fff; }

.btn-faqSearch { min-width: initial; padding: 10px; border: none; border-radius: 0 4px 4px 0; font-size: 20px; font-size: 2rem; line-height: 1.0; }

@media screen and (max-width: 768px) { input.input-faqSearch { width: 100%; } }
@media screen and (min-width: 769px) { .side-aboutUs { display: none; }
  .side-receipt { display: none; } }
/* TOP - mv */
.mv-side-link { display: block; }
.mv-side-link.hover { opacity: .7; }

.section-mainVisual img { width: 100%; }

@media screen and (max-width: 768px) { .mv-side { display: none; } }
/* TOP - 各コーナー共通 */
.itemListBlock .itemListBlockTitle .subTitle { display: block; color: #333; font-size: 18px; font-size: 1.8rem; line-height: 1.5; }

.cornerImage { padding: 5px 0 20px; }

.cornerLink { display: block; }
.cornerLink.hover { opacity: .7; }

.cornerHeading { padding: 10px 0 5px; font-size: 18px; font-size: 1.8rem; font-weight: bold; }

.cornerLead { padding: 10px 0; font-size: 16px; font-size: 1.6rem; line-height: 1.6; }

.cornerLeadAttention { padding-left: 1em; font-size: 14px; font-size: 1.4rem; text-indent: -1em; }

@media screen and (max-width: 768px) { .itemListBlock .itemListBlockTitle .subTitle { font-size: 16px; font-size: 1.6rem; } }
@media screen and (max-width: 374px) { .itemListBlock .itemListBlockTitle { font-size: 18px; font-size: 1.8rem; }
  .itemListBlock .itemListBlockTitle .subTitle { font-size: 14px; font-size: 1.4rem; } }
/* TOP - present */
.itemListBlock .itemListItem .itemStatusBlock .itemStatus.itemStatus-close { font-size: 1.4rem; }

.itemListBlock .btn-goToItems { font-size: 16px; font-size: 1.6rem; }

@media screen and (min-width: 769px) { .itemTitleWrap { min-height: 6em; }
  .itemListBlock .itemListItem .itemStatusBlock .itemStatus.itemStatus-close { width: calc(100% - 2px); }
  .itemListBlock .btn-goToItems { max-width: 400px; margin: 20px auto; } }
@media screen and (max-width: 768px) { .itemListBlock .itemListItem .itemStatusBlock .itemStatus.itemStatus-close { padding: 5px 0px; font-size: 1.6rem; }
  .presentArea.itemListBlock .itemList li:nth-child(n+5) { display: none; }
  .itemTitleWrap { min-height: 4.5em; }
  .itemListBlock .itemListItem .itemParamBlock .itemParam { display: block; }
  .presentArea .btn-goToItems { max-width: 400px; width: 100%; padding: 14px 10px; margin: 10px auto; } }
@media screen and (max-width: 480px) { .itemListBlock .itemListItem .itemStatusBlock .itemStatus.itemStatus-close { font-size: 1.4rem; }
  .presentArea .btn-goToItems { font-size: 14px; font-size: 1.4rem; } }
/* TOP - point */
.pointArea { margin-top: 60px; }

.itemListBlock.pointArea .itemListBlockTitle { color: #83c30c; }

.itemListBlock.pointArea .itemListBlockTitle:after { background-color: #83c30c; }

.pointArea .cornerImage { padding-bottom: 25px; }

.pointList { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; }

.pointItem { width: 20%; padding: 15px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.pointLink { display: block; text-decoration: none; }
.pointLink.hover { opacity: .7; }

.pointThumbnailBlock { border: 1px solid #ddd; text-align: center; }

.pointThumbnail { width: 101px; }

.pointTitleWrap { margin: 10px 0 5px; font-size: 1.4rem; line-height: 1.5em; color: #1cb3a3; font-weight: bold; }

.pointTitle { min-height: 3em; }

.pointVendor { font-size: 1.0rem; line-height: 1.4em; color: #666666; font-weight: bold; min-height: 2.8em; margin-top: 0.2em; }

.pointDetail { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #ff7c00; }

.pointDetailTitle { width: 48px; padding: 2px 0; background-color: #ff7c00; color: #fff; font-size: 10px; font-size: 1rem; line-height: 1.2; text-align: center; }

.pointDetailNumber { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 5px; color: #666; font-size: 10px; font-size: 1rem; line-height: 1.0; text-align: right; }

.pointDetailNumber span { padding-right: 3px; color: #d32c25; font-size: 20px; font-size: 2rem; font-family: "Roboto Condensed"; font-weight: bold; }

.pointDetailNumber .yen { font-size: 10px; font-size: 1rem; }

.pointBtnWrap { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 25px; }

.pointBtnWrap .btn { width: calc(50% - 40px); margin: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05); font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 768px) { .pointList { margin: 0 -8px; }
  .pointItem { width: 25%; padding: 12px 8px; }
  .pointItem:nth-child(n+7) { display: none; }
  .pointBtnWrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .pointBtnWrap .btn { max-width: 400px; width: 100%; padding: 14px 10px; margin: 10px 0; } }
@media screen and (max-width: 640px) { .pointItem { width: 33.33333%; } }
@media screen and (max-width: 480px) { .pointItem { width: 50%; }
  .pointDetailNumber span { font-size: 18px; font-size: 1.8rem; }
  .pointBtnWrap .btn { font-size: 14px; font-size: 1.4rem; } }
/* TOP - enquete */
.enqueteArea { margin-top: 60px; }

.itemListBlock.enqueteArea .itemListBlockTitle { color: #1ba9e6; }

.itemListBlock.enqueteArea .itemListBlockTitle:after { background-color: #1ba9e6; }

.enqueteTable { width: 100%; margin-top: 20px; margin-bottom: 15px; }

.enqueteTable tr:not(:first-child) { border-bottom: 1px solid #ddd; }

.enqueteTable tr:first-child { background-color: #fdf5eb; }

.enqueteTable th { padding: 10px; color: #888; font-size: 13px; font-size: 1.3rem; letter-spacing: 0.05em; line-height: 1.0; text-align: left; vertical-align: middle; }

.enqueteTable th:first-child { width: 14%; }

.enqueteTable th:nth-child(2) { width: 12%; }

.enqueteTable th:nth-child(3) { width: 16%; }

.enqueteTable th:last-child { width: 58%; }

.enqueteTable td { padding: 20px 0 20px 10px; letter-spacing: 0.1em; line-height: 1.6; text-align: left; vertical-align: middle; }

.enqueteIdTitle { display: none; }

.enqueteId { color: #888; font-family: "Roboto Condensed"; }

.enqueteDateTitle { display: none; }

.enqueteDate { color: #888; font-family: "Roboto Condensed"; }

.enquetePointTitle { display: none; }

.enquetePoint { color: #ff7c00; font-size: 11px; font-size: 1.1rem; font-weight: bold; line-height: 1.0; }

.enquetePointNum { font-size: 18px; font-size: 1.8rem; font-family: "Roboto Condensed"; }

.enqueteContent { display: inline-block; color: #666; text-decoration: none; }
.enqueteContent.hover { color: #1cb3a3; }

.enqueteStatus { box-sizing: border-box; display: inline-block; width: 100%; padding: 2px; border-radius: 30px; width: 100%; background-color: #888; color: #fff; text-decoration: none; text-align: center; }
.enqueteStatus.hover { opacity: .7; }

.is-unanswered .enqueteStatus { background-color: #1cb3a3; }

.enqueteAttentionWrap { padding: 0 0 0 10px; letter-spacing: 0.11em; }

.enqueteAttention { padding-left: 1em; color: #888; font-size: 12px; font-size: 1.2rem; letter-spacing: 0.11em; text-indent: -1.1em; }

.enqueteAttention a { color: #1cb3a3; text-decoration: none; }
.enqueteAttention a:hover { text-decoration: underline; }

.enqueteBtnWrap { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 50px; padding-bottom: 48px; }

.enqueteBtnWrap .btn { width: calc(50% - 40px); margin: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05); font-size: 16px; font-size: 1.6rem; }

.itemListBlock .btn-goToEnquete { font-size: 16px; font-size: 1.6rem; }

@media screen and (min-width: 769px) { .enqueteTable td:first-child { width: 14%; font-size: 14px; font-size: 1.4rem; }
  .enqueteTable td:nth-child(2) { width: 12%; }
  .enqueteTable td:nth-child(3) { width: 16%; }
  .enqueteTable td:nth-child(4) { width: 46%; padding-right: 10px; font-size: 15px; font-size: 1.5rem; }
  .enqueteTable td:last-child { width: 12%; padding-right: 10px; padding-left: 0; font-size: 12px; font-size: 1.2rem; }
  .itemListBlock .btn-goToEnquete { max-width: 400px; margin: 30px auto; } }
@media screen and (max-width: 768px) { .enqueteTable { border-top: 1px solid #ddd; }
  .enqueteTable tr:first-child { display: none; }
  .enqueteTable td { display: block; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .enqueteTable td:first-child { padding: 20px 0 5px; font-size: 14px; font-size: 1.4rem; line-height: 1.0; }
  .enqueteTable td:nth-child(2) { padding: 5px 0; line-height: 1.0; }
  .enqueteTable td:nth-child(3) { padding: 5px 0; line-height: 1.0; }
  .enqueteTable td:nth-child(4) { padding: 8px 0 5px; font-size: 16px; font-size: 1.6rem; }
  .enqueteTable td:last-child { padding: 10px 0 20px; font-size: 12px; font-size: 1.2rem; text-align: center; }
  .enqueteIdTitle { display: inline-block; font-size: 12px; font-size: 1.2rem; }
  .enqueteId { display: inline-block; padding-left: 1em; font-size: 15px; font-size: 1.5rem; font-weight: bold; }
  .enqueteDateTitle { display: inline-block; font-size: 12px; font-size: 1.2rem; }
  .enqueteDate { display: inline-block; padding-left: 1em; font-size: 15px; font-size: 1.5rem; font-weight: bold; }
  .enquetePointTitle { display: inline-block; font-size: 12px; font-size: 1.2rem; }
  .enquetePointNum { font-size: 15px; font-size: 1.5rem; }
  .enquetePoint { display: inline-block; padding-left: 1em; font-size: 13px; font-size: 1.3rem; }
  .enqueteStatus { max-width: 320px; padding: 8px 5px; }
  .enqueteAttentionWrap { padding-left: 0; }
  .enqueteBtnWrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .enqueteBtnWrap .btn { max-width: 400px; width: 100%; padding: 14px 10px; margin: 10px 0; }
  .enqueteArea .btn-goToEnquete { max-width: 400px; width: 100%; padding: 14px 10px; margin: 20px auto; } }
@media screen and (max-width: 640px) { .enqueteDateTitle { display: inline-block; }
  .enquetePointTitle { display: inline-block; } }
@media screen and (max-width: 480px) { .enqueteBtnWrap .btn { font-size: 14px; font-size: 1.4rem; }
  .enqueteArea .btn-goToEnquete { font-size: 14px; font-size: 1.4rem; } }
/* TOP - receipt */
.receiptArea { padding-bottom: 30px; margin-top: 60px; }

.itemListBlock.receiptArea .itemListBlockTitle { color: #1cb3a3; }

.itemListBlock.receiptArea .itemListBlockTitle:after { background-color: #1cb3a3; }

/* sub - common */
.section-mainVisual { background-color: #fafafa; border-bottom: solid 1px #f0f0f0; }

/* about */
.card-about { padding-top: 30px; text-align: center; }

.about-mainTitle { position: relative; display: inline-block; padding-bottom: 20px; margin-bottom: 30px; }
.about-mainTitle:after { content: ''; display: block; position: absolute; bottom: -52px; right: 110px; width: 58px; height: 96px; background-image: url(/assets/katene/images/common/kateneko-smartphone.png); background-repeat: no-repeat; background-position: 0 0; background-size: contain; }

.card-about .about-mainTitle .btn-goToRegistration { position: absolute; top: 100%; left: 50%; max-width: 270px; width: 100%; margin: 0; -webkit-transform: translateX(-50%) translateY(0); -moz-transform: translateX(-50%) translateY(0); -ms-transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0); }

[data-type="point"] .about-title { background-color: #fffce5; background-image: url(/assets/katene/images/common/bg-pattern-01.gif); background-position: 0 0; background-repeat: repeat; }

[data-type="present"] .about-body { padding: 25px 20px 0; background-color: #fffce5; background-image: url(/assets/katene/images/common/bg-pattern-01.gif); background-position: 0 0; background-repeat: repeat; }

.about-lead { padding: 0 40px; color: #333; font-size: 16px; font-size: 1.6rem; line-height: 1.5; text-align: center; }

.about-lead.mod-enquete { padding: 0; }

.about-list { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 35px 0 25px; }

.about-item:nth-child(odd) { width: 240px; }

.card-about .btn { font-size: 16px; font-size: 1.6rem; }

.about-subSection { position: relative; padding: 30px 20px 35px; }
.about-subSection:first-child { padding-top: 25px; background-color: #e8faff; background-image: url(/assets/katene/images/common/bg-pattern-03.png), url(/assets/katene/images/common/bg-pattern-02.gif); background-position: bottom center,center center; background-repeat: no-repeat,repeat; }
.about-subSection:nth-child(2) { padding-top: 40px; background-color: #fffce5; background-image: url(/assets/katene/images/common/bg-pattern-01.gif); background-position: center center; background-repeat: repeat; }
.about-subSection:nth-child(3) { background-color: #e8faff; background-image: url(/assets/katene/images/common/bg-pattern-04.png), url(/assets/katene/images/common/bg-pattern-02.gif); background-position: top center,center center; background-repeat: no-repeat,repeat; }
.about-subSection.kateneko-necktie:after { content: ''; display: block; position: absolute; top: -100px; right: 25px; width: 94px; height: 128px; background-image: url(/assets/katene/images/common/kateneko-necktie.png); background-repeat: no-repeat; background-position: 0 0; background-size: contain; }
.about-subSection.kateneko-coin:after { content: ''; display: block; position: absolute; top: -73px; left: 40px; width: 135px; height: 121px; background-image: url(/assets/katene/images/common/kateneko-coin.png); background-repeat: no-repeat; background-position: 0 0; background-size: contain; }

.about-img-wrap { padding: 5px 0 30px; }

.aboutBtnWrap { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 25px; }

[data-type="point"] .aboutBtnWrap { padding-bottom: 20px; }

.aboutBtnWrap .btn { width: calc(50% - 40px); margin: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05); font-size: 16px; font-size: 1.6rem; }

.aboutReceiptBnr { display: block; }
.aboutReceiptBnr.hover { opacity: .7; }

@media screen and (min-width: 769px) { .card-about .btn { max-width: 400px; margin: 15px auto; } }
@media screen and (max-width: 768px) { .about-mainTitle { margin-bottom: 60px; }
  .about-lead { padding: 0; }
  .card-about .about-mainTitle .btn-goToRegistration { width: calc(100% - 40px); }
  .aboutBtnWrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .aboutBtnWrap .btn { max-width: 400px; width: 100%; padding: 14px 10px; margin: 10px 0; }
  .card-about .btn { max-width: 400px; width: 100%; padding: 14px 10px; margin: 10px auto; }
  .aboutBtnWrap .btn-goToPresent, .aboutBtnWrap .btn-goToPoint, .aboutBtnWrap .btn-goToEnquete, .aboutBtnWrap .btn-goToReceipt { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .about-mainTitle:after { content: none; }
  .about-subSection.kateneko-necktie:after { content: none; }
  .about-subSection.kateneko-coin:after { content: none; }
  .about-item:nth-child(even) { width: 30px; padding: 0 5px; } }
@media screen and (max-width: 640px) { .about-lead { padding: 0; }
  .about-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 10px 0; }
  .about-item:nth-child(odd) { width: 100%; margin: 10px 0; }
  .about-item:nth-child(odd) img { width: 100%; }
  .about-item:nth-child(even) { -webkit-transform: rotate(90deg); transform: rotate(90deg); } }
@media screen and (max-width: 480px) { .card-about .about-mainTitle .btn-goToRegistration { width: 60%; }
  .card-about .btn { font-size: 14px; font-size: 1.4rem; }
  .aboutBtnWrap .btn { font-size: 14px; font-size: 1.4rem; } }
/* faq */
.faqContentIcon { padding-right: 5px; }

.nav-faqTitle { font-size: 1.6rem; font-weight: bold; color: #1cb3a3; line-height: 1.3; }

.faqContentIndex-item:nth-child(1) { padding-top: 10px; }

.faqContentIndex-item { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px 0 20px 0; border-bottom: #eeeeee 1px solid; }

.nav-faqTitle { width: 180px; }

.faqContentIndex-linkWrap { width: calc(100% - 180px); }

.faqContentIndex-linkWrap .faqContentIndex-linkSubTitle:first-child { padding-top: 0; }

.faqContentIndex-linkSubTitle { line-height: 1; font-size: 1.2rem; color: #ff7000; }

.faqContentIndex-linkSubTitle { padding: 10px 5px 0 0; }

.navFaq .link { display: inline-block; margin-right: 30px; padding: 10px 0 0 0; line-height: 1.0; font-size: 1.2rem; color: #1cb3a3; }

.faqContentIndex-linkArea .link:last-child { margin-right: 0; }

.faqContents-Title { line-height: 1em; padding: 60px 0 20px 0; font-size: 2rem; color: #1cb3a3; }

.faqContents-category { font-size: 1.6rem; color: #ff7000; }

.faq-Content { padding: 10px 20px 30px 20px; }

.faqBlock .faqContentTitle { margin-bottom: 10px; padding-bottom: 10px; border-bottom: #eeeeee 1px solid; color: #666666; }

/* --- sp css --- */
@media screen and (max-width: 768px) { .nav-faqTitle { width: 100%; }
  .faqContentIndex-linkWrap { width: 100%; }
  .faqContentIndex-linkSubTitle { padding: 20px 0 0; }
  .faqContentIndex-linkWrap .faqContentIndex-linkSubTitle:first-child { padding-top: 10px; padding-bottom: 0; }
  .faq-Content { padding: 5px 0 15px; } }
/* --- modal css --- */
.modalBlock { display: none; }

.modal-wrap .fancybox-skin { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: transparent; }

.modal-wrap .fancybox-close { top: 0; right: 0; }

.modalLink { display: block; max-width: 712px; margin: 0 auto; }

@media screen and (max-width: 768px) { .modal-wrap .fancybox-wrap { left: 0 !important; width: 100% !important; }
  .modal-wrap .fancybox-inner { width: 100% !important; height: auto !important; }
  .modalLink { max-width: 582px; padding: 0 10px; } }

/*# sourceMappingURL=custom.css.map */

/*
 * ヘルプモーダル
 */
.modalHelp {
  width: 640px;
  max-width: 100%;
}
.modalHelp__inner {
  padding: 40px;
}
.modalHelp__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.modalHelp__title em {
  font-style: normal;
  color: #ff7c00;
}
.modalHelp__body {
  font-size: 1.4rem;
}
.modalHelp__title + .modalHelp__body {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .modalHelp__inner {
    padding: 30px 20px;
  }
}



/*
 * FAQブロック
 */
.faqBlock .faqBlockTitle:after { background-color: #ff7c00; }


/****************************
ヘッダー
****************************/
#header:before { background-color: #ff7c00; }
#header .headerMain .logo-tokutoku:after {
  left: 273px;
  background-image: url(/assets/katene/images/common/header-kateneko.png);
  width: 100px;
}
@media screen and (max-width: 768px) {
  #header .headerMain .logo-tokutoku {
    top: 27px;
  }
  #header .headerMain .siteCatch {
    background-color: #ff7c00;
  }
  .headerMain {
    border-bottom: 6px solid #ffffff;
  }
  #header .headerMain .logo-tokutoku:after {
    background-image: url(/);

  }
}
#header .headerMain .logInBlock-inTheHeader .btn-goToRegister {
    margin-left: 25px;
}
/*
 * SPサブメニュー PC
 */
.sub-menu-pc {
  margin-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub-menu-pc {
    display: none;
  }
}
.sub-menu-pc .sub-menu__list {
  float: left;
  margin-left: 64px;
  padding-top: 12px;
}
.sub-menu-pc .sub-menu__item {
  float: left;
  margin-right: 92px;
}
.sub-menu-pc .sub-menu__link {
  position: relative;
  display: block;
}
.sub-menu-pc .sub-menu__link:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
}
.sub-menu-pc .sub-menu__link:hover {
  opacity: 0.5;
}
.page-first .sub-menu__item-first .sub-menu__link,
.page-shop .sub-menu__item-shop .sub-menu__link,
.page-faq .sub-menu__item-faq .sub-menu__link,
.page-mypage .sub-menu__item-mypage .sub-menu__link { color: #ff7c00; }
.sub-menu-pc .sub-menu__item:first-of-type .sub-menu__link:before {
  left: -40px;
  bottom: -16px;
  width: 31px;
  height: 49px;
  background-image: url(/assets/katene/images/point/submenu-point-01-pc.png);
  background-repeat: no-repeat;
}
.sub-menu-pc .sub-menu__item:nth-of-type(2) .sub-menu__link:before {
  left: -72px;
  bottom: -24px;
  width: 62px;
  height: 57px;
  background-image: url(/assets/katene/images/point/submenu-point-02.png);
  background-repeat: no-repeat;
}
.sub-menu-pc .sub-menu__item:nth-of-type(3) .sub-menu__link:before {  
  left: -66px;  
  bottom: -20px;  
  width: 57px;  
  height: 51px; 
  background-image: url(/assets/katene/images/point/submenu-point-03-pc.png);
  background-repeat: no-repeat; 
  margin-right: 0;  
}
.sub-menu-pc .sub-menu__item:last-of-type .sub-menu__link:before {
  left: -66px;
  bottom: -20px;
  width: 57px;
  height: 51px;
  background-image: url(/assets/katene/images/point/submenu-point-04-pc.png);
  background-repeat: no-repeat;
  margin-right: 0;
}
.sub-menu-pc .sub-menu__item:last-of-type {
  margin-right: 0;
}
.sub-menu-pc .sub-menu__item a {
  text-decoration: none;
  color: #444444;
  font-size: 2.0rem;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.searchArea {
  float: right;
  margin-right: 24px !important;
}



/*
 * SPサブメニュー SP
 */
.sub-menu-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sub-menu-sp {
    display: block;
    /*height: 70px;*/
  }
}
.sub-menu-sp .sub-menu__list {
  width: 100%;
  display: flex;
}
.sub-menu-sp .sub-menu__item {
  width: 100%;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}
.sub-menu-sp .sub-menu__link {
  display: block;
  height: 70px;
  box-sizing: border-box;
  text-decoration: none;
  color: #444444;
  padding: 0 5px;
  /* active */
  /*color: #83c30c;*/
}
.page-category .sub-menu-sp .sub-menu__item-category .sub-menu__link,
.page-shop .sub-menu-sp .sub-menu__item-shop .sub-menu__link,
.page-faq .sub-menu-sp .sub-menu__item-faq .sub-menu__link,
.page-mypage .sub-menu-sp .sub-menu__item-mypage .sub-menu__link { color: #ff7c00; }
.sub-menu-sp .sub-menu__text {
  height: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  vertical-align: bottom;
  line-height: 1.2;
}
.sub-menu-sp .sub-memu__icon {
  margin: 2px auto 0;
  box-sizing: border-box;
  height: 36px;
}
.sub-menu-sp .sub-menu__item-category .sub-memu__icon {
  padding-top: 2px;
}
.sub-menu-sp .sub-menu__item-shop .sub-memu__icon {
  padding-top: 2px;
}
.sub-menu-sp .sub-menu__item-faq .sub-memu__icon {
}
.sub-menu-sp .sub-menu__item-mypage .sub-memu__icon {
}

.sub-menu-sp img {
  width: auto;
  height: 100%;
}



.informationList {
  box-sizing: border-box;
  width: 1200px;
  margin: 10px auto;
  padding: 16px 20px;
  background-color: #fafafa;
}
.informationList__title {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #333333;
}
.informationList__item {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  margin-top: 8px;
}
.informationList__link {
  color: #333333;
}
.informationList__link.hover {
  text-decoration: none;
  color: #1cb3a3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .informationList {
    width: 98%;
    margin: 0px auto 4px;
    padding: 12px;
    background-color: #fafafa;
  }
  .informationList__title {
    font-size: 1.3rem;
  }
  .informationList__item {
    font-size: 1.4rem;
  }
  .informationList__link {
    
  }
}
@media screen and (max-width: 768px) {
.row > .col-s-6 {
    width: 100%;
}
}

/* 20200227 add */
input[type="radio"] + .ui-radio {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: -2px;
    cursor: pointer;
    border: solid 1px #dddddd;
    border-radius: 50%;
    margin-right: 0.5em;
    width: 24px;
    height: 24px;
    background-color: #fafafa;
    }

input[type="radio"]:checked + .ui-radio:after {
content: "";
    display: block;
    position: absolute;
    top: 24%;
    left: 24%;
    margin-top: -2px;
    margin-left: -2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff7c00;
}

/* 20211101 add */
.pc_only {
  display: block !important; }
  @media screen and (max-width: 640px) {
    .pc_only {
display: none !important; } }

.product_comp_banner33 {
  width: 33%; }
  @media screen and (max-width: 640px) {
    .product_comp_banner33 {
      width: 100%; } }