@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
  -webkit-appearance: textfield;
          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;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 2;
  color: #231815;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}

body.js-fade::after {
  opacity: 1;
}

::-moz-selection {
  background: #cdbebb;
  color: #fff;
}

::selection {
  background: #cdbebb;
  color: #fff;
}

::-moz-selection {
  background: #cdbebb;
  color: #fff;
}

a {
  text-decoration: none;
  color: #241815;
}

img {
  max-width: 100%;
  height: auto;
}

i {
  font-style: normal;
}

@media screen and (width <= 640px) {
  body {
    font-size: 1.45em;
    line-height: 1.825;
    letter-spacing: 0.085em;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  background-color: rgb(255, 255, 255);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 3%;
}
.l-header__logo {
  line-height: 1;
}
.l-header__link {
  margin-left: auto;
  margin-right: 1em;
  display: flex;
}
.l-header__links {
  font-size: 1.625rem;
  padding: 0 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.l-header__nav-button {
  top: 40px;
  z-index: 999;
  flex-wrap: wrap;
  justify-content: center;
  width: 40px;
  height: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.l-header__nav-button .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__nav-button .inner .line {
  position: absolute;
  right: 0;
  width: 50%;
  height: 2px;
  background-color: #241815;
  transition: 0.35s ease-in-out 0.1s;
}
.l-header__nav-button .inner .line:nth-child(1) {
  top: 0;
}
.l-header__nav-button .inner .line:nth-child(2) {
  top: 8px;
}
.l-header__nav-button .inner .line:nth-child(3) {
  top: 16px;
}
.l-header__nav-button.open .inner .line {
  background-color: #fff;
  width: 100%;
}
.l-header__nav-button.open .inner .line:nth-child(1) {
  top: 8px;
  transform: rotate(-45deg);
}
.l-header__nav-button.open .inner .line:nth-child(2) {
  opacity: 0;
}
.l-header__nav-button.open .inner .line:nth-child(3) {
  top: 8px;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav-button:hover .inner .line {
    width: 100%;
  }
}
.l-header .l-header__gnav.open::before {
  opacity: 1;
}
.l-header__gnav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  width: 40vw;
  height: 100vh;
  margin-right: -40vw;
  overflow-x: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: 0.8s;
  background-color: rgba(35, 24, 21, 0.8);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-header__gnav.open {
  opacity: 1;
  margin-right: 0;
}
.l-header .l-header__gnav.open .l-gnav {
  opacity: 1;
}
.l-header .l-gnav {
  opacity: 0;
  transition: 1s 0.8s;
  padding: 5vw 100px 3vw 7%;
  box-sizing: border-box;
  display: block;
  margin: 0 0;
  width: 100%;
}
.l-header .l-gnav__item {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.l-header .l-gnav__link {
  position: relative;
  color: #fff;
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.18);
  padding-right: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.l-header .l-gnav__link::after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--normal-w.svg);
  right: 0.5em;
  top: 50%;
  margin-top: -7px;
}
.l-header .l-gnav__sub-menu-item {
  display: none;
  position: relative;
  line-height: 1.2;
  margin-bottom: 1em;
  opacity: 0.8;
}
.l-header .l-gnav__sub-menu-link {
  font-size: 1.425rem;
  letter-spacing: 0.16em;
  color: #fff;
}
.l-header__cv {
  position: fixed;
  right: 0;
  top: 10vw;
}
.l-header__cv .l-header-cvarea {
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-rl;
}
.l-header__cv .l-header-cvarea__item {
  margin-bottom: 4px;
}
.l-header__cv .l-header-cvarea__link {
  transition: 0.6s;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  padding: 50px 20px 26px;
  background-color: #dedede;
  background-repeat: no-repeat;
  background-position: center 16px;
  background-size: 24px auto;
}
.l-header__cv .l-header-cvarea__link.link01 {
  background-image: url(./../images/common/icon__cv01--white.svg);
  color: #fff;
  background-color: #e8340c;
}
.l-header__cv .l-header-cvarea__link.link02 {
  background-image: url(./../images/common/icon__cv02.svg);
}
.l-header__cv .l-header-cvarea__link.link03 {
  background-image: url(./../images/common/icon__cv03.svg);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__cv .l-header-cvarea__link:hover {
    background-color: #c1c1c1;
  }
  .l-header__cv .l-header-cvarea__link:hover.link01 {
    background-color: #f1b104;
  }
}

@media screen and (width <= 1050px) {
  .l-header {
    height: 60px;
  }
  .l-header__inner {
    position: relative;
    padding: 15px 4%;
  }
  .l-header__inner::before {
    transition: 0.6s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    content: " ";
  }
  .l-header__logo {
    position: relative;
    width: 120px;
  }
  .l-header__link {
    display: none;
  }
  .l-header__nav-button {
    top: 28px;
    width: 28px;
    height: 20px;
  }
  .l-header__nav-button .inner .line {
    width: 100%;
    height: 1.5px;
  }
  .l-header__nav-button.open .inner .line {
    background-color: #241815;
  }
  .l-header__gnav {
    width: 100vw;
    top: 60px;
    margin-right: -100vw;
    display: block;
  }
  .l-header .l-gnav {
    padding: 6vw 0 3vw;
  }
  .l-header .l-gnav__item {
    font-size: 1.48rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    margin-bottom: 0.75em;
  }
  .l-header .l-gnav__link {
    padding: 0 5.5% 4vw;
    margin-bottom: 4vw;
  }
  .l-header .l-gnav__link::after {
    width: 24px;
    height: 11px;
    right: 1em;
    top: 50%;
    margin-top: -14px;
  }
  .l-header .l-gnav__sub-menu-item2 {
    margin-bottom: 0.5em;
    padding-left: 5.5%;
    opacity: 0.8;
  }
  .l-header .l-gnav__sub-menu-link {
    font-size: 1.3rem;
    letter-spacing: 0.18em;
  }
  .l-header__cv {
    text-align: center;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .l-header__cv .l-header-cvarea {
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .l-header__cv .l-header-cvarea__item {
    width: 33.3333%;
    margin-bottom: 0;
  }
  .l-header__cv .l-header-cvarea__link {
    box-sizing: border-box;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 35px 0 3vw;
    background-position: center 12px;
    background-size: 19px auto;
  }
  .l-header__cv .l-header-cvarea__link.link03 {
    border-left: solid 1px #bcbcbc;
  }
}
.l-footer {
  position: relative;
}
.l-footer__pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
}
.l-footer__pagetop a {
  transition: 0.6s;
  width: 60px;
  height: 70px;
  position: relative;
  background-color: #231815;
  display: block;
  font-size: 0;
}
.l-footer__pagetop a::before {
  transition: 0.6s;
  content: " ";
  position: absolute;
  width: 30px;
  height: 20px;
  background: no-repeat right top url(./../images/common/icon__link--normal-w.svg);
  background-size: auto 100%;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -12px;
  transform: rotate(-90deg);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop a:hover {
    opacity: 0.88;
    background-color: #624c45;
  }
  .l-footer__pagetop a:hover::before {
    margin-top: -12px;
  }
}
.l-footer .l-footer-main,
.l-footer .l-footer-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.l-footer .l-footer-main {
  padding: 80px 5%;
}
.l-footer .l-footer-main__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-footer .l-footer-main__logo .l-footer-main-logo {
  margin-right: 16px;
}
.l-footer .l-footer-main__logo .l-footer-main-sns {
  display: flex;
  flex-wrap: wrap;
}
.l-footer .l-footer-main__logo .l-footer-main-sns__item {
  background-color: #231815;
  border-radius: 50%;
  margin-right: 10px;
}
.l-footer .l-footer-main__link .l-footer-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.l-footer .l-footer-main__link .l-footer-links__item {
  font-size: 1.65rem;
  font-weight: 700;
  padding-left: 2em;
}
.l-footer .l-footer-main__link .l-footer-sublinks {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.l-footer .l-footer-main__link .l-footer-sublinks__item {
  font-size: 1.38rem;
  padding-left: 1.5em;
  font-weight: 500;
}
.l-footer .l-footer-sub {
  padding: 10px 5%;
  color: #fff;
  background-color: #231815;
}
.l-footer .l-footer-sub__link .l-footer-links {
  display: flex;
  flex-wrap: wrap;
}
.l-footer .l-footer-sub__link .l-footer-links__item {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  padding-left: 1.5em;
}
.l-footer .l-footer-sub__link .l-footer-links__item a {
  color: #fff;
}
.l-footer .l-footer-sub__copy {
  font-size: 1.25rem;
  color: #c4bbb8;
  letter-spacing: 0.2em;
}
@media screen and (width <= 1050px) {
  .l-footer__pagetop {
    display: block;
    position: relative;
  }
  .l-footer__pagetop a {
    width: 100%;
    height: 50px;
  }
  .l-footer__pagetop a::before {
    width: 20px;
    height: 14px;
    margin: -6px 0 0 -7px;
  }
  .l-footer .l-footer-main {
    padding: 5vw 5%;
    align-items: center;
  }
  .l-footer .l-footer-main__logo {
    display: block;
    margin-bottom: 0;
  }
  .l-footer .l-footer-main__logo .l-footer-main-logo {
    text-align: center;
    margin: 0 auto 4.5vw;
    width: 70%;
  }
  .l-footer .l-footer-main__logo .l-footer-main-sns {
    justify-content: center;
  }
  .l-footer .l-footer-main__logo .l-footer-main-sns__item {
    margin: 0 5px;
  }
  .l-footer .l-footer-main__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .l-footer .l-footer-main__link .l-footer-links {
    display: block;
    margin-bottom: 0;
    padding-right: 2em;
  }
  .l-footer .l-footer-main__link .l-footer-links__item {
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 0;
    letter-spacing: 0.02em;
    margin-bottom: 2vw;
  }
  .l-footer .l-footer-main__link .l-footer-sublinks {
    display: block;
  }
  .l-footer .l-footer-main__link .l-footer-sublinks__item {
    font-size: 1.28rem;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 1.6vw;
  }
  .l-footer .l-footer-sub {
    padding: 6vw 2.5% 14vw;
  }
}
@media screen and (width <= 640px) {
  .l-footer .l-footer-main,
  .l-footer .l-footer-sub {
    display: block;
  }
  .l-footer .l-footer-main {
    padding: 10vw 6%;
  }
  .l-footer .l-footer-main__logo {
    display: block;
    margin-bottom: 6vw;
  }
  .l-footer .l-footer-main__logo .l-footer-main-logo {
    text-align: center;
    margin: 0 auto 4.5vw;
    width: 70%;
  }
  .l-footer .l-footer-main__logo .l-footer-main-sns {
    justify-content: center;
  }
  .l-footer .l-footer-main__logo .l-footer-main-sns__item {
    margin: 0 5px;
  }
  .l-footer .l-footer-main__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .l-footer .l-footer-main__link .l-footer-links {
    display: block;
    margin-bottom: 0;
  }
  .l-footer .l-footer-main__link .l-footer-links__item {
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 0;
    letter-spacing: 0.02em;
    margin-bottom: 2vw;
  }
  .l-footer .l-footer-main__link .l-footer-sublinks {
    display: block;
  }
  .l-footer .l-footer-main__link .l-footer-sublinks__item {
    font-size: 1.28rem;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 1.6vw;
  }
  .l-footer .l-footer-sub {
    padding: 6vw 0 80px;
  }
  .l-footer .l-footer-sub__link .l-footer-links {
    justify-content: center;
    margin-bottom: 6vw;
  }
  .l-footer .l-footer-sub__link .l-footer-links__item {
    font-size: 1.175rem;
    letter-spacing: 0;
    padding: 0 0.5em;
  }
  .l-footer .l-footer-sub__copy {
    text-align: center;
    font-size: 1.22rem;
    letter-spacing: 0.04em;
  }
}
/*------------------------------------------
レイアウト関連をまとめます
-----------------------------------------*/
.c-rapper01 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.c-rapper01 .c-rapper02 {
  width: 100%;
}

.c-rapper02 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-rapper03 {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------
下層ページ共通要素をまとめます
-----------------------------------------*/
.c-second {
  padding-top: 140px;
  box-sizing: border-box;
  min-height: calc(100vh - 290px);
}

/*------パンくず---------*/
.c-breadcrumb {
  width: 90%;
  margin: 0 auto 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #958c8b;
  font-size: 1.26rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.c-breadcrumb__item {
  position: relative;
  font-weight: 700;
}
.c-breadcrumb__link {
  transition: 0.6s;
  color: #958c8b;
  position: relative;
  display: block;
  padding-right: 24px;
  margin-right: 8px;
  font-weight: 500;
}
.c-breadcrumb__link::before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #d8d5d5;
  right: 0;
  top: 50%;
}
.c-breadcrumb__link img {
  vertical-align: top;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__link:hover {
    opacity: 0.75;
    text-decoration: underline;
  }
}

/*------メインタイトル---------*/
.c-main-title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 20px;
}

/*------メインコピー---------*/
.c-main-copy {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 100px;
}

/*---------------------------------------------------
一覧関連（事例・マイスター・新着・お役立ち情報等）をまとめます
---------------------------------------------------*/
/*-----ページング------*/
.c-paging {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-paging .c-paging-arrow {
  position: relative;
  width: 20px;
  height: 14px;
}
.c-paging .c-paging-arrow::before {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--normal.svg);
  opacity: 0.25;
  left: 0;
  top: 0;
}
.c-paging .c-paging-arrow__link {
  transition: 0.6s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-paging .c-paging-arrow.c-paging-prev::before {
  transform: scale(-1, 1);
}
.c-paging .c-paging-arrow:has(a) {
  transition: 0.6s;
}
.c-paging .c-paging-arrow:has(a)::before {
  transition: 0.6s;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-paging .c-paging-arrow:has(a):hover {
    opacity: 0.55;
  }
  .c-paging .c-paging-arrow:has(a).c-paging-prev:hover::before {
    left: -4px;
  }
  .c-paging .c-paging-arrow:has(a).c-paging-next:hover::before {
    left: 4px;
  }
}
.c-paging .c-paging-number {
  padding: 0 1em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-paging .c-paging-number__item {
  font-size: 2rem;
  padding: 0 0.5em;
}
.c-paging .c-paging-number__link {
  transition: 0.6s;
  display: block;
  font-weight: 600;
}
.c-paging .c-paging-number__link.here {
  color: #e8340c;
}
@media (hover: hover) and (pointer: fine) {
  .c-paging .c-paging-number__link:hover {
    color: #a8540a;
  }
}

/*-----事例一覧------*/
.c-portfolio-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-portfolio-list:has(> :nth-child(-n+2):last-child) {
  justify-content: center;
}
.c-portfolio-list:has(> :nth-child(-n+2):last-child)::after {
  display: none;
}
.c-portfolio-list:has(> :nth-child(-n+2):last-child) li {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.c-portfolio-list::after {
  content: "";
  display: block;
  width: 31.6%;
}
.c-portfolio-list__item {
  width: 31.6%;
  margin-bottom: 50px;
}
.c-portfolio-list__link {
  display: block;
  transition: 0.6s;
}
.c-portfolio-list__link .img-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #efefef;
  width: 100%;
  height: 100%;
  aspect-ratio: 14/9;
}
.c-portfolio-list__link .img-box__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 1;
  position: absolute;
  padding-left: 55px;
  right: 0;
  top: 0;
}
.c-portfolio-list__link .img-box__category i {
  vertical-align: top;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.2;
  background-color: #231815;
  color: #fff;
  padding: 6px 0.88em;
  margin-left: 1px;
  margin-bottom: 1px;
  letter-spacing: 0.02em;
}
.c-portfolio-list__link .img-box.pickup::before {
  z-index: 2;
  width: 60px;
  height: 60px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__pickup.svg);
  left: 0;
  top: 0;
}
.c-portfolio-list__link .img-box img {
  transition: 0.6s;
  height: 100%;
}
.c-portfolio-list__link .text-box {
  transition: 0.6s;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-weight: 600;
  padding: 20px 50px 20px 0.25em;
}
.c-portfolio-list__link .text-box::before {
  transition: 0.6s;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 14px;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--normal.svg);
  right: 0.5em;
  top: 50%;
  margin-top: -7px;
}
@media (hover: hover) and (pointer: fine) {
  .c-portfolio-list__link:hover {
    opacity: 0.7;
  }
  .c-portfolio-list__link:hover .img-box {
    transition: 0.6s;
  }
  .c-portfolio-list__link:hover .img-box img {
    transform: scale(1.05);
  }
  .c-portfolio-list__link:hover .text-box::before {
    right: 0;
  }
}
.c-portfolio-list .c-portfolio-favorite {
  position: relative;
}
.c-portfolio-list .c-portfolio-favorite .c-portfolio-list__link .text-box::before {
  display: none;
}
.c-portfolio-list .c-portfolio-favorite__item {
  z-index: 2;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 28px;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--portfolio.svg);
  right: 0.25em;
  top: 266px;
}
.c-portfolio-list .c-portfolio-favorite__item.js-favorite {
  background-image: url(./../images/common/icon__link--portfolio02.svg);
}
@media screen and (width <= 1350px) {
  .c-portfolio-list .c-portfolio-favorite__item {
    top: 20vw;
  }
}

/*-----事例一覧（その他を見る）------*/
.c-portfolio-another {
  position: relative;
  background-color: #f9f9f9;
  padding: 0 0 50px;
}
.c-portfolio-another__title {
  position: relative;
  font-size: 3rem;
  text-align: center;
  top: -1em;
  margin-bottom: 60px;
}

/*-----事例検索-----*/
.c-portfolio-search {
  position: relative;
  background-color: #f9f9f9;
  padding: 80px 5%;
}
.c-portfolio-search__category {
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-portfolio-search .search-list {
  width: 19%;
}
.c-portfolio-search .search-list__link {
  transition: 0.6s;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 5%;
}
.c-portfolio-search .search-list__link.category01 {
  background-image: url(./../images/portfolio/bg__searchcategory01.jpg);
}
.c-portfolio-search .search-list__link.category02 {
  background-image: url(./../images/portfolio/bg__searchcategory02.jpg);
}
.c-portfolio-search .search-list__link.category03 {
  background-image: url(./../images/portfolio/bg__searchcategory03.jpg);
}
.c-portfolio-search .search-list__link.category04 {
  background-image: url(./../images/portfolio/bg__searchcategory04.jpg);
}
.c-portfolio-search .search-list__link.category05 {
  background-image: url(./../images/portfolio/bg__searchcategory05.jpg);
}
.c-portfolio-search .search-list__link::before {
  transition: 0.6s;
  width: 17px;
  height: 17px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--search.svg);
  right: 6px;
  bottom: 6px;
}
@media (hover: hover) and (pointer: fine) {
  .c-portfolio-search .search-list__link:hover::before {
    transform: scale(1.2);
  }
}
.c-portfolio-search__filter {
  background-color: #fff;
  border: solid 1px #231815;
}
.c-portfolio-search__filter .search-filter-title {
  transition: 0.6s;
  text-align: center;
  padding: 16px 1em;
  line-height: 1.4;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .c-portfolio-search__filter .search-filter-title:hover {
    background-color: #f3f3f3;
  }
}
.c-portfolio-search__filter .search-filter-title__inner {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 26px;
}
.c-portfolio-search__filter .search-filter-title__inner::before {
  transition: 0.6s;
  width: 20px;
  height: 12px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--normal.svg);
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(90deg);
}
.c-portfolio-search__filter .search-filter-title.open .search-filter-title__inner::before {
  transform: rotate(-90deg);
  margin-top: -8px;
}
.c-portfolio-search__filter .search-filter-body {
  display: none;
  border-top: solid 1px #231815;
  padding: 30px 4% 80px;
}
.c-portfolio-search__filter .search-filter-body__inner:not(.noborder) {
  border-bottom: solid 1px #ebebec;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.c-portfolio-search__filter .search-filter-body .filter-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.c-portfolio-search__filter .search-filter-body .filter-body {
  font-size: 1.55rem;
  letter-spacing: 0.08em;
}
.c-portfolio-search__filter .search-filter-body .filter-body .checkboxItem {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 1;
  cursor: pointer;
}
.c-portfolio-search__filter .search-filter-body .filter-body .checkboxItem:not(:last-of-type) {
  margin-right: 30px;
}
.c-portfolio-search__filter .search-filter-body .filter-body .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #a2968c;
  cursor: pointer;
}
.c-portfolio-search__filter .search-filter-body .filter-body .checkbox:checked {
  border: none;
  background-color: #231815;
}
.c-portfolio-search__filter .search-filter-body .filter-body .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.c-portfolio-search__filter .search-filter-body__button {
  margin-top: 80px;
  text-align: center;
}
.c-portfolio-search__filter .search-filter-body__button .search-button {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 440px;
  width: 90%;
  background-color: #231815;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 17px 1em;
  box-sizing: border-box;
}
.c-portfolio-search__filter .search-filter-body__button .search-button::before {
  transition: 0.6s;
  width: 16px;
  height: 16px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__link--search.svg);
  right: 1em;
  top: 50%;
  margin-top: -8px;
}

/*-----マイスター紹介------*/
.c-meister-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-meister-list:has(> :nth-child(-n+3):last-child) {
  justify-content: center;
}
.c-meister-list:has(> :nth-child(-n+3):last-child)::before, .c-meister-list:has(> :nth-child(-n+3):last-child)::after {
  display: none;
}
.c-meister-list:has(> :nth-child(-n+3):last-child) li {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.c-meister-list::before, .c-meister-list::after {
  content: "";
  display: block;
  width: 23%;
}
.c-meister-list::before {
  order: 1;
}
.c-meister-list__item {
  width: 23%;
  margin-bottom: 76px;
}
.c-meister-list__link {
  transition: 0.6s;
  position: relative;
  display: block;
  text-align: center;
}
.c-meister-list__link::before {
  transition: 0.6s;
  content: " ";
  position: absolute;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--normal.svg);
  right: 0.5em;
  bottom: 10px;
}
.c-meister-list__link .img-box {
  transition: 0.6s;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 31/44;
}
.c-meister-list__link .img-box img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-meister-list__link .img-box__specialty {
  display: inline-block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 10px 1em 10px 42px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-image: url(./../images/common/icon__meister-pick.svg);
}
.c-meister-list__link .img-box__specialty i {
  font-size: 0.7em;
}
.c-meister-list__link .text-box {
  transition: 0.6s;
  padding: 18px 0 0;
}
.c-meister-list__link .text-box__copy {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding-bottom: 16px;
}
.c-meister-list__link .text-box__name {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 10px;
}
.c-meister-list__link .text-box__name .ex {
  position: relative;
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 500;
  padding-left: 10px;
  margin-left: 10px;
  letter-spacing: 0;
}
.c-meister-list__link .text-box__name .ex::before {
  left: 0;
  top: 0;
  width: 1px;
  height: 80%;
  content: " ";
  position: absolute;
  background-color: #231815;
}
.c-meister-list__link .text-box__store {
  display: inline-block;
  line-height: 1.4;
  font-size: 1.37rem;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #231815;
  color: #fff;
  padding: 4px 1em;
}
@media (hover: hover) and (pointer: fine) {
  .c-meister-list__link:hover {
    opacity: 0.7;
  }
  .c-meister-list__link:hover::before {
    right: 0;
  }
  .c-meister-list__link:hover .img-box img {
    transform: scale(1.05);
  }
}

/*-----イベント一覧------*/
.c-event-list__item {
  margin-bottom: 15px;
}
.c-event-list__link {
  transition: 0.6s;
  position: relative;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  padding: 18px 40px 18px 1.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-event-list__link::before {
  transition: 0.6s;
  content: " ";
  position: absolute;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--normal.svg);
  right: 20px;
  bottom: 20px;
}
.c-event-list__link .img-box {
  overflow: hidden;
  width: 16%;
  aspect-ratio: 200/143;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url(./../images/event/thumbnail-noimage.png);
  background-color: #f1f1f1;
}
.c-event-list__link .img-box img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-event-list__link .text-box {
  transition: 0.6s;
  width: 81%;
}
.c-event-list__link .text-box__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding-bottom: 12px;
}
.c-event-list__link .text-box__sub .date {
  font-size: 1.7rem;
  color: #6e6d6c;
  font-weight: 600;
  margin-right: 1em;
}
.c-event-list__link .text-box__sub .store {
  font-size: 1.5rem;
  color: #594d4a;
  margin-right: 1em;
  font-weight: 700;
}
.c-event-list__link .text-box__sub .end {
  font-size: 1.35rem;
  font-weight: 700;
  background-color: #9c9593;
  color: #fff;
  padding: 2px 0.5em;
}
.c-event-list__link .text-box__main {
  font-size: 1.8rem;
  letter-spacing: 0.035em;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .c-event-list__link:hover {
    opacity: 0.75;
  }
  .c-event-list__link:hover::before {
    right: 10px;
  }
  .c-event-list__link:hover .img-box img {
    transform: scale(1.05);
  }
}

/*-----お知らせ一覧------*/
.c-news-list {
  margin-bottom: 20px;
}
.c-news-list__item:not(:last-child) {
  border-bottom: solid 1px #231815;
}
.c-news-list__link {
  transition: 0.6s;
  padding: 25px 1em;
  display: flex;
  flex-wrap: wrap;
}
.c-news-list__link .news-date {
  font-size: 1.7rem;
  font-weight: 600;
  color: #6e6d6c;
  padding-right: 2em;
}
.c-news-list__link .news-title {
  font-size: 1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__link:hover {
    opacity: 0.8;
    background-color: #ededed;
  }
}
.c-news-list__link.link2 {
  justify-content: space-between;
  align-items: center;
}
.c-news-list__link.link2 .img-box {
  width: 17%;
}
.c-news-list__link.link2 .text-box {
  width: 80%;
}
.c-news-list__link.link2 .text-box .news-date,
.c-news-list__link.link2 .text-box .news-store,
.c-news-list__link.link2 .text-box .news-end {
  vertical-align: middle;
  display: inline-block;
}
.c-news-list__link.link2 .text-box .news-date {
  font-size: 1.7rem;
  padding-right: 0.75em;
}
.c-news-list__link.link2 .text-box .news-store {
  font-size: 1.4rem;
  color: #fff;
  background-color: #231815;
  line-height: 1.2;
  padding: 5px 0.5em;
  margin-right: 0.5em;
}
.c-news-list__link.link2 .text-box .news-end {
  line-height: 1.2;
  font-size: 1.35rem;
  font-weight: 700;
  background-color: #9c9593;
  color: #fff;
  padding: 5px 0.5em;
}
.c-news-list__link.link2 .text-box .news-title {
  padding-top: 20px;
  font-size: 1.8rem;
}

/*--------お役立ち情報一覧----------*/
.c-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-column-list::before, .c-column-list::after {
  content: "";
  display: block;
  width: 24%;
}
.c-column-list::before {
  order: 1;
}
.c-column-list__item {
  width: 24%;
  margin-bottom: 30px;
}
.c-column-list__link {
  transition: 0.6s;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-column-list__link .img-box {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 28/17;
}
.c-column-list__link .img-box img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-column-list__link .text-box {
  position: relative;
  letter-spacing: 0;
  padding: 0 7% 16px;
  line-height: 1.5;
}
.c-column-list__link .text-box__category {
  display: inline-block;
  position: relative;
  top: -14px;
  left: -8%;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  background-color: #231815;
  padding: 6px 1em;
}
.c-column-list__link .text-box__title {
  font-size: 1.7rem;
  padding-bottom: 18px;
  font-weight: 600;
}
.c-column-list__link .text-box__date {
  font-size: 1.45rem;
  font-weight: 600;
  color: #685c59;
}
@media (hover: hover) and (pointer: fine) {
  .c-column-list__link:hover {
    opacity: 0.7;
  }
  .c-column-list__link:hover .img-box img {
    transform: scale(1.05);
  }
}

/*------------------------------------------
　　　バナーエリア・CVエリアをまとめます
-----------------------------------------*/
/*----バナーエリア------*/
.c-reform-banner {
  padding: 20px 0 60px;
  text-align: center;
}
.c-reform-banner__title {
  font-size: 2.4rem;
  margin: 60px 0 40px;
  font-weight: 600;
}
.c-reform-banner__column2, .c-reform-banner__column4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-reform-banner__column2 li {
  width: 49.333%;
  margin-bottom: 20px;
}
.c-reform-banner__column4 li {
  width: 24.444%;
}

/*----わが家のマイスターに相談するエリア------*/
.c-cv-area01 {
  margin-top: 100px;
  text-align: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../images/common/bg__cv01.jpg);
}
.c-cv-area01::before {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.86;
}
.c-cv-area01__inner {
  position: relative;
  padding: 0 5% 100px;
}
.c-cv-area01__title {
  position: relative;
  font-size: 3.4rem;
  line-height: 1.4;
  top: -0.75em;
  margin-bottom: 20px;
}
.c-cv-area01__text {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 60px;
}
.c-cv-area01__button .c-cv-area01-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-cv-area01__button .c-cv-area01-button__item {
  margin: 0 10px;
}
.c-cv-area01__button .c-cv-area01-button__link {
  transition: 0.6s;
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #fff;
  border: solid 1px #231815;
  box-sizing: border-box;
  min-width: 270px;
  padding: 30px 1em;
}
.c-cv-area01__button .c-cv-area01-button__link::before {
  transition: 0.6s;
  content: " ";
  position: absolute;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--normal.svg);
  right: 0.85em;
  bottom: 0.85em;
}
.c-cv-area01__button .c-cv-area01-button__link span {
  position: relative;
  display: inline-block;
  padding-left: 37px;
}
.c-cv-area01__button .c-cv-area01-button__link span::before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.c-cv-area01__button .c-cv-area01-button__link.link01 {
  background-color: #e8340c;
  color: #fff;
  border: none;
}
.c-cv-area01__button .c-cv-area01-button__link.link01::before {
  background-image: url(./../images/common/icon__link--normal-w.svg);
}
.c-cv-area01__button .c-cv-area01-button__link.link01 span::before {
  background-image: url(./../images/common/icon__cv01--white.svg);
}
.c-cv-area01__button .c-cv-area01-button__link.link02 span::before {
  background-image: url(./../images/common/icon__cv02.svg);
}
.c-cv-area01__button .c-cv-area01-button__link.link03 span::before {
  background-image: url(./../images/common/icon__cv03.svg);
}
@media (hover: hover) and (pointer: fine) {
  .c-cv-area01__button .c-cv-area01-button__link:hover {
    background-color: #ededed;
  }
  .c-cv-area01__button .c-cv-area01-button__link:hover::before {
    right: 0.42em;
  }
  .c-cv-area01__button .c-cv-area01-button__link:hover.link01 {
    background-color: #f1b104;
  }
}

/*------------------------------------------
　　　その他共通要素をまとめます
-----------------------------------------*/
/*----店舗のCVエリア------*/
.c-shops-tel__list {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding-left: 34px;
  line-height: 1.4;
}
.c-shops-tel__list::before {
  content: " ";
  width: 26px;
  height: 26px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(./../images/common/icon__tel.svg);
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.c-shops-tel__ex {
  display: inline-block;
  font-size: 0.45em;
  padding-left: 0.3em;
}

.c-shops-cv {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-shops-cv__item:not(:last-child) {
  margin-right: 0.75em;
}
.c-shops-cv__link {
  transition: 0.6s;
  position: relative;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  border: solid 1px #231815;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 70px 1em 30px;
  font-weight: 600;
}
.c-shops-cv__link::before, .c-shops-cv__link::after {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.c-shops-cv__link::before {
  transition: 0.6s;
  width: 16px;
  height: 11px;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--normal.svg);
  right: 0.85em;
  bottom: 0.85em;
}
.c-shops-cv__link::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  left: 50%;
  top: 30px;
  margin-left: -15px;
}
.c-shops-cv__link.link1::after {
  background-image: url(./../images/common/icon__cv01.svg);
}
.c-shops-cv__link.link2::after {
  background-image: url(./../images/common/icon__cv02.svg);
}
.c-shops-cv__link.link3::after {
  background-image: url(./../images/common/icon__cv04.svg);
}
.c-shops-cv__link.link3.link3-02::before {
  transform: rotate(90deg);
  bottom: 1em;
}
.c-shops-cv__link.link3.link3-03::before {
  transform: rotate(-90deg);
  bottom: 1em;
}
@media (hover: hover) and (pointer: fine) {
  .c-shops-cv__link:hover {
    background-color: #ededed;
  }
  .c-shops-cv__link:hover::before {
    right: 0.55em;
  }
  .c-shops-cv__link.link3-02:hover::before {
    right: 0.85em;
    bottom: 0.7em;
  }
  .c-shops-cv__link.link3-03:hover::before {
    right: 0.85em;
    bottom: 1.3em;
  }
}

/*----資料請求のCVエリア------*/
.c-pamphlet {
  border: solid 1px #231815;
  background-color: #f9f9f9;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-pamphlet__textbox {
  width: 42%;
  padding-bottom: 40px;
}
.c-pamphlet__textbox .c-pamphlet-title {
  top: -20px;
  position: relative;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.c-pamphlet__textbox .c-pamphlet-title .img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.c-pamphlet__textbox .c-pamphlet-title .big {
  display: block;
  font-size: 1.4em;
}
.c-pamphlet__textbox .c-pamphlet-text {
  padding-top: 26px;
  font-size: 1.65rem;
  line-height: 2.2;
}
.c-pamphlet__kvbox {
  width: 52%;
  padding: 46px 0;
}
.c-pamphlet__kvbox .c-pamphlet-slider {
  box-shadow: 0 8px 14px rgba(37, 5, 24, 0.16);
}
@media screen and (width <= 1050px) {
  .c-second {
    padding-top: 70px;
  }
  /*-----事例一覧------*/
  .c-portfolio-list:has(> :nth-child(-n+3):last-child) {
    justify-content: space-between;
  }
  .c-portfolio-list:has(> :nth-child(-n+3):last-child)::before, .c-portfolio-list:has(> :nth-child(-n+3):last-child)::after {
    display: block;
  }
  .c-portfolio-list:has(> :nth-child(-n+3):last-child) li {
    margin-left: 0;
    margin-right: 0;
  }
  .c-portfolio-list__item {
    width: 48%;
  }
  .c-portfolio-list .c-portfolio-favorite__item {
    top: 31vw;
  }
  .c-portfolio-search__category:after {
    content: "";
    display: block;
    width: 33%;
  }
  .c-portfolio-search .search-list {
    width: 33%;
    margin-bottom: 5px;
  }
  /*-----マイスター紹介------*/
  .c-meister-list:has(> :nth-child(-n+3):last-child) {
    justify-content: space-between;
  }
  .c-meister-list:has(> :nth-child(-n+3):last-child)::before, .c-meister-list:has(> :nth-child(-n+3):last-child)::after {
    display: block;
  }
  .c-meister-list:has(> :nth-child(-n+3):last-child) li {
    margin-left: 0;
    margin-right: 0;
  }
  .c-meister-list__item {
    width: 31%;
    margin-bottom: 10vw;
  }
  .c-cv-area01__button .c-cv-area01-button__link {
    min-width: 27vw;
  }
}
@media screen and (width <= 640px) {
  /*------パンくず---------*/
  .c-breadcrumb {
    width: 90%;
    margin: 0 auto 6vw;
    justify-content: flex-end;
    color: #958c8b;
    font-size: 0.95rem;
  }
  .c-breadcrumb__link {
    padding-right: 12px;
    margin-right: 5px;
  }
  .c-breadcrumb__link::before {
    width: 8px;
  }
  .c-breadcrumb__link img {
    padding-top: 1px;
    display: block;
    width: 13px;
    height: 13px;
  }
  /*------メインタイトル---------*/
  .c-main-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 6vw;
  }
  /*------メインコピー---------*/
  .c-main-copy {
    text-align: center;
    font-size: 1.45rem;
    margin-bottom: 8vw;
  }
  /*---------------------------------------------------
  一覧関連（事例・マイスター・新着・お役立ち情報等）をまとめます
  ---------------------------------------------------*/
  /*-----ページング------*/
  .c-paging .c-paging-arrow {
    position: relative;
    width: 16px;
    height: 10px;
  }
  .c-paging .c-paging-number {
    padding: 0 0.8em;
  }
  .c-paging .c-paging-number__item {
    font-size: 1.38rem;
  }
  /*-----事例一覧------*/
  .c-portfolio-list__item {
    width: 48.5%;
    margin-bottom: 6vw;
  }
  .c-portfolio-list__link .img-box__category {
    padding-left: 9vw;
  }
  .c-portfolio-list__link .img-box__category i {
    font-size: 0.75rem;
    line-height: 1;
    padding: 4px 0.5em;
    margin-left: 1px;
    letter-spacing: -0.05em;
  }
  .c-portfolio-list__link .img-box.pickup::before {
    width: 10vw;
    height: 10vw;
  }
  .c-portfolio-list__link .text-box {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 2vw 18px 0 0;
  }
  .c-portfolio-list__link .text-box::before {
    width: 14px;
    height: 10px;
    right: 0.25em;
    top: auto;
    bottom: 1vw;
  }
  .c-portfolio-list .c-portfolio-favorite__item {
    width: 12px;
  }
  /*-----事例一覧（その他を見る）------*/
  .c-portfolio-another {
    padding: 0 0 6vw;
  }
  .c-portfolio-another__title {
    font-size: 2rem;
    margin-bottom: 2vw;
  }
  /*-----事例検索-----*/
  .c-portfolio-search {
    padding: 8vw 5%;
  }
  .c-portfolio-search__category {
    margin-bottom: 6vw;
  }
  .c-portfolio-search__category:after {
    content: "";
    display: block;
    width: 33%;
  }
  .c-portfolio-search .search-list {
    width: 33%;
    margin-bottom: 0.5vw;
  }
  .c-portfolio-search .search-list__link {
    font-size: 1.4rem;
    padding: 8vw 2.5%;
  }
  .c-portfolio-search .search-list__link::before {
    width: 10px;
    height: 10px;
    right: 5px;
    bottom: 5px;
  }
  .c-portfolio-search__filter .search-filter-title {
    text-align: center;
    padding: 4vw 1em;
    line-height: 1.4;
  }
  .c-portfolio-search__filter .search-filter-title__inner {
    font-size: 1.32rem;
    padding-right: 26px;
  }
  .c-portfolio-search__filter .search-filter-title__inner::before {
    width: 16px;
    height: 10px;
    top: 50%;
  }
  .c-portfolio-search__filter .search-filter-body {
    padding: 4vw 5% 8vw;
  }
  .c-portfolio-search__filter .search-filter-body__inner:not(.noborder) {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .c-portfolio-search__filter .search-filter-body .filter-title {
    margin-bottom: 4vw;
  }
  .c-portfolio-search__filter .search-filter-body .filter-body {
    font-size: 1.285rem;
    letter-spacing: 0;
  }
  .c-portfolio-search__filter .search-filter-body .filter-body .checkboxItem {
    margin-bottom: 3vw;
  }
  .c-portfolio-search__filter .search-filter-body .filter-body .checkboxItem:not(:last-of-type) {
    margin-right: 3vw;
  }
  .c-portfolio-search__filter .search-filter-body .filter-body .checkbox {
    width: 15px;
    height: 15px;
  }
  .c-portfolio-search__filter .search-filter-body .filter-body .checkbox:checked::after {
    top: 3px;
    left: 2px;
    width: 10px;
    height: 5px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
  .c-portfolio-search__filter .search-filter-body__button {
    margin-top: 6vw;
  }
  .c-portfolio-search__filter .search-filter-body__button .search-button {
    width: 90%;
    font-size: 1.4rem;
    padding: 4vw 1em;
  }
  /*-----マイスター紹介------*/
  .c-meister-list__item {
    width: 48%;
    margin-bottom: 10vw;
  }
  .c-meister-list__link {
    text-align: left;
  }
  .c-meister-list__link::before {
    display: none;
  }
  .c-meister-list__link .img-box {
    aspect-ratio: auto;
  }
  .c-meister-list__link .img-box img {
    width: 100%;
    height: 100%;
    aspect-ratio: 31/44;
  }
  .c-meister-list__link .img-box__specialty {
    display: block;
    position: relative;
    font-size: 1.1rem;
    padding: 2vw 0.25em 2vw 28px;
    letter-spacing: 0;
    background-position: 10px center;
    background-size: 10px auto;
  }
  .c-meister-list__link .img-box__specialty i {
    font-size: 0.825em;
  }
  .c-meister-list__link .text-box {
    padding: 2.5vw 0 0;
  }
  .c-meister-list__link .text-box__copy {
    line-height: 1.4;
    font-size: 1.485rem;
    letter-spacing: 0.015em;
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
    border-bottom: solid 1px #ddd;
  }
  .c-meister-list__link .text-box__name {
    font-size: 1.35rem;
    line-height: 1.35;
    letter-spacing: 0;
    padding-bottom: 0.5vw;
  }
  .c-meister-list__link .text-box__name .ex {
    position: relative;
    display: block;
    font-size: 1.1rem;
    padding-left: 0;
    margin-left: 0;
    letter-spacing: 0;
  }
  .c-meister-list__link .text-box__name .ex::before {
    display: none;
  }
  .c-meister-list__link .text-box__store {
    background-color: transparent;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0;
    color: #919191;
  }
  /*-----イベント一覧------*/
  .c-event-list__item {
    margin-bottom: 3vw;
  }
  .c-event-list__link {
    padding: 3vw 5%;
    align-items: flex-start;
  }
  .c-event-list__link::before {
    width: 14px;
    height: 11px;
    right: 2.5vw;
    bottom: 2.5vw;
  }
  .c-event-list__link .img-box {
    width: 22%;
  }
  .c-event-list__link .text-box {
    width: 72%;
  }
  .c-event-list__link .text-box__sub {
    letter-spacing: 0;
    line-height: 1.4;
    padding-bottom: 1vw;
  }
  .c-event-list__link .text-box__sub .date {
    font-size: 1.3rem;
    margin-right: 0.5em;
  }
  .c-event-list__link .text-box__sub .store {
    font-size: 1.3rem;
    margin-right: 0.5em;
  }
  .c-event-list__link .text-box__sub .end {
    font-size: 1.125rem;
    padding: 0.4vw 0.5em;
    list-style: 1;
  }
  .c-event-list__link .text-box__main {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  /*-----お知らせ一覧------*/
  .c-news-list__link {
    padding: 4vw 0;
    display: block;
  }
  .c-news-list__link .news-date {
    font-size: 1.4rem;
    padding-right: 0;
  }
  .c-news-list__link .news-title {
    font-size: 1.35rem;
    line-height: 1.6;
  }
  .c-news-list__link.link2 {
    display: flex;
  }
  .c-news-list__link.link2 .img-box {
    width: 20%;
  }
  .c-news-list__link.link2 .text-box {
    width: 76.5%;
  }
  .c-news-list__link.link2 .text-box .news-date {
    font-size: 1.35rem;
    letter-spacing: 0;
    padding-right: 0.5em;
  }
  .c-news-list__link.link2 .text-box .news-store {
    font-size: 1rem;
    padding: 2px 0.5em;
  }
  .c-news-list__link.link2 .text-box .news-end {
    font-size: 1rem;
    padding: 2px 0.5em;
  }
  .c-news-list__link.link2 .text-box .news-title {
    letter-spacing: 0;
    line-height: 1.6;
    padding-top: 1vw;
    font-size: 1.35rem;
  }
  /*--------お役立ち情報一覧----------*/
  .c-column-list__item {
    width: 48.5%;
    margin-bottom: 6vw;
  }
  .c-column-list__link {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .c-column-list__link .img-box {
    width: 100%;
    aspect-ratio: 28/17;
  }
  .c-column-list__link .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-column-list__link .text-box {
    position: relative;
    letter-spacing: 0;
    padding: 0 7% 16px;
    line-height: 1.5;
  }
  .c-column-list__link .text-box__category {
    width: 116%;
    display: block;
    position: relative;
    top: 0;
    left: -8%;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    background-color: #231815;
    padding: 1.5vw 1em;
    margin-bottom: 2vw;
  }
  .c-column-list__link .text-box__title {
    font-size: 1.4rem;
    padding-bottom: 2vw;
  }
  .c-column-list__link .text-box__date {
    font-size: 1.35rem;
  }
  /*------------------------------------------
  　　　バナーエリア・CVエリアをまとめます
  -----------------------------------------*/
  /*----バナーエリア------*/
  .c-reform-banner {
    padding: 0 0 10vw;
  }
  .c-reform-banner__title {
    font-size: 1.8rem;
    margin: 12vw 0 6vw;
  }
  .c-reform-banner__column2 {
    display: block;
  }
  .c-reform-banner__column2 li {
    width: 100%;
    margin-bottom: 3vw;
  }
  .c-reform-banner__column4 li {
    width: 49%;
    margin-bottom: 3vw;
  }
  /*----わが家のマイスターに相談するエリア------*/
  .c-cv-area01 {
    margin-top: 10vw;
    background-size: cover;
  }
  .c-cv-area01::before {
    opacity: 0.88;
  }
  .c-cv-area01__inner {
    padding: 0 5% 10vw;
  }
  .c-cv-area01__title {
    position: relative;
    font-size: 2.2rem;
    top: -0.75em;
    margin-bottom: 4vw;
  }
  .c-cv-area01__text {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 16vw;
  }
  .c-cv-area01__button .c-cv-area01-button {
    justify-content: space-between;
  }
  .c-cv-area01__button .c-cv-area01-button__item {
    margin: 0;
    width: 48.5%;
  }
  .c-cv-area01__button .c-cv-area01-button__item:first-child {
    width: 100%;
    margin-bottom: 3vw;
  }
  .c-cv-area01__button .c-cv-area01-button__link {
    position: relative;
    display: block;
    font-size: 1.45rem;
    min-width: 0;
    padding: 6vw 1em;
  }
  .c-cv-area01__button .c-cv-area01-button__link::before {
    width: 14px;
    height: 10px;
    right: 0.5em;
    bottom: 0.5em;
  }
  .c-cv-area01__button .c-cv-area01-button__link span {
    position: relative;
    display: inline-block;
    padding-left: 26px;
  }
  .c-cv-area01__button .c-cv-area01-button__link span::before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .c-cv-area01__button .c-cv-area01-button__link.link01 {
    padding: 3.8vw 1em;
  }
  /*------------------------------------------
  　　　その他共通要素をまとめます
  -----------------------------------------*/
  /*----店舗のCVエリア------*/
  .c-shops-tel__list {
    font-size: 2rem;
    padding-left: 22px;
  }
  .c-shops-tel__list::before {
    content: " ";
    width: 16px;
    height: 16px;
    margin-top: -6px;
  }
  .c-shops-cv {
    justify-content: space-between;
  }
  .c-shops-cv__item {
    width: 32.5%;
  }
  .c-shops-cv__item:not(:last-child) {
    margin-right: 0;
  }
  .c-shops-cv__link {
    min-width: auto;
    font-size: 1.325rem;
    letter-spacing: 0;
    padding: 40px 1em 3vw;
  }
  .c-shops-cv__link::before {
    transition: 0.6s;
    width: 12px;
    height: 8px;
    right: 0.65em;
    bottom: 0.65em;
  }
  .c-shops-cv__link::after {
    width: 20px;
    height: 20px;
    top: 15px;
    margin-left: -10px;
  }
  /*----資料請求のCVエリア------*/
  .c-pamphlet {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }
  .c-pamphlet__textbox {
    width: 100%;
    padding-bottom: 4vw;
  }
  .c-pamphlet__textbox .c-pamphlet-title {
    top: -12px;
    font-size: 1.55rem;
    letter-spacing: 0.025em;
    line-height: 1.7;
  }
  .c-pamphlet__textbox .c-pamphlet-title .img {
    width: 67%;
  }
  .c-pamphlet__textbox .c-pamphlet-title .big {
    display: block;
    font-size: 1.4em;
  }
  .c-pamphlet__textbox .c-pamphlet-text {
    padding-top: 2vw;
    font-size: 1.35rem;
    line-height: 1.85;
  }
  .c-pamphlet__kvbox {
    width: 100%;
    padding: 0 0 36px;
  }
  .c-pamphlet__kvbox .c-pamphlet-slider {
    box-shadow: 0 6px 10px rgba(37, 5, 24, 0.16);
  }
}
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none; /*background-color:#FFF*/
  background-color: transparent;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  display: block;
  max-width: none;
  margin: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(35, 24, 21, 0.82);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  padding: 0px;
  overflow: visible; /*background:#FFF;*/
}

#cboxError {
  padding: 0;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin: 40px 0 0; /*background:#000; padding:1px;*/
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  position: absolute; /*top:-20px; background:url(images/controls.png) no-repeat 0 0;*/
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  border: 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  right: 44px;
  background-position: 0px 0px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  right: 22px;
  background-position: -25px 0px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose,
#cboxClose::after {
  position: absolute;
  width: 36px;
  height: 36px;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border: 0;
  transition: 0.4s;
}

#cboxClose {
  top: 0;
  right: 0;
  background-image: url(../images/common/close@2x.png);
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  #cboxClose:hover {
    opacity: 0.7;
  }
}

#cboxClose::after {
  top: 0;
  right: 0;
  content: " ";
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #cboxClose,
  #cboxClose::after {
    width: 25px;
    height: 25px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  width: 100%;
  display: block;
  position: absolute;
  text-align: right;
  right: 1.3vw;
  bottom: 1.3vw;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px !important;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 0;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #201410;
  cursor: default;
  outline: none;
}

*:focus {
  outline: none;
}

.dots-pamph {
  z-index: 1;
  width: calc(100% - 52px);
  display: block;
  position: absolute;
  text-align: center;
  left: 26px;
  bottom: -55px;
}

.dots-pamph li {
  display: inline-block;
  margin: 0 5px !important;
}

.dots-pamph li button {
  width: 8px;
  height: 8px;
  display: inline-block;
  font-size: 0;
  background-color: #cdcdcd;
  cursor: pointer;
  border-radius: 50%;
}

.dots-pamph li.slick-active button {
  background-color: #201410;
  cursor: default;
  outline: none;
}

@media screen and (width <= 640px) {
  .slick-dots {
    right: 3vw;
    bottom: 3vw;
  }
  .slick-dots li {
    margin: 0 3px !important;
  }
  .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .dots-pamph {
    width: calc(100% - 32px);
    left: 16px;
    bottom: -45px;
  }
  .dots-pamph li {
    margin: 0 3px !important;
  }
  .dots-pamph li button {
    width: 7px;
    height: 7px;
  }
}
.arrow_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 26px;
  height: 18px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/common/icon__link--normal.svg);
}

.prev-arrow {
  transform: rotate(180deg);
}

@media screen and (width <= 640px) {
  .prev-arrow,
  .next-arrow {
    width: 16px;
    height: 12px;
  }
}
.u-sp_only {
  display: none !important;
}

.u-tab_only {
  display: none !important;
}

.js-ratioCheck.js-imgWide {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.js-ratioCheck.js-imgTall {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.u-font-Gothic {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.u-font-min {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-ex-style1 {
  display: block;
  opacity: 0.8;
  font-size: 0.88em;
  text-indent: -0.85em;
  margin-left: 0.85em;
  letter-spacing: 0.05em;
}

.u-sup,
.u-sub {
  font-size: 0.7em;
  line-height: 1;
}

.u-sup {
  vertical-align: 60%;
}

.u-sub {
  vertical-align: 0%;
}

.js-fadein {
  opacity: 0;
}

.u-link-tel {
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .u-textlink {
    transition: 0.6s;
    position: relative;
  }
  .u-textlink:hover {
    color: #a8540a;
  }
  .u-textlink::before {
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #a8540a;
    z-index: -1;
    opacity: 0.6;
  }
  .u-textlink:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .u-textlink--white {
    transition: 0.6s;
  }
  .u-textlink--white:hover {
    opacity: 0.7;
    color: #fff;
  }
  .u-textlink--white::before {
    background-color: #fff;
  }
  .u-imglink {
    transition: 0.6s;
  }
  .u-imglink:hover {
    opacity: 0.5;
  }
}
@media screen and (width <= 640px) {
  .u-pc_only {
    display: none !important;
  }
  .u-sp_only {
    display: block !important;
  }
  br.u-sp_only {
    display: inline-block !important;
  }
  .u-link-tel {
    pointer-events: auto;
  }
}