@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-size: 0.5208333333vw;
  font-family: "Shippori Mincho", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h2,
h3 {
  margin: 0;
  font-weight: inherit;
}

img {
  max-height: 100%;
}

figure {
  margin: 0;
  vertical-align: top;
}
figure picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}

.inview {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.1s;
}
.inview.is-show {
  transform: translateY(0);
  opacity: 1;
}

.fadeIn00 {
  transform: translate3d(0, 5%, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.fadeIn01 {
  transform: translate3d(0, 5%, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  transition-delay: 0.15s;
}
.fadeIn01.is-show:nth-child(3) {
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(4) {
  transition-delay: 0.45s;
}
.fadeIn01.is-show:nth-child(5) {
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(6) {
  transition-delay: 0.75s;
}
.fadeIn01.is-show:nth-child(7) {
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(8) {
  transition-delay: 1.05s;
}
.fadeIn01.is-show:nth-child(9) {
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(10) {
  transition-delay: 1.35s;
}
.fadeIn01.is-show:nth-child(11) {
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(12) {
  transition-delay: 1.65s;
}
.fadeIn01.is-show:nth-child(13) {
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(14) {
  transition-delay: 1.95s;
}
.fadeIn01.is-show:nth-child(15) {
  transition-delay: 2.1s;
}
.fadeIn01.is-show:nth-child(16) {
  transition-delay: 2.25s;
}
.fadeIn01.is-show:nth-child(17) {
  transition-delay: 2.4s;
}
.fadeIn01.is-show:nth-child(18) {
  transition-delay: 2.55s;
}
.fadeIn01.is-show:nth-child(19) {
  transition-delay: 2.7s;
}
.fadeIn01.is-show:nth-child(20) {
  transition-delay: 2.85s;
}

/*下記追加記述*/
/* foundation */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/


ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

figure,
footer,
header,
main,
section {
  display: block;
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

code {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* Address styling not present in IE 8/9 */

/* https://gist.github.com/unruthless/413930 */

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}


canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* layout */
.l-header__cont__toshop {
  -webkit-backdrop-filter: blur(11px);
  display: flex;
  z-index: 10;
  position: fixed;
  bottom: 2.5vw;
  left: 4.17vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.6em;
  height: 6.6em;
  border: 2px solid #ffa635;
  border-radius: 50%;
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, 0.39);
  font-size: 24px;
  font-size: 2.4rem;
  transition: all 0.5s;
}
.l-header__cont__toshop .txt {
  margin: 0.6em 0;
  color: #ffa635;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.l-header__cont__toshop .icon {
  width: 0.4em;
  transition: all 0.5s;
}
.l-header__cont__toshop:hover {
  background-color: #fff;
  box-shadow: 0px 0px 1em #ffa635;
}
.l-header__cont__toshop:hover .icon {
  transform: translateY(0.3em);
}

.l-footer {
  z-index: 11;
  position: relative;
  padding-bottom: 4.17vw;
  background-color: #f8f6f2;
}
.l-footer .toTop {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.8em 0 0.6em;
  background-color: #ffa635;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.5s;
}
.l-footer .toTop .icon {
  width: 0.8em;
  margin-bottom: 0.2em;
  transition: all 0.5s;
}
.l-footer .toTop:hover {
  opacity: 0.7;
}
.l-footer .toTop:hover .icon {
  transform: translateY(-0.2em);
}
.l-footer__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.13vw;
}
.l-footer__cont .sns {
  display: flex;
  margin-bottom: 4.53vw;
  gap: 0 3.33vw;
}
.l-footer__cont .sns__item {
  width: 30px;
}
.l-footer__cont .sns__item a:hover {
  opacity: 0.7;
}
.l-footer__cont .logo {
  display: block;
  width: 25.3em;
  margin-bottom: 1.46vw;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-footer__cont .logo:hover {
  opacity: 0.7;
}
.l-footer__cont .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.85vw;
  color: #000;
}
.l-footer__cont .link .icon {
  width: 0.8em;
  margin-left: 1.2em;
  transition: all 0.5s;
}
.l-footer__cont .link:hover {
  opacity: 0.7;
}
.l-footer__cont .link:hover .icon {
  transform: translateX(0.2em);
}
.l-footer__cont .tel {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 22.5em;
  font-size: 24px;
  font-size: 2.4rem;
}
.l-footer__cont .tel::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: #000;
  content: "";
}
.l-footer__cont .tel__wrap {
  display: flex;
  flex-direction: column;
  width: 42%;
  text-align: center;
}
.l-footer__cont .tel__wrap .num {
  color: #000;
}
.l-footer__cont .tel__wrap .ant {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/*component*/
.c-inner01 {
  width: 37.08vw;
  max-width: 712px;
  margin: 0 auto;
}

.c-inner02 {
  width: 56.46vw;
  max-width: 1084px;
  margin: 0 auto;
}

.c-inner03 {
  width: 78.23vw;
  max-width: 1502px;
  margin: 0 auto;
}
.c-inner03.ml0 {
  margin-left: 0;
}
.c-inner03.mr0 {
  margin-right: 0;
}

.c-ttl01__sub {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.c-ttl01__main {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
}
.c-ttl01__desc {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-ttl01__desc .case {
  margin-right: 1.25em;
  padding: 0 0.75em;
  background-color: #a78640;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}
.c-ttl01__desc .price {
  color: #ea5f27;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1;
}
.c-ttl01__desc .price__txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-arrow {
  display: inline-block;
  transition: all 0.5s;
}
.c-arrow .svg {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #ffa635;
}
.c-arrow.bottom .svg {
  transform: rotate(90deg);
}
.c-arrow.top .svg {
  transform: rotate(-90deg);
}
.c-arrow.wh .svg {
  color: #fff;
}

/*project*/
.p-logo-fix {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 19.53vw;
  max-width: 310px;
  pointer-events: none;
}

/*utility*/

.u-bl-tb {
  display: none !important;
}

/*page*/
.index#index .s-mv {
  aspect-ratio: 1920/950;
  background-attachment: fixed;
}
.index#index .s-mv::after {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.index#index .s-lead {
  padding: 3.39vw 0;
  background-color: rgba(255, 166, 53, 0.7);
}
.index#index .s-lead__txt {
  margin-bottom: 1.9em;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
.index#index .s-lead__links {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.index#index .s-lead__links__ttl {
  display: inline-block;
  position: relative;
  margin-bottom: 1.5em;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.index#index .s-lead__links__ttl::before, .index#index .s-lead__links__ttl::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.index#index .s-lead__links__ttl::before {
  left: -0.2em;
  transform: rotate(-25deg) translateY(-50%);
  transform-origin: bottom;
}
.index#index .s-lead__links__ttl::after {
  right: 0;
  transform: rotate(25deg) translateY(-50%);
  transform-origin: bottom;
}
.index#index .s-lead__links .flex-box {
  display: flex;
  justify-content: space-between;
}
.index#index .s-lead__links .flex-box .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 47.8%;
  height: 3.2em;
  padding-right: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.index#index .s-lead__links .flex-box .link:hover {
  opacity: 0.7;
}
.index#index .s-lead__links .flex-box .link:hover .c-arrow {
  transform: translateX(0.2em);
}
.index#index .s-lead__links .flex-box .link .c-arrow {
  width: 0.3em;
}
.index#index .s-lead__links .flex-box .link .icon {
  width: 1.6em;
}
.index#index .s-lead__links .flex-box .link.mail {
  padding-left: 1.25em;
  background-color: #ffa635;
  color: #fff;
}
.index#index .s-lead__links .flex-box .link.shop {
  padding-left: 0.7em;
  background-color: #fff;
  color: #ffa635;
}
.index#index .s-navi {
  padding: 4.17vw 0;
  background-image: url("../img/navi_bg.png");
  background-position: left center;
  background-size: auto 100%;
  background-color: #f8f6f2;
}
.index#index .s-navi__cont {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 2.24vw;
}
.index#index .s-navi__cont .rtl {
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.index#index .s-navi__cont__ttl {
  margin-right: 2.5em;
  margin-left: 3.1em;
  color: #ffa635;
  font-size: 36px;
  font-size: 3.6rem;
}
.index#index .s-navi__cont .list {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2em;
  gap: 0 2em;
  font-size: 20px;
  font-size: 2rem;
}
.index#index .s-navi__cont .list__item a {
  position: relative;
  color: #000;
}
.index#index .s-navi__cont .list__item a:hover {
  opacity: 0.7;
}
.index#index .s-navi__cont .list__item a:hover .icon {
  transform: translateX(-50%) translateY(0.2em);
}
.index#index .s-navi__cont .list__item a .icon {
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 0.3em;
  transform: translateX(-50%);
}
.index#index .s-navi__ant {
  display: block;
  position: relative;
  padding-left: 1em;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.index#index .s-navi__ant::before {
  position: absolute;
  top: 0;
  left: -0.1em;
  content: "※";
}
.index#index .s-set {
  position: relative;
  background-image: url("../img/set_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-set__cont {
  padding: 4.17vw 0;
}
.index#index .s-set__cont__ttl {
  z-index: 2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.88vw;
}
.index#index .s-set__cont__ttl .fig {
  z-index: -1;
  position: absolute;
  top: 50%;
  width: 28.39vw;
  transform: translateY(-50%);
}
.index#index .s-set__cont__ttl .txt {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 3.13vw;
}
.index#index .s-set__cont__ttl .txt__sakura {
  display: grid;
  place-items: center;
  width: 9.3em;
  height: 8.1em;
  margin-right: 0.6em;
  padding-top: 0.3em;
  transform: rotate(-10deg);
  background-image: url("../img/bg_momiji.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.index#index .s-set__cont .list {
  display: flex;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
  gap: 1.67vw 3%;
}
.index#index .s-set__cont .list__item {
  position: relative;
  width: 31.3%;
  min-height: 6.3em;
  padding: 0.6em 1.2em;
  border-radius: 12px;
  background: #f8f6f2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-size: 2rem;
}
.index#index .s-set__cont .list__item .new {
  display: grid;
  z-index: 5;
  position: absolute;
  top: -0.68vw;
  left: -1.09vw;
  place-content: center;
  width: 4.3em;
  height: 3.7em;
  padding-top: 0.3em;
  transform: rotate(-10deg);
  background-image: url("../img/new_bg.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}
.index#index .s-set__cont .list__item .category {
  display: inline-block;
  z-index: 2;
  position: relative;
  margin-bottom: 0.6em;
  margin-left: 0.5em;
  color: #fff;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.index#index .s-set__cont .list__item .category::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.7em;
  height: 1.85em;
  transform: translate(-50%, -50%);
  background-image: url("../img/set_ttl_orange.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.index#index .s-set__cont .list__item .category.green::after {
  background-image: url("../img/set_ttl_green.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-set__cont .list__item .name {
  z-index: 6;
  position: relative;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.index#index .s-set__cont .list__item .fig {
  z-index: 3;
  position: absolute;
}
.index#index .s-set__cont .list__item .fig.product {
  top: 0;
  right: 0;
  width: 66%;
}
.index#index .s-set__cont .list__item .fig.size {
  right: 0.52vw;
  bottom: -0.73vw;
  width: 35%;
}
.index#index .s-set__cont.komachi .s-set__cont__ttl {
  margin-left: auto;
}
.index#index .s-set__cont.komachi .s-set__cont__ttl .fig {
  right: 100%;
}
.index#index .s-set__cont.komachi .s-set__cont__ttl .txt {
  margin-left: auto;
}
.index#index .s-set__cont.shikibu .s-set__cont__ttl {
  margin-right: auto;
}
.index#index .s-set__cont.shikibu .s-set__cont__ttl .fig {
  left: 100%;
}
.index#index .s-set__cont.shikibu .s-set__cont__ttl .txt {
  margin-right: auto;
}
.index#index .s-product {
  padding-bottom: 6.25vw;
  background-color: #fff;
}
.index#index .s-product__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6.25vw;
}
.index#index .s-product__cont.cont01 .wrap-fig .fig02 {
  right: -1.25vw;
  bottom: -2.6vw;
  width: 16.98vw;
}
.index#index .s-product__cont.cont02 {
  flex-direction: row-reverse;
}
.index#index .s-product__cont.cont02 .wrap-fig .fig02 {
  top: -5.68vw;
  left: -6.61vw;
  width: 18.02vw;
}
.index#index .s-product__cont .wrap-fig {
  position: relative;
  width: 62.8%;
}
.index#index .s-product__cont .wrap-fig .fig02 {
  position: absolute;
}
.index#index .s-product__cont .wrap-txt {
  width: 35%;
}
.index#index .s-product__cont .wrap-txt__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.88vw;
}
.index#index .s-product__cont .wrap-txt__ttl .sakura {
  display: grid;
  place-items: center;
  width: 9.3em;
  height: 8.1em;
  margin-right: 0.6em;
  padding-top: 0.3em;
  transform: rotate(-10deg);
  background-image: url("../img/bg_momiji.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.index#index .s-product__cont .wrap-txt__lead {
  margin-bottom: 2em;
  color: #a78640;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
.index#index .s-product__cont .wrap-txt__desc {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.index#index .s-product__cont .wrap-txt .list {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.index#index .s-product__cont .wrap-txt .list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index#index .s-product__cont .wrap-txt .list__item:not(:last-child) {
  margin-bottom: 0.6em;
}
.index#index .s-product__cont .wrap-txt .list__item .spacer {
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
}
.index#index .s-product__cont .wrap-txt .list__item .spacer::after {
  position: absolute;
  top: 50%;
  right: 0.42vw;
  width: calc(100% - 1.2vw);
  height: 1px;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-size: 8px 2px; /* グラデーションの幅・高さを指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  content: "";
}
.index#index .s-lineup {
  padding: 4.17vw 0 6.25vw;
  background-color: #f8f6f2;
}
.index#index .s-lineup__cont {
  position: relative;
  padding-top: 80px;
}
.index#index .s-lineup__cont .figbox {
  position: absolute;
  bottom: 2.08vw;
  left: 0;
  width: 48.5%;
}
.index#index .s-lineup__cont .figbox .fig02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30.4%;
}
.index#index .s-lineup__cont .txt {
  width: 57.1%;
  min-height: 14.53vw;
  margin-left: auto;
  padding: 2.03vw 0.26vw 2.03vw 4.84vw;
  background-color: #fff;
}
.index#index .s-lineup__cont .txt__ttl {
  margin-bottom: 1.04vw;
}
.index#index .s-lineup__cont .txt__desc {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.index#index .s-shops {
  padding: 6.88vw 0 6.25vw;
  background-color: #fff;
}
.index#index .s-shops__ttl {
  margin-bottom: 1.1em;
  color: #ffa635;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1;
  text-align: center;
}
.index#index .s-shops__cont__ttl {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 3.3em;
  background-color: #ffa635;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.index#index .s-shops__cont__ttl::after, .index#index .s-shops__cont__ttl::before {
  position: absolute;
  top: 50%;
  right: 1.6em;
  width: 1em;
  height: 2px;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
  transition: all 0.5s;
}
.index#index .s-shops__cont__ttl::after {
  transform: translateY(-50%) rotate(90deg);
}
.index#index .s-shops__cont__ttl.is-active::after {
  transform: translateY(-50%);
}
.index#index .s-shops__cont__ttl:hover {
  opacity: 0.7;
}
.index#index .s-shops__cont__ttl:not(:first-of-type) {
  margin-top: 2.08vw;
}
.index#index .s-shops__cont .tableWrap {
  display: none;
  padding: 2em 0;
  background-color: #f8f6f2;
  font-size: 20px;
  font-size: 2rem;
}
.index#index .s-shops__cont .tableWrap .shopTable {
  width: 100%;
}
.index#index .s-shops__cont .tableWrap .shopTable .column:not(:first-child) {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.index#index .s-shops__cont .tableWrap .shopTable .column:not(:first-child) td,
.index#index .s-shops__cont .tableWrap .shopTable .column:not(:first-child) th {
  padding-top: 1em;
}
.index#index .s-shops__cont .tableWrap .shopTable .column:not(:last-child) td,
.index#index .s-shops__cont .tableWrap .shopTable .column:not(:last-child) th {
  padding-bottom: 1em;
}
.index#index .s-shops__cont .tableWrap .shopTable .column .ttl {
  width: 18em;
  padding-left: 2em;
  font-weight: normal;
  text-align: left;
}
.index#index .s-shops__cont .tableWrap .shopTable .column .desc {
  padding-right: 1em;
}
.index#index .s-shops__cont .tableWrap .shopTable .column .desc:last-child {
  width: 5.8em;
}
.index#index .s-shops__cont .tableWrap .shopTable .column .advance {
  font-size: 16px;
  font-size: 1.6rem;
}
.index#index .s-shops__cont .tableWrap .shopTable .column .link {
  display: flex;
  align-items: center;
  color: #ffa635;
  font-size: 14px;
  font-size: 1.4rem;
}
.index#index .s-shops__cont .tableWrap .shopTable .column .link .icon {
  width: 0.4em;
  margin-left: 0.8em;
}
.index#index .s-shops__cont .tableWrap .shopTable .column .link:hover {
  opacity: 0.7;
}
.index#index .s-shops__cont .tableWrap .shopTable .column .link:hover .icon {
  transform: translateX(0.2em);
}
@media screen and (max-width: 1288px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.5882352941vw;
  }
  .c-inner01 {
    width: 50%;
  }
  .c-inner02 {
    width: 60%;
  }
  .c-inner03 {
    width: 85%;
  }
  .p-logo-fix {
    width: 14.06vw;
  }
  .index#index .s-set__cont .list__item .fig.product {
    width: 60%;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column .ttl {
    width: 16em;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7142857143vw;
  }
  .c-inner01 {
    width: 60%;
  }
  .c-inner02 {
    width: 75%;
  }
  .c-inner03 {
    width: 90%;
  }
  .p-logo-fix {
    width: 10.42vw;
  }
  .index#index .s-product__cont .wrap-fig {
    width: 57%;
  }
  .index#index .s-product__cont .wrap-txt {
    width: 40%;
  }
  .index#index .s-lineup__cont .txt {
    padding-left: 5.73vw;
  }
  .index#index .s-shops__cont .tableWrap {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column .ttl {
    width: 15em;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    transition: 1.2s;
  }
  .fadeIn01 {
    transition: 1.2s;
  }
  .l-header__cont__toshop {
    bottom: 2.93vw;
    left: 1.6vw;
    width: 6.25em;
    height: 6.25em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-footer {
    padding-bottom: 16vw;
  }
  .l-footer .toTop {
    padding: 1.25em 0 1.3em;
  }
  .l-footer .toTop .icon {
    width: 0.4em;
  }
  .l-footer__cont {
    padding-top: 10.67vw;
  }
  .l-footer__cont .sns {
    -moz-column-gap: 10.67vw;
    column-gap: 10.67vw;
    margin-bottom: 16.27vw;
  }
  .l-footer__cont .sns__item {
    width: 5.33vw;
  }
  .l-footer__cont .logo {
    width: 14.6em;
    margin-bottom: 8.27vw;
  }
  .l-footer__cont .link {
    margin-bottom: 8.27vw;
  }
  .l-footer__cont .tel {
    width: 18.7em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-footer__cont .tel__wrap {
    width: 47%;
  }
  .l-footer__cont .tel__wrap .ant {
    font-size: 10px;
    font-size: 1rem;
  }
  .c-inner01 {
    width: auto;
    margin: 0 6.67vw;
  }
  .c-inner02 {
    width: auto;
    margin: 0 6.67vw;
  }
  .c-inner03 {
    width: auto;
    margin: 0 6.67vw;
  }
  .c-ttl01__sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-ttl01__main {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-ttl01__desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-ttl01__desc .case {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-ttl01__desc .price {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .c-ttl01__desc .price__txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-logo-fix {
    width: 44.53vw;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .index#index .s-mv {
    aspect-ratio: 375/488;
  }
  .index#index .s-mv::after {
    background-image: url("../img/mv_bg_sp.jpg");
  }
  .index#index .s-lead {
    padding: 16vw 0;
  }
  .index#index .s-lead__txt {
    margin-bottom: 2.1em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .index#index .s-lead__links {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index#index .s-lead__links__ttl {
    margin-bottom: 1.25em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index#index .s-lead__links .flex-box {
    row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index#index .s-lead__links .flex-box .link {
    width: 16.8em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index#index .s-lead__links .flex-box .link .c-arrow {
    width: 0.5em;
  }
  .index#index .s-navi {
    padding: 16vw 0 26.67vw;
    background-image: url("../img/navi_bg_sp.png");
  }
  .index#index .s-navi__cont {
    margin-bottom: 16vw;
  }
  .index#index .s-navi__cont__ttl {
    margin-right: 2.67vw;
    margin-left: 8vw;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .index#index .s-navi__cont .list {
    flex-wrap: wrap;
    gap: 3.6em 1.8em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index#index .s-navi__cont .list__item a .icon {
    bottom: -1.3em;
    width: 0.5em;
  }
  .index#index .s-navi__ant {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .index#index .s-set {
    background-image: url("../img/set_bg_sp.jpg");
  }
  .index#index .s-set__cont {
    padding: 0 0 16vw;
  }
  .index#index .s-set__cont__ttl {
    width: 100%;
    margin-bottom: 5.33vw;
    padding-top: 37.33vw;
  }
  .index#index .s-set__cont__ttl .fig {
    top: -15.2vw;
    width: 80vw;
    transform: none;
  }
  .index#index .s-set__cont__ttl .txt {
    padding-right: 0;
  }
  .index#index .s-set__cont__ttl .txt__sakura {
    z-index: -3;
    position: absolute;
    top: -12vw;
    right: -6.67vw;
    width: 8.9em;
    height: 7.8em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .index#index .s-set__cont .list {
    gap: 3.2vw 4%;
  }
  .index#index .s-set__cont .list__item {
    width: 48%;
    min-height: 37.33vw;
    padding: 0.6em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index#index .s-set__cont .list__item .new {
    top: -0.8vw;
    left: -5.33vw;
    width: 3.7em;
    height: 3.1em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index#index .s-set__cont .list__item .category {
    margin-bottom: 0.8em;
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index#index .s-set__cont .list__item .name {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .index#index .s-set__cont .list__item .fig.product {
    top: auto;
    bottom: 4vw;
    left: 50%;
    width: 87%;
    transform: translateX(-50%);
  }
  .index#index .s-set__cont .list__item .fig.size {
    right: -1.6vw;
    bottom: -1.87vw;
    width: 60%;
  }
  .index#index .s-set__cont.komachi .s-set__cont__ttl {
    margin-left: 0;
  }
  .index#index .s-set__cont.komachi .s-set__cont__ttl .fig {
    right: auto;
    left: -6.67vw;
  }
  .index#index .s-set__cont.komachi .s-set__cont__ttl .txt {
    margin-left: 0;
  }
  .index#index .s-set__cont.shikibu .s-set__cont__ttl {
    margin-right: 0;
  }
  .index#index .s-set__cont.shikibu .s-set__cont__ttl .fig {
    right: -6.67vw;
    left: auto;
  }
  .index#index .s-set__cont.shikibu .s-set__cont__ttl .txt {
    margin-right: 0;
  }
  .index#index .s-set__cont.shikibu .s-set__cont__ttl .txt__sakura {
    right: auto;
    left: -4vw;
  }
  .index#index .s-set__cont.shikibu .list__item .fig.product {
    bottom: 1.33vw;
  }
  .index#index .s-product {
    padding-bottom: 26.67vw;
    overflow: hidden;
  }
  .index#index .s-product__cont {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 26.67vw;
  }
  .index#index .s-product__cont.cont01 .wrap-fig .fig02 {
    right: -5.33vw;
    bottom: -29.33vw;
    width: 36vw;
  }
  .index#index .s-product__cont.cont02 {
    flex-direction: column;
  }
  .index#index .s-product__cont.cont02 .wrap-fig .fig02 {
    top: auto;
    right: 2.67vw;
    bottom: -34.67vw;
    left: auto;
    width: 41.33vw;
    transform: rotate(20deg);
  }
  .index#index .s-product__cont.cont02 .wrap-txt {
    padding-right: 6.67vw;
    padding-left: 0;
  }
  .index#index .s-product__cont .wrap-fig {
    width: 100%;
    margin-bottom: 5.33vw;
  }
  .index#index .s-product__cont .wrap-txt {
    width: 100%;
    padding-left: 6.67vw;
  }
  .index#index .s-product__cont .wrap-txt__ttl {
    position: relative;
    margin-bottom: 5.33vw;
  }
  .index#index .s-product__cont .wrap-txt__ttl .sakura {
    position: absolute;
    top: -72.27vw;
    left: -3.73vw;
    width: 8.9em;
    height: 7.8em;
    margin-right: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index#index .s-product__cont .wrap-txt__lead {
    margin-bottom: 0.6em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .index#index .s-product__cont .wrap-txt__desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .index#index .s-product__cont .wrap-txt .list {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index#index .s-product__cont .wrap-txt .list__item:not(:last-child) {
    margin-bottom: 0.5wm;
  }
  .index#index .s-product__cont .wrap-txt .list__item .spacer::after {
    right: 2.67vw;
    width: calc(100% - 8vw);
  }
  .index#index .s-lineup {
    padding: 5.33vw 0 26.67vw;
  }
  .index#index .s-lineup .c-inner02 {
    margin-right: 18.67vw;
    margin-left: 0;
  }
  .index#index .s-lineup__cont {
    padding-top: 43.2vw;
  }
  .index#index .s-lineup__cont .figbox {
    top: 10.67vw;
    bottom: auto;
    left: 21.6vw;
    width: 71.73vw;
  }
  .index#index .s-lineup__cont .figbox .fig02 {
    bottom: -14.13vw;
    width: 38%;
  }
  .index#index .s-lineup__cont .txt {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: 10.67vw 5.33vw 10.67vw 6.67vw;
  }
  .index#index .s-lineup__cont .txt__ttl {
    margin-bottom: 5.33vw;
  }
  .index#index .s-lineup__cont .txt__desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .index#index .s-lineup__cont#i-lineup03 .figbox .fig02 {
    right: 4vw;
    bottom: -21.33vw;
  }
  .index#index .s-lineup__cont#i-lineup04 .figbox .fig02 {
    bottom: -22.67vw;
    width: 41%;
  }
  .index#index .s-lineup__cont#i-lineup05 .figbox .fig02 {
    bottom: -22.67vw;
    width: 42%;
  }
  .index#index .s-lineup__cont#i-lineup06 .figbox .fig02 {
    right: -2.67vw;
    bottom: -22.67vw;
    width: 40%;
  }
  .index#index .s-shops {
    padding: 10.67vw 0 26.67vw;
  }
  .index#index .s-shops__ttl {
    margin-bottom: 0.8em;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .index#index .s-shops__cont__ttl {
    height: 3.1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index#index .s-shops__cont__ttl::after, .index#index .s-shops__cont__ttl::before {
    right: 1.25em;
    width: 0.9em;
  }
  .index#index .s-shops__cont__ttl:not(:first-of-type) {
    margin-top: 5.33vw;
  }
  .index#index .s-shops__cont .tableWrap {
    padding: 0.9em 0.6em 1.3em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index#index .s-shops__cont .tableWrap .shopTable {
    display: block;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column {
    display: flex;
    row-gap: 1.07vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.67vw;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column:not(:first-child) {
    padding-top: 0.75em;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column:not(:first-child) td,
  .index#index .s-shops__cont .tableWrap .shopTable .column:not(:first-child) th {
    padding-top: 0;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column:not(:last-child) {
    padding-bottom: 0.75em;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column:not(:last-child) td,
  .index#index .s-shops__cont .tableWrap .shopTable .column:not(:last-child) th {
    padding-bottom: 0;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column .ttl {
    width: 100%;
    padding-left: 0;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column .desc:last-child {
    width: 3.8em;
    padding-right: 0;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column .advance {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column .link {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index#index .s-shops__cont .tableWrap .shopTable .column .link .icon {
    width: 0.6em;
    margin-left: 0.2em;
  }
  .index#index .s-shops__cont .tableWrap .shopTable.table01 .column .desc:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__cont .tel__wrap .num {
    pointer-events: none;
  }
}