@charset "UTF-8";
body.product_carpet.ram {
  padding-top: 0;
}

.ram div.topicPath li:not(:last-of-type) span {
  float: left;
  margin: 0 9px 0 0;
  padding: 4px 20px 3px 0;
  background: url(/common/img/bg_location_arw.gif) no-repeat right top;
}

#MAIN.ram {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-variant-ligatures: none;
  font-variant-ligatures: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #111;
  box-sizing: border-box;
  box-sizing: border-box;
}

#MAIN.ram *,
#MAIN.ram *:before,
#MAIN.ram *:after {
  box-sizing: inherit;
  box-sizing: inherit;
}

#MAIN.ram a {
  text-decoration: none;
}

#MAIN.ram img {
  max-width: 100%;
  vertical-align: bottom;
}

#MAIN.ram figure img {
  width: 100%;
}

#MAIN.ram ul a:link,
#MAIN.ram ul a:visited,
#MAIN.ram ul a:hover,
#MAIN.ram ul a:active,
#MAIN.ram p a:link,
#MAIN.ram p a:visited,
#MAIN.ram p a:hover,
#MAIN.ram p a:active {
  color: currentColor;
}

#MAIN.ram ul a:link,
#MAIN.ram ul a:visited,
#MAIN.ram p a:link,
#MAIN.ram p a:visited {
  text-decoration: underline;
}

#MAIN.ram ul a:hover,
#MAIN.ram ul a:active,
#MAIN.ram p a:hover,
#MAIN.ram p a:active {
  text-decoration: none;
}

.ramNavigation {
  position: relative;
}

.ramNavigation a {
  text-decoration: none !important;
}

.ramNavigationFooter {
  margin: 50px 0;
}

.ramNavigationMain {
  margin: 0 auto;
  max-width: 375px;
  font-size: 0;
  letter-spacing: 0;
}

.ramNavigationMain li {
  display: inline-block;
  height: 50px;
  position: relative;
}

.ramNavigationMain li:after {
  content: "";
  margin: 0 auto;
  height: 4px;
  width: 30px;
  background-color: #1c3638;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.ramNavigationMain li.ramIsActive:after,
.ramNavigationMain li.ramCurrent:after {
  opacity: 1;
}

.ramNavigationMain li img {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.ramNavigationMain li a:before,
.ramNavigationMain li a:after {
  height: 40px;
  width: 1px;
  background-color: rgba(17, 17, 17, 0.1);
  transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
}

.ramNavigationMain li:nth-of-type(1) img {
  width: 37px;
}

.ramNavigationMain li:nth-of-type(2) img {
  width: 114px;
}

.ramNavigationMain li:nth-of-type(3) img {
  width: 128px;
}

.ramNavigationMain a {
  display: block;
  height: 100%;
  width: 100%;
}

.ramNavigationSubMenu {
  height: 0;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  transition: height 0.5s ease;
  transition: height 0.5s ease;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.ramNavigationSubMenu ul {
  margin: 20px auto;
}

.ramNavigationSubMenu li.ramCurrent a {
  background-color: #265c60;
}

.ramNavigationSubMenu a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.05em;
  background-color: #1c3638;
  text-align: center;
}

.ramNavigationSubMenu a span {
  color: #fff;
}

.ramNavigationSubMenu01 a br {
  display: none;
}

.ramNavigationSubMenu01.ramIsOpened {
  /* height: 215px; */
  height: 260px;
}

.ramNavigationSubMenu02.ramIsOpened {
  height: 190px;
}

.ramIndentText {
  padding-left: 1em;
  text-indent: -1em;
}

.ramTextCenter {
  text-align: center;
}

.ramBtn {
  display: block;
  height: 60px;
  font-size: 16px;
  font-weight: normal;
  border: solid 1px #1c3638;
  background-color: #fff;
  line-height: 1.375;
  letter-spacing: 0.05em;
  position: relative;
}

.ramBtn:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #1c3638;
  position: absolute;
  top: 0;
  right: 0;
}

.ramBtn span {
  display: inline-block;
  width: 100%;
  color: #fff;
  position: relative;
}

.ramBtn span:before,
.ramBtn span:after {
  content: "";
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.ramBtn span:before {
  background: url(../img/common/ico_btn-arrow.png) no-repeat right 15px center;
  background-size: 31px 9px;
}

.ramBtn span {
  transition: color 0.5s ease;
}

.ramBtn span:before,
.ramBtn span:after {
  transition: opacity 0.5s ease;
}

.ramBtn span:after {
  background: url(../img/common/ico_btn-arrow-hover01.png) no-repeat right 15px center;
  background-size: 31px 9px;
  opacity: 0;
}

.ramBtn:before {
  transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.ramBtn:hover span {
  color: #1c3638;
}

.ramBtn:hover span:before {
  opacity: 0;
}

.ramBtn:hover span:after {
  opacity: 1;
}

.ramBtn:hover:before {
  width: 0;
}

.ramBtn.ramBtnTextLeft span {
  padding-left: 20px;
  transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.ramJumbotron {
  height: 170px;
  background: no-repeat center;
  background-size: cover;
}

.ramJumbotronFilament {
  background-image: url(../img/filament/bg_jumbotron-filament.jpg?v=240722);
}

.ramJumbotronSpunyarn {
  background-image: url(../img/spunyarn/bg_jumbotron-spunyarn.jpg);
}

.ramJumbotronFilamentSpunyarn {
  background-image: url(../img/filament_spunyarn/bg_jumbotron-filament_spunyarn.jpg);
}

.ramJumbotronRug {
  background-image: url(../img/rug/bg_jumbotron-rug.jpg?v=240722);
}

.ramJumbotronMat {
  background-image: url(../img/mat/bg_jumbotron-mat.jpg?v=240722);
}

.ramJumbotronJustSize {
  background-image: url(../img/justsize/bg_jumbotron-justsize.jpg);
}

.ramJumbotronEasyOrder {
  background-image: url(../img/easyorder/bg_jumbotron-easyorder.jpg);
}

.ramJumbotronForPublic {
  background-image: url(../img/forpublic/bg_jumbotron-forpublic.webp?v=240722);
}

.ramJumbotronWool {
  background-image: url(../img/wool/bg_jumbotron-filament.jpg?v=240722_2);
}

.ramJumbotronNylonPolyester {
  background-image: url(../img/nylon_polyester/bg_jumbotron-filament_n.jpg?v=240722);
}

.ramJumbotronAcrylicCottom {
  background-image: url(../img/acrylic_cotton/bg_jumbotron-filament_a.jpg?v=240726);
}

.ramJumbotronHiraori {
  background-image: url(../img/hiraori/bg_jumbotron-filament_h.jpg?v=240722);
}

.ramFixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.ramScrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.ramScrollableIndicator {
  height: 62px;
  width: 62px;
  transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  position: absolute;
  top: 21px;
  right: 21px;
}

.ramNavigationMain li:nth-of-type(2) a:before,
.ramNavigationMain li:nth-of-type(3) a:before {
  content: "";
  top: 5px;
}

.ramNavigationMain li:nth-of-type(1) {
  width: 75px;
}

.ramNavigationMain li:nth-of-type(2) {
  width: 153px;
}

.ramNavigationMain li:nth-of-type(2) a:before {
  left: 4px;
}

.ramNavigationMain li:nth-of-type(3) {
  width: 146px;
}

.ramNavigationMain li:nth-of-type(3) a:before {
  left: -6px;
}

.ramNavigationSubMenu li + li {
  margin-top: 5px;
}

.ramNavigationSubMenu02 li:nth-of-type(3) a {
  padding: 10px 0;
  line-height: 1.428571429;
}

.pcOnly {
  display: none !important;
}

.ramMainVisual {
  position: relative;
  width: 100%;
}
.ramMainVisual .splide__slide img {
  height: auto;
  transition: transform 8s ease-out;
  /* ここでズームアニメーションを追加 */
}
.ramMainVisual .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}

.ramMainVisualTitle {
  width: 185px;
  position: absolute;
  bottom: 60px;
  right: 20px;
}

.ramHomeSectionHeading {
  margin: 0 auto 30px;
  text-align: center;
}

.ramHomeSectionHeading span {
  font-family: "Questrial", sans-serif;
  /* font-size: 28px; */
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.ramHomeSectionHeading span .is-amp {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
}

.ramHomeSectionHeading small {
  display: block;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  /* font-size: 15px; */
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramHomeSectionText {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramHomeSectionList {
  margin-top: 54px;
}

.ramHomeSectionList figure {
  margin: 0;
}

.ramHomeSectionList li {
  position: relative;
}

.ramHomeSectionList .ramBtn {
  position: absolute;
}

.ramHomeSection01 {
  margin-top: 60px;
}

.ramHomeSection01 .ramHomeSectionHeading {
  margin-bottom: 62px;
  width: 182px;
  position: relative;
}

.ramHomeSection01 .ramHomeSectionHeading:after {
  content: "";
  margin: 0 auto;
  height: 4px;
  width: 80px;
  background-color: #1c3638;
  position: absolute;
  left: 0;
  top: 62px;
  right: 0;
}

.ramHomeSection01Figure {
  margin: 44px 0 0;
}

.ramHomeSection02 {
  margin-top: 80px;
}

.ramHomeSection02 .ramHomeSectionHeading {
  width: 238px;
}

.ramHomeSection02 .ramHomeSectionList {
  padding-bottom: 40px;
}

.ramHomeSection03 {
  margin-top: 80px;
}

.ramHomeSection03 .ramHomeSectionHeading {
  width: 311px;
}

.ramHomeSection03 .ramHomeSectionList {
  padding-bottom: 50px;
}

.ramHomeSection03 .ramHomeSectionList li:nth-of-type(3) .ramBtn {
  height: 70px;
  font-size: 15px;
  bottom: -50px;
}

.ramHomeSection03 .ramHomeSectionItem img {
  width: 100%;
  height: auto;
}

.ramHowToOrder {
  margin-top: 80px;
}

.ramHowToOrderTitle {
  height: 117px;
  background-color: #1c3638;
  color: #fff;
  position: relative;
}

.ramHowToOrderTitle .inner {
  font-weight: normal;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
  transform: translate(-20%, -50%);
  position: absolute;
  top: 50%;
  left: 30%;
}

.ramHowToOrderTitle span {
  display: block;
  font-size: 28px;
  letter-spacing: 0.05em;
}

.ramHowToOrderTitle small {
  display: block;
  margin-top: 12px;
  font-family: "Belleza", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.ramHowToOrderTitle:before,
.ramHowToOrderTitle:after {
  content: "";
  height: 50px;
  width: 60px;
  background: url(../img/top/bg_how-to-order.png) no-repeat center;
  background-size: 60px 50px;
  position: absolute;
}

.ramHowToOrderToggle {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramHowToOrderToggle span {
  display: inline-block;
  padding-top: 39px;
  cursor: pointer;
  position: relative;
}

.ramHowToOrderToggle span:before,
.ramHowToOrderToggle span:after {
  content: "";
  position: absolute;
}

.ramHowToOrderToggle span:before {
  margin: 0 auto;
  height: 31px;
  width: 9px;
  background: url(../img/top/ico_how-to-order-arrow.png) no-repeat center;
  background-size: 9px 31px;
  transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  top: 0;
  left: 0;
  right: 0;
}

.ramHowToOrderToggle span:after {
  height: 1px;
  width: 100%;
  background-color: #111;
  bottom: 2px;
  left: 0;
}

.ramHowToOrderToggle.ramOpened span:before {
  transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ramOrderSteps {
  margin: 0 15px 30px;
  padding-top: 60px;
}

.ramOrderStep {
  background-color: #ecf3f4;
  padding: 36px 15px 30px;
  position: relative;
}

.ramOrderStep + .ramOrderStep {
  margin-top: 40px;
}

.ramOrderStepLabel {
  display: inline-block;
  margin: 0 auto;
  height: 38px;
  width: 119px;
  font-size: 24px;
  font-family: Belleza, serif;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  border: solid 1px #111;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.ramOrderStepLabel:before,
.ramOrderStepLabel:after {
  content: "";
}

.ramOrderStepHeading {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramOrderStepSubHeading {
  margin-bottom: 15px;
}

.ramOrderStepSubHeading span {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0.05em;
  background-color: #1c3638;
  color: #fff;
}

.ramOrderStepText {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.ramOrderStepBlock01 {
  margin-top: 20px;
  padding: 15px;
  background-color: #fff;
}

.ramOrderStep .ramBtn {
  height: 50px;
  font-size: 13px;
  line-height: 1.23;
}

.ramOrderStep01 .ramStyle01 {
  margin-bottom: 14px;
  line-height: 1.86;
}

.ramOrderStep02Image {
  margin: 0 auto;
  width: 258px;
}

.ramOrderStep02 .ramStyle01 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.ramOrderStep02 .ramStyle02 {
  font-size: 14px;
  line-height: 1.86;
}

.ramOrderStep02 .ramStyle02 small {
  margin-left: 0.5em;
  font-size: 13px;
}

.ramOrderStep02 hr {
  margin: 23px 0 30px;
  height: 2px;
  background: url(../img/top/bg_border01.png) repeat-x left center;
  background-size: 6px 1px;
  border: none;
}

.ramHomeSectionList .ramBtn {
  left: 20px;
  bottom: -40px;
  right: 20px;
}

.ramHomeSectionList li + li {
  margin-top: 70px;
}

.ramHowToOrderTitle:before {
  bottom: 100%;
  left: 0;
}

.ramHowToOrderTitle:after {
  transform: rotate(180deg);
  transform: rotate(180deg);
  top: 100%;
  right: 0;
}

.ramOrderStep02 .ramStyle04 {
  margin-top: 16px;
}

.ramProducts {
  margin: 50px 15px 0;
}

.ramProductsHeading {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramProductsHeadingNF {
  position: relative;
}

.ramProductsHeadingNF img {
  width: 115px;
}

.ramProductsHeadingTxt {
  font-family: "Questrial", sans-serif;
  /* font-size: 20px; */
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
}

.ramProductsHeadingFSR .ramProductsHeadingTxt {
  font-size: 3rem;
}

.ramProductsHeadingNF span {
  display: block;
  margin-top: 64px;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.06em;
}

.ramProductsHeadingNF span > span.txtJP {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  letter-spacing: normal;
}

.ramProductsHeadingNF:before {
  content: "";
  margin: 0 auto;
  height: 30px;
  width: 2px;
  background-color: #111;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
}

.ramProductsHeadingFSR img {
  width: 206px;
}

.ramProductsHeadingFSR span {
  display: block;
  margin-top: 11px;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.ramProductsHeadingFSR span > span.txtJP {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  font-weight: 500;
}

.ramProductsList {
  margin-top: 55px;
}

.ramProductsList li + li {
  margin-top: 57px;
}

.ramProductsListNF .ramProductTextWrap,
.ramProductsListFSR .ramProductTextWrap {
  position: relative;
}

.ramProductsListNF .ramProductTextWrap figure,
.ramProductsListFSR .ramProductTextWrap figure {
  width: 140px;
}

.ramProductsListNF .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProductTextWrap figure:after {
  content: "";
  background-color: #e1eeef;
  position: absolute;
  top: 30px;
  bottom: 30px;
}

.ramProductsListNF .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProductTextWrap .ramInner {
  width: 185px;
}

.ramProductsListNF .ramProductContent,
.ramProductsListFSR .ramProductContent {
  margin: 0 auto;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramTextWrap figure:after,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramTextWrap figure:after {
  right: 30px;
  left: 140px;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramTextWrap .ramInner,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramTextWrap .ramInner {
  left: 160px;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramTextWrap figure:after,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramTextWrap figure:after {
  right: 140px;
  left: 30px;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramTextWrap .ramInner,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramTextWrap .ramInner {
  right: 160px;
}

.ramProductsListNF .ramProductName {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(17, 17, 17, 0.2);
  position: relative;
}

.ramProductsListNF .ramProductName:after {
  content: "";
  height: 105px;
  width: 77px;
  background: url(../img/common/bg_product-item.png) no-repeat center;
  background-size: 131px 105px;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -40px;
}

.ramProductsListNF .ramProductName span,
.ramProductsListNF .ramProductName small {
  display: block;
  line-height: 1;
}

.ramProductsListNF .ramProductName span {
  /* font-family: "Belleza", serif; */
  font-family: "Questrial", sans-serif;
  /* font-size: 36px; */
  font-size: 3.6rem;
  letter-spacing: normal;
  line-height: 1.2;
}

.ramProductsListNF .ramProductName small {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  /* font-size: 15px; */
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.ramProductsListNF .ramProductName small > .ramProductPict {
  display: inline-block;
  margin-left: 1em;
  color: #e7373c;
}

.ramProductsListNF .ramProductContent figure:after {
  background-color: #fcfaf2;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductContent figure {
  margin-right: 45px;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductContent figure {
  margin-left: 46px;
}

.ramProductsListFSR li + li {
  margin-top: 40px;
}

.ramProductsListFSR .ramProductName {
  margin-bottom: 20px;
  position: relative;
}

.ramProductsListFSR .ramProductName span {
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  line-height: 41px;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramProductsListFSR .ramProductName > span {
  width: 270px;
  display: inline-block;
  border-radius: 25px;
  color: #fff;
}

#playful .ramProductName > span {
  background-color: #adca8f;
}

#shape .ramProductName > span {
  background-color: #a2a2a2;
}

#urban .ramProductName > span {
  background-color: #8a89a7;
}

#slow .ramProductName > span {
  background-color: #dbd399;
}

#vintage .ramProductName > span {
  background-color: #aa9a8a;
}

#rough .ramProductName > span {
  background-color: #b7cccc;
}

#elegance .ramProductName > span {
  background-color: #d1b8d4;
}

#plain .ramProductName > span {
  background-color: #d3cec0;
}

#hiraori .ramProductName > span {
  background-color: #668d94;
}

#traditional .ramProductName > span {
  background-color: #d2a693;
}

.ramProductsListFSR .ramProductName:after {
  content: "";
  margin: auto 0;
  height: 2px;
  background-color: #111;
  position: absolute;
  top: 0;
  left: 280px;
  right: 0;
  bottom: 0;
}

.ramProductsListFSR .ramProductTextWrap figure:after {
  background-color: #e1eeef;
}

.ramProduct {
  position: relative;
}

.ramProductName {
  font-weight: normal;
}

.ramProductTextWrap {
  position: relative;
}

.ramProductSubPicture {
  position: relative;
}

.ramProductModelNumber {
  margin-top: 7px;
  font-size: min(3.2vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.ramProductBigPicture figcaption {
  margin-top: 7px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.ramProductBigPicture.ramHas2Pictures {
  font-size: 0;
  letter-spacing: 0;
}

.ramProductBigPicture.ramHas2Pictures figure {
  display: inline-block;
  width: 50%;
}

.ramProductText {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.ramProductText.ramIsBold {
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.85;
}

.ramProduct figure {
  margin: 0;
}

.ramProduct .ramBtn {
  width: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  text-decoration: underline;
}
.ramProduct .ramBtn:hover {
  text-decoration: none;
}

.ramProduct .ramBtn span:before {
  background: url(../img/common/ico_catalog.png) no-repeat left 15px center, url(../img/common/ico_btn-arrow.png) no-repeat right 15px center;
  background-size: 15px 12px, 31px 9px;
}

.ramMatIntroText {
  margin-top: 20px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.ramMatWrap img {
  display: block;
  margin: 0 auto;
}

.ramMatType01 img {
  width: 220px !important;
}

.ramMatType02 img {
  width: 320px !important;
}

.ramProductsHeadingFSRM img {
  width: 245px;
}

.ramProductsListNF .ramProductTextWrap figure,
.ramProductsListFSR .ramProductTextWrap figure {
  width: 37.33333vw;
}

.ramProductsListNF .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProductTextWrap figure:after {
  top: 8vw;
  bottom: 8vw;
}

.ramProductsListNF .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProductTextWrap .ramInner {
  width: 49.33333vw;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap figure:after {
  right: 41vw;
  left: 22vw;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap .ramInner {
  left: 42.66667vw;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap figure,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap figure {
  margin-left: auto;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap figure:after {
  right: 22vw;
  left: 41vw;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner {
  right: 42.66667vw;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductModelNumber,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductModelNumber {
  text-align: right;
}

.ramProductsListFSR .ramProductName span {
  width: 72vw;
}

.ramProductsListFSR .ramProductName:after {
  left: 74.66667vw;
}

.ramProductTextWrap .ramInner {
  transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.ramProductBigPicture {
  margin-top: 20px;
}

.ramProductBigPicture.ramHas2Pictures figure:nth-of-type(1) {
  padding-right: 5px;
}

.ramProductBigPicture.ramHas2Pictures figure:nth-of-type(2) {
  padding-left: 5px;
}

.ramProduct .ramBtn {
  margin-top: 17px;
}

.ramMatType01 img {
  width: 58.66667vw !important;
}

.ramMatType02 img {
  width: 85.33333vw !important;
}

.ramJustSize {
  margin: 0 5px;
  background-color: #fcf6f2;
}

.ramJustSize > .ramInner {
  padding: 0 10px 50px;
}

.ramJustSizeHeading {
  margin: 45px auto 0;
  width: 209px;
}

.ramJustSizeHeading small {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramJustSizeIntroText {
  margin-top: 30px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.ramJustSizeIntroBlock {
  margin-top: 23px;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}

.ramJustSizeIntroBlockItem {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  border: solid 4px #fff;
  position: relative;
}

.ramJustSizeIntroBlockItem span {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.ramJustSizeIntroBlock:after {
  content: "";
  margin: 0 auto;
  height: 40px;
  width: 40px;
  background: url(../img/justsize/img_justsize-cross.png) no-repeat center;
  background-size: 40px 40px;
  position: absolute;
}

.ramJSH2O {
  margin-top: 36px;
}

.ramJSH2OHeading {
  font-family: Belleza, serif;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.ramJSH2OHeading span {
  display: inline-block;
  padding: 0 12px;
  background-color: #fcf6f2;
  z-index: 1;
  position: relative;
}

.ramJSH2OHeading:before {
  content: "";
  margin: auto 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.ramJSH2OList {
  margin-top: 33px;
}

.ramJSH2OItem {
  padding: 46px 15px 22px;
  background-color: #fff;
}

.ramJSH2OItemHeading {
  font-weight: normal;
}

.ramJSH2OItemHeading span {
  padding-bottom: 11px;
  width: 30px;
  font-family: Belleza, serif;
  font-size: 36px;
  line-height: 1;
  border-bottom: solid 1px rgba(17, 17, 17, 0.2);
  text-align: center;
}

.ramJSH2OItemText {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.ramJSH2OItemTextList li {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.ramJSH2OItem01 .ramStyle01 {
  margin-top: 12px;
}

.ramJSH2OItem02 .ramBlock01 {
  margin-top: 28px;
}

.ramJSH2OItem02 .ramBlock01Formula {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.05em;
}

.ramJSH2OItem02 .ramBlock01Formula span {
  display: inline-block;
  margin-right: 11px;
  height: 35px;
  width: 40px;
  font-family: Belleza, serif;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  border: solid #111 1px;
  position: relative;
}

.ramJSH2OItem02 .ramBlock01Formula span:before,
.ramJSH2OItem02 .ramBlock01Formula span:after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #fff;
  position: absolute;
}

.ramJSH2OItem02 .ramBlock01Formula span:before {
  top: -1px;
  right: -1px;
}

.ramJSH2OItem02 .ramBlock01Formula span:after {
  bottom: -1px;
  left: -1px;
}

.ramJSH2OItem02 .ramBlock01Formula em {
  color: #ff791f;
  font-weight: normal;
  font-style: normal;
}

.ramJSH2OItem02 .ramBlock01Formula sup {
  font-size: 12px;
}

.ramJSH2OItem02 .ramBlock01Formula small {
  font-size: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  top: 23px;
  left: 100px;
}

.ramJSH2OItem02 .ramBlock01Formula li {
  position: relative;
}

.ramJSH2OItem02 .ramBlock01Formula li + li {
  margin-top: 19px;
}

.ramJSH2OItem02 .ramBlock02 {
  margin: 34px 0 25px;
}

.ramJSH2OItem02 .ramBlock02 figure {
  margin: 0 auto;
  width: 261px;
}

.ramJSH2OItem02 .ramBlock03 {
  margin: 25px 0 31px;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn01 em {
  display: block;
  font-size: 22px;
  font-style: normal;
  letter-spacing: 0.05em;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn01 p {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.05em;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn02 figure {
  margin: 0 auto;
  width: 181px;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 p {
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 span {
  display: inline-block;
  margin-right: 11px;
  height: 30px;
  width: 30px;
  font-family: Belleza, serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  border: solid #111 1px;
  position: relative;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 span:before,
.ramJSH2OItem02 .ramBlock03 .ramColumn03 span:after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #fff;
  position: absolute;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 span:before {
  top: -1px;
  right: -1px;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 span:after {
  bottom: -1px;
  left: -1px;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 em {
  color: #ff791f;
  font-weight: normal;
  font-style: normal;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 sup {
  font-size: 12px;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 small {
  font-size: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 li {
  position: relative;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 li + li {
  margin-top: 6px;
}

.ramJSH2OItem02 .ramStyle01 span {
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

.ramJSH2OItem02 .ramStyle01 li {
  padding-left: 2em;
  text-indent: -2em;
}

.ramJSH2OItem02 .ramStyle02 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.ramJSH2OItem02 .ramStyle02 li + li {
  margin-top: 10px;
}

.ramJSH2OItem02 .ramStyle03 {
  margin: 14px 0;
}

.ramJSH2OItem02 .ramStyle04 {
  margin-bottom: 25px;
}

.ramJSH2OItem02 hr {
  margin: 0;
  height: 1px;
  width: 100%;
  border: none;
  background: url(../img/justsize/bg_border01.png) repeat-x left top;
  background-size: 6px 1px;
}

.ramJSH2OItem03 .ramStyle01 {
  margin-top: 21px;
}

.ramJSH2OPriceHeading {
  margin-top: 27px;
  padding: 4px 0 0 130px;
  height: 40px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  border-bottom: solid 1px rgba(17, 17, 17, 0.2);
  position: relative;
}

.ramJSH2OPriceHeading span {
  display: inline-block;
  height: 40px;
  width: 110px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.05em;
  background-color: #265c60;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.ramJSH2OProductList {
  font-size: 0;
  letter-spacing: 0;
}

.ramJSH2OProductList li {
  display: inline-block;
  vertical-align: top;
}

.ramJSH2OProductList figure {
  margin: 0;
  width: 100%;
}

.ramJSH2OProductList figcaption {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.ramJSH2OProductList + .ramJSH2OPriceHeading {
  margin-top: 37px;
}

.ramJSH2OPriceTableHeading {
  margin-top: 44px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramJSH2OPriceTable {
  width: 844px;
  table-layout: fixed;
  border-spacing: 2px;
  border-collapse: separate;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.ramJSH2OPriceTable thead {
  background-color: #265c60;
}

.ramJSH2OPriceTable thead th:nth-of-type(1) {
  width: 189px;
}

.ramJSH2OPriceTable tbody {
  background-color: #f5f5f5;
}

.ramJSH2OPriceTable tbody tr:nth-of-type(1) td {
  height: 60px;
}

.ramJSH2OPriceTable th,
.ramJSH2OPriceTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.ramJSH2OPriceTable th {
  height: 62px;
  color: #fff;
}

.ramJSH2OPriceTable td {
  height: 40px;
}

.ramJSH2OExampleHeading {
  margin-top: 45px;
  text-align: center;
}

.ramJSH2OExampleHeading h5 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.ramJSH2OExampleHeading figure {
  font-size: 0;
  letter-spacing: 0;
}

.ramJSH2OExampleHeading figure img {
  margin-right: 15px;
  width: 67px !important;
}

.ramJSH2OExampleHeading figure img,
.ramJSH2OExampleHeading figure figcaption {
  display: inline-block;
  vertical-align: middle;
}

.ramJSH2OExampleHeading figure figcaption {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.05em;
  text-align: left;
}

.ramJSH2OExampleList {
  margin: 30px 0;
}

.ramJSH2OExampleList figure {
  margin: 0;
}

.ramJSH2OExampleList figcaption {
  margin-top: 10px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramJSH2OExampleList .ramMiniature {
  display: inline-block;
  margin-right: 10px;
  background-color: #265c60;
  vertical-align: top;
}

.ramJSH2OExampleList li:nth-of-type(1) figcaption {
  height: 12px;
  line-height: 12px;
}

.ramJSH2OExampleList li:nth-of-type(1) .ramMiniature {
  height: 12px;
  width: 42px;
}

.ramJSH2OExampleList li:nth-of-type(2) .ramMiniature {
  height: 20px;
  width: 20px;
}

.ramJSH2OExampleList li:nth-of-type(3) .ramMiniature {
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.ramStoreBtn {
  margin-top: 40px;
  height: 60px;
  line-height: 60px;
  border-color: #2dacb7;
  text-align: center;
}

.ramStoreBtn:before {
  background-color: #2dacb7;
}

.ramJustSizeIntroBlockItem:nth-of-type(1) {
  height: 80px;
}

.ramJustSizeIntroBlockItem:nth-of-type(2) {
  margin-top: 27px;
  height: 60px;
}

.ramJustSizeIntroBlock:after {
  left: 0;
  top: 74px;
  right: 0;
}

.ramJSH2OItemHeading {
  font-size: 22px;
  line-height: 1.37;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

.ramJSH2OItemHeading span {
  margin: 0 auto;
  position: absolute;
  top: -73px;
  left: 0;
  right: 0;
}

.ramJSH2OItem02 {
  margin-top: 41px;
}

.ramJSH2OItem02 .ramBlock01Formula {
  margin-bottom: 20px;
}

.ramJSH2OItem02 .ramBlock02 ul {
  margin-top: 25px;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn02 {
  margin-top: 25px;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 {
  margin-top: 13px;
}

.ramJSH2OItem02 .ramBlock03 .ramColumn03 small {
  position: absolute;
  top: 18px;
  left: 168px;
}

.ramJSH2OItem03 {
  margin-top: 51px;
}

.ramJSH2OProductList {
  margin: 31px -15px 0;
  padding-left: 15px;
}

.ramJSH2OProductList li {
  width: 50%;
  padding-right: 15px;
}

.ramJSH2OProductList li:nth-of-type(n + 3) {
  margin-top: 18px;
}

.ramJSH2OProductList li.ramIsLargeItem {
  width: 100%;
}

.ramJSH2OPriceTableWrapper {
  margin: 24px -15px 0;
}

.ramJSH2OPriceTable {
  margin: 0 15px;
  position: relative;
}

.ramJSH2OPriceTable:before {
  content: "";
  height: 1px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 100%;
}

.ramJSH2OExampleHeading figcaption {
  margin-top: 20px;
}

.ramJSH2OExampleList li + li {
  margin-top: 20px;
}

.ramEasyOrder {
  margin: 0 5px;
  background-color: #e7efef;
}

.ramEasyOrder > .ramInner {
  padding: 0 10px 60px;
}

.ramEasyOrderFeatures {
  margin-top: 35px;
}

.ramEasyOrderFeatures .ramItem {
  height: 60px;
  border: solid 4px #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 52px;
  text-align: center;
  position: relative;
}

.ramEasyOrderFeatures .ramItem01 {
  border: none;
}

.ramEasyOrderFeatures .ramItem01 span {
  display: inline-block;
  border: solid 4px #fff;
}

.ramEasyOrderFeatures .ramItem02:before,
.ramEasyOrderFeatures .ramItem03:before {
  content: "";
  position: absolute;
}

.ramEasyOrderFeatures .ramItem02:before {
  height: 40px;
  width: 40px;
  background: url(../img/easyorder/ico_features01.png) no-repeat center;
  background-size: 40px 40px;
}

.ramEasyOrderFeatures .ramItem03:before {
  height: 38px;
  width: 31px;
  background: url(../img/easyorder/ico_features02.png) no-repeat center;
  background-size: 31px 38px;
}

.ramEasyOrderNewFreedom {
  display: block;
  margin: 40px auto 0;
  width: 151px;
}

.ramEasyOrderHeading {
  margin-top: 25px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramEasyOrderIntroText {
  margin-top: 30px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.ramEasyOrderH2OHeading {
  margin: 45px -15px 0;
  font-family: Belleza, serif;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.ramEasyOrderH2OHeading span {
  display: inline-block;
  padding: 0 12px;
  background-color: #e7efef;
  z-index: 1;
  position: relative;
}

.ramEasyOrderH2OHeading:before {
  content: "";
  margin: auto 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.ramEasyOrderH2ORow {
  margin: 0 10px;
}

.ramEasyOrderH2OSteps {
  margin-top: 35px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramEasyOrderH2OSteps li {
  height: 90px;
  background-color: #fff;
  position: relative;
}

.ramEasyOrderH2OSteps li > .ramInner {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ramEasyOrderH2OSteps li span {
  padding-bottom: 11px;
  width: 30px;
  border-bottom: solid 1px rgba(17, 17, 17, 0.2);
  font-family: Belleza, serif;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -17px;
  left: -10px;
}

.ramEasyOrderH2OSteps li small {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.ramEasyOrderH2OSteps li + li:before {
  content: "";
  height: 35px;
  width: 23px;
  background: url(../img/easyorder/ico_steps-arrow.png) no-repeat center;
  background-size: 23px 35px;
  position: absolute;
}

.ramEasyOrderH2OTable {
  margin-top: 30px;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.ramEasyOrderH2OTable th {
  height: 28px;
  width: 90px;
}

.ramEasyOrderH2OTable tr {
  border-bottom: solid 1px rgba(17, 17, 17, 0.2);
}

.ramEasyOrderH2OProductDetail {
  margin: 10px 0 0;
  width: 157px;
}

.ramEasyOrderTableHeading {
  margin: 43px 0 21px;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

.ramEasyOrderTable {
  width: 884px;
  table-layout: fixed;
  border-spacing: 2px;
  border-collapse: separate;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.ramEasyOrderTable thead {
  background-color: #265c60;
}

.ramEasyOrderTable tbody {
  background-color: #fff;
}

.ramEasyOrderTable th,
.ramEasyOrderTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.ramEasyOrderTable th {
  height: 30px;
  color: #fff;
}

.ramEasyOrderTable td {
  height: 40px;
}

.ramEasyOrderTable .ramTableCol01 {
  width: 238px;
}

.ramEasyOrderTable .ramTableCol02 {
  width: 212px;
}

.ramEasyOrderTable .ramTableCol03 {
  width: 426px;
}

.ramEasyOrderTable .ramSquare:before,
.ramEasyOrderTable .ramCircle:before,
.ramEasyOrderTable .ramRectangle:before,
.ramEasyOrderTable .ramEllipse:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background-color: #1c3638;
  vertical-align: middle;
}

.ramEasyOrderTable .ramSquare span,
.ramEasyOrderTable .ramCircle span,
.ramEasyOrderTable .ramRectangle span,
.ramEasyOrderTable .ramEllipse span {
  vertical-align: middle;
}

.ramEasyOrderTable .ramSquare:before {
  height: 12px;
  width: 12px;
}

.ramEasyOrderTable .ramCircle:before {
  height: 12px;
  width: 12px;
  border-radius: 100%;
}

.ramEasyOrderTable .ramRectangle:before {
  height: 12px;
  width: 17px;
}

.ramEasyOrderTable .ramEllipse:before {
  height: 12px;
  width: 17px;
  border-radius: 100%;
}

.ramEasyOrder .ramSimulationBtn {
  margin-top: 40px;
  line-height: 60px;
  text-align: center;
  border-color: #2dacb7;
}

.ramEasyOrder .ramSimulationBtn:before {
  background-color: #2dacb7;
}

.ramWizard {
  height: 100%;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
}

.ramWizardWrap {
  padding: 0 10px;
  height: 100%;
  width: 100%;
  background: #e7efef;
  overflow: auto;
}

.ramWizardWrap > .ramInner {
  margin-top: 28px;
  overflow: hidden;
}

.ramWizardTitle img {
  width: 111px;
}

.ramWizardTitle h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.ramWizardHeading {
  margin: 32px 0 30px;
  padding-bottom: 11px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

.ramWizardHeading:after {
  content: "";
  margin: 0 auto;
  height: 1px;
  width: 70px;
  background-color: rgba(17, 17, 17, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.ramWizardSeriesName span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.ramWizardSeriesList {
  margin: 0 12px 20px 13px;
}

.ramWizardSeriesList li {
  padding: 26px 11px 16px;
  border: solid 4px #e7efef;
  cursor: pointer;
}

.ramWizardSeriesList li:nth-of-type(1) .ramWizardSeriesName img {
  width: 147px;
}

.ramWizardSeriesList li:nth-of-type(2) .ramWizardSeriesName img {
  width: 181px;
}

.ramWizardSeriesList figure {
  margin: 5px 0 0;
}

.ramWizardSeriesList p {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.ramWizardSeriesList .ramBtn {
  margin-top: 17px;
  padding-left: 15px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.ramWizardNextBtn {
  height: 100%;
  width: 60px;
  background: url(../img/easyorder/ico_next.png) no-repeat center bottom 20px, #1c3638;
  background-size: 31px 9px;
  position: absolute;
  top: 0;
  right: 0;
}

.ramWizardNextBtn span {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 4px;
  color: #fff;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.ramWizardNextBtn:before {
  content: "";
  height: 100%;
  width: 10px;
  background-color: #e7efef;
  position: absolute;
  top: 0;
  left: -10px;
}

.ramWizardScenes,
.ramWizardScene {
  width: 100%;
}

.ramWizardScene02 .ramStyle01 {
  margin: 0 12px 26px 13px;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.05em;
}

.ramWizardScene02 .ramBtn {
  margin-top: 8px;
  padding-left: 15px;
  height: 60px;
  line-height: 60px;
}

.ramWizardColorList {
  font-size: 0;
  letter-spacing: 0;
}

.ramWizardColorListWrap {
  position: relative;
}

.ramWizardColorListWrap + .ramWizardColorListWrap {
  margin-top: 26px;
}

.ramWizardColorListHeading {
  margin: 0 25px;
  font-family: Belleza, serif;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.ramWizardColorList li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}

.ramWizardColorList li.ramIsSelected .ramInner {
  background-color: #e7efef;
}

.ramWizardColorList figure {
  margin: 0;
}

.ramWizardColorList .ramInner {
  padding: 10px 10px 8px;
  height: 100%;
  width: 100%;
  transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.ramWizardColorList.ramIsCanvasSeries {
  margin: 5px 0 20px;
}

.ramWizard .ramWizardCanvasProductModelNumber {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.ramWizard .ramWizardPlainProductModelNumber {
  margin-top: 7px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.ramWizardNotice {
  margin-top: 17px;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.05em;
}

.ramWizardNoticeHeading {
  margin-bottom: 4px;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  border-bottom: solid 1px rgba(17, 17, 17, 0.2);
}

.ramWizardContentWrap {
  background-color: #fff;
  overflow: hidden;
}

.ramWizardBanner {
  height: 80px;
  background-color: #fff;
  position: relative;
}

.ramWizardBannerTitle {
  z-index: 1;
}

.ramWizardBannerTitle img {
  display: block;
}

.ramWizardBannerTitle span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
}

.ramWizardBannerTitle span:after {
  content: "";
  background: #111;
  position: absolute;
}

.ramWizardBannerImage {
  position: absolute;
}

.ramWizardBanner.ramIsPlainSeries .ramWizardBannerTitle img {
  width: 147px;
}

.ramWizardBanner.ramIsCanvasSeries .ramWizardBannerTitle img {
  width: 181px;
}

.ramWizardResult {
  margin: 0 12px 0 13px;
}

.ramWizardResult .ramBtn {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.ramWizardResult .ramBtn + .ramBtn {
  margin-top: 10px;
}

.ramWizardResult .ramShopBtn {
  margin-top: 26px;
}

.ramWizardResult .ramAgainBtn {
  margin-bottom: 30px;
  border-color: #2dacb7;
}

.ramWizardResult .ramAgainBtn:before {
  background-color: #2dacb7;
}

.ramWizardResultData {
  padding: 12px 16px;
  border: solid 4px #e6f0f0;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: 0.05em;
}

.ramWizardSizeShapeTable {
  margin-bottom: 30px;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.05em;
  border-spacing: 0;
  text-align: center;
}

.ramWizardSizeShapeTableWrap {
  padding: 0 17px 0 14px;
}

.ramWizardSizeShapeTable th,
.ramWizardSizeShapeTable td {
  text-align: center;
  font-weight: normal;
}

.ramWizardSizeShapeTable th {
  background-color: #f5f5f5;
}

.ramWizardSizeShapeTable a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
}

.ramWizardSizeShapeTable thead th {
  height: 40px;
}

.ramWizardSizeShapeTable th + th,
.ramWizardSizeShapeTable th + td {
  border-left: solid 1px rgba(17, 17, 17, 0.2);
}

.ramWizardSizeShapeTable tbody th,
.ramWizardSizeShapeTable tbody td {
  height: 146px;
  vertical-align: middle;
  border-top: solid 1px rgba(17, 17, 17, 0.2);
}

.ramWizardSizeShapeTable tbody th {
  width: 75px;
}

.ramWizardSizeShapeTable tbody th span {
  display: block;
  margin-top: 6px;
  line-height: 1.3;
}

.ramWizardSizeShapeTable tbody td {
  font-size: 0;
  letter-spacing: 0;
}

.ramWizardSizeShapeTable .ramMiniatureTitle {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #111;
  text-align: center;
}

.ramWizardSizeShapeTable .ramMiniature {
  margin-top: 6px;
  display: inline-block;
  background-color: #1c3638;
  transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.ramWizardSizeShapeTable .ramIsSelected .ramMiniature {
  background-color: #2dacb7;
}

.ramWizardSizeShapeTable .ramIsSquare {
  margin-left: 34px;
}

.ramWizardSizeShapeTable .ramIsSquare .ramMiniature {
  height: 80px;
  width: 80px;
}

.ramWizardSizeShapeTable .ramIsRectangle {
  margin-left: 17px;
}

.ramWizardSizeShapeTable .ramIsRectangle .ramMiniature {
  height: 68px;
  width: 99px;
}

.ramWizardSizeShapeTable .ramIsEllipse .ramMiniature {
  height: 68px;
  width: 95px;
  border-radius: 100%;
}

.ramWizardSizeShapeTable .ramIsCircle .ramMiniature {
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.ramWizardCanvasColor {
  margin-top: 5px;
}

.ramWizardCanvasColor dt {
  height: 20px;
  line-height: 20px;
  background-color: #f5f5f5;
  transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.ramWizardCanvasColor dd {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.ramIsSelected .ramWizardCanvasColor dt {
  background-color: #fff;
}

.ramWizardColorExample {
  width: 50%;
  padding: 0 37px 0 22px;
  position: absolute;
  top: 62px;
  right: 0;
}

.ramWizardColorExample span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: -58px;
  left: 22px;
  right: 37px;
}

.ramWizardColorExample span:before,
.ramWizardColorExample span:after {
  content: "";
  display: inline-block;
  background: rgba(17, 17, 17, 0.2);
  position: absolute;
}

.ramWizardColorExample span:before {
  height: 1px;
  width: 100%;
  bottom: -9px;
  left: 0;
}

.ramWizardColorExample span:after {
  margin: 0 auto;
  height: 18px;
  width: 1px;
  left: 0;
  right: 0;
  bottom: -27px;
}

.ramWizardColorExample figure {
  margin: 0;
  padding: 24px 0 23px;
  background-color: #f5f5f5;
  position: relative;
}

.ramWizardColorExample figure img {
  display: block;
  margin: 0 auto;
  width: 87px !important;
  width: 23.2vw !important;
}

.ramWizard.ramIsCanvasSeries .ramIsPlainSeries {
  display: none !important;
}

.ramWizard.ramIsPlainSeries .ramIsCanvasSeries {
  display: none !important;
}

.ramWizardClose01,
.ramWizardClose02 {
  cursor: pointer;
}

.ramWizardColorSize {
  width: 100%;
  padding: 0 15px 0 10px;
  transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  bottom: 100%;
  left: 0;
}

.ramEasyOrderFeatures .ramItem02:before,
.ramEasyOrderFeatures .ramItem03:before {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.ramEasyOrderFeatures .ramItem02 {
  margin-top: 27px;
}

.ramEasyOrderFeatures .ramItem02:before {
  top: -37px;
}

.ramEasyOrderFeatures .ramItem03 {
  margin-top: 58px;
}

.ramEasyOrderFeatures .ramItem03:before {
  top: -52px;
}

.ramEasyOrderH2OSteps li + li {
  margin-top: 44px;
}

.ramEasyOrderH2OSteps li + li:before {
  margin: 0 auto;
  top: -53px;
  left: 0;
  right: 0;
}

.ramWizardTitle img {
  display: block;
  margin: 30px auto 0;
}

.ramWizardTitle h2 {
  margin-top: 12px;
  text-align: center;
}

.ramWizardSeriesList li + li {
  margin-top: 10px;
}

.ramWizardColorList {
  padding: 0 10px 0 15px;
}

.ramWizardColorList li {
  padding-right: 5px;
  width: 50%;
}

.ramWizardColorList.ramIsPlainSeries {
  margin-bottom: 20px;
}

.ramWizardColorList.ramIsPlainSeries li:nth-of-type(n + 3) {
  margin-top: 9px;
}

.ramWizardColorList.ramIsCanvasSeries li:first-of-type {
  margin-right: 50%;
}

.ramWizardColorList.ramIsCanvasSeries li:nth-of-type(n + 2) {
  margin-top: 9px;
}

.ramWizardResult .ramBtn {
  padding-left: 15px;
}

.ramWizardResultData {
  margin-top: 20px;
}

.ramWizardBanner {
  margin-bottom: 5px;
}

.ramWizardBannerTitle {
  transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 18px;
}

.ramWizardBannerTitle span {
  margin-top: 5px;
}

.ramWizardBannerTitle span:after {
  height: 1px;
  width: 100%;
  bottom: 3px;
  left: 0;
}

.ramWizardBannerImage {
  height: 100%;
  top: 0;
  right: 0;
}

.ramWizardScenes {
  position: relative;
}

.ramWizardScene {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ramWizardScene {
  z-index: 1;
  transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.ramCurrentScene01 .ramWizardScene01 {
  z-index: 2;
}

.ramCurrentScene02 .ramWizardScene02 {
  z-index: 2;
}

.ramCurrentScene03 .ramWizardScene03 {
  z-index: 2;
}

.ramWizardScenes:not(.ramCurrentScene01) .ramWizardScene01 {
  opacity: 0;
}

.ramWizardScenes:not(.ramCurrentScene02) .ramWizardScene02 {
  opacity: 0;
}

.ramWizardScenes:not(.ramCurrentScene03) .ramWizardScene03 {
  opacity: 0;
}

.ramWizardTitle {
  position: relative;
}

.ramWizardClose01 {
  margin: 30px 0;
  font-family: Belleza, serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.ramWizardClose01:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  height: 15px;
  width: 15px;
  background: url(../img/easyorder/ico_close02.png) no-repeat center;
  background-size: 15px 15px;
  vertical-align: middle;
}

.ramWizardClose01 span {
  vertical-align: middle;
}

.ramWizardClose02 {
  padding-top: 36px;
  line-height: 1;
  font-family: Belleza, serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  position: absolute;
  top: -13px;
  right: -1px;
}

.ramWizardClose02:before {
  content: "";
  margin: 0 auto;
  height: 30px;
  width: 30px;
  background: url(../img/easyorder/ico_close01.png) no-repeat center;
  background-size: 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ramWizardColorListWrap + .ramWizardColorListWrap {
  margin-top: 6.93333vw;
}

.ramWizardColorList.ramIsCanvasSeries li:nth-of-type(n + 2) {
  margin-top: 2.4vw;
}

.ramWizardColorListWrap.ramIsCanvasSeries:nth-of-type(n + 2) li:nth-of-type(n + 2) {
  margin-top: 30px;
  margin-top: 8vw;
}

.ramEasyOrderFeatures .ramItem01 {
  margin: 0 -15px;
  padding: 0 20px 0 15px;
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
}

.ramEasyOrderFeatures .ramItem01 span {
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 50%;
}

.ramEasyOrderFeatures .ramItem01 span + span {
  margin-left: 5px;
}

@media screen and (max-width: 375px) {
  .ramNavigationMain li:nth-of-type(1) {
    width: 20vw;
  }

  .ramNavigationMain li:nth-of-type(1) img {
    width: 9.86667vw;
  }

  .ramNavigationMain li:nth-of-type(2) {
    width: 40.8vw;
  }

  .ramNavigationMain li:nth-of-type(2) img {
    width: 30.4vw;
  }

  .ramNavigationMain li:nth-of-type(2) a:before {
    left: 1.06667vw;
  }

  .ramNavigationMain li:nth-of-type(3) {
    width: 38.93333vw;
  }

  .ramNavigationMain li:nth-of-type(3) img {
    width: 34.13333vw;
  }

  .ramNavigationMain li:nth-of-type(3) a:before {
    left: -1.6vw;
  }

  .ramHomeSection p {
    font-size: 3.73333vw;
  }

  .ramHomeSection03 .ramHomeSectionList li:nth-of-type(3) .ramBtn {
    font-size: 4vw;
  }

  .ramHomeSection03 .ramHomeSectionHeading {
    width: 82.93333vw;
  }

  .ramProductsHeading {
    font-size: 7.46667vw;
  }

  .ramProductText {
    font-size: 3.46667vw;
  }

  .ramJSH2OItemHeading {
    font-size: 5.86667vw;
  }

  .ramWizardSizeShapeTable {
    font-size: 3.46667vw;
  }

  .ramWizardSizeShapeTable tbody th {
    width: 20vw;
  }

  .ramWizardSizeShapeTable .ramMiniatureTitle {
    font-size: 3.73333vw;
  }

  .ramWizardSizeShapeTable .ramIsSquare {
    margin-left: 9.06667vw;
  }

  .ramWizardSizeShapeTable .ramIsSquare .ramMiniature {
    height: 21.33333vw;
    width: 21.33333vw;
  }

  .ramWizardSizeShapeTable .ramIsRectangle {
    margin-left: 4.53333vw;
  }

  .ramWizardSizeShapeTable .ramIsRectangle .ramMiniature {
    height: 18.13333vw;
    width: 26.4vw;
  }

  .ramWizardSizeShapeTable .ramIsEllipse .ramMiniature {
    height: 18.13333vw;
    width: 25.33333vw;
  }

  .ramWizardSizeShapeTable .ramIsCircle .ramMiniature {
    height: 21.33333vw;
    width: 21.33333vw;
  }

  .ramWizardSeriesList .ramBtn,
.ramWizardResult .ramBtn {
    font-size: 3.73333vw;
  }

  .ramWizardSizeShapeSelector {
    margin-top: 5px;
  }

  .ramWizardColorExample {
    top: 16.53333vw;
  }

  .ramWizardColorExample span {
    font-size: 3.2vw;
  }

  .ramWizardColorExample span:before {
    bottom: -2.4vw;
  }

  .ramWizardColorExample span:after {
    height: 4.8vw;
    bottom: -7.2vw;
  }

  .ramWizardBanner.ramIsCanvasSeries .ramWizardBannerTitle img {
    width: 48.26667vw;
  }

  .ramWizardResultData {
    font-size: 3.73333vw;
  }
}
@media screen and (min-width: 874px) {
  .ramJSH2OPriceTable {
    margin: 0 auto;
  }
}
@media screen and (min-width: 914px) {
  .ramEasyOrderTable {
    margin: 0 auto;
  }
}
@media print {
  .ramOrderSteps {
    display: block !important;
  }
}
/* ------------------------------------------------------------------- */
/***  共通CSS  ***/
/* ------------------------------------------------------------------- */
#MAIN.ram .ramUnderline {
  text-decoration: underline !important;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  /* デフォルトは非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* 閉じるボタンのスタイル */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* ------------------------------------------------------------------- */
/***  for public ページ  ***/
/* ------------------------------------------------------------------- */
.ramProductsIntroText {
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  /* 207.692% */
}

.ramProducts.ramProductsForPublic {
  margin-top: 0;
  margin-inline: 0;
}

.ramProductsListNF {
  padding-inline: 0;
}

.ramProductSubPicture img {
  height: auto;
}

.ramProductsListNF .ramProductTextWrap,
.ramProductsListFSR .ramProductTextWrap {
  z-index: 0;
}

.ramProductsListNF .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProductTextWrap figure:after {
  top: 9vw;
  bottom: -7vw;
  z-index: -1;
}

.ramProduct .ramBtn {
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 23px;
  padding: 12px 0 13px 21px;
  text-align: left;
}

.ramProduct .ramBtn span:before {
  background: url(../img/common/ico_btn-arrow.png) no-repeat right 26px center;
  background-size: 31px 9px;
}

.ramProduct .ramBtn span:after {
  background: url(../img/common/ico_btn-arrow-hover01.png) no-repeat right 26px center;
  background-size: 31px 9px;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner {
  right: 39vw;
}

.ramProductBigPicture {
  position: relative;
  max-width: 500px;
}

.ramProductBigPicture img {
  height: auto;
}
@media (any-hover: hover) and (pointer: fine) {
  .ramProductBigPicture img:hover {
    cursor: pointer;
  }
}

.ramProductBigPicture figcaption {
  margin-top: 14px;
}

.ramProduct:nth-of-type(even) .ramProductBigPicture figcaption {
  text-align: left;
}

.ramProductsForPublic .ramProductsHeadingNF {
  color: #000;
  font-size: 32px;
}
.ramProductsForPublic .ramProductsHeadingNF span > span.txtJP {
  font-size: 18px;
}
.ramProductsForPublic .ramProductsHeadingNF:before {
  height: 28.319px;
  top: 29px;
}
.ramProductsForPublic .ramProductsHeadingNF span {
  margin-top: 30px;
}
.ramProductsForPublic .ramProductsHeadingNF .font-cormorant {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.ramProductsForPublic .ramProductsIntroWrapper {
  background-color: #e1e1df;
  padding-top: 39px;
  padding-bottom: 64px;
}
.ramProductsForPublic .ramProductsIntroWrapper .ramProductsHeadingNF .ramProductsHeadingTxt {
  margin-top: 0;
}
.ramProductsForPublic .ramProductsIntro {
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22.4px;
  font-weight: 400;
  line-height: 32px;
  /* 128.571% */
  margin-top: 48px;
}
.ramProductsForPublic .ramProductsIntroText {
  margin-top: 16.68px;
}
.ramProductsForPublic .ramProductsScene {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 64px;
  background-color: #efefeb;
}
.ramProductsForPublic .ramProductsSceneList {
  max-width: 600px;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ramProductsForPublic .ramProductsSceneItem {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.ramProductsForPublic .ramProductsSceneItemImg {
  width: 100%;
}
.ramProductsForPublic .ramProductsSceneItemImg img {
  width: 100%;
  height: auto;
}
.ramProductsForPublic .ramProductsSceneItemRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-inline: 10px;
}
.ramProductsForPublic .ramProductsSceneHeading {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  /* 100% */
  text-transform: capitalize;
}
.ramProductsForPublic .ramProductsSceneText {
  color: #000;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}
.ramProductsForPublic .ramProductsFunction {
  background-color: #e1e1df;
  display: flex;
  justify-content: center;
  padding-top: 34px;
  padding-inline: 16px;
  padding-bottom: 71px;
}
.ramProductsForPublic .ramProductsFunctionImg {
  max-width: 600px;
}
.ramProductsForPublic .ramProductsFunctionImg img {
  width: 100%;
  height: auto;
}
.ramProductsForPublic .ramProductsListNF {
  background-color: #e1e1df;
  margin-top: 0;
  padding-inline: 15px;
  padding-bottom: 54px;
}
.ramProductsForPublic .ramProductsListNF .ramProductName {
  border-bottom: solid 1px #a5a5a5;
}
.ramProductsForPublic .ramProductsListNF .ramProductName span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.ramProductsForPublic .ramProductsListNF .ramProductName:after {
  background: url(../img/forpublic/bg_product-item_pc.svg) no-repeat center;
  z-index: 0;
}
.ramProductsForPublic .modal {
  background-color: #e1e1df;
}

.container:has(.ramProductsForPublic) {
  padding-bottom: 0;
}

.forpublic .ram_footer {
  margin-top: 0;
  padding-top: 0;
}

.ramNylonProducts .ramProduct:nth-of-type(1) .ramProductTextWrap .ramInner {
  transform: translateY(-41%);
}
.ramNylonProducts .ramProduct:nth-of-type(1) .ramProductBigPicture {
  margin-top: 40px;
}

.ramAcrylicProducts .ramProduct:nth-of-type(2) .ramProductTextWrap .ramInner {
  transform: translateY(-41%);
}
.ramAcrylicProducts .ramProduct:nth-of-type(2) .ramProductBigPicture {
  margin-top: 40px;
}

.ramFSRProducts .modal .ramProductName span {
  padding: 7px 12px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
}
.ramFSRProducts .modal .modalFigcaption {
  font-size: 24px;
  margin-top: 8px;
}
.ramFSRProducts .modal .modalFigcaption .is-new {
  color: #f00;
  margin-left: 3px;
  font-size: 12px;
}

.ramProductsListFSR figcaption .is-new {
  color: #f00;
  margin-left: 3px;
}
.ramProductsListFSR .ramProductTextWrap {
  margin-top: 38px;
}
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap .ramInner {
  left: 41vw;
}
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner {
  right: 39vw;
}

.ramFSMProducts .ramProductName > span {
  border: 2px solid #111;
  color: #111;
}
.ramFSMProducts .ramProductsIntroText {
  margin-top: 32px;
}
.ramFSMProducts .modal .ramProductName span {
  padding: 0;
  color: #111;
  border: none;
}
.ramFSMProducts .modal .ramProductName .modalCase {
  font-size: 12px;
}
.ramFSMProducts .modal .ramBtn {
  margin-top: 32px;
}

/* ------------------------------------------------------------------- */
/***  モーダルCSS  ***/
/* ------------------------------------------------------------------- */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOutNoScale {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal.fade-out {
  animation: fadeOutNoScale 0.6s cubic-bezier(0, 0, 0.2, 1) both;
}

.modal {
  display: none;
  /* デフォルトは非表示 */
  position: fixed;
  z-index: 51;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  overflow: auto;
  opacity: 0;
  animation: fadeInScale 0.6s cubic-bezier(0, 0, 0.2, 1) 0.2s both;
  /* 左矢印のスタイル */
  /* 右矢印のスタイル */
  /* 矢印のアイコンのサイズを調整 */
}
.modal .ramProductName {
  color: #000;
  font-family: "Questrial", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: normal;
}
.modal .ramProductName small {
  margin-top: 5px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
.modal .ramProductName small .ramProductPict {
  display: inline-block;
  color: #f00;
  margin-left: 0;
}
.modal .playful .ramProductName span {
  background-color: #adca8f;
}
.modal .shape .ramProductName span {
  background-color: #a2a2a2;
}
.modal .urban .ramProductName span {
  background-color: #8a89a7;
}
.modal .slow .ramProductName span {
  background-color: #dbd399;
}
.modal .vintage .ramProductName span {
  background-color: #aa9a8a;
}
.modal .rough .ramProductName span {
  background-color: #b7cccc;
}
.modal .elegance .ramProductName span {
  background-color: #d1b8d4;
}
.modal .plain .ramProductName span {
  background-color: #d3cec0;
}
.modal .hiraori .ramProductName span {
  background-color: #668d94;
}
.modal .traditional .ramProductName span {
  background-color: #d2a693;
}
.modal .ramInner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  transform: translateY(0);
  top: 0;
  margin-top: 16px;
}
.modal .ramProductTextWrap {
  position: relative;
}
.modal .ramProductText {
  color: #000;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.modal .ramBtn {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  /* 164.286% */
  width: 226px;
  height: 48px;
  padding-left: 16px;
}
.modal .ramBtn span:before {
  background: url(../img/common/ico_btn-arrow-modal.svg);
  width: 24px;
  height: 12px;
  background-size: contain;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.modal .ramBtn span:after {
  background: url(../img/common/ico_btn-arrow-modal-hover.svg);
  width: 24px;
  height: 12px;
  background-size: contain;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.modal .ramBtn span:before,
.modal .ramBtn span:after {
  transition: opacity 0.5s ease;
}
.modal .ramBtn:hover span:before {
  opacity: 0;
}
.modal .ramBtn:hover span:after {
  opacity: 1;
}
.modal #modalSlider {
  margin-top: 3vh;
}
.modal .splide__slide img {
  width: 100vh;
  display: block;
  margin-inline: auto;
}
.modal .splide__arrow--prev {
  background-color: transparent;
  /* 背景色を透明に */
  border: none;
  /* 枠線をなしに */
  width: 16px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/product_carpet/rug&mat/asset/img/common/slider_prev-arrow.svg");
  /* SVG画像を背景画像として設定 */
  background-repeat: no-repeat;
  /* 背景画像を繰り返さない */
  background-position: center;
  /* 背景画像を中央に配置 */
  background-size: contain;
  /* 背景画像をコンテナに収める */
  left: -18px;
}
.modal .splide__arrow--next {
  background-color: transparent;
  /* 背景色を透明に */
  border: none;
  /* 枠線をなしに */
  width: 16px;
  /* 幅を40pxに */
  height: 35px;
  /* 高さを40pxに */
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/product_carpet/rug&mat/asset/img/common/slider_next-arrow.svg");
  /* SVG画像を背景画像として設定 */
  background-repeat: no-repeat;
  /* 背景画像を繰り返さない */
  background-position: center;
  /* 背景画像を中央に配置 */
  background-size: contain;
  /* 背景画像をコンテナに収める */
  right: -18px;
}
.modal .splide__arrow svg {
  display: none;
  /* デフォルトのSVGアイコンを非表示に */
}
.modal .splide__arrow:disabled {
  cursor: default;
}
.modal .size-info {
  margin-top: 8px;
}
.modal .size-info p {
  text-align: end;
  font-size: 14px;
}

.modal-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

/* モーダルコンテンツのスタイル */
.modal-content {
  position: absolute;
  padding: 56px 20px 20px;
  width: 100%;
  height: 100svh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 閉じるボタンのスタイル */
.close {
  position: absolute;
  background-image: url(/product_carpet/rug&mat/asset/img/common/modal_close.svg);
  width: 30px;
  height: 30px;
  top: 24px;
  right: 15px;
  background-size: contain;
}
@media (any-hover: hover) and (pointer: fine) {
  .close:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/* モーダルが開いているときのスクロールを無効にするクラス */
.no-scroll {
  overflow: hidden;
}

/* ------------------------------------------------------------------- */
/***  カーソル追従アイコン  ***/
/* ------------------------------------------------------------------- */
.cursor-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  pointer-events: none;
  /* カーソルイベントを無視 */
  opacity: 0;
  /* 初期状態では非表示 */
  transition: opacity 0.5s ease;
  /* フェードイン・フェードアウトのトランジション */
}
