@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

address,
em,
th {
  font-style: normal;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.alignright {
  float: right;
  margin-left: 3rem;
}

.alignleft {
  float: left;
  margin-right: 3rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin: 0;
  color: var(--baseColor);
  font-size: 1.4rem;
  text-align: center;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post figure {
  aspect-ratio: inherit;
  margin-block: 3rem;
}
.post figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/*-----------------------

         変数

-----------------------*/
.mainColor {
  color: #a99468;
}

.bg-mainColor {
  background-color: #a99468;
}

.baseColor {
  color: #251006;
}

.base40Color {
  color: #a79f9c;
}

.bg-baseColor {
  background-color: #251006;
}

.subColor {
  color: #4e8687;
}

.bg-subColor {
  background-color: #4e8687;
}

.bg-sub20Color {
  background-color: #4e8687;
}

.bg-sub5Color {
  background-color: #4e8687;
}

.accentColor {
  color: #eca22a;
}

.bg-accentColor {
  background-color: #eca22a;
}

.bg-accent20Color {
  background-color: #fbecd4;
}

.bg-accent10Color {
  background-color: #fdf6ea;
}

.bg-accent5Color {
  background-color: #fefaf4;
}

.colorW {
  color: #fff;
}

.colorR {
  color: #c0272d;
}

.bg-color20R {
  background-color: #f2d4d5;
}

.bg-color5R {
  background-color: #fcf4f4;
}

.grad {
  background: #a89368;
  background: linear-gradient(90deg, rgb(168, 147, 104) 0%, rgb(194, 179, 147) 50%, rgb(168, 147, 104) 100%);
}

/*-----------------------

         COMMON

-----------------------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 0.5208333333vw;
  height: 100%;
}
@media only screen and (max-width: 559px) {
  html {
    font-size: 2.6666666667vw;
  }
}

p {
  margin: 0;
  text-align: justify;
}

a {
  color: #251006;
}

a:visited,
a:focus,
a:hover {
  opacity: 0.8;
  color: inherit;
}

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

iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.flex {
  display: flex;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  position: relative;
}
body.home::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/page_text.webp) no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  body.home::before {
    background: url(../img/common/page_text_sp.webp) no-repeat right top/contain;
    /*width: 23.8rem;*/
	width:50%;
    left: inherit;
    right: 0;
  }
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100dvh;
  background: url(../img/common/page_bg.webp) no-repeat center top/cover;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
@media only screen and (max-width: 559px) {
  body::after {
    background: url(../img/common/page_bg_sp.webp) no-repeat center top/cover;
  }
}

.container {
  max-width: 128rem;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 559px) {
  .container {
    padding: 0 6%;
  }
}

.holder {
  margin-inline: auto;
  width: 100rem;
}

.s-holder {
  max-width: 80rem;
  margin-inline: auto;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.pop {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

.corm {
  font-family: "Cormorant Garamond", serif;
}

.post-single {
  width: min(100rem, 100%);
  margin-inline: auto;
}

.sec-ttl {
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  font-weight: 400;
  margin-bottom: clamp(3.5rem, calc(2.7718446602rem + 1.9417475728vw), 6.5rem);
}

.sec-enttl {
  font-size: clamp(4rem, calc(3.4174757282rem + 1.5533980583vw), 6.4rem);
  font-weight: 700;
  color: #a99468;
  letter-spacing: 0.05em;
  line-height: 1;
}
.sec-enttl::first-letter {
  color: #eca22a;
}

.sec-ttl-v3 {
  font-size: clamp(2.4rem, calc(2.2058252427rem + 0.5177993528vw), 3.2rem);
  font-weight: 700;
  color: #a99468;
  letter-spacing: 0.15em;
}
.sec-ttl-v3 + p {
  font-size: 1.2rem;
  font-weight: 400;
}

.sec-enttl-v3 {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.sec-text {
  margin-bottom: 1rem;
}

.ttl-wrap__flex {
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}
@media only screen and (max-width: 559px) {
  .ttl-wrap__flex {
    gap: 5rem;
  }
}

.o-btn {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.o-btn a {
  position: relative;
  background: #a99468;
  display: block;
  text-align: center;
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  color: #fff;
  border: solid 2px #fff;
  padding: 1rem 4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .o-btn a {
    padding: 0.5rem 5rem;
  }
}
.o-btn a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow02.webp) no-repeat center center/contain;
  width: 5.833vw;
  height: 3.802vw;
  right: -10rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .o-btn a::after {
    width: 8rem;
    height: 4rem;
    right: -6.5rem;
  }
}

.o-btn--v2 a {
  background: #fff;
  color: #a99468;
  border: solid 2px #a99468;
}

.o-btn--v3 {
  margin: 0;
}
.o-btn--v3 a {
  color: #a99468;
  background: none;
  width: fit-content;
  padding: 1rem 0;
  border: none;
}
.o-btn--v3 a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow03.webp) no-repeat center center/contain;
  width: 4.11458vw;
  height: 3.48958vw;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .o-btn--v3 a::after {
    width: 4rem;
    height: 4rem;
    right: -3rem;
    font-weight: 500;
  }
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -40px;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.o-modal__wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal__wrapper .o-modal__inner {
  background-color: #fff;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  border-radius: 10px;
  position: relative;
}
.o-modal__wrapper .o-modal__inner .o-modal__close {
  position: absolute;
  top: 0;
  right: 0;
}

html.modal-open {
  overflow: hidden;
  height: 100%;
}
html.modal-open::-webkit-scrollbar {
  display: none;
}

.o-modal__link {
  cursor: pointer;
}
.o-modal__close {
  cursor: pointer;
}

.o-faq {
  max-width: 60rem;
  margin: 0 auto;
}

.o-faq__item {
  margin-bottom: 1rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #a99468;
  border-radius: 0.5rem;
}

.o-faq__question {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.o-faq__question span {
  display: flex;
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  align-items: center;
}
.o-faq__question span::before {
  content: "Q.";
  color: #fff;
  font-size: clamp(2.4rem, calc(2.254368932rem + 0.3883495146vw), 3rem);
  margin-right: 1rem;
  font-family: "Roboto", sans-serif;
}
.o-faq__question::after {
  content: "＋";
  color: #fff;
  font-size: clamp(2rem, calc(1.7572815534rem + 0.6472491909vw), 3rem);
}
.o-faq__question.is-open::after {
  content: "－";
}
.o-faq__question.is-open + .o-faq__answer {
  margin-bottom: 2.5rem;
}

.o-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background: #fff;
  border-radius: 0.5rem;
  width: 80%;
  margin-inline: auto;
}
.o-faq__answer__inner {
  display: flex;
  padding: clamp(1rem, calc(0.7572815534rem + 0.6472491909vw), 2rem) 1.5rem;
}
.o-faq__answer__inner::before {
  content: "A.";
  color: #a99468;
  font-size: clamp(2.4rem, calc(2.254368932rem + 0.3883495146vw), 3rem);
  margin-right: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .o-faq__answer p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.l-hdr {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.l-hdr__logo {
  padding: 2rem 6rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    padding: 1rem;
  }
}

.o-hamburger {
  width: 20%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  right: -20%;
  z-index: 1000000;
  transition: 0.5s;
  background: #fff url(../img/common/circle.webp) no-repeat center bottom/240%;
}
@media only screen and (max-width: 559px) {
  .o-hamburger {
    width: 100%;
    right: -100%;
  }
}
.o-hamburger__btn {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  z-index: 9999;
  top: 3rem;
}
.o-hamburger__flex {
  gap: 1rem;
  margin-top: 4rem;
}
.o-hamburger__menu li {
  margin-bottom: 1em;
}
.o-hamburger__menu li.current-menu-item {
  color: #eca22a;
}
@media only screen and (max-width: 559px) {
  .o-hamburger__menu li a {
    font-size: 1.8rem;
  }
}

html.is-open .o-hamburger {
  right: 0;
}

.is-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}

/*------------------------------------
  メニュークリック後メニュー外の背景 ↓
  ------------------------------------*/
.overlay {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
}

/* ボタン全体の設定 */
.o-hamburger__btn {
  position: fixed;
  width: 3.6rem;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  top: 4.5rem;
  right: 3rem;
  z-index: 10000000;
}
@media only screen and (max-width: 559px) {
  .o-hamburger__btn {
    top: 2rem;
    right: 1.5rem;
  }
}

/* 線のスタイル */
.o-hamburger__icon {
  visibility: visible;
  width: 3rem;
  height: 2px;
  background-color: #251006;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

html.is-open .o-hamburger__icon {
  transform: rotate(45deg) translate(10px, 5px);
  background-color: #251006;
}
html.is-open .o-hamburger__icon:nth-child(2) {
  transform: rotate(-45deg) translate(10px, -6px);
  background-color: #251006;
}
html.is-open .o-hamburger__icon:last-child {
  display: none;
}

.l-ftr {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 4.5rem;
  padding-left: 15.625vw;
}
@media only screen and (max-width: 559px) {
  .l-ftr {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .l-ftr__logo {
    width: 10.2rem;
  }
}
.l-ftr__copy {
  text-align: left;
}
.l-ftr__copy small {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.pagewrap p.last {
  margin-top: -5rem;
}

.c-form {
  margin-bottom: 20.5rem;
}
@media only screen and (max-width: 559px) {
  .c-form {
    padding: 0 6%;
    margin-bottom: 11rem;
  }
}
.c-form table {
  width: 100%;
}
.c-form th,
.c-form td {
  font-size: 1.8rem;
}
@media only screen and (max-width: 559px) {
  .c-form th,
  .c-form td {
    display: block;
    width: 100%;
    font-size: 1.7rem;
  }
}
.c-form th {
  width: 21.8rem;
  padding: 5.5rem 0 2rem;
  border-bottom: solid 1px;
  vertical-align: top;
}
@media only screen and (max-width: 559px) {
  .c-form th {
    padding: 2.5rem 0 1.5rem;
    width: 19.2rem;
    font-size: 1.4rem;
  }
}
.c-form th span {
  margin-left: 1.3rem;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
  border-radius: 0.1rem;
}
.c-form tr:first-child th {
  padding-top: 0;
}
.c-form td {
  padding-top: 4rem;
  padding-left: 8.8rem;
}
@media only screen and (max-width: 559px) {
  .c-form td {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.c-form td.flex {
  gap: 5rem;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .c-form td.flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-form td.flex .textwrap {
  width: calc(100% - 5rem);
}
@media only screen and (max-width: 559px) {
  .c-form td.flex .textwrap {
    width: 100%;
  }
}
.c-form td.flex .textwrap > p {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .c-form td.flex .textwrap > p {
    gap: 1rem;
  }
}
.c-form td.flex .textwrap > p span.text {
  white-space: nowrap;
  font-size: 1.4rem;
  width: 3em;
}
@media only screen and (max-width: 559px) {
  .c-form td.flex .textwrap > p span.text {
    text-align: right;
  }
}
.c-form td.flex .textwrap > p input {
  width: 86%;
}
@media only screen and (max-width: 559px) {
  .c-form td.flex .textwrap > p input {
    width: 90%;
  }
}
.c-form td input,
.c-form td textarea {
  background: #d4c9b4;
  font-size: 1.8rem;
  border: none;
  padding: 2rem;
  width: 94%;
}
@media only screen and (max-width: 559px) {
  .c-form td input,
  .c-form td textarea {
    width: 90%;
    padding: 1.5rem;
    font-size: 1.7rem;
  }
}
.c-form td input::placeholder,
.c-form td textarea::placeholder {
  color: #a79f9c;
}
.c-form label {
  font-size: 1.8rem;
}
@media only screen and (max-width: 559px) {
  .c-form label {
    font-size: 1.4rem;
  }
}
.c-form .checkbox p {
  text-align: center;
  margin-top: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .c-form .checkbox p {
    margin-top: 4rem;
  }
}
.c-form .checkbox p a {
  color: #a99468;
  text-decoration: underline;
}
.c-form .checkbox label {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 1em;
}
.c-form .checkbox label a {
  text-decoration: underline;
  color: #a99468;
}
.c-form .checkbox input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #251006;
  cursor: pointer;
  padding: 0;
}
.c-form .checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -4.5px;
  left: 1px;
  width: 2rem;
  height: 1rem;
  border-bottom: 2px solid #a99468;
  border-left: 2px solid #a99468;
  transform: rotate(-45deg);
}
.c-form .o-btn {
  position: relative;
  text-align: center;
  color: #fff;
  border: solid 1px #251006;
  width: 30rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 559px) {
  .c-form .o-btn {
    width: 93.5%;
    margin: 4rem 0 0;
  }
}
.c-form .o-btn:hover {
  opacity: 0.8;
}
.c-form .o-btn::after {
  content: "";
  display: block;
  background: url(../img/common/arrow.webp) no-repeat center center/contain;
  width: 10rem;
  height: 2.7rem;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
  transition: 0.5s;
}
.c-form .o-btn:hover::after {
  right: -4.5rem;
  transition: 0.5s;
}
.c-form .o-btn input {
  padding: 1.8rem 4rem;
  background: none;
  display: block;
  width: 100%;
  color: #251006;
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .c-form .o-btn input {
    padding: 2rem;
    font-size: 2rem;
  }
}
.c-form .o-btn span {
  display: none;
}

main {
  padding-top: 30rem;
}
@media only screen and (max-width: 559px) {
  main {
    padding-top: 25rem;
  }
}
@media only screen and (min-width: 2560px) {
  main img {
    width: 100%;
  }
}

body.home main {
  padding-top: 0;
}

.breadcrumbs {
  margin-block: 4rem 0;
}
@media only screen and (max-width: 559px) {
  .breadcrumbs {
    margin-block: 2rem 0;
  }
}

@media only screen and (max-width: 559px) {
  .breadcrumb-item {
    font-size: 1.2rem;
  }
}

body.error404 {
  height: 100%;
}
@media only screen and (max-width: 559px) {
  body.error404 {
    height: auto;
  }
}

.p-404 {
  padding-top: 30rem;
}
@media only screen and (max-width: 559px) {
  .p-404 {
    padding-bottom: 30rem;
  }
}
.p-404 .ttl-primary {
  font-size: 4rem;
}
@media only screen and (max-width: 559px) {
  .p-404 .ttl-primary {
    font-size: 1.8rem;
  }
}
.p-404 .ttl-primary__sub {
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .p-404 .ttl-primary__sub {
    font-size: 4rem;
  }
}
.p-404__text {
  margin-top: 4rem;
}
@media only screen and (max-width: 559px) {
  .p-404__text {
    font-size: 1.4rem;
  }
}
.p-404 .o-btn__area {
  margin-top: 6rem;
}

.privacy-policyP {
  padding-bottom: 40rem;
}
@media only screen and (max-width: 559px) {
  .privacy-policyP {
    padding-bottom: 25rem;
  }
}
.privacy-policyP__ttl {
  font-size: 2rem;
  line-height: 2;
  margin-top: 4rem;
}
@media only screen and (max-width: 559px) {
  .privacy-policyP__ttl {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.privacy-policyP p {
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .privacy-policyP p {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
