@charset "UTF-8";
/* ----------------------------------------------------
	Google Fonts
	Zen Kaku Gothic New
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* ----------------------------------------------------
	Adobe Fonts
	Optima
---------------------------------------------------- */
@import url("https://use.typekit.net/vtl0qqm.css");
/* ====================================================
	使用フォント
==================================================== */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.optima-lt-pro {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ====================================================
	カラー
==================================================== */
/* ====================================================
	breakpoint
==================================================== */
html {
  background-color: #b8af3e;
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.303vw;
  }
}

body {
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  color: #3c3c3c;
}

span {
  display: inline-block;
}

img {
  position: relative;
  width: 100%;
}

a {
  color: #3c3c3c;
  text-decoration: none;
  display: inline-block;
}

svg {
  overflow: visible;
}

button,
.is-hover05,
.is-hover06,
.is-hover08 {
  transition: opacity 0.4s ease;
  cursor: pointer;
}

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

.is-sp {
  display: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

/* ====================================================
	hover
==================================================== */
@media (hover: hover) and (pointer: fine) {
  .is-hover05:hover {
    opacity: 0.55 !important;
  }
  .is-hover06:hover {
    opacity: 0.65 !important;
  }
  .is-hover08:hover {
    opacity: 0.8 !important;
  }
}
/* ====================================================
	フォーム周りのリセット
==================================================== */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ====================================================
	使いまわし関数
==================================================== */
/* ====================================================
	共通アニメーション
==================================================== */
.org_animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
  transform: translateY(20px);
}
.org_animated.active {
  animation-name: fadeInUpShort;
}

/* ====================================================
	ナビの現在地
==================================================== */
.js-navList a[class^=is-] {
  transition: all 0.4s ease;
}

header .js-navList a.is-active {
  color: #fff8a4;
}
@media screen and (max-width: 767px) {
  header .js-navList a.is-active {
    color: #8C7E19;
  }
}
@media (hover: hover) and (pointer: fine) {
  header .js-navList a:hover {
    color: #fff8a4;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  header .js-navList a:hover {
    color: #b8af3e;
    opacity: 0.8;
  }
}

footer .js-navList a.is-active {
  color: #8C7E19;
}
@media (hover: hover) and (pointer: fine) {
  footer .js-navList a:hover {
    color: #8C7E19;
  }
}

/* ----------------------------------------------------
	fadeInUpShort
---------------------------------------------------- */
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  transform: translateY(20px);
}

/* ====================================================
	ヘッダー・フッター
==================================================== */
body.is-front header.is-scroll {
  background-color: #b8af3e;
}

body.is-page header {
  background-color: #b8af3e;
}

.header__menu-backClose {
  display: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header__menu-backClose {
    position: fixed;
    inset: 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  padding: 1.6rem 3.3rem 1.6rem 3.3rem;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 767px) {
  header {
    padding: 3.5rem 3.3rem 4rem 3.3rem;
  }
}
header .header__logo svg {
  aspect-ratio: 108/37;
  width: 10.8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .header__logo svg {
    width: 18.8vw;
  }
}
header .header__menuBox {
  display: none;
}
header .header__navList {
  display: flex;
  gap: 2.5rem;
}
header .header__navList a {
  font-family: "optima-lt-pro", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  header .header__menu.active .header__menuTgl > span {
    background-color: #b8af3e;
  }
  header .header__menu.active .header__menuTgl > span:nth-of-type(1) {
    transform: rotate(16deg) translateY(-50%);
    top: 50%;
  }
  header .header__menu.active .header__menuTgl > span:nth-of-type(2) {
    transform: rotate(-16deg) translateY(-50%);
    top: 50%;
  }
  header .header__menu.active .header__menuTxt p {
    color: #b8af3e;
  }
  header .header__menu.active .header__menuTxt p.open {
    display: none;
  }
  header .header__menu.active .header__menuTxt p.close {
    display: block;
  }
  header .header__menuBox {
    position: fixed;
    top: 3vw;
    right: 3vw;
    padding: 2.7vw 1vw;
    z-index: 1;
  }
  header .header__menuTgl {
    position: relative;
    width: 9.3vw;
    height: 3vw;
  }
  header .header__menuTgl > span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s ease;
  }
  header .header__menuTgl > span:nth-of-type(1) {
    top: 0;
  }
  header .header__menuTgl > span:nth-of-type(2) {
    top: calc(100% - 2px);
  }
  header .header__menuTxt {
    margin-top: 2vw;
  }
  header .header__menuTxt p {
    transition: all 0.4s ease;
    color: #fff;
    font-family: "optima-lt-pro", sans-serif;
    font-size: 3vw;
  }
  header .header__menuTxt p.open {
    display: block;
  }
  header .header__menuTxt p.close {
    display: none;
  }
  header .header__drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 53.4vw;
    overflow-y: auto;
    height: 100svh;
    margin-right: -53.4vw;
  }
  header .header__drawer-inner {
    padding: 27.9vw 0 21.7vw;
    background-color: rgba(255, 248, 164, 0.9);
  }
  header .header__navList {
    flex-direction: column;
    align-items: center;
    gap: 10.1vw;
  }
  header .header__navList a {
    color: #b8af3e;
    font-size: 4.8rem;
  }
}

footer {
  background-color: #fff8a4;
  padding: 17.5rem 12.8rem 16.3rem 11.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1299px) {
  footer {
    padding: 17.5rem 10% 16.3rem 8.9%;
  }
}
@media screen and (max-width: 999px) {
  footer {
    flex-direction: column-reverse;
    gap: 10rem;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 16.7rem 5rem 16.9rem 5rem;
    gap: 13rem;
  }
}
footer .footer__info {
  margin-right: 2rem;
  min-width: 33rem;
}
@media screen and (max-width: 767px) {
  footer .footer__info {
    margin-right: initial;
    min-width: initial;
    text-align: center;
    width: 100%;
  }
}
footer .footer__logo svg {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 108/37;
}
footer .footer__logo svg path {
  fill: #b8af3e;
}
@media screen and (max-width: 767px) {
  footer .footer__logo svg {
    width: 22rem;
  }
}
footer .footer__meta {
  margin-top: 4.7rem;
}
footer .footer_privacy {
  color: #b8af3e;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  footer .footer_privacy {
    font-size: 2.4rem;
  }
}
footer .footer_copyright {
  color: #b8af3e;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  footer .footer_copyright {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
footer .footer__menuList {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem 4.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  footer .footer__menuList {
    flex-direction: column;
    align-items: center;
    margin: auto;
    gap: 7.6rem 0;
  }
}
footer .footer__menuList a {
  color: #b8af3e;
  font-family: "optima-lt-pro", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  footer .footer__menuList a {
    font-size: 4.8rem;
  }
}

/* ====================================================
	共通スタイル
==================================================== */
.cmnContent {
  position: relative;
  padding: 0 6.3rem;
}
@media screen and (max-width: 1179px) {
  .cmnContent {
    padding: 0 7%;
  }
}
@media screen and (max-width: 767px) {
  .cmnContent {
    padding: 0 5rem;
  }
}

.cmnInner {
  position: relative;
  max-width: 112rem;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cmnInner {
    max-width: initial;
  }
}

.cmnBtn {
  font-family: "optima-lt-pro", sans-serif;
  background-color: #fff;
  color: #b8af3e;
  border-style: solid;
  border-color: #b8af3e;
  border-width: 2px;
  box-sizing: border-box;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.cmnBtn svg path {
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .cmnBtn {
    border-width: 1px;
    font-size: 4.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cmnBtn:hover {
    background-color: #b8af3e;
    color: #fff;
  }
  .cmnBtn:hover svg path {
    fill: #fff;
  }
}

h1 {
  display: inline-block;
}

.topTtlPage {
  font-family: "optima-lt-pro", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .topTtlPage {
    font-size: 6.4rem;
  }
}

.topTtlSub {
  color: #b8af3e;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 138%;
  margin-top: 6.2%;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .topTtlSub {
    font-size: 3.6rem;
    line-height: 140%;
  }
}

.add_zoom {
  transform: scale(1.08);
  animation: zoomUp 10s linear forwards;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
/* ====================================================
	topFv
==================================================== */
#topFv {
  position: relative;
  height: 100svh;
}
#topFv .topFv__slide .topFv__item {
  opacity: 0;
  transition: opacity 2s ease;
}
#topFv .topFv__slide .topFv__item.now {
  opacity: 1;
}
#topFv .topFv__list {
  position: relative;
  width: inherit;
  height: inherit;
}
#topFv .topFv__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10rem;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  #topFv .topFv__list::after {
    height: 28vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 100%);
  }
}
#topFv .topFv__item {
  position: absolute;
  inset: 0;
}
#topFv .topFv__item:nth-of-type(1) img {
  -o-object-position: 50% top;
     object-position: 50% top;
}
@media screen and (max-width: 767px) {
  #topFv .topFv__item:nth-of-type(1) img {
    -o-object-position: 89.4% top;
       object-position: 89.4% top;
  }
}
#topFv .topFv__item:nth-of-type(2) img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media screen and (max-width: 767px) {
  #topFv .topFv__item:nth-of-type(2) img {
    -o-object-position: 40% bottom;
       object-position: 40% bottom;
    transform: scale(1.01);
  }
}
#topFv .topFv__item:nth-of-type(3) img {
  -o-object-position: 50% 73%;
     object-position: 50% 73%;
}
@media screen and (max-width: 767px) {
  #topFv .topFv__item:nth-of-type(3) img {
    -o-object-position: 26% bottom;
       object-position: 26% bottom;
  }
}
#topFv .topFv__item:nth-of-type(4) img {
  -o-object-position: center 66%;
     object-position: center 66%;
}
@media screen and (max-width: 767px) {
  #topFv .topFv__item:nth-of-type(4) img {
    -o-object-position: 50% 57.7%;
       object-position: 50% 57.7%;
  }
}
#topFv .topFv__item:nth-of-type(5) img {
  -o-object-position: 57% bottom;
     object-position: 57% bottom;
}
@media screen and (max-width: 767px) {
  #topFv .topFv__item:nth-of-type(5) img {
    -o-object-position: 57% bottom;
       object-position: 57% bottom;
  }
}
#topFv .topFv__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#topFv h1 {
  font-family: "optima-lt-pro", sans-serif;
  color: #fff;
  font-size: 7.2rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4509803922);
  position: absolute;
  bottom: 7rem;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #topFv h1 {
    font-size: 10.5vw;
    bottom: 9.9vw;
  }
}

/* ====================================================
	About
==================================================== */
#topAbout {
  background-color: #fffdeb;
}
#topAbout .cmnInner {
  max-width: 100rem;
}
#topAbout .cmnLyt {
  padding: 15.5% 0;
}
@media screen and (max-width: 767px) {
  #topAbout .cmnLyt {
    padding: 14rem 0;
  }
}
#topAbout .topAbout__lyt {
  margin-top: 6%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  #topAbout .topAbout__lyt {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #topAbout .topAbout__lyt {
    margin-top: 5.7rem;
  }
}
#topAbout .txtBlock {
  margin-top: 0.5%;
  width: 56%;
  margin-right: 8.6%;
}
@media screen and (max-width: 999px) {
  #topAbout .txtBlock {
    width: 100%;
    margin-top: 8%;
    margin-right: initial;
  }
}
@media screen and (max-width: 767px) {
  #topAbout .txtBlock {
    margin-top: 5.2rem;
  }
}
#topAbout .topTtlSub {
  margin-top: initial;
}
#topAbout .topAbout__introTxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  margin-top: 8.8%;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #topAbout .topAbout__introTxt {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 999px) {
  #topAbout .topAbout__introTxt {
    margin-top: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  #topAbout .topAbout__introTxt {
    margin-top: 5.3rem;
  }
}
#topAbout .imgBlock {
  width: 35.4%;
  height: auto;
  aspect-ratio: 356/460;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #topAbout .imgBlock {
    width: 100%;
    aspect-ratio: 327/234;
  }
}
#topAbout .imgBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 31.3% center;
     object-position: 31.3% center;
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  #topAbout .imgBlock img {
    transform: scale(1.3);
    -o-object-position: -65% center;
       object-position: -65% center;
    margin-top: -5.2vw;
  }
}

/* ====================================================
	topOurBrands
==================================================== */
#topOurBrands {
  background-color: #fffcdd;
}
#topOurBrands .cmnInner {
  max-width: 131rem;
}
#topOurBrands .cmnLyt {
  padding: 11.7% 0 11.6%;
}
@media screen and (max-width: 767px) {
  #topOurBrands .cmnLyt {
    padding: 13.3rem 0;
  }
}
#topOurBrands .topTtlBox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topTtlBox {
    text-align: left;
  }
}
#topOurBrands .topTtlSub {
  margin-top: 4.9%;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topTtlSub {
    margin-top: 4.4rem;
  }
}
#topOurBrands .topOurBrands__list {
  margin-top: 9.2%;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__list {
    margin-top: 8.5rem;
  }
}
#topOurBrands .topOurBrands__item:nth-of-type(even) .topOurBrands__item-main {
  flex-direction: row-reverse;
}
#topOurBrands .topOurBrands__item + .topOurBrands__item {
  margin-top: 9.7%;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item + .topOurBrands__item {
    margin-top: 10rem;
  }
}
#topOurBrands .topOurBrands__item.is-lapinica .topOurBrands__name img {
  width: 14.3rem;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item.is-lapinica .topOurBrands__name img {
    width: 24.3rem;
  }
}
#topOurBrands .topOurBrands__item.is-suilite .topOurBrands__item-main .imgBlock img {
  -o-object-position: 30% center;
     object-position: 30% center;
}
#topOurBrands .topOurBrands__item.is-suilite .topOurBrands__name img {
  width: 12.2rem;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item.is-suilite .topOurBrands__name img {
    width: 21.3rem;
  }
}
#topOurBrands .topOurBrands__item-main {
  display: flex;
}
@media screen and (max-width: 999px) {
  #topOurBrands .topOurBrands__item-main {
    flex-direction: column !important;
    align-items: center;
    max-width: 50rem;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-main {
    max-width: initial;
  }
}
#topOurBrands .topOurBrands__item-main .imgBlock {
  width: 55.9%;
  height: auto;
  aspect-ratio: 733/525;
}
@media screen and (max-width: 999px) {
  #topOurBrands .topOurBrands__item-main .imgBlock {
    width: 100%;
  }
}
#topOurBrands .topOurBrands__item-main .imgBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#topOurBrands .topOurBrands__item-main .txtBlock {
  width: 32.8%;
  margin: 6.7% 5.9% 0 5.4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  #topOurBrands .topOurBrands__item-main .txtBlock {
    width: 100%;
    padding: initial;
    margin-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-main .txtBlock {
    margin-top: 6.7rem;
  }
}
#topOurBrands .topOurBrands__item-main .topOurBrands__introTxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  margin-top: 9.3%;
  max-width: 100%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-main .topOurBrands__introTxt {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-main .topOurBrands__introTxt {
    margin-top: 5rem;
  }
}
#topOurBrands .topOurBrands__item-main .topOurBrands__siteLink {
  width: 100%;
  padding: 7.5% 4.8% 7.5% 7.5%;
  margin: 9.3% auto 0;
}
@media screen and (max-width: 999px) {
  #topOurBrands .topOurBrands__item-main .topOurBrands__siteLink {
    padding: 4.5% 3.8% 4.5% 3.5%;
    max-width: 42rem;
  }
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-main .topOurBrands__siteLink {
    padding: 4rem 4rem 4rem 5.6rem;
    margin: 5rem auto 0;
    max-width: 52rem;
  }
}
#topOurBrands .topOurBrands__item-main .topOurBrands__siteLink svg {
  margin-left: 2.8%;
  margin-top: 1%;
  width: 1.6rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-main .topOurBrands__siteLink svg {
    margin-left: 2.4rem;
    margin-top: 0.5rem;
    width: 2.6rem;
  }
}
#topOurBrands .topOurBrands__item-main .topOurBrands__snsList {
  display: flex;
  gap: 1.6rem;
  margin-top: 8%;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-main .topOurBrands__snsList {
    margin-top: 3rem;
    gap: 3.3rem;
  }
}
#topOurBrands .topOurBrands__item-main .topOurBrands__snsList a {
  width: 5.8rem;
  height: auto;
  aspect-ratio: 1/1;
}
#topOurBrands .topOurBrands__item-slide {
  width: 100vw;
  margin: 9.2% calc(50% - 50vw) 0;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-slide {
    margin: 8.4rem calc(50% - 50vw) 0;
  }
}
#topOurBrands .topOurBrands__item-slide ul {
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-slide ul {
    gap: 3.3rem;
  }
}
#topOurBrands .topOurBrands__item-slide li {
  width: 41.1rem;
  height: auto;
  aspect-ratio: 411/480;
}
@media screen and (max-width: 767px) {
  #topOurBrands .topOurBrands__item-slide li {
    width: 39.2rem;
  }
}
#topOurBrands .topOurBrands__item-slide li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* ====================================================
	topCompany
==================================================== */
#topCompany {
  background-color: #fffdeb;
}
#topCompany .cmnLyt {
  padding: 13.6% 0 13.7%;
}
@media screen and (max-width: 767px) {
  #topCompany .cmnLyt {
    padding: 13.8rem 0 13.8rem;
  }
}
#topCompany .topTtlSub {
  margin-top: 5.6%;
}
@media screen and (max-width: 767px) {
  #topCompany .topTtlSub {
    margin-top: 4.3rem;
  }
}
#topCompany .topCompany__list {
  margin-top: 3.5%;
  border-top-style: solid;
  border-top-color: #efedd4;
  border-top-width: 2px;
  padding: 3.5% 0;
  display: flex;
}
@media screen and (max-width: 999px) {
  #topCompany .topCompany__list {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #topCompany .topCompany__list {
    margin-top: 4.8rem;
    padding: 5.5rem 0;
    gap: 3.7rem;
  }
}
@media screen and (max-width: 999px) {
  #topCompany .topCompany__list li {
    width: initial !important;
    margin-right: initial !important;
  }
}
#topCompany .topCompany__list li:nth-of-type(odd) {
  width: 41%;
  margin-right: 2.6%;
}
#topCompany .topCompany__list li:nth-of-type(even) {
  width: 56.4%;
}
#topCompany .topCompany__list li:nth-of-type(even) dt {
  width: 28%;
}
#topCompany .topCompany__list li:nth-of-type(even) dd {
  width: 72%;
}
#topCompany .topCompany__list dl + dl {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #topCompany .topCompany__list dl + dl {
    margin-top: 3.7rem !important;
  }
}
#topCompany .topCompany__list dl {
  display: flex;
}
@media screen and (max-width: 999px) {
  #topCompany .topCompany__list dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #topCompany .topCompany__list dl {
    gap: 0.2rem;
  }
}
#topCompany .topCompany__list dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 700;
  width: 31.4%;
}
@media screen and (max-width: 767px) {
  #topCompany .topCompany__list dt {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 999px) {
  #topCompany .topCompany__list dt {
    width: initial !important;
  }
}
#topCompany .topCompany__list dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  width: 68.6%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #topCompany .topCompany__list dd {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 999px) {
  #topCompany .topCompany__list dd {
    width: initial !important;
  }
}
#topCompany .topCompany__list dd a {
  pointer-events: none;
  color: #3c3c3c;
}
#topCompany .topCompany__map iframe {
  width: 100%;
  height: 48.1rem;
}
@media screen and (max-width: 767px) {
  #topCompany .topCompany__map iframe {
    height: 72.6rem;
  }
}

/* ====================================================
	topContact
==================================================== */
#topContact {
  background-image: url(/asset/img/top/topContact_photo.jpg?version=251222_02);
  background-position: center 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #topContact {
    background-position: 57.9% -14vw;
    background-size: 217%;
  }
}
#topContact::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
  #topContact .cmnInner {
    max-width: 52rem;
  }
}
#topContact .cmnLyt {
  padding: 11.6% 0 11.6%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #topContact .cmnLyt {
    padding: 13.9rem 0 13.1rem;
  }
}
#topContact .topTtlPage {
  color: #fff;
}
#topContact .topTtlSub {
  color: #fff8a4;
  margin-top: 5.9%;
}
@media screen and (max-width: 767px) {
  #topContact .topTtlSub {
    margin-top: 4.3rem;
  }
}
#topContact .topContact__introTxt {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  margin-top: 4.3%;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #topContact .topContact__introTxt {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  #topContact .topContact__introTxt {
    margin-top: 5rem;
  }
}
#topContact .topContact__nextLink {
  margin: 3.4% auto 0;
  padding: 2.8% 1.5% 2.8% 2.8%;
  width: 42%;
}
@media screen and (max-width: 999px) {
  #topContact .topContact__nextLink {
    min-width: 42rem;
    min-height: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #topContact .topContact__nextLink {
    min-width: initial;
    min-height: initial;
    margin: 5rem auto 0;
    padding: 3.8rem 3.8rem 4rem 5.3rem;
    width: 100%;
  }
}
#topContact .topContact__nextLink svg {
  margin-left: 1.8%;
  margin-top: 1%;
  width: 2.2rem;
  height: auto;
  aspect-ratio: 22/17;
}
@media screen and (max-width: 767px) {
  #topContact .topContact__nextLink svg {
    margin-left: 1.7rem;
    margin-top: 0.5rem;
    width: 3.7rem;
  }
}

/* ====================================================
	下層ページ
==================================================== */
body.is-page {
  /*---------- 共通ボタン ----------*/
  /*---------- メッセージ ----------*/
}
body.is-page #container {
  background-color: #fffcdd;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnContent {
    padding: 0 3.3rem !important;
  }
}
body.is-page .cmnInner {
  max-width: 116rem;
}
body.is-page .cmnHead {
  position: relative;
  background-image: url(/asset/img/cmnHead.jpg?version=251222);
  background-position: center 35.2%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.4rem 0;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead {
    background-position: 42.7% 5vw;
    padding: 14.3rem 0;
  }
}
body.is-page .cmnHead.is-404 {
  background-image: url(/asset/img/cmnHead02.jpg?version=251222_02);
  background-position: center bottom;
}
body.is-page .cmnHead > * {
  position: relative;
  z-index: 1;
}
body.is-page .cmnHead::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
body.is-page .cmnHead #breadcrumb {
  padding: 0 3.2rem;
}
body.is-page .cmnHead .breadcrumbList {
  display: flex;
}
body.is-page .cmnHead .breadcrumbList * {
  color: #fff;
}
body.is-page .cmnHead .breadcrumbList li {
  position: relative;
}
body.is-page .cmnHead .breadcrumbList li + li {
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead .breadcrumbList li + li {
    margin-left: 2.8rem;
  }
}
body.is-page .cmnHead .breadcrumbList li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.4rem;
  transform: translateY(-50%);
  background-image: url(/asset/img/breadcrumb_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.2rem;
  width: 0.5rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/10;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead .breadcrumbList li + li::before {
    left: -1.6rem;
    margin-top: 0.4rem;
    width: 0.8rem;
  }
}
body.is-page .cmnHead .breadcrumbList a > span {
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead .breadcrumbList a > span {
    text-underline-offset: 0.4rem;
  }
}
body.is-page .cmnHead .breadcrumbList span {
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead .breadcrumbList span {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
body.is-page .cmnHead .cmnLyt {
  padding: 4.4% 0 5.7%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead .cmnLyt {
    padding: 7.3rem 0 0.5rem;
  }
}
body.is-page .cmnHead h1 {
  display: flex;
  flex-direction: column;
}
body.is-page .cmnHead h1 .en {
  font-family: "optima-lt-pro", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead h1 .en {
    font-size: 8rem;
  }
}
body.is-page .cmnHead h1 .ja {
  color: #fff8a4;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 138%;
  margin-top: 1.5%;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead h1 .ja {
    font-size: 3.6rem;
    margin-top: 3.5rem;
  }
}
body.is-page .cmnBody {
  position: relative;
  margin-top: -9.6rem;
  padding-bottom: 13.8rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnBody {
    margin-top: -8.2rem;
  }
}
body.is-page .cmnBody .cmnLyt {
  background-color: #fff;
  padding: 8.2% 12.4%;
}
@media screen and (max-width: 1200px) {
  body.is-page .cmnBody .cmnLyt {
    padding: 8.2% 6.4%;
  }
}
@media screen and (max-width: 767px) {
  body.is-page .cmnBody .cmnLyt {
    padding: 8.1rem 5rem;
  }
}
body.is-page .pageCmnbtn__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 7rem;
  margin-top: 6.4rem;
}
body.is-page .pageCmnbtn__box .pageCmnbtn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  width: 40rem;
  height: 9rem;
  padding: 1.5rem 6.8rem 1.7rem 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  color: #fff;
  background-color: #b8af3e;
}
@media screen and (max-width: 767px) {
  body.is-page .pageCmnbtn__box .pageCmnbtn {
    font-size: 3.2rem;
    width: 52.1rem;
    height: 13rem;
    letter-spacing: 0.04em;
  }
}
body.is-page .pageCmnbtn__box .pageCmnbtn svg {
  margin-left: 4%;
  width: 2.2rem;
  height: auto;
  aspect-ratio: 22/17;
}
@media screen and (max-width: 767px) {
  body.is-page .pageCmnbtn__box .pageCmnbtn svg {
    margin-left: 1.9rem;
    width: 3.6rem;
  }
}
body.is-page .pageCmnbtn__box .pageCmnbtn svg path {
  fill: #fff;
}
body.is-page .pageCmnbtn__box .pageCmnbtn.is-top {
  border-color: #b8af3e;
  color: #b8af3e;
  background-color: #fff;
}
body.is-page .pageCmnbtn__box .pageCmnbtn.is-top svg path {
  fill: #b8af3e;
}
body.is-page .pageCmnbtn__box .pageCmnbtn.is-back {
  border-color: #b8af3e;
  background-color: #fffcdd;
  color: #b8af3e;
  padding: 1.5rem 8rem 1.7rem 6.8rem;
}
body.is-page .pageCmnbtn__box .pageCmnbtn.is-back svg {
  transform: rotate(180deg);
  margin-left: initial;
  margin-right: 4%;
}
body.is-page .pageCmnbtn__box .pageCmnbtn.is-back svg path {
  fill: #b8af3e;
}
body.is-page * + .pageCmnMsg__notes {
  margin-top: 9.2rem;
}
@media screen and (max-width: 767px) {
  body.is-page * + .pageCmnMsg__notes {
    margin-top: 10.5rem;
  }
}
body.is-page .pageCmnMsg__notes h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #b8af3e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.is-page .pageCmnMsg__notes h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  body.is-page .pageCmnMsg__notes h2 {
    line-height: 150%;
  }
}
body.is-page * + .pageCmnMsg__txt {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  body.is-page * + .pageCmnMsg__txt {
    margin-top: 6.5rem;
  }
}
body.is-page .pageCmnMsg__txt p {
  font-size: 1.6rem;
  line-height: 180%;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  body.is-page .pageCmnMsg__txt p {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  body.is-page .pageCmnMsg__txt p {
    text-align: justify;
    word-break: break-all;
  }
}

/* ====================================================
	お問い合わせ
==================================================== */
::-moz-placeholder {
  opacity: 0.6;
}
::placeholder {
  opacity: 0.6;
}

input:-internal-autofill-selected {
  -webkit-text-fill-color: #3c3c3c;
}

body.page-contact {
  /*---------- 確認画面 ----------*/
  /*---------- 電話番号・お問い合わせ内容 ----------*/
  /*---------- 完了画面 ----------*/
}
body.page-contact div + .contactProgress__list {
  margin-top: 8.3%;
}
@media screen and (max-width: 767px) {
  body.page-contact div + .contactProgress__list {
    margin-top: 6.7rem;
  }
}
body.page-contact .contactProgress__list {
  display: flex;
}
@media screen and (max-width: 999px) {
  body.page-contact .contactProgress__list {
    flex-direction: column;
    align-items: center;
  }
}
body.page-contact .contactProgress__list .contactProgress__item + .contactProgress__item {
  margin-left: 8.6%;
}
@media screen and (max-width: 999px) {
  body.page-contact .contactProgress__list .contactProgress__item + .contactProgress__item {
    margin-left: initial;
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__list .contactProgress__item + .contactProgress__item {
    margin-top: 4.7rem;
  }
}
body.page-contact .contactProgress__list .contactProgress__item + .contactProgress__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: 3.2%;
  width: 25.6%;
  height: 1px;
  background-color: #b8af3e;
}
@media screen and (max-width: 999px) {
  body.page-contact .contactProgress__list .contactProgress__item + .contactProgress__item::after {
    top: initial;
    bottom: 100%;
    right: 50%;
    transform: translateX(-50%);
    margin-right: initial;
    margin-bottom: 6px;
    width: 1px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__list .contactProgress__item + .contactProgress__item::after {
    margin-bottom: 0.9rem;
    height: 3.2rem;
  }
}
body.page-contact .contactProgress__list .contactProgress__item {
  position: relative;
  width: 20rem;
  min-height: 3.2rem;
  border-style: solid;
  border-color: #b8af3e;
  border-width: 1px;
  color: #b8af3e;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 999px) {
  body.page-contact .contactProgress__list .contactProgress__item {
    width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__list .contactProgress__item {
    width: 37.6rem;
    min-height: 6.2rem;
    font-size: 2.4rem;
  }
}
body.page-contact .contactProgress__list .contactProgress__item.is-before {
  background-color: #fffcdd;
}
body.page-contact .contactProgress__list .contactProgress__item.is-current {
  background-color: #b8af3e;
  color: #fff;
}
body.page-contact .contactForm {
  margin-top: 10%;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm {
    margin-top: 9.8rem;
  }
}
body.page-contact .contactForm dl + dl {
  margin-top: 3.8%;
}
@media screen and (max-width: 999px) {
  body.page-contact .contactForm dl + dl {
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm dl + dl {
    margin-top: 3.7rem;
  }
}
body.page-contact .contactForm dl {
  display: flex;
}
@media screen and (max-width: 999px) {
  body.page-contact .contactForm dl {
    flex-direction: column;
  }
}
body.page-contact .contactForm dt {
  min-width: 33.9%;
  max-width: 33.9%;
  padding-right: 2%;
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 130%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  body.page-contact .contactForm dt {
    min-width: initial;
    max-width: initial;
    padding-right: initial;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm dt {
    font-size: 2.4rem;
    line-height: 180%;
    letter-spacing: 0.02em;
  }
}
body.page-contact .contactForm dt .required {
  font-size: 1.3rem;
  color: #b8af3e;
  margin-left: 2%;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm dt .required {
    font-size: 2.4rem;
    margin-top: initial;
    margin-left: 0.7rem;
  }
}
body.page-contact .contactForm dd {
  width: 100%;
}
@media screen and (max-width: 999px) {
  body.page-contact .contactForm dd {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm dd {
    margin-top: 1.7rem;
  }
}
body.page-contact .contactForm input,
body.page-contact .contactForm textarea {
  padding: 2.1rem 3.1rem;
  width: calc(100% - 6.2rem);
  min-height: 2.08rem;
  background-color: #f5f5f5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 130%;
  color: #3c3c3c;
  border-radius: 0.2em;
  overflow: hidden;
  outline-style: solid;
  outline-width: 1px;
  outline-color: transparent;
  outline-offset: -1px;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm input,
  body.page-contact .contactForm textarea {
    width: calc(100% - 8.4rem);
    padding: 3.3rem 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm input,
  body.page-contact .contactForm textarea {
    font-size: 2.6rem;
    line-height: 180%;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm input,
  body.page-contact .contactForm textarea {
    border-radius: 0.4em;
  }
}
body.page-contact .contactForm input:focus,
body.page-contact .contactForm textarea:focus {
  outline-color: #b8af3e;
}
body.page-contact .contactForm .selectBox {
  position: relative;
  border-radius: 0.2em;
  overflow: hidden;
  outline-style: solid;
  outline-width: 1px;
  outline-color: transparent;
  outline-offset: -1px;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox {
    border-radius: 0.4em;
  }
}
body.page-contact .contactForm .selectBox:has(select:focus) {
  outline-color: #b8af3e;
}
body.page-contact .contactForm .selectBox::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  margin-top: 0.5rem;
  background-image: url(/asset/img/select_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox::after {
    right: 3.9rem;
    width: 2.6rem;
  }
}
body.page-contact .contactForm .selectBox select {
  padding: 2.1rem 3.1rem;
  width: calc(100% - 6.2rem);
  min-height: 2.08rem;
  background-color: #f5f5f5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 130%;
  color: #3c3c3c;
  width: 100%;
  padding: 2.1rem 7.1rem 2.1rem 3.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox select {
    width: calc(100% - 8.4rem);
    padding: 3.3rem 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox select {
    font-size: 2.6rem;
    line-height: 180%;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox select {
    width: 100%;
    padding: 3.3rem 9.1rem 3.4rem 4.2rem;
  }
}
body.page-contact .contactForm .selectBox select option {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 130%;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox select option {
    font-size: 2.6rem;
    line-height: 180%;
  }
}
body.page-contact .contactForm textarea {
  height: 23.9rem;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm textarea {
    height: 50.8rem;
  }
}
body.page-contact .contactForm .error {
  color: #ff0808;
  margin-top: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .error {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}
body.page-contact .contactForm .contactForm__notes {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 130%;
  text-align: right;
  margin-top: 3.6%;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .contactForm__notes {
    font-size: 2.2rem;
    text-align: left;
    margin-top: 1.6rem;
    letter-spacing: 0.02em;
  }
}
body.page-contact .contactForm .contactForm__notes a {
  color: #b8af3e;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .contactForm__notes a {
    text-underline-offset: 0.4rem;
  }
}
@media screen and (max-width: 999px) {
  body.page-contact .cmnBody.is-confirm .contactForm dl + dl {
    border-top-style: solid;
    border-top-color: red;
    border-top-color: #b8af3e;
    border-top-width: 1px;
  }
}
@media screen and (max-width: 999px) {
  body.page-contact .cmnBody.is-confirm .contactForm dl:nth-of-type(1) {
    padding: 0 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .cmnBody.is-confirm .contactForm dl:nth-of-type(1) {
    padding: 0 0 3.1rem;
  }
}
@media screen and (max-width: 999px) {
  body.page-contact .cmnBody.is-confirm .contactForm dl {
    padding: 2.9rem 0 2.4rem;
    margin-top: initial;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .cmnBody.is-confirm .contactForm dl {
    padding: 4.9rem 0 3.1rem;
  }
}
body.page-contact .cmnBody.is-confirm .contactForm dd {
  padding: 2.1rem 3.1rem;
  width: calc(100% - 6.2rem);
  min-height: 2.08rem;
  background-color: #f5f5f5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 130%;
  color: #3c3c3c;
  width: 100%;
  padding: 2.1rem 0;
  background-color: transparent !important;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.page-contact .cmnBody.is-confirm .contactForm dd {
    width: calc(100% - 8.4rem);
    padding: 3.3rem 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .cmnBody.is-confirm .contactForm dd {
    font-size: 2.6rem;
    line-height: 180%;
  }
}
@media screen and (max-width: 999px) {
  body.page-contact .cmnBody.is-confirm .contactForm dd {
    margin-top: initial;
    width: calc(100% - 3.2rem);
    padding: 0.8rem 1.6rem;
    min-height: 2.08rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .cmnBody.is-confirm .contactForm dd {
    font-size: 2.8rem;
    line-height: 130%;
    width: calc(100% - 3.2rem);
    padding: 1.8rem 1.6rem;
    min-height: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .cmnBody.is-confirm .contactForm__btnBox {
    margin-top: 5.2rem;
  }
}
body.page-contact .cmnBody.is-input .contactForm dl.tel dd input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.page-contact .cmnBody.is-confirm .contactForm dl.tel dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* ====================================================
	下層テンプレートページ
==================================================== */
body.page-single {
  /* ====================================================
  プライバシーポリシー
  ==================================================== */
  /* ====================================================
  	404
  ==================================================== */
}
body.page-single .cmnBody section {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  body.page-single .cmnBody section {
    margin-top: 7.4rem;
  }
}
body.page-single .cmnBody h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #b8af3e;
}
@media screen and (max-width: 767px) {
  body.page-single .cmnBody h2 {
    font-size: 3.6rem;
  }
}
body.page-single .cmnBody h2 + p {
  margin-top: 1.7%;
}
@media screen and (max-width: 767px) {
  body.page-single .cmnBody h2 + p {
    margin-top: 3rem;
  }
}
body.page-single .cmnBody p {
  font-size: 1.6rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  body.page-single .cmnBody p {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
body.page-single .cmnBody ul {
  list-style: disc;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  body.page-single .cmnBody ul {
    padding-left: 3rem;
  }
}
body.page-single .cmnBody ul li {
  font-size: 1.6rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  body.page-single .cmnBody ul li {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
body.page-single .privacy__info {
  font-size: 1.6rem;
  line-height: 180%;
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  body.page-single .privacy__info {
    font-size: 2.8rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  body.page-single .privacy__info {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-single .privacy__info dl + dl {
    margin-top: 3rem;
  }
}
body.page-single .privacy__info dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  body.page-single .privacy__info dl {
    flex-direction: column;
  }
}
body.page-single .privacy__info dl dt {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  body.page-single .privacy__info dl dt {
    width: 100%;
  }
}
body.page-single .cmnBody.is-404 .cmnLyt {
  text-align: center;
}/*# sourceMappingURL=style.css.map */