@charset "utf-8";


body {
  letter-spacing: 0.01em;
}

.fullwraparea {
    max-width: 100%;
}

.full_main {
    max-width: 100%;
    width: 100%;
}


.faq {
  padding: 60px 0px;
  display: block;
}

.section__title-1 {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.section__title-1::after {
  background: #c7b299;
  bottom: 0;
  content: '';
  content: '';
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.section__title-2 {
  border-bottom: 1px solid #a17844;
  color: #a17844;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.section__title-3 {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: stretch;
          justify-content: stretch;
  letter-spacing: 0.1em;
}

.section__title-3::before, .section__title-3::after {
  border-top: 1px solid #959595;
  -webkit-box-flex: 1;
  content: '';
  display: block;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.section__title-3::before {
  margin-right: 1em;
}

.section__title-3::after {
  margin-left: 1em;
}

.section__title-4 {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.section__lead p {
  line-height: 2;
}

.card-list {
  -webkit-align-items: stretch;
          align-items: stretch;

  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.card {
  position: relative;
}

div.card__image {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

div.card__image img,
img.card__image {
  display: block;
}

.card__title {
  font-weight: bold;
  text-align: center;
}

.card__text p {
  line-height: 1.8;
}

.card__note p {
  line-height: 2;
}

.item-list {
}

.item {
  display: block;
}

.item__thumbnail {
 
}

.item__info,
.item__name,
.item__price {
  font-weight: bold;
}

.item__info {
  color: #aaaaaa;
}


.item__link, .item__link:link, .item__link:visited {
  color: #fff;
}

.steps li {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: relative;
}

.steps li::after {
  background: #cccccc;
  content: '';
  display: block;
  position: absolute;
}

.steps li:last-child {
  margin-bottom: 0;
}

.steps li:last-child::after {
  display: none;
}

.steps__label {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.steps__label::after {
  background: #000;
  content: '';
  display: block;
}

.steps__name {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.steps__name strong {
  text-decoration: underline;
}

.steps__name small {
  display: block;
}

.steps__highlighted {
  color: #8b5aa3;
}

.steps__highlighted .steps__label::after {
  background: #8b5aa3;
}

.steps__highlighted .steps__label.steps__label--normal {
  color: #333;
}

li.steps__highlighted-line::after {
  background: #e4cdef;
}

.detail {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  margin: 0 auto;
}

.detail__inner {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.detail__thumbnail {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.detail-service {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.detail-service__label {
  -webkit-align-items: center;
          align-items: center;
  background-position: 0.25em center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  border: 1px solid #333;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 0.4em;
  margin-right: 0.4em;
  padding: 0 0.5em 0 2.2em;
}

.detail__info {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  line-height: 1.4;
}

.detail__info small {
  font-weight: normal;
  margin-left: 0.75em;
}

.detail__info-icon {
  display: block;
  margin-right: 0.5em;
}

.detail__name {
  font-weight: bold;
}

.detail__button {
  -webkit-align-items: center;
          align-items: center;
  background: #008cfd;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
}

.detail__button, .detail__button:link, .detail__button:visited {
  color: #fff;
}

.detail-image {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.detail-image__item {
  position: relative;
}

.detail-image__thumbnail {
  display: block;
  opacity: 0.9;






}

.detail-image__image {
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.detail-image__image img {
  display: block;
}

.detail-image__image.animate {
  display: block;
}

.detail-image__image.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-iframe-holder .mfp-content {
  max-width: 80%;
}


.kv__title {
}

.page-nav__links {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

a.page-nav__link {
  -webkit-align-items: center;
  align-items: center;
  background: #c7b299;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
}

a.page-nav__link, a.page-nav__link:link, a.page-nav__link:visited {
  color: #fff;
}





.by-price-nav {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.by-price-nav__link {
  background: #c7b299;
}

.by-price-nav__link, .by-price-nav__link:link, .by-price-nav__link:visited {

  color: #fff;
}

.brand-nav {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.brand-nav__link {
  font-weight: bold;
}

.brand-nav__link, .brand-nav__link:link, .brand-nav__link:visited {
  color: #333;

}

.brand-nav__link + .brand-nav__link::before {
  content: '｜';
}

.brand__header {
  background-repeat: no-repeat;
}

.brand__summary {
  line-height: 2;
}

.by-category {
  background: #c7b299;
}

.by-category .section__title-1 {
  color: #fff;
}

.by-category .section__title-1::after {
  background: #fff;
}

.main-categories .card {
  position: relative;
}


.main-categories .card__image {
  display: block;
}

.main-categories .card__title {
  -webkit-align-items: center;
          align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.main-categories .card__title, .main-categories .card__title:link, .main-categories .card__title:visited {
  color: #fff;
}

.categories .section__title-3 {
  color: #fff;
}

.categories .section__title-3::before, .categories .section__title-3::after {
  border-color: #fff;
}

.categories__list {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.categories__link {
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.categories__link, .categories__link:link, .categories__link:visited {
  color: #333;
}

.categories__link img {
  display: block;
}

.pickup {
  background-repeat: no-repeat;
}

.pickup__title {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  color: #572c1f;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
}

.pickup__block {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.pickup__image {
  display: block;
}

.pickup__image img {
  height: auto;
  width: 100%;
}
.fs-c-productImage a{
  display:block;
  position:relative;
}

.ranking__label {
  width: 70px;
  top: -60px;
  right: 0;
  margin: auto;


  display: block;
  left: 0;
  position: absolute;
  height: 77px;
  z-index: 99;
}

.pickup__image .ranking__label {
   
top: -57px;
   
width: 70px;
   
left: 0;
   
right: 0;
   
margin: auto;
   
display: block;
   
left: 0;
   
position: absolute;
   
height: 77px;
   
top: -24px;
  }

.pickup__name {
  font-weight: bold;
  line-height: 1.25;
}

.pickup__name a, .pickup__name a:link, .pickup__name a:visited {
  color: #333;
}

.pickup__price {
  font-weight: bold;
  letter-spacing: 0.02em;
}

.pickup__text {
  font-weight: normal;
  line-height: 1.875;
}

.pickup__button {
  -webkit-align-items: center;
  align-items: center;
  background: #ff4949;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
}
.pickup__button, .pickup__button:link, .pickup__button:visited {
  color: #fff;
}

.pickup__link {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: normal;
  -webkit-justify-content: center;
          justify-content: center;
}

.pickup__link a, .pickup__link a:link, .pickup__link a:visited {
  color: #333;
  text-decoration: underline;
}

.pickup__badge {
  -webkit-align-items: center;
          align-items: center;
  background: #b81c22;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.2;
  position: absolute;
}

.reason {background: #fff9f4;}

.reason .rb2019---inner {
}

.reason .section__title-1 {
  color: #572c1f;
}

.reason .section__title-1::after {
  display: none;
}

.reason__text-1 {
  font-weight: bold;
  line-height: 1.7;
}

.reason__text-2 {
}

.reason__text-3 {
}

.ranking .item, .ranking .item:link, .ranking .item:visited {
  color: #333;
}

.ranking .item__thumbnail {
  position: relative;
}

.ranking .item__thumbnail img:not(.ranking__label) {
  width: 100%;
}

.ranking .item__info {
  color: inherit;
}

.ranking .item__link {
  /* -webkit-box-direction: normal; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-flex-direction: column; */
  /* flex-direction: column; */
  /* font-weight: bold; */
  /* line-height: 1.33333; */
  text-align: center;
}

.item__thumbnail .ranking__label {
  display: block;
  left: 0;
  position: absolute;
}



.best3 .item, .best3 .item:link, .best3 .item:visited {
  color: #333;
}

.best3 .item__thumbnail {
  position: relative;
}



.best3 .item__info {
  color: inherit;
}

.best3__more {
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #292929;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.best3__more, .best3__more:link, .best3__more:visited {
  color: #292929;
}


.brand__list {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;





  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.brand__link {
  display: block;
}

.brand__link img {
  height: auto;
  width: 100%;
}

.services .card__title {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

.services .card__title img:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

.card__image {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.card__note {
  text-align: center;
}

.useful {/* background: #fff9f4; */}

.useful .section__title-1 {
  padding-bottom: 0;
}

.useful .section__title-1::after {
  display: none;
}

.useful-section {
}

.useful-section__image {
  text-align: center;
}

.useful-section__title {
  font-weight: bold;
}

.useful-section__text p {
  line-height: 2;
}


.mannerpoint {background: #fff9f4;}

.mannerpoint .section__title-1 {
  padding-bottom: 0;
}

.mannerpoint .section__title-1::after {
  display: none;
}

.mannerpoint-section {
}

.mannerpoint-section__image {
  text-align: center;
}

.mannerpoint-section__title {
  font-weight: bold;
}

.mannerpoint-section__text p {
  line-height: 2;
}

.catalogab {/* background: #fff9f4; */}

.catalogab .section__title-1 {
  padding-bottom: 0;
}

.catalogab .section__title-1::after {
  display: none;
}

.catalogab-section {
}

.catalogab-section__image_full {
  text-align: center;
  width: 100%;
}
.catalogab-section__right {
    width: 60%;
    box-sizing: border-box;
    padding: 0px 40px 0px 0px;
}
.catalogab-section__image_left {
  width: 36%;
}
.catalogab-section__image_left img {
  width:100%;
}

.catalogab-section__title {
  font-weight: bold;
}

.catalogab-section__text p {
  line-height: 2;
}





.hojin_contact {padding: 20px 0px;margin: 0;border: 0;}


.hojin_tel {
    padding: 10px 0px;
}

.hojin_btn_contact_02 a {
    background-color: #c7b299;
    max-width: 300px;
    margin: 0px auto;
}
.hojin_btn_contact_02 a:after {
right: 14px;
}
.hojin_btn_contact_02 a:hover:after {
right: 14px;
}

#question-list {
  max-width:1024px;
  margin:0px auto;
}

#question-list dl {
    padding: 30px;
    border-bottom: 1px dashed #ccc;
}
.question {
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content: center; */
    /* justify-content: center; */
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.question-th {
}
.question-th, .question-td {
}
.question-icon {
    background: #37536c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}
.question-td {
    padding-left: 14px;
}
.question h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.answer {
    width: 100%;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content: center; */
    /* justify-content: center; */
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.answer .question-th, .answer .question-td {
}
.question-th {
    width: 42px;
}

.question-th, .question-td {
}

.answer .question-icon {
    background: #ffdc00 none repeat scroll 0 0;
    color: #000;
}
.question-td {

    padding-left: 34px;
    width: 89%;
}
.question-td a{
	background-color:#900;
	color:#fff;
	margin:0px 2px 0px 2px;

}






  .rb2019---main.rb2019---inner {
    min-width: 1230px;
    width: auto;
  }
  .rb2019---main.rb2019---inner #ins-wrapper {
    font-family: 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    padding: 0;
  }
  .rb2019---main.rb2019---inner #ins-wrapper .barlow {
    font-family: 'Barlow', sans-serif;
  }
  .rb2019---main.rb2019---inner #ins-wrapper .serif {
    font-family: 'Yu Mincho', 'YuMincho', serif;
  }
  .rb2019---main.rb2019---inner div,
  .rb2019---main.rb2019---inner h1,
  .rb2019---main.rb2019---inner h2,
  .rb2019---main.rb2019---inner h3,
  .rb2019---main.rb2019---inner h4,
  .rb2019---main.rb2019---inner h5,
  .rb2019---main.rb2019---inner h6,
  .rb2019---main.rb2019---inner p,
  .rb2019---main.rb2019---inner blockquote,
  .rb2019---main.rb2019---inner pre,
  .rb2019---main.rb2019---inner address,
  .rb2019---main.rb2019---inner ul,
  .rb2019---main.rb2019---inner ol,
  .rb2019---main.rb2019---inner li,
  .rb2019---main.rb2019---inner dl,
  .rb2019---main.rb2019---inner dt,
  .rb2019---main.rb2019---inner dd,
  .rb2019---main.rb2019---inner table,
  .rb2019---main.rb2019---inner th,
  .rb2019---main.rb2019---inner td,
  .rb2019---main.rb2019---inner form,
  .rb2019---main.rb2019---inner fieldset,
  .rb2019---main.rb2019---inner section,
  .rb2019---main.rb2019---inner nav,
  .rb2019---main.rb2019---inner article,
  .rb2019---main.rb2019---inner aside,
  .rb2019---main.rb2019---inner hgroup,
  .rb2019---main.rb2019---inner header,
  .rb2019---main.rb2019---inner footer,
  .rb2019---main.rb2019---inner figure,
  .rb2019---main.rb2019---inner figcaption,
  .rb2019---main.rb2019---inner summary {
    font-family: inherit;
  }
  
  .rb2019---main .rb2019---inner {
    padding-left: 55px;
    padding-right: 55px;
  }
  .form-button {
    border-radius: 4px;
  }
  .form-select__element {
    padding: 0 2em 0 2.5em;
  }
  .section__title-1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .section__title-1 strong {
    font-size: 40px;
  }
  .section__title-1 br {
  }
  .section__title-1::after {
    height: 5px;
    width: 130px;
  }
  .section__title-2 {
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .section__title-3 {
    font-size: 30px;
  }
  .section__title-3 br {
    display: none;
  }
  .section__title-4 {
    font-size: 24px;
  }
  .section__title-4 br {
    /* display: none; */
  }
  .section__lead {
    text-align: center;
  }
  .section__lead p {
    font-size: 15px;
  }
  .card-list {
    margin-left: auto;
    margin-right: auto;
  }
  .card__text p {
    font-size: 15px;
  }
  .item-list {
  }
  .item {
    margin-right: 50px;
    width: 340px;
  }
  a.item,
  .item a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a.item:hover,
  .item a:hover {
    opacity: 0.75;
    text-decoration: none;
  }
  .item:nth-child(3n) {
    margin-right: 0;
  }
  .item__thumbnail {
    /* height: 210px; */
    /* margin-bottom: 15px; */
  }
  .item__info {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .item__name {
  }
  .item__price {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .item__price strong {
    font-size: 18px;
  }
  .item__summary {
    margin-bottom: 20px;
  }
  .item__summary p {
    font-size: 15px;
  }
  .item__link {
    /* background-position: right 11px center; */
    /* background-size: 6px 11px; */
    /* height: 40px; */
  }
  .steps li {
    height: 37px;
    margin-bottom: 100px;
  }
  .steps li::after {
    height: 104px;
    left: 118px;
    top: -webkit-calc(100% - 2px);
    top: calc(100% - 2px);
    width: 7px;
  }
  .steps__label {
    -webkit-flex-basis: 160px;
            flex-basis: 160px;
    font-size: 24px;
    width: 160px;
  }
  .steps__label::after {
    border-radius: 20px;
    height: 37px;
    margin-right: 20px;
    width: 37px;
  }
  .steps__name {
    font-size: 20px;
  }
  .detail {


    border-radius: 16px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
    padding: 32px 40px;
    width: 860px;
  }
  .detail__body {
    width: 408px;
  }
  .detail-service {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    margin-bottom: 16px;
  }
  .detail-service__label {
    font-size: 12px;
    height: 30px;
  }
  .detail__info {
    -webkit-box-pack: start;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    font-size: 16px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 16px;
  }
  .detail__info small {
    font-size: 13px;
  }
  .detail__name {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .detail__price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .detail__price strong {
    font-size: 30px;
  }
  .detail__button {
    border-radius: 6px;
    font-size: 18px;
    height: 60px;
  }
  .detail__button {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .detail__button:hover {
    opacity: 0.75;
  }
  .detail-image {
    -webkit-box-flex: 1;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin-top: 32px;
  }
  .detail-image__image {
    bottom: 0;
    height: 426px;
    left: -119px;
    position: absolute;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    width: 426px;
    z-index: 2;
  }
  .detail-image__item:nth-child(1) .detail-image__image {
    left: 0;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .detail-image__item:nth-child(6) .detail-image__image {
    left: auto;
    right: 0;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .kv__title br {
    display: none;
  }
  .introduction {
    padding: 70px 0;
  }
  .introduction .section__title-4 {
  }
  .introduction .section__lead p {
    font-size: 16px;
  }
  .page-nav {
    padding: 20px 0 16px;
    max-width: 1024px;
    margin: 0px auto;
  }
  .page-nav__links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 18px;
  }
  a.page-nav__link {
    /* background-position: right 12px center; */
    /* background-size: 12px 10px; */
    /* font-size: 14px; */
    /* height: 60px; */
    /* line-height: 1; */
    /* margin: 0 12px 26px; */
    /* padding-right: 1em; */
    /* width: 262px; */
  }
  a.page-nav__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a.page-nav__link:hover {
    opacity: 0.75;
  }
  a.page-nav__link br {
    display: none;
  }
  a.page-nav__link:nth-child(4n + 1) {
    /* margin-left: 0; */
  }
  a.page-nav__link:nth-child(4n) {
    /* margin-right: 0; */
  }
  .features {
    padding: 72px 0 80px;
  }
  .features .card {
  }
  .features .card__image {
    margin-bottom: 35px;
  }
  .features .card__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  
    
    
  .by-price {
    padding: 80px 0 100px;
  }
  .by-price .section__lead {
    margin-bottom: 45px;
  }
  .by-price .section__title-3 {
    margin-bottom: 35px;
  }
  .by-price-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .by-price-nav__link {
    background-position: right 11px center;
    background-size: 6px 11px;
    font-size: 15px;
    height: 60px;
    margin: 0 28px 20px 0;
    width: 259px;
  }
  .by-price-nav__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .by-price-nav__link:hover {
    opacity: 0.75;
  }
  .by-price-nav__link:last-child {
  }
  .brand-nav {
    margin-bottom: 60px;
  }
  .brand-nav__link {
    font-size: 16px;
  }
  .brand-nav__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .brand-nav__link:hover {
    opacity: 0.75;
  }
  .brand-nav__link + .brand-nav__link::before {
    margin: 0 1.5em;
  }
  .brand__section {
    margin-bottom: 20px;
  }
  .brand__section .section__lead {
    margin-bottom: 60px;

  }
  .brand__section .item {
    margin-bottom: 70px;
  }
  .brand__section .item__price {
    margin-bottom: 30px;
  }
  .brand__header {
    background-position: left 20px top, right center;
    background-size: 238px 238px, auto;
    margin: 0 -20px 10px;
    min-height: 300px;
    padding: 40px 60px;
  }
  .brand__title {
    margin-bottom: 35px;
  }
  .brand__summary p {
    font-size: 18px;
  }
  .brand__image {
    margin-bottom: 120px;
  }
  .brand__image + .section__lead {
    margin-top: -80px;
  }
  .by-category {
    padding: 90px 0;
  }
  .by-category .section__lead {
    margin-bottom: 70px;
  }
  .main-categories .card-list {
    margin-bottom: 75px;
    width: 1080px;
  }
  .main-categories .card {
    margin-bottom: 30px;
    overflow: hidden;
    width: 340px;
  }
  .main-categories .card {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main-categories .card:hover {
    opacity: 0.75;
  }
  .main-categories .card::after {
    height: 51px;
    width: 51px;
  }
  .main-categories .card__image {
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main-categories .card:hover .card__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .main-categories .card__title {
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .categories .section__title-3 {
    margin-bottom: 40px;
  }
  .categories__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .categories__link {
    -webkit-flex-basis: 259px;
            flex-basis: 259px;
    font-size: 16px;
    margin-bottom: 28px;
    margin-right: 28px;
    width: 259px;
  }
  .categories__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .categories__link:hover {
    opacity: 0.75;
  }
  .categories__link:nth-child(4n) {
    margin-right: 0;
  }
  .categories__link br {
    display: none;
  }
  .categories__link img {
    margin-right: 18px;
  }
  .pickup {
    padding: 60px 0;
  }
  .pickup__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .pickup__title strong {
    font-size: 50px;
  }
  .pickup__block {
    /* margin-left: auto; */
    /* padding: 24px; */
    width: 320px;
  }
  .pickup__image {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pickup__image:hover {
    opacity: 0.75;
  }
  .pickup__image {
    /* margin-bottom: 20px; */
  }
  .pickup__name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pickup__name a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pickup__name a:hover {
    opacity: 0.75;
  }
  .pickup__price {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pickup__text {
    font-size: 16px;
    letter-spacing: 0.02em;
    /* margin-bottom: 30px; */
  }
  .pickup__button {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pickup__button:hover {
    opacity: 0.75;
  }
  .pickup__button {
    height: 50px;
    width: 300px;
  }

  .pickup__link {
    font-size: 15px;
  }
  .pickup__link a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pickup__link a:hover {
    opacity: 0.75;
  }
  .pickup__badge {
    border-radius: 52px;
    font-size: 24px;
    height: 104px;
    right: -20px;
    top: -20px;
    width: 104px;
  }
  .reason {
    padding: 80px;
  }
  .reason .rb2019---inner {
  }
  .reason .section__title-1 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    width: 100%;
  }
  .reason__body {
  }
  .reason__text-1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .reason__text-2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .reason__text-3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .reason__text-4 {
    font-size: 12px;
  }
  .reason__image {
    -webkit-flex-basis: 424px;
            flex-basis: 424px;
    width: 424px;
  }
  .ranking {
    padding: 70px 0 96px;
  }
  .ranking .item {
  }
  .ranking li:last-child .item {
    margin-right: 0;
  }
  .ranking .item__thumbnail {
  }
  .ranking .item__info {
    font-size: 15px;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .ranking .item__price {
    margin-bottom: 30px;
    text-align: right;
    font-size: 24px;
  }
  .item-list .fs-c-productPrices {
    
margin: auto 0px 0px 0px;
    
display: block;
    
width: 100%;
  }
  .ranking .item__summary {
    font-size: 15px;
    margin: 0px 0px auto 0px;
  }
  .ranking .item__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .ranking .item__link:hover {
    opacity: 0.75;
  }
  .ranking .item__link {
    font-size: 15px;
    height: 39px;
    /* letter-spacing: 0.1em; */
    /* width: 340px; */
  }
  .ranking .item__link br {
    display: none;
  }
  .item__thumbnail .ranking__label {
    height: 77px;
    top: -24px;
    width: 58px;
  }
  
   
  .best3 {
    padding: 70px 0 96px;
  }
  .best3 .item {
    margin-bottom: 30px;
    margin: 0;
  }
  .best3 li:last-child .item {
  }
  .best3 .item__thumbnail {
    margin-bottom: 30px;
    margin-top: 24px;
  }
  .best3 .item__info {
    font-size: 15px;
  }
  .best3 .item__price {
    margin-bottom: 30px;
  }
  .best3 .item__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .best3 .item__link:hover {
    opacity: 0.75;
  }
  .best3 .item__link {
    width: 340px;
  }
  .best3__more {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .best3__more:hover {
    opacity: 0.75;
  }
  .best3__more {
    background-position: right 25px center;
    border-radius: 25px;
    font-size: 16px;
    height: 50px;
    margin: 80px auto 0;
    width: 450px;
  }
  
  
   
  .services {
    margin-bottom: 120px;
  }
  .services .section__title-1 {
    margin-bottom: 80px;
  }
  .services .section__title-1 br {
    /* display: none; */
  }
  .services .card-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .services .card {
    width: 630px;
  }

.services .card:last-of-type {
  width: 630px;
}

  .services .card__title {
    height: 72px;
    margin-bottom: 30px;
  }
  .card__text {
    margin-bottom: 30px;
    text-align: center;
  }
  .card__image {


    margin-bottom: 30px;
  }
  .card__note {
    font-size: 13px;
  }
  .useful {
    padding: 80px 0 110px;
  }
  .useful .section__title-1 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .useful .section__title-1 strong {
    font-size: 36px;
    margin-top: 10px;
  }
  .useful .section__title-1 br {
    display: none;
  }
  .useful-section {
  }
  .useful-section__body {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
  .useful-section__image {
    width: 20%;
  }
  .useful-section__right {
  width: 74%;
  }
  .useful-section__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .useful-section__text p {
    font-size: 16px;
  }
  
  .mannerpoint {
    padding: 80px 0 110px;
  }
  .mannerpoint .section__title-1 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .mannerpoint .section__title-1 strong {
    font-size: 36px;
    margin-top: 10px;
  }
  .mannerpoint .section__title-1 br {
    display: none;
  }
  .mannerpoint-section {
  }
  .mannerpoint-section__body {
    /* -webkit-align-items: center; */
    /* align-items: center; */
    /* -webkit-box-align: center; */
    /* -webkit-box-pack: justify; */
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: flex; */
    /* -webkit-justify-content: space-between; */
    /* justify-content: space-between; */
    margin-bottom: 30px;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
  .mannerpoint-section__image {
    width: 20%;
  }
  .mannerpoint-section__right {
  }
  .mannerpoint-section__title {
    font-size: 30px;

    margin-bottom: 30px;
  }
  .mannerpoint-section__text p {
    font-size: 16px;
  }
    
.catalogab {
    padding: 80px 0 110px;
  }
  .usecatalogabful .section__title-1 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .catalogab .section__title-1 strong {
    font-size: 36px;
    margin-top: 10px;
  }
  .catalogab .section__title-1 br {
    display: none;
  }
  .catalogab-section {
    border-radius: 20px;
  }
  .catalogab-section__body {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .catalogab-section__image {
    -webkit-flex-basis: 528px;
            flex-basis: 528px;
    width: 528px;
  }
  .catalogab-section__right {
    -webkit-flex-basis: 480px;
            flex-basis: 480px;
    width: 480px;
  }
  .catalogab-section__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .catalogab-section__text p {
    font-size: 16px;
  }    
  
  



  .rb2019---main.rb2019---inner div,
  .rb2019---main.rb2019---inner h1,
  .rb2019---main.rb2019---inner h2,
  .rb2019---main.rb2019---inner h3,
  .rb2019---main.rb2019---inner h4,
  .rb2019---main.rb2019---inner h5,
  .rb2019---main.rb2019---inner h6,
  .rb2019---main.rb2019---inner p,
  .rb2019---main.rb2019---inner blockquote,
  .rb2019---main.rb2019---inner pre,
  .rb2019---main.rb2019---inner address,
  .rb2019---main.rb2019---inner ul,
  .rb2019---main.rb2019---inner ol,
  .rb2019---main.rb2019---inner li,
  .rb2019---main.rb2019---inner dl,
  .rb2019---main.rb2019---inner dt,
  .rb2019---main.rb2019---inner dd,
  .rb2019---main.rb2019---inner table,
  .rb2019---main.rb2019---inner th,
  .rb2019---main.rb2019---inner td,
  .rb2019---main.rb2019---inner form,
  .rb2019---main.rb2019---inner fieldset,
  .rb2019---main.rb2019---inner section,
  .rb2019---main.rb2019---inner nav,
  .rb2019---main.rb2019---inner article,
  .rb2019---main.rb2019---inner aside,
  .rb2019---main.rb2019---inner hgroup,
  .rb2019---main.rb2019---inner header,
  .rb2019---main.rb2019---inner footer,
  .rb2019---main.rb2019---inner figure,
  .rb2019---main.rb2019---inner figcaption,
  .rb2019---main.rb2019---inner summary {
    font-family: sans-serif;
  }
 
  .rb2019---main + .rb2019---footer {
    margin-top: 0;
  }
  .form-button {
    border-radius: 0.2rem;
  }
  .form-select__element {
    padding-left: 0.5em;
    text-align: justify;
  }
  .section__title-1 {
    font-size: 1.14rem;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
  .section__title-1 span {
    font-size: 14px;
  }
  .section__title-1 strong {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .section__title-1::after {
  }
  .section__title-2 {
    font-size: 1.28rem;
    margin: 0 1rem 1em;
    padding-bottom: 0.8em;
  }
  .section__title-3 {
    font-size: 1.28rem;
    margin: 0 1rem 2rem;
    text-align: center;
  }
  .section__title-4 {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
  .section__lead {
    margin-bottom: 1rem;
    padding: 0 2rem;
  }
  .section__lead p {
    font-size: 16px;
    text-align: center;
  }
  .card-list {
    padding: 30px 10px 0px 10px;
  }
  .card.full {
    width:100%;

  }
  .features .card {
    margin: 0;
    width: 50%;
    /* background: #f1f1f1; */
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 40px 20px;
    flex-wrap: wrap;
  }

.features .card:nth-child(1) {
  border-right: 1px solid #ccc;
}
.features .card:nth-child(2) {

}
.features .card:nth-child(3) {
  border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.features .card:nth-child(4) {
    border-top: 1px solid #ccc;
}



  .card:last-of-type {
    margin-bottom: 0;
    width: 100%;
    /* border-top: 1px solid #ccc; */
    padding: 60px 0px 0px 0px;
    display: block;
  }
  div.card__image img,
  img.card__image {
    height: auto;
    /* width: 100%; */
  }
  .card__text p {
    font-size: 16px;
    text-align: left;
  }
  .item-list {
    padding: 60px 10px 100px 10px;
    margin: 0px auto;
    width: 100%;  /* コンテンツが見切れて見えるようにする */
    
      /* 横スクロールの指定 */
      /* 横スクロールの指定 */
    
      /* スクロールを滑らかにする */
      /* スクロールを滑らかにする */
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
   .ranking .item-list li{
   max-width: 322px;
   }
   .item-list li{
   max-width: 470px;
   display: flex;
   margin: 0px 10px 0px 0px;
   background: #fff;
   padding: 10px;
   flex-wrap: wrap;
   }

.item-list li .fs-c-productList__list__item.fs-c-productListItem{
    width: 100%;
}
  .item {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .item__thumbnail {
  }
  .item__thumbnail img {
  width: 100%;
  }
  .item__info {
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
  }
  .item__name {
    font-size: 16px;
    margin: 0px 0px auto 0px;
    width: 100%;
  }


.item-list .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main {
      text-align:right;
      display: block;
}

.item-list .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
      text-align:right;
      float: right;
}

  .item__price {
    margin-bottom: 0.5rem;
  }
  .item__price strong {
  }
  .item__summary {
  }
  .item__summary p {
  }
  .item__link {
    /* background-position: right 0.6rem center; */
    /* background-size: 0.4rem 0.6rem; */
    /* box-sizing: border-box; */
    /* -webkit-flex-basis: -webkit-calc(50vw - 2rem); */
    /* flex-basis: calc(50vw - 2rem); */
    /* height: 3rem; */
    /* padding-right: 0.5rem; */
    /* width: -webkit-calc(50vw - 2rem); */
    /* width: calc(50vw - 2rem); */
  }
  .steps li {
    height: 2rem;
    margin-bottom: 4rem;
  }
  .steps li::after {
    height: 5rem;
    left: 6.375rem;
    top: -webkit-calc(100% - 0.5rem);
    top: calc(100% - 0.5rem);
    width: 0.25rem;
  }
  .steps__label {
    -webkit-flex-basis: 8.5rem;
            flex-basis: 8.5rem;
    font-size: 1.28rem;
    width: 8.5rem;
  }
  .steps__label::after {
    border-radius: 1rem;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
  }
  .steps__name {
    -webkit-flex-basis: -webkit-calc(100% - 8.5rem);
            flex-basis: calc(100% - 8.5rem);
    font-size: 1.28rem;
    width: -webkit-calc(100% - 8.5rem);
    width: calc(100% - 8.5rem);
  }
  .detail {
    border-radius: 1rem;
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 0, 0, 0.3);
    margin: 0 1rem;
    padding: 2rem;
  }
  .detail__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .detail__thumbnail {
    margin-bottom: 2rem;
  }
  .detail__thumbnail img {
    height: auto;
    max-width: 100%;
  }
  .detail-service {
    margin-bottom: 1rem;
  }
  .detail-service__label {
    font-size: 0.85rem;
    height: 2em;
  }
  .detail__info {
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
  .detail__info small {
    font-size: 0.85rem;
  }
  .detail__name {
    font-size: 1.28rem;
    margin-bottom: 0.5rem;
  }
  .detail__price {
    font-size: 1rem;
    margin-bottom: 0.5rem;


  }
  .detail__price strong {
    font-size: 1.28rem;
  }
  .detail__point {
    margin-bottom: 1rem;
    text-align: right;
  }
  .detail__button {
    border-radius: 0.2rem;
    font-size: 1.14rem;
    height: 3em;
    margin-top: 1rem;
  }
  .detail-image {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;

  }
  .detail-image__item {
    -webkit-flex-basis: -webkit-calc(100% / 3);
            flex-basis: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .detail-image__thumbnail {
    height: 100%;
    width: 100%;
  }
  .detail-image__image {
    bottom: 0;
    height: -webkit-calc(100vw - 2rem);
    height: calc(100vw - 2rem);
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    width: -webkit-calc(100vw - 2rem);
    width: calc(100vw - 2rem);
  }
  .kv__title {
    margin: auto;
  }
  .kv__title img {
    height: auto;
    max-width: 1024px;
    margin: 0px auto;
  }
  .introduction {
    padding: 60px 0px;
  }
  .introduction .section__title-4 {
  margin: 0;
  padding: 0;
  }
  .introduction .section__lead br {
    /* display: none; */
  }
  .page-nav__links {
    margin-bottom: 2rem;
  }
  a.page-nav__link {
    box-sizing: border-box;
    text-align: center;
    width: 32.3333%;
    margin: 0px 1% 1% 0px;
    height: 70px;
    position: relative;
  }
  a.page-nav__link i {
    position: absolute;
    top: 41%;
    right: 15px;
}
  .features {
    padding: 100px 0px;
    background: #fff9f4;
  }
  .features .full .card__image {
    max-width: 380px;
    width: 100%;
    position: relative;
    margin: 0px auto;
    top: -19px;
  }
  .features .card__image {
  width: 38px;
  margin: 0px 0px auto 0px;
  position: absolute;
  top: 14px;
  left: 20px;
  }
  .features .card__image img {
    height: auto;
    width: 100%;
  }
  .features .card__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
 
  .by-price {
    padding: 60px 0px;
  }
  .by-price-nav {
    -webkit-box-pack: justify;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 10px;
  }
  .by-price-nav__link {
    box-sizing: border-box;
    display: block;
    padding: 20px 20px;
    margin: 10px 10px;
    text-align: center;
  }
  .brand-nav {
    margin-bottom: 3rem;
  }
  .brand-nav__link {
    font-size: 1rem;
  }
  .brand-nav__link + .brand-nav__link::before {
    margin: 0 0.5em;
  }
  .brand__section {
    margin-bottom: 2rem;
  }
  .brand__header {
    background-position: left top, center bottom;
    background-size: 8.5rem 8.5rem, 90vw auto;
    margin-bottom: 2rem;
    padding: 2rem 0 14rem;
  }
  .brand__title {
    margin-bottom: 2rem;
    text-align: center;
  }
  .brand__title img {
    height: 1.8rem;
    width: auto;
  }
  .brand__summary {
    padding: 0 2rem;
  }
  .brand__summary p {
    font-size: 1.14rem;
  }
  .brand__summary br {
    display: none;
  }
  .brand__image {
    margin-bottom: 2rem;
  }

  .brand__image img {
    height: auto;
    width: 100%;
  }
  .by-category {
    padding: 60px 0;
  }
  .by-category .section__lead {
    margin-bottom: 2rem;
  }
  .main-categories {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .main-categories .card-list {
    margin: 0;
    width: 23%;
    padding: 0;
    margin: 1%;
  }
  .main-categories .card {
    margin: 0;
    border: 0;
    padding: 0;
  }
  .main-categories .card__image {
    margin: 0;
  }
  .main-categories .card__image img {
    height: auto;
    width: 100%;
  }
  .main-categories .card__title {
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5), 0 0 0.4em rgba(0, 0, 0, 0.5);
  }
  .categories__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0 1rem;
  }
  .categories__link {
    -webkit-flex-basis: -webkit-calc((100% - 0.5rem) / 2);
            flex-basis: calc((100% - 0.5rem) / 2);
    font-size: 0.92rem;
    margin-bottom: 0.5rem;
    width: -webkit-calc((100% - 0.5rem) / 2);
    width: calc((100% - 0.5rem) / 2);
  }
  .categories__link img {
    height: auto;
    margin-right: 1rem;
    width: 3.5rem;
  }
  .pickup {
    padding: 100px 0px;
  }

  .pickup__title {
    font-size: 16px;
    margin-bottom: 40px;
    width: 100%;
    position:relative;
    padding: 0px 0px 20px 0px;
  }
.pickup__title::after {
    background: #c7b299;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
       height: 5px;
    width: 130px;
}



 
  .pickup__title strong {
    font-size: 30px;
    padding: 10px 0px 0px 0px;
  }
  .pickup__block {
    margin: 0 10px 40px 0px;
    padding: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .pickup__image {
    /* margin-bottom: 1rem; */
  }
  .pickup__name {
    font-size: 1.7rem;
    /* margin: 0px; */
    height: 40px;
  }
  .pickup .fs-c-productPrices {
    margin-left: auto;
}

.pickup .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main {
      text-align:right;
      display: block;
}

.pickup .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
      text-align:right;
      float: right;
}

  

  .pickup__price {
    font-size: 1.28rem;
    margin-bottom: 1rem;
  }
  .pickup__text {
  }
  .pickup__button {
    border-radius: 0.5rem;
    font-size: 1.14rem;
    /* height: 3.5rem; */
    margin-top: auto;
    /* display: block; */
  }
  .pickup__badge {
    border-radius: 3rem;
    font-size: 1.28rem;
    height: 6rem;
    right: -1rem;
    top: -1rem;
    width: 6rem;
  }
  .reason {
    padding: 60px 0px;
    border: 0;
  }
  .reason .rb2019---inner {
  }
  .reason .section__title-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .reason__body {
  }
  .reason p {
    text-align: left;
    font-size: 18px;
    background: #988575;
    color: #fff;
    padding: 20px;
    font-family: inherit;
    font-weight: normal;
}
  .reason__text-1 {
  }
  .reason__text-1 br {
    display: none;
  }
  .reason__text-2 {
  }
  .reason__text-3 {
  }
  .reason__text-3 br {
    display: none;
  }
  .reason__text-4 {
    font-size: 0.92rem;
  }
  .reason__image {
    -webkit-box-ordinal-group: 3;
    margin: 0 1.5rem 2rem;
    -webkit-order: 2;
            order: 2;
  }
    
    .product_cat {
    position: relative;
    padding: 2px 30px;
    background: #fff;
    border-top: 1px solid #b39c4c;
    border-bottom: 1px solid #b39c4c;
    font-weight: bold;
    color: #664a1e;
    display: flex;
    align-items: center;
}
    .product_cat p {
    width: 100%;
    font-size: 28px;
    font-size: 32px;
}
    
    .fs18 {
      font-size:18px;
    }
    .fz-md-16px {
    font-size: 16px !important;
    font-size: 1rem !important;
}
    .product_cat a {
    text-decoration: none;
    width: 50%;
    display: block;
    color: #664a1e;
    text-align: right;
    font-size: 14px;
    font-size: 14px;
    position: relative;
    margin-right: 50px;
}
   .product_cat:after {
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #b39c4c;
    transform: rotate(
45deg
);
    position: absolute;
    bottom: -10px;
    background: #fff;

    left: 0;
    right: 0;
    margin: auto;
    border-top-color: transparent;
    border-left-color: transparent;
} 
  .reason__image img {
    height: auto;
    width: 100%;
  }
  .ranking {
    padding: 60px 0px 0px 0px;
  }
  .ranking .item {
  margin: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  }
  .ranking .item__thumbnail {
  }
  .ranking .item__link {
    width: 100%;
    padding: 10px 0px;
    margin: auto 0px 0px 0px;
    background: #000;
  }
  .ranking .item__link:hover {
    text-decoration:none;
  }
  .item__thumbnail .ranking__label {
    /* height: 100%; */
    top: -57px;
    width: 70px;
    left: 0;
    right: 0;
    margin: auto;

  }
  
    
  .best3 {
    padding: 3rem 0;
  }
  .best3 .item {
    margin-bottom: 1rem;
  }
  .best3 .item__thumbnail {
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 100%;
  }
  .best3__more {
    background-position: right 1rem center;
    background-size: 0.5rem auto;
    border-radius: 1.5rem;
    font-size: 1.14rem;
    height: 3rem;
    margin: 4rem 1.5rem 0;
  }
 
  
  .services {
    margin-bottom: 2rem;
    background: #fff9f4;
    padding: 100px 0px;
  }
  .services .card {
    margin: 10px auto;
  }
  .services .card__title {
    height: 4.5rem;
    margin-bottom: 2rem;
    background: #c7b299;
    font-size: 21px;
  }
  .services .card__title img:first-child {
    height: auto;
    margin-right: 2rem;
    width: 70%;
  }
  .services .card__title img:last-child {
    height: auto;
    width: 4rem;
  }
.features .card__text {
    margin: 0px 0px 0px 16%;
    width: 85%;
  }

  
  .card__text {
    margin: 0px 0px 0px 0%;
    width: 100%;
  }
  .card__text dl {}
  .card__text dl dt{}
  .card__text dl dt a{
    display: block;
    background: #c7b299;
    color: #fff;
    padding: 5px 5px 5px 25px;
    font-size: 16px;
    position: relative;
    text-align: left;
}
.card__text dl dt a i {
    position: absolute;
    top: 9px;
    right: 20px;
}
  .card__text dl dd{
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 3px 0px 20px 28px;
}
  .card__text br {
    display: none;
  }

  .card__image {
    margin: 0 1.5rem 2rem;
  }
  .card__note {
    font-size: 12px;
  }
  .rb2019---inner {
    max-width:1024px;
    margin:0px auto;
  }

.pickup .rb2019---inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  /* -webkit-align-items: center; */
}

  .useful {
    padding: 60px 0px;
    clear: both;
  }
  .useful-section {
    margin: 0 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    border-bottom:1px solid #ccc;
  }
    .useful-section:last-child {
      border:0;
    }
  .useful-section__body {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .useful-section__image {
  margin: 0px 40px 0px 0px;
  }
  .useful-section__image img {
    height: auto;
    max-width: 100%;
  }
  .useful-section__title {
    font-size: 18px;
    margin-bottom: 1rem;
    text-align: left;
  }
  .useful-section__text p {
    font-size: 16px;
  }

.mannerpoint {
    padding: 60px 0px;
    clear: both;
  }
  .mannerpoint-section {
    margin: 0 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    border-bottom:1px solid #ccc;
  }
    .mannerpoint-section:last-child {
      border:0;
    }
  .mannerpoint-section__body {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .mannerpoint-section__image {
  margin: 0px 40px 0px 0px;
  }
  .mannerpoint-section__image img {
    height: auto;
    max-width: 100%;
  }
  .mannerpoint-section__title {
    font-size: 18px;
    margin-bottom: 1rem;
    text-align: center;
  }
  .mannerpoint-section__text p {
    font-size: 16px;
    text-align: center;
  }
 
   .catalogab {
    padding: 3rem 0;
  }
  .catalogab-section {
    margin: 0 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    border-bottom:1px solid #ccc;
  }
    .catalogab-section:last-child {
      border:0;
    }
  .catalogab-section__body {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;

    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .catalogab-section__image {
    margin-bottom: 1rem;
  }
  .catalogab-section__image img {
    height: auto;
    max-width: 100%;
  }
  .catalogab-section__title {
    font-size: 24px;
    margin-bottom: 1rem;
    text-align: center;
  }
  .catalogab-section__text p {
    font-size: 16px;
  }
 



  .kv {
    text-align: center;
    position: relative;
    padding: 70px 0px 0px 0px;
  }
  .kv__title {
  line-height: 0;
  }

.yl {
    background: linear-gradient(transparent 50%, #FFFEB2 0%);

}

.hojin_tel_area {
  display:block;
}


.fullwrap {
    /* width: 100%; */
    /* margin: 0px auto; */
}



.noshi-frame {
	margin:50px auto 0;
	/*padding:50px 0;*/
	padding:50px 3em;
	max-width:900px;
	background: rgba(255,255,255,0.5);
	/*background:#F60*/
}

.noshi-set {
	margin:1.5em auto 3.0em;
	display:flex;
	text-align:left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 600px;
	flex-wrap: wrap;
}
 .noshi-frame .noshi-set:nth-of-type(1) {
 margin-top:0;
}

.noshi-frame .noshi-set:last-child {
	margin-bottom:0;
}

.noshi-set .pic-area img {
	/*border: solid 1px #ccc;*/
}

.noshi-set .txt-area {
	width: 38%;
}
.pic-area {
    width: 60%;
}
.noshi-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.noshi-list li {
	margin-top:1.0em;
}

.noshi-list li:first-child {
	margin-top:0;
}
 @media (max-width: 900px) {
 .noshi-list {
 width:300px;
}
}
 @media (max-width: 599px) {
 .noshi-list {
 width:inherit;
}
}

.sec-ttl-m {
	margin:0px auto 40px;
	font-size:2.4rem;
	font-weight:bold;
	display:table;
}

.noshi-part {list-style: none;padding: 0;margin: 0;}

.noshi-part > li {
	padding:10px 0;
	border-bottom: solid 1px #bababa;
}

.noshi-part > li:first-child {
	padding-top:0;
}

.noshi-part > li:last-child {
	border-bottom: none;
}

.noshi-part .ttl {
	font-weight:bold;
}

.noshi-type {
    list-style: none;
    margin: 0;
    padding: 0;
}
.noshi-type li{}

.pickup .fs-c-productListItem__image a:before{
  content:"";
  width: 60px;
  height: 52px;
  position:absolute;
  top: -26px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 8;
}

.pickup .kekkonranking .slick-slide:first-child .fs-c-productListItem__image a:before{
  background:url(https://nikunoiijima.itembox.design/item/rank1.svg?t=20220315174416);
}
.pickup .kekkonranking .slick-slide:nth-child(2) .fs-c-productListItem__image a:before{
  background:url(https://nikunoiijima.itembox.design/item/rank2.svg?t=20220315174416);
}
.pickup .kekkonranking .slick-slide:nth-child(3) .fs-c-productListItem__image a:before{
  background:url(https://nikunoiijima.itembox.design/item/rank3.svg?t=20220315174416);
}
.pickup .kekkonranking .slick-slide:nth-child(4) .fs-c-productListItem__image a:before{
  background:url(https://nikunoiijima.itembox.design/item/rank4.svg?t=20220315174416);
}
.pickup .kekkonranking .slick-slide:nth-child(5) .fs-c-productListItem__image a:before{
  background:url(https://nikunoiijima.itembox.design/item/rank5.svg?t=20220315174416);
}

.pickup .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 29px 0px 0px 0px;
}