@charset "UTF-8";

/* トップページ（スマートフォン） ファーストビュー用 */


/* sys/sb_base_form.css のコピー ここから */


/* ----入力フォーム共通---- */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px solid #999;
  background-color: #fff;
  max-width: 100%;
}

/* ----ボタン---- */

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
}
.btn-default {
  color: #333;
  border: solid 1px #dcdcdc;
  background-color: #e5e5e5;
}
.input-group {
  display: table;
  width: 100%;
}
.input-group > span {
  display: table-cell;
  width: 100%;
}
.input-group-btn {
  display: table-cell;
  white-space: nowrap;
}
/* ここまで sys/sb_base_form.css のコピー */

/* sys/sb_block_common.css のコピー ここから */

/* ----トピック---- */
.block-top-topic--header {
  border-bottom: 1px solid #eee;
}
.block-topic--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 10px 10px 10px;
  position: relative;
}
.block-topic--items li a:after {
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}
.block-top-topic--next-page {
  text-align: right;
  padding: 10px;
}
.block-top-topic--next-page a {
  text-decoration: underline;
}

/* ----キーワード検索ブロック---- */
.block-search-box--keyword {
  width: 100%;
  height: 38px;
}
.block-search-box--form {
  padding: 10px;
  position: relative;
  background: #eee;
}
.block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size: 14px;
}
.block-search-box--search-submit {
  margin-left: 10px;
  width: 65px;
  height: 38px;
  background: #666;
  color: #fff;
  font-size: 18px;
}
/* ここまで sys/sb_block_common.css のコピー */

/* usr/sb_block.css のコピー ここから */

.block-customer-modal-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77,83,93,0.5);
  z-index: 11;
  display: none;
}
.block-customer-modal{
  width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #FFF;
  border-radius: 10px;
  z-index: 11;
  overflow-y: auto;
  display: none;
}
.block-customer-modal-container{
  padding: 48px 0 0;
}
.block-customer-modal-logo{
  text-align: center;
  margin: 0 0 30px;
}
.block-customer-modal-contents .inner{
  padding: 0 20px;
}
.block-customer-modal-text{
  font-size: 16px;
  text-align: center;
  font-family: var(--font-700);
  font-weight: bold;
  margin: 0 0 20px;
}
.block-customer-modal-contents p{
  text-align: center;
  line-height: 1.85;
  margin: 0 0 20px;
}
.block-customer-modal-bnr{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0 0 42px;
}
.block-customer-modal-btn{
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C9C9C9;
}
.block-customer-modal-btn > * + *{
  margin: 13px 0 0;
}
.block-customer-modal-btn a,.block-customer-modal-btn .noregistered{
  font-size: 18px;
  font-family: var(--font-700);
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--color01);
  height: 70px;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.block-customer-modal-btn a span,.block-customer-modal-btn .noregistered span{
  font-size: 14px;
}
.block-customer-modal-contents.--02{
  display: none;
  padding-bottom: 20px;
}
.block-customer-modal-contents.--02 .block-customer-modal-btn .noregistered{
  background: #000;
  margin-top: 20px;
}
.block-customer-modal-contents.--02 .block-customer-modal-btn{
  border-bottom: 0;
  padding-bottom: 0;
}
.block-customer-modal-seminar{
  background: #F5F5F5;
  padding: 20px 20px 40px;
  border-radius: 0 0 10px 10px;
}
.block-customer-modal-seminar p{
  margin: 0 0 20px;
}
.block-customer-modal-seminar p span{
  font-family: var(--font-700);
  font-weight: bold;
}
.block-customer-modal-seminar a{
  font-size: clamp(0.875rem, 0.023rem + 3.64vw, 1rem);
  color: var(--color01);
  text-align: center;
  text-decoration: none;
  display: block;
  background: #FFF;
  border: 1px solid var(--color01);
  position: relative;
  padding: 10px 50px;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.block-customer-modal-seminar span{
  font-family: var(--font-700);
  font-weight: bold;
}
.block-customer-modal-seminar a::after{
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/usr/common/link_bl.png) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* ----トップページ本文---- */
.block-top-campaign{
  padding: 20px 0 0;
}
.block-top-campaign h2.block-top-headline::after{
  content: "";
  width: 0.5em;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 22px;
  left: 0;
}
.block-top-campaign-slider{
  position: relative;
  margin: 0 0 40px;
}
.block-top-campaign-slider .swiper{
  height: fit-content;
  aspect-ratio: 82/57;
  overflow: hidden;
}
.block-top-campaign-slider img{
  width: 100%;
  height: auto;
}
.block-top-campaign-slider .swiper-controller{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0 20px;
}
.block-top-campaign-slider .swiper-controller:has(.swiper-button-lock){
  display: none;
}
.block-top-campaign-slider .swiper-button-next, .block-top-campaign-slider .swiper-button-prev{
  position: static;
  flex-shrink: 0;
  margin: 0;
}
.block-top-campaign-slider .swiper-button-pause{
  flex-shrink: 0;
}
.block-top-campaign-slider .swiper-button-lock + .swiper-button-pause{
  display: none;
}
.block-top-campaign-slider .swiper-pagination {
  width: auto;
  position: static;
  margin-right: 10px;
}
.block-top-campaign-list{
  padding: 0 20px;
}
.block-top-campaign-list > * + *{
  margin: 12px 0 0;
}
.block-top-campaign-list-item{
  background: #F8F8F8;
  border-radius: 4px;
  padding: 18px 20px;
  position: relative;
}
.block-top-campaign-list-item.is-active{
  background: #E8F1F8;
}
.block-top-campaign-list-item::before{
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 23px;
  height: 29px;
}
.block-top-campaign-list-item:nth-child(1)::before{
  background: url(../../img/usr/common/number01.png) center center / contain no-repeat;
}
.block-top-campaign-list-item.is-active:nth-child(1)::before{
  background: url(../../img/usr/common/number01_on.png) center center / contain no-repeat;
}
.block-top-campaign-list-item:nth-child(2)::before{
  background: url(../../img/usr/common/number02.png) center center / contain no-repeat;
}
.block-top-campaign-list-item.is-active:nth-child(2)::before{
  background: url(../../img/usr/common/number02_on.png) center center / contain no-repeat;
}
.block-top-campaign-list-item:nth-child(3)::before{
  background: url(../../img/usr/common/number03.png) center center / contain no-repeat;
}
.block-top-campaign-list-item.is-active:nth-child(3)::before{
  background: url(../../img/usr/common/number03_on.png) center center / contain no-repeat;
}
.block-top-campaign-list-item:nth-child(4)::before{
  background: url(../../img/usr/common/number04.png) center center / contain no-repeat;
}
.block-top-campaign-list-item.is-active:nth-child(4)::before{
  background: url(../../img/usr/common/number04_on.png) center center / contain no-repeat;
}
.block-top-campaign-list-item dl dt{
  font-size: 15px;
  margin: 0 0 5px;
  padding-left: 32px;
}
.block-top-campaign-list-item dl dt .date{
  color: #888;
  margin-right: 5px;
}
.block-top-campaign-list-item dl dd{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ----トップページ---- */
.block-top-event {
  padding: 30px 20px 40px;
  background: #F5F5F5;
}
.block-top-event h2.block-top-headline::after{
  content: "";
  width: 0.5em;
  height: 2px;
  background: #F5F5F5;
  position: absolute;
  top: 25px;
  left: 5px;
}

/* ----トップページ予備テンプレート1---- */
.block-top-bnr{
  background: #F5F5F5;
  padding: 20px;
}
.block-top-bnr ul.block-top-bnr-list.--col3{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-top-bnr ul.block-top-bnr-list.--col3 li{
  width: calc((100% - 10px) / 2) ;
}
.block-top-bnr ul li:nth-child(n+3){
  display: none;
}

.block-top-bnr ul.block-top-bnr-list.--col2{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-top-bnr ul.block-top-bnr-list.--col2 li{
  width: 100%;
}

.block-top-bnr ul.block-top-bnr-list.--col1 > * + *{
  margin: 20px 0 0;
}
.block-top-bnr ul li img{
  border-radius: 4px;
}

/* ----トップページ予備テンプレート2---- */
h2.block-top-headline{
  font-family: var(--font01);
  font-weight: 400;
  font-size: 30px;
  color: #1F2123;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
}
h2.block-top-headline::first-letter{
  color: var(--color01);
}
h2.block-top-headline span.small{
  font-size: 15px;
  font-family: var(--font-500);
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
}
.block-top-pickup{
  padding: 40px 0;
}
.block-top-pickup h2.block-top-headline::after{
  content: "";
  width: 0.5em;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 25px;
  left: 0;
}
.block-pickup-contents h3{
  font-size: 14px;
  font-family: var(--font-500);
  font-weight: 500;
  color: #FFF;
  text-align: center;
  background: #868E9B;
  padding: 4px 20px;
}
.block-pickup-contents-list{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 20px 20px;
}
.block-pickup-contents:last-of-type .block-pickup-contents-list{
  padding-bottom: 0;
}
.block-pickup-contents-list li a{
  font-size: 13px;
  font-family: var(--font-500);
  font-weight: 500;
  display: block;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 6px 17px;
  text-decoration: none;
}
.block-top-lineup h2.block-top-headline::after{
  content: "";
  width: 0.5em;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 20px;
  left: 0;
}

.block-top-promotion{
  padding: 0 0 40px;
}
.block-top-promotion-tab{
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  margin: 0 0 18px;
}
.block-top-promotion-tab::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #1F2123;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-top-promotion-tab li{
  font-size: 15px;
  font-family: var(--font-500);
  font-weight: 500;
  min-width: 160px;
  height: 50px;
  border: 1px solid #1F2123;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #e9e9e9;
}
.block-top-promotion-tab li::after{
  content: "";
  width: 6px;
  height: 5px;
  background: #000;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
}
.block-top-promotion-tab li.is-active{
  background: #FFF;
  border-bottom: 1px solid #FFF;
}
.block-top-promotion-tab li.is-active::after{
  display: none;
}
.block-goods-promotion-list .swiper-slide{
  display: none;
}
.block-top-campaign-contents{
  visibility: hidden;
  height: 0;
}
.block-top-campaign-contents.is-active{
  visibility: visible;
  height: auto;
}
.block-top-campaign-contents .block-goods-promotion-list{
  display: block;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 18px 20px;
  position: relative;
  overflow: visible;
}
.block-top-campaign-contents .block-goods-promotion-list.is-active{
  background: #E8F1F8;
}
.block-top-campaign-contents .block-goods-promotion-list::before{
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 23px;
  height: 29px;
}
.block-top-campaign-contents .block-goods-promotion-list:nth-child(1)::before{
  background: url(../../img/usr/common/number01.png) center center / contain no-repeat;
}
.block-top-campaign-contents .block-goods-promotion-list.is-active:nth-child(1)::before{
  background: url(../../img/usr/common/number01_on.png) center center / contain no-repeat;
}
.block-top-campaign-contents .block-goods-promotion-list:nth-child(2)::before{
  background: url(../../img/usr/common/number02.png) center center / contain no-repeat;
}
.block-top-campaign-contents .block-goods-promotion-list.is-active:nth-child(2)::before{
  background: url(../../img/usr/common/number02_on.png) center center / contain no-repeat;
}
.block-top-campaign-contents .block-goods-promotion-list:nth-child(3)::before{
  background: url(../../img/usr/common/number03.png) center center / contain no-repeat;
}
.block-top-campaign-contents .block-goods-promotion-list.is-active:nth-child(3)::before{
  background: url(../../img/usr/common/number03_on.png) center center / contain no-repeat;
}
.block-top-campaign-contents .block-goods-promotion-list:nth-child(4)::before{
  background: url(../../img/usr/common/number04.png) center center / contain no-repeat;
}
.block-top-campaign-contents .block-goods-promotion-list.is-active:nth-child(4)::before{
  background: url(../../img/usr/common/number04_on.png) center center / contain no-repeat;
}
.block-top-campaign-contents .block-goods-promotion-list a{
  text-decoration: none;
}
.block-top-campaign-contents .block-goods-promotion-list dl dt{
  font-size: 15px;
  margin: 0 0 5px;
  padding-left: 32px;
}
.block-top-campaign-contents .block-goods-promotion-list dl dt .date{
  color: #888;
  margin-right: 5px;
}
.block-top-campaign-contents .block-goods-promotion-list dl dd{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-top-campaign-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  text-align: right;
  text-decoration: underline;
  margin: 20px 0 0;
}
.block-top-campaign-link::after{
  content: "";
  width: 18px;
  height: 5px;
  background: url(../../img/usr/common/arrow_next.png) center center / contain no-repeat;
  display: block;
}

/* ここまで usr/sb_block.css のコピー */