@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
body,
html,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
li,
p,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(26, 26, 26);
}

ul {
  list-style: none;
}

img {
  display: block;
}

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

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

/* -------------------------------- */
#wrap_body {
  position: relative;
  background: url("../images/common/main_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 20px;
}
@media screen and (max-width: 440px) {
  #wrap_body {
    padding-top: 0px;
  }
}

#wrap_close {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  display: none;
}

/* -------------------------------- */
/* left                             */
/* -------------------------------- */
#wrap_left {
  position: fixed;
  width: calc(100% - 750px);
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  #wrap_left {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 860px) {
  #wrap_left {
    display: none;
  }
}
#wrap_left > h2#eco_logo {
  width: 180px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 801;
}
#wrap_left > h2#eco_logo a {
  display: block;
}
#wrap_left > h2#eco_logo img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap_left > div {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 800;
}
#wrap_left > div > p:nth-of-type(1) {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.5;
  margin-top: 10vh;
}
#wrap_left > div > p:nth-of-type(2) {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  margin: 6vh auto 7.5vh auto;
  line-height: 1;
  box-sizing: border-box;
}
#wrap_left > div > p.marquee {
  text-align: center;
  font-size: 1rem;
  background: #e0a0ae;
  color: #fff;
  padding: 3px 0;
}
#wrap_left aside h2 {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin-top: 40px;
}
#wrap_left aside h2::before, #wrap_left aside h2::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
}
#wrap_left aside h2::before {
  margin-right: 10px;
}
#wrap_left aside h2::after {
  margin-left: 10px;
}
#wrap_left aside p {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4375rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#wrap_left aside p::before, #wrap_left aside p::after {
  content: "";
  background: url("../images/icn/icn_diamond.png") no-repeat;
  background-size: contain;
  height: 1em;
  width: 1.5em;
}
#wrap_left aside p::before {
  background-position: left;
}
#wrap_left aside p::after {
  background-position: right;
}
#wrap_left aside ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#wrap_left aside ul li {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s;
}
#wrap_left aside ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 90;
  display: block;
}
#wrap_left aside ul li:nth-of-type(1),
#wrap_left aside ul li:nth-of-type(2) {
  width: calc((100% - 20px) / 2);
  color: #fff;
}
#wrap_left aside ul li:nth-of-type(1) span,
#wrap_left aside ul li:nth-of-type(2) span {
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 3px;
  font-size: 0.875rem;
  font-weight: 600;
}
#wrap_left aside ul li:nth-of-type(1) strong,
#wrap_left aside ul li:nth-of-type(2) strong {
  display: block;
  line-height: 1;
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 1px;
}
#wrap_left aside ul li:nth-of-type(1)::before,
#wrap_left aside ul li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-50deg) translateY(110px);
  z-index: 0;
  width: 100%;
  height: 350%;
}
#wrap_left aside ul li:nth-of-type(1) {
  background-color: rgb(178, 13, 49);
}
#wrap_left aside ul li:nth-of-type(1) a span {
  color: rgb(178, 13, 49);
}
#wrap_left aside ul li:nth-of-type(1)::before {
  background-color: rgb(149, 9, 39);
}
#wrap_left aside ul li:nth-of-type(2) {
  background-color: rgb(26, 26, 26);
}
#wrap_left aside ul li:nth-of-type(2) span {
  color: rgb(26, 26, 26);
}
#wrap_left aside ul li:nth-of-type(2)::before {
  background-color: #000;
}
#wrap_left aside ul li:nth-of-type(3) {
  width: 100%;
  background: #fff;
  padding: 20px;
  line-height: 1;
}
#wrap_left aside ul li:nth-of-type(3) a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#wrap_left aside ul li:nth-of-type(3) a > img {
  height: 50px;
  width: auto;
}
#wrap_left aside ul li:nth-of-type(3) a div {
  text-align: center;
  color: rgb(26, 26, 26);
}
#wrap_left aside ul li:nth-of-type(3) a div span {
  font-size: 0.875rem;
  display: block;
  padding: 0 0 10px 0;
}
#wrap_left aside ul li:nth-of-type(3) a div strong {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
}
#wrap_left aside ul li:nth-of-type(3) a div strong img {
  height: 0.8em;
  width: auto;
  margin-right: 10px;
}

/* ---- 緊急告知 ---- */
.marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
}

.marquee-inner {
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
/* -------------------------------- */
/* right                            */
/* -------------------------------- */
#wrap_right {
  width: 270px;
  position: fixed;
  z-index: 910;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1180px) {
  #wrap_right {
    display: none;
  }
}
#wrap_right > ul {
  border-radius: 0 10px 10px 0;
  width: 270px;
  background: rgb(203, 166, 109);
  position: fixed;
  top: calc(50% + 20px);
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 20px 30px;
  box-sizing: border-box;
}
#wrap_right > ul > li {
  border-bottom: 1px #d6bc94 solid;
  padding: 0.4em 0 0.4em 1em;
  position: relative;
}
#wrap_right > ul > li:nth-last-child(1) {
  border-bottom: none;
}
#wrap_right > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#wrap_right > ul > li a[href="#"]::before, #wrap_right > ul > li a[href="#"]::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrap_right > ul > li a[href="#"]::before {
  width: 1px;
  height: 0.6em;
  left: -0.75em;
}
#wrap_right > ul > li a[href="#"]::after {
  width: 0.6em;
  height: 1px;
  left: -1em;
}
#wrap_right > ul > li a[href="#"].active::before {
  display: none;
}

#wrap_right .sub-menu {
  display: none; /*デフォルトでは非表示の状態にしておく*/
  width: 350px;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  top: -2em;
  left: -380px;
  background: rgba(185, 144, 91, 0.9);
  z-index: 1000;
}
#wrap_right .sub-menu li {
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px #d6bc94 solid;
  padding: 0.5em 0 0.5em 0;
  text-align: right;
}
#wrap_right .sub-menu li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
#wrap_right .sub-menu li:nth-last-child(1) {
  border-bottom: none;
}

#wrap_right ul li .sub-menu.active {
  display: block;
}

#wrap_right .sub-menu li:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------------------- */
/* contents                         */
/* -------------------------------- */
main {
  width: 440px;
  margin-left: calc(100% - 750px);
  padding: 20px 20px 0 20px;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 900;
}
@media screen and (max-width: 1180px) {
  main {
    margin-left: calc(100% - 500px);
  }
}
@media screen and (max-width: 860px) {
  main {
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  main {
    margin-left: 0;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
main #wrap_contents {
  background: #fff;
  min-height: calc(100vh - 40px);
}

#wrap_mv {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
#wrap_mv img {
  width: 80%;
  height: auto;
}
#wrap_mv h1 {
  width: 80%;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrap_mv h1 span {
  display: block;
  color: rgb(169, 122, 74);
}
#wrap_mv h1 strong {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 10px 0 0px;
  box-sizing: border-box;
}

#wrap_mv02 img {
  width: 100%;
  height: auto;
}

/* -------------------------------- */
/* header                           */
/* -------------------------------- */
.sp_marquee {
  text-align: center;
  font-size: 1rem;
  background: #e0a0ae;
  color: #fff;
  padding: 3px 0;
}

header {
  display: none;
}
@media screen and (max-width: 860px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff;
    z-index: 9996;
  }
  header #eco_logo {
    width: 100px;
  }
  header #eco_logo img {
    height: auto;
    width: 100px;
  }
  header ul {
    width: calc(100% - 120px);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  header ul li {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    text-align: center;
    padding: 7px;
    box-sizing: border-box;
  }
  header ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 90;
    display: block;
  }
  header ul li:nth-of-type(1),
  header ul li:nth-of-type(2) {
    width: calc((100% - 10px) / 2);
    color: #fff;
  }
  header ul li:nth-of-type(1) span,
  header ul li:nth-of-type(2) span {
    background: #fff;
    border-radius: 5px;
    display: block;
    padding: 3px;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1;
  }
  header ul li:nth-of-type(1) strong,
  header ul li:nth-of-type(2) strong {
    display: block;
    line-height: 1;
    margin-top: 7px;
    font-size: 0.875rem;
    font-weight: 400;
    padding-bottom: 1px;
    padding-right: 1em;
  }
  header ul li:nth-of-type(1) .arrow_cta::before,
  header ul li:nth-of-type(1) .arrow_cta::after,
  header ul li:nth-of-type(2) .arrow_cta::before,
  header ul li:nth-of-type(2) .arrow_cta::after {
    right: 2px;
  }
  header ul li:nth-of-type(1)::before,
  header ul li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: -150%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-50deg) translateY(110px);
    z-index: 0;
    width: 100%;
    height: 200%;
  }
  header ul li:nth-of-type(1) {
    background-color: rgb(178, 13, 49);
  }
  header ul li:nth-of-type(1) a span {
    color: rgb(178, 13, 49);
  }
  header ul li:nth-of-type(1)::before {
    background-color: rgb(149, 9, 39);
  }
  header ul li:nth-of-type(2) {
    background-color: rgb(26, 26, 26);
  }
  header ul li:nth-of-type(2) span {
    color: rgb(26, 26, 26);
  }
  header ul li:nth-of-type(2)::before {
    background-color: #000;
  }
}

.wrap_description {
  background: rgb(169, 122, 74);
  color: #fff;
  font-size: 0.6875rem;
  padding: 3px 20px;
  text-align: center;
}

.wrap_breadcrumbs {
  font-size: 0.75rem;
  margin: 0 20px;
  padding: 3px 0;
  overflow-x: auto;
  white-space: nowrap;
}
.wrap_breadcrumbs::-webkit-scrollbar {
  background: #fff;
  height: 5px;
}
.wrap_breadcrumbs::-webkit-scrollbar-thumb {
  background-color: rgb(204, 204, 204);
  border: none;
}
.wrap_breadcrumbs::-webkit-scrollbar-thumb:hover {
  background-color: rgb(204, 204, 204);
}
.wrap_breadcrumbs a {
  color: rgb(26, 26, 26);
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.wrap_breadcrumbs a:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px rgb(26, 26, 26);
  border-right: solid 1px rgb(26, 26, 26);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
}

.pagination {
  text-align: center;
  margin: 100px 20px 0 20px;
}
.pagination .page-numbers {
  color: rgb(169, 122, 74);
  text-decoration: none;
  padding: 0 5px;
}
.pagination .page-numbers.current {
  position: relative;
}
.pagination .page-numbers.current::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  background: rgb(169, 122, 74);
  height: 2px;
  content: "";
  width: 100%;
}

/* -------------------------------- */
/* footer navi                      */
/* -------------------------------- */
#footer_navi {
  display: none;
}
@media screen and (max-width: 1180px) {
  #footer_navi {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 9998;
    box-sizing: border-box;
    overflow: hidden;
    height: 68px;
  }
  #footer_navi > ul {
    background: rgb(203, 166, 109);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
  }
  #footer_navi > ul li {
    text-align: center;
    width: 25%;
    font-size: 0.875rem;
    line-height: 1;
  }
  #footer_navi > ul li a {
    color: #fff;
    text-decoration: none;
  }
  #footer_navi > ul li a img {
    height: 30px;
    width: auto;
    margin: 0 auto 5px auto;
  }
  #footer_navi > ul li:nth-last-of-type(1) > span {
    color: #fff;
    display: block;
  }
}

/* ハンバーガーメニュー */
.footer__hamburger {
  width: 45px;
  height: 30px;
  margin-bottom: 5px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.footer__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

.nav {
  display: none;
}
@media screen and (max-width: 1180px) {
  .nav {
    display: block;
    position: fixed;
    bottom: 68px;
    right: 80px;
    width: 400px;
    height: calc(100vh - 108px);
    background: rgb(169, 122, 74);
    transform: translateY(100%);
    z-index: 9997;
    overflow-y: auto;
  }
}
@media screen and (max-width: 860px) {
  .nav {
    left: 50%;
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
  }
}
@media screen and (max-width: 440px) {
  .nav {
    left: 0;
    transform: translate(0%, 100%);
    width: 100%;
    height: 75vh;
  }
}

.nav {
  scrollbar-width: thin; /* auto, thin, none */
  scrollbar-color: #855524 rgb(169, 122, 74); /* thumb 背景 */
}

.nav::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; /* Safariは透明にした方が効きやすい */
}

.nav::-webkit-scrollbar-track {
  background-color: rgb(169, 122, 74); /* トラック部分 */
}

.nav::-webkit-scrollbar-thumb {
  background-color: #855524;
  border-radius: 4px; /* Safariは角丸がないと反映しないことが多い */
}

.nav::-webkit-scrollbar-thumb:hover {
  background-color: #6a421c; /* hover用に色を変える */
}

.nav.active {
  transition: transform 0.3s;
}
@media screen and (max-width: 1180px) {
  .nav.active {
    transform: translate(0%, 0%);
    bottom: 68px;
  }
}
@media screen and (max-width: 860px) {
  .nav.active {
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 440px) {
  .nav.active {
    transform: translate(0%, 0%);
  }
}

.nav > ul {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.nav > ul > li {
  border-bottom: 1px #d6bc94 solid;
  padding: 0.5em 0 0.5em 0;
  position: relative;
}
.nav > ul > li:nth-last-child(1) {
  border-bottom: none;
}
.nav > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.nav > ul > li a[href="#"]::before, .nav > ul > li a[href="#"]::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.nav > ul > li a[href="#"]::before {
  width: 1px;
  height: 0.6em;
  right: 0.25em;
}
.nav > ul > li a[href="#"]::after {
  width: 0.6em;
  height: 1px;
  right: 0em;
}
.nav > ul > li a[href="#"].active::before {
  display: none;
}

#wrap_navi li div.sub-menu {
  overflow: hidden;
  max-height: 0;
  min-height: 0;
  transition: all 0.3s;
}
#wrap_navi li div.sub-menu ul {
  width: 100%;
  margin-top: 0.5em;
  box-sizing: border-box;
  transition: all 0.3s;
}
#wrap_navi li div.sub-menu ul li {
  background-color: rgb(169, 122, 74);
  position: relative;
  border-top: 1px #d6bc94 dotted;
  padding: 0.5em 0 0.5em 0;
}
#wrap_navi li div.sub-menu ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 1em;
}

#wrap_navi li .sub-menu.active {
  transition: all 0.3s;
}

#wrap_navi .sub-menu li:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------------------- */
/* footer                           */
/* -------------------------------- */
footer {
  padding: 100px 20px 0 20px;
  border-top: 1px rgb(204, 204, 204) solid;
}
footer figure img {
  width: 80%;
  height: auto;
  margin: 20px auto;
}
footer figure figcaption {
  display: block;
  margin: 30px 0;
}
footer p {
  text-align: center;
}
footer p img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
footer small {
  display: block;
  text-align: center;
  padding: 30px 0;
}
footer nav {
  text-align: center;
}
footer nav a {
  color: rgb(26, 26, 26);
  text-decoration: none;
}

/* -------------------------------- */
/* parts                            */
/* -------------------------------- */
em {
  color: rgb(178, 13, 49);
  font-weight: 600;
  font-style: normal;
}

/* ---- 矢印 ---- */
.arrow_cta {
  position: relative;
  display: block;
}
.arrow_cta::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.arrow_cta::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0.8em;
  height: 1px;
  background: #fff;
}

.arrow_wh,
.arrow_gold {
  position: relative;
  display: block;
  font-weight: 600;
}
.arrow_wh::before, .arrow_wh::after,
.arrow_gold::before,
.arrow_gold::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-0.8em - 10px);
}
.arrow_wh::before,
.arrow_gold::before {
  width: 0.5em;
  height: 0.5em;
  border: 0;
  transform: rotate(45deg);
}
.arrow_wh::after,
.arrow_gold::after {
  width: 0.8em;
  height: 1px;
}

.arrow_wh::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.arrow_wh::after {
  background: #fff;
}

.arrow_gold::before {
  border-top: solid 1px rgb(169, 122, 74);
  border-right: solid 1px rgb(169, 122, 74);
}
.arrow_gold::after {
  background: rgb(169, 122, 74);
}

/* ---- ボタン ---- */
.wrap_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 20px;
}
.wrap_btn a {
  width: calc((100% - 20px) / 2);
  margin: 0;
  font-size: 1rem;
}
.wrap_btn a::before {
  transform: skewY(-70deg) translateY(110px);
}

/*ボタン共通*/
.btn_type01,
.btn_type02,
.btn_type03,
.btn_type04 {
  margin: 0 20px;
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1em calc(0.8em + 25px) 1em 15px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.btn_type01 strong,
.btn_type02 strong,
.btn_type03 strong,
.btn_type04 strong {
  width: 100%;
}
/*背景色ボタン共通*/
.btn_type02,
.btn_type03,
.btn_type04 {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.btn_type02::before,
.btn_type03::before,
.btn_type04::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-50deg) translateY(110px);
  z-index: 0;
  width: 100%;
  height: 650%;
}

.btn_type01 {
  background: #fff;
  border: 1px solid rgb(169, 122, 74);
  color: rgb(169, 122, 74);
}

.btn_type02 {
  background: rgb(203, 166, 109);
}
.btn_type02::before {
  background: rgb(185, 144, 91);
}

.btn_type03 {
  background: rgb(178, 13, 49);
}
.btn_type03::before {
  background: rgb(149, 9, 39);
}

.btn_type04 {
  background: rgb(26, 26, 26);
}
.btn_type04::before {
  background: #000;
}

/* ---- テキストリンク ---- */
.btn_txt {
  margin: 0 20px;
  display: block;
  text-align: right;
  color: rgb(169, 122, 74);
  position: relative;
  padding-right: calc(1.2em + 5px);
}
.btn_txt::before, .btn_txt::after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 90;
  right: 5px;
}
.btn_txt::before {
  width: 0.4em;
  height: 0.4em;
  border: 0;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 0;
  bottom: 0;
}
.btn_txt::after {
  width: 0.6em;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn_txt strong {
  font-weight: 400;
}
.btn_txt strong::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgb(203, 166, 109);
  width: 1.2em;
  height: 1.2em;
}

/* ---- タイトル ---- */
.h3_type01 {
  color: #fff;
  padding: 0.5em 15px 0.5em 45px;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 20px;
  font-weight: 600;
  background: rgb(169, 122, 74) url("../images/icn/icn_diamond_02.png") no-repeat 15px center;
  background-size: 20px;
}

.h3_type03 {
  color: #fff;
  padding: 0.5em 15px 0.5em 45px;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 20px;
  font-weight: 600;
  background: rgb(26, 26, 26) url("../images/icn/icn_diamond_02.png") no-repeat 15px center;
  background-size: 20px;
}

.h3_type04,
.h3_type05 {
  margin: 25px 20px 0 20px;
  background: rgb(169, 122, 74);
  position: relative;
  padding: 15px;
}
.h3_type04::before,
.h3_type05::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.h3_type04 strong,
.h3_type05 strong {
  font-weight: 600;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  position: relative;
  z-index: 90;
}

.h3_type04::before {
  background: url("../images/icn/icn_diamond_07.png") no-repeat center top;
  background-size: contain;
}

.h3_type05::before {
  background: url("../images/icn/icn_diamond_05.png") no-repeat center top;
  background-size: contain;
}

.h3_type02 {
  text-align: center;
  color: rgb(169, 122, 74);
  padding-bottom: 25px;
  align-items: center;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 0 20px;
  font-weight: 600;
  background: url("../images/icn/icn_ttl_01.png") no-repeat bottom center;
  background-size: 40px;
}
.h3_type02 span {
  display: block;
  font-size: 1.25rem;
  color: rgb(26, 26, 26);
  margin-bottom: 0.5em;
}

.h4_type01 {
  border-bottom: rgb(169, 122, 74) 1px solid;
  padding-bottom: 0.5em;
  margin: 0 20px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}

/* ---- 文章 ---- */
.p_type01 {
  margin: 0 20px;
  font-size: 1rem;
  font-weight: 400;
}
.p_type01 a {
  color: rgb(169, 122, 74);
}

.p_type02 {
  margin: 20px 20px 0 20px;
  font-size: 0.875rem;
}

.p_type03 {
  padding: 20px;
  background: rgb(244, 241, 236);
  font-size: 0.875rem;
}
.p_type03 a {
  color: rgb(169, 122, 74);
}

.f14 {
  font-size: 0.875rem;
}

/* ---- 画像 ---- */
.img_type01 {
  width: 100%;
  height: auto;
}

.img_type02 {
  margin: 0 20px;
  width: 100%;
  height: auto;
}

/* ---- リスト ---- */
ol.decimal {
  list-style: decimal;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 1.5em;
}
ol.decimal li {
  margin-bottom: 10px;
}

ul.disc {
  list-style: disc;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 1.5em;
}
ul.disc li {
  margin-bottom: 10px;
}

/* ---- ブロック ---- */
.wrap_block_type01,
.wrap_block_type02 {
  padding: calc(30px + 25px) 20px 30px 20px;
}
.wrap_block_type01 h3,
.wrap_block_type02 h3 {
  background: #ffffff;
  position: relative;
  padding: 15px;
}
.wrap_block_type01 h3::before,
.wrap_block_type02 h3::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../images/icn/icn_diamond_03.png") no-repeat center top;
  background-size: contain;
}
.wrap_block_type01 h3 strong,
.wrap_block_type02 h3 strong {
  font-weight: 600;
  color: rgb(169, 122, 74);
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  position: relative;
  z-index: 90;
}
.wrap_block_type01 p,
.wrap_block_type02 p {
  margin-top: 30px;
}
.wrap_block_type01 figure,
.wrap_block_type02 figure {
  margin-top: 20px;
}
.wrap_block_type01 figure img,
.wrap_block_type02 figure img {
  width: 100%;
  height: auto;
}

.wrap_block_type04,
.wrap_block_type05 {
  padding: calc(30px + 25px) 20px 30px 20px;
}
.wrap_block_type04 h3,
.wrap_block_type05 h3 {
  background: rgb(26, 26, 26);
  position: relative;
  padding: 15px;
}
.wrap_block_type04 h3::before,
.wrap_block_type05 h3::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../images/icn/icn_diamond_06.png") no-repeat center top;
  background-size: contain;
}
.wrap_block_type04 h3::after,
.wrap_block_type05 h3::after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 1px;
  top: calc(15px + 1em);
  width: calc(100% - 30px);
  left: 15px;
}
.wrap_block_type04 h3 span,
.wrap_block_type05 h3 span {
  color: #ffffff;
  padding: 0 0.5em;
  position: absolute;
  text-align: center;
  background: rgb(26, 26, 26);
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.wrap_block_type04 h3 strong,
.wrap_block_type05 h3 strong {
  font-weight: 600;
  color: rgb(203, 166, 109);
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  position: relative;
  z-index: 90;
  margin-top: 1.7em;
}
.wrap_block_type04 p,
.wrap_block_type05 p {
  margin-top: 30px;
}

.wrap_block_type01,
.wrap_block_type04 {
  background: rgb(244, 241, 236);
}

.wrap_block_type02,
.wrap_block_type05 {
  background: rgb(230, 228, 222);
}

.wrap_block_type03 {
  border: 1px solid rgb(169, 122, 74);
  border-radius: 10px;
  margin: 0 20px;
  padding: 20px 0;
}
.wrap_block_type03 p {
  margin-top: 20px;
}

/* -------------------------------- */
/* ボタン縦並び
/* -------------------------------- */
.wrap_btn_list {
  margin-top: 100px;
}
.wrap_btn_list > h2 {
  margin-bottom: 30px;
}
.wrap_btn_list > p {
  margin: 0 20px 30px 20px;
}
.wrap_btn_list a {
  margin-bottom: 20px;
}
.wrap_btn_list a:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* -------------------------------- */
/* 買取相場表
/* -------------------------------- */
#wrap_soba {
  margin-top: 100px;
}
#wrap_soba .h4_type01 {
  margin: 30px 0 0 0;
}
#wrap_soba table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ffffff;
  margin-top: 30px;
}
#wrap_soba table th {
  padding: 0.5em;
  background: rgb(204, 204, 204);
  border: solid 1px rgb(230, 228, 222);
  font-weight: 600;
  width: 50%;
}
#wrap_soba table td {
  padding: 0.5em;
  border: solid 1px rgb(230, 228, 222);
}
#wrap_soba table caption {
  background: #3b3b3b;
  color: #ffffff;
  font-weight: 600;
  padding: 0.5em;
  font-size: 1rem;
}
#wrap_soba .tbl_caption th {
  width: 40%;
}
#wrap_soba .p_type02 {
  margin-left: 0;
  margin-right: 0;
}

.tbl_caption td {
  text-align: left;
}

#soba_date {
  text-align: right;
  margin-top: 30px;
  font-weight: 400;
  font-size: 0.875rem;
}

/* -------------------------------- */
/* 各石　実績　アイテムリンク
/* -------------------------------- */
#wrap_results_item_btn {
  background: rgb(244, 241, 236);
  padding: 20px 20px 0 20px;
  position: relative;
  margin-bottom: 90px;
}
#wrap_results_item_btn ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap_results_item_btn ul li {
  width: 33.3333333333%;
  text-align: center;
  line-height: 1.3;
  border: rgb(185, 144, 91) solid;
}
#wrap_results_item_btn ul li a {
  text-decoration: none;
  color: rgb(185, 144, 91);
  padding-top: 70px;
  padding-bottom: 20px;
  display: block;
  font-weight: 600;
}
#wrap_results_item_btn ul li:nth-of-type(1) {
  background: url(../images/icn/results_item_btn01.png) no-repeat center 10px;
  background-size: auto 40px;
  border-width: 0 1px 1px 0;
}
#wrap_results_item_btn ul li:nth-of-type(2) {
  background: url(../images/icn/results_item_btn02.png) no-repeat center 10px;
  background-size: auto 40px;
  border-width: 0 1px 1px 0;
}
#wrap_results_item_btn ul li:nth-of-type(3) {
  background: url(../images/icn/results_item_btn03.png) no-repeat center 10px;
  background-size: auto 40px;
  border-width: 0 0px 1px 0;
}
#wrap_results_item_btn ul li:nth-of-type(3) a {
  padding-top: calc(70px - 0.3em);
}
#wrap_results_item_btn ul li:nth-of-type(4) {
  background: url(../images/icn/results_item_btn04.png) no-repeat center 20px;
  background-size: auto 40px;
  border-width: 0 1px 0px 0;
}
#wrap_results_item_btn ul li:nth-of-type(5) {
  background: url(../images/icn/results_item_btn05.png) no-repeat center 20px;
  background-size: auto 40px;
  border-width: 0 1px 0px 0;
}
#wrap_results_item_btn ul li.active_item a {
  color: #fff;
}
#wrap_results_item_btn ul li.active_item:nth-of-type(1) {
  background: rgb(185, 144, 91) url(../images/icn/results_item_btn001.png) no-repeat center 10px;
  background-size: auto 40px;
  border-width: 0 1px 1px 0;
}
#wrap_results_item_btn ul li.active_item:nth-of-type(2) {
  background: rgb(185, 144, 91) url(../images/icn/results_item_btn002.png) no-repeat center 10px;
  background-size: auto 40px;
  border-width: 0 1px 1px 0;
}
#wrap_results_item_btn ul li.active_item:nth-of-type(3) {
  background: rgb(185, 144, 91) url(../images/icn/results_item_btn003.png) no-repeat center 10px;
  background-size: auto 40px;
  border-width: 0 0px 1px 0;
}
#wrap_results_item_btn ul li.active_item:nth-of-type(3) a {
  padding-top: calc(70px - 0.3em);
}
#wrap_results_item_btn ul li.active_item:nth-of-type(4) {
  background: rgb(185, 144, 91) url(../images/icn/results_item_btn004.png) no-repeat center 20px;
  background-size: auto 40px;
  border-width: 0 1px 0px 0;
}
#wrap_results_item_btn ul li.active_item:nth-of-type(5) {
  background: rgb(185, 144, 91) url(../images/icn/results_item_btn005.png) no-repeat center 20px;
  background-size: auto 40px;
  border-width: 0 1px 0px 0;
}
#wrap_results_item_btn::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 60px;
  background: rgb(244, 241, 236);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  left: 0;
  bottom: -60px;
}

/* -------------------------------- */
/* 価値が決まるポイント
/* -------------------------------- */
.wrap_point > figure img {
  width: 80%;
  height: auto;
  margin: 0 auto 20px auto;
}
.wrap_point > p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrap_point ul {
  margin-top: 30px;
  margin-right: 20px;
  gap: 40px;
}
.wrap_point ul li {
  border: 1px solid rgb(169, 122, 74);
  border-width: 1px;
  border-radius: 10px;
  padding: 20px;
  width: calc(100% - 20px);
  position: relative;
  margin-top: 2.5rem;
  box-sizing: border-box;
}
.wrap_point ul li figure img {
  width: 80%;
  height: auto;
  margin: 0 auto 20px auto;
}
.wrap_point ul li span {
  position: absolute;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  color: rgb(203, 166, 109);
  line-height: 1;
  top: -1em;
  left: 20px;
}
.wrap_point ul li h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.wrap_point ul li:nth-of-type(1) {
  border-width: 1px 1px 1px 0;
  border-radius: 0 10px 10px 0;
}

/* -------------------------------- */
/* 選ばれる理由
/* -------------------------------- */
.wrap_reason .p_type01 {
  margin-top: 30px;
}
.wrap_reason ul {
  margin-top: 30px;
  margin-right: 20px;
  gap: 40px;
  padding-bottom: 1px;
}
.wrap_reason ul li {
  border: 1px solid rgb(169, 122, 74);
  border-width: 1px;
  border-radius: 10px;
  padding: 20px;
  width: calc(100% - 20px);
  position: relative;
  margin-top: 2.5rem;
  box-sizing: border-box;
}
.wrap_reason ul li figure img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.wrap_reason ul li span {
  position: absolute;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  color: rgb(203, 166, 109);
  line-height: 1;
  top: -1em;
  left: 20px;
}
.wrap_reason ul li h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.wrap_reason ul li:nth-of-type(1) {
  border-width: 1px 1px 1px 0;
  border-radius: 0 10px 10px 0;
}

/* -------------------------------- */
/* 選ばれる3つの理由
/* -------------------------------- */
.wrap_3reason .h3_type02 + p {
  margin: 30px 20px;
}
.wrap_3reason ul {
  margin-top: 100px;
  margin-right: 20px;
}
.wrap_3reason ul li {
  border: 1px solid rgb(169, 122, 74);
  border-width: 1px;
  border-radius: 10px;
  padding: 20px;
  width: auto;
  position: relative;
  margin-top: 2.5rem;
  box-sizing: border-box;
}
.wrap_3reason ul li:nth-of-type(1) {
  width: calc(100% - 20px);
}
.wrap_3reason ul li:nth-of-type(2) {
  width: calc(100% - 40px);
  margin-left: 320px;
}
.wrap_3reason ul li:nth-of-type(3) {
  width: calc(100% - 40px);
  margin-left: 300px;
}
.wrap_3reason ul li figure {
  position: absolute;
  left: -301px;
  bottom: 0;
}
.wrap_3reason ul li figure img {
  width: 300px;
  height: auto;
  margin-right: 1px;
}
.wrap_3reason ul li span {
  position: absolute;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  color: rgb(203, 166, 109);
  line-height: 1;
  top: -1em;
  left: 20px;
}
.wrap_3reason ul li h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.wrap_3reason ul li:nth-of-type(1) {
  border-width: 1px 1px 1px 0;
  border-radius: 0 10px 10px 0;
}

/* -------------------------------- */
/* ハイブリッドスクロール
/* -------------------------------- */
.horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}

.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}

.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}

.horizontal_scroll .scroller > li {
  flex-shrink: 0;
}

/* -------------------------------- */
/* 口コミ
/* -------------------------------- */
.wrap_review > p {
  margin: 30px 20px 0 20px;
}

/* -------------------------------- */
/* shop info                        */
/* -------------------------------- */
.wrap_shopinfo .h3_type02 {
  margin-bottom: 30px;
}
.wrap_shopinfo span {
  overflow: hidden;
  display: block;
}
.wrap_shopinfo span img {
  width: 100%;
  height: auto;
  transition: 1s;
  opacity: 0.3;
}
.wrap_shopinfo > div {
  background: rgb(244, 241, 236);
  padding: 20px 20px 100px 20px;
}
.wrap_shopinfo > div h2 {
  color: rgb(169, 122, 74);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px 0;
}
.wrap_shopinfo > div h3 {
  position: relative;
  padding: 0.3em;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 1.125rem;
  margin: 0;
}
.wrap_shopinfo > div h3::before, .wrap_shopinfo > div h3::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
}
.wrap_shopinfo > div h3::before {
  border-left: solid 1px;
  border-top: solid 1px;
  top: 0;
  left: 0;
}
.wrap_shopinfo > div h3::after {
  border-right: solid 1px;
  border-bottom: solid 1px;
  bottom: 0;
  right: 0;
}
.wrap_shopinfo > div > p {
  margin: 30px 0 20px 0;
}
.wrap_shopinfo > div div {
  background: #fff url("../images/icn/icn_map.png") 10px 10px no-repeat;
  background-size: 28px;
  border-radius: 5px;
  padding: 10px 10px 10px 48px;
}
.wrap_shopinfo > div div a {
  margin: 0px 0 0 0;
}

.is-visible-shop img {
  opacity: 1 !important;
  transform: scale(1.05);
}

/* -------------------------------- */
/* 各宝石買取へのリンク
/* -------------------------------- */
.wrap_type {
  background: rgb(244, 241, 236);
  padding: 100px 0;
}
.wrap_type > p {
  margin: 30px 20px;
}
.wrap_type ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 20px;
}
.wrap_type ul li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(26, 26, 26, 0.2);
  padding: 20px;
  box-sizing: border-box;
  width: calc((100% - 20px) / 2);
}
.wrap_type ul li figure {
  width: 100%;
  margin: 0 auto;
}
.wrap_type ul li figure img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.wrap_type ul li p {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(169, 122, 74);
  line-height: 1;
  margin-top: 15px;
}
.wrap_type ul li a {
  text-decoration: none;
}
.wrap_type aside {
  margin-top: 30px;
}
.wrap_type aside h4 {
  background: rgb(203, 166, 109);
  border-radius: 10px 10px 0 0;
  margin: 0 20px;
  padding: 1em 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.wrap_type aside p {
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin: 0 20px;
  padding: 1em 20px;
}

.wrap_type02 ul {
  margin: 0 20px;
}
.wrap_type02 ul li {
  margin-bottom: 30px;
}
.wrap_type02 ul li figure img {
  width: 100%;
  height: auto;
}
.wrap_type02 ul li p {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(169, 122, 74);
  line-height: 1;
  margin-top: 15px;
}
.wrap_type02 ul li a {
  margin-top: -2.5em;
}
.wrap_type02 ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

/* -------------------------------- */
/* こんな宝石もご相談ください
/* -------------------------------- */
#wrap_stone_consultation {
  padding-bottom: 100px;
}
#wrap_stone_consultation figure {
  position: relative;
}
#wrap_stone_consultation figure img {
  width: 100%;
  height: auto;
  position: absolute;
  right: -20px;
  bottom: -90px;
  height: 110px;
  width: auto;
}

/* -------------------------------- */
/* CTA
/* -------------------------------- */
.wrap_cta_01 {
  background: rgb(169, 122, 74) url("../images/cta/bg_cta_01.png") no-repeat bottom left;
  background-size: 100%;
  padding: 100px 20px;
}
.wrap_cta_01 h2 {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.wrap_cta_01 h2::before, .wrap_cta_01 h2::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
}
.wrap_cta_01 h2::before {
  margin-right: 10px;
}
.wrap_cta_01 h2::after {
  margin-left: 10px;
}
.wrap_cta_01 > p {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4375rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.wrap_cta_01 > p::before, .wrap_cta_01 > p::after {
  content: "";
  background: url("../images/icn/icn_diamond.png") no-repeat;
  background-size: contain;
  height: 1em;
  width: 1.5em;
}
.wrap_cta_01 > p::before {
  background-position: left;
}
.wrap_cta_01 > p::after {
  background-position: right;
}
.wrap_cta_01 ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.wrap_cta_01 ul li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.wrap_cta_01 ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 90;
  display: block;
}
.wrap_cta_01 ul li.arrow_wh::before,
.wrap_cta_01 ul li.arrow_wh::after {
  right: 15px;
  z-index: 90;
}
.wrap_cta_01 ul li.cta_btn_01,
.wrap_cta_01 ul li.cta_btn_02 {
  width: 100%;
}
.wrap_cta_01 ul li.cta_btn_01 span,
.wrap_cta_01 ul li.cta_btn_02 span {
  width: calc(100% - 40px);
  background: #fff;
  font-weight: 600;
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.2em 0 0.3em 0;
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 90;
}
.wrap_cta_01 ul li.cta_btn_01 span + div,
.wrap_cta_01 ul li.cta_btn_02 span + div {
  padding-top: 25px;
}
.wrap_cta_01 ul li.cta_btn_01 div,
.wrap_cta_01 ul li.cta_btn_02 div {
  overflow: hidden;
  position: relative;
  padding: 20px;
  border-radius: 5px;
}
.wrap_cta_01 ul li.cta_btn_01 div::before,
.wrap_cta_01 ul li.cta_btn_02 div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-50deg) translateY(110px);
  z-index: 0;
  width: 100%;
  height: 350%;
}
.wrap_cta_01 ul li.cta_btn_01 div strong,
.wrap_cta_01 ul li.cta_btn_02 div strong {
  display: block;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px 0;
}
.wrap_cta_01 ul li.cta_btn_01 div p,
.wrap_cta_01 ul li.cta_btn_02 div p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 5px;
}
.wrap_cta_01 ul li.cta_btn_01:has(span),
.wrap_cta_01 ul li.cta_btn_02:has(span) {
  margin-top: 10px;
}
.wrap_cta_01 ul li.cta_btn_03,
.wrap_cta_01 ul li.cta_btn_04 {
  width: calc((100% - 20px) / 2);
  border-radius: 5px;
  background: #fff;
  padding: 10px 8px;
}
.wrap_cta_01 ul li.cta_btn_03 span,
.wrap_cta_01 ul li.cta_btn_04 span {
  display: block;
  font-size: 0.75rem;
  color: rgb(26, 26, 26);
  padding: 5px 0;
}
.wrap_cta_01 ul li.cta_btn_03 strong,
.wrap_cta_01 ul li.cta_btn_04 strong {
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 1px;
  color: rgb(26, 26, 26);
}
.wrap_cta_01 ul li.cta_btn_01 div {
  background-color: rgb(178, 13, 49);
}
.wrap_cta_01 ul li.cta_btn_01 div::before {
  background-color: rgb(149, 9, 39);
}
.wrap_cta_01 ul li.cta_btn_01 span {
  color: rgb(178, 13, 49);
  border: 1px solid rgb(178, 13, 49);
}
.wrap_cta_01 ul li.cta_btn_02 div {
  background-color: rgb(26, 26, 26);
}
.wrap_cta_01 ul li.cta_btn_02 div::before {
  background-color: #000;
}
.wrap_cta_01 ul li.cta_btn_02 span {
  color: #000;
  border: 1px solid #000;
}
.wrap_cta_01 ul li.cta_btn_03 a {
  line-height: 1;
}
.wrap_cta_01 ul li.cta_btn_03 a > img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}
.wrap_cta_01 ul li.cta_btn_03 a strong {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_cta_01 ul li.cta_btn_03 a strong img {
  height: 0.8em;
  width: auto;
  margin-right: 10px;
}
.wrap_cta_01 ul li.cta_btn_04 a {
  line-height: 1;
}
.wrap_cta_01 ul li.cta_btn_04 a > img {
  height: 20px;
  width: auto;
  margin: 5px auto;
}

/* -------------------------------- */
/* youtube
/* -------------------------------- */
.wrap_video {
  margin: 0 20px;
  padding: 30px 0;
}
.wrap_video iframe[src*="youtube.com"],
.wrap_video iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
}

.wrap_video_txt {
  font-size: 0.875rem;
}

/* -------------------------------- */
/* page link
/* -------------------------------- */
.wrap_page_link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.wrap_page_link li {
  width: calc((100% - 20px) / 2);
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(26, 26, 26, 0.2);
  position: relative;
  overflow: hidden;
  padding: 10px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wrap_page_link li a {
  text-decoration: none;
  line-height: 1.5;
  color: rgb(169, 122, 74);
  font-weight: 600;
  display: block;
  width: 100%;
}
.wrap_page_link li a span {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(203, 166, 109);
}
.wrap_page_link li a span::before, .wrap_page_link li a span::after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 90;
}
.wrap_page_link li a span::before {
  width: 7px;
  height: 7px;
  border: 0;
  transform: rotate(135deg) translateX(-50%);
  -webkit-transform: rotate(135deg) translateX(-50%);
  -ms-transform: rotate(135deg) translateX(-50%);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 10px;
  left: calc(50% - 6px);
}
.wrap_page_link li a span::after {
  width: 1px;
  height: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* -------------------------------- */
/* Tab
/* -------------------------------- */
.tab_type01 {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgb(169, 122, 74);
  padding: 0 20px;
}
.tab_type01 li {
  cursor: pointer;
  color: rgb(26, 26, 26);
  text-align: center;
  width: 50%;
  border-radius: 5px 5px 0 0;
  background: rgb(204, 204, 204);
  padding: 10px 0;
  margin-bottom: -1px;
  margin-left: -1px;
  border-bottom: 1px solid rgb(169, 122, 74);
}
.tab_type01 li figure img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}
.tab_type01 li figure img:nth-of-type(2) {
  display: block;
}
.tab_type01 li figure img:nth-of-type(1) {
  display: none;
}
.tab_type01 li.active_tab {
  color: rgb(169, 122, 74);
  border: 1px solid rgb(169, 122, 74);
  border-bottom-color: #ffffff;
  background: #ffffff;
}
.tab_type01 li.active_tab figure img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}
.tab_type01 li.active_tab figure img:nth-of-type(2) {
  display: none;
}
.tab_type01 li.active_tab figure img:nth-of-type(1) {
  display: block;
}

.tab_disp {
  display: none;
  background: #ffffff;
  padding-bottom: 30px;
}

.active_tab_disp.tab_disp {
  display: block;
}

/* -------------------------------- */
/* results list
/* -------------------------------- */
.wrap_resultslist {
  margin: 0 20px;
}
.wrap_resultslist ul li {
  margin-bottom: 20px;
  box-shadow: 0px 0px 7px 0px rgba(26, 26, 26, 0.2);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.wrap_resultslist ul li .wrap_results_type {
  display: flex;
  justify-content: space-between;
}
.wrap_resultslist ul li .wrap_results_type figure {
  width: 130px;
  height: auto;
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wrap_resultslist ul li .wrap_results_type figure img {
  width: 100%;
  height: auto;
}
.wrap_resultslist ul li .wrap_results_type > div {
  width: calc(100% - 140px);
  position: relative;
}
.wrap_resultslist ul li .wrap_results_type > div > p {
  color: rgb(26, 26, 26);
  line-height: 1;
  font-size: 0.875rem;
  display: table;
  margin-bottom: 5px;
}
.wrap_resultslist ul li .wrap_results_type > div div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(244, 241, 236);
  padding: 7px 7px;
  box-sizing: border-box;
}
.wrap_resultslist ul li .wrap_results_type > div div p {
  font-weight: 600;
  font-size: 1.125rem;
  color: rgb(178, 13, 49);
  line-height: 1;
}
.wrap_resultslist ul li .wrap_results_type > div div p strong {
  font-weight: 600;
  font-size: 0.875rem;
}
.wrap_resultslist ul li .wrap_results_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.wrap_resultslist ul li .wrap_results_link time {
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  color: #999;
}
.wrap_resultslist ul li .wrap_results_link > a {
  color: rgb(26, 26, 26);
  font-size: 1rem;
  margin: 0px;
}
.wrap_resultslist ul li .wrap_results_link > a strong::before {
  background: rgb(26, 26, 26);
}
.wrap_resultslist ul li span {
  display: block;
  color: rgb(169, 122, 74);
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 600;
}
.wrap_resultslist ul li h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

/* -------------------------------- */
/* results_item pulldown
/* -------------------------------- */
.wrap_results_item .btn_type02 {
  margin-top: 20px;
}
.wrap_results_item .p_type01 {
  margin-top: 30px;
}

.btn_pulldown {
  display: block;
  border: rgb(26, 26, 26) 1px solid;
  text-decoration: none;
  color: rgb(26, 26, 26);
  font-weight: 600;
  margin: 20px 20px 0 20px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.btn_pulldown + .pulldown_disp {
  height: 0;
  overflow: hidden;
}
.btn_pulldown + .pulldown_disp.is-active-pulldown {
  display: block;
  height: auto;
}
.btn_pulldown + .pulldown_disp .wrap_resultslist {
  margin: 20px 33px 0 33px;
}
.btn_pulldown::before, .btn_pulldown::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: rgb(26, 26, 26);
  top: 50%;
  transform: translateY(-50%);
}
.btn_pulldown::before {
  width: 1px;
  height: 12px;
  right: 26px;
}
.btn_pulldown::after {
  width: 13px;
  height: 1px;
  right: 20px;
}
.btn_pulldown:nth-of-type(1) {
  margin-top: 30px;
}

.btn_pulldown.is-active-pulldown::before {
  display: none;
}

/* -------------------------------- */
/* faq pulldown
/* -------------------------------- */
.wrap_faq {
  margin-top: 100px;
}
.wrap_faq dl {
  padding: 20px;
  border-radius: 5px;
  background: rgb(244, 241, 236);
  margin: 20px 20px 0 20px;
}
.wrap_faq dl dt {
  line-height: 1.5;
  display: block;
  font-weight: 600;
  padding-left: 50px;
  background: url(../images/faq/faq_q.png) no-repeat 0px 0px;
  background-size: 30px;
  min-height: 35px;
  padding-top: 5px;
}
.wrap_faq dl dt + .pulldown_disp {
  height: 0;
  overflow: hidden;
}
.wrap_faq dl dt + .pulldown_disp.is-active-pulldown {
  display: block;
  height: auto;
}
.wrap_faq dl dd p {
  border-top: 1px rgb(204, 204, 204) solid;
  padding-top: 15px;
  margin-top: 15px;
  padding-left: 50px;
  background: url(../images/faq/faq_a.png) no-repeat 0px 15px;
  background-size: 30px;
}
.wrap_faq dl:nth-of-type(1) {
  margin-top: 30px;
}
.wrap_faq dl.pulldown_faq {
  border: rgb(204, 204, 204) 1px solid;
  box-shadow: 0px 0px 7px 0px rgba(26, 26, 26, 0.2);
}
.wrap_faq dl.pulldown_faq dt {
  cursor: pointer;
}
.wrap_faq .btn_type02 {
  margin-top: 30px;
}

.btn_faq.is-active-pulldown::before {
  display: none;
}

/* -------------------------------- */
/* root slider
/* -------------------------------- */
.wrap_root {
  padding: 100px 0;
  background: rgb(244, 241, 236);
}
.wrap_root .h3_type02 {
  margin-bottom: 30px;
}
.wrap_root .h4_type01 {
  padding-top: 20px;
}

.wrap_root_splide {
  margin: 20px 30px 30px 30px;
}
.wrap_root_splide ul li {
  background: rgb(244, 241, 236);
  border-radius: 5px;
  padding: 20px;
}
.wrap_root_splide ul li figure {
  margin-bottom: 20px;
}
.wrap_root_splide ul li figure img {
  width: 100%;
  height: auto;
}

.wrap_root_car figure {
  margin: 20px;
}
.wrap_root_car figure img {
  width: 100%;
  height: auto;
}
.wrap_root_car a {
  font-size: 0.875rem;
}
.wrap_root_car h4 {
  margin: 0 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.wrap_root_car p {
  margin: 20px 20px 0 20px;
}
.wrap_root_car p span {
  font-size: 0.875rem;
  display: block;
  margin-top: 10px;
}
.wrap_root_car .map_code {
  text-align: right;
  font-weight: 600;
}

/* -------------------------------- */
/* results list slider
/* -------------------------------- */
.wrap_resultslist .splide__list {
  flex-wrap: initial;
  gap: initial;
}
.wrap_resultslist .splide__list li {
  box-shadow: none;
  margin-bottom: 0;
  padding: 7px;
}
.wrap_resultslist .splide__list li section {
  box-shadow: 0px 0px 7px 0px rgba(26, 26, 26, 0.2);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}
.wrap_resultslist .splide__list li section > a {
  color: rgb(26, 26, 26);
  font-size: 1rem;
  margin: 0px;
}
.wrap_resultslist .splide__list li section > a strong::before {
  background: rgb(26, 26, 26);
}

/* -------------------------------- */
/* soba slider
/* -------------------------------- */
#wrap_soba_list {
  margin: 100px 0;
}
#wrap_soba_list .p_type01 {
  margin-top: 30px;
}
#wrap_soba_list .h3_type03 {
  margin-top: 30px;
}

.wrap_soba_splide {
  margin: 30px 30px 0 30px;
}
.wrap_soba_splide ul li {
  border: 1px solid rgb(169, 122, 74);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.wrap_soba_splide ul li h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 10px 0 0;
  flex: 1;
}
.wrap_soba_splide ul li span {
  display: block;
  color: rgb(169, 122, 74);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  margin-right: 10px;
}
.wrap_soba_splide ul li .wrap_results_type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wrap_soba_splide ul li .wrap_results_type figure {
  width: 130px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wrap_soba_splide ul li .wrap_results_type figure img {
  width: 100%;
  height: auto;
}
.wrap_soba_splide ul li div:nth-last-of-type(1) {
  width: 100%;
  background: rgb(244, 241, 236);
  padding: 7px 7px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wrap_soba_splide ul li div:nth-last-of-type(1) p {
  font-weight: 600;
  font-size: 1.5rem;
  color: rgb(178, 13, 49);
  line-height: 1;
}
.wrap_soba_splide ul li div:nth-last-of-type(1) p strong {
  font-weight: 600;
  font-size: 0.875rem;
}

.wrap_soba_splide.none_slider {
  margin-left: 20px;
  margin-right: 20px;
}
.wrap_soba_splide.none_slider ul li {
  margin-bottom: 20px;
}

/* -------------------------------- */
/* kouka_reason slider
/* -------------------------------- */
#wrap_kouka_reason {
  background: rgb(244, 241, 236);
  padding: 100px 0;
}
#wrap_kouka_reason .p_type01 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrap_kouka_reason_splide {
  margin: 0 30px 0 30px;
}
.wrap_kouka_reason_splide li {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  height: calc(100% - 10px);
}
.wrap_kouka_reason_splide li h3 {
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  background: rgb(203, 166, 109);
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.375rem;
  color: #fff;
}
.wrap_kouka_reason_splide li h3 em {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
}
.wrap_kouka_reason_splide li h4 {
  padding: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.wrap_kouka_reason_splide li p {
  padding: 0 20px 20px 20px;
}

/* -------------------------------- */
/* flow slider
/* -------------------------------- */
#wrap_flow {
  background: rgb(244, 241, 236);
  padding: 100px 0;
}
#wrap_flow .h3_type02 {
  margin-bottom: 30px;
}
#wrap_flow .p_type01 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrap_flow_splide {
  margin: 0 30px 30px 30px;
}
.wrap_flow_splide li div {
  padding: 20px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  height: calc(100% - 10px);
}
.wrap_flow_splide li div h3 {
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}
.wrap_flow_splide li div p {
  margin-top: 10px;
}
.wrap_flow_splide li div img {
  width: 60px;
  height: auto;
  position: absolute;
  top: -10px;
  left: 20px;
}

/* -------------------------------- */
/* ppraiser slider
/* -------------------------------- */
.wrap_appraiser {
  margin-top: 100px;
}
.wrap_appraiser > p {
  margin: 30px 20px 10px 20px;
}

.wrap_appraiser_splide {
  margin: 0 30px 30px 30px;
}
.wrap_appraiser_splide ul li {
  position: relative;
}
.wrap_appraiser_splide ul li div {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 10px;
  margin-top: 20px;
  box-sizing: border-box;
  height: calc(100% - 20px);
}
.wrap_appraiser_splide ul li div h3 {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  background: rgb(230, 228, 222);
  height: 80px;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 10px 10px 0 0;
}
.wrap_appraiser_splide ul li div h3 strong {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.wrap_appraiser_splide ul li div p {
  padding: 20px;
}
.wrap_appraiser_splide ul li img {
  position: absolute;
  width: auto;
  height: 100px;
  top: 0px;
  right: 20px;
}

/* -------------------------------- */
/* splide
/* -------------------------------- */
.splide__arrows button {
  background: none;
}
.splide__arrows button svg {
  fill: rgb(169, 122, 74);
  height: 20px;
  width: 20px;
}
.splide__arrows .splide__arrow--prev {
  left: -25px;
}
.splide__arrows .splide__arrow--next {
  right: -25px;
}

/* -------------------------------- */
/* margin設定 最後に記載
/* -------------------------------- */
.is-style-block-top-margin {
  margin-top: 100px;
}

.is-style-contents-top-margin {
  margin-top: 30px;
}

.is-style-contents02-top-margin {
  margin-top: 20px;
}

.is-style-block-btm-margin {
  margin-bottom: 100px;
}

.is-style-contents-btm-margin {
  margin-bottom: 30px;
}

.is-style-contents02-btm-margin {
  margin-bottom: 20px;
}

.is-style-block-both-margin {
  margin-bottom: 100px;
  margin-top: 100px;
}

.is-style-contents-both-margin {
  margin-bottom: 30px;
  margin-top: 30px;
}

.is-style-contents02-both-margin {
  margin-bottom: 20px;
  margin-top: 20px;
}

.is-style-block-side-margin {
  margin-left: 20px;
  margin-right: 20px;
}/*# sourceMappingURL=common.css.map */