﻿@charset "UTF-8";
#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
ol, ul, li {
  list-style: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
  padding: 0;
}
img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.pc{
  display: block;
}
.sp{
  display: none;
}
.inner {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%; 
  padding: 0px 10px;
}
.white{
  background-color: #fff;
}
.content {
  background-color: #bcbef9;
}
.pink {
  background-color: #FFE9F1;
  padding-bottom: 30px;
}

.over.roseRed {
  background-color: #B50080;
}


li.medicineAdd {
    padding-bottom: 2rem;
}

.blue{
  background-color:#8faaf0;
}
p.inner.spsytle {
    max-width: 700px;
}

.originalAdd {
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(181,0,128,0.5) 100%);
 
}
#fashionAdd {
  background: #fad6d8;
}
p.mgt_20.countdownBoxImg {
   max-width: 600px;
   margin: 0 auto;
   padding: 8rem 0;
}

p.mgt_10.countdownBoxImg {
   max-width: 800px;
    margin: 0 auto;
    padding: 4rem 8px;
    padding-bottom: 5px;
}

.blank {
height: 30px;
  background-color: #FFE9F1;
  max-width: 880px;
  margin: 0 auto;
}

ul.contentBox.inner.rows-2 li {
    width: calc((100% / 2) - 10px);
}

ul.contentBox.inner.rows-4 li {
  width: calc((100% / 4) - 8px);
}

.titback {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background:#8d74e7;
}

.titback img {
  height: 90px;
  width: auto;
  margin: auto;
}

.titbg {
  position: relative;
}

.titbg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 6.6rem;
  background:url(/Contents/ImagesPkg/portal/p-buzztto/202506/pc/tit_bg.png) center center no-repeat;
  background-size: cover;
  transform: translateY(100%);
  margin-bottom: -15px;
}
.subtitback {
  background: url(/Contents/ImagesPkg/portal/p-buzztto/202506/pc/subtitback.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3vw
}


.Category_title {
  text-align: center;
}

.Category_title img {
  display: inline-block;
  height: 5.4rem;
  width: auto;
}

.categoryinner {
  margin: 0 auto;
  background: #f9f1db;
  padding: 1.8rem 0;
}

#menunavi02 {
  background: #a0e6f8;
}

.area {
  padding-top: 16rem;
}

.onlineBtn {
  width: 65%;
  margin: 3rem auto 3rem;
}

.moreback {
  background-color: #fff;
  padding-top: 30px;
}

.navBox.sticky {
    position: sticky;
z-index: 8;
}
.originalBack {
  max-width: 900px;
  margin: 2rem auto 3rem;
  background: #fff;
}
.floatNavItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 0 1 auto;
  gap: 5px;
  padding: 1rem 0;
}
.subbrn {
  background: #fff;
}
.navbox-back {
  background: #FFE9F6;
  width: 100%;
  height: 288px;
  box-shadow: 0px 6px 0px 0px #777777;
}

.floatBox {
  background: #a5eeee;
    padding-bottom: 0px; 
    display: block;
    box-shadow: 1px 13px 5px -8px #777777;
}

ul.fixedNavItem.subinner li a img {
  width: 100%;
  height: auto;
}

.fixedNavItem.subinner,
.floatNav.subinner {
  max-width: 900px;
}

.fixedNavItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 0 1 auto;
  gap: 5px;
}
.navBox.sticky .navback{
display: none;
}
.floatNavItem li,.fixedNavItem li{

width: calc((100% / 4) - 5px);
}

ul.floatNavItem li a, .fixedNavItem li a:hover {
  text-align: center;
  display: block;
  opacity: 1;
}
.fixedNav {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2px;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-top: 73px;
  background: url(/Contents/ImagesPkg/portal/p-buzztto/202506/pc/navback_1.png) top center no-repeat;
  width: 100%;
  background-size: 100% auto;
}

.floatNav {
display: none;
}
.navBox.sticky .fixedNav {
  display: none;
}
.arecomendation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2rem;
  padding-bottom: 12rem;
}

.navBox.sticky .navbox-back {
  background: none;
}
.navBox.sticky {
  background: none;
}

.arecomendation li{
  display: flex;
  flex-wrap: wrap;
  width: calc((100% / 2) - 5px);
}

ul.contentBox.rows-4 li {
  width: calc((100% / 4) - 8px);
}

ul.contentBox.rows-4 li.twoItem{
  width: 48.2%;
}

ul.contentBox.rows-4 li.threeItem {
    width: 73.7%;
}

ul.contentBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
  width: 100%;
}


ul.contentBox li {
    width: calc((100% / 3) - 10px);
}
ul.contentBox li a{
  display: block;
line-height: 0;
}

p.buzzto__item__name {
  margin-top: 8px;
}

.buzzto__item__price dt {
    color: red;
    font-size: 12px;
    width: 28px;
}

.buzzto__item-list__ranking-img {
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}

.buzzto__item__price dd {
    font-size: 38px;
    color: red;
    font-weight: 600;
        letter-spacing: -2.5px;
}
.buzzto__item__price dd.price-size {
    font-size: 20px;
    letter-spacing: -1px;
}

ul.contentBox.inner.rows-4.roseRed .buzzto__item__price dd {
    color: #B50080;
}

ul.contentBox.inner.rows-4.roseRed .buzzto__item__price dt {
    color: #B50080;
}

.subNav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

.subNav ul li{
  width: calc((100% / 3) - 10px);
}
.livingNav ul {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding: 2rem 0 0;
}
.livingNav ul li{
  width: calc((100% / 5) - 10px);
}
.fashionNav ul {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.fashionNav ul li{
  width: calc((100% / 4) - 10px);
}
.livingNav ul li{
  width: calc((100% / 5) - 10px);
}
.fashionNav ul li {
  width: calc((100% / 4) - 5px);
}

.floatNavItem {
  padding: 5px 0;
}
.moveNav {
  display: block;
  max-width: 500px;
    margin: 0 auto;
    padding: 50px 0;
}
.buzzto__item__price {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 5px;
}
.subNav {
  padding: 2rem 0 0;
}
.moveNav ul li{
  /* width: calc((100% / 3) - 10px); */
  width: 100%;
}
.moreBtn {
  max-width: 350px;
  margin: 50px auto 0px;
}
.moveNav ul li + li {
  margin-top: 15px;
}
.saleBox {
    position: relative;
}
.buzzto__item__price {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top:10px;
}
.fashionNav {
  padding: 2rem 0 0;
}
p.cpbackinner {
  max-width: 300px;
  margin: 0 auto;
  height: 342px;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.iaeoncp {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 29vw;
  margin: 0 auto;
  padding: 4vw 0 4vw;
}
.app {
    max-width: 40vw;
    margin: 0 auto;
    position: relative;
    padding: 0 0 3vw;
}
a.link1 {
     position: absolute;
    width: 9vw;
    height: 3.5vw;
    bottom: 4.8vw;
    left: 3.3vw;
}
a.link2 {
        position: absolute;
    width: 11.3vw;
    height: 3.5vw;
    bottom: 4.8vw;
    right: 2vw;
}

.subinner {
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem 0;
}

ul.toggle {
        border-left: solid 2px #333;
border-right: solid 2px #333;
border-bottom: solid 2px #333;
    padding: 2rem 10px
}
ul.toggle li{
    text-align: left;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-weight: 500;
    position: relative;
}
ul.toggle li.symbol {
   text-align: left;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-weight: 500;
    position: relative;
}
ul.toggle li.symbol::before {
    content: "・";
    position: absolute;
    left: 0;
}
ul.toggle li + li {
    margin-top: 10px;
}
.subcontent h3 {
  width: 50%;
  margin: 2rem auto 0;
}
p.note {
  width: 85%;
  margin: 2rem 0 02rem;
  padding-top: 2rem;
}
p.more {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.accordion dt span:before, .accordion dt span:after {
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: -36px;
  bottom: 15px;
  z-index: 2;
  content: '';
}
.accordion dt span:before {
  transform: rotate(90deg);
  transition: transform .5s ease;
} 
dt.js-toggle-target.is-active span:before {
  transform: rotate(0deg);
  transition: transform .5s ease;
}
ul.toggle li.number {
  padding-left: 32px;
}

ul.toggle li.number.one::before {
  content: "(1)";
  position: absolute;
  left: 0px;
}

ul.toggle li.number.two::before {
  content: "(2)";
  position: absolute;
  left: 0px;
}

ul.toggle li.number.three::before {
  content: "(3)";
  position: absolute;
  left: 0px;
}
.bannerItem {
    margin-top: 3rem;
}

/* モーダルを開くボタン */
.modal-open {
  cursor: pointer;
}

/* モーダル本体の指定 + モーダル外側の背景の指定 */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

/* モーダル本体の擬似要素の指定 */
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* モーダル本体に「active」クラス付与した時のスタイル */
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/* モーダル枠の指定 */
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 360px;
  width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.mgt_80{
  margin-top: 80px;
}
.mgt_60{
  margin-top: 60px;
}
/* モーダル内のコンテンツの指定 */
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

ul.modal-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.modalBox a {
  color: #fff;
  display: block;
  background: #BC9755;
  border-radius: 11px;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 136px;
}
.modalBox + .modalBox{
  margin-top: 10px;
}
.modalBox{
  margin-top: 10px;
width: 100%;
}
p.modalTxt {
  font-size: 14px;
  line-height: 1.2;
}
p.price {
  padding: 5px;
}
.modal_text {
    width: 100%;
}
p.modal-tit {
  background: #fff;
  color: #fff;
  padding: 7px 5px;
}
.modal-content {
  background: #fff;
  text-align: left;
  padding: 1vw;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.modal-content a {
  padding: 10px;
  font-size: 1.5rem;
  line-height: 20px;
  color: #333;
  text-decoration: none;
}

p.modal_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
}

p.modal-tit {
  background: #000;
  color: #fff;
  padding: 7px 5px;
}
/* 完売御礼 */
ul.contentBox li.ov{
    position: relative;
}
ul.contentBox li.ov:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.7;
    z-index: 2;
}
ul.contentBox li.ov:after {
    position: absolute;
    width: 70%;
    height: auto;
    background-color: red;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "完売御礼";
    display: inline-block;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4;
    z-index: 3;
    font-weight: 600;
    padding-top: 5px;
    letter-spacing: 2px;
        text-align: center;
}

.floatingBnr {
  text-align: center;
    margin: 0 auto;
}

.navBox.sticky {
    position: sticky;
z-index: 8;
}

.navBox li {
  width: calc((100% / 4) - 5px);
}

.navBox li a {
  display: inline-block;
  position: relative;
}

.navBox li .img02 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

.navBox li a:hover .img02 {
  opacity: 1;
}

.navBox li a:hover .img01 {
  opacity: 0;
}

li.buzzto__item.buzzto__item--ranking {
  background: #fff;
  padding: 5px;
}

.navBox.sticky .floatNav {
    display: block;
}
/*　上に上がる動き　*/

.navBox.sticky .floatBox.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.navBox.sticky .fixedNav {
    display: none;
}
.navBox.sticky .floatNav {
    display: block;
}
/*　下に下がる動き　*/

.navBox.sticky .floatBox.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-curnav-switch.is-current {
  position: relative;
}

.js-curnav-switch.is-current .img02{
  opacity: 1;
}

/*.js-curnav-switch.is-current::after {*/
/*  content: "";*/
/*    width: 98%;*/
/*    height: 80%;*/
/*    background: #fff;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0.5;*/
/*    border-radius: 10px;*/
/*}*/
/*.floatNavItem li:nth-child(3) .js-curnav-switch.is-current::after {*/
/*    height: 70%;*/
/*}*/
.cp-detailBox {
  display: block;
  background: url(/Contents/ImagesPkg/portal/p-newyear/common/cp_back.png);
  padding: 1rem 1rem 1rem;
  margin-top: -1px;

}
ul.contentBox.inner.rows-2 {
  justify-content: space-between;
  border-bottom: solid 1px #000;
}
ul.contentBox.inner.rows-2:last-child {
    border-bottom: none;
}
.cp-detailBox ul {
  padding: 1rem;
  background: #fff;
}
.cp_detail_content h1 {
  color: #fff;
  background: #3c3c3c;
  padding: 10px;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
}
li.symbol::before {
  content: "※";
  position: absolute;
  left: 0;
}
li.symbol {
  text-align: left;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-weight: 500;
    position: relative;
    padding-left: 22px;
}
.cp_detail_content ul li {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-weight: 500;
}
.cp_detail_content ul li h2 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
}
.mgt_10{
  margin-top: 10px;
}
.mgt_20{
  margin-top: 20px;
}
.mgt_30{
  margin-top: 30px;
}
.mgt_40{
  margin-top: 40px;
}
.mgt_50{
  margin-top: 50px;
}
.pdt_20{
padding-top: 20px;
}
.pdb_20{
  padding-bottom: 20px;
  }
  .pdb_40{
    padding-bottom: 40px;
    }
    .featureList__contentsTtl {
      height: 4rem;
      background: var(--color-secondary);
      border-radius: 1rem 1rem 0 0;
      display: flex
  ;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1;
      color: #fff;
  }
  .featureList-top__inner {
          padding: 1rem;
      }
  ul.grid-featureList {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 13px;
  }
  
ul.grid-featureList li {
    width: calc((100% / 4) - 10px);
}
.addinner {
    margin-top: 2rem;
}

.arecomendation:last-child {
    border-bottom: none;
}

.iaeonBox {
    max-width: 50vw;
    margin: 0 auto;
    padding-top: 3vw;
}
.buzzto__item__tax-included {
    display: flex;
}

.yen-symbol {
    font-size: 12px; 
}
/* 追加完売御礼 */
/* 追加完売御礼 */
.addhead.comingSoon,
.iaeonBox.comingSoon,
ul.contentBox.inner.rows-2.comingSoon,
ul.contentBox.inner.rows-2.comingSoon li{
    position: relative;
}

.addhead.comingSoon:before,
.iaeonBox.comingSoon:before,
ul.contentBox.inner.rows-2.comingSoon li:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    z-index: 2;
}

ul.contentBox.inner.rows-2.comingSoon:after {
    position: absolute;
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "coming soon";
    display: inline-block;
            color: #000;
    font-size: 4.4rem;
    line-height: 1.4;
    z-index: 3;
    font-weight: 600;
    /* padding-top: 5px; */
    letter-spacing: 2px;
    white-space: pre-line;
    padding: 1rem;
    text-align: center;
}
.buzzto__item__txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.camperBanner {
  background: #a5eeee;
  padding-bottom: 46px;
}

.camperBanner a img {
  height: 380px;
  width: auto;
  margin: auto;
}


#centerpiece {
  background: #bcbef9;
}

.centerpieceItem.special {
  padding-top: 13.3rem;
}

.centerpieceItemHead {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

.navback {
  background: #a5eeee;
  display: block;
  padding: 7rem 0 1.7rem;
}

.shopBox {
  background: #a5eeee;
  padding-bottom: 7rem;
}

.shopBox li {
  width: calc((100% / 4) - 5px);
}

.shopNavItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 0 1 auto;
  gap: 5px;
  padding: 1rem 0;
}

.shopNavItem li img {
  height: auto;
}

.bannerLink {
  max-width: 900px;
  width: 80%;
  margin: 45px auto 0;
}

#menunavi03 {
  padding-top: 8rem;
  position: relative;
  background: #deacf0;
}

#menunavi03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 56rem;
  background: #a0e6f8;
}

#menunavi03 .inner {
  position: relative;
  z-index: 3;
}

.bannerTab {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.bannerTab a {
  display: block;
  max-width: 50rem;
  width: 100%;
}

.bannerTab a+a {
  margin-left: 4.8rem;
}

.moveWrap {
  background: #deacf0;
  padding: 11.5rem 0 7.3rem;
}

.moveNote {
    width: 100%;
  margin: 5rem auto 0;
}
.errorNote {
    width: 100%;
  margin: 2rem auto 14px;
}
.moveSection {
  margin-top: 14rem;
}

#beautymove.moveSection {
    margin-top: 8rem;
}

.moveHead {
  margin-bottom: 23px;
  text-align: center;
}

.moveHead img.pc {
  display: inline-block;
}

.moveHead img {
  height: 15rem;
  width: auto;
}

.moveItem {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.moveItem p+p {
  margin-left: 20px;
}

.swiperTit {
  margin-bottom: 2rem;
}

.swiperTit img {
  height: 4rem;
  width: auto;
}

/*.swiper-scrollbar {*/
/*  border-radius: 0;*/
/*  background: #ff9854;*/
/*}*/

/* // スクロールバー用のCSS */
/*.slider__scrollbar {*/
/*  margin-top: 16px;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: relative;*/
/*}*/
/* // スクロールバーのバー本体 */
/*.slider__scrollbar::before {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 10px;*/
/*  background: #ff9854;*/
/*  border-radius: 0;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  transform: translateY(-50%);*/
/*}*/
/* // スクロールバーのボタン */
/*.slider__btn {*/
/*  height: 10px;*/
/*  background-color: #d85a00;*/
/*  cursor: pointer;*/
/*}*/

/*.swiperLoop {*/
/*  max-width: 600px;*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*}*/

/*.swiperLoop .swiper-slide {*/
/*  width: 400px;*/
/*}*/

@media screen and (max-width: 1024px) {
 .iaeonBox {
    max-width: 60vw;
    margin: 0 auto;
    padding-top: 0vw;
}
.app {
    max-width: 60vw;
}
}
@media screen and (max-width: 767px) {
 .sp{
  display: block;
}
.pc{
  display: none;
}
.inner {
    padding: 0px 16px;
    width: 100%;
}
.addinner {
    margin-top: 10px;
}

.addContent .contentBox li {
    padding: 10px 0;
}
    ul.grid-featureList li {
          width: calc((100% / 2) - 7px);
      }
.inner.spsytle {
  width: 100%;
  padding: 0;
}
.subtitback {
   padding: 0; 
  background: none;
}
.buzzto__item__price dd {
    font-size: 30px;
}
.buzzto__item__price dd.price-size {
    font-size: 16px;
    letter-spacing: -1px;
}
.moveNav {
  padding: 12px 10px;
}
.titback {
  padding: 17px 0;
}

.titback img {
  height: 49px;
  width: auto;
  margin: auto;
}

ul.contentBox.inner.rows-4 li {
    width: calc((100% / 2) - 3px);
    background: #fff;
}
    
.centerpieceItem.special {
  padding-top: 42px;
}


.titbg::before {
  height: 3.3rem;
  margin-bottom: -5px;
}

.centerpieceItemHead img {
  height: 11rem;
  width: auto;
  margin: auto;
}

.centerpieceItem.special .centerpieceItemHead img {
  height: 9rem;
}

.centerpieceItem .inner.spsytle {
  padding: 0 10px;
}

.navbackBox img {
  height: 20rem;
  width: auto;
  margin: auto;
}

.navback {
  padding: 2rem 0 1.7rem;
}

.shopNavItem {
  gap: 5px;
  padding: 1rem 4rem;
}

.shopBox {
  padding-bottom: 7px;
}

.bannerLink {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
}

#menunavi03 {
  padding-top: 24px;
}

#menunavi03::before {
  height: 133px;
}

#menunavi03 .brnBox h2 {
  margin-left: -16px;
  width: calc(100% + 32px);
}

.targethead {
    margin-top: 3rem;
}

.targethead img {
  width: auto;
  height: 2.4rem;
  margin: auto;
}

.bannerTab a+a {
  margin-left: 5px;
}

.moveWrap {
  padding: 2.5rem 0 7.3rem;
}

.moveSection {
  margin-top: 30px;
}

#beautymove.moveSection {
    margin-top: 26px;
}

.moveHead img.pc {
  display: none
}

.moveHead img {
  height: 7.5rem;
} 

.moveItem {
  display: block;
  margin-bottom: 4.5rem;
}

.moveItem p+p {
  margin-left: 0;
  margin-top: 16px;
}

.swiperTit img {
  height: 1.6rem;
}

.swiperTit {
  margin-bottom: 1rem;
}

.moveNote {
    width: 90%;
  margin: 3rem auto 0;
}
.errorNote {
    width: 90%;
  margin: 1rem auto 12px;
}
/*.slider__scrollbar {*/
/*  margin-top: 16px;*/
/*  width: 88%;*/
/*  height: 100%;*/
/*  position: relative;*/
/*  margin: 16px auto 0;*/
/*}*/

/*.swiperLoop .swiper{*/
/*  width: calc(100% + 16px);*/
/*}*/

/*.slider__btn {*/
/*  width: 80px !important;*/
/*}*/


p.more {
  width: 90%;
  margin: 0 auto;
}

.arecomendation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2rem 0 3rem;
  border-bottom: none;
  padding-bottom: 10px;
}

.subinner {
    padding: 4rem 10px;
}

.subtitback .subinner {
  padding: 0 0 10px;
  background: #fff;
}

p.inner.spsytle {
  padding: 0;
  width: 100%;
}
.floatBox {
        padding: 0px;
    }

.onlineBtn {
  width: 80%;
  margin: 2rem auto 2rem;
}
 .navBox {
    gap: 5px;
}
 .Category_title {
    margin-top: 1rem;
}
ul.contentBox {
    gap: 5px;
    justify-content: space-between;
}
ul.contentBox.inner.rows-4 {
 padding: 10px 5px 20px;
}
ul.contentBox.inner {
  padding: 0;
}
.navback .subinner {
  padding: 1rem;
}

ul.contentBox li {
    width: calc((100% / 2) - 5px);
}

ul.contentBox.rows-4 li {
  width: calc((100% / 2) - 5px);
}

ul.contentBox {
  padding: 20px 0 0;
   margin: 0;
}

p.note {
  width: 100%;
  margin: 1rem 0 1rem;
  padding-top: 1rem;
}
ul.fixedNavItem.subinner {
 padding: 6px 10px 9px;
        
}
.coupon_btn_left {
    font-size: 2rem;
    line-height: 2;
}
p.copy_mame {
    line-height: 1.2;
    font-size: 2.6rem;
    margin: 0 1.2rem;
}
.coupon_btn_left {
    font-size: 1.8rem;
    line-height: 1;
}
p.copy_mame {
    line-height: 1;
    font-size: 2.4rem;
    margin: 0 1.2rem;
}
ul.contentBox.inner.rows-4 li {
  width: calc((100% / 2) - 3px);
  background: #fff;
}
.moveNav ul {
  gap: 0px;
}
.brnBox {
  padding-bottom: 1.5rem;
  margin: 0 auto;
}
button#copyButton, button#copyButton1 {
    line-height: 1.2;
    font-size: 1.5rem;
    padding: 0.5rem 0.5rem 0.2rem;
}
dl.accordion dt {
     font-size: 18px;
    padding: 0.5rem 0 0.5rem;
    line-height: 2rem;
}
dl.accordion dt::before {
    width: 3px;
    height: 17px;
    left: 70%;
}
dl.accordion dt.active::after {
    width: 3px;
    height: 17px;
    left: 70%;
}

.categoryinner {
  padding: 7px 20px;
}

.Category_title img {
  height: 2.1rem;
}

ul.toggle {
    padding: 1rem 5px;
}
ul.toggle li {
    font-size: 16px;
    line-height: 20px;
}
ul.toggle li.symbol {
    font-size: 16px;
    line-height: 20px;
    padding-left: 1.5rem;
    font-weight: 500;
}
ul.contentBox.inner.rows-4 li.twoItem {
  width: 100%;
}

ul.toggle li.number {
    font-size: 16px;
    line-height: 20px;
        padding-left: 24px;
    font-weight: 500;
  }
ul.toggle li.number.one::before {
  content: "(1)";
  position: absolute;
  left: 0px;
}

ul.toggle li.number.two::before {
  content: "(2)";
  position: absolute;
  left: 0px;
}
li.number {
    padding-left: 2.5rem;
}
ul.toggle li.number.three::before {
  content: "(3)";
  position: absolute;
  left: 0px;
}
.bannerItem {
  margin-top: 1.5rem;
  width: 95%;
}
 .modal-close {
    top: -6px;
    right: -4px;
    color: #000;
}
.modal-body {
  width: 98%;
  top: 4%;
}
.modal-content {
  padding: 2vw 2vw 4vw;
}
p.price {
  font-size: 14px;
}
.modalBox a {
  padding: 3px;
}
 .navBox.sticky {
        height: auto;
    }
ul.floatNavItem {
    flex-wrap: wrap;
        padding-bottom: 3px;
}

.app {
    margin: 0 auto;
    position: relative;
    padding: 0 0 5vw;
  max-width: 100%;
}
.blank {
  width: 95%;
}
p.iaeoncp {
  height: auto;
  display: flex;
  margin: 0 auto;
  height: 290px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.pink {
  background-color: #FFE9F1;
  padding-bottom: 0px;
}
.floatNavItem {
  gap: 2px;
}
.arecomendation li {
  width: 100%;
}
.fixedNavItem {
  gap: 2px;
}

.floatNavItem li {
    width: calc((100% / 4) - 2px);
}
ul.fixedNavItem li {
    width: calc((100% / 4) - 2px);
}
ul.contentBox {
  margin: 0;
}
.area {
  padding-bottom:10px;
  margin-top: 0;
  padding-top: 45px;
}
.livingNav ul {
  gap: 3px;
  padding: 1rem 0 0;
}
.livingNav ul li {
  width: calc((100% / 5) - 3px);
}
.subcontent h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.originalBack {
  margin: 1rem auto 2rem;
  width: 95%;
}
.cp_detail_content h1 {
  font-size: 20px;
}
.cp_detail_content ul li h2 {
  margin-top: 10px;
  font-size: 18px;
}
.cp_detail_content ul li {
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
}
.floatNav.subinner {
 padding: 0px 5px 0;
}
.subtitback .subinner {
  padding: 0 0 0px;
}
.mgt_10{
  margin-top: 5px;
}
.mgt_20{
  margin-top: 10px;
}
.mgt_30{
  margin-top: 15px;
}
.mgt_40{
  margin-top: 20px;
}
.mgt_50{
  margin-top: 25px;
}
.mgt_80{
  margin-top: 35px;
}
.pdt_20{
  padding-top: 10px;
  }
  .pdb_20{
    padding-bottom: 10px;
    }
    .pdb_40{
      padding-bottom: 20px;
      }
      .iaeonBox {
    /*height: 280px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
}

    #fashionAdd ul.contentBox {
        gap: 0;
    }

a.link1 {
    width: 108px;
    height: 42px;
    bottom: 9%;
    left: 12%;
}
a.link2 {
    width: 134px;
    height: 42px;
    bottom: 9%;
    right: 7%;
}
.mgt_60{
  margin-top: 30px;
}
.buzztto-count.buzztto-sp-count {
    top: 87%;
}
    .dotto {
        width: 94%;
        margin: 0 auto 0;
    }
.dottobox {
    background-color: #FFE9F1;
}
.inner.countdownBox p.mgt_20.pdb_40 {
    padding-bottom: 0px;
}
.inner.countdownBox {
    padding: 0;
    background-color: #fff;
}
.buzzto__item-list__ranking-img img {
   width: 150px;
        height: 150px;
    object-fit: cover;
}
.buzzto__item-list__ranking-img {
    width: 155px;
    height: 155px;
    overflow: hidden;
}
ul.contentBox.inner.rows-4 li.threeItem {
    width: 49%;
    background-color: #FFE9F1;
}
ul.contentBox.inner.rows-4 li.oneItem {
    background-color: #FFE9F1;
}
ul.contentBox.inner.rows-4 li.twoItem {
    background-color: #FFE9F1;
}
ul.contentBox.inner.rows-2 li {
    width: 100%;
    position: relative;
}

ul.contentBox.inner.rows-2 li a {
    display: block;
}

ul.contentBox.inner.rows-2 li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: calc(100% - 10px);
  height: 1px;
  background: #000;
  transform: translateX(-50%);
}

ul.contentBox.inner.rows-2:last-child li:last-child a::before {
  content: unset;
}
p.mgt_20.countdownBoxImg {
    max-width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
}
.adddotto {
    max-width: 90%;
    padding: 3rem 0;
}
.arecomendation:nth-of-type(6) li:nth-child(2) {
  /* 任意のスタイル */
  border-bottom:none;
}
#beautyAdd .contentBox.inner.rows-2:nth-of-type(4) li:nth-child(1) {
  /* 任意のスタイル */
  border-bottom:none;
}
#medicineAdd .contentBox.inner.rows-2:nth-of-type(1) li:nth-child(1) {
  /* 任意のスタイル */
  border-bottom:none;
}

#fashionAdd .contentBox.inner.rows-2 li:last-child {
  /* 任意のスタイル */
  border-bottom:none;
}
ul.arecomendation li.ov:after {
    width: 85%;

}
ul.contentBox.inner.rows-2 {
    border-bottom:none;
}
/* 追加完売御礼 */
ul.contentBox.inner.rows-2.comingSoon li {
    position: relative;
}

.addhead.comingSoon:before,
.iaeonBox.comingSoon:before,
ul.contentBox.inner.rows-2.comingSoon li:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    z-index: 2;
    transform: translateX(0);
}

ul.contentBox.inner.rows-2.comingSoon li:before {
    left: -16px;
    width: calc(100% + 32px);
}

ul.contentBox.inner.rows-2.comingSoon li:after {
    position: absolute;
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "coming soon";
    display: inline-block;
            color: #000;
    font-size: 4.4rem;
    line-height: 1.4;
    z-index: 3;
    font-weight: 600;
    /* padding-top: 5px; */
    letter-spacing: 2px;
    white-space: pre-line;
    padding: 1rem;
    text-align: center;
}

ul.contentBox.inner.rows-2.comingSoon:after {
  content: unset;
}
/*ul.contentBox.inner.rows-2.comingSoon:before {*/
/*    display: none!important;*/
/*}*/
/*ul.contentBox.inner.rows-2.comingSoon:after {*/
/*    display: none!important;*/
/*}*/
/*ul.contentBox.inner.rows-2.comingSoon:before {*/
/*    display: none;*/
/*}*/
/*ul.contentBox.inner.rows-2.comingSoon:after {*/
/*    display: none;*/
/*}*/

.camperBanner {
  padding: 10px 0 27px;
  background: #98edeb;
}

.fixedNav {
  padding-bottom: 2px;
  padding-top: 25px;
  background: url(/Contents/ImagesPkg/portal/p-buzztto/202506/sp/navback_1.png) top center no-repeat;
  width: 100%;
  background-size: 100% auto;
}
}

.contLinksList {
  position: relative;
}

.contLinksList.show::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 1;
  width: 100%;
  height: 43rem;
  background: linear-gradient(rgba(255,255,255, 0) 0%,rgba(160,230,248, 1) 50%,rgba(160,230,248, 1) 90%,rgba(255,255,255, 0) 100% );
}

.dami {
  position: relative;
}

.dami::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  z-index: 1;
  width: 100%;
  height: 18rem;
  background: linear-gradient(rgba(255,255,255, 0) 0%,rgba(160,230,248, 1) 50%,rgba(160,230,248, 1) 90%,rgba(255,255,255, 0) 100% );
}

.moreBtn {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    height: 103px;
    background: url(/Contents/ImagesPkg/portal/p-buzztto/202506/common/more_btn.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 5;
    transition: all .3s ease;
    display: block;
    margin-top: 10px;
    top: -10rem;
}
 
.moreBtn.active {
    margin-top: 20px;
    background: url(/Contents/ImagesPkg/portal/p-buzztto/202506/common/more_btn02.png) center center no-repeat;
    background-size: 100% 100%;
    transition: all .3s ease;
    top: 0;
}

.contentBox li {
  float: left;
  box-sizing: border-box;
  width: 25%;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  max-height: 600px; 
}

.contentBox li.hidden {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.targethead {
    margin-top: 3rem;
}
@media (max-width: 767px) {
    p.mgt_10.countdownBoxImg {
       width: 90%;
    }
  .contentBox li { width: 50%; } 

  .contLinksList.show::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2rem;
    z-index: 1;
    width: 100%;
    height: 20rem;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(160, 230, 248, 1) 50%, rgba(160, 230, 248, 1) 90%, rgba(255, 255, 255, 0) 100%);
}

.moreBtn {
    max-width: 208px;
    width: 100%;
    height: 60px;
    background: url(/Contents/ImagesPkg/portal/p-buzztto/202506/common/more_btn.png) center center no-repeat;
    background-size: 100% auto;
    top: -4rem;
  }
 
  .moreBtn.active {
    top: 0;
}
}

#campaign {
  position: relative;
  z-index: 1;
}

#campaign::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 210px;
  z-index: -1;
  transform: translateX(-50%);
  width: calc(100% - 120px);
  height: calc(100% - 250px);
  background: #deacf0;
  border-radius: 100px;
}

.pointSection {
  border-radius: 0;
  padding: 30px 0 0;
      background: transparent;
}

.pontHead {
  margin-bottom: 16px;
}

.pointBox {
  background: url("/Contents/ImagesPkg/portal/p-buzztto/202506/point_bg_pc.png") top center no-repeat #fbf8de;
  background-size: 100% auto;
  border-radius: 27px;
  overflow: hidden;
  padding: 23px 30px 35px;
}

.pointTtl {
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.pointTtl img {
  width: 100%;
}

.pointTab {
  border: 1px solid #4d4d4d;
}

.tabTtl {
  background: #4d4d4d;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
}

.tabTtl span {
  display: inline-block;
  position: relative;
}

.tabTtl span::before,
.tabTtl span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.1rem;
  z-index: 3;
  width: 2rem;
  height: .3rem;
  background: #fff;
  transform: translateX(100%);
  margin-right: -2.4rem;
}

.tabTtl span::after {
  transform: translateX(100%) rotate(90deg);
  transition: transform .5s ease;
}

.tabTtl.is-active span::after {
  transform: translateX(100%) rotate(0);
  transition: transform .5s ease;
}

.pointBox+.pointBox {
  margin-top: 50px;
}

.pointTab .tabBox {
  background: #fff;
  color: #323232;
  line-height: 1.1;
  font-size: 20px;
  padding: 20px 16px;
  display: none;
}

.pointTab .tabBox ul li {
  color: #323232;
  line-height: 1.1;
  font-size: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.pointTab .tit {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 20px;
}

.pointLink {
  margin-top: 3rem;
  text-align: right;
}

.pointLink img {
  display: inline;
  width: auto;
  height: 3rem;
}

.buzztto-inr img {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pontWrap {
    overflow: hidden;
  }

  .pointSection {
    padding: 10px 0 0;
    position: relative;
    background: transparent;
  }

  .pontHead {
    margin-bottom: 12px;
  }
  
  .pointBox {
    background: url("/Contents/ImagesPkg/portal/p-buzztto/202506/point_bg_sp.png") top center no-repeat #fbf8de;
    background-size: 100% auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 18px 5px 14px;
  }
  
  .pointTtl {
    margin-bottom: 15px;
  }
  
  .tabTtl {
    font-size: 15px;
  }
  
  .tabTtl span::before,
  .tabTtl span::after {
    top: 8px;
    width: 10px;
    height: 2px;
    margin-right: -5px;
  }
  
  .pointBox+.pointBox {
    margin-top: 16px;
  }
  
  .pointTab .tabBox {
    font-size: 11px;
    padding: 10px 8px 12px;
  }
  
  .pointTab .tabBox ul li {
    font-size: 11px;
  }
  
  .pointTab .tit {
    font-size: 11px;
    margin-top: 11px;
  }

  .pointLink {
    margin-top: 1rem;
  }

  .pointLink img {
    height: 1.4rem;
  }

  .shopNavItem {
    padding: 0 1rem 1rem;
  }

  .camperBanner a img {
    height: 190px;
      width: auto;
      margin: auto;
  }

  #campaign::before {
    top: 90px;
    width: 100%;
    height: calc(100% - 100px);
    background: #deacf0;
    border-radius: 80px;
  }
  
}


 * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: sans-serif; background: #f0f0f0; }

    .slider {
      position: relative;
      width: 100%;
      /*max-width: 800px;*/
      max-width: 56vw;
      margin: 2rem auto;
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
      transition: transform 0.3s ease;
  will-change: transform; /* アニメーション最適化 */
    }

    .slide {
      flex: 0 0 406px; /* 显示 1.5 张图 */
      height: 406px;     /* 原高度 200px -> 400px（2倍） */
      margin-right: 2%;
      -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 10px;
    }

    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      border: none;
      font-size: 1.5rem;
      padding: 1rem;
      cursor: pointer;
      z-index: 7;
      width: 45px; /* 3/4 尺寸按钮 */
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }

    .nav-button.left { left: 10px; }
    .nav-button.right { right: 10px; }

    @media (max-width: 768px) {
    .slider {
      max-width: 88vw;
    }
    
      .slide {
        flex: 0 0 203px;
        /*height: 300px;*/
        height: 203px;
      }
    }
.yen-symbol {
    font-size: 12px; /* 任意のサイズに変更 */
}

.commonItem.commonItem--ranking {
  background: #fff;
  padding: 5px;
}

.commonItem-list__ranking-img {
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}

.commonItem__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.commonItem__name {
  margin-top: 8px;
}

.commonItem__price {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 10px;
}

.commonItem__price dt {
  color: red;
  font-size: 12px;
  width: 28px;
}

.commonItem__price dd {
  font-size: 38px;
  color: red;
  font-weight: 600;
  letter-spacing: -2.5px;
}

.commonItem__tax-included {
  display: flex
;
  margin-top: 3px;
}
.commonItem__price dd.price-size {
  font-size: 20px;
  letter-spacing: -1px;
}


.codeBox {
  font-size: 5rem;
  border: .1rem solid #241a17;
  max-width: 90%;
  width: 100%;
  margin: 0 auto 3rem;
}

.codeBox .codeTit {
  font-size: 5rem;
  background: #241a17;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.codeBox .codeInner {
  position: relative;
  text-align: center;
      padding: 1rem 20rem 1rem 10rem;
  background: #fff;
}

.codeBox .copy_mame {
  font-size: 8rem;
  color: #424242;
  font-weight: 700;
}

#copyButton {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6rem;
  background: #6c6a6a;
  color: #fff;
  padding: .5rem;
  border-radius: 5px;
  font-weight: 700;
}

.addhead {
  padding: 37px 0;
  background: #E56A8A;
    padding: 2px;
    max-width: 880px;
    margin: 0 auto 10px;
}

.addhead img {
  width: auto;
  height: 68px;
  margin: auto;
}

.cpback {
  padding-top: 3rem;
}

.outWrap .areaHead {
  padding: 5rem 0 1rem;
}

.centerpieceItem.regular {
  background: #ddabef;
  padding: 10rem 0;
}
.regularBanner {
  max-width: 90%;
  margin: 25px auto 0;
}
.otherBtn {
  max-width: 400px;
  width: 100%;
  margin: 28px auto 0;
}
@media screen and (max-width: 767px) {

  .commonItem__price dd.price-size {
    font-size: 16px;
    letter-spacing: -1px;
  }

  
.codeBox {
  font-size: 2rem;
  margin: 0 auto 1rem;
}

.codeBox .codeTit {
  font-size: 2rem;
  background: #241a17;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.codeBox .codeInner {
  position: relative;
  text-align: center;
  padding: .5rem 8rem .5rem 2rem;
}

.codeBox .copy_mame {
  font-size: 2.5rem;
  color: #424242;
  font-weight: 700;
}

#copyButton {
  right: .5rem;
  font-size: 2.4rem;
  padding: .5rem;
}

.addhead {
  padding: 10px 0;
}

.addhead img {
  width: auto;
  height: 30px;
  margin: auto;
}

.outWrap+.outWrap {
    margin-top: 1rem;
}

.outWrap .areaHead {
  padding: 3rem 0 .5rem;
}

#menunavi03 .pontWrap .inner {
    padding: 0;
}

.centerpieceItem.regular {
  padding: 3.4rem 0;
}
.regularBanner {
  margin: 14px auto 0;
}

.otherBtn {
  max-width: 300px;
  width: 100%;
  margin: 18px auto 0;
}
/* タッチ操作改善 */
@media (hover: none) {
  .slider-track {
    cursor: grab;
  }
  .slider-track:active {
    cursor: grabbing;
  }
}
}
 