@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --space-micro: 8px;
  --space-xxs: 16px;
  --space-xs: 24px;
  --space-s: 32px;
  --space-m: 40px;
  --space-l: 80px;
  --space-xl: 120px;
  --inner-width: 1120px;
  --inner-padding: 2%;
  --inner-small: calc(100% * (1000px / var(--inner-width)));
  --font-size-body: 1.8rem;
  --font-size-heading: 3.2rem;
  --font-size-h3: 2.2rem;
  --font-size-cta: 2.2rem;
  --font-size-heading-en: 2.2rem;
  --font-size-button: 2.0rem;
  --opacity-hover: 0.7;
  --radius-xs: 3px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --radius-xxl: 40px;
  --radius-full: 50%;
  --cta-shadow: 3px 3px 15px -5px rgba(145, 127, 113, 0.65);
  --chamfer-s: polygon(
    4px 0%, /* 左上・上 */
    calc(100% - 4px) 0%, /* 右上・上 */
    100% 4px, /* 右上・右 */
    100% calc(100% - 4px), /* 右下・右 */
    calc(100% - 4px) 100%, /* 右下・下 */
    4px 100%, /* 左下・下 */
    0% calc(100% - 4px), /* 左下・左 */
    0% 4px /* 左上・左 */
  );
  --chamfer-m: polygon(
    12px 0%, /* 左上・上 */
    calc(100% - 12px) 0%, /* 右上・上 */
    100% 12px, /* 右上・右 */
    100% calc(100% - 12px), /* 右下・右 */
    calc(100% - 12px) 100%, /* 右下・下 */
    12px 100%, /* 左下・下 */
    0% calc(100% - 12px), /* 左下・左 */
    0% 12px /* 左上・左 */
  );
  --chamfer-l: polygon(
    30px 0%, /* 左上・上 */
    calc(100% - 30px) 0%, /* 右上・上 */
    100% 30px, /* 右上・右 */
    100% calc(100% - 30px), /* 右下・右 */
    calc(100% - 30px) 100%, /* 右下・下 */
    30px 100%, /* 左下・下 */
    0% calc(100% - 30px), /* 左下・左 */
    0% 30px /* 左上・左 */
  );
}
@media screen and (max-width: 1020px) {
  :root {
    --space-micro: 8px;
    --space-xxs: 16px;
    --space-xs: 24px;
    --space-s: 32px;
    --space-m: 40px;
    --space-l: 80px;
    --space-xl: 120px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --space-micro: 4px;
    --space-xxs: 8px;
    --space-xs: 16px;
    --space-s: 24px;
    --space-m: 32px;
    --space-l: 56px;
    --space-xl: 64px;
    --font-size-body: 1.6rem;
    --font-size-heading: 2.8rem;
    --font-size-h3: 2.0rem;
    --font-size-cta: 2.0rem;
    --font-size-button: 1.8rem;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
  color: #23211c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #efe8e1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.-is-top {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  body.-is-top {
    margin-bottom: 151px;
  }
}

a:link {
  color: inherit;
  transition: 0.3s all;
}
a:visited {
  color: inherit;
}

img {
  width: 100%;
}

.l-inner {
  width: 100%;
  max-width: var(--inner-width);
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
  .l-inner {
    padding-inline: var(--inner-padding);
  }
}
@media screen and (max-width:490px) {
  .l-inner {
    padding-inline: 3%;
  }
}

.l-inner__s {
  width: min(832px, var(--inner-small));
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-inner__s {
    width: 90vw;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: var(--space-m);
  font-size: var(--font-size-heading);
  font-weight: 500;
  line-height: 1.3;
  color: #603e09;
}
.section-heading .en {
  font-family: "EB Garamond", serif;
  text-align: center;
  display: block;
  margin-bottom: var(--space-xs);
  font-size: var(--font-size-heading-en);
  color: #c19a57;
  letter-spacing: 0.14em;
}

.highlight {
  background: #ede3b7;
  padding: 0px 2px 1px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #efd259;
  text-underline-offset: -0.15em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.spacer {
  margin-left: var(--space-micro);
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 890px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc_br::before {
    content: none;
  }
}

.big {
  font-size: 1.3em;
  font-weight: 500;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #db1f00;
}

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

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

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

.header {
  background: #111e09;
  border-bottom: 1px solid #203512;
  padding: 30px 0px 30px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 16px 3%;
  }
}
.header::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/header_img@2x.webp") no-repeat center right/cover;
  max-width: 600px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .header {
    text-align: center;
  }
}
.header .header__logo {
  position: relative;
  z-index: 1;
}
.header .header__logo img {
  width: min(311px, 70vw);
}

footer {
  margin-top: var(--space-xl);
  background: #182b0d;
}
footer.-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer.-fixed {
    position: static;
  }
}

.footer__img {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.footer__img img {
  width: 16.6666666667%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .footer__img img {
    width: 33.3333333333%;
  }
}

.f__wrapper {
  padding: 40px 16px;
  text-align: center;
}
.f__wrapper .footer__box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: var(--space-xxs) var(--space-xs);
  margin-bottom: 24px;
}
@media screen and (max-width:490px) {
  .f__wrapper .footer__box {
    flex-direction: column;
  }
}
.f__wrapper .footer__box a {
  color: #efe8e1;
  text-decoration: underline;
  font-size: 1.6rem;
}
.f__wrapper .footer__box a::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/f_link_icon.svg") no-repeat center/contain;
  width: 10px;
  height: 8px;
  margin: 0px 0px 2px 4px;
}
.f__wrapper .footer__box a:hover {
  opacity: var(--opacity-hover);
}
.f__wrapper .footer-copy {
  color: #efe8e1;
  font-size: 1.6rem;
}

.-button {
  padding: var(--space-xxs) var(--space-xs);
  border-radius: 50px;
  background: #fff;
  border: 1px solid #f2e3c9;
  font-size: var(--font-size-button);
  color: #603e09;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}
.-button:hover {
  opacity: var(--opacity-hover);
}
.-button, .-button:visited, .-button:link {
  color: #603e09;
}

.contact__button {
  background: url("../../assets/img/cta_bg.webp") #603e09 repeat;
  padding: var(--space-s);
  text-align: center;
  clip-path: var(--chamfer-m);
  display: block;
  color: #f9f6f2;
}

a.contact__button:hover {
  opacity: var(--opacity-hover);
}
a.contact__button:visited, a.contact__button:link {
  color: #f9f6f2;
}

.cta {
  background: #603e09 url("../../assets/img/cta_bg.webp") repeat;
  padding: var(--space-xxs);
  text-align: center;
}
.cta .cta__heading {
  font-size: var(--font-size-cta);
  color: #f9f6f2;
  margin-bottom: var(--space-xxs);
}
@media screen and (max-width: 768px) {
  .cta .cta__heading {
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.cta .button__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: var(--space-xs) var(--space-xs);
  margin-bottom: 10px;
}
@media screen and (max-width:490px) {
  .cta .button__wrapper {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.cta .button__wrapper .-button {
  width: min(280px, 80vw);
  display: inline-block;
  text-align: center;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .cta .button__wrapper .-button {
    padding: 8px 8px 11px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:490px) {
  .cta .button__wrapper .-button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:490px) {
  .cta .button__wrapper .-button .xs_br::before {
    content: "\a";
    white-space: pre;
  }
}
.cta .button__wrapper .tel__button::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/tel_icon.svg") no-repeat center/contain;
  width: 17px;
  height: 17px;
  margin: 4px 8px 0px 0px;
}
@media screen and (max-width: 768px) {
  .cta .button__wrapper .tel__button::before {
    margin: 0px 4px -2px 0px;
    width: 15px;
    height: 15px;
  }
}
.cta .button__wrapper .mail__button::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/mail_icon.svg") no-repeat center/contain;
  width: 19px;
  height: 13px;
  margin: 4px 8px 0px 0px;
}
@media screen and (max-width: 768px) {
  .cta .button__wrapper .mail__button::before {
    margin: 0px 4px 0px 0px;
    width: 16px;
    height: 10px;
  }
}

.cta__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.cta__fixed.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .cta__fixed {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: fixed;
  }
}

.fix {
  position: fixed;
  width: 30%;
  right: 0;
  z-index: 999;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s;
}

.fix.is-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mv {
  background: url("../../assets/img/main_bg_pc@2x.webp") no-repeat top center/cover;
  width: 100%;
  max-height: 650px;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url("../../assets/img/main_bg_sp@2x.webp") no-repeat top center/cover;
  }
}
.mv .mv_img {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    width: 100%;
  }
}
.mv .mv_img img {
  max-width: 218px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv_img img {
    max-width: 100%;
    width: 100%;
  }
}

.lead__img {
  position: relative;
}
@media screen and (max-width: 1020px) {
  .lead__img {
    display: none;
  }
}
.lead__img .lead__img-left {
  position: absolute;
  width: min(430px, 30vw);
  left: 0;
  top: -150px;
}
@media screen and (max-width: 1160px) {
  .lead__img .lead__img-left {
    top: -210px;
  }
}
.lead__img .lead__img-right {
  position: absolute;
  width: min(400px, 20vw);
  right: calc(50% - 50vw - 25px);
  top: 60px;
}

.lead {
  margin-top: var(--space-l);
}
.lead .lead__text {
  text-align: center;
  margin-bottom: var(--space-m);
}
.lead .lead__img_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-column-gap: var(--space-m);
       column-gap: var(--space-m);
  margin-bottom: var(--space-m);
}
@media screen and (max-width: 768px) {
  .lead .lead__img_box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.lead .lead__img_box img {
  max-width: 350px;
  width: min(350px, 50%);
}
.lead .chamfer__wrapper {
  width: 100%;
  max-width: 702px;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 4px rgba(145, 127, 113, 0.78));
}
.lead .chamfer__wrapper .contact__button .lead__cta-title {
  font-weight: 500;
  font-size: var(--font-size-cta);
  margin-bottom: var(--space-xxs);
  color: #f9f6f2;
  margin-bottom: var(--space-xxs);
}

.lp_campaign {
  background: url("../../assets/img/lp_only_bg@2x.webp") no-repeat center/cover;
  margin-top: var(--space-xl);
  padding: 40px 3%;
  position: relative;
}
.lp_campaign::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/lp_only_img@2x.webp") no-repeat top right/cover;
  max-width: 890px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 890px) {
  .lp_campaign::before {
    opacity: 0.5;
    background-position: top center;
  }
}
.lp_campaign .lp_campaign__wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
}
.lp_campaign .lp_campaign__wrapper .section-heading__img {
  width: clamp(302px, 65vw, 598px);
  margin-inline: auto;
  margin-bottom: var(--space-s);
}
.lp_campaign .lp_campaign__wrapper .lp_campaign__list {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: var(--space-m);
}
@media screen and (max-width:490px) {
  .lp_campaign .lp_campaign__wrapper .lp_campaign__list {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.8rem;
  }
}
.lp_campaign .lp_campaign__wrapper .lp_campaign__list .list-item {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width:490px) {
  .lp_campaign .lp_campaign__wrapper .lp_campaign__list .list-item {
    text-align: left;
  }
}
.lp_campaign .lp_campaign__wrapper .lp_campaign__list .list-item::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/check.svg") no-repeat center/contain;
  width: 17px;
  height: 13px;
  margin-right: 4px;
}
.lp_campaign .lp_campaign__wrapper .lp_campaign__list .list-item:not(:last-child) {
  margin-bottom: 20px;
}
.lp_campaign .lp_campaign__wrapper .contact__button {
  padding: var(--space-xxs) var(--space-s) 20px;
  clip-path: var(--chamfer-s);
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .lp_campaign .lp_campaign__wrapper .contact__button {
    padding-bottom: 10px;
  }
}

.intro {
  margin-top: var(--space-xl);
}
@media screen and (max-width: 768px) {
  .intro {
    padding-inline: 3%;
  }
}
.intro .section-heading {
  line-height: 1.6;
}
.intro .intro__wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 24px 80px;
}
@media screen and (max-width: 1160px) {
  .intro .intro__wrapper {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 1020px) {
  .intro .intro__wrapper {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.intro .intro__wrapper .intro__img-box {
  flex: 0 1 856px;
}
@media screen and (max-width: 1020px) {
  .intro .intro__wrapper .intro__img-box {
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 1020px) {
  .intro .intro__wrapper .intro__img-box {
    text-align: center;
  }
}
.intro .intro__wrapper .intro__img-box img {
  width: clamp(320px, 80vw, 100%);
}
.intro .intro__wrapper .text__box {
  max-width: 584px;
  width: 100%;
}
.intro .intro__wrapper .text__box .section-heading {
  text-align: left;
}
@media screen and (max-width: 1160px) {
  .intro .intro__wrapper .text__box .section-heading {
    font-size: 2.8rem;
  }
}
.intro .intro__wrapper .text__box .intro__text:not(:last-child) {
  margin-bottom: 16px;
}
.intro .intro__wrapper .text__box .intro__text span {
  font-weight: 500;
}

.reason {
  margin-top: var(--space-xl);
}
.reason .reason__box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 890px) {
  .reason .reason__box {
    flex-direction: column;
  }
}
.reason .reason__box {
  gap: var(--space-xs) var(--space-m);
}
.reason .reason__box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 890px) {
  .reason .reason__box:nth-child(even) {
    flex-direction: column;
  }
}
.reason .reason__box:not(:last-child) {
  margin-bottom: var(--space-l);
}
.reason .reason__box img {
  width: min(460px, 90vw);
}
.reason .reason__box .text__box {
  position: relative;
}
@media screen and (max-width: 890px) {
  .reason .reason__box .text__box {
    width: min(620px, 90vw);
    text-align: center;
  }
}
.reason .reason__box .text__box .text__img-wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .reason .reason__box .text__box .text__img-wrapper {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.reason .reason__box .text__box .text__img-wrapper .tabelog {
  width: 60px;
}
.reason .reason__box .text__box .reason_title__img {
  width: 141px;
}
.reason .reason__box .text__box .reason__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: var(--space-s);
}
@media screen and (max-width: 890px) {
  .reason .reason__box .text__box .reason__title {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.reason .reason__box .text__box .reason__text {
  text-align: left;
}

.comparison {
  margin-top: var(--space-xl);
}
.comparison .comparison_intro__box {
  position: relative;
  text-align: center;
  margin-bottom: var(--space-l);
}
.comparison .comparison_intro__box::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/which_img01@2x.webp") no-repeat left bottom/contain;
  width: min(341px, 30vw);
  height: 345px;
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .comparison .comparison_intro__box::before {
    left: 30px;
  }
}
@media screen and (max-width:490px) {
  .comparison .comparison_intro__box::before {
    left: 0;
  }
}
.comparison .comparison_intro__box::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/which_img02@2x.webp") no-repeat right top/contain;
  width: min(341px, 30vw);
  height: 317px;
  position: absolute;
  top: 0;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .comparison .comparison_intro__box::after {
    right: 30px;
  }
}
@media screen and (max-width:490px) {
  .comparison .comparison_intro__box::after {
    right: 0;
  }
}
.comparison .comparison_intro__box img {
  width: min(75px, 50vw);
}
.comparison .contact__button {
  font-weight: 500;
  font-size: var(--font-size-cta);
}

.comparison_table {
  width: 100%;
  border-top: 1px solid #ddd1ce;
  border-right: 1px solid #ddd1ce;
  margin-bottom: 64px;
}
.comparison_table .title-fill {
  background: #e0d8d1;
  font-weight: 500;
  color: #111e09;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.comparison_table tr {
  display: grid;
  grid-template-columns: 1fr 3fr 3fr;
}
@media screen and (max-width: 768px) {
  .comparison_table tr {
    grid-template-columns: 1fr 1fr;
  }
}
.comparison_table th, .comparison_table td {
  border-bottom: 1px solid #ddd1ce;
  border-left: 1px solid #ddd1ce;
  padding: 24px 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .comparison_table th, .comparison_table td {
    padding: 16px 8px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .comparison_table th:first-child {
    display: none;
  }
}
.comparison_table td {
  background: #f9f8f7;
}
.comparison_table td strong {
  font-weight: 500;
}
.comparison_table td.text-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .comparison_table tbody .title-fill {
    grid-column: 1/-1;
    width: 100%;
    padding: 8px;
    background: #e0d8d1;
    display: block;
  }
}
.comparison_table .table_list {
  text-align: left;
}
.comparison_table .table_list .list-item {
  padding-left: 0.3em;
  text-indent: -0.3em;
}
.comparison_table .table_list .list-item::before {
  content: "";
  display: inline-block;
  background: #23211c;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 4px 6px 0px;
}

.charm {
  margin-top: var(--space-xl);
}
.charm .charm__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 890px) {
  .charm .charm__wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.charm .charm__wrapper .store__item.ryoutei_kawabun {
  background: url("../../assets/img/ryotei_bg@2x.webp") no-repeat bottom center/cover;
}
.charm .charm__wrapper .store__item.tkn {
  background: url("../../assets/img/tkn_bg@2x.webp") no-repeat bottom center/contain;
}
.charm .charm__wrapper .store__item {
  padding-bottom: 40px;
}
.charm .charm__wrapper .store__item .store__inner {
  max-width: 540px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding-inline: 5%;
}
.charm .charm__wrapper .store__item .logo_kawabun {
  width: min(158px, 50vw);
}
.charm .charm__wrapper .store__item .logo_tkn {
  width: min(373px, 50vw);
}
.charm .charm__wrapper .store__item .store__title {
  text-align: center;
  color: #a38241;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 24px 0px 40px;
  line-height: 1.4;
}
.charm .charm__wrapper .store__item .store__text {
  margin-bottom: var(--space-s);
}
.charm .charm__wrapper .store__item dl {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.charm .charm__wrapper .store__item dl dt {
  background: #a38241;
  padding: 0px 4px 1px;
  color: #fff;
  white-space: nowrap;
}
.charm .charm__wrapper .store__item dl dd:not(:last-child) {
  margin-bottom: 4px;
}
.charm .charm__wrapper .store__item dl dd strong {
  font-weight: 500;
}
.charm .charm__wrapper .store__item dl dd .attention {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 1.6rem;
  line-height: 1.2;
}
.charm .charm__wrapper .store__item dl dd .attention::before {
  content: "※";
  margin: 0px 3px 2px 0px;
}

.plan {
  margin-top: var(--space-xl);
}

.kawabun__slider {
  max-width: 1400px;
  width: 85%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 890px) {
  .kawabun__slider {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
}
.kawabun__slider .slider__box {
  margin: 0 20px;
}
@media screen and (max-width: 890px) {
  .kawabun__slider .slider__box {
    margin: 0 12px;
  }
}
.kawabun__slider .slider__box .slider__title {
  color: #111e09;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width:490px) {
  .kawabun__slider .slider__box .slider__title {
    font-size: 1.6rem;
  }
}
.kawabun__slider .slider__box .slider__text {
  margin-top: 16px;
}
@media screen and (max-width:490px) {
  .kawabun__slider .slider__box .slider__text {
    font-size: 1.6rem;
  }
}
.kawabun__slider .slider__box img {
  width: 100%;
  height: auto;
}
.kawabun__slider .slick-prev-custom,
.kawabun__slider .slick-next-custom {
  background: #a38241;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: 0.3s all;
  z-index: 10;
}
.kawabun__slider .slick-prev-custom:hover,
.kawabun__slider .slick-next-custom:hover {
  opacity: var(--opacity-hover);
}
.kawabun__slider .slick-prev-custom {
  left: -50px;
}
.kawabun__slider .slick-prev-custom::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
}
.kawabun__slider .slick-next-custom {
  right: -50px;
}
.kawabun__slider .slick-next-custom::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.kawabun__slider .slick-dots {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 24px;
}
.kawabun__slider .slick-dots li {
  width: 6px;
  height: 6px;
}
.kawabun__slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #a38241;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transition: 0.3s all;
  padding: 0;
}
.kawabun__slider .slick-dots li.slick-active button {
  background: #a38241;
}

.banquet {
  margin-top: var(--space-xl);
}
.banquet .slider__title {
  font-weight: 400;
}
.banquet .slider__title .en {
  font-family: "EB Garamond", serif;
  display: block;
  font-size: 2rem;
  color: #111e09;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .banquet .slider__title .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:490px) {
  .banquet .slider__title .en {
    font-size: 1.6rem;
  }
}
.banquet .slider__title .ja {
  font-size: 1.6rem;
}
@media screen and (max-width:490px) {
  .banquet .slider__title .ja {
    font-size: 1.4rem;
  }
}
.banquet .slider__title-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  padding-bottom: 15px;
}
.banquet .banquet__tag {
  background: #e5d9c6;
  font-size: 1.6rem;
  padding: 1px 4px 2px 4px;
  display: inline-block;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .banquet .banquet__tag {
    font-size: 1.4rem;
  }
}
.banquet .slider__text {
  line-height: 1.5;
  font-size: 1.6rem;
}

.estimate {
  margin-top: var(--space-xl);
}
.estimate .estimate__title {
  background: #182b0d;
  padding: 8px 16px;
  color: #efe8e1;
  font-weight: 500;
  margin-bottom: var(--space-xxs);
}
.estimate .estimate__table {
  width: 100%;
  margin-bottom: var(--space-m);
}
.estimate .estimate__table tr {
  border-bottom: 1px solid #e2d3c5;
}
.estimate .estimate__table th, .estimate .estimate__table td {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .estimate .estimate__table th, .estimate .estimate__table td {
    display: block;
  }
}
.estimate .estimate__table th {
  width: 20%;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .estimate .estimate__table th {
    width: 100%;
    padding: 16px 16px 4px 16px;
  }
}
.estimate .estimate__table td .emphasis {
  font-weight: 500;
}
.estimate .estimate__table td .table_list {
  margin-bottom: 16px;
}
.estimate .estimate__table td .table_list .list-item::before {
  content: "";
  display: inline-block;
  background: #23211c;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 8px 6px 0px;
}
.estimate .estimate__table td .attention {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.estimate .estimate__table td .attention::before {
  content: "※";
  margin-right: 4px;
}

.flow {
  margin-top: var(--space-xl);
}
.flow .flow__lead {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: var(--space-m);
}
@media screen and (max-width: 768px) {
  .flow .flow__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width:490px) {
  .flow .flow__lead {
    font-size: 1.8rem;
    text-align: left;
  }
}
.flow .flow__lead strong {
  font-weight: 500;
}
.flow .flow__list .list-item {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  gap: 24px 24px;
}
@media screen and (max-width: 768px) {
  .flow .flow__list .list-item {
    flex-direction: column;
  }
}
.flow .flow__list .list-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow .flow__list .list-item img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .flow .flow__list .list-item .text__box {
    width: 80vw;
    margin-inline: auto;
    text-align: center;
  }
}
.flow .flow__list .list-item .text__box .flow__title {
  font-weight: 500;
  margin-bottom: var(--space-micro);
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .flow .flow__list .list-item .text__box .flow__title {
    text-align: center;
    font-size: 2rem;
  }
}
.flow .flow__list .list-item .text__box .flow__text a {
  text-decoration: underline;
}

.faq {
  margin-top: var(--space-xl);
}
.faq .faq__accordion .faq__q {
  background: #e2d3c5;
  border-radius: 3px;
  padding: var(--space-xxs) 16px;
  font-weight: 500;
  padding-left: 2.4em;
  text-indent: -1.3em;
  position: relative;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq .faq__accordion .faq__q {
    padding-right: 35px;
  }
}
.faq .faq__accordion .faq__q:not(:last-child) {
  margin-bottom: 24px;
}
.faq .faq__accordion .faq__q::-webkit-details-marker {
  display: none;
}
.faq .faq__accordion .faq__q::marker {
  display: none;
}
.faq .faq__accordion .faq__q::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/faq_q.svg") no-repeat center/contain;
  width: 16px;
  height: 24px;
  margin: 0px 8px -5px 0px;
}
.faq .faq__accordion .faq__q::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/faq_arrow.svg") no-repeat center/contain;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq .faq__a {
  margin-bottom: 32px;
  padding: 0px 16px;
}

.contact {
  margin-top: var(--space-xl);
}
.contact .l-inner {
  padding-inline: 0;
}

.form__wrapper {
  background: #f9f6f2;
  padding: var(--space-m);
  clip-path: var(--chamfer-l);
}
@media screen and (max-width: 768px) {
  .form__wrapper {
    padding: 64px 24px;
  }
}
.form__wrapper .contact__lead {
  text-align: center;
}

.contact__form .contact__form-table {
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 0px 24px;
}
.contact__form .contact__form-table th {
  font-weight: 500;
  text-align: right;
  width: 30%;
  padding-right: 32px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px 0px 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-table td {
    display: block;
    width: 100%;
  }
}
.contact__form .required,
.contact__form .any {
  font-size: 1.4rem;
  padding: 1px 3px 2px;
  margin-left: 10px;
}
.contact__form .required {
  background: #b22606;
  color: #fff;
}
.contact__form .any {
  background: #fff;
  border: 1px solid #b22606;
  color: #b22606;
}
.contact__form .contact__form-table input {
  background: #efe8e1;
  padding: var(--space-micro) var(--space-xxs);
  border: none;
  color: #514c41;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-table input {
    padding: var(--space-xxs);
  }
}
.contact__form .contact__form-table textarea {
  border: none;
  max-width: 500px;
  width: 100%;
  min-height: 255px;
  height: 100%;
  background: #efe8e1;
  padding: var(--space-micro) var(--space-xxs);
  color: #514c41;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-table textarea {
    max-width: 100%;
    padding: var(--space-xxs);
  }
}
.contact__form .contact__form-table .input--lg {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-table .input--lg {
    max-width: 100%;
  }
}
.contact__form .contact__form-table .textarea__note {
  color: #23211c;
}
.contact__form .contact__form-table .textarea__note::before {
  content: "";
  display: inline-block;
  background: #514c41;
  width: 8px;
  height: 6px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin: 0px 4px 5px 0px;
}
.contact__form .contact__form-table .check_box {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.contact__form .form__button {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}
.contact__form .form__button .form__button-submit {
  border: none;
  cursor: pointer;
  padding: 24px 16px 28px;
  font-size: 2rem;
  max-width: 320px;
  width: 100%;
  transition: 0.3s all;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  background: url("../../assets/img/cta_bg.webp") #603e09 repeat;
}
.contact__form .form__button .form__button-submit, .contact__form .form__button .form__button-submit:visited, .contact__form .form__button .form__button-submit:link {
  color: #fff;
}
.contact__form .form__button .form__button-submit:hover {
  opacity: var(--opacity-hover);
}
.contact__form .policy__wrapper {
  text-align: center;
  margin-bottom: 24px;
}
.contact__form .policy__wrapper .external_link {
  text-decoration: underline;
}
.contact__form .policy__wrapper .external_link::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/link_icon.svg") no-repeat center/contain;
  width: 10px;
  height: 9px;
  margin: 0px 0px 2px 4px;
}
.contact__form .policy__wrapper .external_link:hover {
  opacity: var(--opacity-hover);
}

.info {
  margin-top: var(--space-xl);
}
.info .info__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 32px 40px;
}
@media screen and (max-width: 768px) {
  .info .info__wrapper {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.info .info__wrapper .store {
  width: 100%;
  text-align: center;
}
.info .info__wrapper .store .logo_kawabun {
  width: min(84px, 50vw);
}
.info .info__wrapper .store .logo_tkn {
  width: min(198px, 50vw);
}
.info .info__wrapper .store .maps {
  max-width: 540px;
  width: 100%;
  aspect-ratio: 540/300;
  margin-inline: auto;
}
.info .info__wrapper .store .maps iframe {
  width: 100%;
  height: 100%;
}
.info .info__wrapper .store .address {
  text-align: left;
}
.info .info__wrapper .store .address .emphasis {
  font-weight: 500;
}
.info .access {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e2d3c5;
  padding-left: 0.4em;
  text-indent: -0.4em;
}
.info .access::before {
  content: "";
  display: inline-block;
  background: #23211c;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 4px 6px 0px;
}
.info .info__accordion {
  margin-top: var(--space-m);
}
.info .info__accordion .info__accordion-title {
  background: #e2d3c5;
  text-align: center;
  color: #23211c;
  padding: 16px 16px 18px;
  font-size: 2rem;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}
.info .info__accordion .info__accordion-title::-webkit-details-marker {
  display: none;
}
.info .info__accordion .info__accordion-title::marker {
  display: none;
}
.info .info__accordion .info__accordion-title::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/info_arrow.svg") no-repeat center/contain;
  width: 12px;
  height: 7px;
  margin: 0px 0px 4px 8px;
}
.info .info__table {
  margin-top: 24px;
  width: 100%;
  margin-bottom: var(--space-m);
  border-top: 1px solid #ddd1ce;
  border-right: 1px solid #ddd1ce;
}
.info .info__table th,
.info .info__table td {
  border-bottom: 1px solid #ddd1ce;
  border-left: 1px solid #ddd1ce;
  padding: var(--space-xxs);
}
@media screen and (max-width: 768px) {
  .info .info__table th,
  .info .info__table td {
    display: block;
  }
}
.info .info__table .info__title {
  width: 25%;
  font-weight: 500;
  background: #e0d8d1;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .info .info__table .info__title {
    width: 100%;
  }
}
.info .info__table .info__text {
  background: #f9f8f7;
}

.-static {
  position: static;
}

.contents__heading {
  background: #e5d9c6 url("../../assets/img/contents__heading_bg.png") no-repeat center/cover;
  color: #23211c;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: var(--space-m) 3%;
}
.contents__heading .heading__title {
  font-weight: 500;
  text-align: center;
  font-size: var(--font-size-heading);
}
@media screen and (max-width: 768px) {
  .contents__heading .heading__title {
    font-size: 2.6rem;
  }
}

#formWrap {
  padding: 50px 0px;
}

.confirm__error-title {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 24px;
}

.confirm__normally-text {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .confirm__normally-text {
    font-size: 1.8rem;
    text-align: left;
  }
}

.formTable {
  margin-bottom: 24px;
  width: 100%;
  border-top: 1px solid #ddd1ce;
  border-right: 1px solid #ddd1ce;
}
.formTable th {
  width: 30%;
  padding: 8px 16px;
  border-bottom: 1px solid #ddd1ce;
  border-left: 1px solid #ddd1ce;
  background: #e0d8d1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .formTable th {
    width: 100%;
    display: block;
  }
}
.formTable td {
  border-bottom: 1px solid #ddd1ce;
  border-left: 1px solid #ddd1ce;
  padding: 8px 16px;
  background: #f9f8f7;
}
@media screen and (max-width: 768px) {
  .formTable td {
    display: block;
  }
}

.confirm__button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 32px 24px;
}
@media screen and (max-width: 768px) {
  .confirm__button {
    flex-direction: column-reverse;
    gap: 25px 25px;
  }
}
.confirm__button input {
  border: none;
  transition: 0.3s all;
}
.confirm__button input:hover {
  opacity: 0.7;
}

.is-mail .confirm__button-back {
  background: #efe8e1;
  border: 1px solid #514c41;
  padding: 16px;
  max-width: 240px;
  width: 100%;
  color: #23211c;
  cursor: pointer;
  font-weight: 500;
}
.is-mail .confirm__button-send {
  background: url("../../assets/img/cta_bg.webp") #603e09 repeat;
  padding: 16px;
  max-width: 240px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  clip-path: var(--chamfer-s);
}

.thanks {
  padding: 80px 0px;
  text-align: center;
}

.thanks__title {
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 2.6rem;
}

.thanks__text {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    text-align: left;
  }
}

.thanks__text-link {
  text-decoration: underline;
}

.thanks__button {
  background: #111e09;
  color: #fff;
  max-width: 280px;
  margin: 0 auto;
  transition: 0.3s all;
}
.thanks__button:hover {
  opacity: 0.7;
}

.thanks__button-link {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 500;
  padding: 8px;
}

.modal-1__wrap {
  display: inline-block;
}
.modal-1__wrap input {
  display: none;
}

.modal-1__open-label,
.modal-1__close-label {
  cursor: pointer;
}

.modal-1__open-label {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
.modal-1__open-label::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/pdf_icon.svg") no-repeat center/contain;
  width: 13px;
  height: 16px;
  margin: 5px 8px 0px 0px;
}
.modal-1__open-label:hover {
  opacity: var(--opacity-hover);
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-1__open-input:checked + .modal-1__open-label + input + .modal-1 {
  display: block;
  animation: modal-1-animation 0.6s;
}

.modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: -150%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #f9f6f2;
  z-index: 2;
  border-radius: 5px;
}

.modal-1__close-label {
  background-color: #603e09;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.2;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.4em;
}

.modal-1__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}
.modal-1__content .modal__title {
  font-weight: 500;
  text-align: center;
  color: #23211c;
  margin-bottom: 16px;
}
.modal-1__content .pdf__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 32px 20px;
}
.modal-1__content .pdf__wrapper .material {
  width: min(320px, 50vw);
  height: min(70px, 80vw);
  border: 1px solid #111e09;
  background: #fff;
  padding: 8px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
}
.modal-1__content .pdf__wrapper .material.-ryoutei_kawabun {
  width: min(102px, 80vw);
}
.modal-1__content .pdf__wrapper .material.-tkn {
  width: min(197px, 80vw);
}

.modal-1__background {
  position: fixed;
  left: 0;
  top: -730px;
  width: 110vw;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .modal-1__background {
    top: -649px;
  }
}
@media screen and (max-width: 1160px) {
  .modal-1__background {
    top: -653px;
  }
}
@media screen and (max-width: 768px) {
  .modal-1__background {
    top: -665px;
  }
}

@keyframes modal-1-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 520px) {
  .modal-1__open-label {
    max-width: 90%;
    padding: 8px;
  }
  .modal-1__close-label {
    top: -17px;
    right: -4%;
  }
  .modal-1__content-wrap {
    width: 90vw;
  }
  .modal-1__content {
    padding: 33px 21px 35px;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */