@charset "UTF-8";

.wrap1280 #main-contents {
  width: calc(100% - 326px);
  margin: 0 36px 0 50px;
}
main #top-ichioshi .image-wrapper,
main #top-ranking .image-wrapper {
  border-radius: 10px;
}
main {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
main #top-feature .image,
main #top-jichitai .image,
main #top-jichitai .jichitai-goods .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  height: auto;
  border-radius: 10px;
  text-align: center;
}
main #top-feature .image,
main #top-jichitai .jichitai-goods .image {
  margin-bottom: 0;
}
main #top-jichitai .image::before,
main #top-jichitai .jichitai-goods .image::before {
  content:"";
  display: block;
  padding-top: 40.7079%;
}
main #top-feature .image::before {
  content:"";
  display: block;
  padding-top: 45.7964%;
}
main #top-feature .image img,
main #top-jichitai .image img,
main #top-jichitai .jichitai-goods .image img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
main::-webkit-scrollbar {
  display:none;
}
main h1 {
  background: none;
  height: auto;
  margin-bottom: 20px;
}
main h1 img {
  position: static;
}
main .btn a {
  height: 60px;
  text-align: center;
}
main .btn-o img.pc {
  display: inline-block !important;
  margin: 0 auto;
  vertical-align: middle;
}
main #mv {
  width: 100%;
  margin-bottom: 31px;
  background-color: #FBD723;
}
main #mv .inner {
  max-width: 1080px;
  width: 100%;
  padding: 14px 0 7px;
  margin: 0 auto;
}
main #mv-slide {
  width: 100%;
}
main #mv-slide .block {
  overflow: hidden;
  border-radius: 10px;
}
main #mv-slide .block img {
  border-radius: 10px;
}
main #mv-slide .swiper-pagination {
  position: static;
  margin-top: 0;
  bottom: auto;
}
main #mv-slide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
main #mv-slide .swiper-pagination-bullet-active {
  background-color: #FBD723;
  opacity: 1;
}
main #mv-slide .swiper-custom-parent {
  position: relative;
}
main #mv-slide .swiper-button-prev::after,
main #mv-slide .swiper-button-next::after {
  display: none;
}
main #mv-slide .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: url('../images/common/slide_icon_prev.png')no-repeat 0 0/contain;
}
main #mv-slide .swiper-button-next {
  width: 44px;
  height: 44px;
  background: url('../images/common/slide_icon_next.png')no-repeat 0 0/contain;
}
@media screen and (max-width:769px) {
  main #mv-slide .swiper-button-prev,
  main #mv-slide .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
main .banner_area {
  max-width: 420px;
  width: calc(100% - (59.2592% + 19px));
  margin-left: 19px;
}
main .banner_area .banner {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}
main .banner_area .banner:last-child {
  margin-bottom: 0;
}
main #top-banner {
  position: relative
}
main #top-banner .image {
  width: calc((100% - 25px) / 2 - .001px);
  margin-right: 25px;
}
main #top-banner .bg-py {
  padding: 70px 30px 60px 30px;
  background: #F8F6ED;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width:1110px) {
  main #top-banner .bg-py {
    padding: 40px 20px 50px 20px;
  }
}
main #top-banner .bg-py .bannerArea {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:769px) {
  main #top-banner .bg-py .bannerArea {
    margin-top: 0;
  }
}
.grid-container:not(:first-of-type) {
  margin-top: 10px;
}
.grid-container img {
  border-radius: 6px;
}
.grid-container-2-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.grid-container-4-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.grid-container-4-cols img,
.grid-container-2-cols img {
  width: 100%;
}
@media screen and (max-width:769px) {
  .grid-container-2-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-4-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-container-2-cols p:last-of-type {
    display: none;
  }
}
main #top-banner .image:nth-child(2n) {
  margin-right: 0;
}
main #top-feature {
  margin-bottom: 80px;
}
main #top-feature .article-wrapper {
  margin-bottom: 20px;
}
main #top-feature .article {
  width: calc((100% - 20px - .01px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
main #top-feature .article:nth-child(2n) {
  margin-right: 0;
}
main #top-feature .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
main #top-feature .article .txt {
  overflow: hidden;
  min-height: 80px;
  padding: 13px 18px;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #F8F6ED;
}
main #top-feature .btn img {
  max-width: 257px;
  vertical-align: text-bottom;
}
main #top-feature a:hover .txt span {
  color: #E35E00;
}
main #top-feature a .image-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
main #top-feature a .image {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
main #top-feature a:hover .image  {
  transform:scale(1.05);
}
main #keyword {
  padding-bottom: 10px;
  border-bottom: 1px solid #DBDBDB;
}
main #keyword h1 {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
main #keyword h1::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #DBDBDB;
}
main #keyword h1 span {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0 20px 0 0;
  background: #fff;
  text-align: left;
}
main #keyword h1 img {
  max-width: 223px;
  margin-left: 0;
}
main #keyword ul {
  font-size: 0;
}
main #keyword li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
main #keyword li a {
  display: block;
  padding: 5px 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 20px;
  background-color: #F8F6ED;
}
main #top-shikumi,
main #top-furulabo {
  position: relative;
  margin-bottom: 0;
}
main #top-shikumi h1,
main #top-furulabo h1 {
  z-index: 10;
}
main #top-shikumi .bg-py,
main #top-furulabo .bg-py,
main #top-howto .bg-py {
  padding: 70px 30px 60px 30px;
  border-radius: 20px 20px 0 0;
  background: #F8E8B1;
}
main #top-shikumi .bg-py {
  border-radius: 20px;
}
main #top-shikumi .block-wrapper,
main #top-furulabo .block-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width:769px) {
  main #top-shikumi .block-wrapper,
  main #top-furulabo .block-wrapper {
    margin-top: 0;
  }
}
main .decorationBG {
  position: absolute;
  z-index: 0;
  left: 30px;
  top: 28px;
  width: 180px;
}
main .decorationBG.--right {
  left: auto;
  right: 30px;
  top: 35px;
}
main .decorationBG.--left.--second {
  top: 33px;
}
@media screen and (max-width:1110px) {
  main .decorationBG.--right {
    width: 120px;
    right: 10px;
    top: 42px;
  }
  main .decorationBG {
    width: 130px;
    top: 63px;
    left: 10px;
  }
  main .decorationBG.--left.--second {
    top: 70px;
  }
}
main #top-shikumi .block,
main #top-furulabo .block {
  overflow: hidden;
  position: relative;
  width: calc((100% - 20px) / 2 - .01px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width:769px) {
  main #top-shikumi .block,
  main #top-furulabo .block {
    width: 100%;
  }
}
main #top-shikumi .block:nth-child(2n),
main #top-furulabo .block:nth-child(2n) {
  margin-right: 0;
}
main #top-shikumi .image-wrapper,
main #top-furulabo .image-wrapper {
  position: relative;
}
main #top-fushikumirulabo .image,
main #top-furulabo .image {
  overflow: hidden;
  width: 100%;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
main #top-shikumi .image img,
main #top-furulabo .image img {
  position: absolute;
  max-width: none;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.decorationIMG {
  display: none;
}
@media screen and (max-width:769px) {
  .decorationBG {
    display: none;
  }
  .decorationIMG {
    margin-top: 20px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .decorationIMG.--overWrap {
    position: relative;
    top: 5.6vw;
    margin-top: 0;
  }
}
main .icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 8px;
  right: 8px;
  background-color: #fff;
}
main .icon span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px;
}
.modal-open {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.thumbnail {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #000;
  z-index: 150;
  pointer-events: none;
}
.thumbnail img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
main #top-shikumi .icon,
main #top-furulabo .icon {
  z-index: 200;
}
main #top-shikumi .thumbnail,
main #top-shikumi .youtube,
main #top-furulabo .thumbnail,
main #top-furulabo .youtube {
  border-radius: 10px 10px 0 0;
}
main #top-shikumi .youtubee,
main #top-furulabo .youtubee {
  padding-top: 56.1611%;
}
.blocker {
  background-color: #000;
  z-index: 99999;
}
.modal {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  background: inherit;
  padding: 0;
}
.modal a.close-modal {
  background-color: #000;
  border: 2px solid #242424;
  border-radius: 50%;
  display: block;
  width: 26px;
  height: 26px;
  padding: 30px 30px 0 0;
  overflow: hidden;
  position: absolute;
  top: -13px;
  right: -13px;
  background: #000;
}
.modal a.close-modal:hover {
  background-color: #424242;
}
.modal a.close-modal::before,
.modal a.close-modal::after {
  background-color: #999;
  content: '';
  display: block;
  width: 2px;
  height: 24px;
  margin-left: -1px;
  position: absolute;
  top: 3px;
  left: 50%;
}
.modal a.close-modal::before {
  transform: rotate(-45deg);
}
.modal a.close-modal::after {
  transform: rotate(45deg);
}
.youtube-area iframe {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
main #top-shikumi .icon.icon-movie span,
main #top-furulabo .icon.icon-movie span {
  padding: 0;
}
main #top-shikumi .icon span:hover,
main #top-furulabo .icon span:hover {
  cursor: pointer;
}
main #top-shikumi .icon img,
main #top-furulabo .icon img {
  vertical-align: top;
  line-height: 1;
}
main #top-shikumi .movie-ttl,
main #top-furulabo .movie-ttl {
  display: block;
  padding: 12px 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555;
  font-weight: bold;
}
main #top-shikumi .btn img,
main #top-furulabo .btn img {
  max-width: 257px;
  vertical-align: middle;
}
main #top-keyword h1 {
  margin-bottom: 13px;
}
main #top-keyword h1 img {
  max-width: 342px;
  margin-left: 0;
}
main #top-keyword .line,
main #top-ichioshi .line {
  position: relative;
  height: 4px;
}
main #top-ichioshi .line.bottom {
  margin-top: 62px;
}
main #top-keyword .line.under-h2,
main #top-ichioshi .line.under-h2 {
  margin-bottom: 20px;
}
main #top-keyword .line::before,
main #top-ichioshi .line::before {
  content: "";
  background-image: linear-gradient(to right, #FBD723, #FBD723 10px, transparent 10px, transparent 20px);
  background-size: 20px 4px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main #top-ichioshi h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
main #top-ichioshi .goods-name a,
main #top-ranking .goods-name a {
  display: -webkit-box;
}
.controllerButton {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.controllerButton__icon {
  width: 12px;
  height: 12px;
}
#top-ranking .swiper-button-prev,
#top-ranking .swiper-button-next {
  display: none;
}
main #mv-slide .swiper-button-prev,
main #mv-slide .swiper-button-next {
  position: unset;
  margin: 0;
}
.mv-progress-circle-wrap {
  vertical-align: middle;
  display: flex;
}
.controllerArea {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.controllerArea__margin {
  margin-top: 5px;
}
/* swiper 追加 */
.swiper-container {
  padding-top: 10px;
}
#mv-slide .swiper-custom-parent {
  position: relative;
}
.mySwiperItem-slide {
  width: 300px;
}
#mv-slide .controllerArea {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#mv-slide .controllerArea__box {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 2px;
}
#mv-slide .progress-container {
  width: 100%;
  max-width: 230px;
  height: 1px;
  background: #ffffff;
  border-radius: 999px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2px;
}
#mv-slide .progress-bar1-1 {
  width: 0%;
  height: 100%;
  background: #111111;
  border-radius: 999px;
  transition: width 600ms ease;
}
#mv-slide .mv-progress-circle-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 4px;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}
#mv-slide .mv-progress-circle-toggle.is-paused .mv-circle-fg {
  stroke: #9ca3af;
}
#mv-slide .controllerButton__icon {
  width: 12px;
  height: 12px;
}
#mv-slide .swiper-custom-parent {
  position: relative;
}
#mv-slide .mv-progress-circle {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block
}
#mv-slide .mv-circle-svg {
  width: 32px;
  height: 32px;
  display: block;
}
#mv-slide .mv-circle-wrap {
  stroke: #e5e7eb;
  stroke-width: 3;
  fill: none;
}
#mv-slide .mv-circle-fg {
  stroke: #E35E00;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke 200ms ease;
}
#mv-slide .mv-progress-circle-toggle.is-paused .mv-circle-fg {
  stroke: #9ca3af;
}
.swiper-Newpagination.swiper-pagination-fraction {
  font-size: 13px;
  margin-top: 11px;
}
main #top-ranking .slide-wrapper {
  position: relative;
}
main #top-ichioshi .goods-list .goods-price {
  padding-top: 2px;
}
main #top-ichioshi .goods-list .jichitai-info .area {
  font-size: 11px;
  font-size: 1.1rem;
}
main #top-keyword .block,
main #top-ichioshi .block {
  width: calc((100% - 60px - .01px) / 3);
  margin-right: 30px;
  margin-bottom: 40px;
}
main #top-keyword .block:nth-child(3n),
main #top-ichioshi .block:nth-child(3n) {
  margin-right: 0;
}
main #top-ichioshi .btn img {
  max-width: 257px;
  vertical-align: middle;
}
main #top-ranking h1 {
  margin-bottom: 32px;
}
main #top-ranking .tab-menu {
  position: relative;
  width: 100%;
  margin-bottom: 41px;
  font-size: 0;
}
main #top-ranking .tab-menu::-webkit-scrollbar {
  display:none;
}
main #top-ranking .tab-menu li {
  display: inline-block;
  height: 44px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: bottom;
}
main #top-ranking h2.line-y,
main #top-news h2.line-y {
  padding: 0 0 0 14px;
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
}
main #top-news h2.line-y {
  font-size: 20px;
  border-left: 4px solid #FBD723;
}
main #top-ranking h2.line-y.mb15 {
  margin-bottom: 15px;
}
main #top-ranking h2.line-y span {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
}
main #top-ranking .lead {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
main #top-ranking .block-wrapper {
  margin-bottom: 60px;
}
main #top-ranking .block-wrapper:last-child {
  margin-bottom: 0;
}
main #top-ranking .goods-list .block {
  display: block;
  width: calc((100% - 62px) / 3 - .01px);
  max-width: none;
  margin: 0 31px 28px 0;
  vertical-align: top;
}
main #top-ranking .goods-list .block:nth-child(3n) {
  margin-right: 0;
}
main #top-ranking .icon-rank,
main #top-ranking .icon-rank.no1,
main #top-ranking .icon-rank.no2,
main #top-ranking .icon-rank.no3 {
  border-radius: 50%;
  padding: 0;
  top: 8px;
  left: 8px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  background-color: #fff;
  color: #B7B7B7;
}
main #top-ranking .icon-rank.no1 {
  background: #C9A323;
  color: #fff;
}
main #top-ranking .icon-rank.no2 {
  background: #657684;
  color: #fff;
}
main #top-ranking .icon-rank.no3 {
  background: #AA8963;
  color: #fff;
}
main #top-ranking .out-wrapper .block .cate-list:nth-child(3) {
  margin-bottom: 3px;
}
main #top-ranking .out-wrapper .block .goods-name {
  margin-bottom: 10px;
}
main #top-ranking .goods-wrapper {
  margin-bottom: 10px;
}
main #top-ranking .btn {
  margin-top: 0;
}
main #top-keyword .btn img,
main #top-ranking .btn img {
  max-width: 99px;
  vertical-align: middle;
}
main #top-jichitai {
  margin-bottom: 80px;
}
main #top-jichitai h1 {
  margin-bottom: 40px;
}
main #top-jichitai h1 img {
  max-width: 561px;
  margin: 0 auto;
}
main #top-jichitai .block {
  position: relative;
  padding-bottom: 59px;
  margin-bottom: 59px;
}
main #top-jichitai .block:nth-child(3) {
  padding-bottom: 0;
  margin-bottom: 57px;
}
main #top-jichitai .block::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 200px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #FBD723;
}
main #top-jichitai .block:nth-child(3)::before {
  display: none;
}
main #top-jichitai .jichitai-info .article {
  width: 50%;
  padding-left: 30px;
}
main #top-jichitai .article.image {
  width: 50%;
  padding-left: 0;
  margin-bottom: 37px;
}
main #top-jichitai .article.image::before {
  padding-top: 73.5632%;
}
main #top-jichitai h4 {
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 2px solid #DBDBDB;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width:1280px) {
  main #top-jichitai h4 {
    font-size: 22px;
  }
}
main #top-jichitai h4 span {
  display: block;
  padding-top: 2px;
  margin-bottom: 1px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}
main #top-jichitai .txt {
  margin-bottom: 21px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
main #top-jichitai .article-wrapper .article a {
  display: block;
}
main #top-jichitai .jichitai-goods .article {
  width: calc((100% - 80px) / 5 - .01px);
  margin-right: 20px;
}
main #top-jichitai .jichitai-goods .article:nth-child(5n) {
  margin-right: 0;
}
main #top-jichitai .jichitai-goods .cap {
  position: relative;
  margin-bottom: 14px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
main #top-jichitai .jichitai-goods .cap::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #DBDBDB;
}
main #top-jichitai .jichitai-goods .cap span {
  position: relative;
  padding: 0 14px 0 0;
  background: #fff;
}
main #top-jichitai .jichitai-goods .image::before {
  padding-top: 70.4142%
}
main #top-jichitai .jichitai-goods .goods-name {
  margin-bottom: 5px;
  font-weight: bold;
}
main #top-jichitai .jichitai-goods .price {
  text-align: right;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width:768px) {
  main #top-jichitai .jichitai-goods .price {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
main #top-jichitai .jichitai-info .btn {
  position: relative;
  max-width: 280px;
  height: 50px;
  margin-bottom: 14px;
}
main #top-jichitai .jichitai-info .btn a {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
}
main #top-jichitai .jichitai-info .btn button {
  position: relative;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  box-shadow: none;
}
main #top-jichitai .btn .pc {
  position: absolute;
  display: block;
  max-width: 166px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main #top-jichitai .btn#all-jichitai .pc {
  position: static;
  display: block;
  max-width: 213px;
}
main #top-jichitai .btn-fav button span.bg-fav {
  position: relative;
  display: block;
  height: 48px;
  width: 100%;
  padding-left: 0;
  background: none;
}
main .icon-favWrap {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
main .icon-favWrap__icon {}
main .icon-favWrap__icon--size {
  position: unset !important;
  margin: unset !important;
  width: 34px;
  height: auto;
  display: block;
}
main #top-jichitai .btn-o a img {
  display: inline-block;
  max-width: 165px;
}
main #top-jichitai .btn.btn-fav img.pc {
  display: inline-block;
  max-width: 208px;
  vertical-align: middle;
}
main #top-news {
  margin: 60px 0 60px;
}
main #top-news h1.line-y {
  padding: 4px 0 4px 14px;
  margin-bottom: 30px;
  border-left: 8px solid #FBD723;
  font-weight: bold;
  text-align: left;
}
main #top-news h1 img {
  max-width: 135px;
  margin-left: 0;
}
main #top-news ul.news-list {
  margin-bottom: 31px;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
}
main #top-news ul.news-list li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
  padding-right: 41px;
  background: url('../images/common/icon_noarrow_orange.svg') no-repeat right 13px center/20px auto;
}
main #top-news ul.news-list li:last-child::after {
  display: none;
}
main #top-news ul.news-list .dotLine:last-child:before {
  position: unset;
}
main #top-news ul.news-list li .date {
  display: inline-block;
  max-width: 104px;
  padding: 14px 0 13px;
  margin-right: 30px;
  font-size: 15px;
  font-size: 1.5rem;
}
main #top-news ul.news-list li a {
  display: inline-block;
  width: calc( 100% - 134px - .01px);
  padding: 14px 0 13px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}
main #top-now {
  padding: 70px 48px 60px;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #F8F6ED;
}
@media screen and (max-width:1280px) {
  main #top-now {
    padding: 50px 20px 40px;
  }
}
main #top-now h1 {
  margin-bottom: 30px;
}
main #top-now h1 img {
  max-width: 549px;
}
main #top-now .block .wrapper {
  max-width: 370px;
}
main #top-now .block .wrapper img{
  border-radius: 10px;
}
main #top-now .block {
  position: relative;
  width: calc((100% - 1px - .01px) / 2);
  padding-right: 42px;
}
@media only screen and (min-width: 767px) {
main #top-now .block:first-of-type::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, transparent 5px, #DBDBDB 5px, #DBDBDB 10px);
  background-size: 1px 10px;
}
}
@media only screen and (max-width: 767px) {
  main #top-now .block:first-of-type::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, transparent 5px, #DBDBDB 5px, #DBDBDB 10px);
  background-size: 10px 1px;
}
}
main #top-now .block:last-child {
  padding-right: 0;
  padding-left: 42px;
  border: none;
}
main #top-now .block h2 {
  margin-bottom: 21px;
}
main #top-now .block h2 img {
  max-width: 239px;
}
main #top-now .block:last-child img {
  max-width: 60px;
}
main #top-now .block:last-child .wrapper {
  max-height: 500px;
}
footer {
  margin-top: 60px;
}
@media screen and (max-width:768px){
  .wrap1280 #main-contents {
    width: 100%;
    margin: 0;
  }
  #top-feature .txt a:hover,
  main #keyword a:hover,
  main #top-news ul.news-list li:hover,
  main #top-news ul.news-list li a:hover,
  main #top-news .btn a:hover,
  main #top-feature a:hover .txt span {
    color: #000;
  }
  main #top-feature a:hover .image {
    transform:none;
  }
  main .btn-o img.pc {
    display: none !important;
  }
  main section {
    margin-bottom: 50px;
  }
  main .btn a {
    height: 44px;
    line-height: 44px;
  }
  main #mv {
    padding: 0;
    margin-bottom: 0;
  }
  main #mv .inner {
    padding: 0;
  }
  main #mv-slide {
    overflow: hidden;
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 10px 0 4px;
  }
  main #mv-slide .swiper-pagination {
    line-height: 1;
    padding-top: 5px;
    height:13px;
    bottom: 0;
  }
  main #mv-slide .swiper-pagination-bullet {
    vertical-align: top;
  }
  main .banner_area {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    margin: 0 0 10px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .banner_area .banner {
    width: calc((100% - 11px) / 2 - .01px);
    margin-bottom: 11px;
    margin-right: 11px;
    border-radius: 0;
  }
  main .banner_area .banner:last-child {
    margin-right: 0;
  }
  main #top-keyword {
    margin-bottom: 10px;
  }
  main #top-keyword h1 {
    padding-left: 17px;
  }
  main #top-keyword h1 img {
    max-width: 260px;
  }
  main #top-keyword .block,
  main #top-keyword .block:nth-child(3n),
  main #top-ichioshi .block,
  main #top-ichioshi .block:nth-child(3n)  {
    width: calc((100% - 17px) / 2 - 0.01px);
    margin-right: 17px;
    margin-bottom: 25px;
  }
  main #top-keyword .block:nth-child(2n),
  main #top-ichioshi .block:nth-child(2n) {
    margin-right: 0;
  }
  main #top-banner {
    padding: 0;
    margin-bottom: 50px;
  }
  main #top-banner .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  main #top-banner .image:nth-child(2n) {
    margin-bottom: 0;
  }
  main #top-feature {
    margin-bottom: 60px;
  }
  main #top-feature h1 {
    margin-bottom: 10px;
  }
  main #top-feature .article-wrapper {
    margin-bottom: 20px;
  }
  main #top-feature .article {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  main #top-feature .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
  }
  main #top-feature .article .txt {
    overflow: hidden;
    min-height: inherit;
    padding: 10px 18px 14px;
    border-radius: 0 0 6px 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main #keyword {
    padding-bottom: 0;
    margin-bottom: 104px;
    border-bottom: none;
  }
  main #keyword h1 {
    margin-bottom: 14px;
  }
  main #keyword ul {
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #DBDBDB;
  }
  main #keyword li {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  main #keyword li a {
    padding: 7px 14px 6px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  main #top-shikumi,
  main #top-furulabo {
    margin-top: 0;
    margin-bottom: 60px;
  }
  @media screen and (max-width:768px) {
    main #top-ranking .block-wrapper,
    main #top-shikumi,
    main #top-furulabo {
      margin-bottom: 0;
    }
  }
  main #top-shikumi .movie-ttl span,
  main #top-furulabo .movie-ttl span {
    display: -webkit-box;
  }
  main #top-shikumi .bg-py,
  main #top-furulabo .bg-py {
    padding: 36px 16px 60px;
  }
  main #top-shikumi h1,
  main #top-furulabo h1 {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  main #top-shikumi .block,
  main #top-furulabo .block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  main #top-shikumi .block-wrapper,
  main #top-furulabo .block-wrapper {
    margin-bottom: 0;
  }
  main #top-shikumi .block:nth-child(3),
  main #top-furulabo .block:nth-child(3) {
    margin-bottom: 30px;
  }
  main #top-furulabo .block:last-child {
    display: none;
  }
  main #top-shikumi .icon.icon-movie,
  main #top-furulabo .icon.icon-movie {
    width: 60px;
    height: 60px;
  }
  main #top-shikumi .movie-ttl,
  main #top-furulabo .movie-ttl {
    display: block;
    padding: 10px 15px 14px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main #top-ichioshi {
    margin-bottom: 60px;
  }
  main #top-ichioshi .line.under-h2 {
    margin-bottom: 27px;
  }
  main #top-ichioshi .line.bottom {
    margin-bottom: 27px;
  }
  main #top-ichioshi .block:last-child {
    margin-bottom: 30px;
  }
  main #top-ichioshi .goods-list .image-wrapper .image-wrapper {
    margin-bottom: 10px;
  }
  main #top-ichioshi .goods-list .image-wrapper .image::before {
    padding-top: 69.9708%;
  }
  main #top-ichioshi .goods-list .image-wrapper .icon,
  main #top-ranking .goods-list .image-wrapper .icon {
    width: 40px;
    height: 40px;
  }
  main #top-ichioshi .image-wrapper .icon span,
  main #top-ranking .image-wrapper .icon span {
    padding: 9px;
  }
  main #top-ichioshi .goods-list .jichitai-info .jichitai-thum,
  main #top-ranking .goods-list .jichitai-info .jichitai-thum {
    width: 50px;
    height: 50px;
  }
  main #top-ranking {
    margin-bottom: 80px;
  }
  main #top-ranking h2.line-y {
    padding: 2px 0 1px 14px;
    margin-bottom: 16px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
  }
  main #top-ranking h2.line-y span {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
  }
  main #top-ranking .slide-area {
    padding-left: 15px;
  }
  main .icon-rank.no1,
  main .icon-rank.no2,
  main .icon-rank.no3,
  main #top-ranking .icon-rank.no {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main #top-ranking .tab-menu li {
    margin-right: 6px;
  }
  main #top-ranking .tab-menu li.current span {
    padding: 0 18px;
  }
  main #top-ranking .block-wrapper {
    margin-bottom: 40px;
  }
  main #top-ranking h2.line-y {
    padding-top: 0;
    margin-bottom: 12px;
  }
  main #top-ranking .goods-wrapper {
    margin-bottom: 0;
  }
  main #top-ranking .goods-list .block:nth-child(3n),
  main #top-ranking .goods-list .block {
    width: calc((100% - 20px) / 2 - .01px);
    max-width: none;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  main #top-ranking .goods-list .block:nth-child(2n) {
    margin-right: 0;
  }
  #top-ranking .swiper-button-next {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin-top: 0;
    opacity:0.7;
    z-index:10;
    right: 8px;
    background: transparent url(../images/common/slide_icon_next_w.png) no-repeat center center/contain;
    opacity: 1;
  }
  #top-ranking .swiper-button-prev {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin-top: 0;
    opacity:0.7;
    z-index:10;
    left: -8px;
    background: transparent url(../images/common/slide_icon_prev_w.png) no-repeat center center/contain;
    opacity: 1;
  }
  main #top-jichitai {
    margin-bottom: 50px;
  }
  main #top-jichitai h1 {
    margin-bottom: 20px;
  }
  main #top-jichitai h1 img {
    max-width: 327px;
  }
  main #top-jichitai h4 {
    padding-bottom: 9px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  main #top-jichitai h4 span {
    margin-bottom: 3px;
  }
  main #top-jichitai .block {
    padding-bottom: 28px;
    margin-bottom: 50px;
  }
  main #top-jichitai .block:nth-child(3) {
    margin-bottom: 18px;
  }
  main #top-jichitai .block::before {
    width: 100px;
  }
  main #top-jichitai .jichitai-info .image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 9px;
    margin-right: 0;
  }
  main #top-jichitai .jichitai-info .article {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
  main #top-jichitai .jichitai-info .article.image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 13px;
  }
  main #top-jichitai .jichitai-goods .cap {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  main #top-jichitai .article-wrapper .article {
    width: 100%;
    font-size: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  main #top-jichitai .article-wrapper .article:nth-child(3) {
    margin-bottom: 0px;
  }
  main #top-jichitai .article-wrapper .article .image-wrapper {
    display: inline-block;
    width: 37.9009%;
    margin-bottom: 0;
  }
  main #top-jichitai .article-wrapper .txt-wrapper {
    display: inline-block;
    width: calc(100% - 37.9009% - .01px);
    padding-left: 12px;
    vertical-align: top;
    font-size: 15px;
    font-size: 1.5rem;
  }
  main #top-jichitai .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333;
  }
  main #top-jichitai .btn .pc {
    display: none !important;
  }
  main #top-jichitai .btn-fav button span.bg-fav {
    display: inline-block;
    width: auto;
    padding-left: 32px;
    background-image: url("../images/jichitai/icon_fav_jichitai_off.png");
    background-repeat: no-repeat;
    background-position: 40px center;
    background-size: 26px auto;
  }
  main #top-jichitai .btn-fav.fav-select button span.bg-fav {
    background-image: url("../images/jichitai/icon_fav_jichitai_on.png");
  }
  main #top-news {
    margin-bottom: 50px;
  }
  main #top-news h1.line-y {
    padding: 9px 0 9px 14px;
    margin-left: 16px;
    margin-bottom: 27px;
  }
  main #top-news h1.line-y img {
    max-width: 105px;
    margin-left: 0;
  }
  main #top-news ul.news-list li .date {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 15px 0 0;
    margin-right: 0;
    font-size: 13px;
    font: 1.3rem;
  }
  main #top-news ul.news-list li a {
    display: block;
    width: 100%;
    padding: 7px 0 14px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142;
  }
  main #top-now {
    padding: 50px 16px 50px;
    margin-bottom: 37px;
  }
  main #top-now h1 {
    margin-bottom: 30px;
  }
  main #top-now h1 img {
    max-width: 327px;
  }
  main #top-now .block {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 31px;
    border: none;
  }
  main #top-now .block:last-child {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  main #top-now .block .wrapper {
    max-width: none;
  }
  footer {
    margin-top: 18px;
  }
  #history-goods .block:nth-child(4),
  #history-goods .block:nth-child(5),
  #top-jichitai .article-wrapper .article:nth-child(4),
  #top-jichitai .article-wrapper .article:nth-child(5) {
    display: none;
  }
  main #top-shikumi .icon span:hover,
  main #top-furulabo .icon span:hover {
    cursor: default;
  }
  .modal a.close-modal:hover {
    background-color: #000;
  }
}
@media screen and (max-width:500px) {
    main #top-jichitai .btn-fav button span.bg-fav {
    background-position: 35px center;
    }
}
main .categorylistArea {
  position: relative;
}
main .categorylistArea::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 100;
}
@media screen and (max-width:768px) {
  main .categorylistArea {
    margin-bottom: 12px;
  }
  main .categorylistArea::before {
    left: 16px;
    width: calc(100% - 34px);
  }
}
main .categoryWrap {
  position: relative;
  width: 100%;
  display: flex;
  overflow-x: auto;
  align-items: center;
  margin: 0;
  padding: 14px 0px 14px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width:768px) {
  main .categoryWrap {
    margin: 0 16px 0 0;
    padding: 14px 0px 14px 0;
  }
}
main #top-keyword .categoryList {
  display: flex;
  gap: 6px;
}
main .categoryList__item,
main .categoryWrap__title {
  flex-shrink: 0;
  padding: 0 3px 0 0;
  font-weight: 700;
}
main .categoryWrap__title {
  padding: 0 10px 0 0;
}
main #top-keyword .categoryList__link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font-weight: bold;
  background-color: #F8E8B1;
}
@media (hover: hover) {
  main #top-keyword .categoryList__link:hover {
    background-color: #E35E00;
    color: #fff;
  }
}
@media screen and (max-width:1280px) {
  main .categoryList__item,
  main .categoryWrap__title,
  main #top-keyword .categoryList__link {
    font-size: 14px
  }
}
@media screen and (max-width:768px) {
  main .categoryList__item,
  main #top-keyword .categoryList__link {
    font-size: 12px
  }
}
.titleIcon {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0 30px;
}
.titleIcon__icon {
  width: 47px;
}
@media screen and (max-width:768px) {
  .titleIcon__icon {
    width: 37px;
  }
}
.titleIcon__icon img {
  width: 100%;
}
.titleIcon__text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width:1280px) {
  .titleIcon__text {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .titleIcon__text {
    font-size: 20px;
    margin-top: 9px;
  }
}
.logoCategoryList__item {
  width: 100px;
}
.logoCategoryList__link {
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logoCategoryList__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  height: 100px;
  margin-bottom: 6px;
  border-radius: 100px;
  border: 1px solid #FBD723;
}
@media screen and (max-width:1025px) {
  .logoCategoryList__img {
    max-width: 80px;
    height: 80px;
  }
  .logoCategoryList__img img {
    width: 56px;
    max-width: 56px;
  }
}
.swiperArea {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.swiperArea.--marginBottomLarge {
  margin-bottom: 60px;
}
@media screen and (max-width:7686px) {
  .swiperArea.--marginBottomLarge {
    margin-bottom: 50px;
  }
}
.sliderArea {
  margin-bottom: 60px;
}
.mySwiperItemBox {
  opacity: 0;
}
.mySwiperItemBox.swiper-initialized {
  opacity: 1;
  transition: opacity .2s ease;
}
.mySwiperItemBox.swiper-container-initialized {
  opacity: 1;
  transition: opacity .2s ease;
}
.mySwiperItemBox .mySwiper-slide {
  flex: 0 0 auto;
  width: auto;
}
@media (prefers-reduced-motion: reduce) {
  .mySwiperItemBox.swiper-initialized,
  .mySwiperItemBox.swiper-container-initialized {
    transition: none;
  }
}
.swiperArea::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(90deg, #ffffff00, #ffffff);
  height: 100%;
  width: 60px;
  top: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}
.swiperArea.js-active::before {
  position: unset;
}
.mySwiper-slide {
  width: 100%;
  max-width: 100px;
  min-width: 100px;
}
@media screen and (max-width:1025px) {
  .mySwiper-slide {
    max-width: 80px;
    min-width: 80px;
  }
}
.mySwiper-slide {}
.logoCategoryList__img img {
  width: 70px;
  height: auto;
}
.logoCategoryList__title {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width:1025px) {
  .logoCategoryList__title {
    font-size: 12px;
  }
}
.swiper-scrollbar-drag {
  background: #ef5800;
}
.mySwiperItemBox {
  position: relative;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.swiper-container-horizontal>.swiper-scrollbar {
  height: 6px;
  bottom: 0;
}
.swiper-scrollbar {
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
.swiper-scrollbar {
  height: 5px;
}
}
/* タブ切り替え */
.tab-buttons {
  display: flex;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 2px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab-button {
  white-space: nowrap;
  padding: 4px 14px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  margin-right: 10px;
  position: relative;
  bottom: -2px;
  background: #F8E8B1;
  border-radius: 100px;
  color: #000;
}
.tab-button:hover {
  background: #d0c293;
}
.tab-button.active {
  color: #ffffff;
  background: #000;
}
.tab-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.tab-content.active {
  opacity: 1;
  height: 100%;
  overflow: hidden;
}
.tab-content .mySwiperItemBox {
  opacity: 0;
  transition: .1s .15s;
}
.tab-content.active .mySwiperItemBox {
  opacity: 1;
  transition: .3s .15s;
}
@media (max-width: 768px) {
  .tab-button {
    padding: 4px 10px;
    font-size: 12px;
  }
  .swiper-slide {
    width: 90%;
  }
}
  /* 260107_TOPのみスタイルをあてる */
  #top main .btn a {
  height: 60px;
  text-align: center;
  }
  #top main .btn-o img.pc {
  display: inline-block !important;
  margin: 0 auto;
  vertical-align: middle;
  }
  #top main .btn{
  max-width: 260px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  }
  #top main .btn a, main .btn input[type="submit"], main .btn button{
    display: block;
    width: 100%;
    background: #E35E00 url("../images/common/icon_arrow_r_w.svg") no-repeat right 20px center/14px auto;
    border-radius: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    box-shadow: unset;
  }
  #top main .btn-fav button {
  color: #000;
}
  #top header nav.pc-menu .gnavi-nest .btn-o a:hover, #top .btn-o a:hover, .btn-o button:hover, .btn-o input[type="submit"]:hover{
    background-color: #A65A27;
  }
  #top main .btn-fav button {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #C7C2B7;
  border-radius: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
   #top main .btn a {
    height: 50px;
    line-height: 50px;
  }
}
/* 260107_TOPのみスタイルをあてる END*/
/* commonにあったスタイルをTOPのみにあてる基本は色変更*/
#top main h2.line-y {
  padding: 4px 0 0px 14px;
  margin-bottom: 24px;
  border-left: 8px solid #FBD723;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14;
  font-weight: bold;
}
#top main h2.line-y.--medium {
  padding: 4px 0 4px 14px;
  margin-bottom: 20px;
  border-left: 6px solid #FBD723;
  font-size: 20px;
  font-size: 2rem;
}
#top main h2.line-b {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width:1280px) {
  #top main h2.line-y {
    font-size: 24px;
  }
}
#top main h2.line-y {
  padding: 4px 0 0px 14px;
  margin-bottom: 24px;
  border-left: 8px solid #FBD723;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14;
  font-weight: bold;
}
#top main h2.line-y.--medium {
  padding: 4px 0 4px 14px;
  margin-bottom: 20px;
  border-left: 6px solid #FBD723;
  font-size: 20px;
  font-size: 2rem;
}
#topmain h2.line-b {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
#top main .price small {
  margin-left: 5px;
}
#top main .goods-list a .image-wrapper {
  border-radius: 10px;
  margin-bottom: 4px;
}
#top main .goods-list .image-wrapper {
  overflow: visible;
}
#top main .goods-list .goods-price small {
  margin-left: 5px;
}
#top #history-goods .cap {
  margin-bottom: 15px;
}
#top main h2.line-b {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
#top .input-flow li span::before {
  border: 1px solid #000;
}
#top .input-flow li.current span::before {
  background: #A65A27;
  border: 1px solid #A65A27;
}
#top .input-flow li.current span {
  color: #A65A27;
}
#top main .input-form {
  margin-bottom: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#top main .input-form input[type="text"] {
  border: 1px solid #000;
}
#top main .input-form {
  margin-bottom: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#top main .input-form textarea {
  border: 1px solid #000;
}
#top main .input-form select {
  border: 1px solid #000;
}
#top main form input[type="checkbox"]:checked+label::before {
  background-color: #E35E00;
  border-color: #E35E00;
}
#top main .input-form input[type="password"] {
  border: 1px solid #000;
}
#top main .btn {
  max-width: 260px;
}
#top main .btn-w a {
  border: 1px solid #E35E00;
}
#top main .btn-ol a {
  border: 1px solid #CF7336;
}
#top main .btn-g button {
  color: #000;
}
#top main .btn-fav button {
  color: #000;
}
#top main .goods-list a .image-wrapper {
  border-radius: 10px;
  margin-bottom: 4px;
}
#top main .goods-list .add-info-wrapper .city-name {
  color: #000;
}
#top main .goods-list .goods-price small {
  margin-left: 5px;
}
#top #history-goods .cap {
  margin-bottom: 15px;
}
#top .modal .modal-block .btn-close button {
  background-color: #E35E00;
  color: #fff;
}
#top .modal .modal-block .input-form {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#top .modal .modal-block .input-form input[type="text"] {
  border: 1px solid #000;
}
#top .modal .modal-block .input-form select {
  border: 1px solid #000;
}
#top .modal .modal-block form input[type="checkbox"]:checked+label::before {
  background-color: #E35E00;
  border-color: #E35E00;
}
#top .modal input[type="checkbox"].checkbox-btn:checked+label.check-btn,
#top .modal li input[type="radio"].checkbox-btn:checked+label.check-btn {
  background-color: #000;
}
#top .modal .modal-block ul#cate li.open {
  border-color: #E35E00;
}
#top .modal .modal-block ul#cate li .sub-list.color li:first-child {
  border-color: #E35E00;
}
#top .modal .btn-wrapper .btn.btn-lg input {
  border: 1px solid #000;
  color: #000;
}
#top.modal .modal-block .btn-o button {
  background: #E35E00 url("../images/common/icon_arrow_r_w.svg") no-repeat right 20px center/14px auto;
  ;
  box-shadow: none;
}
#top .modal .modal-block .btn-o button {
  box-shadow: none;
}
@media screen and (max-width:768px) {
  #top .wrap1280 .inner.--sppadding {
    padding: 0;
  }
}
#top #history-goods .txt-wrapper {
  padding-left: 15px;
  }
#top #history-goods .txt-wrapper .price {
  font-size: 22px;
  font-size: 2.2rem;
}
/* 0111 */
#top .pagenation li.current a,
#top .pagenation li a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#top main .btn-w a {
  border: 1px solid #E35E00;
  font-size: 18px;
  font-size: 1.8rem;
}
#top main .btn-ol a {
  color: #000;
}
#top main .btn-lg a {
  color: #000;
}
#top main .btn-rg a {
  color: #000;
  }
  #top main .btn{
    max-width: 260px;
    height: 50px;
  }
@media only screen and (max-width: 767px) {
  #top main h2.line-y {
    padding: 3px 0 2px 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    border-left: 6px solid #FBD723;
  }
  #top footer{
    margin-top: 0px!important;
  }
  #top #history-goods{
    margin-top: 50px;
  }
}
/* TOPとmainにのみ適応、あとで移動させる END*/