/* フォント */
.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}
.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

/* body */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #262626;
}

#EST_SPS_cart #hNav {
  display: none;
}

/* ヘッダー */
.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header-inner {
  background: #f2f2f2;
}
.top-text {
  font-size: 11px;
  padding: 5px 0 15px;
}
@media screen and (max-width: 768px) {
  .top-text {
    font-size: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
  }
}


.hd-logo-area {
  font-size: 13px;
}
.hd-logo-area .logo {
  max-width: 283px;
}
.hd-icon-text {
  margin-top: auto;
}

.hd-banner {
  margin-bottom: 14px;
}
.hd-banner ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 5px;
}
.hd-banner ul li img {
  display: block;
}

.hd-ssearch {
  margin-bottom: 14px;
}
.side-search form,
.hd-ssearch form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.side-search form .searchbox,
.hd-ssearch form .searchbox {
  border: 1px solid #262626;
  background: #fff;
  height: 40px;
  max-width: 220px;
  flex: 1;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}
.side-search form .searchbox::placeholder,
.hd-ssearch form .searchbox::placeholder {
  color: #ccc;
  font-weight: 400;
}
.side-search form .searchSubmit,
.hd-ssearch form .searchSubmit {
  border: 1px solid #262626;
  background: url("../img/search_white.svg") center center no-repeat #262626;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  flex: 0 0 40px;
}

.hd-icon-text ul {
  display: flex;
}
.hd-icon-text ul li + li {
  margin-left: 23px;
  padding-left: 23px;
  position: relative;
}
.hd-icon-text ul li + li::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #262626;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.hd-icon-text ul li a {
  font-size: 15px;
  font-weight: 500;
  transition-duration: .3s;
}
.hd-icon-text ul li a:hover {
  color: #926A8C;
}
.hd-icon-text ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.hd-icon-text ul li a span::before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: .3s;
}
.hd-icon-text ul li.hd-icon1 a span::before { background-image: url("../img/hd_icon1.svg"); }
.hd-icon-text ul li.hd-icon2 a span::before { background-image: url("../img/hd_icon2.svg"); }
.hd-icon-text ul li.hd-icon3 a span::before { background-image: url("../img/hd_icon3.svg"); }
.hd-icon-text ul li.hd-icon1 a:hover span::before { background-image: url("../img/hd_icon1-hover.svg"); }
.hd-icon-text ul li.hd-icon2 a:hover span::before { background-image: url("../img/hd_icon2-hover.svg"); }
.hd-icon-text ul li.hd-icon3 a:hover span::before { background-image: url("../img/hd_icon3-hover.svg"); }
#hNav {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .hd-block-rayout {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px 16px;
  }
  .hd-logo-area {
    display: flex;
    align-items: center;
    gap: 0 35px;
  }
  .side-search form .searchbox {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hd-block2,
  .hd-logo-area .tx {
    display: none;
  }
  .top-text {
    font-size: 10px;
    background: #926A8C;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
  }
  .hd-logo-area {
    padding: 12px 16px;
    height: 48px;
  }
  .hd-logo-area .logo {
    max-width: 180px;
  }
  #hNav ul#header-nav li#header-nav-drawer {
    top: 44px;
    border: none;
    background: none;
    right: 4%;
    transition-duration: .5s;
  }
  #header-nav-drawer.spsDrawerOpen span::before {
    transform: rotate(-30deg);
  }
  #header-nav-drawer.spsDrawerOpen span::after {
    transform: rotate(-150deg);
  }
  .side-search form .searchbox {
    /*width: 100%;*/
    width: calc(100% - 40px);
    max-width: none;
    box-sizing: border-box;
  }
  #header-nav-drawer span,
  #header-nav-drawer span::before,
  #header-nav-drawer span::after{
    width: 32px;
    margin: 0;
    background: #262626;
    height: 2px;
  }
  #header-nav-drawer span {
    transform: translate(-50%,-50%);
  }
  #header-nav-drawer span::before{
    margin-top: -10px;
  }
  #header-nav-drawer span::after{
    margin-top: 8px;
  }
}

/* スライダー */
.top-fv-wrap {
  position: relative;
  display: none;
}
#fv-arrows .slick-arrow {
  border: none;
  background: rgba(236,238,241,.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
}
#fv-arrows .slick-arrow.slick-prev {
  background-image: url("../img/slider-arw-left.svg");
}
#fv-arrows .slick-arrow.slick-next {
  background-image: url("../img/slider-arw-right.svg");
}
@media screen and (min-width: 1281px) {
  #fv-arrows .slick-arrow.slick-prev {
    margin-left: -600px;
  }
  #fv-arrows .slick-arrow.slick-next {
    margin-left: 600px;
  }
  .top-fv-wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1280px) {
  #fv-arrows .slick-arrow.slick-prev {
    margin-left: -550px;
  }
  #fv-arrows .slick-arrow.slick-next {
    margin-left: 550px;
  }
}

#fv-dots .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 14px;
  margin-top: 16px;
}
#fv-dots .slick-dots button {
  border: none;
  background: #e4e4e4;
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  transform: rotate(45deg);
  cursor: pointer;
}
#fv-dots .slick-dots .slick-active button {
  background: #926A8C;
}
@media screen and (min-width: 1201px) {
  .top-fv-wrap {
    margin-top: 10px;
  }
  .top-fv-slider-image {
    padding: 0 2px;
  }
}

/* メインレイアウト */
#contents {
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  #main-column {
    width: 100%;
    max-width: 900px;
    float: none;
    margin: 0 auto;
  }
  #contents {
    padding: 0 20px;
  }
  #sub-column {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #sub-column {
    background: #fff;
    top: 104px;
    height: calc( 100% - 104px );
    box-sizing: border-box;
    padding: 24px 2%;
  }
}

/* ヘッダーナビ */
.hd-navi {
  font-family: "Zen Old Mincho", serif;
  background: #926A8C;
}
.hd-navi ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 50px;
  justify-content: center;
}
.hd-navi ul li {
  flex: 1;
}
.hd-navi ul li + li {
  border-left: 1px solid #aaa;
}
.hd-navi ul li a {
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition-duration: .3s;
}
.hd-navi ul li a:hover {
  background-color: #744B6F;
}
@media screen and (max-width: 768px) {
  .hd-navi {
    display: none;
  }
}

/* 左サイド */
#sub-column h2 {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  background: url("../img/side-tl-bg.svg") center center no-repeat #fbfbfb;
  margin-bottom: 24px;
}
#sub-column .category nav ul li:first-child {
  border-top: none;
}
#sub-column .category h3,
#sub-column .category .tatenarabi > h3 {
  border-bottom: 1px solid #B5A046;
  border-top: none;
  background: #F4EBBA;
  font-family: "Zen Old Mincho", serif;
  font-size: 19px;
  font-weight: 700;
  margin-top: 10px;
}
#sub-column .category h3,
#sub-column .category .tatenarabi > h3 {
  padding: 15px;
}
#sub-column .category nav ul li.listcat1:not(.parent) a {
  font-weight: 500;
}
#sub-column .category nav ul li.cat1,
#sub-column .category nav ul li.listcat1:not(.parent),
#sub-column .category nav ul li.listcat1.parent {
  border-top: none;
  border-bottom: 1px solid #EBEBEB;
}
#sub-column .category nav ul li.cat1 a,
#sub-column .category nav ul li.listcat1:not(.parent) a,
#sub-column .category nav ul li.listcat1.parent a {
  font-weight: 500;
  font-size: 14px;
  padding: 20px 16px;
  line-height: 1.42;
}
#sub-column .category nav ul li.cat2 a,
#sub-column .category nav ul li.listcat2 a {
  font-weight: 500;
  font-size: 12px;
  padding: 15px 24px;
  line-height: 1.42;
  background: #f8f8f8;
}
#sub-column .category nav ul li.listcat3 a {
  font-weight: 500;
  font-size: 11px;
  padding: 12px 26px;
  line-height: 1.42;
}
#sub-column .category nav ul li.listcat3 a::before {
  content: "";
  width: .5em;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
#sub-column > section + section {
  margin-top: 40px;
}
#sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1 {
  border-top: none;
}
@media screen and (min-width: 769px) {
  #sub-column .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sub-column .category h3,
  #sub-column .category .tatenarabi > h3 {
    background: #fff;
    border-color: #ADADAD;
    font-size: 16px;
  }
  #sub-column .category h2 {
    margin-bottom: 0;
  }
  .sps-itemCategoryMain {
    position: relative;
  }
  .sps-itemCategoryMain::before,
  .sps-itemCategoryMain::after {
    background: #ADADAD;
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
    transition-duration: .3s;
  }
  #sub-column .category nav ul.sps-itemCategoryMain li a::after {
    content: none;
  }
  .sps-itemCategoryMain::after {
    transform: translate(0,-50%) rotate(90deg);
  }
  .sps-itemCategoryMain.active::after {
    transform: translate(0,-50%) rotate(0deg);
  }
  .sps-itemCategoryMain a {
    pointer-events: none;
  }
  .sps-itemCategorySub {
    display: none;
    opacity: 0;
  }
  .sps-itemCategorySub.open {
    display: block;
    opacity: 1;
    animation: fadeInBlock 0.3s ease-in 0s forwards;
  }
  #sub-column .sp-only .category nav ul {
    margin: 0;
  }
  #sub-column .category > h2 + section > h3 + nav ul li.listcat2:first-child a {
    font-weight: 500;
    font-size: 14px;
    padding: 20px 16px;
    line-height: 1.42;
    background: #fff;
  }
}

.freeArea2 .free-contents a,
.freeArea2 .free-contents a img {
  display: block;
}
.freeArea2 .free-contents ul.sps-itemCategoryMain,
.freeArea2 .free-contents ul.sps-itemCategorySub {
  margin-left: 0;
  margin-right: 0;
}
.side-favo {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #262626;
}
.side-line {
  margin-top: 40px;
  margin-bottom: 40px;
}
.puchi {
  margin-top: 40px;
}
.side-line1,
.side-banner {
  margin-top: 24px;
}
.side-banner-item + .side-banner-item {
  margin-top: 10px;
}
.side-mag {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.side-mag::before,
.side-mag::after {
  content: "";
  display: block;
  width: 100%;
  background: url("../img/side-mg-line1.svg") center center no-repeat;
  background-size: auto 100%;
  height: 22px;
}
.side-mag::before {
  margin-bottom: 24px;
}
.side-mag::after {
  margin-top: 24px;
  background-image: url("../img/side-mg-line2.svg");
}
.side-mag .tl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  color: #887007;
  border-bottom: 1px dotted #887007;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.side-mag .tx {
  font-weight: 500;
  font-size: 12px;
}
.side-mag .btn {
  margin-top: 15px;
}
.side-mag .btn a {
  font-family: "Zen Old Mincho", serif;
  background: #887007;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  transition-duration: .3s;
}
.side-mag .btn a:hover {
  opacity: .7;
}
.side-mag .btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  gap: 0 6px;
}
.side-mag .btn a span::after {
  content: "";
  border: 4px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  position: relative;
  transform: rotate(45deg);
}
.freeArea2 .free-contents .side-sns {
  margin-bottom: 20px;
}
.freeArea2 .free-contents .side-sns ul,
.freeArea2 .free-contents .side-sns ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.freeArea2 .free-contents .side-sns ul {
  display: flex;
  justify-content: center;
  gap: 0 15px;
}
.freeArea2 .free-contents .side-sns ul li {
  max-width: 48px;
}

/* センタータイトル */
#document h1,
#guide h1,
#main-column .news h2,
#main-column .ranking h2,
#main-column .newItem h2,
#Journal h2.center-tl,
.center-tl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 32px;
}
#document h1,
#guide h1,
#main-column .news h2,
#main-column .ranking h2,
#main-column .newItem h2 {
  margin-bottom: 30px;
}
#document h1,
#guide h1,
#main-column .news h2,
#main-column .ranking h2,
#main-column .newItem h2,
.center-tl span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 26px;
  line-height: 1.2;
}
#document h1::before,
#document h1::after,
#guide h1::before,
#guide h1::after,
#main-column .news h2::before,
#main-column .news h2::after,
#main-column .ranking h2::before,
#main-column .ranking h2::after,
#main-column .newItem h2::before,
#main-column .newItem h2::after,
.center-tl span::before,
.center-tl span::after {
  content: "";
  display: block;
  background: url("../img/title-left.svg") center center no-repeat;
  background-size: contain;
  width: 48px;
  height: 30px;
  margin: 0;
}
#document h1::after,
#guide h1::after,
#main-column .news h2::after,
#main-column .ranking h2::after,
#main-column .newItem h2::after,
.center-tl span::after {
  background-image: url("../img/title-right.svg");
}
.center-tl-en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .06em;
  color: #926A8C;
  text-align: center;
}
#document h1,
#guide h1,
#main-column .news h2,
#main-column .ranking h2,
#main-column .newItem h2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#document h1,
#guide h1 {
  background-image: url("../img/center-tl-guide.svg");
  border-top: none;
}
#main-column .news h2 {
  background-image: url("../img/center-tl-news.svg");
}
#main-column .ranking h2 {
  background-image: url("../img/center-tl-ranking.svg");
}
#main-column .newItem h2 {
  background-image: url("../img/center-tl-new.svg");
}
@media screen and (max-width: 768px) {
  #document h1,
  #guide h1,
  #main-column .news h2,
  #main-column .ranking h2,
  #main-column .newItem h2,
  #Journal h2.center-tl,
  .center-tl {
    font-size: 22px;
  }
  #document h1,
  #guide h1,
  #main-column .news h2,
  #main-column .ranking h2,
  #main-column .newItem h2,
  .center-tl span {
    gap: 0 14px;
  }
  #document h1,
  #guide h1,
  #main-column .news h2,
  #main-column .ranking h2,
  #main-column .newItem h2 {
    padding-bottom: 25px;
  }
  #document h1::before,
  #document h1::after,
  #guide h1::before,
  #guide h1::after,
  #main-column .news h2::before,
  #main-column .news h2::after,
  #main-column .ranking h2::before,
  #main-column .ranking h2::after,
  #main-column .newItem h2::before,
  #main-column .newItem h2::after,
  .center-tl span::before,
  .center-tl span::after {
    width: 26px;
    height: 16px;
  }
  .center-tl-en {
    font-size: 10px;
  }
}

/* 外部読み込みm */
.centerbox.coby iframe {
  width: 100%;
}

/* フッター */
.ft-menu-wrap {
  background: #f4f4f4;
  padding: 50px 20px;
}
.ft-menu {
  max-width: 1200px;
  margin: 0 auto;
}
.ft-menu-rayout {
  display: flex;
  margin-top: 50px;
  gap: 0 40px;
  line-height: 1.5;
}
.ft-menu-box {
  flex: 1;
}
.ft-menu-item + .ft-menu-item {
  margin-top: 20px;
}
.ft-menu-item .tl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #926A8C;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #926A8C;
  line-height: 1;
}
.ft-menu-item .tl span {
  display: block;
  border-left: 3px solid #926A8C;
  padding-left: 14px;
}
.ft-menu-item .tx,
.ft-menu-item ul {
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
}
.detail-btn {
  padding: 0 10px;
  margin-top: 10px;
}
.detail-btn a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #926A8C;
  border: 1px solid #926A8C;
  background: #fff;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  height: 30px;
  position: relative;
}
.detail-btn a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
  content: "";
  display: block;
  border: 3px solid transparent;
  border-top-color: #926A8C;
  border-right-color: #926A8C;
}

.footer-inner {
  background: #926A8C;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.ft-navi ul {
  font-size: 12px;
}
.ft-navi ul li a {
  color: #fff;
}
.copyright {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .ft-navi ul {
    display: flex;
    justify-content: center;
  }
  .ft-navi ul li {
    padding: 0 24px;
  }
  .ft-navi ul li + li {
    border-left: 1px solid #ADADAD;
  }
  .footer-inner {
    padding: 25px 20px 15px;
  }
  .copyright {
    margin-top: 20px;
  }
  .ft-logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ft-menu-wrap {
    display: none;
  }
  .ft-navi ul li {
    border-bottom: 1px solid #ADADAD;
  }
  .ft-navi ul li a {
    padding: 1em;
    display: block;
  }
  .copyright {
    padding: 20px;
  }
  .ft-logo {
    background: #F2F2F2;
    padding: 15px;
  }
  .ft-logo img {
    max-width: 130px;
    display: block;
    margin: 0 auto;
  }
}

#page-top {
  display: none !important;
}

footer {
  background: none;
  height: auto;
  margin: 0;
}



/* センタータイトル */
#main-column h2 {
  border-top: none;
  padding: 10px 0;
}

/* センター　ご挨拶 */
.center-greeting::before,
.center-greeting::after {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.center-greeting::before {
  height: 35px;
  background-image: url("../img/center-flame-top.svg");
}
.center-greeting::after {
  height: 5px;
  background-image: url("../img/center-flame-bottom.svg");
}
.center-greeting-in .text p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 2;
  font-size: 14px;
  margin: 20px 0;
}
.greeting-link {
  margin-top: 40px;
}
.freeArea2 .free-contents .greeting-link a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/center-link-arw-white.svg") right 20px center no-repeat #B5A046;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  height: 56px;
  max-width: 280px;
}
@media screen and (min-width: 769px) {
  .center-greeting-in {
    padding: 40px 80px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 56px;
  }
  .center-greeting-in .image {
    width: 186px;
  }
  .center-greeting-in .text {
    flex: 1;
  }
  .center-greeting-in .text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .center-greeting {
    margin-top: 24px;
  }
  .center-greeting::before,
  .center-greeting::after {
    margin: 0 -2vw;
  }
  .center-greeting-in {
    padding: 20px 20px 40px;
  }
  .center-greeting-in .image {
    max-width: 140px;
    margin: 0 auto;
  }
  .greeting-link a {
    margin-left: auto;
    margin-right: auto;
  }
}

/* センター　目的・お悩み */
.center-search {
  margin-top: 60px;
}
.freeArea2 .free-contents .center-search-list ul,
.freeArea2 .free-contents .center-search-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.freeArea2 .free-contents .center-search-list {
  margin-top: 20px;
}
.freeArea2 .free-contents .center-search-list ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 6px;
  text-align: center;
}
.freeArea2 .free-contents .center-search-list ul li a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #887007;
  background: #F7F4EA;
  border: 1px solid #887007;
  font-weight: 700;
  height: 64px;
  font-size: 15px;
  position: relative;
  transition-duration: .3s;
}
.freeArea2 .free-contents .center-search-list ul li a:hover {
  opacity: .7;
}
.freeArea2 .free-contents .center-search-list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  border: 4px solid transparent;
  border-right-color: #887007;
  border-bottom-color: #887007;
}
@media screen and (min-width: 769px) {
  .freeArea2 .free-contents .center-search-list ul {
    grid-template-columns: repeat(5,1fr);
  }
}

/* ホットインフォメーション */
.newItem,
.centerbox.coby,
.center-hotinfo {
  border-top: 1px dotted #926A8C;
  padding-top: 48px;
  margin-top: 72px;
}
@media screen and (min-width: 769px) {
  .plugin-sp {
    display: none;
  }
  .plugin-pc {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .newItem,
  .centerbox.coby,
  .center-hotinfo {
    margin-left: -2vw;
    margin-right: -2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 40px;
    margin-top: 40px;
  }
  .newItem {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .plugin-pc {
    display: none;
  }
  .plugin-sp {
    margin-top: 20px;
  }
}
.freeArea2 .free-contents .center-banner-list ul,
.freeArea2 .free-contents .center-banner-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .freeArea2 .free-contents .center-banner-list .ban {
    margin-top: 32px;
  }
  .freeArea2 .free-contents .center-banner-list .ban1 {
    margin-top: 16px;
    display: flex;
    gap: 0 16px;
  }
  .freeArea2 .free-contents .center-banner-list .ban2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    margin-top: 16px;
  }
  .freeArea2 .free-contents .center-banner-list .ban2 li:nth-child(3) {
    grid-column: 1 / -1;
  }
}
@media screen and (max-width: 768px) {
  .freeArea2 .free-contents .center-banner-list .ban {
    margin-top: 16px;
  }
  .freeArea2 .free-contents .center-banner-list .ban1 {
    margin-top: 8px;
  }
  .freeArea2 .free-contents .center-banner-list .ban1 li + li,
  .freeArea2 .free-contents .center-banner-list .ban2 li + li {
    margin-top: 8px;
  }
  .freeArea2 .free-contents .center-banner-list .ban2 {
    margin-top: 8px;
  }
}

/* Facebook */
.center-facebook iframe {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .center-facebook {
    margin-top: 70px;
  }
}

/* 新着商品 */
.newItem .badge {
  display: none;
}
p.price span.selling_price,
p.price span.taxin {
  color: #262626;
}
#main-column h2.goods,
.column4 h3,
.column5 h3 {
  font-size: 15px;
  line-height: 1.46;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0;
}
.layoutFrame .price,
#main-column .column4 p.price,
#main-column .column5 p.price,
#main-column .column4 p.sp_price,
#main-column .column5 p.sp_price #main-column .column4 p.fx_price,
#main-column .column5 p.fx_price, #main-column .column4 p.rg_price,
#main-column .column5 p.rg_price {
  font-size: 17px;
  font-weight: 700;
}
.column4 .itemThumb,
.column5 .itemThumb {
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
}
.layoutFrame .price {
  text-align: right;
}

/* ランキング */
.ranking {
  background: #F8F8F8;
}
@media screen and (min-width: 769px) {
  .ranking {
    border-top: 2px solid #926A8C;
    border-bottom: 1px solid #926A8C;
    margin-top: 70px;
    padding: 50px 20px 20px;
  }
  .column5 {
    width: 18%;
    margin-right: 2%;
  }
  .ranking .column5 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ranking {
    margin-left: -2vw;
    margin-right: -2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* お知らせ */
.news {
  margin-top: 40px;
}
dl.news-box {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .news {
    margin-top: 70px;
  }
  dl.news-box {
    padding: 32px;
    font-size: 15px;
  }
}

#sub-column .freeArea2.shopDiary p a {
  background: url("../img/blog-link.svg") center center no-repeat;
  margin: 24px auto 0;
  font-size: 0;
  height: 56px;
  width: 240px;
  border: none;
  border-radius: 0;
}

/* スマホメニュー */
@media screen and (min-width: 769px) {
  .sp-cart,
  .freeArea2 .free-contents .sp-menu-banner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .freeArea2 .free-contents .sp-menu-banner {
    margin-bottom: 20px;
  }
  .freeArea2 .free-contents .sp-menu-banner ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
  }
  .freeArea2 .free-contents .sp-menu-banner ul,
  .freeArea2 .free-contents .sp-menu-banner ul li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sp-cart {
    position: fixed;
    top: 44px;
    right: 20%;
    z-index: 100;
  }
  #EST_SPS_cart .sp-cart {
    right: 20px;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: flex;
    opacity: 0;
  }

  100% {
    display: flex;
    opacity: 1;
  }
}
@keyframes fadeInBlock {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
