@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
a {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Original Yu Gothic", "Yu Gothic", sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
ul,
ol,
p,
figure {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
body.open {
  overflow: hidden;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
a:hover {
  opacity: .8;
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.open header {
  background-color: rgba(0, 0, 0, .2);
  height: 100%;
}
.header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(178, 178, 178, .9);
  box-shadow: 0 2px 6px rgba(178, 178, 178, .9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 4%;
  position: relative;
  z-index: 999;
}
.header-logo-tagline {
    padding-left: 4px;
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}
.header-logo {
  height: 30px;
}
.header-logo a {
  display: block;
}
.header-logo img {
  max-height: 30px;
}
.header-nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav li {
  width: 28px;
}
.header-nav .icon-login {
  display: none;
}
.header-nav .nav-text {
  display: none;
}
.header-nav .icon-favorite {
  margin-right: 15px;
}
.header-nav .icon-cart {
  margin-right: 25px;
  position: relative;
}
.icon-cart-num {
  background-color: #ee0038;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -4px;
  width: 20px;
}
.hamburger-btn {
  height: 20px;
  position: relative;
  width: 25px;
}
.hamburger-btn span {
  background-color: #333;
  border-radius: 4px;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.hamburger-btn span:nth-of-type(1) {
  top: 0;
}
.hamburger-btn span:nth-of-type(2) {
  top: 8px;
}
.hamburger-btn span:nth-of-type(3) {
  bottom: 0;
}
.open .hamburger-btn span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.open .hamburger-btn span:nth-of-type(2) {
  opacity: 0;
}
.open .hamburger-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.header-menu {
  background: #fff;
  display: none;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
  z-index: 990;
}
.header-nav-member {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4%;
}
.header-nav-member li {
  margin: 0 30px 20px 0;
}
.header-nav-member li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.header-nav-member li:last-child {
  margin-right: 0;
}
.header-nav-member a {
  font-weight: 600;
}
.header-nav-search {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 4%;
}
.header-nav-search-input {
  width: 88%;
}
.header-nav-search-input input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  height: 100%;
  padding: 0 16px;
  width: 100%;
}
.header-nav-search-btn {
  width: 12%;
}
.header-nav-search-btn a {
  background: #333 url(/view/images/template/10/icon-search.png) no-repeat center center/24px 21px;
  border-radius: 0 5px 5px 0;
  display: block;
  height: 40px;
  width: 100%;
}

/* ヘッダー検索窓追加＠岩切 */
.header-nav .header-nav-search {
    display: none;
}

.header-nav-category a {
  background: url(/view/images/template/10/icon-arrow-right.png) no-repeat right 4% center/7px 12px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-weight: 600;
  padding: 18px 4%;
}
.header-nav-category .has-sub-category {
  background-image: url(/view/images/template/10/icon-arrow-down.png);
  background-size: 12px 7px;
}
.header-nav-category .has-sub-category.open {
  background-image: url(/view/images/template/10/icon-arrow-up.png);
  background-size: 12px 7px;
}
.header-nav-category .header-nav-sub-category {
  display: none;
}
.header-nav-category .header-nav-sub-category a {
  font-weight: 300;
  padding-left: 8%;
}
.header-other-link {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4%;
}
.header-other-link li {
  margin: 0 15px 15px 0;
}
.header-other-link li:last-child {
  margin: 0;
}
.hamburger-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}
.hamburger-close::before {
  background: url(/view/images/template/10/icon-hamburger-close.png) no-repeat center center/contain;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 7px;
  width: 14px;
}
footer {
  border-top: 1px solid #eaeaea;
  width: 100%;
}
.footer-wrapper {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 4%;
  width: 100%;
}
.footer-info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.footer-logo {
  margin-right: 30px;
}
.footer-logo img {
  max-height: 30px;
}
.footer-sns-list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-sns-list li {
  margin-right: 15px;
}
.footer-sns-list li:last-child {
  margin-right: 0;
}
.footer-sns-list .footer-sns-instagram,
.footer-sns-list .footer-sns-facebook {
  width: 22px;
}
.footer-sns-list .footer-sns-twitter {
  width: 24px;
}
.footer-sns-list .footer-sns-youtube {
  width: 28px;
}
.footer-sns-list a {
  display: block;
}
.footer-info-address span {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-info-address span:last-child {
  margin-bottom: 0;
}
.footer-nav-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.footer-nav-category li {
  background: url(/view/images/template/10/icon-arrow-right.png) no-repeat left center/7px 12px;
  margin: 0 30px 20px 0;
  padding-left: 16px;
}
.footer-nav-category li:last-child {
  margin-right: 0;
}
.footer-nav-category a {
  font-size: 12px;
  font-weight: 600;
}
.footer-nav-sub-category {
  display: none;
}
.footer-nav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav-other li {
  margin: 0 0 20px 0;
}
.footer-nav-other li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.footer-nav-other li:last-child {
  margin-right: 0;
}
.footer-nav-other a {
  font-size: 12px;
}
.copyright {
  padding: 15px;
  text-align: center;
}
.copyright small {
  font-size: 13px;
}
.side-nav {
  display: none;
}
.other-item {
  border-top: 1px solid #f2f2f2;
  padding: 40px 4%;
  clear: both;
}
.other-item-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.other-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-item-list li {
  margin-bottom: 15px;
  width: 44vw;
}
.other-item-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.other-item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.other-item-name {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  overflow: hidden;
}
_:-ms-lang(x)::-ms-backdrop, .other-item-name {
  display: block;
  max-height: 32px;
  line-height: 18px;
}
.item-sale-price {
  color: #c3123b;
}
.original-price {
  margin-bottom: 8px;
  text-decoration: line-through;
}
.other-item-price {
  font-size: 12px;
  display: block;
}
.other-item-price::before {
  content: '\a5';
}
.pc-breadcrumb {
  display: none;
}
.breadcrumb {
  background-color: #f5f5f5;
  padding: 10px 4% 0;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  margin-bottom: 10px;
}
.breadcrumb-list li:not(:last-child)::after {
  content: '\03e';
  margin: 0 5px;
}
.breadcrumb-list li,
.breadcrumb-list a {
  font-size: 10px;
}
.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.calendar-wrap div {
  padding: 0 10px 10px;
}
.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.calendar-title dt {
  font-size: 12px;
  margin-right: 6px;
}
.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}
.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}
.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}
.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding: 8px 0;
  height: auto !important;
}
.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  height: auto;
}
.this-month {
  background: #333;
}
.next-month {
  background: #333;
}
.saturday {
  color: #006BED;
}
.sunday {
  color: #F23E0C;
}
.footer-nav-other {
  display: block;
}
@media screen and (min-width: 350px) {
  .header-other-link li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 418px) {
  .header-nav-member li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 541px) {
  .footer-nav-other li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 550px) {
  .header-other-link li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-info-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-info {
    margin: 0 30px 0 0;
  }
  .other-item-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .other-item-list li {
    margin-right: 2%;
    width: 29vw;
  }
  .other-item-list li:nth-child(3n) {
    margin-right: 0;
  }
  .other-item-img {
    height: 29vw;
  }
}
@media screen and (min-width: 1000px) {
  body.open {
    overflow-y: scroll;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .open header {
    background-color: initial;
    height: auto;
  }
  .header-inner {
    padding: 20px 30px;
  }
  .header-logo {
    height: 44px;
  }
  .header-logo img {
    max-height: 44px;
  }
  .header-nav li {
    width: 70px;
  }
  .header-nav .nav-text {
    display: block;
    font-size: 10px;
    font-weight: 600;
  }
  .header-nav .icon-login > a,
  .header-nav .icon-favorite a,
  .header-nav .icon-cart a,
  .header-nav .icon-hamburger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-nav .icon-hamburger:hover {
    opacity: .8;
  }
  .header-nav .icon-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    width: auto;
  }
  .header-nav .icon-login .nav-text {
    position: relative;
  }
  .header-nav .icon-login.logged-in .nav-text::after {
    background: url(/view/images/template/10/icon-arrow-down.png) no-repeat center center/contain;
    content: '';
    height: 6px;
    left: calc(50% - 5px);
    position: absolute;
    top: calc(100% + 7px);
    width: 10px;
  }
  .header-nav .icon-login.logged-in.open .nav-text::after {
    background-image: url(/view/images/template/10/icon-arrow-up.png);
  }
  .header-nav .icon-login .header-member-list {
    display: none;
    left: calc(50% - 75px);
    padding-top: 22px;
    position: absolute;
    top: 16px;
    width: 150px;
  }
  .header-nav .icon-login .header-member-list li {
    background-color: rgba(246, 246, 246, .9);
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
  }
  .header-nav .icon-login .header-member-list li:last-child {
    border-bottom: none;
  }
  .header-nav .icon-login .header-member-list li a {
    display: block;
    font-weight: 600;
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
  }
  .header-nav .icon-login .icon-image {
    margin-right: 10px;
    width: 24px;
  }
  .header-nav .icon-favorite,
  .header-nav .icon-cart {
    margin-right: 20px;
  }
  .header-nav .icon-favorite {
    width: 80px;
  }
  .header-nav .icon-favorite .icon-image,
  .header-nav .icon-cart .icon-image {
    width: 24px;
  }
  .icon-cart-num {
    left: 14px;
  }
  .hamburger-btn {
    height: 16px;
    width: 20px;
  }
  .hamburger-btn span:nth-of-type(2) {
    top: 6px;
  }
  .open .hamburger-btn span:nth-of-type(1) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .open .hamburger-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .header-menu {
    background: rgba(255, 255, 255, .95);
    max-height: calc(100% - 100px);
    overflow: hidden;
  }
  .header-nav-member,
  .hamburger-close {
    display: none;
  }
  .header-nav-search {
    border-color: #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 0 30px;
    width: 1000px;
  }
  .header-nav-search-input {
    width: 630px;
  }
  .header-nav-search-input input {
    border-color: #b8b8b8;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
  }
  .header-nav-search-btn {
    width: 32px;
  }
  .header-nav-search-btn a {
    background-size: 16px 14px;
    height: 30px;
  }
    
    /* ヘッダー検索窓追加＠岩切 */
  .header-nav .header-nav-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    width: 250px;
    padding: 0;
    border: none;
}
  .header-nav .header-nav-search-btn a {
      width: 32px;
    }
    
  .header-nav-category {
    border-bottom: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
  }
  .header-nav-category li {
    margin: 0 20px 40px 0;
    width: 170px;
  }
  .header-nav-category a,
  .header-nav-category .has-sub-category {
    background-image: none;
    border: none;
    display: inline-block;
    font-size: 12px;
    padding: 0;
  }
  .header-nav-category .has-sub-category {
    margin-bottom: 30px;
  }
  .header-nav-category .has-sub-category:last-child {
    margin-bottom: 0;
  }
  .header-nav-category .header-nav-sub-category {
    display: block;
  }
  .header-nav-category .header-nav-sub-category li {
    margin-bottom: 20px;
  }
  .header-nav-category .header-nav-sub-category .header-nav-category-parent {
    display: none;
  }
  .header-nav-category .header-nav-sub-category a {
    font-weight: 300;
    padding: 0;
  }
  .header-other-link {
    border: none;
    margin: 0 auto;
    padding: 30px 0 40px;
    width: 1000px;
  }
  .header-other-link li {
    margin-right: 30px;
  }
  .header-other-link a {
    font-size: 12px;
  }
  .footer-logo {
    max-width: 200px;
    width: auto;
  }
  .footer-logo img {
    max-height: 44px;
  }
  .footer-info-wrapper,
  .footer-nav {
    margin: 0 auto;
    /* max-width: 1000px; */
    width: 100%;
  }
  .footer-info-address span{
    font-size: 14px;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  .footer-nav-category {
    height: 0;
  }
  .footer-nav-category li {
    background: none;
    margin: 0;
    padding: 0;
  }
  .footer-nav-category > li {
    margin: 0 40px 30px 0;
  }
  .footer-nav-category > li > a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer-nav-sub-category {
    display: block;
  }
  .footer-nav-sub-category li {
    margin-bottom: 15px;
  }
  .footer-nav-sub-category li:last-child {
    margin-bottom: 0;
  }
  .footer-nav-sub-category a {
    font-size: 14px;
    font-weight: 300;
  }
  .footer-nav-other {
    display: block;
    flex: none;
    width: 210px;
  }
  .footer-nav-other li,
  .footer-nav-other li:nth-last-child(2) {
    margin: 0 0 15px;
  }
  .footer-nav-other a {
    font-size: 14px;
  }
  .copyright {
    padding: 30px 0;
  }
  .copyright small {
    font-size: 14px;
  }
  .side-nav {
    display: block;
    /* margin-right: 60px; */
    margin: 0 30px 0 40px;
    width: 200px;
  }
  .side-nav-title {
    border-bottom: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
  }
  .side-nav-category > li {
    border-bottom: 1px dashed #e5e5e5;
    /* padding: 34px 0; */
    padding: 24px 0;
  }
  .side-nav-category > li:last-child {
    border-bottom: none;
  }
  .side-nav-category a {
    /*background: url(/view/images/template/10/icon-arrow-right.png) no-repeat right 4% center/7px 12px; */
    display: block; 
    padding-right: 20px;
  }
  .side-nav-category > li > a {
    font-size: 12px;
    font-weight: 600;
  }
  .side-nav-category > li > a,
  .side-nav-sub-category li {
    margin-bottom: 28px;
  }
  .side-nav-category > li > a:last-child,
  .side-nav-sub-category li:last-child {
    margin-bottom: 0;
  }
  .side-nav-sub-category a {
    font-size: 12px;
  }
  .other-item {
    padding: 80px 0;
  }
  .other-item-inner {
    margin: 0 auto;
    width: 1000px;
  }
  .other-item-list li {
    margin: 0 20px 0 0;
    width: 184px;
  }
  .other-item-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .other-item-list li:nth-child(n+5) {
    margin-right: 0;
  }
  .other-item-list li:nth-child(n+6) {
    display: none;
  }
  .other-item-img {
    height: 184px;
  }
  /* .other-item-name {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  } */
  .other-item-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  overflow: hidden;
} 
  .other-item-price {
    font-size: 12px;
    /* font-weight: 600; */
  }
  .pc-breadcrumb {
    display: block;
  }
  .sp-breadcrumb {
    display: none;
  }
  .breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 30px 10px;
  }
  .breadcrumb-list li,
  .breadcrumb-list a {
    font-size: 12px;
  }
    
}

/* 岩切 */
/* フリーページ */
.freepage-wrapper {
  padding: 40px 4%;
}
.freepage-wrapper h1 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}
.freepage-text {
  margin-bottom: 30px;
}
.freepage-text:last-child {
  margin-bottom: 0;
}
.freepage-text {
  font-size: 13px;
  line-height: 23px;
}
.freepage-img {
  text-align: center;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.item_info_pic{
	border:1px solid;
	margin-bottom:20px;
    width:100%;
}

#about_information_container{
    clear: both;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size:14px;
}
#about_information_container li{
	list-style-position:inside;
}
#about_information_container h1{
		margin-bottom:10px;
}
#about_information_container h2{
        background-color:#6B8B81;
        color:#ffffff;
		margin:0px;
  		padding:5px;
  		font-size:16px;
}
#about_information_container h3{
  	font-size:14px;
	margin:0px;
}
#about_information_container a{
}
#about_information_container h4{
    text-indent:0.4em;
    background-color:#5a5349;
    color:#ffffff;
    padding: 4px 0;
}
#about_information_container li{
	margin-bottom:1em;
}

#about_information_container #text1 {
	float:left;
	width:300px;
	height:280px;
}

#about_information_container #text2 {
	float:left;
	width:360px;
	height:280px;
        list-style-type:none;
}

#about_information_container #text3 {
	float:left;
	margin-bottom:10px;
}

#about_information_container #text4 {
        border solid 1px #4d4d4d;
        padding-bottom:100px;
}

#about_information_container #text4 li {
        list-style-type:none;
        font-size:12px;
}

#about_information_container #text5 {
	float:left;
	width:28%;
	margin-left:12px;
	margin-right:12px;
}

#about_information_container #text6 {
	float:left;
	width:28%;
	margin-left:32px;
	margin-right:32px;
}

#about_information_container #text7 {
	float:left;
	width:28%;
	margin-left:12px;
	margin-right:12px;
}

  #topic__folivora {
    background: #f7f7f7;
}
  #topic__folivora .topic__item-list {
    background: #edece7;
}

  #topic__kow_story {
    background: #BFB59C;
    background-image: url(https://www.transparenttextures.com/patterns/clean-gray-paper.png);
    color: #191919;
    line-height: 1.8;
    word-break: normal;
}
  #topic__kow_story h1{
    font-family: ;
}
  #topic__kow_story .topic__text a, .topic__image a {
    text-decoration: underline dotted;
}
  #topic__kow_story .topic__item-list {
    background: #edece7;
}
  #topic__kow_story .topic__image-sub2-right {
    text-align: center;
}

  #topic__10himitsu {
    background: #DAE8F3;
}
  #topic__10himitsu .topic__item-list {
    background: #CAC8C7;
}
  #topic__10himitsu .topic__image-sub2-right {
    text-align: center;
}

  #topic__kotatsu_monogatari {
    background: #d6d6c0;
}
  #topic__kotatsu_monogatari .topic__item-list {
    background: #EDECE7;
}
  #kotatsu_monogatari .topic__image-sub2-right {
    text-align: center;
}

  .topic__section {
    padding-bottom: 6em;
}
  .topic h1 {
    text-align: center;
    padding: 2em 0;
    font-size: 1.7em;
    line-height: 1.5;
  }
  .topic h2 {
    padding: 3em 0 2em; 
    text-align: center;
}
  .topic h3 {
    text-align: center;
    padding: 1em 0;
}
  .topic__text {
    padding: 0 5% 2em;
    line-height: 23px;
}
@media screen and (min-width: 769px) {
  .topic__text {
    padding: 0 15% 2em;
    line-height: 26px;
}
}
  .topic__image_full {
}
  .topic__image {
    padding: 0 5% 1em;
    text-align: center;
}
@media screen and (min-width: 769px) {
  .topic__image {
    padding: 0 15% 1em;
}
}
  .topic__image-sub {
    padding-bottom: 16px;
}
  .topic__item-list {
    clear: both; 
    padding: 0 5% 6em;
}
  .topic__item-list h2 {
    padding: 4em 0 2em; 
    text-align: center;
}
  
@media screen and (min-width: 769px) {
.topic__image-sub2-left {
    float: left!important; 
    width: 49%!important; 
}
}

@media screen and (min-width: 769px) {
.topic__image-sub2-right {
    float: right; 
    width: 49%; 
    padding: 0 0 5% 5%;
}
}

.topic__image-list {
  padding-top: 16px;
}

.topic__image-list::after {
  clear: both;
  content: "";
  display: table;
}
    
  /* WORKS */
.contents-item-list li {
    margin-bottom: 30px;
}

.contents-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents-item-list li {
  margin-bottom: 30px;
  /* width: 44vw; */
}
/* .contents-item-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
} */
.contents-item-list li:last-child {
  margin-bottom: 0;
}
.contents-item-list a {
  display: block;
}
.contents-item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.contents-item-name {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  overflow: hidden;
}
.contents-works-name {
    font-size: 14px;
}
.news-detail .news-link {
    margin-top: 60px;
    background: #f5f5f5;
}
.news-detail .news-link a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
   .contents-item-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contents-item-list li {
    margin-right: 2%;
    width: 29vw;
  }
  .contents-item-list li:nth-child(3n) {
    margin-right: 0;
  }
  .contents-item-img {
    height: 29vw;
  }   
}

@media screen and (min-width: 1000px) {
  .freepage-wrapper {
    padding: 60px 0 80px;
    margin: 0 auto;
    width: 900px;
  }
  .freepage-wrapper h1 {
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center;
  }
  .topic h1 {
    text-align: center;
    padding: 2em 0;
    font-size: 1.7em;
}
  .freepage-text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 60px;
  }
  .freepage-img {
    text-align: left;
  }
    
  /* WORKS */
  .contents-item-list li {
    margin: 0 20px 30px 0;
    max-width: 230px;
    width: calc(25% - 20px);
  } 
  .contents-item-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .contents-item-list li:last-child {
    margin-right: 0;
  }

   .contents-topic-list li {
    margin: 0 20px 30px 0;
    max-width: 480px;
    width: calc(100% / 2 - 20px);
  }
    
     .contents-item-img {
    height: 100%;
  }
  .contents-item-name {
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  _:-ms-lang(x)::-ms-backdrop, .contents-item-name {
    display: block;
    max-height: 32px;
    line-height: 18px;
  }

}

@media screen and (max-width: 768px) { 
.item-list-img.topic-list-img a img{
  width: 100%!important;
  height: auto!important;
}
}

/*****************************************************

    R&T LP用

*****************************************************/

#main-contents-about {
    position: relative; 
    /*margin-top: 8rem;*/
    overflow: hidden;
}

.cs_calender_link {
    border-bottom: dotted 2px #242424; 
    display: inline-block;
}
.cs_calender_link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.about-text {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin:7%; 
    color: #FFFFFF; 
    text-align: left;
    background: rgba(0,0,0,0.3); 
    padding:7%;
}

.about-logo {
    font-family: dirty_ego; 
    font-size:48px; 
    letter-spacing:2px; 
    text-align: right;
}


/*****************************************************

    R&T CS用

*****************************************************/

.header__top {
  /* background: #6C91AE; */
  background: #FF6347; 
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 0;
  text-align: center;
}


#cs-main-visual {
    position: relative; 
    overflow: hidden;
}

.cs-main-visual-logo {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin:15%; 
    text-align: center;
}

.cs-main-visual-text {
    position: absolute; 
    top: 30%; 
    left: 0; 
    right: 0; 
    bottom: auto; 
    margin:15%; 
    color: #FFFFFF; 
    text-align: center;
    background: rgba(0,0,0,0.3); 
    padding:5rem;
    font-size: 20px;
}

.cs-main-title{
    font-size: 25px; 
    font-weight: bold; 
    margin-bottom: 32px;
}


.item-main-visual img {
    width: 100%;
}

.bx-wrapper {
    border: 5px solid #F4F4EE;
    background: #F4F4EE;
}
.bx-wrapper .bx-controls-direction a {
    opacity: 0.5;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #b7b7b7;
}

p.item-size {
    margin: 10px 0;
}

.item-before-order {
    text-align: center;
    font-size: 14px;
    margin-top: 1rem;
    padding-bottom: 4px;
}
.item-before-order a {
    color: #BA1200; 
}
.item-inquiry {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1rem;
}
.item-sns {
    text-align: center;
}

.item-detail-text a {
    color: #3D7689; 
    font-weight: bold;
}
.detail-detail {
    margin: 0 auto;
    /*background-color: #AE8B65; */
    background-color: #bea283;
    background-image: url(https://www.transparenttextures.com/patterns/clean-gray-paper.png);
}
.detail-list {
    display: inline-block;
}
.detail-list img {
    width: 100%;
}
.detail-list-text {
    padding: 14%;
    text-align: left;
}
        
.detail-spec{
    padding: 5rem 7% 0;
    border-top: 1px solid #ccc;
    clear: both;
    margin: 0 auto;
}

/* 商品紹介テキストのみ */
.detail1-onlytext1  {
    padding: 32px 7% 0;
    border-top: 1px solid #ccc;
}

/* 商品紹介テキストのみ＋バリエーション */
.detail1-onlytext2  {
    margin-bottom: 64px; 
    padding: 32px 7% 0; 
    border-top: 1px solid #ccc;
}

/* バリエーション */
.cs-item-type{
    padding: 80px 7% 84px;
    background-color: #c6bfab;
    background-image: url(https://www.transparenttextures.com/patterns/clean-gray-paper.png);
    clear: both;
    display: inline-block;
    margin: 0 auto;
    width: -webkit-fill-available;
}

.item-type-title{
    font-size: 25px; 
    font-weight: bold; 
    margin-bottom: 32px;
}

.item-type-text {
    margin-bottom: 32px;
}

.item-type-next{
    clear: both; 
    padding-top: 32px;
}

.item-type img{
    margin-bottom: 3%;
    width: 100%;
}

.item-type-name{
    font-size: 15px;
    text-align: center;
}

.item-type-note{
    font-size: 12px;
    text-align: center;
}

.item-type-label {
    padding: 0px 6px;
    background: #333333;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
}

/* 商品詳細 文字装飾 */
.detail-note{
    font-size: 11px;
}

/* バナー */
.detail_banner {
    width: 50%;
    padding-top: 16px;
}

/* 商品スペック */
.text-header {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.cs-text-header {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 16px;
}
.item-detail-index {
    padding: 3px 6px;
    margin: 5px 0;
    background: #333333;
    color: #FFFFFF;
    display: inline-block;
}
.section-spec {
    text-align: left; 
    padding: 16px 0;
}
.spec {
    text-align: left;
}
.spec img {
    display: flex;
    max-width: 100%;
}
table.size-price {
    table-layout: auto;
}
table.size-price_goods {
    table-layout: auto;
}
table.delivery-setup {
    table-layout: fixed;
    width: 100%;
}
table.size-price, .size-price_goods, .delivery-setup {
    margin-left: 0;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    background: #FFFFFF;
    white-space: nowrap;
    min-width: 100%;
}
table.size-price th, table.size-price td {
    padding: 4px;
    border: 1px solid #333333;
}
table.size-price td {
    text-align: center;
    vertical-align: middle;
}
table.size-price_goods th, table.size-price_goods td {
    padding: 4px;
    border: 1px solid #333333;
}
table.size-price_goods td {
    text-align: center;
    vertical-align: middle;
}
table.delivery-setup th, table.delivery-setup td {
    padding: 4px;
    border: 1px solid #333333;
}
table.delivery-setup td, th {
    text-align: center;
    vertical-align: middle;
}
table.delivery-setup th {
    background: #E5E5E0;
    font-size: 12px;
}
.tablelayout {
    overflow: scroll;
    /* -webkit-overflow-scrolling: touch; */
}

.sizeOrder {
    margin: 20px auto 10px;
    padding: 16px;
    background: #E5E5E0;
}
.sizeOrder-title {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px;
}
.sizeOrder-title a {
    font-size: 13px;
}

.spec-note-strong {
    text-decoration: underline; 
    font-weight: bold;
    padding-top: 1rem;
}
.spec-note {
    font-size: 12px;
    padding-top: 1rem;
}
.spec-index {
    font-weight: bold;
}
.spec-index:before {
    content: "■";
}
.spec-title {
    font-weight: bold;
}
.spec-strong {
    font-weight: bold;
}

    
/* PC */
@media screen and (min-width: 769px) {
.head{
    background-image: linear-gradient(-90deg, #373737, #172B3C);
    /* border-bottom: 1px solid #F4F4EE; */
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 2% 0 7%;
    z-index: 10000;
    height: 119px;
}

.logo{
    margin-right: auto;
    max-width: 20%;
    width: 20%;
}

.logo img{
    max-width: 110px;
    max-height: 140px;
}

.detail-list-left {
    width: 50%; 
    float: left;
}
.detail-list-right {
    width: 50%; 
    float: right;
}
    .item_2types_left{
    float: left; 
    width: 48%;
}

.item_2types_right{
    float: right; 
    width: 48%;
}

.item_3types{
    float: left; 
    width: 31.3%; 
    padding-right: 3%;
}

.item_3types_right{
    float: right; 
    width: 31.3%;
}

.item_4types{
    float: left; 
    width: 23.5%; 
    padding-right: 2%;
}

.item_4types_right{
    float: right; 
    width: 23.5%;
}
    
.item-spec {
    float: left;
    width: 48%;
    /* box-sizing: border-box; */
}
.item-delivery { 
    float: right; 
    width: 45%;
} 
table.size-price_goods {
    min-width: 48%!important;
}
.item-delivery table{ 
width: 100% !important; 
} 

}

/* SP */
@media screen and (max-width: 640px) {    

.head {
display: none;
}

.bx-wrapper {
    margin-bottom: 6rem; 
}
.bx-controls-direction {
    display: none;
}
    
.detail-list-text {
    padding: 14% 7%;
}

.item_2types_left {
    margin-bottom: 2rem;
}
.item_3types{
    margin-bottom: 2rem;
}
.item_4types{
    margin-bottom: 2rem;
}
    
.detail-spec {
    padding: 0 7%;
}
   

.cs-main-visual-logo {
    top: 25%;
}

.cs-main-title{
    font-size: 20px;
}

.cs-main-text {
    text-align: left;
}

.cs-main-text br {
    display: none;
}


}

/* PCサイドナビ右側へ */
  @media screen and (min-width: 1000px) {
.contents-wrapper {
  flex-direction: row-reverse;
}	
}
.top-page-mv-wrapper {
  margin-bottom: 70px;
}
.top-page-mv .bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 0 auto;
  position: relative !important;
}
.bx-wrapper img {
  width: 100%;
}
.top-page-mv .bx-viewport {
  margin-bottom: 15px;
}
.top-page-mv .bx-caption {
  display: none;
}
.top-page-mv .bx-wrapper .bx-controls-direction a {
  z-index: 99;
}
.top-page-mv .bx-wrapper .bx-prev {
  background: url(/view/images/template/10/icon-slide-arrow-left.png) no-repeat left 10px center/12px 16px;
  left: 0;
}
.top-page-mv .bx-wrapper .bx-prev:hover,
.top-page-mv .bx-wrapper .bx-prev:focus {
  background-position: left 10px center;
}
.top-page-mv .bx-wrapper .bx-next {
  background: url(/view/images/template/10/icon-slide-arrow-right.png) no-repeat right 10px center/12px 16px;
  right: 0;
}
.top-page-mv .bx-wrapper .bx-next:hover,
.top-page-mv .bx-wrapper .bx-next:focus {
  background-position: right 10px center;
}
.top-page-mv .bx-wrapper .bx-pager {
  padding: 0;
}
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #c6c6c6;
}
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a.active,
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #919191;
}
.contents-wrapper {
  padding: 0 4% 60px;
}
.contents-section {
  margin-bottom: 40px;
}
.contents-section:last-child {
  margin-bottom: 0;
}
.contents-section-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.contents-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents-item-list li {
  margin-bottom: 30px;
  width: 44vw;
}
/* .contents-item-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
} */
.contents-item-list li:last-child {
  margin-bottom: 0;
}
.contents-item-list a {
  display: block;
}
.contents-item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.contents-item-name {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  overflow: hidden;
}
.contents-item-price {
  font-size: 12px;
  display: block;
}
.contents-item-price::before {
  content: '\a5';
}

/* 岩切 */
 .contents-topic-list li {
     width: 100vw;
}
 .contents-brand-list li {
    margin: 0 20px 30px 0;
    max-width: 480px;
    width: calc(100% / 3 - 20px);
  }

/* .contents-new-item-list .contents-item-img::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffa00b;
  border-radius: 50%;
  color: #fff;
  content: 'NEW';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  left: calc(50% - 18px);
  position: absolute;
  top: -18px;
  width: 35px;
} */
.contents-ranking-item-list {
  counter-reset: ranking;
}
.contents-ranking-item-list .contents-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-ranking-item-list .contents-item-info::before {
  color: #fec557;
  content: counter(ranking);
  counter-increment: ranking;
  font-family: Futura, Century Gothic;
  font-size: 30px;
  line-height: 1;
}
.windows .contents-ranking-item-list .contents-item-info::before {
  font-weight: 600;
}
.contents-ranking-item-list .contents-item-info div {
  margin-left: 10px;
}
.contents-banner-list {
  margin-bottom: 40px;
}
.contents-banner-list li {
  margin-bottom: 15px;
  width: 100%;
}
.contents-banner-list li:last-child {
  margin-bottom: 0;
}
.contents-banner-list a {
  display: block;
}
.contents-section-news .contents-section-title {
  /* margin-bottom: 15px; */

}
.contents-news-list {
  margin-bottom: 30px;
}
.contents-news-list li {
  margin-bottom: 15px;
  width: 100%;
}
.contents-news-list li:last-child {
  margin-bottom: 0;
}
.contents-news-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contents-news-title a {
  color: #4a79b3;
  font-size: 13px;
  line-height: 22px;
}
.contents-news-link {
  height: 50px;
  margin: 0 auto;
  max-width: 310px;
  width: 90%;
}
.contents-news-link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/view/images/template/10/icon-arrow-right.png) no-repeat right 10px center/7px 12px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.review-list-unit {
  display: block;
  margin-bottom: 60px;
}
.index-review-image img {
  width: 170px;
  margin: 0 auto 20px;
}
.review-list-name {
  font-weight: bold;
  margin: 16px 0;
}
.review-index-score {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.review-list-content {
  max-width: 100%;
}
.reviewRate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}
.reviewRateStar {
  color: #fcc620;
  font-size: 0;
  margin-right: 5px;
}
.reviewRateStar:last-child {
  margin-right: 0;
}
.reviewRateStar::before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 900;
}
.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f5c0';
}
.starOff::before {
  content: '\f005';
  color: #c6c6c6;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.other-item-top {
  padding: 40px 0;
}
@media screen and (min-width: 720px) {
  .top-page-mv .bx-wrapper {
    width: 100%;
  }
  .bx-viewport {
    overflow: visible!important;
  }
  .top-page-mv .bx-viewport {
    height: 570px;
    width: 720px!important;
    margin: 0 auto 15px;
  }
  .top-page-mv .bx-viewport li {
    width: 720px;
  }
  .top-page-mv .bx-wrapper .bx-pager,
  .top-page-mv .bx-wrapper .bx-controls-auto {
    bottom: -20;
  }
  .top-page-mv .bx-wrapper .bx-prev {
    left: calc(50% - 360px);
  }
  .top-page-mv .bx-wrapper .bx-next {
    right: calc(50% - 360px);
  }
}
@media screen and (min-width: 768px) {
  .top-page-mv {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .contents-item-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contents-item-list li {
    margin-right: 2%;
    width: 29vw;
  }
  .contents-item-list li:nth-child(3n) {
    margin-right: 0;
  }
  .contents-item-img {
    height: 29vw;
  }
  .contents-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 67px;
  }
  .contents-banner-list li {
    margin-bottom: 20px;
    width: 48%;
  }
  .contents-banner-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .contents-news-list {
    margin: 0 auto 30px;
    max-width: 770px;
  }
  .contents-news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents-news-list .contents-news-date {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 30px;
  }
  .contents-news-title a {
    font-size: 14px;
    line-height: 24px;
  }
  .contents-news-link {
    height: 66px;
    width: 340px;
  }
  .contents-news-link a {
    background-position: right 20px center;
    border-color: #969696;
    border-radius: 0;
    font-size: 14px;

    font-weight: 300;
  }
}
@media screen and (min-width: 1000px) {
  .top-page-mv-wrapper {
    margin-bottom: 60px;
  }
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 80px 30px;
    width: 100%;
  }
  main {
    width: calc(100% - 260px);
  }
  .contents-section {
    margin-bottom: 40px;
  }
  .contents-section-title {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .contents-section-title a {
    font-size: 18px;
  }
  .contents-item-list li {
    margin: 0 20px 30px 0;
    max-width: 230px;
    width: calc(25% - 20px);
  }
  .contents-item-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .contents-item-list li:last-child {
    margin-right: 0;
  }
 
/* 岩切 */
 .contents-topic-list li {
    margin: 0 20px 30px 0;
    max-width: 480px;
    width: calc(100% / 3 - 20px);
  }
    
  .contents-item-img {
    height: 100%;
  }
  .contents-item-name {
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  _:-ms-lang(x)::-ms-backdrop, .contents-item-name {
    display: block;
    max-height: 32px;
    line-height: 18px;
  }
  .contents-item-price {
    font-size: 12px;
    /* font-weight: 600; */
  }
  .contents-banner-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contents-banner-list li {
    margin-right: 20px;
    max-width: 350px;
    width: 45%;
  }
  .other-item-top {
    padding: 80px 0;
  }
  .index-review-list {
    display: flex;
    flex-wrap: wrap;
  }
  .review-list-unit {
    display: flex;
    justify-content: center;
    margin: 0 40px 40px 0;
  }
  .review-list-unit:nth-child(3n) {
    margin-right: 0;
  }
  .index-review-image img {
    width: 170px;
    margin: 0 20px 20px 0;
  }
  .review-list-name {
    font-weight: bold;
    margin: 16px 0;
  }
  .review-index-score {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
  }
  .review-score {
    margin: 0 3px;
  }
  .review-list-content {
    max-width: 300px;
  }
}

/* スマホ バナー表示サイズ100% */
@media screen and (max-width: 768px) { 
.item-list-img.topic-list-img a img{
  width: 100%!important;
  height: auto!important;
}
}
