@charset "UTF-8";
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #wrap {
    padding-top: 51px;
  }
}
.header__brand {
  padding: 11px 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .header__brand {
    padding: 11px 0 0;
  }
}

.header__brand a img {
  height: 54px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .header__brand a img {
    height: 30px !important;
    width: auto !important;
  }
}

.product-detail {
  margin-top: 74px;
  padding-top: 74px;
  border-top: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
  .product-detail {
    padding-top: 32px;
    margin-top: 32px;
  }
}
.product-detail__paginate {
  max-width: 500px;
  margin: auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product-detail__paginate {
    margin-top: 42px;
  }
}
.product-detail__paginate a {
  display: block;
  text-align: center;
}

.product-detail__paginate a:nth-child(1),
.product-detail__paginate a:nth-child(3) {
  width: 146px;
  border-radius: 4px;
  border: 2px solid #ffe500;
  padding: 6px 12px;
}

@media only screen and (max-width: 767px) {
  .product-detail__paginate a:nth-child(1),
.product-detail__paginate a:nth-child(3) {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail__paginate a:nth-child(1),
.product-detail__paginate a:nth-child(3) {
    transition: all 0.3s;
  }
  .product-detail__paginate a:nth-child(1):hover,
.product-detail__paginate a:nth-child(3):hover {
    opacity: 1;
    background: #ffe500;
  }
}
.product-detail__paginate a:nth-child(1) span,
.product-detail__paginate a:nth-child(1) svg,
.product-detail__paginate a:nth-child(3) span,
.product-detail__paginate a:nth-child(3) svg {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.product-detail__paginate a:nth-child(1) span,
.product-detail__paginate a:nth-child(3) span {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .product-detail__paginate a:nth-child(1) span,
.product-detail__paginate a:nth-child(3) span {
    font-size: 12px;
  }
}
.product-detail__paginate a:nth-child(1) svg,
.product-detail__paginate a:nth-child(3) svg {
  width: 11px;
  height: auto;
}

.product-detail__paginate a:nth-child(2) {
  font-size: 16px;
  color: #333;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .product-detail__paginate a:nth-child(2) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail .inner {
    padding: 0 20px;
  }
}
.product-detail .inner h2 {
  text-align: center;
}

.product-detail .inner h2 span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner h2 span {
    font-size: 18px;
  }
}
.product-detail .inner h2 span:before {
  content: "";
  width: 27px;
  height: 3px;
  background: #ffe500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.product-detail .inner h1 {
  text-align: center;
  margin-top: 55px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.535714286;
  color: #333333;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner h1 {
    font-size: 22px;
    margin-top: 32px;
  }
}
.product-detail .inner > img {
  display: block;
  max-height: 424px;
  margin: auto;
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner > img {
    width: 60%;
    max-height: 300px;
  }
}
.product-detail .inner > p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  max-width: 550px;
  margin: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner > p {
    font-size: 15px;
    margin-top: 43px;
  }
}
.product-detail .inner > table {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner > table {
    margin-top: 28px;
  }
}
.product-detail .inner > table tbody tr th,
.product-detail .inner > table tbody tr td {
  vertical-align: middle;
  padding: 8px 0;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner > table tbody tr th,
.product-detail .inner > table tbody tr td {
    padding: 5px 0;
  }
}
.product-detail .inner > table tbody tr th {
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner > table tbody tr th {
    width: 80px;
  }
}
.product-detail .inner > table tbody tr th span {
  display: block;
  background: #ffe500;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: center;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner > table tbody tr th span {
    font-size: 13px;
  }
}
.product-detail .inner > table tbody tr td {
  font-size: 18px;
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  .product-detail .inner > table tbody tr td {
    font-size: 15px;
    padding-left: 10px;
  }
}
.product-detail__tags {
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
}

.product-detail__tags ul {
  font-size: 0;
  text-align: center;
}

.product-detail__tags ul li {
  background: #f2f2f2;
  display: inline-block;
  vertical-align: middle;
  padding: 1px 6px;
  border-radius: 2px;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: 6px;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.product-archive {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .product-archive {
    padding-top: 55px;
  }
}
.product-archive__search {
  background: #f2f2f2;
  padding: 80px 0;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .product-archive__search {
    padding: 30px 0;
    margin-top: 40px;
  }
}
.product-archive__search .inner {
  max-width: 840px;
  padding: 0 30px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .product-archive__search .inner {
    padding: 0 18px;
  }
}
.product-archive__search .inner #search-area .upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-archive__search .inner #search-area .upper input {
  font-size: 18px;
  padding: 16px 20px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #fff;
  width: calc(100% - 110px);
}

@media only screen and (max-width: 767px) {
  .product-archive__search .inner #search-area .upper input {
    width: calc(100% - 72px);
    font-size: 12px;
    padding: 10px 20px;
  }
}
.product-archive__search .inner #search-area .upper button {
  width: 88px;
  border-radius: 4px;
  background: #ffe500;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #333;
  border: none;
  cursor: pointer;
  border: 1px solid #ffe500;
  transition: background-color 0.3s;
}

@media only screen and (min-width: 768px) {
  .product-archive__search .inner #search-area .upper button:hover {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .product-archive__search .inner #search-area .upper button {
    display: block;
    width: 66px;
    font-size: 14px;
    margin-top: 18px;
    font-size: 14px;
    padding: 12px;
    margin-top: 0;
  }
}
.product-archive__search .inner #search-area .bottom {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product-archive__search .inner #search-area .bottom {
    padding-top: 32px;
  }
}
.product-archive__search .inner #search-area .bottom .cate {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .product-archive__search .inner #search-area .bottom .cate {
    font-size: 14px;
  }
}
.product-archive__search .inner #search-area .bottom .tags ul {
  font-size: 0;
}

.product-archive__search .inner #search-area .bottom .tags ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .product-archive__search .inner #search-area .bottom .tags ul li {
    margin-top: 8px;
    margin-top: 8px;
  }
}
.product-archive__search .inner #search-area .bottom .tags ul li label {
  display: block;
  position: relative;
  cursor: pointer;
}

.product-archive__search .inner #search-area .bottom .tags ul li label input {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.product-archive__search .inner #search-area .bottom .tags ul li label input:checked + span {
  background: #ffe500;
}

.product-archive__search .inner #search-area .bottom .tags ul li label span {
  font-size: 15px;
  background: #fff;
  border-radius: 4px;
  display: block;
  padding: 2px 14px;
}

@media only screen and (max-width: 767px) {
  .product-archive__search .inner #search-area .bottom .tags ul li label span {
    font-size: 13px;
  }
}
.product-archive__list {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .product-archive__list {
    padding-top: 80px;
  }
}
.product-archive__list h2 {
  text-align: center;
}

.product-archive__list h2 span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
}

.product-archive__list h2 span:before {
  content: "";
  width: 27px;
  height: 3px;
  background: #ffe500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.product-archive__list .pagenate-whole {
  margin-top: 80px;
}

.product-archive__list .inner {
  max-width: 830px;
  margin: auto;
}

#spmenu.new {
  height: 100%;
  padding-top: 51px;
  max-width: 100%;
  width: 100%;
  background: transparent;
  left: -100%;
}

@media only screen and (min-width: 768px) {
  #spmenu.new {
    padding-top: 75px;
  }
}
#spmenu.new.active {
  left: 0;
}

#spmenu.new > div {
  height: 100%;
  overflow: scroll;
  background: #fff;
  text-align: center;
  padding-bottom: 40px;
}

#spmenu.new > div > ul > li a {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #spmenu.new > div > ul > li a {
    font-size: 18px;
    padding: 18px 0;
  }
}
#spmenu.new > div > ul > li a:before {
  content: none;
}

#spmenu.new > div > ul > li a[href="javascript:void(0);"]:before {
  content: "";
  border-color: #ffe500;
  border-width: 2px;
  right: 20px;
  width: 8px;
  height: 8px;
  transition: transform 0.3s;
}

#spmenu.new > div > ul > li a[href="javascript:void(0);"].on:before {
  transform: rotate(135deg);
}

#spmenu.new > div > ul > li > ul {
  background: #f2f2f2;
  display: none;
}

#spmenu .box-ico {
  background: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
}

#spmenu .box-ico .top-search--new {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  padding: 0;
  margin-bottom: 20px;
}

#spmenu .box-ico .top-search--new form input {
  width: calc(100% - 15px);
}

@media only screen and (min-width: 768px) {
  #spmenu .box-ico .top-search--new form input {
    width: calc(100% - 205px);
  }
}
h2.new-common-title,
h3.new-common-title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h2.new-common-title {
  color: #333333;
  font-size: 24px;
  letter-spacing: 0.18em;
}

h2.new-common-title.type-pickup img {
  display: block;
  width: 289px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  h2.new-common-title.type-pickup img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  h2.new-common-title.type-writer {
    padding-top: 60px;
  }
}
h2.new-common-title.type-writer img {
  display: block;
  width: 289px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  h2.new-common-title.type-writer img {
    width: 200px;
  }
}
h2.new-common-title.type-maker img {
  display: block;
  width: 189px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  h2.new-common-title.type-maker img {
    width: 150px;
  }
}
h2.new-common-title.type-info img {
  display: block;
  width: 359px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  h2.new-common-title.type-info img {
    width: 300px;
  }
}
h2.new-common-title.type-category img {
  display: block;
  width: 284px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  h2.new-common-title.type-category img {
    width: 200px;
  }
}
h2.new-common-title.type-product img {
  display: block;
  width: 289px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  h2.new-common-title.type-product img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  h2.new-common-title {
    font-size: 18px;
  }
}
h2.new-common-title span {
  position: relative;
}

h2.new-common-title span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #ffe500;
  position: absolute;
  left: -5px;
  right: 0;
  top: -16px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  h2.new-common-title span:before {
    width: 4px;
    height: 4px;
  }
}
h3.new-common-title {
  font-size: 46px;
  letter-spacing: 0.16em;
}

@media only screen and (max-width: 767px) {
  h3.new-common-title {
    font-size: 24px;
  }
}
.top-maker-writer {
  padding: 120px 0;
}

@media only screen and (max-width: 767px) {
  .top-maker-writer {
    padding: 60px 0;
  }
  .top-maker-writer .maker-introduction__inner {
    padding-bottom: 0;
  }
  .top-maker-writer .writers {
    padding: 0 20px;
  }
  .top-maker-writer .writers a {
    margin-top: 30px;
  }
  .top-maker-writer .writers a > figure > div > div {
    background-size: cover !important;
  }
}
.top-maker-writer .maker-introduction {
  padding-top: 0;
}

.top-maker-writer .maker-introduction .makers > a > figure > div {
  border: none;
}

.top-maker-writer h2:nth-child(5) {
  margin-top: 100px;
}

.top-maker-writer .top-contents > a > figure > div > div {
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .top-maker-writer .top-contents > a > figure > div > div {
    background-size: 85% auto;
  }
}
.top-maker-writer .top-contents > a {
  width: 13%;
}

@media only screen and (max-width: 767px) {
  .top-maker-writer .top-contents > a {
    width: 47%;
  }
}
.top-snss .inner {
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .top-snss .inner {
    padding: 0 10px;
  }
}
.top-snss .inner > div {
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .top-snss .inner > div {
    width: 100%;
    margin-top: 50px;
    padding: 0 30px;
  }
}
.top-snss .inner > div h3 {
  padding-bottom: 30px;
  text-align: center;
}

.top-snss .inner > div h3 img {
  display: block;
  width: auto;
  height: 138px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .top-snss .inner > div h3 img {
    height: 110px;
  }
}
.top-snss .inner > div h3 svg {
  display: block;
  height: 22px;
  margin: auto;
  margin-bottom: 28px;
}

.top-snss .inner > div h3 small {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  display: block;
  font-size: 20px;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .top-snss .inner > div h3 small {
    font-size: 14px;
  }
}
.top-snss .inner > div h3 em {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  display: block;
  font-size: 40px;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .top-snss .inner > div h3 em {
    font-size: 30px;
  }
}
.top-snss .inner > div h3 span {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .top-snss .inner > div h3 span {
    font-size: 12px;
  }
}
.top-snss .inner > div > div:nth-child(2) {
  margin-top: 30px;
  height: 400px;
  overflow: scroll;
}

.top-snss .inner > div > div:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  margin: auto;
}

.top-snss .inner > div > div:nth-child(2) ul li {
  width: 33.333333%;
}

.top-snss .inner > div > div:nth-child(2) ul li a {
  display: block;
}

.top-snss .inner > div > div:nth-child(2) ul li a img {
  display: block;
  width: 100%;
}

.top-products {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .top-products {
    padding-top: 80px;
  }
}
.top-products .inner {
  max-width: 830px;
  margin: auto;
}

.top-products__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-products__row a {
  display: block;
  width: 26%;
  text-align: center;
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  .top-products__row a {
    width: 50%;
    padding: 0 20px;
  }
}
.top-products__row a figure > div {
  height: 0;
  position: relative;
  padding-top: 100%;
}

.top-products__row a figure > div img:nth-child(1) {
  width: 80%;
  display: block;
  max-height: 192px;
  max-width: 225px;
  margin: auto;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .top-products__row a figure > div img:nth-child(1) {
    width: 78%;
  }
}
.top-products__row a figure > div img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: -30px;
  width: 40px;
  height: 40px;
  display: none;
}

.top-products__row a figure figcaption {
  padding-top: 48px;
}

.top-products__row a figure figcaption strong {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .top-products__row a figure figcaption strong {
    font-size: 15px;
  }
}
.top-products__row a figure figcaption span {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.4;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .top-products__row a figure figcaption span {
    font-size: 12px;
  }
}
.top-wadai {
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .top-wadai {
    padding-top: 80px;
  }
}
.top-wadai-whole {
  margin-top: 100px;
  background: #ffffb2;
  padding: 100px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top-wadai-whole {
    padding: 40px 0;
  }
}
.top-wadai .inner {
  max-width: 938px;
  padding: 0 30px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .top-wadai .inner {
    padding: 0 10px;
  }
}
.top-wadai .inner > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 0;
  align-items: flex-end;
  position: absolute;
  width: 510px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

@media only screen and (max-width: 767px) {
  .top-wadai .inner > ul {
    width: 300px;
  }
}
.top-wadai .inner > ul li {
  width: 48%;
}

.top-wadai .inner > ul li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  position: relative;
  bottom: 0;
}

.top-wadai .inner > ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #f2f2f2;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}

.top-wadai .inner > ul li a:hover,
.top-wadai .inner > ul li a.on {
  opacity: 1;
}

.top-wadai .inner > ul li a:hover:before,
.top-wadai .inner > ul li a.on:before {
  background: #ffe500;
}

.top-wadai .inner > ul li a span,
.top-wadai .inner > ul li a svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  transition: top 0.3s;
  top: 0;
}

.top-wadai .inner > ul li a svg {
  height: 23px;
  width: auto;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .top-wadai .inner > ul li a svg {
    height: 18px;
  }
}
.top-wadai .inner > ul li a span {
  font-size: 18px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .top-wadai .inner > ul li a span {
    font-size: 15px;
  }
}
.top-wadai__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .top-wadai__row {
    margin-top: 30px;
  }
}

.top-wadai__row--left {
  width: 39.2938497%;
}

@media only screen and (max-width: 767px) {
  .top-wadai__row--left {
    width: 100%;
  }
}
.top-wadai__row--right {
  width: 53.9863326%;
}

@media only screen and (max-width: 767px) {
  .top-wadai__row--right {
    width: 100%;
    margin-top: 30px;
  }
}
.top-wadai__row--right ul li {
  padding-top: 27px;
  margin-top: 27px;
  border-top: 1px solid #eee;
}

.top-wadai__row--right ul li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.top-wadai__row--right ul li a {
  display: block;
}

.top-wadai__row--right ul li a figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-wadai__row--right ul li a figure > div {
  width: 39.8%;
}

.top-wadai__row--right ul li a figure > div div {
  padding-top: 52.2613065%;
  background-size: cover;
  background-position: center center;
}

.top-wadai__row--right ul li a figure > div span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  margin-top: 6px;
}

.top-wadai__row--right ul li a figure figcaption {
  width: calc(60.2% - 20px);
}

.top-wadai__row--right ul li a figure figcaption span {
  display: inline-block;
  background: #ffe500;
  color: #333;
  font-size: 10px;
  padding: 1px 12px;
  border-radius: 20px;
}

.top-wadai__row--right ul li a figure figcaption p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.6125;
  margin-top: 6px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .top-wadai__row--right ul li a figure figcaption p {
    font-size: 14px;
  }
}
.top-wadai__row--right ul li a figure figcaption dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.top-wadai__row--right ul li a figure figcaption dl dd:nth-child(1) {
  width: 38px;
  overflow: hidden;
  border-radius: 38px;
}

.top-wadai__row--right ul li a figure figcaption dl dd:nth-child(1) b {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.top-wadai__row--right ul li a figure figcaption dl dd:nth-child(2) {
  width: calc(100% - 38px);
  padding-left: 12px;
  font-size: 13px;
  color: #333;
}

.top-wadai__boxes a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.top-wadai__boxes a:first-child {
  margin-top: 0;
}

.top-wadai__boxes a figure {
  position: relative;
}

.top-wadai__boxes a figure > div > div {
  padding-top: 51.8987342%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .top-wadai__boxes a figure > div > div {
    padding-top: 59.8987342%;
  }
}
.top-wadai__boxes a figure figcaption {
  background: #ffffff;
  padding: 14px 15px;
  width: 100%;
}

.top-wadai__boxes a figure figcaption > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.top-wadai__boxes a figure figcaption > div em {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
}

.top-wadai__boxes a figure figcaption > div span {
  display: inline-block;
  background: #ffe500;
  color: #333;
  font-size: 12px;
  padding: 1px 12px;
  border-radius: 20px;
}

.top-wadai__boxes a figure figcaption p {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 1.535;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top-wadai__boxes a figure figcaption p {
    font-size: 14px;
  }
}
.top-wadai__boxes a figure figcaption dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.top-wadai__boxes a figure figcaption dl dd:nth-child(1) {
  width: 38px;
  overflow: hidden;
  border-radius: 38px;
}

.top-wadai__boxes a figure figcaption dl dd:nth-child(1) b {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.top-wadai__boxes a figure figcaption dl dd:nth-child(2) {
  width: calc(100% - 38px);
  padding-left: 12px;
  font-size: 13px;
  color: #333;
}

.top-kininaru .inner {
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .top-kininaru .inner {
    padding: 0 10px;
  }
}
.top-kininaru__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.top-kininaru__row > div:nth-child(1) {
  width: 32.4561404%;
}

@media only screen and (max-width: 767px) {
  .top-kininaru__row > div:nth-child(1) {
    width: 100%;
  }
}
.top-kininaru__row > div:nth-child(1) a {
  display: block;
  padding-top: 84%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .top-kininaru__row > div:nth-child(1) a {
    padding-top: 40.5797101%;
  }
}
.top-kininaru__row > div:nth-child(1) a figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-kininaru__row > div:nth-child(1) a figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.top-kininaru__row > div:nth-child(1) a figure figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-kininaru__row > div:nth-child(1) a figure figcaption {
    font-size: 18px;
  }
}
.top-kininaru__row > div:nth-child(1) a figure img {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 10px;
  bottom: 10px;
  z-index: 2;
}

.top-kininaru__row > div:nth-child(2) {
  width: calc(67.5438596% - 20px);
}

@media only screen and (max-width: 767px) {
  .top-kininaru__row > div:nth-child(2) {
    width: 100%;
  }
}
.top-kininaru__row > div:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-kininaru__row > div:nth-child(2) ul li:nth-child(1) a figure:before {
  background: rgba(0, 0, 0, 0.6);
}

.top-kininaru__row > div:nth-child(2) ul li:nth-child(7) a figure:before {
  background: rgba(0, 0, 0, 0.6);
}

.top-kininaru__row > div:nth-child(2) ul li {
  width: calc(25% - 10px);
}

@media only screen and (max-width: 767px) {
  .top-kininaru__row > div:nth-child(2) ul li {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .top-kininaru__row > div:nth-child(2) ul li:nth-child(5),
.top-kininaru__row > div:nth-child(2) ul li:nth-child(6),
.top-kininaru__row > div:nth-child(2) ul li:nth-child(7),
.top-kininaru__row > div:nth-child(2) ul li:nth-child(8) {
    margin-top: 15px;
  }
}
.top-kininaru__row > div:nth-child(2) ul li a {
  display: block;
  padding-top: 83.6%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.top-kininaru__row > div:nth-child(2) ul li a figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-kininaru__row > div:nth-child(2) ul li a figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.top-kininaru__row > div:nth-child(2) ul li a figure figcaption {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-kininaru__row > div:nth-child(2) ul li a figure figcaption {
    font-size: 17px;
  }
}
.top-kininaru__row > div:nth-child(2) ul li a figure img {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 10px;
  bottom: 10px;
  z-index: 2;
}

.new-button02 {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.new-button02.mt {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .new-button02.mt {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .new-button02 {
    margin-top: 40px;
  }
}
.new-button02 a {
  width: 310px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 60px;
  border: 1px solid #333333;
  box-shadow: 0 6px 0 #333333;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .new-button02 a {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .new-button02 a:hover {
    opacity: 1;
  }
  .new-button02 a:hover span {
    background: #ffe500;
  }
  .new-button02 a span {
    transition: all 0.3s;
  }
}
.new-button02 a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 12px;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../assets/img/ico_linkarrow.png);
}

.new-button02 a span {
  font-size: 18px;
  display: block;
  background: #fff;
  padding: 11px 46px;
}

@media only screen and (max-width: 767px) {
  .new-button02 a span {
    font-size: 15px;
  }
}
.new-button {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .new-button {
    margin-top: 40px;
  }
}
.new-button a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 30px;
  min-width: 153px;
  border-radius: 20px;
  border: 2px solid #ffe500;
  color: #333333;
  position: relative;
  transition: all 0.3s;
}

.new-button a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: all 0.3s;
}

.new-button a:hover {
  opacity: 1;
  background: #ffe500;
}

.new-button a span {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .new-button a span {
    font-size: 14px;
  }
}
.top-pickupsection {
  background: #f2f2f2;
  padding: 0 0 120px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top-pickupsection {
    padding: 0;
  }
}
.top-pickupsection:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 61%;
  background: #fff;
  z-index: 0;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .top-pickupsection:before {
    height: 62%;
  }
}
.top-pickupsection .inner {
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .top-pickupsection .inner {
    padding: 0 10px;
  }
}
.top-pickupsection--slider {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top-pickupsection--slider {
    margin-top: 0;
  }
}

.top-pickupsection--slider.slick-slider {
  margin-bottom: 60px;
}

.top-pickupsection--slider--whole {
  max-width: 586px;
  margin: auto;
}

.top-pickupsection--slider .slick-prev,
.top-pickupsection--slider .slick-next {
  z-index: 1;
  width: 28px;
  height: 28px;
  background-size: 100%;
  background-position: center;
  top: 36%;
}

.top-pickupsection--slider .slick-prev:before,
.top-pickupsection--slider .slick-next:before {
  content: none;
}

.top-pickupsection--slider .slick-prev {
  background-image: url(../assets/img/ico_prev.png);
  left: 0px;
}

.top-pickupsection--slider .slick-next {
  background-image: url(../assets/img/ico_next.png);
  right: 0px;
}

.top-pickupsection--slider .slick-dots {
  bottom: -60px;
}

@media only screen and (max-width: 767px) {
  .top-pickupsection--slider .slick-dots {
    bottom: -30px;
  }
}
.top-pickupsection--slider .slick-dots li {
  margin: 0 8px;
  padding: 0;
  width: auto;
  height: auto;
}

.top-pickupsection--slider .slick-dots li.slick-active button {
  background: #ffe500;
}

.top-pickupsection--slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #f2f2f2;
}

.top-pickupsection--slider .slick-dots li button:before {
  content: none;
}

.top-pickupsection--slider .slick-list {
  overflow: visible;
}

.top-pickupsection--slider .slick-slide > div {
  padding: 0 10px;
}

.top-pickupsection--slider .slick-active figure > div:before {
  opacity: 0;
}

.top-pickupsection--slider .slick-active figure figcaption {
  opacity: 1;
}

.top-pickupsection--slider figure {
  color: #333;
}

.top-pickupsection--slider figure > div {
  position: relative;
}

.top-pickupsection--slider figure > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 0.3s;
}

.top-pickupsection--slider figure > div > div {
  background-size: cover;
  background-position: center;
  padding-top: 52.9010239%;
}

.top-pickupsection--slider figure figcaption {
  padding: 20px;
  opacity: 0.3;
  transition: opacity 0.3s;
  background: #f2f2f2;
  padding: 30px;
  margin: auto;
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .top-pickupsection--slider figure figcaption {
    padding: 30px 15px;
  }
}
.top-pickupsection--slider figure figcaption em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 16px;
  margin-right: 20px;
  font-weight: bold;
  color: #999999;
}

.top-pickupsection--slider figure figcaption span {
  display: inline-block;
  vertical-align: middle;
  background: #ffe500;
  padding: 1px 20px;
  border-radius: 20px;
  font-size: 17px;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .top-pickupsection--slider figure figcaption span {
    font-size: 13px;
  }
}
.top-pickupsection--slider figure figcaption p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.85;
  height: 74px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .top-pickupsection--slider figure figcaption p {
    font-size: 16px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.top-pickupsection--slider figure figcaption dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.top-pickupsection--slider figure figcaption dl dd:nth-child(1) {
  width: 38px;
  overflow: hidden;
  border-radius: 38px;
}

.top-pickupsection--slider figure figcaption dl dd:nth-child(1) b {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.top-pickupsection--slider figure figcaption dl dd:nth-child(2) {
  width: calc(100% - 38px);
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
}

.bg-sec {
  background-image: url(../img/top/bgsec.jpg);
  background-size: cover;
  background-position: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .bg-sec {
    height: 140px;
  }
}
.bg-sec02 {
  margin-top: 120px;
  background-image: url(../img/top/bgsec02.jpg);
  background-size: cover;
  background-position: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .bg-sec02 {
    height: 140px;
    margin-top: 80px;
  }
}
.bg-sec03 {
  background-image: url(../img/top/bgsec03.jpg);
  background-size: cover;
  background-position: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .bg-sec03 {
    height: 140px;
  }
}
.top-intro {
  text-align: center;
  padding: 130px 0;
}

@media only screen and (max-width: 767px) {
  .top-intro {
    padding: 80px 0;
  }
}
.top-intro h1 {
  font-size: 34px;
  letter-spacing: 0.18em;
  line-height: 2.235294118;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media only screen and (max-width: 767px) {
  .top-intro h1 {
    font-size: 22px;
  }
}
.top-intro h1 span {
  position: relative;
}

.top-intro h1 span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ffe500;
  position: absolute;
  left: -6px;
  right: 0;
  top: -20px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .top-intro h1 span:before {
    width: 5px;
    height: 5px;
    top: -14px;
  }
}
.top-intro h2 {
  font-size: 19px;
  letter-spacing: 0.18em;
  line-height: 1.973684211;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .top-intro h2 {
    margin-top: 22px;
    font-size: 14px;
  }
}
.top-search--new {
  position: absolute;
  left: 0;
  width: 100%;
  top: 75px;
  background: #f2f2f2;
  display: none;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .top-search--new {
    top: 50px;
  }
}
.top-search--new form input {
  width: calc(100% - 95px);
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .top-search--new form input {
    width: calc(100% - 75px);
    height: 40px;
  }
}
.top-search--new form button {
  background-image: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 90px;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .top-search--new form button {
    font-size: 14px;
    width: 70px;
    height: 40px;
  }
}
.header {
  position: relative;
  z-index: 21;
}

@media only screen and (max-width: 767px) {
  .header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.header nav > ul > li {
  position: relative;
  border: none;
}

.header nav > ul > li:nth-child(6):before {
  content: none;
}

.header nav > ul > li:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #e5e5e5;
}

.header nav > ul > li > a.open-category {
  padding-left: 35px;
  position: relative;
}

.header nav > ul > li > a.open-category:before {
  content: "";
  width: 8px;
  height: 8px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #ffe500;
  border-bottom: 2px solid #ffe500;
  transform: rotate(-45deg);
  position: absolute;
}

.header nav > ul > li.toggle-search:before {
  content: none;
}

.header nav > ul > li.toggle-search a {
  padding: 5px 0 0 15px;
}

.header nav > ul > li > ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 215px;
  display: none;
}

.header nav > ul > li > ul li {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

.header nav > ul > li > ul li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.header nav > ul > li > ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffe500;
  border-right: 2px solid #ffe500;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.header nav > ul > li > ul li a span {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #333;
}

.footer-banner {
  margin-top: 50px;
}

.footer-banner img {
  max-width: 100%;
}

.footer {
  background: #f0f0f0;
  margin-top: 50px !important;
}

.footer .company-link {
  text-align: center;
  padding-top: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .footer .company-link {
    padding-top: 42px;
  }
  .footer-banner .inner {
    padding: 0 10px;
  }
}
.footer .company-link a {
  color: #4d4d4d;
  font-size: 12px;
  text-decoration: underline;
}

.footer .company-link a:not(:first-child) {
  margin-left: 10px;
}

.footer__inner {
  width: 711px;
  margin: auto;
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .footer__inner {
    width: 90%;
    margin-top: 20px;
  }
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__col {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .footer__col {
    width: 100%;
    margin-top: 32px;
  }
}
.footer__col--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__col--row__col {
  width: 50%;
}

.footer__col--row__col a {
  color: #000;
}

.footer__col--row__col:nth-child(1) ol {
  margin-top: 18px;
}

.footer__col--row__col:nth-child(1) ol li {
  position: relative;
  padding-left: 18px;
}

.footer__col--row__col:nth-child(1) ol li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 2px;
}

.footer__col--row__col:nth-child(1) ol li a {
  font-size: 12px;
  color: #000;
  line-height: 2;
}

.footer__col--row__col:nth-child(1) h3 {
  margin-top: 20px;
}

.footer__col--row__col:nth-child(1) h3:nth-child(1) {
  margin-top: 0;
}

.footer__col h3 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 16px;
  border-left: 1px solid #000;
  line-height: 1;
}

.footer__col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.footer__col ul li {
  width: 50%;
  position: relative;
  padding-left: 18px;
}

.footer__col ul li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 2px;
}

.footer__col ul li a {
  font-size: 12px;
  color: #000;
  line-height: 2;
}

.footer__sns {
  text-align: center;
  margin-top: 22px;
}

.footer__sns ul {
  text-align: center;
}

.footer__sns ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  position: relative;
}

.footer__sns ul li:last-child:before {
  content: none;
}

.footer__sns ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
}

.footer__sns ul li a {
  display: block;
  width: auto;
}

.footer__sns ul li a svg {
  display: block;
  height: 26px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .header.new_header .header__brand a img {
    width: 121px;
    height: 28px;
  }
  .header.new_header .header__brand {
    width: calc(100% - 70px);
  }
  .header.new_header .header__brand a {
    margin-left: 70px;
  }
  .header.new_header nav > ul > li.toggle-menu {
    display: inline-block;
  }
  .header.new_header nav > ul > li.toggle-search {
    display: inline-block;
  }
  .header.new_header nav > ul > li.toggle-search a {
    padding-left: 0;
  }
  .header.new_header nav > ul > li.toggle-search a svg {
    width: 20px;
    height: auto;
  }
}
.pagenate-whole ul li a,
.pagenate-whole ul li span {
  margin-top: 0;
}

/* 2023年0808日追加分 */
.base {
  max-width: 1200px;
  margin: 0 auto;
}

.sec-ttl {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 25px;
  }
}
.sec-ttl img {
  display: block;
  height: 100px;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .sec-ttl img {
    height: 65px;
  }
}
.sec-ttl span {
  position: relative;
}
.sec-ttl span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ffe500;
  position: absolute;
  left: -6px;
  right: 0;
  top: -20px;
  margin: auto;
}

.top-layout-row {
  margin: 0 auto 80px;
}
.top-layout-row .top-wadai__row .top-wadai__row--left {
  width: 100%;
}
.top-layout-row .top-wadai__row .top-wadai__row--left .top-wadai__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .top-layout-row .top-wadai__row .top-wadai__row--left .top-wadai__boxes {
    flex-direction: column;
    padding: 0 30px;
  }
}
.top-layout-row .top-wadai__row .top-wadai__row--left .top-wadai__boxes a {
  width: 30%;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .top-layout-row .top-wadai__row .top-wadai__row--left .top-wadai__boxes a {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-layout-row .top-wadai__row .top-wadai__row--left .top-wadai__boxes a:nth-child(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .top-layout-row .top-wadai__row .top-wadai__row--left .top-wadai__boxes a:nth-child(n+4) {
    margin-top: 0;
  }
}

.top-ichioshi .top-wadai__row a {
  width: 100% !important;
}
.top-ichioshi .top-wadai__row a:not(.top-ichioshi .top-wadai__row a:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .top-ichioshi .top-wadai__row a:not(.top-ichioshi .top-wadai__row a:last-child) {
    margin-bottom: 0;
  }
}
.top-ichioshi .top-wadai__row a figure {
  display: flex;
  align-items: center;
}
.top-ichioshi .top-wadai__row a figure > div {
  width: 50%;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
}
.top-ichioshi .top-wadai__row a figure > div div {
  width: 100%;
}
.top-ichioshi .top-wadai__row a figure figcaption div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top-ichioshi .top-wadai__row a figure figcaption div span {
  font-size: 16px;
}
.top-ichioshi .top-wadai__row a figure figcaption em {
  font-size: 18px;
}
.top-ichioshi .top-wadai__row a figure figcaption p {
  font-size: 18px;
}
.top-ichioshi .top-wadai__row a:nth-child(2) figure {
  flex-direction: row-reverse;
}
.top-ichioshi .top-wadai__row a:nth-child(2) figure > div {
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .top-ichioshi .top-wadai__row a:nth-child(2) figure > div {
    margin-left: 0;
  }
}
.top-ichioshi .top-wadai__row a:nth-child(2) figure figcaption div {
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .top-ichioshi .top-wadai__row {
    padding: 0 30px;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes {
    margin-bottom: 0;
    background: #ffffb2;
    padding: 0 0 27px;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes a {
    padding: 27px 0 0;
    margin: 27px 0 0;
    border-top: 1px solid #eee;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes a:first-child {
    margin: 0;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes a figure {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 7px;
    position: relative;
    align-items: flex-start;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes a figure > div {
    width: 40.2%;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes a figure figcaption {
    width: calc(60.2% - 20px);
    padding: 0;
    background: transparent;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes a figure figcaption em {
    font-size: 12px;
    display: block;
    position: absolute;
    left: 7px;
    bottom: 14%;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes a figure figcaption span {
    font-size: 10px;
  }
  .top-ichioshi .top-wadai__row .top-wadai__row--left .top-wadai__boxes a figure figcaption p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.top-banner {
  background: #efece9;
  padding: 80px 0;
  margin: 0 0 80px;
}

.banner-wrap {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .banner-wrap {
    flex-direction: column;
    padding: 0 30px;
  }
}
.banner-wrap .p-bnr__wrap {
  max-width: 48%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .p-bnr__wrap {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.banner-wrap .p-bnr__wrap:nth-child(n+3) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .p-bnr__wrap:nth-child(n+3) {
    margin-top: 0;
  }
}

.top-ranking {
  margin: 0 auto 100px;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .top-ranking {
    margin: 0 0 80px;
    padding: 0 30px;
  }
}
.top-ranking .sec-ttl img {
  height: 132px;
}
@media only screen and (max-width: 767px) {
  .top-ranking .sec-ttl img {
    height: 90px;
  }
}
.top-ranking .base {
  max-width: 1200px;
}
.top-ranking .top-wadai__row--left {
  width: 100%;
}
.top-ranking .top-wadai__row--left .top-wadai__boxes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .top-ranking .top-wadai__row--left .top-wadai__boxes {
    flex-direction: column;
  }
}
.top-ranking .top-wadai__row--left .top-wadai__boxes a {
  width: 40%;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-ranking .top-wadai__row--left .top-wadai__boxes a {
    width: 100%;
    margin: 0 0 60px;
  }
}
.top-ranking .top-wadai__row--left .top-wadai__boxes a::after {
  content: "1";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #FFD700;
  position: absolute;
  top: -25px;
  left: 0;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}
.top-ranking .top-wadai__row--left .top-wadai__boxes a:nth-of-type(2) {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .top-ranking .top-wadai__row--left .top-wadai__boxes a:nth-of-type(2) {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.top-ranking .top-wadai__row--left .top-wadai__boxes a:nth-of-type(2)::after {
  content: "2";
  background: #c0c0c0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.top-ranking .top-wadai__row--left .top-wadai__boxes a:nth-of-type(3) {
  width: 28%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .top-ranking .top-wadai__row--left .top-wadai__boxes a:nth-of-type(3) {
    width: 90%;
    margin: 0 auto;
  }
}
.top-ranking .top-wadai__row--left .top-wadai__boxes a:nth-of-type(3)::after {
  content: "3";
  background: #8c4841;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.concept {
  margin-bottom: 80px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .concept {
    margin: 20px 0 30px;
  }
}
.concept p {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .concept p {
    font-size: 16px;
  }
}

.campaign-banner {
  max-width: 1200px;
  margin: 0 auto 80px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  position: relative;
}
.campaign-banner h3 {
  font-size: 60px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .campaign-banner h3 {
    font-size: 20px;
  }
}
.campaign-banner .banner-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.7);
}
.campaign-banner .banner-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .campaign-banner .banner-icon {
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-banner {
    margin: 0 30px 80px;
  }
  .campaign-banner .banner-img {
    height: 100px;
  }
}
/*# sourceMappingURL=new_style02.css.map */