@charset "UTF-8";
html, body {
/*  font-size: 62.5%;*/
  font-family: 'Noto Sans JP', sans-serif;
  color: #252a34;
  background-color: #f3f3f3;
}

@media (max-width: 767px) {
  html, body {
    background-color: #fff;
  }
}
.l_footer{
background-color:#fff;
    padding: 0 0 50px;
}
@media (max-width: 767px) {
  .l_footer {
    padding: 0 0 0;
  }
}
.main__wrapper p {
  margin: 0;
}

.main__wrapper img {
  max-width: 100%;
}

.main__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main__wrapper a {
  text-decoration: none;
  color: inherit;
}

.main__wrapper .add-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-top: 50px !important;
}

.main__wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1079px) {
  .main__wrapper .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m0 {
  margin: 0;
}

@media (max-width: 1079px) {
  .main__wrapper .tab__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .main__wrapper .tab__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1079px) {
  .tab__flex > img {
    display: block;
    width: 50%;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .tab__flex > img {
    width: 100%;
  }
}

@media (max-width: 1079px) {
  .tab__flex > p {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .tab__flex > p {
    margin: 1em 0;
  }
}

.w50 {
  width: 50%;
  background-color: #fff;
  margin: 0;
}

@media (max-width: 1079px) {
  .w50 {
    width: 100%;
  }
}

.w60 {
  min-width: 60%;
  padding-top: 5px;
}

.bg-w {
  background-color: #fff;
}

.fs24 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 1079px) {
  .fs24 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .fs24 {
    font-size: 1.8rem;
  }
}

.fs14 {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .sp__dinline {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .sp-w {
    width: 90%;
    margin: 0 auto;
  }
}

.main__wrapper .va-middle {
  vertical-align: middle;
}

.main__wrapper .inner-width {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.main__wrapper .c-red {
  color: #b21c33;
}


.tabv {
  display: none;
}

@media (max-width: 1079px) {
  .tabv {
    display: block;
  }
}

.pcv {
  display: block;
}

@media (max-width: 1079px) {
  .pcv {
    display: none;
  }
}

.main__wrapper .borderb {
  border-bottom: 1px solid #252a34;
}

.main__wrapper .pt-sm {
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .sppd-sm {
    margin-top: 1rem;
    padding: 1rem;
  }
}

.main__wrapper {
  padding-bottom: 100px;
  padding-top: 72px;
}

@media (max-width: 767px) {
  .main__wrapper {
    padding-bottom: 50px;
    padding-top: 55px;
  }
}

.main__wrapper .main__wrapper-bgb {
  background-color: #097cc5;
  padding: 1rem 0;
}

@media (max-width: 767px) {
  .main__wrapper .main__wrapper-bgb {
    padding: 0.5rem 0;
  }
}

.main__wrapper-bgb h1 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .main__wrapper .main__wrapper-bgb h1 {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.main__wrapper .main__mv {
  margin-top: 50px;
}

@media (max-width: 1079px) {
  .main__wrapper .main__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
  }
}

.main__wrapper .main__mv-righticon {
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 1rem;
}

@media (max-width: 1079px) {
  .main__wrapper .main__mv-righticon {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .main__wrapper .main__mv-righticon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../images/sp-contens-back.png);
    background-position: bottom;
    padding: 30px 0 100px 0;
    margin-top: 10px;
  }
}

.main__wrapper .main__mv-righticon li {
  width: 30%;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem 0;
}

@media (max-width: 767px) {
  .main__wrapper .main__mv-righticon li {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px 20px 20px;
  }
}

.main__wrapper .main__mv-righticon h3 {
  font-size: 1.4rem;
  margin: 0;
  margin-top: .5rem;
}

.main__wrapper .main__mv-righticon-desc {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.7;
}

@media (max-width: 1079px) {
  .main__wrapper .main__mv-righticon-desc {
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  .main__wrapper .main__mv-righticon-desc {
    padding: 0;
  }
}

.main__wrapper .justdesc {
  margin-top: 50px;
}

.main__wrapper .linkbtnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 1079px) {
  .main__wrapper .linkbtnbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main__wrapper .linkbtnbox li {
  width: 30%;
}

@media (max-width: 1079px) {
  .main__wrapper .linkbtnbox li {
    width: 70%;
    margin: 0 auto;
  }
  .main__wrapper .linkbtnbox li:not(:first-child) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .main__wrapper .linkbtnbox li {
    width: 90%;
  }
}

.main__wrapper .factory {
  margin-top: 50px;
}

.main__wrapper .factory__h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
}

.main__wrapper .factory p {
  font-size: 1.3rem;
  line-height: 1.7;
}

@-webkit-keyframes fixBox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fixBox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sp__fix-bottom {
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 10px;
  color: #fff;
  width: 50%;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none;
}

.sp__fix-bottom.is_active {
  display: block;
  -webkit-animation: fixBox .5s linear;
          animation: fixBox .5s linear;
}

.sp__fix-bottom-inner {
  background-color: #b21c33;
  border-radius: 50px;
}

.sp__fix-bottom-inner h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  display: inline-block;
}

.sp__fix-bottom-inner p {
  margin: 0;
}

.sp__fix-bottom-inner p a {
  font-size: 2rem;
  padding: 1rem;
  color:#fff;
}

.main__wrapper .btn-copy {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
}

.main__wrapper .btn,
.main__wrapper a.btn,
.main__wrapper button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.main__wrapper .btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.main__wrapper .btn-copy:after {
  margin-left: 1rem;
  content: '／';
}

.main__wrapper a.btn--yellow {
  color: #000;
  background-color: #fff100;
}

.main__wrapper a.btn--yellow:hover {
  color: #000;
  background: #fff64d;
}

.main__wrapper a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #ccc100;
}

.main__wrapper a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}

.main__wrapper a.btn--blue {
  color: #fff;
  background-color: #1F91BE;
}

.main__wrapper a.btn--blue:hover {
  background-color: #44A5CB;
}

.main__wrapper a.btn--blue.btn--cubic {
  border-bottom: 5px solid #6CBAD8;
}

.main__wrapper a.btn--blue.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #1F91BE;
}

.main__wrapper a.btn--red {
  color: #fff;
  background-color: #C35B9D;
}

.main__wrapper a.btn--red:hover {
  background-color: #D27EB3;
}

.main__wrapper a.btn--red.btn--cubic {
  border-bottom: 5px solid #F0D0E4;
}

.main__wrapper a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #C35B9D;
}

.main__wrapper a.btn-c {
  font-size: 1.4rem;
  position: relative;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 100vh;
  width: 100%;
  font-weight: 500;
}

@media (max-width: 767px) {
  .main__wrapper a.btn-c {
    padding: 1rem 5rem 1rem 3rem;
  }
}

.main__wrapper a.btn-c i.fa {
  margin-right: 1rem;
}

.main__wrapper a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 2rem;
  margin: 0;
  padding: 0;
  content: '\f054';
  font-weight: 700;
}

.main__wrapper .price__table {
  padding: 20px;
}

.main__wrapper .price__table-head {
  font-size: 2.4rem;
  font-weight: normal;
  border-bottom: 2px solid  #252a34;
  margin: 0;
  text-align: center;
  padding-bottom: 5px;
}

.main__wrapper .price__table-desc {
  font-size: 1.5rem;
}

.main__wrapper .price__table-desc > span {
  font-size: 1.2rem;
}

.main__wrapper .pricetable {
  margin-top: 25px;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .main__wrapper .pricetable {
    margin-top: 10px;
    padding: 10px 5px;
  }
  .l_header .md_gnavi > li + li {
    margin-right: 15px;
  }
}
/*# sourceMappingURL=style.css.map */

.main__wrapper .md_index_search{
display:none;
}


.spv {
  display: none;
}

@media (max-width: 767px) {
  .spv {
    display: block;
  }
}

.cat_ranking, .cat_rank_wrap , .select_curtain_search_tabbox{
display: none;
}