@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  word-wrap: break-word;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ================================

infoNet base.css   DESTYLE

================================ */
/*--------------------------------------
	BROUSER-reset
--------------------------------------*/
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

/* ===========================================================
 content.css by infocms
=========================================================== */
p {
  margin: 0;
  padding: 0;
}

a {
  color: #3F3534;
  text-decoration: none;
}

a:hover {
  color: #645C5D;
  text-decoration: none;
}

p:empty {
  display: none;
}

/*勝手に出てくるafter要素のアイコン*/
a[href*=".pdf"]:after, a[href*=".doc"]:after, a[href*=".docx"]:after, a[href*=".xls"]:after, a[href*=".xlsx"]:after, a[href*=".zip"]:after, a.externalLink:after {
  display: none;
}

/*
* box-sizing
*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*
* breakpoint
*/
/*
* rem font
*/
html {
  font-size: 62.5%;
  letter-spacing: 0.16em;
}

body {
  -webkit-font-smoothing: antialiased;
}

/*
* hoverlink
*/
a {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

a:hover {
  opacity: 0.75;
}

/*
* color
*/
/*
* gradient
*/
/*
* Header PC
*/
.gnav {
  visibility: hidden; /*default*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgba(254, 254, 254, 0.92);
  border-bottom: 1px solid #DEDEDE;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .gnav {
    padding-left: 1.8rem;
  }
}
.gnav__inner {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.gnav__inner__item {
  height: 1.8rem;
  line-height: 1.8rem;
  position: relative;
  color: #3F3534;
  font-size: clamp(1rem, 1vw, 1.4rem);
  letter-spacing: 0.09em;
}
@media screen and (max-width: 991px) {
  .gnav__inner__item {
    padding-right: 2%;
  }
}
.gnav__inner__item__s::before {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #3F3534;
  transform: translateX(-50%);
}
.gnav__inner__item a {
  display: block;
}
.gnav__inner__item span {
  vertical-align: middle;
}
.gnav__inner .brands {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  transform: translateX(-50%) translateY(-50%);
}
.gnav__inner .brands .brands-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  text-align: center;
  cursor: pointer;
}
.gnav__inner .brands .brands-item p {
  width: 100%;
  height: 20px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  border-left: 1px solid #645C5D;
}
.gnav__inner .brands .brands-item--last p {
  border-right: 1px solid #645C5D;
}
.gnav__inner .brands .brands-item::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 51%;
  width: 0%;
  height: 2px;
  background-color: #3F3534;
  transform: translateX(-50%);
  transition: all 0.2s cubic-bezier(0.1, 0.76, 0.52, 0.88);
}
.gnav__inner .brands .brands-item:hover::after {
  width: 101%;
}
.gnav__inner .h-pendant {
  transform: translateY(4px);
}
.gnav__inner .hlogo {
  width: max(87px, 7.2%);
  height: auto;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .gnav__inner .hlogo {
    width: 16rem;
  }
}
.gnav__inner .hlogo img {
  width: 100%;
  height: auto;
}
.gnav__inner .hlogo::before {
  display: none;
  padding-left: 0;
}
.gnav__inner .uslogo {
  width: auto;
  height: 1.8rem;
}
.gnav__inner .uslogo img {
  width: 100%;
  height: auto;
}

.header-rlogo {
  width: 3rem;
}
.header-rlogo svg {
  width: 100%;
  height: 100%;
}

.js-megamenu {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgb(254, 254, 254);
  border-bottom: 1px solid #E5E4E4;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.1, 0.76, 0.52, 0.88);
}

.is-hover .js-megamenu {
  display: block;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.1, 0.76, 0.52, 0.88);
}

.js-megamenu__inner {
  display: -webkit-box;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  border-right: 1px solid #E5E4E4;
}

.js-megamenu__item {
  padding: 4rem 2.5rem;
  border-left: 1px solid #E5E4E4;
}
.js-megamenu__item a {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 48%;
  margin-bottom: 1.2rem;
  border: none;
  font-size: 1rem;
}
.js-megamenu__item a .img {
  width: 100px;
  height: 60px;
  margin-right: 1.8rem;
}
.js-megamenu__item a .img img {
  max-width: 100%;
  height: auto;
}
.js-megamenu__item a .txt {
  width: calc(100% - 100px - 1.8rem);
  line-height: 1.2;
  text-align: left;
}
.js-megamenu__item a .txt-coming {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #E5E4E4;
  line-height: 1.5;
  text-align: center;
}
.js-megamenu__item a div .logo {
  display: block;
  margin-bottom: 0.8rem;
  max-height: 16px;
}
.js-megamenu__item .megamenu-opttl {
  margin-bottom: 1.6rem;
  text-align: left;
}

.js-megamenu__item--logo {
  width: 17.4%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .js-megamenu__item--logo {
    display: none;
  }
}
.js-megamenu__item--logo img {
  padding: 0 1.2rem;
}

.logo-flex {
  width: 22%;
}

.logo-soto {
  width: calc(23.6rem + 4%);
}

.js-megamenu__item--list {
  width: 56%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.js-megamenu__item--list2 {
  width: 26.6%;
}
.js-megamenu__item--list2 a {
  width: 100%;
}

/*
* Header SP
*/
.sp-gnav {
  display: block;
  position: fixed;
  width: calc(100vw - 4rem);
  min-height: 6.4rem;
  top: 1.8rem;
  left: 1.5rem;
  z-index: 115;
}
@media screen and (min-width: 992px) {
  .sp-gnav {
    display: none;
  }
}
.sp-gnav__toggle {
  position: absolute;
  top: 0.6rem;
  left: -1%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: calc(2.4rem + 4%);
  padding: 2%;
}
.sp-gnav__toggle ul {
  width: 2.4rem;
}
.sp-gnav__toggle li {
  width: 2.4rem;
}
.sp-gnav__toggle li span {
  position: absolute;
  visibility: hidden;
  width: 2.4rem;
  height: 0.15rem;
  background-color: #FAF9F9;
}
.sp-gnav__toggle li::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.4rem;
  height: 0.15rem;
  background-color: #FAF9F9;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.69, 0.01, 0.2, 0.99);
}
.sp-gnav__toggle li::after {
  content: " ";
  position: absolute;
  top: 1.05rem;
  left: 50%;
  width: 2.4rem;
  height: 0.15rem;
  background-color: #FAF9F9;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.69, 0.01, 0.2, 0.99);
}
.sp-gnav .change-gray li::before, .sp-gnav .change-gray li::after {
  background-color: #3F3534;
}
.sp-gnav .header-rlogo-sp {
  position: absolute;
  top: 0;
  right: 0;
  width: min(6.4vw, 2.4rem);
}
.sp-gnav .header-rlogo-sp a {
  color: #FAF9F9;
}
.sp-gnav .header-rlogo-sp .luci-logo {
  color: #FAF9F9;
  transition: all 0.3s cubic-bezier(0.69, 0.01, 0.2, 0.99);
}
.sp-gnav .header-rlogo-sp .luci-logo svg {
  width: 100%;
  height: 100%;
}
.sp-gnav .fill-dark .luci-logo {
  color: #3F3534 !important;
}
.sp-gnav .load-hidden .luci-logo {
  display: block;
}

.drawer-on .header-rlogo-sp .luci-logo {
  color: #FAF9F9 !important;
}

.toggle-close li span {
  visibility: hidden;
  height: 100%;
}
.toggle-close li::before {
  top: 50%;
  left: 50%;
  width: 2.6rem;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center !important;
  background-color: #FAF9F9 !important;
}
.toggle-close li::after {
  top: 50% !important;
  left: 50% !important;
  width: 2.6rem;
  transform: translate(-50%, -50%) rotate(-405deg) !important;
  transform-origin: center center !important;
  background-color: #FAF9F9 !important;
}

/* drawer */
.sp-drawer-wrap {
  visibility: hidden; /*default*/
  position: fixed;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 110;
  background-color: #3F3534;
  overflow-y: scroll !important;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s 0.3s cubic-bezier(0.69, 0.01, 0.2, 0.99);
}
@media screen and (min-width: 992px) {
  .sp-drawer-wrap {
    display: none;
  }
}

.drawer-active.sp-drawer-wrap {
  visibility: visible;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s 0.3s cubic-bezier(0.69, 0.01, 0.2, 0.99);
  overflow-y: scroll;
}

.sp-drawer-wrap__inner {
  width: 100%;
  height: 100%;
  padding-top: min(26.6vw, 4.8rem);
  padding-left: 9.3vw;
  padding-right: 9.3vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sp-drawer-wrap__inner {
    padding-top: min(25vw, 8.4rem);
    padding-bottom: 25vw;
  }
}

.drawer-globallogo {
  visibility: hidden; /*defalut*/
  filter: blur(10px);
  transition: all 0.2s 0.2s cubic-bezier(0.69, 0.01, 0.2, 0.99);
}

.logo-active {
  visibility: visible;
  filter: blur(0);
  transition: all 0.2s 0.2s cubic-bezier(0.69, 0.01, 0.2, 0.99);
}

.drawer-globallogo {
  width: 100%;
  text-align: center;
}
.drawer-globallogo__inner {
  width: calc(43.2% + 18.6vw);
  margin: auto;
}
@media screen and (max-width: 991px) {
  .drawer-globallogo__inner {
    width: calc(15.2% + 18.6vw);
  }
}
@media screen and (max-width: 767px) {
  .drawer-globallogo__inner {
    width: calc(30.2% + 18.6vw);
  }
}
.drawer-globallogo__inner img {
  width: 100%;
}
.drawer-globallogo__topbtn {
  display: inline-block;
  margin-top: 1.3rem;
  margin-bottom: 3rem;
  padding: 0.4rem 2.4em;
  border: 1px solid #FAF9F9;
  border-radius: 1.2rem;
  font-size: clamp(1.1rem, 4vw, 1.4rem);
  color: #DEDEDE;
  line-height: 1.1;
  text-align: center;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.sp-drawer-wrap__content__ttl {
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #645C5D;
}

.sp-drawer-wrap__content__ttl2 {
  width: 100%;
  margin-bottom: 2.5rem;
}
.sp-drawer-wrap__content__ttl2 img {
  width: max(50%, 14rem);
}

.drawer-linkwrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.8rem;
}
.drawer-linkwrap__inner {
  width: 47.54%;
  aspect-ratio: 1/1;
  margin-bottom: 4.92%;
}
@media screen and (min-width: 768px) {
  .drawer-linkwrap__inner {
    width: 23.5%;
  }
}
.drawer-linkwrap__inner__item {
  position: relative;
  display: block;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: clamp(1.3rem, 3.96vw, 1.5rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #FAF9F9;
  border: 1px solid #645C5D;
  letter-spacing: 0.05em;
}
.drawer-linkwrap__inner__item .logo {
  padding-top: 4%;
  padding-left: 14%;
  padding-right: 14%;
  margin-bottom: 4%;
}
.drawer-linkwrap__inner__item .logo-f {
  padding-top: 4%;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 4%;
}
.drawer-linkwrap__inner__item .logo-f2 {
  padding-top: 4%;
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 4%;
}
.drawer-linkwrap__inner__item .logo-l {
  padding-top: 4%;
  padding-left: 14.5%;
  padding-right: 14.5%;
  margin-bottom: 4%;
}
.drawer-linkwrap__inner__item .onsale {
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  width: max(22.5%, 3.2rem);
}
.drawer-linkwrap__inner__item .viewmore {
  display: inline-block;
  margin-top: 5%;
  padding: 0.54rem 1.96rem;
  background-color: #FAF9F9;
  font-size: clamp(0.9rem, 2.4vw, 1rem);
  border-radius: 4rem;
  color: #3F3534;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.drawer-linkwrap__inner .linktrue {
  border: 1px solid #DEDEDE;
}
.drawer-linkwrap__inner .linktrue__inner {
  margin-top: 0.2rem;
}
.drawer-linkwrap .zen .logo {
  padding-left: 17%;
  padding-right: 17%;
}
.drawer-linkwrap .pendant .logo {
  padding-left: 8%;
  padding-right: 8%;
}
.drawer-linkwrap .stand .logo {
  padding-left: 16%;
  padding-right: 16%;
}

@media screen and (min-width: 768px) {
  .drawer-linkwrap::after {
    content: "";
    display: block;
    width: 23.5%;
  }
}

@media screen and (min-width: 768px) {
  .drawer-linkwrap::before {
    content: "";
    display: block;
    width: 23.5%;
    order: 1;
  }
}

.drawer-txtlink {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 1.2vw;
}
.drawer-txtlink__item {
  width: 43.2%;
}
.drawer-txtlink__item a {
  width: 100%;
  position: relative;
  display: block;
  padding: 0.5rem;
  font-size: clamp(1.4rem, 4.26vw, 1.6rem);
  color: #FAF9F9;
  text-align: center;
}
.drawer-txtlink__item a::after {
  content: " ";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #645C5D;
  transform: translateX(-50%);
}

.drawer-snslink {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 9.3vw;
  margin-bottom: 12vw;
}
.drawer-snslink__item {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

.lp-wrapper {
  height: 100vh;
}

/*
* GSAP scrolltrigger
*/
.inv {
  opacity: 0;
  transform: translate3d(0, 18%, 0);
}

.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.none {
  display: none !important;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

/*
* Movie
*/
.rimit-mov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rimit-mov video {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  background: #3F3534;
}

.rimit-mov::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(63, 53, 52, 0.2);
  z-index: 10;
}

html.is-loaded .rimit-mov {
  opacity: 1;
}

.rimit-mov--pc {
  display: block;
}
@media screen and (max-width: 575px) {
  .rimit-mov--pc {
    display: none;
  }
}

.rimit-mov--sp {
  display: none;
}
@media screen and (max-width: 575px) {
  .rimit-mov--sp {
    display: block;
  }
}

/*
* scrolldown
*/
.scrolldwn {
  display: block;
  position: fixed;
  bottom: -2.4rem;
  left: 0;
  padding: 2.4rem;
  transform: translateY(-100%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .scrolldwn {
    bottom: 2rem;
    left: 2.4rem;
    transform: translateX(-50%) translateY(-50%);
  }
}
.scrolldwn__inner {
  width: 1.2rem;
  height: 4.37rem;
}
@media screen and (max-width: 767px) {
  .scrolldwn__inner {
    width: 0.9rem;
    height: 3.2rem;
  }
}
.scrolldwn__inner img {
  width: 100%;
  height: 100%;
}

.scrolldwn::after {
  content: " ";
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #EEEFEF;
  transform: translateX(-50%) translateY(100%);
}

.scrolldwn::before {
  content: " ";
  position: absolute;
  top: 7.92rem;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 10vw;
  background-color: #EEEFEF;
  animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 767px) {
  .scrolldwn::before {
    top: 6.2rem;
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
/*
* lp-main
*/
.lp-main {
  position: relative;
  overflow: hidden;
}

/* opening-global */
.open-bg-g {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FAF9F9;
  z-index: 115;
}
.open-bg-g span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #645C5D;
}

/*
* first view
*/
.fv {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 9rem;
  padding-right: 9rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 95vh;
  }
}
.fv__inner {
  position: fixed;
  bottom: min(20%, 60px);
  left: 50%;
  width: 100%;
  padding-left: 7.5%;
  padding-right: 7.5%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv__inner {
    bottom: 7.8%;
    flex-wrap: wrap;
  }
}
.fv__logo {
  width: max(11.2%, 14.2rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: min(15.9rem, 42%);
    margin-left: auto;
  }
}
.fv__logo img {
  width: 100%;
  min-height: 4.5rem;
}
.fv__lead {
  width: 21.4%;
}
@media screen and (max-width: 767px) {
  .fv__lead {
    width: min(17.5rem, 59.6%);
    margin: 2.6rem auto 0;
  }
}
.fv__lead img {
  width: 100%;
  min-height: 2.3rem;
}

.playmov {
  position: fixed;
  top: 50%;
  left: 50%;
  cursor: pointer;
  z-index: 102;
}
.playmov__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-45%) translateY(-54%);
}
.playmov__around {
  position: absolute;
  top: 0;
  left: 0;
  width: min(15.5vw, 11rem);
  transform-origin: center center 0;
  animation: 5.4s linear infinite rotation;
}
@media screen and (max-width: 767px) {
  .playmov__around {
    width: min(30.6vw, 11.9rem);
  }
}
.playmov__around img {
  width: 100%;
  height: 100%;
}
.playmov__arrow {
  width: min(15.5vw, 11rem);
  height: min(15.5vw, 11rem);
}
@media screen and (max-width: 767px) {
  .playmov__arrow {
    width: min(30.6vw, 11.9rem);
    height: min(30.6vw, 11.9rem);
  }
}
.playmov__arrow img {
  position: absolute;
  top: 53%;
  left: 53%;
  width: 21%;
  height: 21%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#modalOpenPC {
  display: block;
}
@media screen and (max-width: 767px) {
  #modalOpenPC {
    display: none;
  }
}

#modalOpenSP {
  display: none;
}
@media screen and (max-width: 767px) {
  #modalOpenSP {
    display: block;
  }
}

.modal-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 115;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(63, 53, 52, 0.92);
}
.modal-video__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.modal-video__close {
  position: absolute;
  top: 2.8rem;
  right: 2.8rem;
  width: 2.8rem;
  height: 2rem;
  cursor: pointer;
}
.modal-video__close li span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FAF9F9;
}
.modal-video__close li:first-child span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: 50% 50%;
}
.modal-video__close li:last-child span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: 50% 50%;
}
.modal-video__yt {
  width: 80vw;
}
.modal-video__yt--pc {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modal-video__yt--pc {
    display: none;
  }
}
.modal-video__yt--sp {
  display: none;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-video__yt--sp {
    display: block;
  }
}
.modal-video__yt--voice {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: bottom;
}

/*
* content-wrap common
*/
.content-wrap {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}
.content-wrap .sec-inner {
  max-width: calc(1100px + 14vw);
  margin: 0 auto;
  padding: 0 7vw;
}

/* ttl common */
.common-ttl {
  margin-bottom: 4.6rem;
  text-align: center;
  font-size: 4.4rem;
  border-left: none !important;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  letter-spacing: 0.01em;
  color: #3F3534;
}
@media screen and (max-width: 767px) {
  .common-ttl {
    font-size: clamp(3.8rem, 3.2vw, 4rem);
    letter-spacing: 0.005em;
  }
}
.common-ttl__sub {
  padding-top: 0;
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .common-ttl__sub {
    font-size: clamp(1.5rem, 4vw, 1.6rem);
    line-height: 1.54;
  }
}
.common-ttl__sub--small {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.common-ttl__sub-en {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.basetxt {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .basetxt {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: clamp(1.3rem, 4vw, 1.4rem);
    line-height: 1.7;
  }
}

/* btn common*/
.btn_small--wrap {
  display: -webkit-box;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .btn_small--wrap {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.btn_small {
  display: block;
  border-radius: 12rem;
  color: #FAF9F9;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small {
    width: auto;
    margin: auto;
  }
}
.btn_small__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #3F3534;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small__inner {
    width: auto;
  }
}
.btn_small__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #FAF9F9;
  width: 105%;
  height: 105%;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small p.txt-hover {
  position: relative;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #FAF9F9 !important;
}
.btn_small p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small svg {
  transform: translateY(-2px);
}

.btn_small:hover {
  opacity: 1;
  border-radius: 12rem;
  overflow: hidden;
}
.btn_small:hover .btn_small__inner::before {
  transform-origin: -100% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .btn_small:hover .btn_small__inner::before {
    display: none;
  }
}
.btn_small:hover p.txt-hover {
  color: #3F3534 !important;
}
.btn_small:hover p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
}
@media screen and (max-width: 767px) {
  .btn_small:hover p.txt-hover::after {
    display: none;
  }
}

.btn_small-2 {
  position: relative;
  display: inline-block;
  margin-left: 1.2rem;
  margin-bottom: -2px;
  padding: 0.24em 1.6em;
  color: #3F3534;
  font-size: clamp(1.3rem, 1.13vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  border: 1px solid #9E9999;
  border-radius: 12rem;
}
@media screen and (max-width: 767px) {
  .btn_small-2 {
    width: max(64%, 24rem);
    margin-top: 1.2rem;
    margin-left: 0;
    padding: 0.24em 1.2em;
    text-align: center;
  }
}
.btn_small-2 p::after {
  content: ">>";
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  margin-left: 0.4rem;
  margin-top: -0.5rem;
}

.link-viewmore {
  position: absolute;
  bottom: 1.8rem;
  left: 0;
  width: calc(100% - 1.8rem);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .link-viewmore {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
  }
}
.link-viewmore__inner {
  position: relative;
  display: inline-block;
  padding: 1.2rem 0 0.4rem;
  padding-right: 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3F3534;
  border-bottom: 1px dotted #9E9999;
}
.link-viewmore__inner::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 55%;
  right: 0;
  width: 1.8rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.1s ease-in;
}

.content-wrap--pendant .sec-value__flex__item:hover .link-viewmore__inner::after {
  transform: translateX(10%);
}

.crip-f {
  animation: all 0.3 0.6s ease-in;
}

.crip-f:hover {
  text-decoration: underline;
}

.crip-f::after {
  content: ">>";
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  margin-left: 0.4rem;
  transform: translateY(-14%);
}

/*
* sec-series
*/
.anchor-products {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 7.4rem;
}
.anchor-products a {
  position: relative;
  display: block;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1.5rem 3rem;
  width: 21%;
  border: 1px solid #9E9999;
  background-color: #FFF;
}
@media screen and (max-width: 1199px) {
  .anchor-products a {
    padding: 1.5rem 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .anchor-products a {
    width: 100%;
    margin-bottom: 4%;
  }
}
.anchor-products a::after {
  position: absolute;
  right: 1.8rem;
  top: 50%;
  content: " ";
  width: 6px;
  height: 10px;
  display: block;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 991px) {
  .anchor-products a::after {
    right: 1.2rem;
  }
}
.anchor-products a.soto {
  width: calc(21% + 30px);
}
@media screen and (max-width: 767px) {
  .anchor-products a.soto {
    width: 100%;
  }
}

.global-body div#sotos {
  margin-top: 7.2rem;
}

.global-body div#flexs {
  margin-top: 7.2rem;
}

.global-body div#rimit {
  margin-top: 7.2rem;
}

.global-body div#variations {
  margin-top: 7.2rem;
}

.sec-series {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sec-series {
    padding-bottom: 3.2rem;
    background: none;
  }
}
.sec-series h2 {
  margin-bottom: 2.4rem;
}
.sec-series h2 img {
  width: 100%;
  max-width: 15.4rem;
  margin-bottom: 1.4rem;
}
.sec-series .products-cate-ttl {
  margin: 1rem auto 2.2rem;
  text-align: center;
}
.sec-series .products-cate-ttl img {
  height: 3.2rem;
}
.sec-series .products-cate-ttl::after {
  content: " ";
  display: block;
  margin: 2.2rem auto;
  height: 1px;
  width: 6.4rem;
  background: #9E9999;
}
.sec-series .products-cate-desc {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
.sec-series .products-cate-desc .small {
  font-size: clamp(1.1rem, 1vw, 1.2rem);
  color: #645C5D;
}
.sec-series .sec-inner {
  padding-top: 4.2rem;
  padding-bottom: 6.4rem;
  background: #FAF9F9;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner {
    padding-top: 9.5vw;
  }
}
.sec-series .sec-inner__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box {
    flex-wrap: wrap;
  }
}
.sec-series .sec-inner__box__large {
  position: relative;
  width: 48.1%; /*space 3.8%*/
  margin-bottom: 3.2rem;
  background-color: #EEEFEF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.sec-series .sec-inner__box__large .bg-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large .bg-pc {
    display: none;
  }
}
.sec-series .sec-inner__box__large .bg-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large .bg-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large {
    width: 100%;
    margin-bottom: 2rem;
    background: none;
    min-height: 40vw;
  }
}
.sec-series .sec-inner__box__large a:hover {
  opacity: 1;
}
.sec-series .sec-inner__box__large .btn_small {
  width: max(26.5%, 14.6rem);
  margin-left: auto;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large .btn_small {
    width: max(43.5%, 14.6rem);
    margin: auto;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large .btn_small__inner {
    padding: 0.6em 0.1em;
  }
}
.sec-series .sec-inner__box__large__img {
  position: relative;
  width: 100%;
  padding-bottom: 54.6%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large__img {
    padding-bottom: 66.2%;
  }
}
.sec-series .sec-inner__box__large__img .onsale {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large__img .onsale {
    width: min(6.4rem, 18.9vw);
    height: min(6.4rem, 18.9vw);
  }
}
.sec-series .sec-inner__box__large__img .name {
  display: block;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  height: 18.2%;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large__img .name {
    display: none;
  }
}
.sec-series .sec-inner__box__large__img .name-sp {
  display: none;
  position: absolute;
  bottom: 7%;
  right: 4.2%;
  height: 25%;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large__img .name-sp {
    display: block;
  }
}
.sec-series .sec-inner__box__large__img .name-sp img {
  width: 100%;
  height: 100%;
}
.sec-series .sec-inner__box__large__img .pendant {
  width: 64%;
  height: auto;
}
.sec-series .sec-inner__box__large__txt {
  padding: 1.6rem 2rem 2.2rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large__txt {
    padding: 1.6rem 1.4rem 1.8rem;
    background-color: #DEDEDE;
  }
}
.sec-series .sec-inner__box__large__txt--gray {
  background-color: #DEDEDE;
}
.sec-series .sec-inner__box__large__txt p {
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: clamp(1.3rem, 1.24vw, 1.6rem);
  color: #3F3534;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__large__txt p {
    font-size: clamp(1.2rem, 0.4vw, 1.4rem);
  }
}
.sec-series .sec-inner__box__large__txt p.txt-hover {
  margin-bottom: 0;
}
.sec-series .sec-inner__box__large__coming {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
.sec-series .sec-inner__box__large__coming__inner {
  display: block;
}
.sec-series .sec-inner__box__large__coming__inner .img {
  font-size: clamp(2rem, 1.8vw, 3rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #9E9999;
}
.sec-series .sec-inner__box__large__coming__inner .txt {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  background-color: #DEDEDE;
}
.sec-series .sec-inner__box .coming-wrap {
  position: relative;
  border-left: 1px solid #9E9999;
  border-right: 1px solid #9E9999;
  box-shadow: none;
  background: none;
  min-height: 13.9rem;
}
.sec-series .sec-inner__box .coming-wrap .txt {
  display: inline-block;
  padding: 0.2em 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box .coming-wrap .txt {
    background-color: #DEDEDE;
  }
}
.sec-series .sec-inner__box .coming-wrap::before {
  display: none;
  content: " ";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #9E9999;
  border-bottom: 1px solid #9E9999;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box .coming-wrap::before {
    display: block;
  }
}
.sec-series .sec-inner__box .coming-wrap::after {
  display: none;
  content: " ";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  right: 0;
  border-top: 1px solid #9E9999;
  border-bottom: 1px solid #9E9999;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box .coming-wrap::after {
    display: block;
  }
}
.sec-series .sec-inner__box__side {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.2vw;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-series .sec-inner__box__side::before {
  content: " ";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #9E9999;
  border-bottom: 1px solid #9E9999;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side::before {
    display: none;
  }
}
.sec-series .sec-inner__box__side::after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  right: 0;
  border-top: 1px solid #9E9999;
  border-bottom: 1px solid #9E9999;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side::after {
    display: none;
  }
}
.sec-series .sec-inner__box__side__col {
  position: relative;
  width: 48.1%;
  height: auto;
  border-left: 1px solid #9E9999;
  border-right: 1px solid #9E9999;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.sec-series .sec-inner__box__side__col::before {
  display: block;
  content: " ";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #9E9999;
  border-bottom: 1px solid #9E9999;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col::before {
    content: " ";
    display: block;
    position: absolute;
    width: 0.4rem;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid #9E9999;
    border-bottom: 1px solid #9E9999;
  }
}
.sec-series .sec-inner__box__side__col::after {
  display: block;
  content: " ";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  right: 0;
  border-top: 1px solid #9E9999;
  border-bottom: 1px solid #9E9999;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col::after {
    content: " ";
    display: block;
    position: absolute;
    width: 0.4rem;
    height: 100%;
    top: 0;
    right: 0;
    border-top: 1px solid #9E9999;
    border-bottom: 1px solid #9E9999;
  }
}
.sec-series .sec-inner__box__side__col .img {
  padding: 2.4rem 1.8rem;
  font-size: clamp(2rem, 1.8vw, 3rem);
  color: #9E9999;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col .img {
    padding: 0 1.8rem 1.2rem;
    background: none;
    color: #9E9999;
  }
}
.sec-series .sec-inner__box__side__col .txt {
  margin-top: 1.4rem;
  text-align: center;
  color: #3F3534;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col .txt {
    width: calc(54% + 7.8rem);
    margin: auto;
    background-color: #DEDEDE;
    padding: 0.4em 1.6em;
  }
}
.sec-series .sec-inner__box__side__col__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col__inner {
    margin-bottom: 2rem;
  }
}
.sec-series .sec-inner__box__side__col--2l {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col--2l {
    display: block;
    margin-bottom: 2rem;
  }
}
.sec-series .sec-inner__box__side__col--2l__half {
  position: relative;
  width: 48%;
  padding-left: 5.12%;
  padding-right: 5.12%;
  border-left: 1px solid #9E9999;
  border-right: 1px solid #9E9999;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col--2l__half {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.sec-series .sec-inner__box__side__col--2l__half .img {
  padding: 4.2rem 1.8rem;
  background-color: #DEDEDE;
  font-size: clamp(2rem, 1.8vw, 3rem);
  color: #3F3534;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col--2l__half .img {
    padding: 1.4rem 1.8rem 1.2rem;
    background: none;
    color: #9E9999;
  }
}
.sec-series .sec-inner__box__side__col--2l__half .txt {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  text-align: center;
  color: #3F3534;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.08vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .sec-series .sec-inner__box__side__col--2l__half .txt {
    width: calc(54% + 7.8rem);
    margin: auto;
    background-color: #DEDEDE;
    padding: 0.4em 1.6em;
  }
}
.sec-series .sec-inner__box__side__col--2l__half::before {
  content: " ";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #9E9999;
  border-bottom: 1px solid #9E9999;
}
.sec-series .sec-inner__box__side__col--2l__half::after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  right: 0;
  border-top: 1px solid #9E9999;
  border-bottom: 1px solid #9E9999;
}

/*
* sec-interview
*/
.sec-interview {
  padding-top: 8rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .sec-interview {
    padding-top: 3.2rem;
  }
}
.sec-interview__inner {
  width: 100%;
  max-width: 128rem;
  margin: auto;
  padding-bottom: 10.9rem;
}
@media screen and (min-width: 1560px) {
  .sec-interview__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-interview__inner {
    padding-bottom: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-interview__inner .common-ttl {
    margin-bottom: 6.9vw;
  }
}
.sec-interview .modal-video-voice {
  display: none;
}
.sec-interview .videovoice {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-interview .videovoice {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-interview .videovoice--left {
  position: relative;
  display: inline-block;
  width: 43.7vw;
  padding: 5rem 0;
  vertical-align: top;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-interview .videovoice--left {
    width: 100%;
    padding: 0;
  }
}
.sec-interview .videovoice--left .movthumb {
  position: relative;
  cursor: pointer;
}
.sec-interview .videovoice--left .movthumb__inner {
  width: 100%;
  padding-bottom: 57.1%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-interview .videovoice--left #modalOpenPC {
    display: block;
  }
}
.sec-interview .videovoice--left .voiceplaymov {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
  z-index: 102;
}
.sec-interview .videovoice--left .voiceplaymov__around {
  position: absolute;
  top: 0;
  left: 0;
  width: min(15.5vw, 11rem);
  transform-origin: center center 0;
  animation: 5.4s linear infinite rotation;
}
@media screen and (max-width: 767px) {
  .sec-interview .videovoice--left .voiceplaymov__around {
    width: min(30.6vw, 11.9rem);
  }
}
.sec-interview .videovoice--left .voiceplaymov__around img {
  width: 100%;
  height: 100%;
}
.sec-interview .videovoice--left .voiceplaymov__arrow {
  width: min(15.5vw, 11rem);
  height: min(15.5vw, 11rem);
}
@media screen and (max-width: 767px) {
  .sec-interview .videovoice--left .voiceplaymov__arrow {
    width: min(30.6vw, 11.9rem);
    height: min(30.6vw, 11.9rem);
  }
}
.sec-interview .videovoice--left .voiceplaymov__arrow img {
  position: absolute;
  top: 53%;
  left: 53%;
  width: 21%;
  height: 21%;
  transform: translateX(-50%) translateY(-50%);
}
.sec-interview .videovoice--right {
  position: relative;
  display: inline-block;
  width: calc(100% - 43.7vw - 5px);
  padding: 6.25vw 4.8vw;
  min-height: 32.9vw;
  background-color: #FAF9F9;
  vertical-align: top;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec-interview .videovoice--right {
    width: 100%;
    padding: 8vw;
    background-color: #FFF;
  }
}
.sec-interview .videovoice--right__ttl {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  font-weight: 500;
}
.sec-interview .videovoice--right__subttl {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
.sec-interview .videovoice--right__desc {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.sec-interview .videovoice--right .btn_small--w__inner {
  width: max(13em, 300px);
}
@media screen and (max-width: 767px) {
  .sec-interview .videovoice--right .btn_small--w__inner {
    width: 100%;
    background-color: #FAF9F9;
  }
}
.sec-interview .videovoice--right .btn_small--w p.txt-hover {
  font-weight: 500;
}
.sec-interview .videovoice--right::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7.34vw;
  height: 100%;
  background-color: #FAF9F9;
  transform: translateX(-100%);
}

/*
* sec-story
*/
.sec-story {
  position: relative;
  padding-bottom: min(26.5vw, 22rem);
  background-color: #E5E4E4;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-global/img-styory-bg.png");
  background-size: cover;
  background-position: bottom center;
  color: #3F3534;
}
@media screen and (max-width: 767px) {
  .sec-story {
    padding-bottom: max(45vw, 15.5rem);
    background-color: #E4E9E9;
  }
}
.sec-story__inner {
  max-width: 59.8rem;
  margin: auto;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec-story__inner {
    padding-top: 9.2vw;
  }
}
.sec-story .basetxt {
  text-align: center;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .sec-story .basetxt {
    text-align: left;
  }
}

.rimit-etymology__list {
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .rimit-etymology__list {
    padding-top: 4.8rem;
  }
}
.rimit-etymology__list__item {
  position: relative;
  width: 1px;
  height: 3rem;
  margin: 0 auto 2.4rem;
  background-color: #3F3534;
}
.rimit-etymology__list__item:first-child::before {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  left: -4.2rem;
  width: 3.67rem;
  height: 2.94rem; /*fixheight*/
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-global/etymology-re.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-100%) translateY(-50%);
}
.rimit-etymology__list__item:first-child::after {
  position: absolute;
  content: "再出発";
  display: block;
  width: 8rem;
  top: 50%;
  right: -4.2rem;
  font-size: 2rem;
  text-align: center;
  transform: translateX(100%) translateY(-50%);
}
.rimit-etymology__list__item:nth-of-type(2)::before {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  left: -2.6rem;
  width: 7.75rem;
  height: 2.94rem; /*fixheight*/
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-global/etymology-limit.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-100%) translateY(-50%);
}
.rimit-etymology__list__item:nth-of-type(2)::after {
  position: absolute;
  content: "極限";
  display: block;
  width: 8rem;
  top: 50%;
  right: -4.2rem;
  font-size: 2rem;
  text-align: center;
  transform: translateX(100%) translateY(-50%);
}
.rimit-etymology__list__item:last-child::before {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  left: -3rem;
  width: 6.31rem;
  height: 2.88rem; /*fixheight*/
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-global/etymology-mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-100%) translateY(-50%);
}
.rimit-etymology__list__item:last-child::after {
  position: absolute;
  content: "小さい";
  display: block;
  width: 8rem;
  top: 50%;
  right: -4.2rem;
  font-size: 2rem;
  text-align: center;
  transform: translateX(100%) translateY(-50%);
}

/*
* sec-picture
*/
.sec-picture-container {
  position: relative;
  padding-top: 9rem;
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #EEEFEF 50%, #EEEFEF);
}
@media screen and (max-width: 767px) {
  .sec-picture-container {
    background: none;
  }
}
.sec-picture-container .sec-picture {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .sec-picture {
    min-height: 104vw;
  }
}
.sec-picture-container .sec-picture::before {
  content: " ";
  display: block;
  padding-top: 40%;
  z-index: -1;
}
.sec-picture-container .pic01 .sec-picture__parallax {
  width: 56vw;
  min-width: 34rem;
  padding-bottom: 47.3%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic01 .sec-picture__parallax {
    padding-bottom: 55.5%;
  }
}
.sec-picture-container .pic01 .sec-picture__parallax__inner {
  position: absolute;
  top: 5.6rem;
  width: 100%;
  padding-bottom: 47.3%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic01 .sec-picture__parallax__inner {
    top: 0;
    padding-bottom: 55.5%;
  }
}
.sec-picture-container .pic01 .sec-picture__caption {
  position: absolute;
  top: 0;
  right: auto;
  left: calc(56% - 2.4rem);
  background-color: #645C5D;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic01 .sec-picture__caption {
    left: calc(36.8% - 2.4rem);
    top: 12.4rem;
  }
}
.sec-picture-container .pic01 .sec-picture__caption__inner {
  padding: 4.2rem 4.2rem;
  color: #FAF9F9;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic01 .sec-picture__caption__inner {
    padding: 2rem 2rem;
    min-height: 22vw;
  }
}
.sec-picture-container .pic01 .sec-picture__caption__inner .ttl {
  font-size: clamp(1.6rem, 1.87vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic01 .sec-picture__caption__inner .ttl {
    font-size: clamp(1.4rem, 4.2vw, 1.6rem);
  }
}
.sec-picture-container .pic01 .sec-picture__caption__inner .txt {
  font-size: clamp(1.3rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic01 .sec-picture__caption__inner .txt {
    font-size: clamp(1.3rem, 3.2vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic02 {
    margin-bottom: 4.8rem;
  }
}
.sec-picture-container .pic02 .sec-picture__parallax {
  width: 62.4vw;
  min-width: 34rem;
  padding-bottom: 45.1%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic02 .sec-picture__parallax {
    padding-bottom: 63.8%;
  }
}
.sec-picture-container .pic02 .sec-picture__parallax__inner {
  position: absolute;
  top: 4rem;
  width: 100%;
  padding-bottom: 45.1%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic02 .sec-picture__parallax__inner {
    top: 0;
    padding-bottom: 63.8%;
  }
}
.sec-picture-container .pic02 .sec-picture__caption {
  position: absolute;
  top: 0;
  left: 7vw;
  right: calc(62.8% - 7vw);
  background-color: #645C5D;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic02 .sec-picture__caption {
    top: 16.4rem;
    left: auto;
    right: 36.8%;
    min-height: 22vw;
  }
}
.sec-picture-container .pic02 .sec-picture__caption__inner {
  padding: 4.2rem 4.2rem;
  color: #FAF9F9;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic02 .sec-picture__caption__inner {
    padding: 2rem 2rem;
  }
}
.sec-picture-container .pic02 .sec-picture__caption__inner .ttl {
  font-size: clamp(1.6rem, 1.87vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic02 .sec-picture__caption__inner .ttl {
    font-size: clamp(1.4rem, 4.2vw, 1.6rem);
  }
}
.sec-picture-container .pic02 .sec-picture__caption__inner .txt {
  font-size: clamp(1.3rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .sec-picture-container .pic02 .sec-picture__caption__inner .txt {
    font-size: clamp(1.3rem, 3.2vw, 1.4rem);
  }
}

.palla-motion {
  transform: scale(1.2);
  background-position: 80% !important;
}

.sec-widev {
  width: 100%;
  min-height: 31.6rem;
  overflow: hidden;
}
.sec-widev__inner {
  width: 100%;
  min-height: 31.6rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-global/bg-widev.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 12s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-widev__inner {
    padding-bottom: 84%;
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-global/bg-widev-sp.png");
  }
}

.sec-cases__box--point2 {
  text-align: center;
}
.sec-cases__box--point2__inner {
  display: inline-block;
  padding: 3rem 6rem;
  text-align: center;
  background-color: #EEEFEF;
}
@media screen and (max-width: 767px) {
  .sec-cases__box--point2__inner {
    padding: 2%;
  }
}
.sec-cases__box--point2__inner img {
  width: 100%;
  height: 100%;
  max-width: 65rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-cases__box--point2__inner img {
    max-width: 100%;
  }
}

/*
* footer
*/
.lp-footer {
  background: #FFF;
  padding-top: 4.2rem;
  padding-bottom: 2.8rem;
  padding-left: 5.2vw;
  padding-right: 5.2vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-footer {
    display: block;
  }
}
.lp-footer-navarea {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .lp-footer-navarea {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .lp-footer-navarea {
    width: 100%;
    text-align: center;
  }
}
.lp-footer-navarea a {
  display: block;
  width: 100%;
  margin-bottom: 4.2rem;
}
.lp-footer-listarea {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 26%;
}
.lp-footer-list {
  width: 49%;
}
@media screen and (max-width: 991px) {
  .lp-footer-list {
    width: 100%;
  }
}
.lp-footer-list__item {
  margin-bottom: 1.6rem;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  font-weight: 500;
  color: #3F3534;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .lp-footer-list__item {
    font-size: clamp(1.6rem, 4.26vw, 1.8rem);
  }
}
.lp-footer-list__item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.lp-footer-list__item span {
  width: 22.8%;
  margin-right: 4.2%;
  padding-right: 7.4%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lp-footer-list__item span {
    width: 4vw;
    text-align: center;
    margin-right: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-footer-list__item span {
    margin-right: 20.2%;
  }
}
@media screen and (max-width: 575px) {
  .lp-footer-list__item span {
    margin-right: 3.2%;
  }
}
.lp-footer-list__item span img {
  margin-bottom: -0.16rem;
}
@media screen and (max-width: 767px) {
  .lp-footer .list01 {
    margin-bottom: 2.4rem;
  }
}
.lp-footer .list01 .lp-footer-list__item a {
  border-left: 1px solid #E4E9E9;
  padding: 0.1em 0.8em;
}
/*
* copyright
*/
.copy {
  padding-top: 5.4rem;
  padding-bottom: 5.2rem;
  background-color: #FAF9F9;
}
@media screen and (max-width: 767px) {
  .copy {
    padding-bottom: 9.2vw;
  }
}
.copy__inner {
  text-align: center;
}
.copy__inner .lucilogo {
  width: 4.37vw;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .copy__inner .lucilogo {
    width: min(15.7vw, 4.2rem);
  }
}
.copy__inner .lucilogo img {
  width: 100%;
  height: 100%;
}
.copy__inner .copytxt {
  font-size: 1.6rem;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .copy__inner .copytxt {
    font-size: 1.4rem;
  }
}

/*
english common
*/
.sec-value__flex__item .txt-en {
  letter-spacing: 0.005em;
  font-size: clamp(1.5rem, 1.2vw, 1.8rem);
}

/*
product-single common
*/
@media screen and (min-width: 992px) {
  .splide__track {
    will-change: transform;
  }
}

.sec-spec-desc__flex {
  display: flex;
  gap: 1em; /* 必要に応じて */
  align-items: center;
}
.sec-spec-desc__flex .txt {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}
.sec-spec-desc__flex .link {
  display: inline-block;
  padding: 0.4rem 0 0.1rem;
  font-size: 1.4rem;
  border-bottom: 1px dotted #3F3534;
}
.sec-spec-desc__flex .link::before {
  content: " ";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -1px;
  margin-right: 0.3em;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*
* RIMiT US
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-us */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--us {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn us-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll us ver */
.us-body {
  /* header us ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .us-body .scrolldwn {
    display: none;
  }
}
.us-body .scrolldwn::after {
  background-color: #3F3534;
}
.us-body .scrolldwn::before {
  background-color: #3F3534;
}
.us-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.us-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.us-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.us-body .us-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .us-body .us-anchorlist {
    display: none;
  }
}
.us-body .us-anchorlist__item {
  width: 100%;
}
.us-body .us-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.us-body .us-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.us-body .us-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.us-body .us-anchorlist__item:hover a:hover {
  opacity: 1;
}
.us-body .us-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap {
    height: 126vw;
  }
}
.us-body .us-mainv-wrap .us-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .us-body .us-mainv-wrap .us-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap .us-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.us-body .us-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .us-body .us-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .us-body .us-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap .h1-block {
    width: 100%;
  }
}
.us-body .us-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 49.8%;
    transform: translateX(0) translateY(0);
  }
}
.us-body .us-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.us-body .us-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.us-body .us-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.us-body .us-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.us-body .us-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.us-body .us-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .us-body .us-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .us-body .us-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .us-body .us-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.us-body .us-mainv-wrap .photo-slider__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .us-body .hidden.h1-block {
    visibility: hidden;
    display: none;
    transition: all 0.2s -0.1s ease-in;
  }
}
.us-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .us-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .us-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.us-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.us-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.us-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.us-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.us-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .us-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .us-body .photo-slider__list__item {
    height: 100%;
  }
}
.us-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .us-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.us-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .us-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .us-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .us-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.us-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.us-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-us/img-us-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .us-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-us/img-us-mainslider01-sp.png");
  }
}
.us-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-us/img-us-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .us-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-us/img-us-mainslider02-sp.png");
  }
}
.us-body .photo-slider__list__item .item03 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-us/img-us-mainslider03.png");
}
@media screen and (max-width: 767px) {
  .us-body .photo-slider__list__item .item03 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-us/img-us-mainslider03-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.us-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner {
    display: block;
  }
}
.us-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .left {
    width: 100%;
  }
}
.us-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.us-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.us-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(18.8vw, 24.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(60vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.us-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.us-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.us-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.us-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.us-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.us-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.us-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.us-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.us-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.us-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .us-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .us-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.us-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.us-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .us-body .sec-value {
    padding-top: 4.2rem;
  }
}
.us-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.us-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.us-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .us-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.us-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .us-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.us-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.us-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .us-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.us-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.us-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.us-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.us-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.us-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .us-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.us-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.us-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__box__image {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.us-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 89.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.us-body .sec-cases__box__txtbox {
  width: 52.8%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.us-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.us-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.us-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.us-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.us-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.us-body .sec-cases__box__caption .dxf-01 {
  width: 69.3%;
}
.us-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.us-body .sec-cases__box__caption .dxf-03 {
  width: 62.4%;
}
.us-body .sec-cases__box__caption .dxf-04 {
  width: 60.4%;
}
.us-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.us-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.us-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.us-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .us-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .us-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.us-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .us-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.us-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.us-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.us-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.us-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.us-body .sec-wphotobnr {
  cursor: pointer;
}
.us-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .us-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.us-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.us-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .us-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.us-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.us-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .us-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.us-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.us-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-us/img-us-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .us-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-us/img-us-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT KK
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-kk */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--kk {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn kk-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll kk ver */
.kk-body {
  /* header kk ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .kk-body .scrolldwn {
    display: none;
  }
}
.kk-body .scrolldwn::after {
  background-color: #3F3534;
}
.kk-body .scrolldwn::before {
  background-color: #3F3534;
}
.kk-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.kk-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.kk-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.kk-body .kk-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .kk-body .kk-anchorlist {
    display: none;
  }
}
.kk-body .kk-anchorlist__item {
  width: 100%;
}
.kk-body .kk-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.kk-body .kk-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.kk-body .kk-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.kk-body .kk-anchorlist__item:hover a:hover {
  opacity: 1;
}
.kk-body .kk-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap {
    height: 126vw;
  }
}
.kk-body .kk-mainv-wrap .kk-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .kk-body .kk-mainv-wrap .kk-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap .kk-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.kk-body .kk-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .kk-body .kk-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .kk-body .kk-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap .h1-block {
    width: 100%;
  }
}
.kk-body .kk-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 49.8%;
    transform: translateX(0) translateY(0);
  }
}
.kk-body .kk-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.kk-body .kk-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.kk-body .kk-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.kk-body .kk-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.kk-body .kk-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.kk-body .kk-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .kk-body .kk-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .kk-body .kk-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .kk-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.kk-body .kk-mainv-wrap .photo-slider__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kk-body .hidden.h1-block {
    visibility: hidden;
    display: none;
    transition: all 0.2s -0.1s ease-in;
  }
}
.kk-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .kk-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.kk-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.kk-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.kk-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.kk-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.kk-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .kk-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .photo-slider__list__item {
    height: 100%;
  }
}
.kk-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .kk-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.kk-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .kk-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .kk-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.kk-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.kk-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-kk/img-kk-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .kk-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-kk/img-kk-mainslider01-sp.png");
  }
}
.kk-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-kk/img-kk-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .kk-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-kk/img-kk-mainslider02-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.kk-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner {
    display: block;
  }
}
.kk-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .left {
    width: 100%;
  }
}
.kk-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.kk-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.kk-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(28.8vw, 30.2rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.kk-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.kk-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.kk-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.kk-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.kk-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.kk-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.kk-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.kk-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.kk-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.kk-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .kk-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .kk-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.kk-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.kk-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-value {
    padding-top: 4.2rem;
  }
}
.kk-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.kk-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.kk-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .kk-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.kk-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.kk-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.kk-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .kk-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.kk-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.kk-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.kk-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.kk-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.kk-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .kk-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.kk-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.kk-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__box__image {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.kk-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 89.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kk-body .sec-cases__box__txtbox {
  width: 52.8%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.kk-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.kk-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.kk-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.kk-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.kk-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.kk-body .sec-cases__box__caption .dxf-01 {
  width: 69.3%;
}
.kk-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.kk-body .sec-cases__box__caption .dxf-03 {
  width: 62.4%;
}
.kk-body .sec-cases__box__caption .dxf-04 {
  width: 60.4%;
}
.kk-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.kk-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.kk-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.kk-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .kk-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .kk-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.kk-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .kk-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.kk-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.kk-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.kk-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.kk-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.kk-body .sec-wphotobnr {
  cursor: pointer;
}
.kk-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.kk-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.kk-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.kk-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.kk-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .kk-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.kk-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.kk-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-kk/img-kk-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .kk-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-kk/img-kk-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT SM
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-sm */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--sm {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn kk-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll sm ver */
.sm-body {
  /* header sm ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .sm-body .scrolldwn {
    display: none;
  }
}
.sm-body .scrolldwn::after {
  background-color: #3F3534;
}
.sm-body .scrolldwn::before {
  background-color: #3F3534;
}
.sm-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.sm-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.sm-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.sm-body .sm-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .sm-body .sm-anchorlist {
    display: none;
  }
}
.sm-body .sm-anchorlist__item {
  width: 100%;
}
.sm-body .sm-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.sm-body .sm-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.sm-body .sm-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.sm-body .sm-anchorlist__item:hover a:hover {
  opacity: 1;
}
.sm-body .sm-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap {
    height: 126vw;
  }
}
.sm-body .sm-mainv-wrap .sm-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .sm-body .sm-mainv-wrap .sm-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap .sm-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.sm-body .sm-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sm-body .sm-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .sm-body .sm-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap .h1-block {
    width: 100%;
  }
}
.sm-body .sm-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 52.8%;
    transform: translateX(0) translateY(0);
  }
}
.sm-body .sm-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.sm-body .sm-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.sm-body .sm-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.sm-body .sm-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.sm-body .sm-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.sm-body .sm-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sm-body .sm-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .sm-body .sm-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sm-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.sm-body .sm-mainv-wrap .photo-slider__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sm-body .hidden.h1-block {
    visibility: hidden;
    display: none;
    transition: all 0.2s -0.1s ease-in;
  }
}
.sm-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .sm-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.sm-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.sm-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.sm-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.sm-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.sm-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .sm-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .photo-slider__list__item {
    height: 100%;
  }
}
.sm-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .sm-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.sm-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .sm-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .sm-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.sm-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.sm-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .sm-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-mainslider01-sp.png");
  }
}
.sm-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .sm-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-mainslider02-sp.png");
  }
}
.sm-body .photo-slider__list__item .item03 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-mainslider03.png");
}
@media screen and (max-width: 767px) {
  .sm-body .photo-slider__list__item .item03 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-mainslider03-sp.png");
  }
}
.sm-body .photo-slider__list__item .item04 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-mainslider04.png");
}
@media screen and (max-width: 767px) {
  .sm-body .photo-slider__list__item .item04 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-mainslider04-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.sm-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner {
    display: block;
  }
}
.sm-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .left {
    width: 100%;
  }
}
.sm-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.sm-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.sm-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(18.8vw, 24.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.sm-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.sm-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.sm-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.sm-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.sm-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.sm-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.sm-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.sm-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.sm-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.sm-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .sm-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .sm-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.sm-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.sm-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-value {
    padding-top: 4.2rem;
  }
}
.sm-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.sm-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sm-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .sm-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.sm-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.sm-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.sm-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .sm-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.sm-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.sm-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.sm-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.sm-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.sm-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.sm-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .sm-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.sm-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.sm-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.sm-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 89.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sm-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.sm-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.sm-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.sm-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.sm-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.sm-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.sm-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.sm-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.sm-body .sec-cases__box__caption .dxf-01 {
  width: 69.3%;
}
.sm-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.sm-body .sec-cases__box__caption .dxf-03 {
  width: 62.4%;
}
.sm-body .sec-cases__box__caption .dxf-04 {
  width: 60.4%;
}
.sm-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.sm-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.sm-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.sm-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .sm-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .sm-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.sm-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.sm-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.sm-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.sm-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .sm-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.sm-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.sm-body .sec-cases__box--point__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3.6vw;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box--point__flex {
    padding-top: 12vw;
    padding-left: 11.9%;
    padding-right: 11.9%;
  }
}
.sm-body .sec-cases__box--point__flex div {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box--point__flex div {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.sm-body .sec-cases__box--point__flex__ttl {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-cases__box--point__flex__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.sm-body .sec-cases__box--point__flex p {
  margin-bottom: 2.7vw;
  font-size: 1.5rem;
}
.sm-body .sec-cases__box--point__flex p img {
  max-width: 100%;
}
.sm-body .sec-cases__box--point__flex span {
  display: block;
  margin-top: 1.4rem;
}
.sm-body .angle-comment-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .sm-body .angle-comment-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.sm-body .angle-comment-wrap .photo {
  display: none;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .sm-body .angle-comment-wrap .photo {
    display: block;
  }
}
.sm-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
  padding-bottom: 69.3%;
}
@media screen and (max-width: 767px) {
  .sm-body .angle-comment-wrap .photo span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.sm-body .angle-comment {
  position: absolute;
  bottom: 0;
  right: 2.8vw;
  padding-right: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sm-body .angle-comment {
    position: relative;
    bottom: auto;
    right: auto;
    width: 55%;
    padding-left: 4.9%;
    padding-right: 0;
    text-align: left;
    letter-spacing: 0.03em;
    transform: translateY(0%);
  }
}
.sm-body .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #645c5d;
}
@media screen and (max-width: 767px) {
  .sm-body .angle-comment::after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }
}
.sm-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.sm-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.sm-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.sm-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.sm-body .sec-wphotobnr {
  cursor: pointer;
}
.sm-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.sm-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.sm-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.sm-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.sm-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sm-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.sm-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.sm-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sm-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sm/img-sm-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT MR
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-mr */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--mr {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn kk-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll mr ver */
.mr-body {
  /* header mr ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .mr-body .scrolldwn {
    display: none;
  }
}
.mr-body .scrolldwn::after {
  background-color: #3F3534;
}
.mr-body .scrolldwn::before {
  background-color: #3F3534;
}
.mr-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.mr-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.mr-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.mr-body .mr-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .mr-body .mr-anchorlist {
    display: none;
  }
}
.mr-body .mr-anchorlist__item {
  width: 100%;
}
.mr-body .mr-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.mr-body .mr-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.mr-body .mr-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.mr-body .mr-anchorlist__item:hover a:hover {
  opacity: 1;
}
.mr-body .mr-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap {
    height: 126vw;
  }
}
.mr-body .mr-mainv-wrap .mr-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .mr-body .mr-mainv-wrap .mr-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap .mr-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.mr-body .mr-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .mr-body .mr-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .mr-body .mr-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap .h1-block {
    width: 100%;
  }
}
.mr-body .mr-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 52.8%;
    transform: translateX(0) translateY(0);
  }
}
.mr-body .mr-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.mr-body .mr-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.mr-body .mr-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.mr-body .mr-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.mr-body .mr-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.mr-body .mr-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .mr-body .mr-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .mr-body .mr-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .mr-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.mr-body .mr-mainv-wrap .photo-slider__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mr-body .hidden.h1-block {
    visibility: hidden;
    display: none;
    transition: all 0.2s -0.1s ease-in;
  }
}
.mr-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .mr-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.mr-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.mr-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.mr-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.mr-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.mr-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mr-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .photo-slider__list__item {
    height: 100%;
  }
}
.mr-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .mr-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.mr-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .mr-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .mr-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.mr-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.mr-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-mr/img-mr-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .mr-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-mr/img-mr-mainslider01-sp.png");
  }
}
.mr-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-mr/img-mr-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .mr-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-mr/img-mr-mainslider02-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.mr-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner {
    display: block;
  }
}
.mr-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .left {
    width: 100%;
  }
}
.mr-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.mr-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.mr-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(18.8vw, 24.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.mr-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.mr-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.mr-body .sec-spec__inner .right .sec-spec-desc {
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.mr-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.mr-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.mr-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.mr-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.mr-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.mr-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.mr-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .mr-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .mr-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.mr-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.mr-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-value {
    padding-top: 4.2rem;
  }
}
.mr-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.mr-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.mr-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .mr-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.mr-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.mr-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.mr-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .mr-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.mr-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.mr-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.mr-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.mr-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.mr-body .crip-f {
  margin-top: 2.2rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.mr-body .crip-f::after {
  content: ">>";
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  margin-left: 0.4rem;
  transform: translateY(-14%);
}
.mr-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.mr-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .mr-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.mr-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.mr-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.mr-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 97.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mr-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.mr-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.mr-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.mr-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.mr-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.mr-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.mr-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.mr-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.mr-body .sec-cases__box__caption .dxf-01 {
  width: 72%;
}
.mr-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.mr-body .sec-cases__box__caption .dxf-03 {
  width: 72.5%;
}
.mr-body .sec-cases__box__caption .dxf-04 {
  width: 72.4%;
}
.mr-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.mr-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.mr-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.mr-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .mr-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .mr-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.mr-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.mr-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.mr-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.mr-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .mr-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.mr-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.mr-body .sec-cases__box--point__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3.6vw;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box--point__flex {
    padding-top: 12vw;
    padding-left: 11.9%;
    padding-right: 11.9%;
  }
}
.mr-body .sec-cases__box--point__flex div {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box--point__flex div {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.mr-body .sec-cases__box--point__flex__ttl {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-cases__box--point__flex__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.mr-body .sec-cases__box--point__flex p {
  margin-bottom: 2.7vw;
  font-size: 1.5rem;
}
.mr-body .sec-cases__box--point__flex p img {
  max-width: 100%;
}
.mr-body .sec-cases__box--point__flex span {
  display: block;
  margin-top: 1.4rem;
}
.mr-body .angle-comment-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .mr-body .angle-comment-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.mr-body .angle-comment-wrap .photo {
  display: none;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .mr-body .angle-comment-wrap .photo {
    display: block;
  }
}
.mr-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
  padding-bottom: 69.3%;
}
.mr-body .angle-comment {
  position: absolute;
  bottom: 0;
  right: 2.8vw;
  padding-right: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mr-body .angle-comment {
    position: relative;
    bottom: auto;
    right: auto;
    width: 55%;
    padding-left: 4.9%;
    padding-right: 0;
    text-align: left;
    letter-spacing: 0.03em;
    transform: translateY(0%);
  }
}
.mr-body .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #645c5d;
}
@media screen and (max-width: 767px) {
  .mr-body .angle-comment::after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }
}
.mr-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.mr-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.mr-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.mr-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.mr-body .sec-wphotobnr {
  cursor: pointer;
}
.mr-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.mr-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.mr-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.mr-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.mr-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .mr-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.mr-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.mr-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-mr/img-mr-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .mr-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-mr/img-mr-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT pendant
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-pendant */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--pendant {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .content-wrap--pendant .common-ttl {
    line-height: 1.15;
  }
  .content-wrap--pendant .common-ttl__sub {
    margin-top: 1.2vw;
  }
}

/* btn kk-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll pendant ver */
.pendant-body {
  /* header pendant ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .pendant-body .scrolldwn {
    display: none;
  }
}
.pendant-body .scrolldwn::after {
  background-color: #3F3534;
}
.pendant-body .scrolldwn::before {
  background-color: #3F3534;
}
.pendant-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.pendant-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.pendant-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.pendant-body .svg01 {
  display: none;
}
.pendant-body .luci-logo {
  display: none;
}
.pendant-body .pendant-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .pendant-body .pendant-anchorlist {
    display: none;
  }
}
.pendant-body .pendant-anchorlist__item {
  width: 100%;
}
.pendant-body .pendant-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.pendant-body .pendant-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.pendant-body .pendant-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.pendant-body .pendant-anchorlist__item:hover a:hover {
  opacity: 1;
}
.pendant-body .pendant-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap {
    height: 140vw;
  }
}
.pendant-body .pendant-mainv-wrap .pendant-mainv {
  width: 101%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .pendant-body .pendant-mainv-wrap .pendant-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap .pendant-mainv {
    height: 140vw;
    padding-bottom: 0;
  }
}
.pendant-body .pendant-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 29%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .pendant-body .pendant-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .pendant-body .pendant-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap .h1-block {
    width: 100%;
  }
}
.pendant-body .pendant-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap .h1-block__inner {
    top: 9.2rem;
    left: 50%;
    width: 67.5%;
    transform: translateX(-50%) translateY(0);
  }
}
.pendant-body .pendant-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.pendant-body .pendant-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.pendant-body .pendant-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.pendant-body .pendant-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.pendant-body .pendant-mainv-wrap .h1-block .pendant-icon {
  display: block;
  margin: 3rem auto 0;
  width: 3.2rem;
}
.pendant-body .pendant-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: center;
  }
}
.pendant-body .pendant-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .pendant-body .pendant-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .pendant-body .pendant-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .pendant-mainv-wrap .photo-slider {
    width: 100%;
    height: 140vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.pendant-body .pendant-mainv-wrap .photo-slider__inner {
  position: relative;
}
.pendant-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .pendant-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.pendant-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.pendant-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.pendant-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.pendant-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.pendant-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .pendant-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .photo-slider__list__item {
    height: 140vw !important;
  }
}
.pendant-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .pendant-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.pendant-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .pendant-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .pendant-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.pendant-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.pendant-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-pendant/img-pendant-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .pendant-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-pendant/img-pendant-mainslider01-sp.png");
  }
}
.pendant-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-pendant/img-pendant-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .pendant-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-pendant/img-pendant-mainslider02-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.pendant-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 5.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-spec__inner {
    display: block;
  }
}
.pendant-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-spec__inner .left {
    width: 100%;
  }
}
.pendant-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.pendant-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.pendant-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(18.8vw, 24.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.pendant-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.pendant-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.pendant-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.pendant-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.pendant-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .pendant-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .pendant-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.pendant-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.pendant-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-value {
    padding-top: 4.2rem;
  }
}
.pendant-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.pendant-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pendant-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .pendant-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.pendant-body .sec-value__flex__item .v-logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #645C5D;
  padding: 1.2rem 2.4rem;
}
.pendant-body .sec-value__flex__item .v-logo img {
  width: auto;
  height: 2.8rem !important;
}
.pendant-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 64/69;
}
.pendant-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw calc(1.24vw + 4rem);
}
@media screen and (max-width: 991px) {
  .pendant-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.pendant-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.pendant-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.pendant-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.pendant-body .sec-value__flex__item--coming {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #FFF;
  color: #9E9999;
}
.pendant-body .sec-value__flex__item--coming__inner {
  text-align: center;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 2.8rem;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-value__flex__item--coming__inner {
    font-size: 1.6rem;
  }
}
.pendant-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.pendant-body .crip-f {
  margin-top: 2.2rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.pendant-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.pendant-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .pendant-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.pendant-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.pendant-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.pendant-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 97.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pendant-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.pendant-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.pendant-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.pendant-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.pendant-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.pendant-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.pendant-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.pendant-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.pendant-body .sec-cases__box__caption .dxf-01 {
  width: 75.3%;
}
.pendant-body .sec-cases__box__caption .dxf-05 {
  width: 80.5%;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box__caption .flex-sp {
    display: -webkit-box;
    display: flex;
  }
  .pendant-body .sec-cases__box__caption .flex-sp p.bold {
    padding-left: 2%;
    padding-right: 7%;
    padding-top: 4rem;
  }
  .pendant-body .sec-cases__box__caption .flex-sp .sec-cases__box__image__inner {
    width: 68%;
    padding-bottom: 45%;
  }
}
.pendant-body .sec-cases__box .txtbox--y {
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box .txtbox--y {
    margin-top: 0;
    margin-bottom: 4.2rem;
  }
}
.pendant-body .sec-cases__box .txtbox--y .sec-cases__box__image__inner {
  margin-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box .txtbox--y .sec-cases__box__image__inner {
    margin-top: 4rem;
  }
}
.pendant-body .sec-cases__box .txtbox--y span {
  display: block;
  margin-top: 1em;
  text-align: right;
}
.pendant-body .sec-cases__box .image--y {
  margin-top: 2rem;
}
.pendant-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .pendant-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .pendant-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.pendant-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.pendant-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.pendant-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.pendant-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box--point__ttl {
    position: relative;
    padding: 1rem 2rem;
    background: none;
    text-align: center;
    transform: translateX(-50%) translateY(0);
    font-size: 2.8rem;
  }
}
.pendant-body .sec-cases__box--point__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3.6vw;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box--point__flex {
    padding-top: 0;
    padding-left: 6%;
    padding-right: 6%;
  }
}
.pendant-body .sec-cases__box--point__flex .half {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box--point__flex .half {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.pendant-body .sec-cases__box--point__flex__ttl {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-cases__box--point__flex__ttl {
    font-size: 1.6rem;
    text-align: left;
  }
}
.pendant-body .sec-cases__box--point__flex span {
  display: block;
  margin-top: 1.4rem;
}
.pendant-body .sec-cases__box--point .btn_small {
  margin-top: 2.2rem;
}
.pendant-body .sec-cases__box--point .btn_small .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.pendant-body .angle-comment-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .pendant-body .angle-comment-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.pendant-body .angle-comment-wrap .photo {
  display: none;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .pendant-body .angle-comment-wrap .photo {
    display: block;
  }
}
.pendant-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
  padding-bottom: 69.3%;
}
.pendant-body .angle-comment {
  position: absolute;
  bottom: 0;
  right: 2.8vw;
  padding-right: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .pendant-body .angle-comment {
    position: relative;
    bottom: auto;
    right: auto;
    width: 55%;
    padding-left: 4.9%;
    padding-right: 0;
    text-align: left;
    letter-spacing: 0.03em;
    transform: translateY(0%);
  }
}
.pendant-body .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #645c5d;
}
@media screen and (max-width: 767px) {
  .pendant-body .angle-comment::after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }
}
.pendant-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.pendant-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.pendant-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.pendant-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.pendant-body .sec-wphotobnr {
  cursor: pointer;
}
.pendant-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.pendant-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.pendant-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-wphotobnr__inner__div .logo {
    width: max(60%, 15rem);
  }
}
.pendant-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.pendant-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.pendant-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.pendant-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-pendant/img-pendant-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .pendant-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-pendant/img-pendant-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT SA
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-sa */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--sa {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn kk-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll sa ver */
.sa-body {
  /* header sa ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .sa-body .scrolldwn {
    display: none;
  }
}
.sa-body .scrolldwn::after {
  background-color: #3F3534;
}
.sa-body .scrolldwn::before {
  background-color: #3F3534;
}
.sa-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.sa-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.sa-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.sa-body .svg01 {
  display: none;
}
.sa-body .luci-logo {
  display: none;
}
.sa-body .sa-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .sa-body .sa-anchorlist {
    display: none;
  }
}
.sa-body .sa-anchorlist__item {
  width: 100%;
}
.sa-body .sa-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.sa-body .sa-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.sa-body .sa-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.sa-body .sa-anchorlist__item:hover a:hover {
  opacity: 1;
}
.sa-body .sa-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap {
    height: 126vw;
  }
}
.sa-body .sa-mainv-wrap .sa-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .sa-body .sa-mainv-wrap .sa-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap .sa-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.sa-body .sa-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sa-body .sa-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .sa-body .sa-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap .h1-block {
    width: 100%;
  }
}
.sa-body .sa-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 52.8%;
    transform: translateX(0) translateY(0);
  }
}
.sa-body .sa-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.sa-body .sa-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.sa-body .sa-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.sa-body .sa-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.sa-body .sa-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.sa-body .sa-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sa-body .sa-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .sa-body .sa-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sa-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.sa-body .sa-mainv-wrap .photo-slider__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sa-body .hidden.h1-block {
    visibility: hidden;
    display: none;
    transition: all 0.2s -0.1s ease-in;
  }
}
.sa-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .sa-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.sa-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.sa-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.sa-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.sa-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.sa-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .sa-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .photo-slider__list__item {
    height: 100%;
  }
}
.sa-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .sa-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.sa-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .sa-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .sa-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.sa-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.sa-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sa/img-sa-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .sa-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sa/img-sa-mainslider01-sp.png");
  }
}
.sa-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sa/img-sa-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .sa-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sa/img-sa-mainslider02-sp.png");
  }
}
.sa-body .photo-slider__list__item .item03 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sa/img-sa-mainslider03.png");
}
@media screen and (max-width: 767px) {
  .sa-body .photo-slider__list__item .item03 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sa/img-sa-mainslider03-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.sa-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner {
    display: block;
  }
}
.sa-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .left {
    width: 100%;
  }
}
.sa-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.sa-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.sa-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(18.8vw, 24.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.sa-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.sa-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.sa-body .sec-spec__inner .right .sec-spec-desc {
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.sa-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.sa-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.sa-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.sa-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.sa-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.sa-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.sa-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .sa-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .sa-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.sa-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.sa-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-value {
    padding-top: 4.2rem;
  }
}
.sa-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.sa-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sa-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .sa-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.sa-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.sa-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.sa-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .sa-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.sa-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.sa-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.sa-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.sa-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.sa-body .crip-f {
  margin-top: 2.2rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.sa-body .crip-f::after {
  content: ">>";
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  margin-left: 0.4rem;
  transform: translateY(-14%);
}
.sa-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.sa-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .sa-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.sa-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.sa-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.sa-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 97.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sa-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.sa-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.sa-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.sa-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.sa-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.sa-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.sa-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.sa-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.sa-body .sec-cases__box__caption .dxf-01 {
  width: 69.3%;
}
.sa-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.sa-body .sec-cases__box__caption .dxf-03 {
  width: 72.4%;
}
.sa-body .sec-cases__box__caption .dxf-04 {
  width: 76.4%;
}
.sa-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.sa-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.sa-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.sa-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .sa-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .sa-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.sa-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.sa-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.sa-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.sa-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .sa-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.sa-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.sa-body .sec-cases__box--point__inner {
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3.6vw;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box--point__inner {
    padding-top: 12vw;
    padding-left: 11.9%;
    padding-right: 11.9%;
  }
}
.sa-body .sec-cases__box--point__inner .ttl {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  text-align: center;
  background: none;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases__box--point__inner .ttl {
    font-size: 1.8rem;
  }
}
.sa-body .sec-cases__box--point__inner p {
  margin-bottom: 2.7vw;
  font-size: 1.5rem;
  text-align: center;
}
.sa-body .sec-cases__box--point__inner p img {
  max-width: 100%;
}
.sa-body .sec-cases__box--point__inner span {
  display: block;
  margin-top: 1.4rem;
}
.sa-body .sec-cases .box-2w {
  display: block;
}
.sa-body .sec-cases .box-2w__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases .box-2w__inner {
    display: block;
  }
}
.sa-body .sec-cases .box-2w__inner .sec-cases__box__caption {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases .box-2w__inner .sec-cases__box__caption {
    width: 100%;
  }
}
.sa-body .sec-cases .box-2w__inner .sec-cases__box__image {
  width: 52.2%;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases .box-2w__inner .sec-cases__box__image {
    width: 100%;
    margin-top: 4vw;
  }
}
.sa-body .sec-cases .box-2w__inner .sec-cases__box__image__inner {
  padding-bottom: 74.4%;
}
.sa-body .sec-cases .box-2w .box-2w__inner--asset {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-cases .box-2w .box-2w__inner--asset {
    margin-top: 0;
  }
}
.sa-body .angle-comment-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.sa-body .angle-comment-wrap .photo {
  width: calc(100% - 2.8vw);
}
@media screen and (max-width: 767px) {
  .sa-body .angle-comment-wrap .photo {
    width: 47.8%;
  }
  .sa-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
    position: relative;
  }
}
.sa-body .angle-comment-wrap .angle-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .sa-body .angle-comment-wrap .angle-comment {
    right: -3%;
  }
}
.sa-body .angle-comment-wrap .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-right: 8px solid #645c5d;
  border-bottom: 4px solid transparent;
}
.sa-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.sa-body .dl-btn span {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.sa-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.sa-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.sa-body .sec-wphotobnr {
  cursor: pointer;
}
.sa-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.sa-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.sa-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.sa-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.sa-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sa-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.sa-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.sa-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sa/img-sa-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sa-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sa/img-sa-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT sk
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-sa */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--sk {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn sk-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll sk ver */
.sk-body {
  /* header sk ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .sk-body .scrolldwn {
    display: none;
  }
}
.sk-body .scrolldwn::after {
  background-color: #3F3534;
}
.sk-body .scrolldwn::before {
  background-color: #3F3534;
}
.sk-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.sk-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.sk-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.sk-body .svg01 {
  display: none;
}
.sk-body .luci-logo {
  display: none;
}
.sk-body .sk-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .sk-body .sk-anchorlist {
    display: none;
  }
}
.sk-body .sk-anchorlist__item {
  width: 100%;
}
.sk-body .sk-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.sk-body .sk-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.sk-body .sk-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.sk-body .sk-anchorlist__item:hover a:hover {
  opacity: 1;
}
.sk-body .sk-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap {
    height: 126vw;
  }
}
.sk-body .sk-mainv-wrap .sk-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .sk-body .sk-mainv-wrap .sk-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap .sk-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.sk-body .sk-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sk-body .sk-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .sk-body .sk-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap .h1-block {
    width: 100%;
  }
}
.sk-body .sk-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 52.8%;
    transform: translateX(0) translateY(0);
  }
}
.sk-body .sk-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.sk-body .sk-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.sk-body .sk-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.sk-body .sk-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.sk-body .sk-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.sk-body .sk-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sk-body .sk-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .sk-body .sk-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sk-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.sk-body .sk-mainv-wrap .photo-slider__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sk-body .hidden.h1-block {
    visibility: hidden;
    display: none;
    transition: all 0.2s -0.1s ease-in;
  }
}
.sk-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .sk-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.sk-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.sk-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.sk-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.sk-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.sk-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .sk-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .photo-slider__list__item {
    height: 100%;
  }
}
.sk-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .sk-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.sk-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .sk-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .sk-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.sk-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.sk-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sk/img-sk-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .sk-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sk/img-sk-mainslider01-sp.png");
  }
}
.sk-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sk/img-sk-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .sk-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sk/img-sk-mainslider02-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.sk-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner {
    display: block;
  }
}
.sk-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .left {
    width: 100%;
  }
}
.sk-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.sk-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.sk-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(18.8vw, 24.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.sk-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.sk-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.sk-body .sec-spec__inner .right .sec-spec-desc {
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.sk-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.sk-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
.sk-body .sec-spec__inner .right .desc-flex span {
  display: block;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.sk-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.sk-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.sk-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.sk-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.sk-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .sk-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .sk-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.sk-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.sk-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-value {
    padding-top: 4.2rem;
  }
}
.sk-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.sk-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sk-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .sk-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.sk-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.sk-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.sk-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .sk-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.sk-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.sk-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.sk-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.sk-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.sk-body .crip-f {
  margin-top: 2.2rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.sk-body .crip-f::after {
  content: ">>";
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  margin-left: 0.4rem;
  transform: translateY(-14%);
}
.sk-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.sk-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .sk-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.sk-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.sk-body .sec-cases__box--illust {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--illust {
    flex-wrap: wrap;
  }
}
.sk-body .sec-cases__box--illust__item {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--illust__item {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.sk-body .sec-cases__box--illust__ttl {
  padding: 0.4rem;
  background-color: #EBEAEA;
  font-size: 1.6rem;
  text-align: center;
}
.sk-body .sec-cases__box--illust__ttl span {
  color: #3F3534;
}
.sk-body .sec-cases__box--illust__inner {
  text-align: center;
}
.sk-body .sec-cases__box--illust__inner .illust {
  width: max(48%, 15rem);
  height: auto;
  margin: 2rem auto;
}
.sk-body .sec-cases__box--illust__inner .illust img {
  max-width: 100%;
}
.sk-body .sec-cases__box--illust__inner .locate {
  position: relative;
  width: max(85%, 38rem);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--illust__inner .locate {
    width: 100%;
  }
}
.sk-body .sec-cases__box--illust__inner .locate img {
  max-width: 100%;
}
.sk-body .sec-cases__box--illust__inner .locate span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(63, 53, 52, 0.9);
  color: #FFF;
  font-size: 1.2rem;
}
.sk-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.sk-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 97.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sk-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.sk-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.sk-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.sk-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.sk-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.sk-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.sk-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.sk-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.sk-body .sec-cases__box__caption .dxf-01 {
  width: 69.3%;
}
.sk-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.sk-body .sec-cases__box__caption .dxf-03 {
  width: 72.4%;
}
.sk-body .sec-cases__box__caption .dxf-04 {
  width: 76.4%;
}
.sk-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.sk-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.sk-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.sk-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .sk-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .sk-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.sk-body .sec-cases__box .last {
  margin-bottom: 8.4rem;
}
.sk-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.sk-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.sk-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.sk-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .sk-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.sk-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.sk-body .sec-cases__box--point__inner {
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--point__inner {
    padding-top: 12vw;
    padding-left: 11.9%;
    padding-right: 11.9%;
    flex-wrap: wrap;
  }
}
.sk-body .sec-cases__box--point__inner .desc {
  width: calc(100% - 25rem);
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--point__inner .desc {
    width: 100%;
    margin-bottom: 5.2vw;
  }
}
.sk-body .sec-cases__box--point__inner .desc .ttl {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  background: none;
}
.sk-body .sec-cases__box--point__inner .img {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases__box--point__inner .img {
    width: 100%;
  }
}
.sk-body .sec-cases__box--point__inner p {
  margin-bottom: 2.7vw;
  font-size: 1.5rem;
  text-align: left;
}
.sk-body .sec-cases__box--point__inner p img {
  max-width: 100%;
}
.sk-body .sec-cases__box--point__inner span {
  display: block;
  margin-top: 1.4rem;
}
.sk-body .sec-cases .box-2w {
  display: block;
}
.sk-body .sec-cases .box-2w__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases .box-2w__inner {
    display: block;
  }
}
.sk-body .sec-cases .box-2w__inner .sec-cases__box__caption {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases .box-2w__inner .sec-cases__box__caption {
    width: 100%;
  }
}
.sk-body .sec-cases .box-2w__inner .sec-cases__box__image {
  width: 52.2%;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases .box-2w__inner .sec-cases__box__image {
    width: 100%;
    margin-top: 4vw;
  }
}
.sk-body .sec-cases .box-2w__inner .sec-cases__box__image__inner {
  padding-bottom: 74.4%;
}
.sk-body .sec-cases .box-2w .box-2w__inner--asset {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-cases .box-2w .box-2w__inner--asset {
    margin-top: 0;
  }
}
.sk-body .angle-comment-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.sk-body .angle-comment-wrap .photo {
  width: calc(100% - 2.8vw);
}
@media screen and (max-width: 767px) {
  .sk-body .angle-comment-wrap .photo {
    width: 47.8%;
  }
  .sk-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
    position: relative;
  }
}
.sk-body .angle-comment-wrap .angle-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .sk-body .angle-comment-wrap .angle-comment {
    right: -3%;
  }
}
.sk-body .angle-comment-wrap .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-right: 8px solid #645c5d;
  border-bottom: 4px solid transparent;
}
.sk-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.sk-body .dl-btn span {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.sk-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.sk-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.sk-body .sec-wphotobnr {
  cursor: pointer;
}
.sk-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.sk-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.sk-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.sk-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.sk-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sk-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.sk-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.sk-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sk/img-sk-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sk-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-sk/img-sk-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT flex
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-flex */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--flex {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn flex-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll flex ver */
.flex-body {
  /* headerflex ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .flex-body .scrolldwn {
    display: none;
  }
}
.flex-body .scrolldwn::after {
  background-color: #3F3534;
}
.flex-body .scrolldwn::before {
  background-color: #3F3534;
}
.flex-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.flex-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.flex-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.flex-body .flex-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .flex-body .flex-anchorlist {
    display: none;
  }
}
.flex-body .flex-anchorlist__item {
  width: 100%;
}
.flex-body .flex-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.flex-body .flex-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.flex-body .flex-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.flex-body .flex-anchorlist__item:hover a:hover {
  opacity: 1;
}
.flex-body .flex-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap {
    height: 126vw;
  }
}
.flex-body .flex-mainv-wrap .flex-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .flex-body .flex-mainv-wrap .flex-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap .flex-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.flex-body .flex-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .flex-body .flex-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .flex-body .flex-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap .h1-block {
    width: 100%;
  }
}
.flex-body .flex-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateX(-45%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 6.4vw;
    width: 50.8%;
    transform: translateX(0) translateY(0);
  }
}
.flex-body .flex-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.flex-body .flex-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.flex-body .flex-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.flex-body .flex-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.flex-body .flex-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  padding-left: 15px;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  transform: translateX(-8%);
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
    padding-left: 3.9vw;
  }
}
.flex-body .flex-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .flex-body .flex-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .flex-body .flex-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .flex-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.flex-body .flex-mainv-wrap .photo-slider__inner {
  position: relative;
}
.flex-body .flex-mainv-wrap .photo-slider .splide__arrows {
  display: none !important;
}
.flex-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .flex-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.flex-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.flex-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.flex-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.flex-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.flex-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .flex-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .photo-slider__list__item {
    height: 100%;
  }
}
.flex-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .flex-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.flex-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .flex-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .flex-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.flex-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.flex-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex/img-flex-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .flex-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex/img-flex-mainslider01-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.flex-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner {
    display: block;
  }
}
.flex-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner .left {
    width: 100%;
  }
}
.flex-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.flex-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.flex-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(28.8vw, 30.2rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(75vw, 22rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.flex-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.flex-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.flex-body .sec-spec__inner .right .tokkyo-txt {
  display: inline-block;
  margin-bottom: 3rem;
  margin-left: 0.5rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner .right .tokkyo-txt {
    margin-bottom: 1.8rem;
  }
}
.flex-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.flex-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.flex-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .flex-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .flex-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.flex-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.flex-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-value {
    padding-top: 4.2rem;
  }
}
.flex-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.flex-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.flex-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .flex-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.flex-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.flex-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.flex-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .flex-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.flex-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.flex-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.flex-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.flex-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.flex-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .flex-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.flex-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.flex-body .sec-cases__box__image {
  position: relative;
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box__image {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.flex-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 112%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.flex-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.flex-body .sec-cases__box__txtbox {
  width: 52.8%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.flex-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.flex-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.flex-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.flex-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.flex-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.flex-body .sec-cases__box__caption .dxf-01 {
  width: 86%;
}
.flex-body .sec-cases__box__caption .dxf-02 {
  width: 88%;
}
.flex-body .sec-cases__box__caption .dxf-03 {
  width: 62.4%;
}
.flex-body .sec-cases__box__caption .dxf-04 {
  width: 70%;
}
.flex-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .flex-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .flex-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.flex-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .flex-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.flex-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.flex-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.flex-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.flex-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.flex-body .sec-wphotobnr {
  cursor: pointer;
}
.flex-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.flex-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.flex-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-wphotobnr__inner__div .logo {
    width: max(60%, 15rem);
  }
}
.flex-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.flex-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .flex-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.flex-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.flex-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex/img-flex-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .flex-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex/img-flex-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT flex
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-flex */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--flex {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn flex-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll flex ver */
.flex-s-body {
  /* headerflex ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .flex-s-body .scrolldwn {
    display: none;
  }
}
.flex-s-body .scrolldwn::after {
  background-color: #3F3534;
}
.flex-s-body .scrolldwn::before {
  background-color: #3F3534;
}
.flex-s-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.flex-s-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.flex-s-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.flex-s-body .flex-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .flex-s-body .flex-anchorlist {
    display: none;
  }
}
.flex-s-body .flex-anchorlist__item {
  width: 100%;
}
.flex-s-body .flex-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.flex-s-body .flex-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.flex-s-body .flex-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.flex-s-body .flex-anchorlist__item:hover a:hover {
  opacity: 1;
}
.flex-s-body .flex-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap {
    height: 126vw;
  }
}
.flex-s-body .flex-mainv-wrap .flex-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .flex-s-body .flex-mainv-wrap .flex-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap .flex-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.flex-s-body .flex-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .flex-s-body .flex-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .flex-s-body .flex-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap .h1-block {
    width: 100%;
  }
}
.flex-s-body .flex-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateX(-45%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.4vw;
    width: 55.8%;
    transform: translateX(0) translateY(0);
  }
}
.flex-s-body .flex-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.flex-s-body .flex-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.flex-s-body .flex-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.flex-s-body .flex-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.flex-s-body .flex-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  padding-left: 15px;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
  transform: translateX(-8%);
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
    padding-left: 3.9vw;
  }
}
.flex-s-body .flex-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .flex-s-body .flex-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .flex-s-body .flex-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .flex-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.flex-s-body .flex-mainv-wrap .photo-slider__inner {
  position: relative;
}
.flex-s-body .flex-mainv-wrap .photo-slider .splide__arrows {
  display: none !important;
}
.flex-s-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .flex-s-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.flex-s-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.flex-s-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.flex-s-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.flex-s-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.flex-s-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .flex-s-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .photo-slider__list__item {
    height: 100%;
  }
}
.flex-s-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .flex-s-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.flex-s-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .flex-s-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .flex-s-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.flex-s-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.flex-s-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-s/img-flexs-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .flex-s-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-s/img-flexs-mainslider01-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.flex-s-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner {
    display: block;
  }
}
.flex-s-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner .left {
    width: 100%;
  }
}
.flex-s-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.flex-s-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.flex-s-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(28.8vw, 30.2rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(82vw, 24rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.flex-s-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.flex-s-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.flex-s-body .sec-spec__inner .right .tokkyo-txt {
  display: inline-block;
  margin-bottom: 3rem;
  margin-left: 0.5rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner .right .tokkyo-txt {
    margin-bottom: 1.8rem;
  }
}
.flex-s-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.flex-s-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.flex-s-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .flex-s-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .flex-s-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.flex-s-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.flex-s-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-value {
    padding-top: 4.2rem;
  }
}
.flex-s-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.flex-s-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.flex-s-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .flex-s-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.flex-s-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.flex-s-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.flex-s-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .flex-s-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.flex-s-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.flex-s-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.flex-s-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.flex-s-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.flex-s-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .flex-s-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.flex-s-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.flex-s-body .sec-cases__box__image {
  position: relative;
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box__image {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.flex-s-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 112%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.flex-s-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.flex-s-body .sec-cases__box__txtbox {
  width: 52.8%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.flex-s-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.flex-s-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.flex-s-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.flex-s-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.flex-s-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.flex-s-body .sec-cases__box__caption .dxf-01 {
  width: 74%;
}
.flex-s-body .sec-cases__box__caption .dxf-02 {
  width: 82%;
}
.flex-s-body .sec-cases__box__caption .dxf-03 {
  width: 76%;
}
.flex-s-body .sec-cases__box__caption .dxf-04 {
  width: 75%;
}
.flex-s-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .flex-s-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .flex-s-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.flex-s-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.flex-s-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.flex-s-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.flex-s-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.flex-s-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.flex-s-body .sec-wphotobnr {
  cursor: pointer;
}
.flex-s-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.flex-s-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.flex-s-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-wphotobnr__inner__div .logo {
    width: max(64%, 15rem);
  }
}
.flex-s-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.flex-s-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.flex-s-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.flex-s-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-s/img-flexs-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .flex-s-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-s/img-flexs-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT zen
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-sa */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--zen {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn zen-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll zen ver */
.zen-body {
  /* header zen ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .zen-body .scrolldwn {
    display: none;
  }
}
.zen-body .scrolldwn::after {
  background-color: #3F3534;
}
.zen-body .scrolldwn::before {
  background-color: #3F3534;
}
.zen-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.zen-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.zen-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.zen-body .zen-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .zen-body .zen-anchorlist {
    display: none;
  }
}
.zen-body .zen-anchorlist__item {
  width: 100%;
}
.zen-body .zen-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.zen-body .zen-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.zen-body .zen-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.zen-body .zen-anchorlist__item:hover a:hover {
  opacity: 1;
}
.zen-body .zen-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap {
    height: 126vw;
  }
}
.zen-body .zen-mainv-wrap .zen-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .zen-body .zen-mainv-wrap .zen-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap .zen-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.zen-body .zen-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .zen-body .zen-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .zen-body .zen-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap .h1-block {
    width: 100%;
  }
}
.zen-body .zen-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 52.8%;
    transform: translateX(0) translateY(0);
  }
}
.zen-body .zen-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.zen-body .zen-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.zen-body .zen-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.zen-body .zen-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.zen-body .zen-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.zen-body .zen-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .zen-body .zen-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .zen-body .zen-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .zen-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.zen-body .zen-mainv-wrap .photo-slider__inner {
  position: relative;
}
.zen-body .splide__arrows {
  display: none;
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .zen-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.zen-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.zen-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.zen-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.zen-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.zen-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .zen-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .photo-slider__list__item {
    height: 100%;
  }
}
.zen-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .zen-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.zen-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .zen-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .zen-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.zen-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.zen-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-zen/img-zen-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .zen-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-zen/img-zen-mainslider01-sp.png");
  }
}
.zen-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-zen/img-zen-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .zen-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-zen/img-zen-mainslider02-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.zen-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner {
    display: block;
  }
}
.zen-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .left {
    width: 100%;
  }
}
.zen-body .sec-spec__inner .left img {
  width: 100%;
  height: auto;
}
.zen-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.zen-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(18.8vw, 24.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.zen-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.zen-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.zen-body .sec-spec__inner .right .sec-spec-desc {
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.zen-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.zen-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.zen-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.zen-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.zen-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.zen-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.zen-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .zen-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .zen-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.zen-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.zen-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-value {
    padding-top: 4.2rem;
  }
}
.zen-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.zen-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.zen-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .zen-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.zen-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.zen-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.zen-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .zen-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.zen-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.zen-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.zen-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.zen-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.zen-body .crip-f {
  margin-top: 2.2rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.zen-body .crip-f::after {
  content: ">>";
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  margin-left: 0.4rem;
  transform: translateY(-14%);
}
.zen-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.zen-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .zen-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.zen-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.zen-body .sec-cases__box--illust {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--illust {
    flex-wrap: wrap;
  }
}
.zen-body .sec-cases__box--illust__item {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--illust__item {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.zen-body .sec-cases__box--illust__ttl {
  padding: 0.4rem;
  background-color: #EBEAEA;
  font-size: 1.6rem;
  text-align: center;
}
.zen-body .sec-cases__box--illust__ttl span {
  color: #3F3534;
}
.zen-body .sec-cases__box--illust__inner {
  text-align: center;
}
.zen-body .sec-cases__box--illust__inner .illust {
  width: max(48%, 15rem);
  height: auto;
  margin: 2rem auto;
}
.zen-body .sec-cases__box--illust__inner .illust img {
  max-width: 100%;
}
.zen-body .sec-cases__box--illust__inner .locate {
  position: relative;
  width: max(85%, 38rem);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--illust__inner .locate {
    width: 100%;
  }
}
.zen-body .sec-cases__box--illust__inner .locate img {
  max-width: 100%;
}
.zen-body .sec-cases__box--illust__inner .locate span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(63, 53, 52, 0.9);
  color: #FFF;
  font-size: 1.2rem;
}
.zen-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.zen-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 79.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.zen-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.zen-body .sec-cases__box__image--exp .sec-cases__box__image__inner {
  position: relative;
  margin-bottom: calc(2em + 3rem);
}
.zen-body .sec-cases__box__image--exp .sec-cases__box__image__inner span {
  position: absolute;
  width: 9em;
  bottom: -2em;
  right: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box__image--exp .sec-cases__box__image__inner span {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0);
  }
}
.zen-body .sec-cases__box__image--exp .inner-rect {
  position: relative;
  width: 40.9%;
  padding-bottom: 70%;
  margin-left: auto;
  background-size: contain;
}
.zen-body .sec-cases__box__image--exp .inner-rect span {
  position: absolute;
  width: 6em;
  bottom: -2em;
  right: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box__image--exp .inner-rect span {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0);
  }
}
.zen-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.zen-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.zen-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.zen-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.zen-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.zen-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.zen-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.zen-body .sec-cases__box__caption .dxf-01 {
  width: 80%;
}
.zen-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.zen-body .sec-cases__box__caption .dxf-03 {
  width: 72.4%;
}
.zen-body .sec-cases__box__caption .dxf-04 {
  width: 76.4%;
}
.zen-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.zen-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.zen-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.zen-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .zen-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .zen-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.zen-body .sec-cases__box .last {
  margin-bottom: 8.4rem;
}
.zen-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.zen-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.zen-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.zen-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .zen-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.zen-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.zen-body .sec-cases__box--point__inner {
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--point__inner {
    padding-top: 12vw;
    padding-left: 11.9%;
    padding-right: 11.9%;
    flex-wrap: wrap;
  }
}
.zen-body .sec-cases__box--point__inner .desc {
  width: calc(100% - 25rem);
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--point__inner .desc {
    width: 100%;
    margin-bottom: 5.2vw;
  }
}
.zen-body .sec-cases__box--point__inner .desc .ttl {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  background: none;
}
.zen-body .sec-cases__box--point__inner .img {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases__box--point__inner .img {
    width: 100%;
  }
}
.zen-body .sec-cases__box--point__inner p {
  margin-bottom: 2.7vw;
  font-size: 1.5rem;
  text-align: left;
}
.zen-body .sec-cases__box--point__inner p img {
  max-width: 100%;
}
.zen-body .sec-cases__box--point__inner span {
  display: block;
  margin-top: 1.4rem;
}
.zen-body .sec-cases .box-2w {
  display: block;
}
.zen-body .sec-cases .box-2w__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases .box-2w__inner {
    display: block;
  }
}
.zen-body .sec-cases .box-2w__inner .sec-cases__box__caption {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases .box-2w__inner .sec-cases__box__caption {
    width: 100%;
  }
}
.zen-body .sec-cases .box-2w__inner .sec-cases__box__image {
  width: 52.2%;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases .box-2w__inner .sec-cases__box__image {
    width: 100%;
    margin-top: 4vw;
  }
}
.zen-body .sec-cases .box-2w__inner .sec-cases__box__image__inner {
  padding-bottom: 74.4%;
}
.zen-body .sec-cases .box-2w .box-2w__inner--asset {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-cases .box-2w .box-2w__inner--asset {
    margin-top: 0;
  }
}
.zen-body .angle-comment-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.zen-body .angle-comment-wrap .photo {
  width: calc(100% - 2.8vw);
}
@media screen and (max-width: 767px) {
  .zen-body .angle-comment-wrap .photo {
    width: 47.8%;
  }
  .zen-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
    position: relative;
  }
}
.zen-body .angle-comment-wrap .angle-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .zen-body .angle-comment-wrap .angle-comment {
    right: -3%;
  }
}
.zen-body .angle-comment-wrap .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-right: 8px solid #645c5d;
  border-bottom: 4px solid transparent;
}
.zen-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.zen-body .dl-btn span {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.zen-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.zen-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.zen-body .sec-wphotobnr {
  cursor: pointer;
}
.zen-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.zen-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.zen-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.zen-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.zen-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .zen-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.zen-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.zen-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-zen/img-zen-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .zen-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-zen/img-zen-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT stand
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-stand */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--stand {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn stand-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll stand ver */
.stand-body {
  /* header stand ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .stand-body .scrolldwn {
    display: none;
  }
}
.stand-body .scrolldwn::after {
  background-color: #3F3534;
}
.stand-body .scrolldwn::before {
  background-color: #3F3534;
}
.stand-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.stand-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.stand-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.stand-body .stand-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .stand-body .stand-anchorlist {
    display: none;
  }
}
.stand-body .stand-anchorlist__item {
  width: 100%;
}
.stand-body .stand-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.stand-body .stand-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.stand-body .stand-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.stand-body .stand-anchorlist__item:hover a:hover {
  opacity: 1;
}
.stand-body .stand-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap {
    height: 126vw;
  }
}
.stand-body .stand-mainv-wrap .stand-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .stand-body .stand-mainv-wrap .stand-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .stand-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.stand-body .stand-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .stand-body .stand-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .stand-body .stand-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .h1-block {
    width: 100%;
  }
}
.stand-body .stand-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 62.8%;
    transform: translateX(0) translateY(0);
  }
}
.stand-body .stand-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.stand-body .stand-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.stand-body .stand-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.stand-body .stand-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.stand-body .stand-mainv-wrap .h1-block .stand-icon {
  display: block;
  margin: 3rem auto 0;
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .h1-block .stand-icon {
    display: none;
  }
}
.stand-body .stand-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .h1-block__txt {
    margin-top: 2.2rem;
    text-align: left;
  }
}
.stand-body .stand-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .stand-body .stand-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .stand-body .stand-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .stand-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.stand-body .stand-mainv-wrap .photo-slider__inner {
  position: relative;
}
.stand-body .splide__arrows {
  display: none;
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .stand-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.stand-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.stand-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.stand-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.stand-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.stand-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .stand-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .photo-slider__list__item {
    height: 100%;
  }
}
.stand-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .stand-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.stand-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .stand-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .stand-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.stand-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.stand-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-stand/img-stand-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .stand-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-stand/img-stand-mainslider01-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.stand-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-spec__inner {
    display: block;
  }
}
.stand-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-spec__inner .left {
    width: 100%;
  }
}
.stand-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.stand-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.stand-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(18.8vw, 24.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.stand-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.stand-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.stand-body .sec-spec__inner .right .sec-spec-desc {
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.stand-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.stand-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.stand-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .stand-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .stand-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.stand-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.stand-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-value {
    padding-top: 4.2rem;
  }
}
.stand-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.stand-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.stand-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .stand-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.stand-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.stand-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.stand-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .stand-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.stand-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.stand-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.stand-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.stand-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.stand-body .crip-f {
  margin-top: 2.2rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.stand-body .crip-f::after {
  content: ">>";
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  margin-left: 0.4rem;
  transform: translateY(-14%);
}
.stand-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.stand-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .stand-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.stand-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.stand-body .sec-cases__box--illust {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--illust {
    flex-wrap: wrap;
  }
}
.stand-body .sec-cases__box--illust__item {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--illust__item {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.stand-body .sec-cases__box--illust__ttl {
  padding: 0.4rem;
  background-color: #EBEAEA;
  font-size: 1.6rem;
  text-align: center;
}
.stand-body .sec-cases__box--illust__ttl span {
  color: #3F3534;
}
.stand-body .sec-cases__box--illust__inner {
  text-align: center;
}
.stand-body .sec-cases__box--illust__inner .illust {
  width: max(48%, 15rem);
  height: auto;
  margin: 2rem auto;
}
.stand-body .sec-cases__box--illust__inner .illust img {
  max-width: 100%;
}
.stand-body .sec-cases__box--illust__inner .locate {
  position: relative;
  width: max(85%, 38rem);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--illust__inner .locate {
    width: 100%;
  }
}
.stand-body .sec-cases__box--illust__inner .locate img {
  max-width: 100%;
}
.stand-body .sec-cases__box--illust__inner .locate span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(63, 53, 52, 0.9);
  color: #FFF;
  font-size: 1.2rem;
}
.stand-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.stand-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 66.27%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stand-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.stand-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.stand-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.stand-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.stand-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.stand-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.stand-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.stand-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.stand-body .sec-cases__box__caption .dxf-01 {
  width: 69.3%;
}
.stand-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.stand-body .sec-cases__box__caption .dxf-03 {
  width: 72.4%;
}
.stand-body .sec-cases__box__caption .dxf-04 {
  width: 76.4%;
}
.stand-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.stand-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.stand-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.stand-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .stand-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .stand-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.stand-body .sec-cases__box .last {
  margin-bottom: 8.4rem;
}
.stand-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.stand-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.stand-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.stand-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .stand-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.stand-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.stand-body .sec-cases__box--point__inner {
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--point__inner {
    padding-top: 12vw;
    padding-left: 11.9%;
    padding-right: 11.9%;
    flex-wrap: wrap;
  }
}
.stand-body .sec-cases__box--point__inner .desc {
  width: calc(100% - 25rem);
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--point__inner .desc {
    width: 100%;
    margin-bottom: 5.2vw;
  }
}
.stand-body .sec-cases__box--point__inner .desc .ttl {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  background: none;
}
.stand-body .sec-cases__box--point__inner .img {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases__box--point__inner .img {
    width: 100%;
  }
}
.stand-body .sec-cases__box--point__inner p {
  margin-bottom: 2.7vw;
  font-size: 1.5rem;
  text-align: left;
}
.stand-body .sec-cases__box--point__inner p img {
  max-width: 100%;
}
.stand-body .sec-cases__box--point__inner span {
  display: block;
  margin-top: 1.4rem;
}
.stand-body .sec-cases .box-2w {
  display: block;
}
.stand-body .sec-cases .box-2w__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases .box-2w__inner {
    display: block;
  }
}
.stand-body .sec-cases .box-2w__inner .sec-cases__box__caption {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases .box-2w__inner .sec-cases__box__caption {
    width: 100%;
  }
}
.stand-body .sec-cases .box-2w__inner .sec-cases__box__image {
  width: 52.2%;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases .box-2w__inner .sec-cases__box__image {
    width: 100%;
    margin-top: 4vw;
  }
}
.stand-body .sec-cases .box-2w__inner .sec-cases__box__image__inner {
  padding-bottom: 74.4%;
}
.stand-body .sec-cases .box-2w .box-2w__inner--asset {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-cases .box-2w .box-2w__inner--asset {
    margin-top: 0;
  }
}
.stand-body .angle-comment-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.stand-body .angle-comment-wrap .photo {
  width: calc(100% - 2.8vw);
}
@media screen and (max-width: 767px) {
  .stand-body .angle-comment-wrap .photo {
    width: 47.8%;
  }
  .stand-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
    position: relative;
  }
}
.stand-body .angle-comment-wrap .angle-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .stand-body .angle-comment-wrap .angle-comment {
    right: -3%;
  }
}
.stand-body .angle-comment-wrap .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-right: 8px solid #645c5d;
  border-bottom: 4px solid transparent;
}
.stand-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.stand-body .dl-btn span {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.stand-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.stand-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.stand-body .sec-wphotobnr {
  cursor: pointer;
}
.stand-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.stand-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.stand-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 18rem);
  }
}
.stand-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.stand-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .stand-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.stand-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.stand-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-stand/img-stand-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .stand-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-stand/img-stand-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT hs
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-hs */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--hs {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn kk-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll sm ver */
.hs-body {
  /* header hs ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .hs-body .scrolldwn {
    display: none;
  }
}
.hs-body .scrolldwn::after {
  background-color: #3F3534;
}
.hs-body .scrolldwn::before {
  background-color: #3F3534;
}
.hs-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.hs-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.hs-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.hs-body .hs-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .hs-body .hs-anchorlist {
    display: none;
  }
}
.hs-body .hs-anchorlist__item {
  width: 100%;
}
.hs-body .hs-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.hs-body .hs-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.hs-body .hs-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.hs-body .hs-anchorlist__item:hover a:hover {
  opacity: 1;
}
.hs-body .hs-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap {
    height: 126vw;
  }
}
.hs-body .hs-mainv-wrap .hs-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .hs-body .hs-mainv-wrap .hs-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap .hs-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.hs-body .hs-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hs-body .hs-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .hs-body .hs-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap .h1-block {
    width: 100%;
  }
}
.hs-body .hs-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 52.8%;
    transform: translateX(0) translateY(0);
  }
}
.hs-body .hs-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.hs-body .hs-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.hs-body .hs-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.hs-body .hs-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.hs-body .hs-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.hs-body .hs-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .hs-body .hs-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .hs-body .hs-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .hs-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.hs-body .hs-mainv-wrap .photo-slider__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hs-body .hidden.h1-block {
    visibility: hidden;
    display: none;
    transition: all 0.2s -0.1s ease-in;
  }
}
.hs-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .hs-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.hs-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.hs-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.hs-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.hs-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.hs-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .hs-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .photo-slider__list__item {
    height: 100%;
  }
}
.hs-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .hs-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.hs-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .hs-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .hs-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.hs-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.hs-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-hs/img-hs-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .hs-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-hs/img-hs-mainslider01-sp.png");
  }
}
.hs-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-hs/img-hs-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .hs-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-hs/img-hs-mainslider02-sp.png");
  }
}
.hs-body .photo-slider__list__item .item03 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-hs/img-hs-mainslider03.png");
}
@media screen and (max-width: 767px) {
  .hs-body .photo-slider__list__item .item03 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-hs/img-hs-mainslider03-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.hs-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner {
    display: block;
  }
}
.hs-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .left {
    width: 100%;
  }
}
.hs-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.hs-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.hs-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(21.8vw, 34.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.hs-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.hs-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.hs-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.hs-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.hs-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.hs-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.hs-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.hs-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.hs-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.hs-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .hs-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .hs-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.hs-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.hs-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-value {
    padding-top: 4.2rem;
  }
}
.hs-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.hs-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.hs-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .hs-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.hs-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.hs-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.hs-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .hs-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.hs-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.hs-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.hs-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.hs-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.hs-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.hs-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .hs-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.hs-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.hs-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.hs-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 89.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hs-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.hs-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.hs-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.hs-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.hs-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.hs-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.hs-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.hs-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.hs-body .sec-cases__box__caption .dxf-01 {
  width: 75%;
}
.hs-body .sec-cases__box__caption .dxf-02 {
  width: 80.3%;
}
.hs-body .sec-cases__box__caption .dxf-03 {
  width: 69.5%;
}
.hs-body .sec-cases__box__caption .dxf-04 {
  width: 72.5%;
}
.hs-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.hs-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.hs-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.hs-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .hs-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .hs-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.hs-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.hs-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.hs-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.hs-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .hs-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.hs-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.hs-body .sec-cases__box--point__outertitle {
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  text-align: center;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--point__outertitle {
    padding-top: 13.6vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.hs-body .sec-cases__box--point__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 2.8vw;
  padding-bottom: 3.6vw;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--point__flex {
    padding-top: 12vw;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.hs-body .sec-cases__box--point__flex div {
  width: 45.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--point__flex div {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.hs-body .sec-cases__box--point__flex__ttl {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-cases__box--point__flex__ttl {
    font-size: 1.8rem;
    text-align: center;
    background-color: #F5F4F4;
  }
}
.hs-body .sec-cases__box--point__flex h4 {
  padding: 1rem;
  font-size: 1.5rem;
  background-color: #FAF9F9;
}
.hs-body .sec-cases__box--point__flex p {
  font-size: 1.5rem;
  padding: 0.4em;
}
.hs-body .sec-cases__box--point__flex p img {
  max-width: 22rem;
}
.hs-body .sec-cases__box--point__flex span {
  display: block;
  margin-top: 1.4rem;
}
.hs-body .sec-cases .sec-cases__box--point2 {
  margin-bottom: 8.4rem;
}
.hs-body .angle-comment-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .hs-body .angle-comment-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.hs-body .angle-comment-wrap .photo {
  display: none;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .hs-body .angle-comment-wrap .photo {
    display: block;
  }
}
.hs-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
  padding-bottom: 69.3%;
}
@media screen and (max-width: 767px) {
  .hs-body .angle-comment-wrap .photo span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.hs-body .angle-comment {
  position: absolute;
  bottom: 0;
  right: 2.8vw;
  padding-right: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hs-body .angle-comment {
    position: relative;
    bottom: auto;
    right: auto;
    width: 55%;
    padding-left: 4.9%;
    padding-right: 0;
    text-align: left;
    letter-spacing: 0.03em;
    transform: translateY(0%);
  }
}
.hs-body .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #645c5d;
}
@media screen and (max-width: 767px) {
  .hs-body .angle-comment::after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }
}
.hs-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.hs-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.hs-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.hs-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.hs-body .sec-wphotobnr {
  cursor: pointer;
}
.hs-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.hs-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.hs-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.hs-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.hs-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .hs-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.hs-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.hs-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-hs/img-hs-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .hs-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-hs/img-hs-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT lens
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-lens */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--lens {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll sm ver */
.lens-body {
  /* header lens ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .lens-body .scrolldwn {
    display: none;
  }
}
.lens-body .scrolldwn::after {
  background-color: #3F3534;
}
.lens-body .scrolldwn::before {
  background-color: #3F3534;
}
.lens-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.lens-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.lens-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.lens-body .lens-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .lens-body .lens-anchorlist {
    display: none;
  }
}
.lens-body .lens-anchorlist__item {
  width: 100%;
}
.lens-body .lens-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.lens-body .lens-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.lens-body .lens-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.lens-body .lens-anchorlist__item:hover a:hover {
  opacity: 1;
}
.lens-body .lens-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap {
    height: 126vw;
  }
}
.lens-body .lens-mainv-wrap .lens-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .lens-body .lens-mainv-wrap .lens-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap .lens-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.lens-body .lens-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .lens-body .lens-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .lens-body .lens-mainv-wrap .h1-block {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap .h1-block {
    width: 100%;
  }
}
.lens-body .lens-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap .h1-block__inner {
    top: 10.1rem;
    left: 9.6vw;
    width: 52.8%;
    transform: translateX(0) translateY(0);
  }
}
.lens-body .lens-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.lens-body .lens-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.lens-body .lens-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.lens-body .lens-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.lens-body .lens-mainv-wrap .h1-block__txt {
  margin-top: 5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.lens-body .lens-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .lens-body .lens-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .lens-body .lens-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .lens-mainv-wrap .photo-slider {
    width: 100%;
    height: 125vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.lens-body .lens-mainv-wrap .photo-slider__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lens-body .hidden.h1-block {
    visibility: hidden;
    display: none;
    transition: all 0.2s -0.1s ease-in;
  }
}
.lens-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .lens-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.lens-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.lens-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.lens-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.lens-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.lens-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .lens-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .photo-slider__list__item {
    height: 100%;
  }
}
.lens-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .lens-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.lens-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .lens-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .lens-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.lens-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.lens-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-lens/img-lens-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .lens-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-lens/img-lens-mainslider01-sp.png");
  }
}
.lens-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-lens/img-lens-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .lens-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-lens/img-lens-mainslider02-sp.png");
  }
}
.lens-body .photo-slider__list__item .item03 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-lens/img-lens-mainslider03.png");
}
@media screen and (max-width: 767px) {
  .lens-body .photo-slider__list__item .item03 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-lens/img-lens-mainslider03-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.lens-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner {
    display: block;
  }
}
.lens-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .left {
    width: 100%;
  }
}
.lens-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.lens-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.lens-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(21.8vw, 34.1rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(67vw, 20rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.lens-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.lens-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.lens-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.lens-body .sec-spec__inner .right .sec-spec-desc .crip-f {
  margin: 0;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
}
.lens-body .sec-spec__inner .right .desc-flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right .desc-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right .desc-flex span {
    width: 100%;
  }
}
.lens-body .sec-spec__inner .right .desc-flex .pendant {
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right .desc-flex .pendant {
    padding-left: 0;
    display: inline-block;
  }
}
.lens-body .sec-spec__inner .right .desc-flex .stand {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right .desc-flex .stand {
    display: inline-block;
  }
}
.lens-body .sec-spec__inner .right .desc-flex .stand::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/icon-new-spec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.lens-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.lens-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .lens-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .lens-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.lens-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.lens-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-value {
    padding-top: 4.2rem;
  }
}
.lens-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.lens-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.lens-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .lens-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.lens-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.lens-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.lens-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .lens-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.lens-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.lens-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.lens-body .sec-value__flex__item .txt span {
  font-size: clamp(1.2rem, 0.82vw, 1.4rem);
}
.lens-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.lens-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.lens-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .lens-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.lens-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box {
    flex-wrap: wrap;
  }
}
.lens-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.lens-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 89.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lens-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box__image span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.lens-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.lens-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.lens-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.lens-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.lens-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.lens-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.lens-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.lens-body .sec-cases__box__caption .dxf-01 {
  width: 80%;
}
.lens-body .sec-cases__box__caption .dxf-02 {
  width: 82.3%;
}
.lens-body .sec-cases__box__caption .dxf-03 {
  width: 80.5%;
}
.lens-body .sec-cases__box__caption .dxf-04 {
  width: 72.5%;
}
.lens-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.lens-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.lens-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.lens-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .lens-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .lens-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.lens-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.lens-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.lens-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.lens-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .lens-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.lens-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.lens-body .sec-cases__box--point__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3.6vw;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point__flex {
    padding-top: 12vw;
    padding-left: 10.9%;
    padding-right: 10.9%;
    padding-bottom: 12.4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
.lens-body .sec-cases__box--point__flex__ttl {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point__flex__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.lens-body .sec-cases__box--point__flex p {
  margin-bottom: 2.7vw;
  font-size: 1.5rem;
}
.lens-body .sec-cases__box--point__flex img {
  max-width: 100%;
  height: auto;
}
.lens-body .sec-cases__box--point__flex .left {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point__flex .left {
    width: 100%;
  }
}
.lens-body .sec-cases__box--point__flex .right {
  width: 42.2%;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point__flex .right {
    margin-top: 3vw;
    width: 100%;
  }
}
.lens-body .sec-cases__box--point__flex .right ul {
  margin-bottom: 2rem;
}
.lens-body .sec-cases__box--point__flex .right dl {
  display: -webkit-box;
  display: flex;
}
.lens-body .sec-cases__box--point2 {
  position: relative;
  margin-bottom: 3.2vw;
}
.lens-body .sec-cases__box--point2__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  background: none;
}
.lens-body .sec-cases__box--point2__inner .point-item {
  width: 29.3%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point2__inner .point-item {
    width: 100%;
    padding: 0 4vw;
    margin-bottom: 10vw;
    font-size: 1.6rem;
  }
}
.lens-body .sec-cases__box--point2__inner .point-item .ttl {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.8rem 0;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-cases__box--point2__inner .point-item .ttl {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
.lens-body .sec-cases__box--point2__inner .point-item .ttl-1 {
  background-color: #BDB9BA;
}
.lens-body .sec-cases__box--point2__inner .point-item .ttl-2 {
  background-color: #DCDDDD;
}
.lens-body .sec-cases__box--point2__inner .point-item .ttl-3 {
  background-color: #F9F9F9;
}
.lens-body .sec-cases__box--point2__inner .point-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.lens-body .sec-cases__box--point2__inner .point-item p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  text-align: left;
}
.lens-body .angle-comment-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .lens-body .angle-comment-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.lens-body .angle-comment-wrap .photo {
  display: none;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .lens-body .angle-comment-wrap .photo {
    display: block;
  }
}
.lens-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
  padding-bottom: 69.3%;
}
@media screen and (max-width: 767px) {
  .lens-body .angle-comment-wrap .photo span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.lens-body .angle-comment {
  position: absolute;
  bottom: 0;
  right: 2.8vw;
  padding-right: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lens-body .angle-comment {
    position: relative;
    bottom: auto;
    right: auto;
    width: 55%;
    padding-left: 4.9%;
    padding-right: 0;
    text-align: left;
    letter-spacing: 0.03em;
    transform: translateY(0%);
  }
}
.lens-body .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #645c5d;
}
@media screen and (max-width: 767px) {
  .lens-body .angle-comment::after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }
}
.lens-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.lens-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.lens-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.lens-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.lens-body .sec-wphotobnr {
  cursor: pointer;
}
.lens-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.lens-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.lens-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-wphotobnr__inner__div .logo {
    width: max(40%, 15rem);
  }
}
.lens-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.lens-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .lens-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.lens-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.lens-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-lens/img-lens-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .lens-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-lens/img-lens-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT flex soto
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-soto */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--soto {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn soto-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll soto ver */
.soto-body {
  /* headersoto ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .soto-body .scrolldwn {
    display: none;
  }
}
.soto-body .scrolldwn::after {
  background-color: #3F3534;
}
.soto-body .scrolldwn::before {
  background-color: #3F3534;
}
.soto-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.soto-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.soto-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.soto-body .soto-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .soto-body .soto-anchorlist {
    display: none;
  }
}
.soto-body .soto-anchorlist__item {
  width: 100%;
}
.soto-body .soto-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.soto-body .soto-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.soto-body .soto-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.soto-body .soto-anchorlist__item:hover a:hover {
  opacity: 1;
}
.soto-body .soto-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap {
    height: 126vw;
    overflow: hidden;
  }
}
.soto-body .soto-mainv-wrap .soto-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .soto-body .soto-mainv-wrap .soto-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .soto-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.soto-body .soto-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .soto-body .soto-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .soto-body .soto-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .h1-block {
    width: 100%;
  }
}
.soto-body .soto-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 45%;
  width: calc(100% - 8vw);
  transform: translateX(-45%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .h1-block__inner {
    top: 8.4rem;
    left: 50%;
    width: 68.4%;
    transform: translateX(-50%) translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .soto-body .soto-mainv-wrap .h1-block__inner {
    max-width: 320px;
  }
}
.soto-body .soto-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.soto-body .soto-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.soto-body .soto-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.soto-body .soto-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.soto-body .soto-mainv-wrap .h1-block__txt {
  margin-top: 4rem;
  padding-left: 15px;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  transform: translateX(-8%);
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: center;
    padding-left: 0;
    font-size: clamp(1.6rem, 1.4vw, 2rem);
    transform: translateX(0);
  }
}
.soto-body .soto-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .soto-body .soto-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .soto-body .soto-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .photo-slider {
    width: 100%;
    height: 126vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.soto-body .soto-mainv-wrap .photo-slider__inner {
  position: relative;
}
.soto-body .soto-mainv-wrap .photo-slider .splide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .soto-body .soto-mainv-wrap .photo-slider .splide {
    overflow: hidden;
    min-height: 126vw;
  }
}
.soto-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .soto-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.soto-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.soto-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.soto-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.soto-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.soto-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .soto-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .photo-slider__list__item {
    height: 100%;
  }
}
.soto-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .soto-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.soto-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .soto-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .soto-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.soto-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.soto-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto/img-soto-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .soto-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto/img-soto-mainslider01-sp.png");
  }
}
.soto-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto/img-soto-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .soto-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto/img-soto-mainslider02-sp.png");
  }
}
.soto-body .photo-slider__list__item .item03 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto/img-soto-mainslider03.png");
}
@media screen and (max-width: 767px) {
  .soto-body .photo-slider__list__item .item03 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto/img-soto-mainslider03-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.soto-body .splide__progress {
  display: none !important;
}
.soto-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner {
    display: block;
  }
}
.soto-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner .left {
    width: 100%;
  }
}
.soto-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.soto-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.soto-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(28.8vw, 30.2rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(75vw, 22rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.soto-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.soto-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.soto-body .sec-spec__inner .right .tokkyo-txt {
  display: inline-block;
  margin-bottom: 3rem;
  margin-left: 0.5rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner .right .tokkyo-txt {
    margin-bottom: 1.8rem;
  }
}
.soto-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.soto-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.soto-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .soto-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .soto-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.soto-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.soto-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-value {
    padding-top: 4.2rem;
  }
}
.soto-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.soto-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.soto-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .soto-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.soto-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.soto-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.soto-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .soto-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.soto-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.soto-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.soto-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.soto-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.soto-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .soto-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.soto-body .sec-cases__box--lite {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__box--lite {
    flex-wrap: wrap;
  }
}
.soto-body .sec-cases__box--lite__image {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__box--lite__image {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.soto-body .sec-cases__box--lite__image__inner {
  width: 100%;
  padding-bottom: 92.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.soto-body .sec-cases__box--lite__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__box--lite__image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.soto-body .sec-cases__box--lite__txtbox {
  width: 50%;
  margin-left: 4rem;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__box--lite__txtbox {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}
.soto-body .sec-cases__box--lite__caption .ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__box--lite__caption .ttl {
    width: 100%;
    font-size: 2rem;
  }
}
.soto-body .sec-cases__box--lite__caption .scene {
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__box--lite__caption .scene {
    display: inline-block;
    margin-right: 0.6rem;
  }
}
.soto-body .sec-cases__box--lite__caption .scene-label {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.001em;
}
.soto-body .sec-cases__box--lite__caption .scene-number {
  display: inline-block;
  font-size: 2.8rem;
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.soto-body .sec-cases__box--lite__caption p.bold {
  padding-top: 1rem;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__box--lite__caption p.bold {
    padding-top: 0;
  }
}
.soto-body .sec-cases__box--lite__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.soto-body .sec-cases__box--lite--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-cases__box--lite--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
.soto-body .sec-cases__box--lite--right .sec-cases__box--lite__txtbox {
  margin-left: 0;
}
.soto-body .sec-wphotobnr {
  cursor: pointer;
}
.soto-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.soto-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.soto-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-wphotobnr__inner__div .logo {
    width: max(70%, 28rem);
  }
}
.soto-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.soto-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .soto-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.soto-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.soto-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto/img-soto-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .soto-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto/img-soto-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT flex soto sk
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-soto */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--soto-sk {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn soto-sk-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll soto sk ver */
.soto-sk-body {
  /* headersoto-sk ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .soto-sk-body .scrolldwn {
    display: none;
  }
}
.soto-sk-body .scrolldwn::after {
  background-color: #3F3534;
}
.soto-sk-body .scrolldwn::before {
  background-color: #3F3534;
}
.soto-sk-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.soto-sk-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.soto-sk-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.soto-sk-body .soto-sk-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .soto-sk-anchorlist {
    display: none;
  }
}
.soto-sk-body .soto-sk-anchorlist__item {
  width: 100%;
}
.soto-sk-body .soto-sk-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.soto-sk-body .soto-sk-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.soto-sk-body .soto-sk-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.soto-sk-body .soto-sk-anchorlist__item:hover a:hover {
  opacity: 1;
}
.soto-sk-body .soto-sk-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap {
    height: 126vw;
    overflow: hidden;
  }
}
.soto-sk-body .soto-sk-mainv-wrap .soto-sk-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .soto-sk-mainv-wrap .soto-sk-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .soto-sk-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.soto-sk-body .soto-sk-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block {
    width: 100%;
  }
}
.soto-sk-body .soto-sk-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 45%;
  width: calc(100% - 8vw);
  transform: translateX(-45%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block__inner {
    top: 8.4rem;
    left: 50%;
    width: 68.4%;
    transform: translateX(-50%) translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block__inner {
    max-width: 320px;
  }
}
.soto-sk-body .soto-sk-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.soto-sk-body .soto-sk-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.soto-sk-body .soto-sk-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.soto-sk-body .soto-sk-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.soto-sk-body .soto-sk-mainv-wrap .h1-block__txt {
  margin-top: 4rem;
  padding-left: 15px;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  transform: translateX(-8%);
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: center;
    padding-left: 0;
    font-size: clamp(1.6rem, 1.4vw, 2rem);
    transform: translateX(0);
  }
}
.soto-sk-body .soto-sk-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .soto-sk-body .soto-sk-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .soto-sk-body .soto-sk-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .photo-slider {
    width: 100%;
    height: 126vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.soto-sk-body .soto-sk-mainv-wrap .photo-slider__inner {
  position: relative;
}
.soto-sk-body .soto-sk-mainv-wrap .photo-slider .splide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .soto-sk-mainv-wrap .photo-slider .splide {
    overflow: hidden;
    min-height: 126vw;
  }
}
.soto-sk-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.soto-sk-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.soto-sk-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.soto-sk-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.soto-sk-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.soto-sk-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .photo-slider__list__item {
    width: 100vw;
    height: 100%;
  }
}
.soto-sk-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .photo-slider__list__item .slide-item {
    width: 100vw;
    padding-bottom: 42rem;
  }
}
.soto-sk-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .soto-sk-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.soto-sk-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.soto-sk-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto-sk/img-flex-soto-sk-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .soto-sk-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto-sk/img-flex-soto-sk-mainslider01-sp.png");
  }
}
.soto-sk-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto-sk/img-flex-soto-sk-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .soto-sk-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto-sk/img-flex-soto-sk-mainslider02-sp.png");
  }
}
.soto-sk-body .photo-slider__list__item .item03 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto-sk/img-flex-soto-sk-mainslider03.png");
}
@media screen and (max-width: 767px) {
  .soto-sk-body .photo-slider__list__item .item03 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto-sk/img-flex-soto-sk-mainslider03-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.soto-sk-body .splide__progress {
  display: none !important;
}
.soto-sk-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner {
    display: block;
  }
}
.soto-sk-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner .left {
    width: 100%;
  }
}
.soto-sk-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner .left img {
    height: 120%;
  }
}
.soto-sk-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.soto-sk-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(28.8vw, 30.2rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(75vw, 22rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.soto-sk-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.soto-sk-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.soto-sk-body .sec-spec__inner .right .tokkyo-txt {
  display: inline-block;
  margin-bottom: 3rem;
  margin-left: 0.5rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner .right .tokkyo-txt {
    margin-bottom: 1.8rem;
  }
}
.soto-sk-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.soto-sk-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.soto-sk-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .soto-sk-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.soto-sk-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.soto-sk-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-value {
    padding-top: 4.2rem;
  }
}
.soto-sk-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.soto-sk-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.soto-sk-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.soto-sk-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.soto-sk-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.soto-sk-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.soto-sk-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.soto-sk-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.soto-sk-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.soto-sk-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.soto-sk-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .soto-sk-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.soto-sk-body .sec-cases__box--lite {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__box--lite {
    flex-wrap: wrap;
  }
}
.soto-sk-body .sec-cases__box--lite__image {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__box--lite__image {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.soto-sk-body .sec-cases__box--lite__image__inner {
  width: 100%;
  padding-bottom: 92.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.soto-sk-body .sec-cases__box--lite__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__box--lite__image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.soto-sk-body .sec-cases__box--lite__txtbox {
  width: 50%;
  margin-left: 4rem;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__box--lite__txtbox {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}
.soto-sk-body .sec-cases__box--lite__caption .ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__box--lite__caption .ttl {
    width: 100%;
    font-size: 2rem;
  }
}
.soto-sk-body .sec-cases__box--lite__caption .scene {
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__box--lite__caption .scene {
    display: inline-block;
    margin-right: 0.6rem;
  }
}
.soto-sk-body .sec-cases__box--lite__caption .scene-label {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.001em;
}
.soto-sk-body .sec-cases__box--lite__caption .scene-number {
  display: inline-block;
  font-size: 2.8rem;
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.soto-sk-body .sec-cases__box--lite__caption p.bold {
  padding-top: 1rem;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__box--lite__caption p.bold {
    padding-top: 0;
  }
}
.soto-sk-body .sec-cases__box--lite__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.soto-sk-body .sec-cases__box--lite--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-cases__box--lite--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
.soto-sk-body .sec-cases__box--lite--right .sec-cases__box--lite__txtbox {
  margin-left: 0;
}
.soto-sk-body .sec-wphotobnr {
  cursor: pointer;
}
.soto-sk-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.soto-sk-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.soto-sk-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-wphotobnr__inner__div .logo {
    width: max(70%, 28rem);
  }
}
.soto-sk-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.soto-sk-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.soto-sk-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.soto-sk-body .sec-wphotobnr__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto-sk/img-soto-sk-largebnr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .soto-sk-body .sec-wphotobnr__inner::before {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-soto-sk/img-soto-sk-largebnr-sp.png");
    min-height: 31rem;
  }
}

/*
* RIMiT flex thof
*/
/* //背景画像のパス指定
background-image: url('/static/images/xxx.png'); 
*/
/* //breakpoint
@include mq(min, md) {} : min-width md
@include mq(max, md) {} : max-width md
*/
/* franklin gothicの指定
@include accentFont;
*/
/* opening-thof */
.open-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #645C5D;
  z-index: 120;
}
.open-bg span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.01%;
  height: 1px;
  background: #FFF;
}

.content-wrap--thof {
  width: 100vw;
  background-color: #FAF9F9;
  line-height: 1.7;
  overflow-x: hidden !important;
  z-index: 2;
}

/* btn thof-白ver */
.btn_small--w {
  display: block;
  border-radius: 12rem;
  color: #3F3534;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_small--w {
    width: auto;
    margin: auto;
  }
}
.btn_small--w__inner {
  position: relative;
  padding: 0.24em 0.8em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  background-color: #FFF;
  border-radius: 12rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_small--w__inner {
    width: auto;
  }
}
.btn_small--w__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 100%;
  height: 105%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_small--w p.txt-hover {
  position: relative;
  transform: translateY(-1px);
  padding-right: 2rem;
  font-size: 1.7rem;
  color: #3F3534;
}
.btn_small--w p.txt-hover::after {
  content: " ";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.4rem;
  width: 2rem;
  height: 0.7rem;
  padding-left: 0.4rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.btn_small--w svg {
  transform: translateY(-2px);
}

.sec-wphotobnr:hover .sec-wphotobnr__inner::before {
  transform: scale(1.05);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.sec-wphotobnr:hover .btn_small--w {
  border-radius: 12rem;
  overflow: hidden;
}
.sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
  background-color: #3F3534;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w .btn_small--w__inner::before {
    display: none;
  }
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover {
  color: #FAF9F9;
}
.sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover::after {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow-b.svg");
  }
}
@media screen and (max-width: 767px) {
  .sec-wphotobnr:hover .btn_small--w p.txt-hover {
    color: #3F3534;
  }
}

/* scroll thof ver */
.thof-body {
  /* headerthof ver */
  /*
  * Header SP
  */
  /* us-anchorlist */
  /* mainvisual */
  /*photoslider innerlist*/
  /* section spec */
  /* section spec */
  /* section cases */
  /* section cases */
  /* section wphotobnr */
}
@media screen and (max-width: 991px) {
  .thof-body .scrolldwn {
    display: none;
  }
}
.thof-body .scrolldwn::after {
  background-color: #3F3534;
}
.thof-body .scrolldwn::before {
  background-color: #3F3534;
}
.thof-body .sp-gnav__toggle ul li::before {
  background-color: #3F3534;
}
.thof-body .sp-gnav__toggle ul li::after {
  background-color: #3F3534;
}
.thof-body .sp-gnav .header-rlogo-sp .luci-logo {
  color: #3F3534;
}
.thof-body .thof-anchorlist {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.8rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .thof-body .thof-anchorlist {
    display: none;
  }
}
.thof-body .thof-anchorlist__item {
  width: 100%;
}
.thof-body .thof-anchorlist__item a {
  display: block;
  background-color: #3F3534;
  color: #FAF9F9;
  margin-bottom: 0.1rem;
  padding: 2.06em 1.06em;
  height: min(16.4%, 12.7rem);
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 1;
}
.thof-body .thof-anchorlist__item a span {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
}
.thof-body .thof-anchorlist__item:hover a {
  color: #3F3534;
  background-color: #E4E9E9;
}
.thof-body .thof-anchorlist__item:hover a:hover {
  opacity: 1;
}
.thof-body .thof-mainv-wrap {
  position: relative;
  width: 100%;
  background: #F5F4F4;
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap {
    height: 126vw;
    overflow: hidden;
  }
}
.thof-body .thof-mainv-wrap .thof-mainv {
  width: 100%;
  padding-bottom: max(3.9vw, 5rem);
  height: 69rem;
}
@media screen and (max-width: 991px) {
  .thof-body .thof-mainv-wrap .thof-mainv {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .thof-mainv {
    height: 126vw;
    padding-bottom: 0;
  }
}
.thof-body .thof-mainv-wrap .h1-block {
  position: absolute;
  z-index: 2;
  width: 27%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .thof-body .thof-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .thof-body .thof-mainv-wrap .h1-block {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .h1-block {
    width: 100%;
  }
}
.thof-body .thof-mainv-wrap .h1-block__inner {
  position: absolute;
  top: 50%;
  left: 45%;
  width: calc(100% - 8vw);
  transform: translateX(-45%) translateY(-50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .h1-block__inner {
    top: 13.8rem;
    left: 50%;
    width: 68.4%;
    transform: translateX(-50%) translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .thof-body .thof-mainv-wrap .h1-block__inner {
    max-width: 320px;
  }
}
.thof-body .thof-mainv-wrap .h1-block__logo {
  margin: auto;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .h1-block__logo {
    margin: 0;
  }
}
.thof-body .thof-mainv-wrap .h1-block__logo img {
  width: 100%;
}
.thof-body .thof-mainv-wrap .h1-block__logo .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .h1-block__logo .pc {
    display: none;
  }
}
.thof-body .thof-mainv-wrap .h1-block__logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .h1-block__logo .sp {
    display: block;
  }
}
.thof-body .thof-mainv-wrap .h1-block__txt {
  margin-top: 4rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .h1-block__txt {
    margin-top: 1.2rem;
    text-align: center;
    font-size: clamp(1.6rem, 1.4vw, 2rem);
    transform: translateX(0);
  }
}
.thof-body .thof-mainv-wrap .h1-block .thof-icon {
  display: block;
  margin: 3rem auto 0;
  width: 7.2rem;
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .h1-block .thof-icon {
    margin-top: 1rem;
  }
}
.thof-body .thof-mainv-wrap .photo-slider {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .thof-body .thof-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .thof-body .thof-mainv-wrap .photo-slider {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .photo-slider {
    width: 100%;
    height: 126vw;
    margin-left: 0;
    overflow: hidden;
  }
}
.thof-body .thof-mainv-wrap .photo-slider__inner {
  position: relative;
}
.thof-body .thof-mainv-wrap .photo-slider .splide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .thof-body .thof-mainv-wrap .photo-slider .splide {
    overflow: hidden;
    min-height: 126vw;
  }
}
.thof-body .splide__arrows {
  position: absolute;
  top: 82%;
  left: 0;
  width: max(7.8vw, 10.2rem);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .thof-body .splide__arrows {
    top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .splide__arrows {
    top: auto;
    left: auto;
    right: -2.4rem;
    bottom: 7.2rem;
  }
}
.thof-body .splide__arrows .splide__arrow {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: max(0.35vw, 0.4rem) max(0.35vw, 0.4rem);
  background: #FAF9F9;
  border-radius: 0 !important;
  width: max(3.9vw, 5.1rem);
  height: max(3.35vw, 4.3rem);
  opacity: 1;
  transform: translateX(-50%);
}
.thof-body .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
  margin-top: -8%;
}
.thof-body .splide__arrows .splide__arrow--prev {
  top: 0;
  left: -25%;
  transform: translateX(-50%);
}
.thof-body .splide__arrows .splide__arrow--next {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
}
.thof-body .photo-slider__list__item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .thof-body .photo-slider__list__item {
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .photo-slider__list__item {
    height: 100%;
  }
}
.thof-body .photo-slider__list__item .slide-item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 64rem;
  background-color: #3F3534;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-duration: 1;
}
@media screen and (max-width: 991px) {
  .thof-body .photo-slider__list__item .slide-item {
    padding-bottom: 42rem;
  }
}
.thof-body .photo-slider__list__item .slide-item .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #645C5D;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.1vw, 1.3rem);
  padding: 0.2em 1em;
  color: #FAF9F9;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .thof-body .photo-slider__list__item .slide-item .slide-caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .photo-slider__list__item .slide-item .slide-caption {
    padding: 0.6rem 1rem 1.2rem;
  }
  .thof-body .photo-slider__list__item .slide-item .slide-caption span {
    display: block;
  }
}
.thof-body .photo-slider__list__item .slide-item:hover {
  opacity: 0.8;
}
.thof-body .photo-slider__list__item .item01 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-thof/img-thof-mainslider01.png");
}
@media screen and (max-width: 767px) {
  .thof-body .photo-slider__list__item .item01 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-thof/img-thof-mainslider01-sp.png");
  }
}
.thof-body .photo-slider__list__item .item02 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-thof/img-thof-mainslider02.png");
}
@media screen and (max-width: 767px) {
  .thof-body .photo-slider__list__item .item02 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-thof/img-thof-mainslider02-sp.png");
  }
}
.thof-body .photo-slider__list__item .item03 {
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-thof/img-thof-mainslider03.png");
}
@media screen and (max-width: 767px) {
  .thof-body .photo-slider__list__item .item03 {
    background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/rimit-flex-thof/img-thof-mainslider03-sp.png");
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.thof-body .splide__progress {
  display: none !important;
}
.thof-body .sec-spec__inner {
  display: -webkit-box;
  display: flex;
  max-width: calc(1100px + 14vw);
  margin: auto;
  padding: 4.6vw 7vw 5.4vw;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner {
    display: block;
  }
}
.thof-body .sec-spec__inner .left {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner .left {
    width: 100%;
  }
}
.thof-body .sec-spec__inner .left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner .left img {
    height: 75%;
  }
}
.thof-body .sec-spec__inner .right {
  width: 56.4%;
  padding-left: 4.8vw;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner .right {
    width: 100%;
    padding-left: 0;
  }
}
.thof-body .sec-spec__inner .right .sec-spec-ttl {
  width: min(28.8vw, 30.2rem);
  margin-bottom: 2.4rem;
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner .right .sec-spec-ttl {
    width: max(75vw, 22rem);
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.thof-body .sec-spec__inner .right .sec-spec-ttl img {
  width: 100%;
}
.thof-body .sec-spec__inner .right .saletxt {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  border: 1px solid #645C5D;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner .right .saletxt {
    margin-bottom: 1.8rem;
  }
}
.thof-body .sec-spec__inner .right .tokkyo-txt {
  display: inline-block;
  margin-bottom: 3rem;
  margin-left: 0.5rem;
  padding: 0.06em 0.6em;
  font-size: clamp(1.5rem, 1.17vw, 1.8rem);
  color: #3F3534;
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner .right .tokkyo-txt {
    margin-bottom: 1.8rem;
  }
}
.thof-body .sec-spec__inner .right .sec-spec-desc {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 1.15vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.thof-body .sec-spec__inner .right .txt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
}
.thof-body .sec-spec__inner .right .btn_small {
  width: 43.7%;
}
@media screen and (max-width: 991px) {
  .thof-body .sec-spec__inner .right .btn_small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner .right .btn_small {
    width: max(64%, 24rem);
  }
}
@media screen and (max-width: 991px) {
  .thof-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.8em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .sec-spec__inner .right .btn_small__inner {
    padding: 0.6em 0.8em;
  }
}
.thof-body .sec-spec__inner .right .btn_small__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}
.thof-body .thumbnail-slider {
  width: 33rem;
  margin: 2rem auto;
}
.thof-body .thumbnail-slider .splide__slide {
  width: 110px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thof-body .thumbnail-slider .splide__slide img {
  display: block;
  width: 100px;
  height: 64px;
}
.thof-body .thumbnail-slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 1px solid #E5E4E4;
}
.thof-body .thumbnail-slider .caption-list {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 4px;
}
.thof-body .thumbnail-slider .caption-list .caption {
  width: 33.3%;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thof-body .thumbnail-slider .caption-list .caption {
    font-size: max(3.2vw, 1.5rem);
  }
}
.thof-body .thumbnail-slider .caption-arrow {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .thof-body .thumbnail-slider .caption-arrow {
    margin-bottom: 8vw;
    font-size: max(3.5vw, 1.8rem);
  }
}
.thof-body .thumbnail-slider .caption-arrow img {
  width: 110px;
}
.thof-body .sec-value {
  max-width: calc(1100px + 14vw);
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-value {
    padding-top: 4.2rem;
  }
}
.thof-body .sec-value__inner {
  padding-bottom: 4.2rem;
}
.thof-body .sec-value__flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.thof-body .sec-value__flex__item {
  position: relative;
  width: 31.3%;
  margin-bottom: 2.59%;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .thof-body .sec-value__flex__item {
    width: 48%;
    margin-bottom: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .sec-value__flex__item {
    width: 100%;
    margin-bottom: 5.3%;
  }
}
.thof-body .sec-value__flex__item .num {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.42em 0.8em;
  background-color: #FAF9F9;
  border-radius: 0.3rem;
  font-size: clamp(2.2rem, 0.8vw, 2.4rem);
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-value__flex__item .num {
    top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .sec-value__flex__item .num {
    font-size: clamp(1.8rem, 0.6vw, 2.2rem);
  }
}
.thof-body .sec-value__flex__item .image img {
  width: 100%;
  aspect-ratio: 4/3;
}
.thof-body .sec-value__flex__item .desc {
  padding: 1.02vw 1.24vw 1.24vw;
}
@media screen and (max-width: 991px) {
  .thof-body .sec-value__flex__item .desc {
    padding: 5.4% 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .sec-value__flex__item .desc {
    padding: 4.2% 4.2%;
  }
}
.thof-body .sec-value__flex__item .title {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.6;
}
.thof-body .sec-value__flex__item .title .small {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.thof-body .sec-value__flex__item .txt {
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  letter-spacing: 0.005em;
}
.thof-body .sec-value__flex::after {
  content: " ";
  display: block;
  width: 31.3%;
}
.thof-body .sec-cases {
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  background-color: #F5F4F4;
}
.thof-body .sec-cases__inner {
  max-width: 91rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .thof-body .sec-cases__inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__inner {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.thof-body .sec-cases__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.thof-body .sec-cases__box__image {
  width: 47.2%;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.thof-body .sec-cases__box__image__inner {
  width: 100%;
  padding-bottom: 97.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.thof-body .sec-cases__box__image span {
  display: block;
  margin-top: 1em;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box__image span {
    position: absolute;
    top: -1px;
    right: 0;
    margin-top: 0;
    background-color: #EEEFEF;
    padding: 0.4em 0.8em;
  }
}
.thof-body .sec-cases__box ul li:last-child {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box ul li:last-child {
    display: none;
  }
}
.thof-body .sec-cases__box__txtbox {
  position: relative;
  width: 52.8%;
  padding-left: 5.4%;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box__txtbox {
    width: 100%;
    padding-left: 0;
  }
}
.thof-body .sec-cases__box__caption .ttl {
  width: calc(100% - 180px);
  padding-left: 0.4em;
  color: #FAF9F9;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  background-color: #3F3534;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box__caption .ttl {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-size: 1.6rem;
  }
}
.thof-body .sec-cases__box__caption p.bold {
  padding-top: min(1.6em, 2.2rem);
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.thof-body .sec-cases__box__caption p.small {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #645C5D;
}
.thof-body .sec-cases__box__caption .dxf {
  margin: 1rem auto;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box__caption .dxf {
    margin: 3.2rem auto;
    padding: 0;
  }
}
.thof-body .sec-cases__box__caption .dxf img {
  width: 100%;
}
.thof-body .sec-cases__box__caption .dxf-01 {
  width: 90%;
}
.thof-body .sec-cases__box__caption .dxf-02 {
  width: 100%;
}
.thof-body .sec-cases__box__caption .dxf-03 {
  width: 94%;
}
.thof-body .sec-cases__box__caption .dxf-04 {
  width: 94%;
}
.thof-body .sec-cases__box__caption .dxf-05 {
  width: 70.5%;
}
.thof-body .sec-cases__box__caption .dxf-06 {
  width: 65.5%;
}
.thof-body .sec-cases__box__caption .dxf-07 {
  width: 74.4%;
}
.thof-body .sec-cases__box .dl-btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .thof-body .sec-cases__box .dl-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box .dl-btn {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .thof-body .sec-cases__box .dl-btn span {
    margin-right: 3%;
  }
}
.thof-body .sec-cases__box--right .sec-cases__box__txtbox {
  padding-left: 3%;
  padding-right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box--right .sec-cases__box__txtbox {
    order: 2;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box--right .sec-cases__box__image {
    order: 1;
  }
}
.thof-body .sec-cases__box--point {
  position: relative;
  border: 1px solid #9E9999;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box--point {
    border: none;
    background-color: #EBEAEA;
  }
}
.thof-body .sec-cases__box--point__ttl {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0.2rem 3.2rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  background-color: #F5F4F4;
  transform: translateX(-50%) translateY(-56%);
}
.thof-body .sec-cases__box--point__ttl span {
  color: #645C5D;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box--point__ttl {
    left: 0;
    padding: 0.2rem 1.2rem;
    background: none;
    transform: translateX(0%) translateY(-56%);
  }
  .thof-body .sec-cases__box--point__ttl span {
    position: relative;
    color: #FFF;
  }
}
.thof-body .sec-cases__box--point__ttl::before {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5vw;
  height: 17.5vw;
  background-color: #645C5D;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box--point__ttl::before {
    display: block;
  }
}
.thof-body .sec-cases__box--point__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 4.6vw;
  padding-bottom: 3.6vw;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box--point__flex {
    padding-top: 12vw;
    padding-left: 11.9%;
    padding-right: 11.9%;
  }
}
.thof-body .sec-cases__box--point__flex div {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box--point__flex div {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.thof-body .sec-cases__box--point__flex__ttl {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-cases__box--point__flex__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.thof-body .sec-cases__box--point__flex p {
  margin-bottom: 2.7vw;
  font-size: 1.5rem;
}
.thof-body .sec-cases__box--point__flex p img {
  max-width: 100%;
}
.thof-body .sec-cases__box--point__flex span {
  display: block;
  margin-top: 1.4rem;
}
.thof-body .angle-comment-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .thof-body .angle-comment-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.thof-body .angle-comment-wrap .photo {
  display: none;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .thof-body .angle-comment-wrap .photo {
    display: block;
  }
}
.thof-body .angle-comment-wrap .photo .sec-cases__box__image__inner {
  padding-bottom: 69.3%;
}
.thof-body .angle-comment {
  position: absolute;
  bottom: 0;
  right: 2.8vw;
  padding-right: 16px;
  font-size: clamp(1.4rem, 0.92vw, 1.6rem);
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .thof-body .angle-comment {
    position: relative;
    bottom: auto;
    right: auto;
    width: 55%;
    padding-left: 4.9%;
    padding-right: 0;
    text-align: left;
    letter-spacing: 0.03em;
    transform: translateY(0%);
  }
}
.thof-body .angle-comment::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.6em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #645c5d;
}
@media screen and (max-width: 767px) {
  .thof-body .angle-comment::after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }
}
.thof-body .dl-btn {
  display: block;
  width: min(49.5%, 19.2rem);
  margin: auto;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.2rem 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #9E9999;
}
.thof-body .dl-btn span {
  font-weight: 500;
  font-size: 1.3rem;
}
.thof-body .dl-btn .arrowcircle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #3F3534;
  border-radius: 50%;
}
.thof-body .dl-btn .arrowcircle::after {
  content: " ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 1.5rem;
  height: 0.5rem;
  background-image: url("https://mailmagazine.luci.co.jp/jp/rimitlp/static/images/common/btn-s-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}
.thof-body .sec-wphotobnr {
  cursor: pointer;
}
.thof-body .sec-wphotobnr a {
  display: block;
  width: 100%;
  min-height: 42rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-wphotobnr a {
    min-height: 31rem;
  }
}
.thof-body .sec-wphotobnr .splide__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.thof-body .sec-wphotobnr__inner {
  position: relative;
  width: 100%;
  min-height: 42rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.thof-body .sec-wphotobnr__inner__div .logo {
  position: relative;
  margin: auto;
  margin-bottom: max(2.4vw, 2.4rem);
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-wphotobnr__inner__div .logo {
    width: max(70%, 28rem);
  }
}
.thof-body .sec-wphotobnr__inner__div .logo img {
  width: 100%;
}
.thof-body .sec-wphotobnr__inner .btn_small--w {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .thof-body .sec-wphotobnr__inner .btn_small--w {
    width: 80%;
  }
}
.thof-body .sec-wphotobnr__inner .btn_small--w__inner .txt-hover {
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}/*# sourceMappingURL=style.css.map */