@charset "UTF-8";

/* トップページ（レスポンシブ） ファーストビュー用 */

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

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

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

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

@media screen and (min-width: 835px) {
  /*sys/responsive_layout.css のコピー ここから */
  .container-s {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
  }
  .container-m {
    max-width: 1400px;
    margin: 0 auto;
  }
  /* ここまでsys/responsive_layout.css のコピー */

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

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

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

  /* ----入力フォームボタン---- */

  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 #ccc;
  }

  input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
  }

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

  .btn {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
  }

  .action-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
  }

  .action .btn {
    width: unset;
    min-width: var(--responsive-sys-button-width);
    padding: 8px 8px;
    font-size: 16px;
  }

  /* ここまで sys/responsive_base_form.css のコピー */

  /* usr/responsive_block.css のコピー ここから */
  .block-customer-modal{
    max-width: 800px;
    max-height: min(calc(100% - 40px),500px);
  }
  .block-customer-modal-container{
    padding: 20px 0 0;
  }
  .block-customer-modal-logo{
    margin: 0 0 10px;
  }
  .block-customer-modal--img{
    width: 160px;
    height: auto;
  }
  .block-customer-modal-contents .inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 60px;
  }
  .block-customer-modal-text{
    font-size: 18px;
    margin: 0 0 5px;
  }
  .block-customer-modal-contents p{
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px;
  }
  .block-customer-modal-contents.--02 p{
    margin-bottom: 10px;
  }
  .block-customer-modal-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
    border: none;
  }
  .block-customer-modal-btn > * + *{
    margin: 0;
  }
  .block-customer-modal-btn a,.block-customer-modal-btn .noregistered{
    font-size: 14px;
    line-height: 1.4;
    width: 256px;
    height: 55px;
    border-radius: 45px;
    cursor: pointer;
  }
  .block-customer-modal-btn .noregistered{
    font-size: 14px;
  }
  .block-customer-modal-btn a span,.block-customer-modal-btn .noregistered span{
    font-size: 14px;
  }
  .block-customer-modal-contents.--02 .block-customer-modal-btn .noregistered{
    margin-top: 0;
  }
  .block-customer-modal-seminar{
    padding: 10px 20px 20px;
  }
  .block-customer-modal-seminar p{
    margin: 0 0 10px;
  }
  .block-customer-modal-seminar a{
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 48px;
  }
  .block-customer-modal-seminar a span{
    font-size: 16px;
    font-family: var(--font-700);
    font-weight: bold;
  }
  .block-customer-modal-seminar p span{
    font-family: var(--font-700);
    font-weight: bold;
  }
  .block-customer-modal-seminar a::after{
    width: 17px;
    height: 17px;
    right: 20px;
  }
  .block-customer-modal-contents.--02{
    padding: 40px 0;
  }
  .block-customer-modal-contents.--02 .block-customer-modal-btn a{
    font-size: 18px;
    width: 300px;
  }
  .block-customer-modal-contents.--02 .block-customer-modal-btn .noregistered{
    width: 394px;
  }
  .block-customer-modal-bnr {
    border-top: 1px solid #C9C9C9;
    padding: 15px 0 0;
    margin-bottom: 15px;
  }
  .block-customer-modal-bnr li a img{
    width: auto;
    height: 60px;
  }


  /* ----トップページ---- */
  .block-top-campaign {
    padding-top: 50px;
  }
  h2.block-top-headline {
    font-size: 50px;
    margin: 0 auto 40px;
  }
  .block-top-campaign h2.block-top-headline::after {
    top: 35px;
    height: 5px;
  }
  h2.block-top-headline span.small {
    font-size: 18px;
  }
  .block-top-campaign-contents{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 40px;
  }
  .block-top-campaign-slider {
    width: calc((100% - 40px) * 0.603);
    margin-bottom: 0;
  }
  .block-top-campaign-list-wrap{
    width: calc((100% - 40px) * 0.397);
  }
  .block-top-campaign-list {
    padding: 0;
    flex: 1;
    max-width: 1200px;
  }
  .block-top-campaign-list > * + * {
    margin-top: 10px;
  }
  .block-top-campaign-more{
    text-align: right;
    margin: 24px 0 0;
    padding-right: 30px;
    position: relative;
  }
  .block-top-campaign-more::after{
    content: "";
    width: 18px;
    height: 5px;
    background: url(../../img/usr/common/arrow_next.png) center center / contain no-repeat;
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    transform: translateY(-50%);
  }
  .block-top-campaign-slider .swiper-controller {
    margin-top: 22px;
    padding: 0;
  }
  .block-top-promotion-tab {
    margin: 0 0 45px;
  }
  .block-top-promotion-tab li {
    font-size: 18px;
    min-width: 272px;
    height: 60px;
  }
  .block-top-promotion-tab li::after {
    bottom: 10px;
  }
  .block-top-campaign-contents .block-goods-promotion-list {
    padding-bottom: 22px;
  }
  .block-top-campaign-contents .block-goods-promotion-list dl dt {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .block-top-campaign-contents .block-goods-promotion-list dl dd {
    font-size: 14px;
    min-height: 48px;
  }
  .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-event {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 60px 20px 80px;
  }
  h2.block-top-headline {
    max-width: var(--responsive-sys-container-width);
  }
  .block-top-event h2.block-top-headline::after {
    height: 3px;
    top: 42px;
    left: 8px;
  }
  .block-top-event .block-top-event--goods {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
  }
  .block-top-event .block-ranking-r--items {
    gap: 20px;
  }
  .block-top-event .block-ranking-r--items .block-ranking-r--item {
    width: calc((100% - 80px) / 5);
  }
  .block-top-event .block-ranking-r--items .block-ranking-r--item .block-ranking-r--description {
    padding: 10px 20px 20px;
  }
  .block-top-event .block-ranking-r--items .block-ranking-r--item .block-ranking-r--description:has(.revico-star[data-review-count="0"]){
    padding-top: 26px;
  }
  .block-top-event .block-ranking-r--items .block-ranking-r--item:nth-child(n+3) {
    width: calc((100% - 80px) / 5);
  }
  .block-top-event .block-ranking-r--items .block-ranking-r--item:nth-child(n+3) > a {
    display: block;
  }
  .block-top-event .block-ranking-r--items .block-ranking-r--item:nth-child(n+3) .block-ranking-r--goods-image {
    width: 100%;
  }
  .block-top-event .block-ranking-r--items .block-ranking-r--item:nth-child(n+3) .block-ranking-r--description {
    padding: 10px 20px 20px;
  }
  .block-top-event .block-ranking-r--items .block-ranking-r--item:nth-child(n+3) .block-ranking-r--description:has(.revico-star[data-review-count="0"]) {
    padding-top: 16px;
}
  .block-top-ranking-tab {
    max-width: 1200px;
    margin: 0 auto 45px;
  }
  .block-top-ranking-tab li {
    font-size: 18px;
    min-width: 272px;
    height: 60px;
  }
  .block-top-ranking-tab li::after {
    bottom: 10px;
  }
  .block-ranking-article-list {
    gap: 20px;
  }
  .block-top-event .block-ranking-r--items {
    gap: 20px;
  }
  .block-ranking-article-list__item {
    width: calc((100% - 80px) / 5);
  }
  .block-ranking-article-list__item:nth-child(n+3) {
    width: calc((100% - 80px) / 5);
  }
  .block-ranking-article-list__item:nth-child(n+3) a {
    display: block;
    padding: 40px 14px 30px;
  }
  .block-ranking-article-list__item:nth-child(n+3) .block-ranking-article-list__item-img {
    width: 100%;
    margin: 0 0 24px;
  }
  .block-ranking-article-list__item:nth-child(n+3) .block-ranking-article-list__item-desc {
    width: 100%;
  }
  /* ----トップページ予備テンプレート1---- */
  .block-top-bnr{
    padding: 32px 0;
  }
	  .block-top-bnr ul.block-top-bnr-list.--col2 {
    gap: 30px;
  }
  .block-top-bnr ul.block-top-bnr-list.--col2 li {
    width: calc((100% - 60px) / 2);
  }
  .block-top-bnr ul.block-top-bnr-list.--col2 li a{
    transition: .3s;
  }
  .block-top-bnr ul.block-top-bnr-list.--col2 li a:hover{
    opacity: 0.7;
  }
  .block-top-bnr ul li:nth-child(n+2) {
    display: block;
  }
	
  .block-top-bnr ul.block-top-bnr-list.--col3 {
    gap: 30px;
  }
  .block-top-bnr ul.block-top-bnr-list.--col3 li {
    width: calc((100% - 60px) / 3);
  }
  .block-top-bnr ul.block-top-bnr-list.--col3 li a{
    transition: .3s;
  }
  .block-top-bnr ul.block-top-bnr-list.--col3 li a:hover{
    opacity: 0.7;
  }
  .block-top-bnr ul li:nth-child(n+3) {
    display: block;
  }
/* ----トップページ予備テンプレート2---- */
  .block-top-pickup {
    padding: 60px 0 80px;
  }
  .block-top-pickup h2.block-top-headline::after {
    height: 3px;
    top: 42px;
  }
  .block-pickup-contents-wrap{
    display: flex;
  }
  .block-pickup-contents{
    width: calc(100% / 3);
    padding:  0 27px;
  }
  .block-pickup-contents:nth-child(3n+1){
    padding-left: 0;
  }
  .block-pickup-contents:nth-child(3n){
    padding-right: 0;
  }
  .block-pickup-contents:not(:nth-child(3n)){
    border-right: 1px solid #C9C9C9;
  }
  .block-pickup-contents h3 {
    max-width: 257px;
    font-size: 18px;
    margin: 0 auto 40px;
    padding: 11px 20px;
    border-radius: 3px;
    position: relative;
  }
  .block-pickup-contents h3::after {
    content: "";
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #868E9B;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .block-pickup-contents-list {
    gap: 10px;
    padding: 0;
  }
  .block-pickup-contents-list li a{
    transition: .3s;
  }
  .block-pickup-contents-list li a:hover{
    color: #FFF;
    background: #000;
  }

  /* アイコン */

  .block-icon > span + span {
    margin-left: 0;
  }

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

@media (min-width:1680px){
  .block-customer-modal{
    max-width: 1000px;
    max-height: calc(100% - 40px);
  }
  .block-customer-modal-container {
    padding: 40px 0 0;
  }
  .block-customer-modal-logo{
    margin: 0 0 20px;
  }
  .block-customer-modal--img {
    width: 180px;
  }
  .block-customer-modal-text {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .block-customer-modal-btn {
    margin-bottom: 15px;
  }
  .block-customer-modal-btn a,.block-customer-modal-btn .noregistered{
    font-size: 20px;
    width: 256px;
    height: 75px;
  }
  .block-customer-modal-btn .noregistered{
    font-size: 18px;
  }
  .block-customer-modal-contents p {
    font-size: 16px;
    line-height: 2;
    margin: 0px 0 15px;
  }
  .block-customer-modal-bnr {
    margin-bottom: 25px;
    padding: 25px 0 0;
  }
  .block-customer-modal-seminar {
    padding: 30px 20px 40px;
  }
  .block-customer-modal-seminar p{
    margin: 0 0 20px;
  }
  .block-customer-modal-seminar a{
    font-size: 18px;
    padding: 15px 48px;
  }
  .block-customer-modal-seminar a span{
    font-size: 20px;
  }
  .block-customer-modal-bnr li a img {
    height: auto;
  }
}