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

.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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFF;
}
.ramNavigationWrap {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

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

.ramNavigationFooter {
  margin: 50px 0;
}
*/
.ramNavigationMain {
  position: relative;
  margin: 0 auto;
  max-width: 375px;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
}

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

.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 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 a {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ramNavigationMain li a span {
  font-family: "Questrial", sans-serif;
  font-size: 20px;
}

.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;
}

.ramNavigationMain .ramNavigationSubMenu li a span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

.ramNavigationSubMenu a span {
  color: #fff;
}

.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: 62px;
  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.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);
  height: 340px;
}

.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;
}

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

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

.ramHomeSectionHeading span {
  font-family: "Questrial", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  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-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 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 50px;
}
.ramHomeSection03 .ramHomeSectionHeading {
  width: 82.93333vw;
}
.ramHomeSection03 .ramHomeSectionList {
  margin: 34px auto 0;
  max-width: 1228px;
  transform: translateX(-2%);
}
.ramHomeSection03 .ramHomeSectionList picture img {
  height: auto;
}
.ramHomeSection03 .ramHomeSectionList li .ramBtn {
  font-size: 18px;
  width: 400px;
  z-index: 1;
}
.ramHomeSection03 .ramHomeSectionList li .ramBtn:after {
  top: -380px;
  left: -202px;
}
.ramHomeSection03 .ramHomeSectionList li .ramBtn {
  bottom: -41px;
  right: -40px;
}
.ramHomeSection03 .ramHomeSectionList .ramBtn:after {
  content: "";
  height: 400px;
  width: 560px;
  z-index: 1;
  position: absolute;
}
.ramHomeSection03 .ramHomeSectionHeading {
  width: 343px;
}

.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(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.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;
}

/* ご注文の流れセクションのフォントを一括調整 */
:root {
  --font-size-adjustment: 3px;
}

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

.ramOrderStepText {
  margin: 0;
  font-size: calc(13px + var(--font-size-adjustment));
  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-weight: bold;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.875;
}

.ramOrderStep02 .ramStyle02 {
  font-size: calc(14px + var(--font-size-adjustment));
  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;
}

.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: 34px;
  font-feature-settings: "ornm" on;
  line-height: 40px;
  /* 117.647% */
}

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

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

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

.ramProductsHeadingFSR img {
  width: 206px;
}

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

.ramProductsHeadingFSR .txtJP {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  font-feature-settings: "ornm" on;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.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: 131px;
  background: url(../img/common/bg_product-item.png) no-repeat center;
  background-size: 131px 105px;
  position: absolute;
  top: -7px;
  right: 1px;
}

.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: 38px;
  letter-spacing: 0.05em;
}

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

.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;
}

.ramProductsListFSR .ramProductName > span {
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 270px;
  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;
}

.ramProductsListFSRM .ramProductName > span {
  border: 2px solid #111;
  color: #111;
}

.ramProductsListFSR .ramProductName .modalCase {
  display: flex;
  align-items: center;
  width: fit-content;
}

.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: 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%;
}

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

.ramProductText {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.ramProductText .nowrap {
  letter-spacing: -0.0005em;
}

.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;
}

.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;
}

.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;
}

.simplebar-track.vertical {
  top: -111px;
  bottom: 8px;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: -111px;
  bottom: 8px;
}

.os-host-overflow {
  overflow: visible !important;
}

.os-theme-dark > .os-scrollbar {
  padding: 0;
  right: 10px;
  background-color: #d9d9d9;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 0;
  background-color: #1c3638;
}

@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;
  }

  .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: 1024px), print {
  .smOnly {
    display: none !important;
  }

  body.product_carpet.ram {
    min-width: 1110px;
  }

  .ramJumbotron {
    height: 330px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ramNavigationHeader {
    margin-top: -8px;
    height: 60px;
  }

  .ramNavigationMain {
    max-width: none;
    width: 860px;
    text-align: center;
  }

  .ramNavigationMain li {
    height: 60px;
    width: 280px;
    /* &:hover:after {
                opacity: 1;
            } */
  }

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

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

  .ramNavigationMain li:nth-of-type(3) a:after {
    content: "";
    top: 10px;
    right: -4px;
  }

  .ramNavigationMain a:before {
    content: "";
    top: 10px;
    left: -4px;
  }

  .ramNavigationSubMenu ul {
    width: 920px;
    font-size: 0;
    letter-spacing: 0;
  }

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

  .ramNavigationSubMenu li a {
    transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }

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

  .ramNavigationSubMenu li + li {
    margin-left: 20px;
  }

  .ramNavigationSubMenu01.ramIsOpened {
    height: 90px;
  }

  .ramNavigationSubMenu01 li {
    /* width: 215px; */
    width: 168px;
  }

  .ramNavigationSubMenu01 li a {
    /* line-height: 50px; */
    line-height: 1.25;
    width: 100%;
    height: 50px;
    display: box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* .ramNavigationSubMenu01 li:nth-of-type(2) a {
    padding: 11px 0 10px;
    line-height: 1;
  }
  .ramNavigationSubMenu01 li:nth-of-type(2) small {
    display: block;
    margin-top: 2px;
    font-size: 13px;
  }
  .ramNavigationSubMenu01 li:nth-of-type(4) a {
    height: 50px;
    font-size: 13px;
    line-height: 1.3;
    position: relative;
  }
  .ramNavigationSubMenu01 li:nth-of-type(4) span {
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  } */
  .ramNavigationSubMenu02.ramIsOpened {
    height: 80px;
  }

  .ramNavigationSubMenu02 li {
    width: 220px;
  }

  .ramNavigationSubMenu02 li:nth-of-type(3) {
    width: 440px;
  }

  #MAIN.ram .ramProductList {
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
    box-sizing: content-box;
    box-sizing: content-box;
  }

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

  .ramProductList {
    margin: 80px auto 0;
    width: 890px;
  }

  .ramScrollable {
    overflow: hidden;
  }

  .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;
  }

  .ramMainVisualTitle {
    position: absolute;
    width: 295px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ramMainVisualTitle img {
    width: 100%;
    height: auto;
  }

  .ramHomeSectionText {
    font-size: 15px;
    line-height: 1.87;
  }

  .ramHomeSection01Figure {
    margin: 54px auto 0;
    width: 1026px;
  }

  .ramHomeSection02 .ramHomeSectionList figure img,
.ramHomeSection03 .ramHomeSectionList figure img {
    transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }

  .ramHomeSection02 .ramHomeSectionList .ramBtn:hover + figure img,
.ramHomeSection03 .ramHomeSectionList .ramBtn:hover + figure img {
    transform: scale(1.1);
    transform: scale(1.1);
  }

  .ramHomeSection02 .ramHomeSectionList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7.2%;
    row-gap: 96px;
    margin: 70px auto 0;
    max-width: 1228px;
    transform: translateX(-2%);
    position: relative;
  }

  /*  .ramProductsHeadingNF span {
    margin-top: 87px;
  } */
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .ramHomeSection02 .ramHomeSectionList {
    padding-inline: 53px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHomeSection02 .ramHomeSectionList li {
    width: 100%;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHomeSection02 .ramHomeSectionList li .ramBtn {
    width: 400px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHomeSection02 .ramHomeSectionList li .ramBtn:after {
    top: -339px;
    right: 38px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHomeSection02 .ramHomeSectionList li .ramBtn {
    bottom: -41px;
    right: -40px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHomeSection02 .ramHomeSectionList figure {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHomeSection02 .ramHomeSectionList .ramBtn:after {
    content: "";
    height: 370px;
    width: 500px;
    z-index: 1;
    position: absolute;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrder {
    margin: 139px auto 0;
    padding: 0 30px;
    max-width: 1366px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrderTitle {
    height: 170px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrderTitle span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrderTitle small {
    margin-top: 16px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrderTitle:before,
.ramHowToOrderTitle:after {
    height: 190px;
    width: 224px;
    background-image: url(../img/top/bg_how-to-order_pc.png);
    background-size: 224px 190px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrderTitle:before {
    top: -99px;
    right: 69px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrderTitle:after {
    bottom: -120px;
    left: 70px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrderToggle span {
    transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media screen and (min-width: 1024px), print {
  .ramHowToOrderToggle span:hover {
    transform: translateY(10px);
    transform: translateY(10px);
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderSteps {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStep {
    margin: 0 auto;
    padding: 40px;
    width: 900px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStepHeading {
    font-size: 26px;
    position: absolute;
    top: -17px;
    left: 115px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStepLabel {
    height: 40px;
    width: 120px;
    top: -20px;
    left: -20px;
    right: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStepBlock02 {
    margin-bottom: 24px;
    font-size: 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStepBlock02Picture,
.ramOrderStepBlock02Content {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStepBlock02Picture {
    width: 432px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStepBlock02Content {
    width: 355px;
    padding-top: 32px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStep + .ramOrderStep {
    margin-top: 62px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStep01 .ramBtn {
    height: 40px;
    line-height: 40px;
    width: 420px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStep02Image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStep02 .ramOrderStepBlock01 {
    margin-top: 7px;
    padding: 9px 20px 7px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramOrderStep02 .ramStyle03 {
    text-indent: -73px;
    padding-left: 73px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProduct {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProduct + .ramProduct {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductContent {
    width: 720px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductBigPicture {
    width: 500px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .ramProductBigPicture {
    width: 38vw;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductBigPicture.ramHas2Pictures figure {
    width: 245px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductBigPicture.ramHas2Pictures figure + figure {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductTextWrap {
    position: absolute;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductText.ramIsBold {
    margin-top: 10px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProduct:nth-of-type(odd) .ramProductContent {
    padding: 0 70px 0 148px;
    float: left;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProduct:nth-of-type(odd) .ramProductBigPicture {
    float: right;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProduct:nth-of-type(even) .ramProductContent {
    padding: 0 169px 0 70px;
    float: right;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProduct:nth-of-type(even) .ramProductBigPicture {
    float: left;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProduct:nth-of-type(even) .ramProductBigPicture figcaption {
    text-align: right;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProduct .ramBtn span:after {
    background: url(../img/common/ico_catalog-hover.png) no-repeat left 15px center, url(../img/common/ico_btn-arrow-hover01.png) no-repeat right 15px center;
    background-size: 15px 12px, 31px 9px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsHeadingNF {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsHeadingNF:before {
    height: 40px;
    top: 45px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF,
.ramProductsListFSR {
    margin: 55px auto 0;
    width: 1220px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProductTextWrap,
.ramProductsListFSR .ramProductTextWrap {
    width: 140px;
    top: 10px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProductTextWrap figure,
.ramProductsListFSR .ramProductTextWrap figure {
    margin: 0;
    width: 140px;
    position: relative;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProductTextWrap figure:after {
    height: 150px;
    width: 150px;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProductTextWrap .ramInner {
    width: 320px;
    transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct .ramBtn,
.ramProductsListFSR .ramProduct .ramBtn {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap figure:after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: -90px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap .ramInner {
    left: 180px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap figure:after {
    top: auto;
    right: -90px;
    bottom: -30px;
    left: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner {
    left: -360px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF {
    margin-top: 117px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProductName {
    width: 503px;
    position: absolute;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProductName span {
    /* font-size: 40px; */
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProductName:after {
    height: 142px;
    width: 176px;
    background-image: url(../img/common/bg_product-item_pc.png);
    background-size: 176px 142px;
    top: -24px;
    right: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProductTextWrap {
    position: absolute;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductName {
    top: -14px;
    left: 150px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap {
    top: 110px;
    left: 150px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductName {
    top: -4px;
    left: 548px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductContent figure {
    margin: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap {
    top: 110px;
    right: 169px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR {
    margin: 86px auto 130px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProductName span {
    width: 320px;
    height: 60px;
    font-size: 26px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProductName:after {
    left: 390px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductContent {
    padding: 0 70px 0 149px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap {
    left: 1px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap figure:after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: -90px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap .ramInner {
    left: 180px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap {
    margin-left: auto;
    right: 1px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap figure:after {
    top: auto;
    right: -90px;
    bottom: -30px;
    left: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner {
    left: -360px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramMatWrap {
    width: 390px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramMatWrap figure {
    height: 159px;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramMatWrap figure img {
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramMatWrap figure:after {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramMatWrap .ramBtn {
    margin-top: 262px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM {
    margin: 145px auto 114px;
    width: 1000px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProductName {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProductName:after {
    content: "";
    z-index: 1;
    width: 140px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProductContent {
    width: 500px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProductBigPicture {
    position: relative;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProductBigPicture:after {
    content: "";
    height: 160px;
    width: 160px;
    background-color: #e1eeef;
    z-index: -1;
    position: absolute;
    bottom: -23px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductName:after {
    left: 360px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProduct:nth-of-type(odd) .ramProductContent {
    padding: 0 60px 0 50px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProduct:nth-of-type(odd) .ramProductBigPicture:after {
    right: -55px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductName:after {
    left: -132px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductContent {
    padding: 0 50px 0 60px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductBigPicture:after {
    left: -55px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramMatIntroText {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.86;
    text-align: center;
  }
}
@media screen and (min-width: 1024px), print {
  .ramMatType01 img {
    width: 240px !important;
  }
}
@media screen and (min-width: 1024px), print {
  .ramMatType02 img {
    width: 340px !important;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsHeadingFSR {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsHeadingFSR img {
    width: 240px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramProductsHeadingFSR span {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSize {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSize > .ramInner {
    margin: 0 auto;
    padding: 0 0 100px;
    width: 920px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSizeHeading {
    margin-top: 59px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSizeIntroText {
    text-align: center;
    line-height: 1.85;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSizeIntroBlock {
    margin: 36px auto 0;
    height: 90px;
    width: 594px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSizeIntroBlockItem {
    height: 100%;
    line-height: 1.625;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSizeIntroBlockItem + .ramJustSizeIntroBlockItem {
    margin-left: 84px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSizeIntroBlockItem:nth-of-type(1) {
    width: 260px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSizeIntroBlockItem:nth-of-type(2) {
    width: 250px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJustSizeIntroBlock:after {
    margin: auto;
    height: 60px;
    width: 59px;
    background-image: url(../img/justsize/img_justsize-cross_pc.png);
    background-size: 59px 60px;
    top: 15px;
    left: 272px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OHeading span {
    padding: 0 23px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OList {
    margin-top: 68px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem {
    padding: 0 40px 43px;
    position: relative;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItemHeading {
    font-size: 26px;
    letter-spacing: 0.05em;
    position: absolute;
    top: -21px;
    left: 101px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItemHeading span {
    width: 40px;
    padding-bottom: 12px;
    font-size: 46px;
    position: absolute;
    top: -8px;
    left: -55px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem01 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 {
    margin-top: 59px;
    padding-top: 74px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock01,
.ramJSH2OItem02 .ramBlock02,
.ramJSH2OItem02 .ramBlock03 {
    font-size: 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock01 {
    margin: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock01 ul {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock01Formula {
    margin-right: 117px;
    font-size: 22px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock01Formula span {
    height: 40px;
    width: 45px;
    margin-right: 22px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock01Formula sup,
.ramJSH2OItem02 .ramBlock01Formula small {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock01Formula small {
    top: 28px;
    left: 284px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock01 .ramStyle01 {
    margin-top: 22px;
    line-height: 1.85;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock02 {
    margin: 50px 0 30px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock02 figure,
.ramJSH2OItem02 .ramBlock02 ul {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock02 ul {
    margin-left: 34px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock03 > div {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock03 .ramColumn01 {
    margin-right: 33px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock03 .ramColumn02 {
    margin: -6px 21px 0 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramBlock03 .ramColumn03 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramStyle03 {
    margin: 16px 0;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem02 .ramStyle04 {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OItem03 {
    margin-top: 62px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OPriceTableHeading {
    margin-top: 64px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OPriceTableWrapper {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OPriceTable {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OPriceHeading {
    margin: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OProductList {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OProductList li {
    width: 90px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OProductList li:not(:nth-of-type(7n)) {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OProductList li.ramIsLargeItem {
    /* margin-right: 0; */
    width: 215px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OProductList li.ramIsLargeItem:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OProductList li:nth-of-type(n + 8) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OExampleHeading {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OExampleHeading h5,
.ramJSH2OExampleHeading figure {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OExampleHeading h5 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OExampleHeading figure {
    margin: 0 0 0 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OExampleList {
    margin: 40px 0 50px;
    font-size: 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OExampleList li {
    display: inline-block;
    width: 276px;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OExampleList li + li {
    margin-left: 6px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2OExampleList li:nth-of-type(1) figcaption {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramJSH2O figcaption {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramStoreBtn {
    margin: 60px auto 0;
    width: 380px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramStoreBtn:hover span {
    color: #2dacb7;
  }
}
@media screen and (min-width: 1024px), print {
  .ramStoreBtn:hover span:after {
    background-image: url(../img/common/ico_btn-arrow-hover02.png);
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrder {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrder > .ramInner {
    margin: 0 auto;
    padding: 0 0 100px;
    width: 880px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrder .ramSimulationBtn {
    margin: 70px auto 0;
    width: 380px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrder .ramSimulationBtn:hover span {
    color: #2dacb7;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrder .ramSimulationBtn:hover span:after {
    background-image: url(../img/common/ico_btn-arrow-hover02.png);
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures {
    font-size: 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures .ramItem {
    display: inline-block;
    height: 85px;
    width: 240px;
    line-height: 77px;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures .ramItem01 span {
    display: block;
    line-height: 32px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures .ramItem01 span + span {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures .ramItem02:before,
.ramEasyOrderFeatures .ramItem03:before {
    margin: auto 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures .ramItem02 {
    margin-left: 84px;
    width: 230px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures .ramItem02:before {
    width: 59px;
    height: 60px;
    background-image: url(../img/easyorder/ico_features01_pc.png);
    background-size: 60px 59px;
    left: -75px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures .ramItem03 {
    margin-left: 85px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderFeatures .ramItem03:before {
    height: 31px;
    width: 48px;
    background-image: url(../img/easyorder/ico_features02_pc.png);
    background-size: 48px 31px;
    left: -69px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderIntroText {
    text-align: center;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OHeading span {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2ORow {
    margin: 25px 0 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OSteps {
    display: inline-block;
    margin: 0;
    font-size: 0;
    letter-spacing: 0;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OSteps .ramInner {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OSteps li {
    display: inline-block;
    height: 120px;
    width: 150px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OSteps li small {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OSteps li + li {
    margin-left: 31px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OSteps li + li:before {
    margin: auto 0;
    height: 23px;
    width: 35px;
    background-image: url(../img/easyorder/ico_steps-arrow_pc.png);
    background-size: 35px 23px;
    top: 0;
    left: -42px;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OTable {
    display: inline-table;
    margin: 0 0 0 30px;
    width: 220px;
    border-spacing: 0;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OTable th,
.ramEasyOrderH2OTable td {
    border-bottom: solid 1px rgba(17, 17, 17, 0.2);
  }
}
@media screen and (min-width: 1024px), print {
  .ramEasyOrderH2OProductDetail {
    display: inline-block;
    margin: 0 0 0 15px;
    width: 91px;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizard {
    padding: 10px;
    overflow: scroll;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardWrap {
    padding: 0 0 41px;
    min-height: 748px;
    min-width: 1100px;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardWrap > .ramInner {
    margin: 0 auto;
    width: 1100px;
    transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 117px;
    left: 50%;
    bottom: 41px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardTitle {
    margin: 0 auto;
    width: 1100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardTitle img {
    width: 131px;
    position: absolute;
    top: 51px;
    left: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardTitle h2 {
    font-size: 28px;
    position: absolute;
    top: 47px;
    left: 140px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardHeading {
    margin: 0;
    padding-top: 46px;
    height: 123px;
    width: 100%;
    background-color: #fff;
    font-size: 22px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardHeading:after {
    bottom: 29px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesList {
    margin: 0 auto 58px;
    width: 910px;
    font-size: 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesList figure {
    margin-top: 20px;
    height: 220px;
    width: 375px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesList figure img {
    transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesList li {
    display: inline-block;
    padding: 31px 31px 0;
    height: 409px;
    width: 445px;
    vertical-align: top;
    transition: background-color 0.8s ease;
    transition: background-color 0.8s ease;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesList li + li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesList li.ramIsSelected {
    background-color: #e7efef;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesList li:hover figure img {
    transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesName {
    font-size: 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesName img,
.ramWizardSeriesName span {
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSeriesName span {
    margin-left: 13px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardContentWrap {
    padding-top: 123px;
    height: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardContentWrap > .ramInner {
    height: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardContent {
    max-height: 100%;
    width: 100%;
    overflow: auto;
    transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardContent > .ramInner {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardScenes,
.ramWizardScene {
    height: 100% !important;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardScenes {
    font-size: 0;
    letter-spacing: 0;
    width: 3300px;
    transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardScenes.ramCurrentScene02 {
    transform: translateX(-1100px);
    transform: translateX(-1100px);
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardScenes.ramCurrentScene03 {
    transform: translateX(-2200px);
    transform: translateX(-2200px);
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardScene {
    display: inline-block;
    width: 1100px;
    vertical-align: top;
    position: relative;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardScene01 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardScene02 {
    padding: 0 70px 0 80px;
    font-size: 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardScene03 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsPlainSeries {
    margin: 0 auto;
    width: 530px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsPlainSeries li {
    width: 170px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsPlainSeries li > .ramInner {
    padding: 15px 15px 9px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsPlainSeries li:nth-of-type(3n - 1) {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorSelector,
.ramWizardSizeShapeSelector {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorSelector {
    width: 613px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorSelector .ramWizardHeading {
    width: 573px;
    left: 20px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeSelector {
    margin-left: 10px;
    width: 327px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardNotice {
    margin-top: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardNoticeHeading {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardResult {
    margin: 67px auto 0;
    width: 860px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardResultRow {
    margin: 0 auto;
    width: 770px;
    font-size: 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardResult figure,
.ramWizardResultContent {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardResult figure {
    margin: 0;
    width: 320px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardResultData {
    padding: 32px 26px 29px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardResultContent {
    margin: 10px 0 0 40px;
    width: 410px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardResult .ramBtn {
    text-align: center;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardResult .ramBtn + .ramBtn {
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardBanner {
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardBannerTitle img {
    max-width: none !important;
    transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 6px;
    left: 23px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardBannerTitle span {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    position: absolute;
    top: 207px;
    left: 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardBannerTitle span:after {
    height: 100%;
    width: 1px;
    top: -2px;
    left: -2px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardBannerImage {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTableWrap {
    margin: 0 auto;
    padding: 0;
    width: 246px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable tbody th,
.ramWizardSizeShapeTable tbody td {
    height: 126px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable tbody th {
    width: 65px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable a:hover .ramMiniature {
    transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable .ramMiniature {
    transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable .ramIsSquare .ramMiniature {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable .ramIsRectangle {
    margin-left: 17px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable .ramIsRectangle .ramMiniature {
    height: 42px;
    width: 61px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable .ramIsEllipse .ramMiniature {
    height: 42px;
    width: 59px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardSizeShapeTable .ramIsCircle .ramMiniature {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardClose01 {
    font-family: Belleza, serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 55px;
    right: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardClose01:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardClose01 span {
    margin-right: 10px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardClose01:after {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url(../img/easyorder/ico_close02.png) no-repeat center;
    background-size: 15px 15px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardNextBtn {
    transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardNextBtn:hover {
    background-color: #265c60;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorListWrap {
    margin: 0 auto;
    width: 543px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorListHeading {
    margin: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList li figure {
    transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList li:hover figure {
    transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList figure {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample {
    padding: 0;
    width: 111px;
    top: 43px;
    right: 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample span {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample figure img {
    width: 87px !important;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample01 figure {
    height: 171px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample02 {
    bottom: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample02 figure {
    height: 186px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample03 {
    bottom: 6px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample03 figure {
    height: 206px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample04 {
    bottom: 4px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample04 figure {
    height: 192px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample02,
.ramWizardColorExample03,
.ramWizardColorExample04 {
    top: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorExample02 figure img,
.ramWizardColorExample03 figure img,
.ramWizardColorExample04 figure img {
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsCanvasSeries {
    width: 394px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsCanvasSeries li {
    width: 124px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsCanvasSeries li:nth-of-type(3n - 1) {
    margin: 0 11px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsCanvasSeries figure {
    width: 104px;
    height: 68px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorList.ramIsPlainSeries figure {
    height: 140px;
    width: 140px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorListWrap:not(:first-of-type) .ramWizardColorExample span {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardBanner.ramIsPlainSeries .ramWizardBannerTitle img {
    width: 160px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardBanner.ramIsCanvasSeries .ramWizardBannerTitle img {
    width: 198px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardBanner.ramIsCanvasSeries .ramWizardBannerTitle span {
    top: 245px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorSize {
    width: 27px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorSize01 {
    left: 21px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorSize02 {
    left: 17px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizardColorSize03 {
    left: 19px;
  }
}
@media screen and (min-width: 1024px), print {
  .ramAgainBtn:hover span {
    color: #2dacb7;
  }
}
@media screen and (min-width: 1024px), print {
  .ramAgainBtn:hover span:after {
    background-image: url(../img/common/ico_btn-arrow-hover02.png);
  }
}
@media screen and (min-width: 1024px), print {
  .ramWizard .ramWizardPlainProductModelNumber {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .ramHomeSection03 .ramHomeSectionList {
    margin: 93px auto 0;
    width: 920px;
    transform: translateX(0);
  }

  .ramHomeSection03 .ramHomeSectionItem {
    width: 47%;
  }

  .ramHomeSection03 .ramHomeSectionList li:nth-of-type(1) .ramBtn {
    left: -60px;
  }

  .ramHomeSection03 .ramHomeSectionList li:nth-of-type(2) .ramBtn {
    right: -60px;
  }

  .ramHomeSection03 .ramHomeSectionList li:nth-of-type(3) .ramBtn {
    left: -30px;
  }
}
@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;
  }
}
@media screen and (min-width: 1025px) {
  body:not(.ramNoJs) .ramProductsListNF .ramProductBigPicture,
body:not(.ramNoJs) .ramProductsListNF .ramProductName,
body:not(.ramNoJs) .ramProductsListNF .ramProductSubPicture figure,
body:not(.ramNoJs) .ramProductsListNF .ramProductModelNumber,
body:not(.ramNoJs) .ramProductsListNF .ramProductSubPicture .ramInner {
    opacity: 0;
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProductName,
body:not(.ramNoJs) .ramProductsListNF .ramProductSubPicture figure,
body:not(.ramNoJs) .ramProductsListNF .ramProductModelNumber {
    transform: translateY(30px);
    transform: translateY(30px);
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProductSubPicture .ramInner {
    transform: translateY(-50%) translateY(30px);
    transform: translateY(-50%) translateY(30px);
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductBigPicture {
    transform: translateX(30px);
    transform: translateX(30px);
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductBigPicture {
    transform: translateX(-30px);
    transform: translateX(-30px);
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductBigPicture,
body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductName,
body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductSubPicture figure,
body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductModelNumber,
body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductSubPicture .ramInner {
    opacity: 1;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductName {
    transition-delay: 0.1;
    transition-delay: 0.1;
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductSubPicture figure,
body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductModelNumber {
    transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductSubPicture .ramInner {
    transform: translateY(-50%);
    transform: translateY(-50%);
    transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductBigPicture,
body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductName,
body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductSubPicture figure,
body:not(.ramNoJs) .ramProductsListNF .ramProduct[data-scroll=in] .ramProductModelNumber {
    transform: none;
    transform: none;
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProductBigPicture,
body:not(.ramNoJs) .ramProductsListFSR .ramProductName,
body:not(.ramNoJs) .ramProductsListFSR .ramProductTextWrap figure,
body:not(.ramNoJs) .ramProductsListFSR .ramProductTextWrap .ramInner,
body:not(.ramNoJs) .ramProductsListFSR .ramProduct .ramMatWrap {
    opacity: 0;
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProductName,
body:not(.ramNoJs) .ramProductsListFSR .ramProductTextWrap figure,
body:not(.ramNoJs) .ramProductsListFSR .ramProduct .ramMatWrap {
    transform: translateY(30px);
    transform: translateY(30px);
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProductTextWrap .ramInner {
    transform: translateY(-50%) translateY(30px);
    transform: translateY(-50%) translateY(30px);
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductBigPicture {
    transform: translateX(30px);
    transform: translateX(30px);
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductBigPicture {
    transform: translateX(-30px);
    transform: translateX(-30px);
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductBigPicture,
body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductName,
body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductTextWrap figure,
body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductTextWrap .ramInner {
    opacity: 1;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductName {
    z-index: 1;
    transition-delay: 0.1;
    transition-delay: 0.1;
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductTextWrap figure {
    transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductTextWrap .ramInner {
    transform: translateY(-50%);
    transform: translateY(-50%);
    transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductBigPicture,
body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductName,
body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramProductSubPicture figure {
    transform: none;
    transform: none;
  }

  body:not(.ramNoJs) .ramProductsListFSR .ramProduct[data-scroll=in] .ramMatWrap {
    transform: none;
    transform: none;
    opacity: 1;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .ramProducts {
    overflow: hidden;
  }

  .clearfix {
    padding-inline: 15px;
  }

  .ramProductsListNF,
.ramProductsListFSR:not(.ramProductsListFSRM) {
    width: 1100px;
  }

  .ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductName {
    right: 570px;
    left: auto;
  }

  .ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap {
    right: 930px;
    left: auto;
  }

  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductName {
    left: 550px;
  }

  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap {
    right: auto;
    left: 930px;
  }

  .ramProductsListFSR:not(.ramProductsListFSRM) .ramProductContent {
    width: 500px;
  }

  .ramProductsListFSR:not(.ramProductsListFSRM) .ramProduct:nth-of-type(odd) .ramProductContent {
    margin-left: 30px;
    padding: 0;
  }

  .ramProductsListFSR:not(.ramProductsListFSRM) .ramProduct:nth-of-type(even) .ramProductContent {
    margin-right: 30px;
    padding: 0;
  }
}
/* ------------------------------------------------------------------- */
/***  共通CSS  ***/
/* ------------------------------------------------------------------- */
#MAIN.ram .ramUnderline {
  text-decoration: underline !important;
}

/* ------------------------------------------------------------------- */
/***  共通CSS  ***/
/* ------------------------------------------------------------------- */
.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% */
}

.ramProductsListNF,
.ramProductsListFSR {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .ramProductsListNF,
.ramProductsListFSR {
    margin-bottom: 45px;
  }
}
.clearfix {
  max-width: 1303px;
}

.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductContent {
  padding-inline: 0;
}

.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductContent {
  padding-inline: 0;
}

.ramProductsListNF .ramProductName:after {
  height: 126px;
  width: 160px;
  background-image: url(/product_carpet/rug&mat/asset/img/common/bg_product-item_pc.png);
  background-size: contain;
  top: -24px;
  right: 2px;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductName,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductName {
  top: -6px;
  left: 78px;
}

.ramProductsListNF .ramProductName span,
.ramProductsListFSR .ramProductName span {
  font-weight: 500;
  font-size: 30px;
}

.ramProductsListNF .ramProductName small,
.ramProductsListFSR .ramProductName small {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
}

.ramProductsListNF .ramProductName,
.ramProductsListFSR .ramProductName {
  width: 36vw;
  max-width: 670px;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductName .ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductName {
  top: 0;
  width: 625px;
}

.ramProductsListNF .ramProductTextWrap,
.ramProductsListFSR .ramProductTextWrap {
  max-width: 280px;
  width: max(220px, 15vw);
  top: 10px;
  z-index: 0;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap {
  top: 169px;
  left: min(6.8vw, 128px);
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap {
  top: 172px;
  right: min(133px, 6.99vw);
}

.ramProductsListNF .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProductTextWrap .ramInner {
  max-width: 320px;
  min-width: 275px;
  width: 20vw;
  top: 17px;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap .ramInner {
  left: min(22vw, 303px);
}

.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap .ramInner {
  left: clamp(230px, 16.2vw, 305px);
  top: 23px;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner {
  left: -342px;
}
@media screen and (max-width: 1220px) {
  .ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap .ramInner {
    left: -282px;
  }
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductContent figure,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductContent figure {
  margin-right: 0;
}

.ramProductsListNF .ramProductTextWrap figure,
.ramProductsListFSR .ramProductTextWrap figure {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
}
.ramProductsListNF .ramProductTextWrap figure img,
.ramProductsListFSR .ramProductTextWrap figure img {
  width: 100%;
  height: auto;
}

.ramProductsListNF .ramProductContent figure:after,
.ramProductsListFSR .ramProductContent figure:after {
  max-width: 143px;
  max-height: 143px;
  height: 8vw;
  width: 8vw;
}

.ramProductsListNF .ramProduct:nth-of-type(odd) .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductTextWrap figure:after {
  bottom: -35px;
  left: -40px;
}

.ramProductsListNF .ramProduct:nth-of-type(even) .ramProductTextWrap figure:after,
.ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductTextWrap figure:after {
  right: -50px;
  bottom: -34px;
}

.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;
}

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

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

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

/* ------------------------------------------------------------------- */
/***  for public ページ  ***/
/* ------------------------------------------------------------------- */
.ramProducts.ramProductsForPublic {
  margin-top: 0;
  margin-inline: 0;
}

.ramProductsForPublic .ramProductsHeadingNF {
  color: #000;
  font-size: 36px;
}
.ramProductsForPublic .ramProductsHeadingNF span > span.txtJP {
  font-size: 21px;
}
.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: 24px;
  font-weight: 400;
  line-height: 27px;
  /* 128.571% */
  margin-top: 48px;
}
.ramProductsForPublic .ramProductsIntroText {
  margin-top: 16.68px;
}
.ramProductsForPublic .ramProductsScene {
  display: flex;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #efefeb;
}
.ramProductsForPublic .ramProductsSceneList {
  max-width: 986px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ramProductsForPublic .ramProductsSceneItem {
  display: flex;
  align-items: center;
  gap: 80px;
}
.ramProductsForPublic .ramProductsSceneItem:nth-child(2) {
  flex-direction: row-reverse;
}
.ramProductsForPublic .ramProductsSceneItem:nth-child(2) .ramProductsSceneItemImg {
  transform: translateX(-53px);
}
.ramProductsForPublic .ramProductsSceneItemImg {
  width: 45.64%;
}
.ramProductsForPublic .ramProductsSceneItemImg img {
  width: 100%;
  height: auto;
}
.ramProductsForPublic .ramProductsSceneItemRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.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: 15px;
  font-weight: 400;
  line-height: 36px;
}
.ramProductsForPublic .ramProductsFunction {
  background-color: #e1e1df;
  display: flex;
  justify-content: center;
  padding-top: 43px;
  padding-bottom: 44px;
}
.ramProductsForPublic .ramProductsFunctionImg {
  max-width: 1060px;
}
.ramProductsForPublic .ramProductsFunctionImg img {
  width: 100%;
  height: auto;
}
.ramProductsForPublic .ramProductsListNF {
  background-color: #e1e1df;
  margin: 0;
  width: 100%;
  padding-top: 104px;
  padding-bottom: 158px;
}
.ramProductsForPublic .ramProductsListNF .ramProductName {
  border-bottom: solid 0.3px #a5a5a5;
}
.ramProductsForPublic .ramProductsListNF .ramProductName span {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.ramProductsForPublic .ramProductsListNF .ramProductName:after {
  background-image: url(../img/forpublic/bg_product-item_pc.svg?v=240724);
}
.ramProductsForPublic .modal {
  background-color: #e1e1df;
}
.ramProductsForPublic .modal .ramProductName {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

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

.ramFSRProducts .ramProductsIntroText {
  margin-top: 26px;
}
.ramFSRProducts .ramProduct:nth-of-type(even) .ramProductName {
  display: flex;
  justify-content: flex-end;
  right: 66px;
}
.ramFSRProducts .ramProduct:nth-of-type(even) .ramProductName:after {
  left: auto;
  right: 363px;
}
.ramFSRProducts .ramProduct:nth-of-type(odd) .ramProductTextWrap,
.ramFSRProducts .ramProduct:nth-of-type(even) .ramProductTextWrap {
  top: 89px;
}
.ramFSRProducts .ramProduct:nth-of-type(odd) .ramInner,
.ramFSRProducts .ramProduct:nth-of-type(even) .ramInner {
  top: 32px;
}
.ramFSRProducts figcaption .is-new {
  color: #f00;
  margin-left: 3px;
}
@media screen and (max-width: 1300px) {
  .ramFSRProducts .ramProductsListFSR .ramProduct:nth-of-type(odd) .ramProductName {
    left: 4vw;
  }
  .ramFSRProducts .ramProductsListFSR .ramProduct:nth-of-type(even) .ramProductName {
    right: -9vw;
  }
}
.ramFSRProducts .modal .ramProductName span {
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 28px;
  color: #fff;
}
.ramFSRProducts .modal .modalFigcaption {
  font-size: 40px;
  margin-top: 40px;
}
.ramFSRProducts .modal .modalFigcaption .is-new {
  font-size: 20px;
}

.ramFSMProducts .ramMatWrap {
  width: 320px;
}
.ramFSMProducts .ramProductName {
  width: 320px;
}
.ramFSMProducts .ramProductName span {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  /* 143.75% */
}
.ramFSMProducts .ramProductsListFSRM .ramProduct + .ramProduct {
  margin-top: 110px;
}
.ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(odd) .ramProductName {
  left: 170px;
}
.ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(odd) .ramProductBigPicture {
  right: 225px;
}
.ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(odd) .ramBtn {
  left: 170px;
}
.ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductName {
  right: 170px;
  width: auto;
}
.ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductName:after {
  left: -2px;
  right: auto;
}
.ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductBigPicture {
  left: 225px;
}
.ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductBigPicture figcaption {
  text-align: end;
}
.ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramBtn {
  right: -9px;
}
.ramFSMProducts .modal .ramProductName {
  width: fit-content;
}
.ramFSMProducts .modal .ramProductName > span {
  color: #111;
  font-size: 34px;
  font-weight: 500;
  line-height: 23px;
  /* 54.762% */
  padding: 0;
}
.ramFSMProducts .modal .ramProductName > span .modalCase {
  color: #111;
  font-size: 27px;
  font-weight: 500;
  line-height: 23px;
}
.ramFSMProducts .modal .ramProductDetailsWrapper {
  display: flex;
  justify-content: space-between;
}
.ramFSMProducts .modal .ramMatWrap {
  width: fit-content;
}
.ramFSMProducts .modal .close {
  top: -60px;
}
.ramFSMProducts .modal #modalSlider {
  margin-top: 35px;
}
.ramFSMProducts .modal .splide__slide img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(odd) .ramProductName {
    left: 4vw;
  }
  .ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(odd) .ramBtn {
    left: 4vw;
  }
  .ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(odd) .ramProductBigPicture {
    right: 8vw;
  }
  .ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductBigPicture {
    left: 8vw;
  }
  .ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramProductName {
    right: 4vw;
  }
  .ramFSMProducts .ramProductsListFSRM .ramProduct:nth-of-type(even) .ramBtn {
    right: -14vw;
  }
}

/* ------------------------------------------------------------------- */
/***  モーダル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: 42px;
  font-weight: 500;
  line-height: 23px;
  /* 54.762% */
}
.modal .ramProductName small {
  margin-top: 20px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
}
.modal .ramProductName small .ramProductPict {
  display: inline-block;
  color: #f00;
  margin-left: 21px;
}
.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 {
  display: flex;
  align-items: end;
  margin-top: 16px;
  gap: 70px;
  justify-content: space-between;
}
.modal .ramProductTextWrap {
  position: relative;
}
.modal .ramProductText {
  color: #000;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  /* 161.905% */
  flex: 1;
}
.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 .ramBtn span {
  transition: color 0.5s ease;
}
.modal .ramBtn:before {
  transition: width 0.5s ease;
}
.modal .ramBtn:hover span {
  color: #1c3638;
}
.modal .ramBtn:hover:before {
  width: 0;
}
.modal #modalSlider {
  margin-top: 24px;
  max-height: 61svh;
}
.modal .splide__slide img {
  width: 100vh;
  display: block;
  margin-inline: auto;
}
.modal .splide__arrow--prev {
  background-color: transparent;
  /* 背景色を透明に */
  border: none;
  /* 枠線をなしに */
  width: 42px;
  /* 幅を40pxに */
  height: 80px;
  /* 高さを40pxに */
  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: -80px;
}
.modal .splide__arrow--next {
  background-color: transparent;
  /* 背景色を透明に */
  border: none;
  /* 枠線をなしに */
  width: 42px;
  /* 幅を40pxに */
  height: 80px;
  /* 高さを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: -80px;
}
.modal .splide__arrow svg {
  display: none;
  /* デフォルトのSVGアイコンを非表示に */
}
.modal .splide__arrow:disabled {
  cursor: default;
}
.modal .modalFigcaption {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  /* 127.778% */
  margin-top: 16px;
}
.modal .modalFigcaption .is-new {
  color: #f00;
  margin-left: 18px;
}
.modal .size-info {
  margin-top: 8px;
}
.modal .size-info p {
  text-align: end;
  font-size: 18px;
}

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

/* モーダルコンテンツのスタイル */
.modal-content {
  position: absolute;
  padding: 20px;
  width: 67.15%;
  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: 40px;
  height: 40px;
  top: 10px;
  right: 21px;
}
@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;
  /* フェードイン・フェードアウトのトランジション */
}

.icon-content img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=ram_pc.css.map */
