@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Shippori+Mincho&display=swap");
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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, th, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/_common.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/_common.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 9, ../sass/_common.scss */
body {
  background-image: url(../images/common/default-bg.webp);
  background-repeat: repeat;
  color: #251e1b;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  /* line 9, ../sass/_common.scss */
  body {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 9, ../sass/_common.scss */
  body {
    background-size: 600%;
  }
}

/* line 20, ../sass/_common.scss */
a {
  text-decoration: none;
}

/* line 23, ../sass/_common.scss */
main {
  overflow-x: hidden;
}

/* line 27, ../sass/_common.scss */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: 0.3s;
}
/* line 38, ../sass/_common.scss */
header.scroll .container .logo-title a {
  color: #251e1b;
}
@media (min-width: 751px) {
  /* line 38, ../sass/_common.scss */
  header.scroll .container .logo-title a {
    transition: 0.3s;
  }
  /* line 42, ../sass/_common.scss */
  header.scroll .container .logo-title a:hover {
    opacity: 0.7;
  }
}
/* line 46, ../sass/_common.scss */
header.scroll .container .logo-title a img:not(.scroll-img) {
  opacity: 0;
}
/* line 49, ../sass/_common.scss */
header.scroll .container .logo-title a .scroll-img {
  opacity: 1;
}
/* line 57, ../sass/_common.scss */
header.scroll .container nav ul li:before {
  background: #251e1b;
}
/* line 60, ../sass/_common.scss */
header.scroll .container nav ul li a {
  color: #251e1b;
}
/* line 71, ../sass/_common.scss */
header.top .container .logo-title a {
  color: #251e1b;
}
/* line 78, ../sass/_common.scss */
header.top .container nav ul li:before {
  background: #251e1b;
}
/* line 81, ../sass/_common.scss */
header.top .container nav ul li a {
  color: #251e1b;
}
/* line 89, ../sass/_common.scss */
header .container {
  display: flex;
  justify-content: space-between;
  padding-left: 24px;
}
/* line 93, ../sass/_common.scss */
header .container .logo-title {
  padding-block: 9px;
}
/* line 95, ../sass/_common.scss */
header .container .logo-title a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  position: relative;
}
/* line 101, ../sass/_common.scss */
header .container .logo-title a img {
  margin-right: 30px;
  width: 260px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  /* line 101, ../sass/_common.scss */
  header .container .logo-title a img {
    width: calc(276 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 101, ../sass/_common.scss */
  header .container .logo-title a img {
    margin-right: 3vw;
  }
}
/* line 110, ../sass/_common.scss */
header .container .logo-title a .scroll-img {
  position: absolute;
  left: 0;
  top: 1.5px;
  opacity: 0;
  transition: 0.3s;
}
/* line 119, ../sass/_common.scss */
header .container nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 123, ../sass/_common.scss */
header .container nav ul {
  display: flex;
}
@media (max-width: 750px) {
  /* line 123, ../sass/_common.scss */
  header .container nav ul {
    display: none;
  }
}
/* line 128, ../sass/_common.scss */
header .container nav ul li {
  margin-left: 32px;
  padding-left: 32px;
  position: relative;
}
/* line 133, ../sass/_common.scss */
header .container nav ul li:before {
  content: "";
  width: 1px;
  height: 59px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
/* line 145, ../sass/_common.scss */
header .container nav ul li a {
  font-size: 16px;
  color: #fff;
}
@media (min-width: 751px) {
  /* line 145, ../sass/_common.scss */
  header .container nav ul li a {
    transition: 0.3s;
  }
  /* line 150, ../sass/_common.scss */
  header .container nav ul li a:hover {
    opacity: 0.7;
  }
}
/* line 157, ../sass/_common.scss */
header .container nav .hbm {
  width: 100px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/hbm-01.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-left: 60px;
  cursor: pointer;
}
@media (max-width: 750px) {
  /* line 157, ../sass/_common.scss */
  header .container nav .hbm {
    width: calc(130 / 750 * 100 * 1vw);
  }
}
/* line 167, ../sass/_common.scss */
header .container nav .hbm:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-image: url(../images/common/hbm-02.webp);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}
/* line 183, ../sass/_common.scss */
header .container nav .hbm span {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
/* line 190, ../sass/_common.scss */
header .container nav .hbm span:nth-of-type(1), header .container nav .hbm span:nth-of-type(2) {
  background-color: #fff;
  width: 43px;
  height: 1px;
}
/* line 196, ../sass/_common.scss */
header .container nav .hbm span:nth-of-type(1) {
  top: 30px;
}
@media (max-width: 750px) {
  /* line 196, ../sass/_common.scss */
  header .container nav .hbm span:nth-of-type(1) {
    top: 6vw;
  }
}
/* line 202, ../sass/_common.scss */
header .container nav .hbm span:nth-of-type(2) {
  top: 40px;
}
@media (max-width: 750px) {
  /* line 202, ../sass/_common.scss */
  header .container nav .hbm span:nth-of-type(2) {
    top: 8.5vw;
  }
}
/* line 208, ../sass/_common.scss */
header .container nav .hbm span:nth-of-type(3) {
  background: none;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  bottom: 34px;
  font-family: "Bodoni Moda", serif;
}
@media (max-width: 750px) {
  /* line 208, ../sass/_common.scss */
  header .container nav .hbm span:nth-of-type(3) {
    font-size: calc(25.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 208, ../sass/_common.scss */
  header .container nav .hbm span:nth-of-type(3) {
    bottom: 3.5vw;
  }
}
/* line 219, ../sass/_common.scss */
header .container nav .hbm span:nth-of-type(3):before {
  content: "menu";
  font-family: "Bodoni Moda", serif;
}
/* line 226, ../sass/_common.scss */
header .container nav .hbm:hover:before {
  opacity: 1;
}

/* line 234, ../sass/_common.scss */
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 80px;
  border-top: 1px #251e1b solid;
  border-left: 1px #251e1b solid;
  cursor: pointer;
}
/* line 246, ../sass/_common.scss */
.pagetop img {
  width: 5.583px;
}

/* line 250, ../sass/_common.scss */
footer {
  background-image: url(../images/common/bg-footer.png);
  background-size: cover;
  background-position: right bottom;
  padding-top: 100px;
  position: relative;
  z-index: 3;
}
@media (max-width: 750px) {
  /* line 250, ../sass/_common.scss */
  footer {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 258, ../sass/_common.scss */
footer .container {
  width: 1250px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  /* line 258, ../sass/_common.scss */
  footer .container {
    padding-left: calc(96 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 258, ../sass/_common.scss */
  footer .container {
    width: 100%;
    flex-wrap: wrap;
  }
}
/* line 268, ../sass/_common.scss */
footer .container + .container {
  margin-top: 140px;
  padding-bottom: 24px;
}
@media (max-width: 750px) {
  /* line 268, ../sass/_common.scss */
  footer .container + .container {
    margin-top: 4vw;
  }
}
@media (max-width: 750px) {
  /* line 268, ../sass/_common.scss */
  footer .container + .container {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 275, ../sass/_common.scss */
footer .container + .container .deep-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 750px) {
  /* line 275, ../sass/_common.scss */
  footer .container + .container .deep-footer {
    flex-wrap: wrap;
  }
}
/* line 283, ../sass/_common.scss */
footer .container + .container .deep-footer .copyright {
  color: #9d7537;
  text-align: left;
  font-family: "Bodoni Moda", serif;
}
@media (max-width: 750px) {
  /* line 283, ../sass/_common.scss */
  footer .container + .container .deep-footer .copyright {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 283, ../sass/_common.scss */
  footer .container + .container .deep-footer .copyright {
    margin-top: 10vw;
    line-height: 1.4;
    order: 2;
  }
}
@media (max-width: 750px) {
  /* line 294, ../sass/_common.scss */
  footer .container + .container .deep-footer ul {
    order: 1;
  }
}
/* line 298, ../sass/_common.scss */
footer .container + .container .deep-footer ul li {
  margin-top: 8px;
}
/* line 300, ../sass/_common.scss */
footer .container + .container .deep-footer ul li:first-of-type {
  margin-top: 0;
}
/* line 303, ../sass/_common.scss */
footer .container + .container .deep-footer ul li a {
  width: 374px;
  display: inline-flex;
  align-items: center;
  color: #251e1b;
}
@media (max-width: 750px) {
  /* line 303, ../sass/_common.scss */
  footer .container + .container .deep-footer ul li a {
    width: 100%;
  }
}
@media (max-width: 750px) {
  /* line 303, ../sass/_common.scss */
  footer .container + .container .deep-footer ul li a {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
/* line 312, ../sass/_common.scss */
footer .container + .container .deep-footer ul li a:before {
  content: "";
  width: 44px;
  height: 1px;
  display: block;
  background: #251e1b;
  margin-right: 22px;
  margin-right: 12px;
}
@media (max-width: 750px) {
  /* line 312, ../sass/_common.scss */
  footer .container + .container .deep-footer ul li a:before {
    width: 5vw;
  }
}
/* line 324, ../sass/_common.scss */
footer .container + .container .deep-footer ul li a:after {
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-image: url(../images/common/icon-blank.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
}
@media (max-width: 750px) {
  /* line 324, ../sass/_common.scss */
  footer .container + .container .deep-footer ul li a:after {
    transform: translate(2vw, 0);
  }
}
@media (max-width: 750px) {
  /* line 342, ../sass/_common.scss */
  footer .container .company {
    order: 2;
    margin-top: 10vw;
  }
}
@media (min-width: 751px) {
  /* line 348, ../sass/_common.scss */
  footer .container .company a {
    transition: 0.3s;
  }
  /* line 350, ../sass/_common.scss */
  footer .container .company a:hover {
    opacity: 0.7;
  }
}
/* line 355, ../sass/_common.scss */
footer .container .company img {
  width: 356px;
}
@media (max-width: 750px) {
  /* line 355, ../sass/_common.scss */
  footer .container .company img {
    width: calc(535 / 750 * 100 * 1vw);
  }
}
/* line 359, ../sass/_common.scss */
footer .container .company p {
  margin-top: 56px;
  line-height: calc(29 / 16);
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 359, ../sass/_common.scss */
  footer .container .company p {
    margin-top: 8vw;
  }
}
/* line 368, ../sass/_common.scss */
footer .container .link {
  display: flex;
  justify-content: space-between;
  width: 462px;
}
@media (max-width: 750px) {
  /* line 368, ../sass/_common.scss */
  footer .container .link {
    display: block;
    width: 100%;
  }
}
/* line 379, ../sass/_common.scss */
footer .container .link .left > div:first-of-type .label {
  margin-top: 0;
}
/* line 387, ../sass/_common.scss */
footer .container .link .right div,
footer .container .link .left div {
  display: flex;
}
@media (max-width: 750px) {
  /* line 387, ../sass/_common.scss */
  footer .container .link .right div,
  footer .container .link .left div {
    display: block;
  }
}
/* line 393, ../sass/_common.scss */
footer .container .link .right div.center,
footer .container .link .left div.center {
  align-items: center;
}
/* line 396, ../sass/_common.scss */
footer .container .link .right div + div,
footer .container .link .left div + div {
  margin-top: 40px;
}
@media (max-width: 750px) {
  /* line 396, ../sass/_common.scss */
  footer .container .link .right div + div,
  footer .container .link .left div + div {
    margin-top: 4vw;
  }
}
/* line 402, ../sass/_common.scss */
footer .container .link .right div img,
footer .container .link .left div img {
  width: 27px;
  margin-right: 12px;
}
/* line 406, ../sass/_common.scss */
footer .container .link .right div .label,
footer .container .link .left div .label {
  writing-mode: vertical-rl;
  font-family: "Bodoni Moda", serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-right: 22px;
}
@media (max-width: 750px) {
  /* line 406, ../sass/_common.scss */
  footer .container .link .right div .label,
  footer .container .link .left div .label {
    writing-mode: initial;
    margin-top: 8vw;
  }
}
@media (max-width: 750px) {
  /* line 418, ../sass/_common.scss */
  footer .container .link .right div ul,
  footer .container .link .left div ul {
    margin-top: 4vw;
  }
}
/* line 422, ../sass/_common.scss */
footer .container .link .right div ul li,
footer .container .link .left div ul li {
  margin-top: 20px;
  line-height: 1.5;
}
/* line 425, ../sass/_common.scss */
footer .container .link .right div ul li:first-of-type,
footer .container .link .left div ul li:first-of-type {
  margin-top: 0;
}
/* line 428, ../sass/_common.scss */
footer .container .link .right div ul li a,
footer .container .link .left div ul li a {
  color: #251e1b;
  font-size: 18px;
}
@media (max-width: 750px) {
  /* line 428, ../sass/_common.scss */
  footer .container .link .right div ul li a,
  footer .container .link .left div ul li a {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  /* line 428, ../sass/_common.scss */
  footer .container .link .right div ul li a,
  footer .container .link .left div ul li a {
    transition: 0.3s;
  }
  /* line 434, ../sass/_common.scss */
  footer .container .link .right div ul li a:hover,
  footer .container .link .left div ul li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  /* line 443, ../sass/_common.scss */
  footer .container .link .right .sp,
  footer .container .link .left .sp {
    display: flex;
    align-items: center;
    margin-top: 8vw;
  }
  /* line 447, ../sass/_common.scss */
  footer .container .link .right .sp ul,
  footer .container .link .left .sp ul {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  /* line 453, ../sass/_common.scss */
  footer .container .link .right .flex,
  footer .container .link .left .flex {
    display: flex;
    align-items: center;
    margin-top: 8vw;
  }
  /* line 457, ../sass/_common.scss */
  footer .container .link .right .flex ul,
  footer .container .link .left .flex ul {
    margin-top: 0;
  }
}

/* line 467, ../sass/_common.scss */
.arrow {
  width: 41px;
  height: 5.5px;
}
@media (max-width: 750px) {
  /* line 467, ../sass/_common.scss */
  .arrow {
    width: calc(61 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 467, ../sass/_common.scss */
  .arrow {
    height: calc(8.3744 / 750 * 100 * 1vw);
  }
}

/* line 475, ../sass/_common.scss */
.btn a,
.btn span {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 0 14px 20px 20px;
  border-bottom: 1px solid #231815;
  color: #231815;
}
@media (max-width: 750px) {
  /* line 475, ../sass/_common.scss */
  .btn a,
  .btn span {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 475, ../sass/_common.scss */
  .btn a,
  .btn span {
    padding: 0 1vw 2vw 2vw;
  }
}
/* line 488, ../sass/_common.scss */
.btn a img,
.btn span img {
  width: 41px;
  transition: 0.3s;
}
/* line 493, ../sass/_common.scss */
.btn a {
  width: 252px;
}
@media (max-width: 750px) {
  /* line 493, ../sass/_common.scss */
  .btn a {
    width: calc(378 / 750 * 100 * 1vw);
  }
}
/* line 497, ../sass/_common.scss */
.btn a:hover img {
  transform: translate(8px, 0);
}
/* line 502, ../sass/_common.scss */
.btn span {
  width: 75px;
}

/* line 508, ../sass/_common.scss */
main .container {
  width: 1024px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  /* line 508, ../sass/_common.scss */
  main .container {
    width: calc(100% - 13.33vw);
  }
}
/* line 517, ../sass/_common.scss */
main .container-w {
  width: 1080px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  /* line 517, ../sass/_common.scss */
  main .container-w {
    width: calc(100% - 13.33vw);
  }
}
/* line 526, ../sass/_common.scss */
main p {
  line-height: calc(30 / 16);
  font-feature-settings: "palt";
}
/* line 530, ../sass/_common.scss */
main .flex {
  display: flex;
}
/* line 533, ../sass/_common.scss */
main .mv {
  width: 100vw;
  padding-bottom: 122px;
  position: relative;
  background: #fff;
}
@media (max-width: 750px) {
  /* line 533, ../sass/_common.scss */
  main .mv {
    padding-bottom: 18vw;
  }
}
/* line 541, ../sass/_common.scss */
main .mv + section {
  background: #fff;
}
/* line 546, ../sass/_common.scss */
main h2.title-top {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 546, ../sass/_common.scss */
  main h2.title-top {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 552, ../sass/_common.scss */
main h2.title-top img {
  width: 62px;
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  /* line 552, ../sass/_common.scss */
  main h2.title-top img {
    margin-bottom: 3vw;
  }
}

/* line 562, ../sass/_common.scss */
.text-center {
  text-align: center;
}

/* line 567, ../sass/_common.scss */
section:first-of-type .lead {
  width: max-content;
  display: block;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 567, ../sass/_common.scss */
  section:first-of-type .lead {
    width: 100%;
    padding-left: 10vw;
  }
}

/* line 579, ../sass/_common.scss */
.vtitle {
  writing-mode: vertical-rl;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  font-size: 30px;
  padding: 65px 60px;
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: calc(40 / 30);
}
@media (max-width: 750px) {
  /* line 579, ../sass/_common.scss */
  .vtitle {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 579, ../sass/_common.scss */
  .vtitle {
    height: max-content;
    padding: 12vw 3vw 0;
    bottom: -18vw;
  }
}
/* line 597, ../sass/_common.scss */
.vtitle:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  background: #9d7537;
  width: 1px;
  height: 30px;
}
@media (max-width: 750px) {
  /* line 597, ../sass/_common.scss */
  .vtitle:before {
    height: 6vw;
    top: 4vw;
  }
}

/* line 613, ../sass/_common.scss */
.entry {
  padding-bottom: 130px;
  margin-top: -30px;
}
@media (max-width: 750px) {
  /* line 613, ../sass/_common.scss */
  .entry {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 618, ../sass/_common.scss */
.entry .txt p {
  text-align: left;
}
/* line 622, ../sass/_common.scss */
.entry h3 {
  writing-mode: vertical-rl;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 622, ../sass/_common.scss */
  .entry h3 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 622, ../sass/_common.scss */
  .entry h3 {
    margin-top: 6vw;
  }
}
/* line 634, ../sass/_common.scss */
.entry p {
  margin-top: 50px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 750px) {
  /* line 634, ../sass/_common.scss */
  .entry p {
    font-size: calc(23 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 634, ../sass/_common.scss */
  .entry p {
    margin-top: 5vw;
    margin-inline: -1vw;
    letter-spacing: -0.01em;
  }
}
/* line 646, ../sass/_common.scss */
.entry .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 30px 110px 30px 170px;
}
@media (max-width: 750px) {
  /* line 646, ../sass/_common.scss */
  .entry .txt {
    padding: 7vw 6vw 7vw 12vw;
    display: block;
    margin-top: 10vw;
  }
}
/* line 657, ../sass/_common.scss */
.entry .txt p:not(.btn, .label) {
  margin-top: 0;
  width: 540px;
  line-height: calc(30 / 16);
  width: 100%;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 657, ../sass/_common.scss */
  .entry .txt p:not(.btn, .label) {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
/* line 665, ../sass/_common.scss */
.entry .txt .btn {
  margin-top: 0;
}
/* line 667, ../sass/_common.scss */
.entry .txt .btn a {
  width: 342px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 0 14px 20px 20px;
  border-bottom: 1px solid #231815;
  color: #231815;
}
@media (max-width: 750px) {
  /* line 667, ../sass/_common.scss */
  .entry .txt .btn a {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 667, ../sass/_common.scss */
  .entry .txt .btn a {
    padding: 0 1vw 2vw 2vw;
    margin-top: 3vw;
    width: 66vw;
  }
}
/* line 684, ../sass/_common.scss */
.entry .txt .label {
  writing-mode: vertical-rl;
  font-family: "Bodoni Moda", serif;
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 30px;
  color: #9d7537;
}
@media (max-width: 750px) {
  /* line 684, ../sass/_common.scss */
  .entry .txt .label {
    bottom: 18vw;
  }
}
/* line 697, ../sass/_common.scss */
.entry .content {
  margin-top: 50px;
}
@media (max-width: 750px) {
  /* line 697, ../sass/_common.scss */
  .entry .content {
    margin-top: 5vw;
  }
}
/* line 703, ../sass/_common.scss */
.entry .content a {
  position: relative;
  display: block;
  color: #231815;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 703, ../sass/_common.scss */
  .entry .content a {
    width: 100vw;
    margin-left: -6.66vw;
  }
}
/* line 712, ../sass/_common.scss */
.entry .content a > span {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  padding: 17px 32px 17px 32px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  /* line 712, ../sass/_common.scss */
  .entry .content a > span {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 712, ../sass/_common.scss */
  .entry .content a > span {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 712, ../sass/_common.scss */
  .entry .content a > span {
    margin-bottom: 1vw;
    display: block;
    width: 66vw;
    text-align: center;
    line-height: 1.3;
    padding: 2vw 4vw;
  }
}
/* line 732, ../sass/_common.scss */
.entry .content a > span span {
  font-size: 26px;
}
@media (max-width: 750px) {
  /* line 732, ../sass/_common.scss */
  .entry .content a > span span {
    font-size: calc(39 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 732, ../sass/_common.scss */
  .entry .content a > span span {
    margin-bottom: 1vw;
    display: block;
  }
}
/* line 740, ../sass/_common.scss */
.entry .content a > span img {
  margin-left: 20px;
  margin-bottom: 6px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  /* line 740, ../sass/_common.scss */
  .entry .content a > span img {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 2vw;
  }
}
/* line 752, ../sass/_common.scss */
.entry .content a .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
/* line 761, ../sass/_common.scss */
.entry .content a:hover .hover {
  opacity: 1;
}
/* line 765, ../sass/_common.scss */
.entry .content a:hover span img {
  transform: translate(8px, 0);
}

/* line 774, ../sass/_common.scss */
.hbm-content {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-image: url(../images/common/bg-hbm.jpg);
  background-size: cover;
  z-index: 999;
  transform: translate(20%, 0);
  opacity: 0;
  transition: 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 750px) {
  /* line 774, ../sass/_common.scss */
  .hbm-content {
    background-image: url(../images/common/bg-hbm-sp.jpg);
  }
}
/* line 796, ../sass/_common.scss */
.hbm-content .container {
  filter: blur(20px);
  transition: 0.8s;
  width: 1150px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  /* line 796, ../sass/_common.scss */
  .hbm-content .container {
    padding-left: calc(96 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 796, ../sass/_common.scss */
  .hbm-content .container {
    width: 100%;
    flex-wrap: wrap;
  }
}
/* line 808, ../sass/_common.scss */
.hbm-content .container + .container {
  margin-top: 140px;
  padding-bottom: 24px;
}
/* line 811, ../sass/_common.scss */
.hbm-content .container + .container .deep-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
/* line 817, ../sass/_common.scss */
.hbm-content .container + .container .deep-footer .copyright {
  color: #9d7537;
  font-family: "Bodoni Moda", serif;
}
/* line 822, ../sass/_common.scss */
.hbm-content .container + .container .deep-footer ul li {
  margin-top: 8px;
}
/* line 825, ../sass/_common.scss */
.hbm-content .container + .container .deep-footer ul li:first-of-type {
  margin-top: 0;
}
/* line 828, ../sass/_common.scss */
.hbm-content .container + .container .deep-footer ul li a {
  width: 374px;
  display: inline-flex;
  align-items: center;
  color: #251e1b;
}
/* line 833, ../sass/_common.scss */
.hbm-content .container + .container .deep-footer ul li a:before {
  content: "";
  width: 44px;
  height: 1px;
  display: block;
  background: #251e1b;
  margin-right: 22px;
  margin-right: 12px;
}
/* line 842, ../sass/_common.scss */
.hbm-content .container + .container .deep-footer ul li a:after {
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-image: url(../images/common/icon-blank.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
}
@media (max-width: 750px) {
  /* line 857, ../sass/_common.scss */
  .hbm-content .container .company {
    order: 2;
    margin-top: 10vw;
  }
}
/* line 862, ../sass/_common.scss */
.hbm-content .container .company img {
  width: 356px;
}
@media (max-width: 750px) {
  /* line 862, ../sass/_common.scss */
  .hbm-content .container .company img {
    width: calc(535 / 750 * 100 * 1vw);
  }
}
/* line 866, ../sass/_common.scss */
.hbm-content .container .company p {
  margin-top: 56px;
  line-height: calc(29 / 16);
  letter-spacing: 0.2em;
}
/* line 872, ../sass/_common.scss */
.hbm-content .container .link {
  display: flex;
  justify-content: space-between;
  width: 462px;
}
@media (max-width: 750px) {
  /* line 872, ../sass/_common.scss */
  .hbm-content .container .link {
    display: block;
    width: 100%;
  }
}
/* line 882, ../sass/_common.scss */
.hbm-content .container .link .right div,
.hbm-content .container .link .left div {
  display: flex;
}
@media (max-width: 750px) {
  /* line 882, ../sass/_common.scss */
  .hbm-content .container .link .right div,
  .hbm-content .container .link .left div {
    display: block;
  }
}
/* line 888, ../sass/_common.scss */
.hbm-content .container .link .right div.center,
.hbm-content .container .link .left div.center {
  align-items: center;
}
/* line 891, ../sass/_common.scss */
.hbm-content .container .link .right div + div,
.hbm-content .container .link .left div + div {
  margin-top: 40px;
}
@media (max-width: 750px) {
  /* line 891, ../sass/_common.scss */
  .hbm-content .container .link .right div + div,
  .hbm-content .container .link .left div + div {
    margin-top: 4vw;
  }
}
/* line 897, ../sass/_common.scss */
.hbm-content .container .link .right div img,
.hbm-content .container .link .left div img {
  width: 27px;
  margin-right: 12px;
}
/* line 901, ../sass/_common.scss */
.hbm-content .container .link .right div .label,
.hbm-content .container .link .left div .label {
  writing-mode: vertical-rl;
  font-family: "Bodoni Moda", serif;
  color: #826638;
  color: 20px;
  letter-spacing: 0.1em;
  margin-right: 22px;
}
@media (max-width: 750px) {
  /* line 901, ../sass/_common.scss */
  .hbm-content .container .link .right div .label,
  .hbm-content .container .link .left div .label {
    writing-mode: initial;
    margin-top: 8vw;
  }
}
@media (max-width: 750px) {
  /* line 913, ../sass/_common.scss */
  .hbm-content .container .link .right div ul,
  .hbm-content .container .link .left div ul {
    margin-top: 4vw;
  }
}
/* line 917, ../sass/_common.scss */
.hbm-content .container .link .right div ul li,
.hbm-content .container .link .left div ul li {
  margin-top: 20px;
  line-height: 1.5;
}
/* line 920, ../sass/_common.scss */
.hbm-content .container .link .right div ul li:first-of-type,
.hbm-content .container .link .left div ul li:first-of-type {
  margin-top: 0;
}
/* line 923, ../sass/_common.scss */
.hbm-content .container .link .right div ul li a,
.hbm-content .container .link .left div ul li a {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 750px) {
  /* line 923, ../sass/_common.scss */
  .hbm-content .container .link .right div ul li a,
  .hbm-content .container .link .left div ul li a {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  /* line 923, ../sass/_common.scss */
  .hbm-content .container .link .right div ul li a,
  .hbm-content .container .link .left div ul li a {
    transition: 0.3s;
  }
  /* line 929, ../sass/_common.scss */
  .hbm-content .container .link .right div ul li a:hover,
  .hbm-content .container .link .left div ul li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  /* line 938, ../sass/_common.scss */
  .hbm-content .container .link .right .flex,
  .hbm-content .container .link .left .flex {
    display: flex;
    align-items: center;
    margin-top: 8vw;
  }
  /* line 942, ../sass/_common.scss */
  .hbm-content .container .link .right .flex ul,
  .hbm-content .container .link .left .flex ul {
    margin-top: 0;
  }
}

/* line 952, ../sass/_common.scss */
.menu-on header {
  background: rgba(255, 255, 255, 0);
}
/* line 954, ../sass/_common.scss */
.menu-on header .logo-title {
  opacity: 0;
}
/* line 958, ../sass/_common.scss */
.menu-on header nav ul {
  opacity: 0;
  pointer-events: none;
}
/* line 962, ../sass/_common.scss */
.menu-on header nav .hbm {
  background: none !important;
}
/* line 965, ../sass/_common.scss */
.menu-on header nav .hbm:hover:before {
  content: none;
}
/* line 970, ../sass/_common.scss */
.menu-on header nav .hbm span:nth-of-type(1) {
  transform: rotate(30deg) translate(calc(-50% + 4px), 16px);
}
/* line 973, ../sass/_common.scss */
.menu-on header nav .hbm span:nth-of-type(2) {
  transform: rotate(-30deg) translate(calc(-50% + 4px), -16px);
}
/* line 977, ../sass/_common.scss */
.menu-on header nav .hbm span:last-of-type:before {
  content: "close" !important;
}
/* line 985, ../sass/_common.scss */
.menu-on .hbm-content {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: initial;
}
/* line 989, ../sass/_common.scss */
.menu-on .hbm-content .container {
  filter: blur(0px);
}

@media (max-width: 750px) {
  /* line 995, ../sass/_common.scss */
  .pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  /* line 1001, ../sass/_common.scss */
  .sp {
    display: none !important;
  }
}

/* line 1007, ../sass/_common.scss */
.anc {
  padding-top: 96px;
  margin-top: -96px;
}
@media (max-width: 750px) {
  /* line 1007, ../sass/_common.scss */
  .anc {
    padding-top: 56px;
    margin-top: -56px;
  }
}

/* line 1017, ../sass/_common.scss */
#main {
  border-bottom: 1px solid #c5c399;
}
/* line 1019, ../sass/_common.scss */
#main .vtitle {
  bottom: initial;
  top: 250px;
  background: none;
}
@media (max-width: 750px) {
  /* line 1024, ../sass/_common.scss */
  #main .vtitle {
    bottom: initial;
    background: none;
    position: relative;
    writing-mode: initial;
    padding: initial;
    top: 40vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  /* line 1034, ../sass/_common.scss */
  #main .vtitle:before {
    height: 6vw;
    top: -9vw;
  }
}
/* line 1040, ../sass/_common.scss */
#main .wrap_form .btn_send_narrow {
  background-color: #9d7537;
}
/* line 1043, ../sass/_common.scss */
#main + section {
  padding-top: 200px;
}
@media (max-width: 750px) {
  /* line 1043, ../sass/_common.scss */
  #main + section {
    padding-top: 30vw;
  }
}

/* line 1051, ../sass/_common.scss */
.fade,
.fade2 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* line 1060, ../sass/_common.scss */
.fade.on,
.fade2.on {
  opacity: 1;
  transform: translateY(0);
}

/* line 2, ../sass/_top.scss */
.top .mv {
  background: none;
}
/* line 4, ../sass/_top.scss */
.top .mv + section {
  background: none;
}
/* line 7, ../sass/_top.scss */
.top .mv .scroll {
  width: 17px;
  position: absolute;
  right: 20px;
  z-index: 20;
  bottom: 110px;
}
@media (max-width: 750px) {
  /* line 7, ../sass/_top.scss */
  .top .mv .scroll {
    width: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 7, ../sass/_top.scss */
  .top .mv .scroll {
    right: 2vw;
    bottom: 10vw;
  }
}
/* line 19, ../sass/_top.scss */
.top .mv .txt-object {
  position: absolute;
  width: 20px;
  left: 20px;
  z-index: 20;
  bottom: 110px;
}
@media (max-width: 750px) {
  /* line 19, ../sass/_top.scss */
  .top .mv .txt-object {
    width: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 19, ../sass/_top.scss */
  .top .mv .txt-object {
    left: 2vw;
    bottom: 20bw;
  }
}
/* line 31, ../sass/_top.scss */
.top .mv .l1 {
  background-image: url(../images/top/mv-bg-01.webp);
  position: absolute;
  background-size: cover;
  background-position: top;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/* line 42, ../sass/_top.scss */
.top .mv .l2 {
  background-image: url(../images/top/mv-bg-02.webp);
  position: absolute;
  background-size: cover;
  background-position: bottom;
  bottom: 0;
  left: 0;
  z-index: 2s;
  width: 100%;
  height: 100%;
}
/* line 53, ../sass/_top.scss */
.top .mv .slider {
  position: relative;
  z-index: 3;
  width: 100vw;
  overflow: hidden;
  /* はみ出した部分を隠す */
  padding-top: 164px;
}
@media (max-width: 750px) {
  /* line 53, ../sass/_top.scss */
  .top .mv .slider {
    padding-top: 17vw;
  }
}
/* line 64, ../sass/_top.scss */
.top .mv .slider-content {
  display: flex;
  width: max-content;
  /* 横幅はコンテンツ幅に */
  animation: slide-left 180s linear infinite;
}
/* line 68, ../sass/_top.scss */
.top .mv .slider-content .slide {
  width: 3073px;
  /* 画像サイズ調整 */
  height: auto;
  position: relative;
}
/* line 72, ../sass/_top.scss */
.top .mv .slider-content .slide img {
  filter: blur(20px);
}
/* line 74, ../sass/_top.scss */
.top .mv .slider-content .slide img.image-01 {
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
/* line 79, ../sass/_top.scss */
.top .mv .slider-content .slide img.image-02 {
  transition: 0.7s;
}
/* line 82, ../sass/_top.scss */
.top .mv .slider-content .slide img.image-03 {
  transition: 0.9s;
}
/* line 85, ../sass/_top.scss */
.top .mv .slider-content .slide img.on {
  filter: blur(0);
}
/* line 88, ../sass/_top.scss */
.top .mv .slider-content .slide img:nth-of-type(2), .top .mv .slider-content .slide img:nth-of-type(3) {
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-6147px);
  }
}
/* line 106, ../sass/_top.scss */
.top .mv .txt {
  position: relative;
  z-index: 4;
  width: max-content;
  margin-inline: auto;
  margin-top: 14px;
}
@media (max-width: 750px) {
  /* line 106, ../sass/_top.scss */
  .top .mv .txt {
    margin-top: 7vw;
  }
}
/* line 115, ../sass/_top.scss */
.top .mv .txt span {
  display: block;
  overflow: hidden;
}
/* line 119, ../sass/_top.scss */
.top .mv .txt span:first-of-type img {
  width: 352px;
  transform: translate(0, 100%);
  transition: 0.6s;
  opacity: 0;
  margin-left: 115px;
}
@media (max-width: 750px) {
  /* line 119, ../sass/_top.scss */
  .top .mv .txt span:first-of-type img {
    width: calc(372 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 119, ../sass/_top.scss */
  .top .mv .txt span:first-of-type img {
    margin-left: 0;
  }
}
/* line 131, ../sass/_top.scss */
.top .mv .txt span:nth-of-type(2) {
  margin-left: 280px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  /* line 131, ../sass/_top.scss */
  .top .mv .txt span:nth-of-type(2) {
    margin-left: 0;
    margin-top: 4vw;
  }
}
/* line 138, ../sass/_top.scss */
.top .mv .txt span:nth-of-type(2) img {
  width: 477px;
  transform: translate(0, 100%);
  transition: 0.6s;
  opacity: 0;
}
@media (max-width: 750px) {
  /* line 138, ../sass/_top.scss */
  .top .mv .txt span:nth-of-type(2) img {
    width: calc(511 / 750 * 100 * 1vw);
  }
}
/* line 147, ../sass/_top.scss */
.top .mv .txt span.on img {
  transform: translate(0, 0);
  opacity: 1;
}
/* line 155, ../sass/_top.scss */
.top section {
  padding-top: 75px;
}
/* line 159, ../sass/_top.scss */
.top h2.title-top {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 159, ../sass/_top.scss */
  .top h2.title-top {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 165, ../sass/_top.scss */
.top h2.title-top img {
  width: 62px;
  margin-bottom: 28px;
}
/* line 172, ../sass/_top.scss */
.top .message {
  position: relative;
}
/* line 174, ../sass/_top.scss */
.top .message .sepa {
  text-align: center;
  padding-block: 55px;
}
/* line 177, ../sass/_top.scss */
.top .message .sepa img {
  width: 42px;
}
/* line 181, ../sass/_top.scss */
.top .message .container {
  width: 950px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 181, ../sass/_top.scss */
  .top .message .container {
    width: calc(100% - 13.33vw);
  }
}
/* line 188, ../sass/_top.scss */
.top .message .container h2 + .content {
  margin-top: 42px;
}
/* line 192, ../sass/_top.scss */
.top .message .container .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  /* line 192, ../sass/_top.scss */
  .top .message .container .content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* line 200, ../sass/_top.scss */
.top .message .container .content img {
  margin-left: -128px;
  width: 555px;
}
@media (max-width: 750px) {
  /* line 200, ../sass/_top.scss */
  .top .message .container .content img {
    width: 100%;
    order: 2;
    margin-left: 0;
    margin-top: 14vw;
  }
}
/* line 210, ../sass/_top.scss */
.top .message .container .content p {
  writing-mode: vertical-rl;
  line-height: calc(41 / 16);
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 210, ../sass/_top.scss */
  .top .message .container .content p {
    order: 1;
  }
}
/* line 219, ../sass/_top.scss */
.top .message .container .content:last-of-type p {
  order: 1;
}
/* line 222, ../sass/_top.scss */
.top .message .container .content:last-of-type img {
  order: 2;
  margin-left: initial;
  margin-right: -128px;
}
@media (max-width: 750px) {
  /* line 222, ../sass/_top.scss */
  .top .message .container .content:last-of-type img {
    margin-right: initial;
  }
}
/* line 234, ../sass/_top.scss */
.top .ourstory {
  padding-top: 150px;
  padding-bottom: 190px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 234, ../sass/_top.scss */
  .top .ourstory {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 234, ../sass/_top.scss */
  .top .ourstory {
    padding-bottom: calc(200 / 750 * 100 * 1vw);
  }
}
/* line 240, ../sass/_top.scss */
.top .ourstory .bg-object {
  position: absolute;
  width: 932px;
  top: -350px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 750px) {
  /* line 240, ../sass/_top.scss */
  .top .ourstory .bg-object {
    max-width: initial;
    width: 200vw;
    top: -100vw;
  }
}
/* line 252, ../sass/_top.scss */
.top .ourstory:before {
  content: "";
  height: calc(100% - 250px);
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  /* line 252, ../sass/_top.scss */
  .top .ourstory:before {
    height: 30%;
  }
}
/* line 264, ../sass/_top.scss */
.top .ourstory .container {
  width: 1026px;
  margin-inline: auto;
  position: relative;
  z-index: 2s;
}
@media (max-width: 750px) {
  /* line 264, ../sass/_top.scss */
  .top .ourstory .container {
    width: calc(100%);
  }
}
/* line 273, ../sass/_top.scss */
.top .ourstory .arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: 0.3s;
}
@media (min-width: 751px) {
  /* line 282, ../sass/_top.scss */
  .top .ourstory a:hover .arrow {
    transform: translate(8px, 0);
  }
}
/* line 289, ../sass/_top.scss */
.top .about {
  position: relative;
  z-index: 2;
  padding-top: 0;
  margin-top: -30px;
  padding-bottom: 86px;
}
/* line 295, ../sass/_top.scss */
.top .about .container {
  width: 1024px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 295, ../sass/_top.scss */
  .top .about .container {
    width: calc(100% - 13.33vw);
  }
}
/* line 302, ../sass/_top.scss */
.top .about .visual {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 302, ../sass/_top.scss */
  .top .about .visual {
    margin-top: calc(105 / 750 * 100 * 1vw);
  }
}
/* line 308, ../sass/_top.scss */
.top .about .visual h3 {
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 308, ../sass/_top.scss */
  .top .about .visual h3 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 314, ../sass/_top.scss */
.top .about .visual div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  /* line 314, ../sass/_top.scss */
  .top .about .visual div {
    display: block;
  }
}
/* line 320, ../sass/_top.scss */
.top .about .visual div img {
  width: 324px;
  margin-left: 20px;
}
@media (max-width: 750px) {
  /* line 320, ../sass/_top.scss */
  .top .about .visual div img {
    width: 100%;
    margin-top: 4vw;
  }
  /* line 326, ../sass/_top.scss */
  .top .about .visual div img:first-of-type {
    margin-top: 0;
  }
}
/* line 333, ../sass/_top.scss */
.top .about .txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 333, ../sass/_top.scss */
  .top .about .txt {
    display: block;
    margin-top: 10vw;
  }
}
/* line 342, ../sass/_top.scss */
.top .about .txt p:not(.btn) {
  width: 540px;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 342, ../sass/_top.scss */
  .top .about .txt p:not(.btn) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  /* line 351, ../sass/_top.scss */
  .top .about .txt .btn {
    margin-top: 4vw;
    text-align: right;
  }
}
/* line 359, ../sass/_top.scss */
.top .products {
  padding-top: 80px;
  padding-bottom: 110px;
  background-image: url(../images/top/circle.png);
  background-position: top 130px center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  /* line 359, ../sass/_top.scss */
  .top .products {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 359, ../sass/_top.scss */
  .top .products {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 359, ../sass/_top.scss */
  .top .products {
    background-image: url(../images/top/circle-sp.webp);
    background-size: 195vw;
    padding-bottom: 25vw;
    background-position: top;
  }
}
/* line 373, ../sass/_top.scss */
.top .products .container {
  position: relative;
  padding-top: 200px;
}
/* line 376, ../sass/_top.scss */
.top .products .container h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: 50%;
  height: max-content;
}
@media (max-width: 750px) {
  /* line 376, ../sass/_top.scss */
  .top .products .container h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 387, ../sass/_top.scss */
.top .products .container .en-title {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 387, ../sass/_top.scss */
  .top .products .container .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 396, ../sass/_top.scss */
.top .products .prodacts-visual {
  width: 1290px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 396, ../sass/_top.scss */
  .top .products .prodacts-visual {
    width: calc(100% - 13.33vw);
  }
}
/* line 402, ../sass/_top.scss */
.top .products .prodacts-visual + .container {
  padding-top: 0;
}
@media (max-width: 750px) {
  /* line 402, ../sass/_top.scss */
  .top .products .prodacts-visual + .container {
    margin-top: 4vw;
  }
}
/* line 407, ../sass/_top.scss */
.top .products .prodacts-visual + .container p {
  line-height: calc(30 / 16);
  text-align: center;
}
/* line 410, ../sass/_top.scss */
.top .products .prodacts-visual + .container p.btn {
  margin-top: 62px;
}
@media (max-width: 750px) {
  /* line 410, ../sass/_top.scss */
  .top .products .prodacts-visual + .container p.btn {
    margin-top: 10vw;
  }
}
/* line 420, ../sass/_top.scss */
.top .works {
  padding-bottom: 150px;
}
@media (max-width: 750px) {
  /* line 420, ../sass/_top.scss */
  .top .works {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 420, ../sass/_top.scss */
  .top .works {
    z-index: 3;
    position: relative;
  }
}
/* line 427, ../sass/_top.scss */
.top .works .container {
  position: relative;
  padding-top: 240px;
}
/* line 430, ../sass/_top.scss */
.top .works .container h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  /* line 430, ../sass/_top.scss */
  .top .works .container h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 439, ../sass/_top.scss */
.top .works .container .en-title {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Bodoni Moda", serif;
  line-height: calc(22 / 20);
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 439, ../sass/_top.scss */
  .top .works .container .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 448, ../sass/_top.scss */
.top .works .container ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  /* line 448, ../sass/_top.scss */
  .top .works .container ul {
    display: block;
  }
}
/* line 454, ../sass/_top.scss */
.top .works .container ul li {
  width: 300px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 454, ../sass/_top.scss */
  .top .works .container ul li {
    margin-top: 20vw;
  }
}
/* line 458, ../sass/_top.scss */
.top .works .container ul li:nth-of-type(1) {
  transform: translate(0, -120px);
}
@media (max-width: 750px) {
  /* line 458, ../sass/_top.scss */
  .top .works .container ul li:nth-of-type(1) {
    transform: initial;
    margin-top: -50vw;
  }
}
/* line 465, ../sass/_top.scss */
.top .works .container ul li:nth-of-type(2) {
  transform: translate(0, -60px);
}
@media (max-width: 750px) {
  /* line 465, ../sass/_top.scss */
  .top .works .container ul li:nth-of-type(2) {
    transform: initial;
  }
}
/* line 473, ../sass/_top.scss */
.top .works .container ul li:last-of-type a .label {
  position: absolute;
  right: 25px;
  top: -25px;
  margin-top: 0;
  line-height: 1;
  letter-spacing: 0.1em;
  background: none;
}
@media (min-width: 751px) {
  /* line 473, ../sass/_top.scss */
  .top .works .container ul li:last-of-type a .label {
    background: #9d7537;
  }
}
/* line 484, ../sass/_top.scss */
.top .works .container ul li:last-of-type a .label span {
  font-size: 20px;
  writing-mode: vertical-rl;
  color: #fff;
}
@media (max-width: 750px) {
  /* line 484, ../sass/_top.scss */
  .top .works .container ul li:last-of-type a .label span {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 484, ../sass/_top.scss */
  .top .works .container ul li:last-of-type a .label span {
    background: #9d7537;
    padding: 6px 6px;
    display: inline-block;
    margin-left: 3vw;
  }
}
/* line 496, ../sass/_top.scss */
.top .works .container ul li:last-of-type a .label .small {
  font-size: 14px;
}
@media (max-width: 750px) {
  /* line 496, ../sass/_top.scss */
  .top .works .container ul li:last-of-type a .label .small {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
/* line 503, ../sass/_top.scss */
.top .works .container ul li a {
  display: block;
  position: relative;
}
/* line 506, ../sass/_top.scss */
.top .works .container ul li a .label {
  font-size: 20px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #9d7537;
  padding: 6px 6px;
  position: absolute;
  right: 25px;
  top: -25px;
  margin-top: 0;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 506, ../sass/_top.scss */
  .top .works .container ul li a .label {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 519, ../sass/_top.scss */
.top .works .container ul li a .label .small {
  font-size: 14px;
}
@media (max-width: 750px) {
  /* line 519, ../sass/_top.scss */
  .top .works .container ul li a .label .small {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 525, ../sass/_top.scss */
  .top .works .container ul li a .btn span {
    padding-bottom: 6vw;
  }
}
@media (min-width: 751px) {
  /* line 534, ../sass/_top.scss */
  .top .works .container ul li a:hover .btn img {
    transform: translate(8px, 0);
  }
}
@media (max-width: 750px) {
  /* line 454, ../sass/_top.scss */
  .top .works .container ul li {
    width: calc(550 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 454, ../sass/_top.scss */
  .top .works .container ul li {
    margin-left: 3vw;
  }
}
/* line 547, ../sass/_top.scss */
.top .works .container ul li p {
  margin-top: 30px;
  line-height: calc(30 / 16);
  color: #231815;
}
@media (max-width: 750px) {
  /* line 547, ../sass/_top.scss */
  .top .works .container ul li p {
    margin-top: 4vw;
  }
}
/* line 555, ../sass/_top.scss */
.top .works .container ul li .btn {
  text-align: right;
}
/* line 562, ../sass/_top.scss */
.top .env {
  position: relative;
  z-index: 2;
  padding-top: 0;
  margin-top: -30px;
  padding-bottom: 86px;
}
@media (max-width: 750px) {
  /* line 562, ../sass/_top.scss */
  .top .env {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 569, ../sass/_top.scss */
.top .env .bg-object {
  position: absolute;
  width: 932px;
  top: -350px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 750px) {
  /* line 569, ../sass/_top.scss */
  .top .env .bg-object {
    width: 160vw;
    max-width: initial;
    top: -110vw;
  }
}
/* line 581, ../sass/_top.scss */
.top .env:before {
  content: "";
  height: calc(100% - 658px);
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 408px;
  left: 0;
}
@media (max-width: 750px) {
  /* line 581, ../sass/_top.scss */
  .top .env:before {
    width: 100%;
    bottom: initial;
    top: -20vw;
    height: 346vw;
  }
}
/* line 596, ../sass/_top.scss */
.top .env .container {
  width: 1024px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 596, ../sass/_top.scss */
  .top .env .container {
    width: calc(100% - 13.33vw);
  }
  /* line 601, ../sass/_top.scss */
  .top .env .container.w-sp-full {
    width: 100%;
  }
}
@media (max-width: 750px) {
  /* line 606, ../sass/_top.scss */
  .top .env .btn {
    margin-top: 5vw;
    text-align: right;
  }
}
/* line 612, ../sass/_top.scss */
.top .env .visual {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 612, ../sass/_top.scss */
  .top .env .visual {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 612, ../sass/_top.scss */
  .top .env .visual {
    padding-top: 0;
  }
}
/* line 621, ../sass/_top.scss */
.top .env .visual h3 {
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 621, ../sass/_top.scss */
  .top .env .visual h3 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 627, ../sass/_top.scss */
.top .env .visual div {
  position: relative;
}
/* line 629, ../sass/_top.scss */
.top .env .visual div:first-of-type {
  padding-top: 100px;
}
@media (max-width: 750px) {
  /* line 629, ../sass/_top.scss */
  .top .env .visual div:first-of-type {
    padding-top: 0;
  }
}
/* line 635, ../sass/_top.scss */
.top .env .visual div .title-top {
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 635, ../sass/_top.scss */
  .top .env .visual div .title-top {
    top: -10vw;
  }
}
/* line 644, ../sass/_top.scss */
.top .env .visual div img {
  width: 670px;
}
@media (max-width: 750px) {
  /* line 644, ../sass/_top.scss */
  .top .env .visual div img {
    width: calc(873 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 644, ../sass/_top.scss */
  .top .env .visual div img {
    transform: translate(10vw, 0px);
  }
}
/* line 653, ../sass/_top.scss */
.top .env .txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 653, ../sass/_top.scss */
  .top .env .txt {
    display: block;
    margin-top: 10vw;
  }
}
/* line 662, ../sass/_top.scss */
.top .env .txt p:not(.btn) {
  width: 540px;
  line-height: calc(30 / 16);
}
@media (max-width: 750px) {
  /* line 662, ../sass/_top.scss */
  .top .env .txt p:not(.btn) {
    width: 100%;
  }
}
/* line 670, ../sass/_top.scss */
.top .env .btn-area {
  position: relative;
  margin-top: 165px;
}
@media (max-width: 750px) {
  /* line 670, ../sass/_top.scss */
  .top .env .btn-area {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 674, ../sass/_top.scss */
.top .env .btn-area .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 751px) {
  /* line 683, ../sass/_top.scss */
  .top .env .btn-area:hover .hover {
    opacity: 1;
  }
  /* line 686, ../sass/_top.scss */
  .top .env .btn-area:hover .arrow {
    transform: translate(8px, 0);
  }
}
/* line 691, ../sass/_top.scss */
.top .env .btn-area .arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: 0.3s;
}
/* line 699, ../sass/_top.scss */
.top .env .special-page .link {
  width: 150px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 750px) {
  /* line 699, ../sass/_top.scss */
  .top .env .special-page .link {
    width: calc(200 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 699, ../sass/_top.scss */
  .top .env .special-page .link {
    right: 3vw;
    bottom: 4vw;
  }
}
/* line 711, ../sass/_top.scss */
.top .env .special-page .link .circle {
  width: 150px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate 16s linear infinite;
}
/* line 719, ../sass/_top.scss */
.top .env .special-page a .arrow {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  /* line 727, ../sass/_top.scss */
  .top .env .special-page a:hover .arrow {
    transform: translate(calc(-50% + 8px), -50%);
  }
}
/* line 735, ../sass/_top.scss */
.top .entry {
  padding-top: 105px;
}
@media (max-width: 750px) {
  /* line 735, ../sass/_top.scss */
  .top .entry {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 739, ../sass/_top.scss */
.top .c-1 {
  display: inline-block;
  transform: rotate(90deg) translate(-5px, -7px);
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 750px) {
  /* line 739, ../sass/_top.scss */
  .top .c-1 {
    transform: rotate(90deg) translate(-1vw, -2.5vw);
    font-size: 5vw;
  }
}
/* line 750, ../sass/_top.scss */
.top .c-2 {
  display: inline-block;
  transform: rotate(90deg) translate(-6px, 7px);
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 750px) {
  /* line 750, ../sass/_top.scss */
  .top .c-2 {
    transform: rotate(90deg) translate(-2vw, 2.5vw);
    font-size: 5vw;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 3, ../sass/_env.scss */
main.env section:first-of-type {
  padding-top: 0;
  padding-bottom: 126px;
}
@media (max-width: 750px) {
  /* line 3, ../sass/_env.scss */
  main.env section:first-of-type {
    padding-bottom: 10vw;
  }
}
/* line 10, ../sass/_env.scss */
main.env section.support {
  background: #fff;
  padding-bottom: 105px;
}
@media (max-width: 750px) {
  /* line 10, ../sass/_env.scss */
  main.env section.support {
    padding-bottom: 10vw;
  }
}
/* line 16, ../sass/_env.scss */
main.env section.support .container-w {
  position: relative;
}
@media (max-width: 750px) {
  /* line 16, ../sass/_env.scss */
  main.env section.support .container-w {
    width: 100%;
  }
}
/* line 21, ../sass/_env.scss */
main.env section.support .container-w > img {
  width: 578px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  /* line 21, ../sass/_env.scss */
  main.env section.support .container-w > img {
    width: 100%;
  }
}
/* line 29, ../sass/_env.scss */
main.env section.support .container-w div {
  width: 593px;
  padding: 110px 75px 50px 155px;
  background: #f7f3e7;
  position: absolute;
  right: 0;
  top: 50px;
}
@media (max-width: 750px) {
  /* line 29, ../sass/_env.scss */
  main.env section.support .container-w div {
    width: 100%;
    position: relative;
    top: initial;
    padding: 27vw 6.66vw 12vw;
  }
}
/* line 42, ../sass/_env.scss */
main.env section.support .container-w div img {
  position: absolute;
  top: -31px;
  width: 351px;
  right: 0;
}
@media (max-width: 750px) {
  /* line 42, ../sass/_env.scss */
  main.env section.support .container-w div img {
    width: calc(526 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 42, ../sass/_env.scss */
  main.env section.support .container-w div img {
    top: 6vw;
    right: 11vw;
  }
}
/* line 53, ../sass/_env.scss */
main.env section.support .container-w div h2 {
  color: #9d7537;
  font-size: 30px;
}
@media (max-width: 750px) {
  /* line 53, ../sass/_env.scss */
  main.env section.support .container-w div h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 53, ../sass/_env.scss */
  main.env section.support .container-w div h2 {
    text-align: center;
  }
}
/* line 60, ../sass/_env.scss */
main.env section.support .container-w div h2 + p {
  margin-top: 20px;
}
@media (max-width: 750px) {
  /* line 60, ../sass/_env.scss */
  main.env section.support .container-w div h2 + p {
    margin-top: 4vw;
  }
}
/* line 69, ../sass/_env.scss */
main.env section.support .container {
  margin-top: 82px;
}
@media (max-width: 750px) {
  /* line 69, ../sass/_env.scss */
  main.env section.support .container {
    width: 100%;
    margin-top: 10vw;
  }
}
/* line 77, ../sass/_env.scss */
main.env section.flow {
  padding-top: 126px;
  padding-bottom: 105px;
}
@media (max-width: 750px) {
  /* line 77, ../sass/_env.scss */
  main.env section.flow {
    padding-top: calc(175 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 77, ../sass/_env.scss */
  main.env section.flow {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
/* line 82, ../sass/_env.scss */
main.env section.flow .flow-box {
  padding: 38px 58px 38px 132px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 82, ../sass/_env.scss */
  main.env section.flow .flow-box {
    display: block;
    padding: 7vw 4vw;
  }
}
/* line 95, ../sass/_env.scss */
main.env section.flow .flow-box:nth-of-type(1) {
  margin-top: 0;
}
/* line 98, ../sass/_env.scss */
main.env section.flow .flow-box.block {
  display: block;
}
/* line 100, ../sass/_env.scss */
main.env section.flow .flow-box.block p {
  width: auto;
}
/* line 103, ../sass/_env.scss */
main.env section.flow .flow-box.block img {
  width: 100%;
  margin-top: -40px;
}
@media (max-width: 750px) {
  /* line 103, ../sass/_env.scss */
  main.env section.flow .flow-box.block img {
    margin-top: 18vw;
  }
}
/* line 111, ../sass/_env.scss */
main.env section.flow .flow-box h2 {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
  display: inline-block;
  border-right: 1px solid #251e1b;
  padding-right: 8px;
  left: 28px;
  top: -58px;
}
@media (max-width: 750px) {
  /* line 111, ../sass/_env.scss */
  main.env section.flow .flow-box h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 123, ../sass/_env.scss */
main.env section.flow .flow-box p {
  width: 372px;
}
@media (max-width: 750px) {
  /* line 123, ../sass/_env.scss */
  main.env section.flow .flow-box p {
    width: 100%;
    padding-left: 14vw;
  }
}
/* line 130, ../sass/_env.scss */
main.env section.flow .flow-box img {
  width: 394px;
  margin-top: -78px;
}
@media (max-width: 750px) {
  /* line 130, ../sass/_env.scss */
  main.env section.flow .flow-box img {
    width: 100%;
    margin-top: 8vw;
  }
}
/* line 140, ../sass/_env.scss */
main.env section.benefit {
  padding-top: 60px;
  padding-bottom: 105px;
  background: #fff;
}
@media (max-width: 750px) {
  /* line 140, ../sass/_env.scss */
  main.env section.benefit {
    padding-top: calc(175 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 140, ../sass/_env.scss */
  main.env section.benefit {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
/* line 146, ../sass/_env.scss */
main.env section.benefit .benefit-box {
  padding: 58px 58px 58px 96px;
  position: relative;
  background: #f7f3e7;
  border-radius: 10px;
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 146, ../sass/_env.scss */
  main.env section.benefit .benefit-box {
    margin-top: 5vw;
    padding: 7vw 6.66vw;
  }
}
/* line 156, ../sass/_env.scss */
main.env section.benefit .benefit-box h2 {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
  display: inline-block;
  border-right: 1px solid #251e1b;
  padding-right: 8px;
  left: 28px;
  top: -58px;
}
@media (max-width: 750px) {
  /* line 156, ../sass/_env.scss */
  main.env section.benefit .benefit-box h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 168, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  /* line 168, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 {
    display: block;
  }
}
/* line 175, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2 .benefit-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  /* line 175, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 .benefit-detail {
    display: block;
  }
}
@media (max-width: 750px) {
  /* line 182, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 .benefit-detail:nth-of-type(2) {
    margin-top: 5vw;
  }
}
/* line 186, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2 .benefit-detail:nth-of-type(2) p {
  width: 257px;
}
@media (max-width: 750px) {
  /* line 186, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 .benefit-detail:nth-of-type(2) p {
    width: 100%;
  }
}
/* line 193, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2 .benefit-detail h3 {
  color: #9d7537;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  /* line 193, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 .benefit-detail h3 {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 193, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 .benefit-detail h3 {
    margin-top: 4vw;
    text-align: center;
  }
}
/* line 204, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2 .benefit-detail p {
  width: 290px;
}
@media (max-width: 750px) {
  /* line 204, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 .benefit-detail p {
    width: 100%;
    margin-top: 2vw;
  }
}
/* line 211, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2 .benefit-detail img {
  width: 120px;
  aspect-ratio: 1/1;
  margin-right: 15px;
}
@media (max-width: 750px) {
  /* line 211, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 .benefit-detail img {
    width: calc(180 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 211, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2 .benefit-detail img {
    margin-inline: auto;
    display: block;
  }
}
/* line 222, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2:last-of-type {
  margin-top: 50px;
  align-items: flex-start;
}
@media (max-width: 750px) {
  /* line 222, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2:last-of-type {
    margin-top: 5vw;
  }
}
/* line 229, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2:last-of-type div:nth-of-type(1) {
  text-align: center;
  margin-top: 20px;
}
/* line 232, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2:last-of-type div:nth-of-type(1) p {
  color: #9d7537;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 232, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2:last-of-type div:nth-of-type(1) p {
    text-align: center;
  }
}
/* line 240, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2:last-of-type div:nth-of-type(1) h3 {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
@media (max-width: 750px) {
  /* line 240, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2:last-of-type div:nth-of-type(1) h3 {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
/* line 247, ../sass/_env.scss */
main.env section.benefit .benefit-box .col2:last-of-type div:nth-of-type(2) {
  width: 619px;
}
@media (max-width: 750px) {
  /* line 247, ../sass/_env.scss */
  main.env section.benefit .benefit-box .col2:last-of-type div:nth-of-type(2) {
    width: 100%;
    margin-top: 2vw;
  }
}
/* line 257, ../sass/_env.scss */
main.env section.benefit .benefit-box table {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 750px) {
  /* line 257, ../sass/_env.scss */
  main.env section.benefit .benefit-box table {
    font-size: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 257, ../sass/_env.scss */
  main.env section.benefit .benefit-box table {
    margin-top: 5vw;
  }
}
/* line 264, ../sass/_env.scss */
main.env section.benefit .benefit-box table tr {
  border-top: 1px solid #ccc;
}
/* line 266, ../sass/_env.scss */
main.env section.benefit .benefit-box table tr:last-of-type {
  border-bottom: 1px solid #ccc;
}
/* line 269, ../sass/_env.scss */
main.env section.benefit .benefit-box table tr td {
  width: 25%;
  text-align: center;
  padding: 16px 0;
  background: #fff;
  border-left: 1px solid #ccc;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 276, ../sass/_env.scss */
  main.env section.benefit .benefit-box table tr td span {
    font-size: calc(18 / 750 * 100 * 1vw);
  }
}
/* line 279, ../sass/_env.scss */
main.env section.benefit .benefit-box table tr td:first-of-type {
  border-left: none;
}

/* line 2, ../sass/_history.scss */
main.history .vtitle {
  bottom: -88px;
}
@media (max-width: 750px) {
  /* line 2, ../sass/_history.scss */
  main.history .vtitle {
    bottom: -33vw;
  }
}
/* line 9, ../sass/_history.scss */
main.history section:first-of-type {
  padding-top: 0;
  padding-bottom: 126px;
}
@media (max-width: 750px) {
  /* line 9, ../sass/_history.scss */
  main.history section:first-of-type {
    padding-bottom: 10vw;
  }
  /* line 14, ../sass/_history.scss */
  main.history section:first-of-type .lead {
    padding-left: 18vw;
  }
}
/* line 19, ../sass/_history.scss */
main.history section.history-list {
  padding-top: 126px;
  padding-bottom: 105px;
  background-image: url(../images/history/bg-history.webp);
  background-size: cover;
  background-position: top 140px center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  /* line 19, ../sass/_history.scss */
  main.history section.history-list {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 19, ../sass/_history.scss */
  main.history section.history-list {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 19, ../sass/_history.scss */
  main.history section.history-list {
    background-position: top -21vw center;
  }
}
/* line 31, ../sass/_history.scss */
main.history section.history-list .container {
  padding-bottom: 70px;
}
/* line 33, ../sass/_history.scss */
main.history section.history-list .container h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media (max-width: 750px) {
  /* line 33, ../sass/_history.scss */
  main.history section.history-list .container h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 40, ../sass/_history.scss */
main.history section.history-list .container .en-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  font-family: "Bodoni Moda", serif;
  line-height: calc(22 / 20);
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 40, ../sass/_history.scss */
  main.history section.history-list .container .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 51, ../sass/_history.scss */
main.history section.history-list .list {
  text-align: left;
  padding-top: 58px;
  padding-bottom: 160px;
}
/* line 55, ../sass/_history.scss */
main.history section.history-list .list .bar {
  width: 29px;
  position: absolute;
  top: 181px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 750px) {
  /* line 55, ../sass/_history.scss */
  main.history section.history-list .list .bar {
    left: 0;
    width: 3vw;
    top: 13vw;
  }
}
/* line 67, ../sass/_history.scss */
main.history section.history-list .list div {
  width: 459px;
  border-radius: 10px;
  border: 1px solid #c4a447;
  padding: 40px 30px;
  margin-top: 85px;
  background: #fff;
  position: relative;
}
/* line 75, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 750px) {
  /* line 67, ../sass/_history.scss */
  main.history section.history-list .list div {
    width: 87%;
    margin-left: auto;
    padding: 5vw 4vw;
    margin-top: 5vw;
  }
  /* line 83, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(2) {
    margin-top: 5vw;
  }
}
/* line 87, ../sass/_history.scss */
main.history section.history-list .list div:before {
  content: "";
  width: 25px;
  height: 30px;
  display: block;
  position: absolute;
  background-image: url(../images/history/fukidashi.webp);
  background-size: contain;
  left: -20px;
}
@media (max-width: 750px) {
  /* line 98, ../sass/_history.scss */
  main.history section.history-list .list div:after {
    aspect-ratio: 1/1;
    content: "";
    display: block;
    background-image: url(../images/history/point-sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -15.5vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  /* line 98, ../sass/_history.scss */
  main.history section.history-list .list div:after {
    width: calc(42 / 750 * 100 * 1vw);
  }
}

/* line 111, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(2n):before {
  transform: rotate(180deg);
  right: -20px;
  left: initial;
}
@media (max-width: 750px) {
  /* line 111, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(2n):before {
    transform: rotate(0deg);
    right: initial;
    left: -20px;
  }
}
/* line 122, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(1) {
  margin-top: 0;
  top: 0;
}
/* line 126, ../sass/_history.scss */
main.history section.history-list .list div .year {
  font-size: 21px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 126, ../sass/_history.scss */
  main.history section.history-list .list div .year {
    font-size: calc(31.5 / 750 * 100 * 1vw);
  }
}
/* line 130, ../sass/_history.scss */
main.history section.history-list .list div .year span {
  font-family: "Bodoni Moda", serif;
  font-size: 70px;
  letter-spacing: 0.1em;
  color: #9d7537;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 750px) {
  /* line 130, ../sass/_history.scss */
  main.history section.history-list .list div .year span {
    font-size: calc(95 / 750 * 100 * 1vw);
  }
}
/* line 140, ../sass/_history.scss */
main.history section.history-list .list div h3 {
  font-size: 23px;
  color: #9d7537;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (max-width: 750px) {
  /* line 140, ../sass/_history.scss */
  main.history section.history-list .list div h3 {
    font-size: calc(34.5 / 750 * 100 * 1vw);
  }
}
/* line 147, ../sass/_history.scss */
main.history section.history-list .list div p:not(.year) {
  margin-top: 8px;
}
/* line 150, ../sass/_history.scss */
main.history section.history-list .list div img {
  margin-top: 16px;
}
/* line 153, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(2n-1) {
  position: absolute;
  right: 0;
}
@media (max-width: 750px) {
  /* line 153, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(2n-1) {
    position: relative;
  }
}
/* line 161, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(1):before, main.history section.history-list .list div:nth-of-type(1):after {
  top: 181px;
}
@media (max-width: 750px) {
  /* line 161, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(1):before, main.history section.history-list .list div:nth-of-type(1):after {
    top: 25vw;
  }
}
/* line 170, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(2):before, main.history section.history-list .list div:nth-of-type(2):after {
  top: 425px;
}
@media (max-width: 750px) {
  /* line 170, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(2):before, main.history section.history-list .list div:nth-of-type(2):after {
    top: 25vw;
  }
}
/* line 178, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(3) {
  top: 308px;
}
@media (max-width: 750px) {
  /* line 178, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(3) {
    top: initial;
  }
}
/* line 183, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(3):before, main.history section.history-list .list div:nth-of-type(3):after {
  top: 392px;
}
@media (max-width: 750px) {
  /* line 183, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(3):before, main.history section.history-list .list div:nth-of-type(3):after {
    top: 25vw;
  }
}
/* line 192, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(4):before, main.history section.history-list .list div:nth-of-type(4):after {
  top: 391px;
}
@media (max-width: 750px) {
  /* line 192, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(4):before, main.history section.history-list .list div:nth-of-type(4):after {
    top: 25vw;
  }
}
/* line 200, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(5) {
  top: 945px;
}
@media (max-width: 750px) {
  /* line 200, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(5) {
    top: initial;
  }
}
/* line 205, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(5):before, main.history section.history-list .list div:nth-of-type(5):after {
  top: 359px;
}
@media (max-width: 750px) {
  /* line 205, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(5):before, main.history section.history-list .list div:nth-of-type(5):after {
    top: 25vw;
  }
}
/* line 214, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(6):before, main.history section.history-list .list div:nth-of-type(6):after {
  top: 363px;
}
@media (max-width: 750px) {
  /* line 214, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(6):before, main.history section.history-list .list div:nth-of-type(6):after {
    top: 25vw;
  }
}
/* line 222, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(7) {
  top: 1612px;
}
@media (max-width: 750px) {
  /* line 222, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(7) {
    top: initial;
  }
}
/* line 227, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(7):before, main.history section.history-list .list div:nth-of-type(7):after {
  top: 297px;
}
@media (max-width: 750px) {
  /* line 227, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(7):before, main.history section.history-list .list div:nth-of-type(7):after {
    top: 25vw;
  }
}
/* line 236, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(8):before, main.history section.history-list .list div:nth-of-type(8):after {
  top: 329px;
}
@media (max-width: 750px) {
  /* line 236, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(8):before, main.history section.history-list .list div:nth-of-type(8):after {
    top: 25vw;
  }
}
/* line 244, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(9) {
  top: 2249px;
}
@media (max-width: 750px) {
  /* line 244, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(9) {
    top: initial;
  }
}
/* line 249, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(9):before, main.history section.history-list .list div:nth-of-type(9):after {
  top: 266px;
}
@media (max-width: 750px) {
  /* line 249, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(9):before, main.history section.history-list .list div:nth-of-type(9):after {
    top: 25vw;
  }
}
/* line 258, ../sass/_history.scss */
main.history section.history-list .list div:nth-of-type(10):before, main.history section.history-list .list div:nth-of-type(10):after {
  top: 301px;
}
@media (max-width: 750px) {
  /* line 258, ../sass/_history.scss */
  main.history section.history-list .list div:nth-of-type(10):before, main.history section.history-list .list div:nth-of-type(10):after {
    top: 25vw;
  }
}
/* line 269, ../sass/_history.scss */
main.history section.vision {
  padding: 85px 0 65px;
  background-image: url(../images/history/grad.webp);
  background-size: cover;
  margin-top: -105px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  /* line 269, ../sass/_history.scss */
  main.history section.vision {
    padding: 10vw 0;
  }
}
/* line 279, ../sass/_history.scss */
main.history section.vision .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  /* line 279, ../sass/_history.scss */
  main.history section.vision .container {
    display: block;
  }
}
/* line 285, ../sass/_history.scss */
main.history section.vision .container div {
  width: 390px;
  color: #fff;
}
@media (max-width: 750px) {
  /* line 285, ../sass/_history.scss */
  main.history section.vision .container div {
    width: 100%;
  }
}
/* line 291, ../sass/_history.scss */
main.history section.vision .container div h2 {
  font-size: 34px;
  letter-spacing: 0.03em;
}
@media (max-width: 750px) {
  /* line 291, ../sass/_history.scss */
  main.history section.vision .container div h2 {
    font-size: calc(51 / 750 * 100 * 1vw);
  }
}
/* line 296, ../sass/_history.scss */
main.history section.vision .container div P {
  margin-top: 30px;
  letter-spacing: 0.05em;
  text-align: justify;
}
/* line 302, ../sass/_history.scss */
main.history section.vision .container img {
  width: 527px;
  margin-top: -130px;
  margin-right: 40px;
}
@media (max-width: 750px) {
  /* line 302, ../sass/_history.scss */
  main.history section.vision .container img {
    width: 100%;
    margin-top: 8vw;
    margin-right: 0;
  }
}
/* line 314, ../sass/_history.scss */
main.history section.entry {
  padding-top: 130px;
}
@media (max-width: 750px) {
  /* line 314, ../sass/_history.scss */
  main.history section.entry {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}

/* line 2, ../sass/_special.scss */
main.special .mv {
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  /* line 2, ../sass/_special.scss */
  main.special .mv {
    margin-bottom: -30vw;
  }
}
/* line 9, ../sass/_special.scss */
main.special section:first-of-type {
  padding-top: 0;
  padding-bottom: 86px;
}
@media (max-width: 750px) {
  /* line 9, ../sass/_special.scss */
  main.special section:first-of-type {
    padding-bottom: 0vw;
  }
}
/* line 16, ../sass/_special.scss */
main.special section.interview {
  background: #fff;
  padding-bottom: 200px;
}
@media (max-width: 750px) {
  /* line 16, ../sass/_special.scss */
  main.special section.interview {
    padding-bottom: calc(150 / 750 * 100 * 1vw);
  }
}
/* line 20, ../sass/_special.scss */
main.special section.interview h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 20, ../sass/_special.scss */
  main.special section.interview h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 28, ../sass/_special.scss */
main.special section.interview h2 img {
  width: 73px;
  margin-bottom: 28px;
}
/* line 33, ../sass/_special.scss */
main.special section.interview .wrapper {
  width: 1200px;
  margin-inline: auto;
  background-color: #f7f3e7;
  margin-top: 338px;
  padding-bottom: 105px;
  border-radius: 10px;
}
@media (max-width: 750px) {
  /* line 33, ../sass/_special.scss */
  main.special section.interview .wrapper {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 33, ../sass/_special.scss */
  main.special section.interview .wrapper {
    width: 100%;
    margin-top: 40vw;
  }
}
/* line 46, ../sass/_special.scss */
main.special section.interview .label {
  writing-mode: vertical-rl;
  font-family: "Bodoni Moda", serif;
  margin: 0;
  color: #9d7537;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 46, ../sass/_special.scss */
  main.special section.interview .label {
    position: absolute;
    right: 0;
  }
}
/* line 58, ../sass/_special.scss */
main.special section.interview .interview-box .profile {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transform: translate(0, -237px);
  margin-bottom: -237px;
}
@media (max-width: 750px) {
  /* line 58, ../sass/_special.scss */
  main.special section.interview .interview-box .profile {
    flex-wrap: wrap;
    margin-bottom: -50%;
    transform: translate(0, -50%);
  }
}
/* line 69, ../sass/_special.scss */
main.special section.interview .interview-box .profile .profile-txt {
  display: flex;
  align-items: center;
  margin-bottom: -16px;
}
@media (max-width: 750px) {
  /* line 69, ../sass/_special.scss */
  main.special section.interview .interview-box .profile .profile-txt {
    width: 100%;
    order: 2;
    margin-top: 7vw;
  }
}
/* line 78, ../sass/_special.scss */
main.special section.interview .interview-box .profile .profile-txt img {
  width: 81px;
}
/* line 81, ../sass/_special.scss */
main.special section.interview .interview-box .profile .profile-txt p {
  color: #9d7537;
  margin-left: 10px;
}
/* line 84, ../sass/_special.scss */
main.special section.interview .interview-box .profile .profile-txt p span {
  font-size: 18px;
  color: #251e1b;
}
@media (max-width: 750px) {
  /* line 84, ../sass/_special.scss */
  main.special section.interview .interview-box .profile .profile-txt p span {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
/* line 91, ../sass/_special.scss */
main.special section.interview .interview-box .profile .main-image {
  width: 750px;
}
@media (max-width: 750px) {
  /* line 91, ../sass/_special.scss */
  main.special section.interview .interview-box .profile .main-image {
    width: 100%;
  }
}
/* line 98, ../sass/_special.scss */
main.special section.interview .interview-box .question {
  margin-top: 60px;
  padding-bottom: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  /* line 98, ../sass/_special.scss */
  main.special section.interview .interview-box .question {
    display: block;
    padding-left: 10vw;
    margin-top: 20vw;
    padding-bottom: 10vw;
  }
  /* line 110, ../sass/_special.scss */
  main.special section.interview .interview-box .question .label {
    right: initial;
    left: 0;
  }
}
/* line 115, ../sass/_special.scss */
main.special section.interview .interview-box .question .title {
  font-size: 24px;
  color: #9d7537;
}
@media (max-width: 750px) {
  /* line 115, ../sass/_special.scss */
  main.special section.interview .interview-box .question .title {
    font-size: calc(34.5 / 750 * 100 * 1vw);
  }
}
/* line 120, ../sass/_special.scss */
main.special section.interview .interview-box .question .answer {
  width: 545px;
}
@media (max-width: 750px) {
  /* line 120, ../sass/_special.scss */
  main.special section.interview .interview-box .question .answer {
    width: 100%;
  }
}
@media (max-width: 750px) {
  /* line 120, ../sass/_special.scss */
  main.special section.interview .interview-box .question .answer {
    margin-top: 1.4vw;
  }
}
/* line 131, ../sass/_special.scss */
main.special section.interview .interview-box .message .message-detail {
  padding: 32px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  /* line 131, ../sass/_special.scss */
  main.special section.interview .interview-box .message .message-detail {
    display: block;
  }
}
/* line 139, ../sass/_special.scss */
main.special section.interview .interview-box .message .pic {
  position: relative;
}
/* line 141, ../sass/_special.scss */
main.special section.interview .interview-box .message .pic .pic-profile {
  width: 350px;
  aspect-ratio: 1/1;
  margin-left: 87px;
}
@media (max-width: 750px) {
  /* line 141, ../sass/_special.scss */
  main.special section.interview .interview-box .message .pic .pic-profile {
    width: calc(524 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 141, ../sass/_special.scss */
  main.special section.interview .interview-box .message .pic .pic-profile {
    margin-left: 0;
    display: block;
    margin-inline: auto;
  }
}
/* line 152, ../sass/_special.scss */
main.special section.interview .interview-box .message .pic .pic-object {
  position: absolute;
  left: 0;
  width: 116px;
  bottom: 10px;
}
@media (max-width: 750px) {
  /* line 152, ../sass/_special.scss */
  main.special section.interview .interview-box .message .pic .pic-object {
    width: calc(174 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 152, ../sass/_special.scss */
  main.special section.interview .interview-box .message .pic .pic-object {
    bottom: -4vw;
  }
}
/* line 163, ../sass/_special.scss */
main.special section.interview .interview-box .message .message-txt {
  width: 405px;
  margin-left: 86px;
}
@media (max-width: 750px) {
  /* line 163, ../sass/_special.scss */
  main.special section.interview .interview-box .message .message-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 14vw;
  }
}
/* line 171, ../sass/_special.scss */
main.special section.interview .interview-box .message .message-txt .title {
  position: relative;
  font-size: 23px;
  color: #9d7537;
  line-height: 1;
}
@media (max-width: 750px) {
  /* line 171, ../sass/_special.scss */
  main.special section.interview .interview-box .message .message-txt .title {
    font-size: calc(34.5 / 750 * 100 * 1vw);
  }
}
/* line 177, ../sass/_special.scss */
main.special section.interview .interview-box .message .message-txt .title img {
  position: absolute;
  width: 162px;
  left: -30px;
  top: -65px;
}
@media (max-width: 750px) {
  /* line 177, ../sass/_special.scss */
  main.special section.interview .interview-box .message .message-txt .title img {
    width: calc(266 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 177, ../sass/_special.scss */
  main.special section.interview .interview-box .message .message-txt .title img {
    left: initial;
    right: -3vw;
    top: -14vw;
  }
}
/* line 190, ../sass/_special.scss */
main.special section.interview .interview-box .message .message-txt .message-content {
  margin-top: 20px;
}
@media (max-width: 750px) {
  /* line 190, ../sass/_special.scss */
  main.special section.interview .interview-box .message .message-txt .message-content {
    margin-top: 3vw;
  }
}
/* line 200, ../sass/_special.scss */
main.special section.flow {
  background: #fff;
  padding-bottom: 166px;
}
/* line 203, ../sass/_special.scss */
main.special section.flow h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: max-content;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 203, ../sass/_special.scss */
  main.special section.flow h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 214, ../sass/_special.scss */
main.special section.flow h2 img {
  width: 73px;
  margin-bottom: 28px;
}
/* line 219, ../sass/_special.scss */
main.special section.flow .flow-detail {
  padding-top: 56px;
}
@media (max-width: 750px) {
  /* line 219, ../sass/_special.scss */
  main.special section.flow .flow-detail {
    padding-bottom: 80vw;
  }
}
/* line 224, ../sass/_special.scss */
main.special section.flow .flow-detail > img {
  width: 492px;
  display: block;
  margin-inline: auto;
  transform: translate(-70px, 0px);
}
@media (max-width: 750px) {
  /* line 224, ../sass/_special.scss */
  main.special section.flow .flow-detail > img {
    width: 100%;
    transform: initial;
    z-index: 2;
    position: relative;
  }
}
/* line 236, ../sass/_special.scss */
main.special section.flow .flow-detail .flow-txt {
  width: 350px;
  position: absolute;
}
@media (max-width: 750px) {
  /* line 236, ../sass/_special.scss */
  main.special section.flow .flow-detail .flow-txt {
    width: calc(525 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 236, ../sass/_special.scss */
  main.special section.flow .flow-detail .flow-txt {
    left: 8vw;
    right: initial;
  }
}
/* line 244, ../sass/_special.scss */
main.special section.flow .flow-detail .flow-txt:nth-of-type(2n-1) {
  right: 0;
}
@media (max-width: 750px) {
  /* line 244, ../sass/_special.scss */
  main.special section.flow .flow-detail .flow-txt:nth-of-type(2n-1) {
    left: 8vw;
    right: initial;
  }
}
/* line 251, ../sass/_special.scss */
main.special section.flow .flow-detail .flow-txt:nth-of-type(1) {
  top: 260px;
}
@media (max-width: 750px) {
  /* line 251, ../sass/_special.scss */
  main.special section.flow .flow-detail .flow-txt:nth-of-type(1) {
    top: 83vw;
  }
}
/* line 257, ../sass/_special.scss */
main.special section.flow .flow-detail .flow-txt:nth-of-type(2) {
  top: 530px;
}
@media (max-width: 750px) {
  /* line 257, ../sass/_special.scss */
  main.special section.flow .flow-detail .flow-txt:nth-of-type(2) {
    top: 200vw;
  }
}
/* line 263, ../sass/_special.scss */
main.special section.flow .flow-detail .flow-txt:nth-of-type(3) {
  top: 800px;
}
@media (max-width: 750px) {
  /* line 263, ../sass/_special.scss */
  main.special section.flow .flow-detail .flow-txt:nth-of-type(3) {
    top: 313vw;
  }
}
/* line 269, ../sass/_special.scss */
main.special section.flow .flow-detail .flow-txt:nth-of-type(4) {
  top: 1060px;
}
@media (max-width: 750px) {
  /* line 269, ../sass/_special.scss */
  main.special section.flow .flow-detail .flow-txt:nth-of-type(4) {
    top: 430vw;
  }
}
/* line 275, ../sass/_special.scss */
main.special section.flow .flow-detail .flow-txt p {
  margin-top: 16px;
  text-align: justify;
}
@media (max-width: 750px) {
  /* line 275, ../sass/_special.scss */
  main.special section.flow .flow-detail .flow-txt p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
/* line 283, ../sass/_special.scss */
main.special section.job {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (max-width: 750px) {
  /* line 283, ../sass/_special.scss */
  main.special section.job {
    padding-top: calc(205 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 283, ../sass/_special.scss */
  main.special section.job {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
/* line 288, ../sass/_special.scss */
main.special section.job h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -238px;
  height: max-content;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 288, ../sass/_special.scss */
  main.special section.job h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 299, ../sass/_special.scss */
main.special section.job h2 img {
  width: 73px;
  margin-bottom: 28px;
}
/* line 304, ../sass/_special.scss */
main.special section.job .job-detail {
  width: 786px;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  padding: 24px 50px 64px;
}
@media (max-width: 750px) {
  /* line 304, ../sass/_special.scss */
  main.special section.job .job-detail {
    width: 100%;
    padding: 4vw 5vw;
  }
}
/* line 314, ../sass/_special.scss */
main.special section.job .job-detail table {
  width: 100%;
}
/* line 316, ../sass/_special.scss */
main.special section.job .job-detail table tr {
  border-bottom: 1px solid #d7d6d5;
}
/* line 318, ../sass/_special.scss */
main.special section.job .job-detail table tr:last-of-type {
  border-bottom: none;
}
/* line 321, ../sass/_special.scss */
main.special section.job .job-detail table tr th,
main.special section.job .job-detail table tr td {
  font-size: 16px;
  line-height: calc(30 / 16);
  padding: 20px 0;
  vertical-align: top;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  /* line 321, ../sass/_special.scss */
  main.special section.job .job-detail table tr th,
  main.special section.job .job-detail table tr td {
    display: block;
    font-size: 3.3vw;
  }
}
/* line 332, ../sass/_special.scss */
main.special section.job .job-detail table tr th {
  width: 160px;
  color: #9d7537;
  padding-left: 12px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 332, ../sass/_special.scss */
  main.special section.job .job-detail table tr th {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 343, ../sass/_special.scss */
main.special section.job .job-detail table tr td {
  width: calc(100% - 160px);
  letter-spacing: -0.02em;
}
@media (max-width: 750px) {
  /* line 343, ../sass/_special.scss */
  main.special section.job .job-detail table tr td {
    width: 100%;
    padding-top: 0;
  }
}
/* line 355, ../sass/_special.scss */
main.special section.contact {
  padding-top: 130px;
  padding-bottom: 150px;
  background-color: #fff;
}
@media (max-width: 750px) {
  /* line 355, ../sass/_special.scss */
  main.special section.contact {
    padding-top: calc(105 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 355, ../sass/_special.scss */
  main.special section.contact {
    padding-bottom: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 361, ../sass/_special.scss */
  main.special section.contact .container {
    width: 100%;
    position: relative;
  }
  /* line 366, ../sass/_special.scss */
  main.special section.contact .container a {
    display: block;
    width: 80vw;
    height: 21vw;
    position: absolute;
    left: 10vw;
    bottom: 14vw;
  }
}
/* line 377, ../sass/_special.scss */
main.special section.entry {
  padding-top: 130px;
}
@media (max-width: 750px) {
  /* line 377, ../sass/_special.scss */
  main.special section.entry {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}

/* line 2, ../sass/_work.scss */
main.work .mv {
  background: none;
}
/* line 6, ../sass/_work.scss */
main.work section:first-of-type {
  padding-top: 0;
  padding-bottom: 40px;
  background: none;
}
@media (max-width: 750px) {
  /* line 6, ../sass/_work.scss */
  main.work section:first-of-type {
    padding-bottom: 10vw;
  }
}
/* line 15, ../sass/_work.scss */
main.work section.anchors {
  padding-top: 100px;
  padding-bottom: 190px;
  background: #fff;
}
@media (max-width: 750px) {
  /* line 15, ../sass/_work.scss */
  main.work section.anchors {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 15, ../sass/_work.scss */
  main.work section.anchors {
    padding-bottom: calc(150 / 750 * 100 * 1vw);
  }
}
/* line 21, ../sass/_work.scss */
main.work section.anchors .anchor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 26, ../sass/_work.scss */
main.work section.anchors .anchor-links a .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 5.5px;
  height: 41px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  /* line 26, ../sass/_work.scss */
  main.work section.anchors .anchor-links a .arrow {
    height: calc(61 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 26, ../sass/_work.scss */
  main.work section.anchors .anchor-links a .arrow {
    width: calc(8.3744 / 750 * 100 * 1vw);
  }
}
/* line 38, ../sass/_work.scss */
main.work section.anchors .anchor-links a:hover .arrow {
  transform: translate(-50%, calc(50% + 8px));
}
/* line 43, ../sass/_work.scss */
main.work section.anchors .anchor-links .anchor-01,
main.work section.anchors .anchor-links .anchor-02 {
  width: 290px;
  display: inline-block;
  margin-inline: 50px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 43, ../sass/_work.scss */
  main.work section.anchors .anchor-links .anchor-01,
  main.work section.anchors .anchor-links .anchor-02 {
    width: calc(290 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 43, ../sass/_work.scss */
  main.work section.anchors .anchor-links .anchor-01,
  main.work section.anchors .anchor-links .anchor-02 {
    margin-inline: 2vw;
  }
}
/* line 54, ../sass/_work.scss */
main.work section.anchors .anchor-links .anchor-03 {
  width: 918px;
  margin-top: 110px;
}
@media (max-width: 750px) {
  /* line 54, ../sass/_work.scss */
  main.work section.anchors .anchor-links .anchor-03 {
    width: 100%;
    margin-top: 15vw;
  }
}
/* line 64, ../sass/_work.scss */
main.work section.job {
  padding-bottom: 250px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 64, ../sass/_work.scss */
  main.work section.job {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 68, ../sass/_work.scss */
main.work section.job:before {
  width: 100%;
  height: 250px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
@media (max-width: 750px) {
  /* line 68, ../sass/_work.scss */
  main.work section.job:before {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 79, ../sass/_work.scss */
main.work section.job .wrapper {
  position: relative;
  padding-top: 150px;
  padding-bottom: 130px;
}
@media (max-width: 750px) {
  /* line 79, ../sass/_work.scss */
  main.work section.job .wrapper {
    padding-top: calc(120 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 79, ../sass/_work.scss */
  main.work section.job .wrapper {
    padding-bottom: calc(150 / 750 * 100 * 1vw);
  }
}
/* line 85, ../sass/_work.scss */
main.work section.job .wrapper:first-of-type {
  padding-top: 0;
}
/* line 87, ../sass/_work.scss */
main.work section.job .wrapper:first-of-type:after {
  content: none;
}
@media (max-width: 750px) {
  /* line 92, ../sass/_work.scss */
  main.work section.job .wrapper:last-of-type .w-small {
    padding-top: 9vw !important;
    padding-left: 17vw;
  }
  /* line 96, ../sass/_work.scss */
  main.work section.job .wrapper:last-of-type .w-small h2 {
    line-height: 1.3;
  }
}
/* line 102, ../sass/_work.scss */
main.work section.job .wrapper:after {
  content: "";
  width: 100%;
  height: 150px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  /* line 102, ../sass/_work.scss */
  main.work section.job .wrapper:after {
    height: calc(200 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 102, ../sass/_work.scss */
  main.work section.job .wrapper:after {
    top: -10vw;
  }
}
/* line 117, ../sass/_work.scss */
main.work section.job .wrapper:before {
  content: "";
  height: 100%;
  width: calc((100vw - 1248px) / 2);
  background: #fff;
  position: absolute;
  top: 0;
  display: block;
}
/* line 127, ../sass/_work.scss */
main.work section.job .wrapper:nth-of-type(2n - 1):before {
  right: 0;
}
/* line 132, ../sass/_work.scss */
main.work section.job .wrapper:nth-of-type(2n):before {
  left: 0;
}
/* line 138, ../sass/_work.scss */
main.work section.job .wrapper:last-of-type .container:first-of-type {
  padding-top: 100px;
}
/* line 141, ../sass/_work.scss */
main.work section.job .wrapper:last-of-type .container .summary {
  width: 100%;
}
/* line 147, ../sass/_work.scss */
main.work section.job .w-small {
  padding: 0 0 0 87px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transform: translate(0, -26px);
  margin-bottom: -26px;
}
@media (max-width: 750px) {
  /* line 147, ../sass/_work.scss */
  main.work section.job .w-small {
    padding-left: 0;
    flex-wrap: wrap;
  }
}
/* line 158, ../sass/_work.scss */
main.work section.job .w-small + .container {
  margin-top: 86px;
}
@media (max-width: 750px) {
  /* line 158, ../sass/_work.scss */
  main.work section.job .w-small + .container {
    margin-top: 10vw;
  }
}
/* line 164, ../sass/_work.scss */
main.work section.job .w-small img {
  width: 460px;
}
@media (max-width: 750px) {
  /* line 164, ../sass/_work.scss */
  main.work section.job .w-small img {
    order: 1;
    width: 100%;
  }
}
/* line 172, ../sass/_work.scss */
main.work section.job .summary {
  width: 420px;
}
@media (max-width: 750px) {
  /* line 172, ../sass/_work.scss */
  main.work section.job .summary {
    width: 100%;
    order: 2;
    margin-top: 8vw;
  }
}
/* line 179, ../sass/_work.scss */
main.work section.job .summary h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 18px;
  position: relative;
  color: #9d7537;
}
@media (max-width: 750px) {
  /* line 179, ../sass/_work.scss */
  main.work section.job .summary h2 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 179, ../sass/_work.scss */
  main.work section.job .summary h2 {
    padding-bottom: 4vw;
  }
}
/* line 190, ../sass/_work.scss */
main.work section.job .summary h2:before {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  background: #9d7537;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 201, ../sass/_work.scss */
main.work section.job .summary p {
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media (max-width: 750px) {
  /* line 201, ../sass/_work.scss */
  main.work section.job .summary p {
    margin-top: 5vw;
  }
}
/* line 209, ../sass/_work.scss */
main.work section.job .label {
  font-size: 25px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #9d7537;
  line-height: 1;
  padding: 8px 8px;
  position: absolute;
  left: 0;
  top: -36px;
  letter-spacing: 0.2em;
  height: max-content;
}
@media (max-width: 750px) {
  /* line 209, ../sass/_work.scss */
  main.work section.job .label {
    font-size: calc(37.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 209, ../sass/_work.scss */
  main.work section.job .label {
    left: 2vw;
  }
}
/* line 226, ../sass/_work.scss */
main.work section.job .point-box {
  height: 332px;
  position: relative;
  background-image: url(../images/work/point-box.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 98px;
}
@media (max-width: 750px) {
  /* line 226, ../sass/_work.scss */
  main.work section.job .point-box {
    height: calc(750 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 226, ../sass/_work.scss */
  main.work section.job .point-box {
    background-image: url(../images/work/point-box-sp.webp);
    width: 100%;
    padding-inline: 6vw;
    padding-top: 4vw;
    margin-top: 15vw;
  }
}
/* line 245, ../sass/_work.scss */
main.work section.job .point-box > img {
  width: 149px;
  position: absolute;
  right: -30px;
  top: -30px;
}
@media (max-width: 750px) {
  /* line 245, ../sass/_work.scss */
  main.work section.job .point-box > img {
    width: calc(223 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 245, ../sass/_work.scss */
  main.work section.job .point-box > img {
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
    top: -9vw;
    left: 50%;
  }
}
/* line 259, ../sass/_work.scss */
main.work section.job .point-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  /* line 259, ../sass/_work.scss */
  main.work section.job .point-box ul {
    display: block;
  }
}
/* line 266, ../sass/_work.scss */
main.work section.job .point-box ul li {
  width: 210px;
  margin-inline: 58px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 266, ../sass/_work.scss */
  main.work section.job .point-box ul li {
    display: flex;
    width: 100%;
    margin-inline: 0;
    margin-top: 4vw;
  }
  /* line 275, ../sass/_work.scss */
  main.work section.job .point-box ul li:first-of-type {
    margin-top: 0;
  }
}
/* line 280, ../sass/_work.scss */
main.work section.job .point-box ul li:last-of-type:after {
  content: none;
}
/* line 284, ../sass/_work.scss */
main.work section.job .point-box ul li:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  background: #9d7537;
  position: absolute;
  right: -58px;
  top: 0;
}
@media (max-width: 750px) {
  /* line 284, ../sass/_work.scss */
  main.work section.job .point-box ul li:after {
    height: 1px;
    width: 100%;
    right: initial;
    top: initial;
    bottom: -1vw;
  }
}
/* line 301, ../sass/_work.scss */
main.work section.job .point-box ul li img {
  width: 90px;
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  /* line 301, ../sass/_work.scss */
  main.work section.job .point-box ul li img {
    width: 23vw;
    margin-right: 4vw;
    margin-bottom: 0;
  }
}
/* line 312, ../sass/_work.scss */
main.work section.job .point-box ul li p {
  letter-spacing: 0.1em;
}
/* line 318, ../sass/_work.scss */
main.work section.job .works-detail {
  margin-top: 80px;
}
@media (max-width: 750px) {
  /* line 318, ../sass/_work.scss */
  main.work section.job .works-detail {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
/* line 321, ../sass/_work.scss */
main.work section.job .works-detail h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 750px) {
  /* line 321, ../sass/_work.scss */
  main.work section.job .works-detail h2 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 326, ../sass/_work.scss */
main.work section.job .works-detail h2:before {
  content: "";
  width: 124.5px;
  height: 1px;
  display: block;
  background: #9d7537;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -150px;
}
@media (max-width: 750px) {
  /* line 326, ../sass/_work.scss */
  main.work section.job .works-detail h2:before {
    left: -35vw;
  }
}
/* line 341, ../sass/_work.scss */
main.work section.job .works-detail ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  /* line 341, ../sass/_work.scss */
  main.work section.job .works-detail ul {
    flex-wrap: wrap;
  }
}
/* line 349, ../sass/_work.scss */
main.work section.job .works-detail ul li {
  width: 224px;
}
@media (max-width: 750px) {
  /* line 349, ../sass/_work.scss */
  main.work section.job .works-detail ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 5vw;
  }
  /* line 357, ../sass/_work.scss */
  main.work section.job .works-detail ul li:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  /* line 361, ../sass/_work.scss */
  main.work section.job .works-detail ul li img {
    width: calc(336 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 361, ../sass/_work.scss */
  main.work section.job .works-detail ul li img {
    order: 2;
  }
}
/* line 367, ../sass/_work.scss */
main.work section.job .works-detail ul li h3 {
  font-size: 18px;
  border-bottom: 1px solid #9d7537;
  margin-top: 30px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 367, ../sass/_work.scss */
  main.work section.job .works-detail ul li h3 {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 367, ../sass/_work.scss */
  main.work section.job .works-detail ul li h3 {
    margin-right: 2vw;
    margin-top: 0;
    margin-bottom: 0;
    width: 39vw;
    order: 1;
  }
}
/* line 383, ../sass/_work.scss */
main.work section.job .works-detail ul li p {
  letter-spacing: 0.15em;
}
@media (max-width: 750px) {
  /* line 383, ../sass/_work.scss */
  main.work section.job .works-detail ul li p {
    width: 100%;
    margin-top: 4vw;
    order: 3;
  }
}
/* line 395, ../sass/_work.scss */
main.work section.entry {
  padding-top: 130px;
}
@media (max-width: 750px) {
  /* line 395, ../sass/_work.scss */
  main.work section.entry {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}

/* line 2, ../sass/_story.scss */
main.story .vtitle {
  bottom: -88px;
}
@media (max-width: 750px) {
  /* line 2, ../sass/_story.scss */
  main.story .vtitle {
    bottom: -39vw;
    padding-bottom: 5vw;
  }
}
/* line 10, ../sass/_story.scss */
main.story section:first-of-type {
  padding-top: 0;
  padding-bottom: 126px;
}
@media (max-width: 750px) {
  /* line 10, ../sass/_story.scss */
  main.story section:first-of-type {
    padding-bottom: 10vw;
  }
}
/* line 17, ../sass/_story.scss */
main.story section.story-detail {
  padding-top: 190px;
}
@media (max-width: 750px) {
  /* line 17, ../sass/_story.scss */
  main.story section.story-detail {
    padding-top: 10vw;
  }
}
/* line 22, ../sass/_story.scss */
main.story section.story-detail .wrapper {
  position: relative;
  background: #fff;
}
/* line 25, ../sass/_story.scss */
main.story section.story-detail .wrapper:first-of-type {
  background: rgba(255, 255, 255, 0);
  padding-bottom: 140px;
}
/* line 28, ../sass/_story.scss */
main.story section.story-detail .wrapper:first-of-type h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -110px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 28, ../sass/_story.scss */
  main.story section.story-detail .wrapper:first-of-type h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 28, ../sass/_story.scss */
  main.story section.story-detail .wrapper:first-of-type h2 {
    left: 50%;
    right: initial;
    transform: translate(-50%, 0);
    top: initial;
    position: relative;
    margin-bottom: 10vw;
  }
}
/* line 44, ../sass/_story.scss */
main.story section.story-detail .wrapper:first-of-type h2 img {
  width: 62px;
  margin-bottom: 50px;
}
/* line 50, ../sass/_story.scss */
main.story section.story-detail .wrapper .wh-object {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 932px;
}
@media (max-width: 750px) {
  /* line 50, ../sass/_story.scss */
  main.story section.story-detail .wrapper .wh-object {
    bottom: 0px;
    width: 100%;
  }
}
/* line 61, ../sass/_story.scss */
main.story section.story-detail .container {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  /* line 61, ../sass/_story.scss */
  main.story section.story-detail .container {
    flex-wrap: wrap;
  }
}
/* line 67, ../sass/_story.scss */
main.story section.story-detail .container.w-lg {
  width: 1076px;
}
@media (max-width: 750px) {
  /* line 67, ../sass/_story.scss */
  main.story section.story-detail .container.w-lg {
    width: calc(100% - 13.33vw);
  }
}
/* line 73, ../sass/_story.scss */
main.story section.story-detail .container.w-lg:first-of-type > div {
  margin-top: -70px;
}
/* line 77, ../sass/_story.scss */
main.story section.story-detail .container.w-lg:nth-of-type(2n) {
  margin-top: -20px;
  z-index: 1;
}
/* line 80, ../sass/_story.scss */
main.story section.story-detail .container.w-lg:nth-of-type(2n) > div {
  margin-left: initial;
  margin-right: auto;
  padding-top: 10vw;
  border: 1px solid #00003d;
}
/* line 85, ../sass/_story.scss */
main.story section.story-detail .container.w-lg:nth-of-type(2n) > div:before {
  right: initial;
  left: -1px;
  background: #00003d;
}
/* line 90, ../sass/_story.scss */
main.story section.story-detail .container.w-lg:nth-of-type(2n) > div .txt {
  order: 2;
}
/* line 93, ../sass/_story.scss */
main.story section.story-detail .container.w-lg:nth-of-type(2n) > div img {
  order: 1;
}
/* line 98, ../sass/_story.scss */
main.story section.story-detail .container.w-lg > div {
  border: 1px solid #004339;
  padding: 54px 58px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 26px);
  margin-left: auto;
  position: relative;
  background: #fff;
  z-index: 2;
}
@media (max-width: 750px) {
  /* line 98, ../sass/_story.scss */
  main.story section.story-detail .container.w-lg > div {
    padding: 5vw 6vw;
    display: block;
  }
}
/* line 113, ../sass/_story.scss */
main.story section.story-detail .container.w-lg > div:before {
  content: "";
  width: 10px;
  height: 234px;
  display: block;
  background: #004339;
  position: absolute;
  right: -1px;
  top: -24px;
}
/* line 123, ../sass/_story.scss */
main.story section.story-detail .container.w-lg > div h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 18px;
  position: relative;
  color: #004339;
  letter-spacing: 0.195em;
  line-height: 1.4;
}
@media (max-width: 750px) {
  /* line 123, ../sass/_story.scss */
  main.story section.story-detail .container.w-lg > div h2 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 123, ../sass/_story.scss */
  main.story section.story-detail .container.w-lg > div h2 {
    padding-bottom: 4vw;
    line-height: 1.4;
  }
}
/* line 137, ../sass/_story.scss */
main.story section.story-detail .container.w-lg > div h2:before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #004339;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 148, ../sass/_story.scss */
main.story section.story-detail .container.w-lg > div p {
  margin-top: 16px;
}
/* line 151, ../sass/_story.scss */
main.story section.story-detail .container.w-lg > div div {
  width: 526px;
}
@media (max-width: 750px) {
  /* line 151, ../sass/_story.scss */
  main.story section.story-detail .container.w-lg > div div {
    width: 100%;
  }
}
/* line 157, ../sass/_story.scss */
main.story section.story-detail .container.w-lg > div img {
  width: 334px;
}
@media (max-width: 750px) {
  /* line 157, ../sass/_story.scss */
  main.story section.story-detail .container.w-lg > div img {
    width: 100%;
    margin-top: 4vw;
  }
}
/* line 167, ../sass/_story.scss */
main.story section.story-detail .container .lable {
  position: absolute;
  left: 0;
  top: -65px;
  font-family: "Bodoni Moda", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 167, ../sass/_story.scss */
  main.story section.story-detail .container .lable {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 167, ../sass/_story.scss */
  main.story section.story-detail .container .lable {
    top: 50vw;
  }
}
/* line 179, ../sass/_story.scss */
main.story section.story-detail .container > img {
  width: 654px;
  margin-left: -138px;
}
@media (max-width: 750px) {
  /* line 179, ../sass/_story.scss */
  main.story section.story-detail .container > img {
    width: 100%;
    margin-left: initial;
  }
}
/* line 187, ../sass/_story.scss */
main.story section.story-detail .container > div {
  padding-left: 74px;
}
@media (max-width: 750px) {
  /* line 187, ../sass/_story.scss */
  main.story section.story-detail .container > div {
    padding-left: 0;
  }
}
/* line 192, ../sass/_story.scss */
main.story section.story-detail .container > div .name {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  /* line 192, ../sass/_story.scss */
  main.story section.story-detail .container > div .name {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 192, ../sass/_story.scss */
  main.story section.story-detail .container > div .name {
    margin-top: 4vw;
  }
}
/* line 199, ../sass/_story.scss */
main.story section.story-detail .container > div .name span {
  color: #9d7537;
  font-size: 16px;
}
/* line 203, ../sass/_story.scss */
main.story section.story-detail .container > div .name + p {
  margin-top: 20px;
}
/* line 209, ../sass/_story.scss */
main.story section.story-detail .container-md {
  padding-top: 80px;
  padding-bottom: 130px;
  width: 1024px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  /* line 209, ../sass/_story.scss */
  main.story section.story-detail .container-md {
    padding-bottom: 10vw;
    padding-top: 10vw;
    width: calc(100% - 13.66vw);
    display: block;
  }
}
@media (max-width: 750px) {
  /* line 224, ../sass/_story.scss */
  main.story section.story-detail .container-md .schedule {
    padding-left: 17vw;
  }
}
/* line 229, ../sass/_story.scss */
main.story section.story-detail .container-md .label {
  font-size: 20px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #9d7537;
  line-height: 1;
  padding: 8px 8px;
  letter-spacing: 0.2em;
  height: max-content;
  margin-top: -110px;
}
@media (max-width: 750px) {
  /* line 229, ../sass/_story.scss */
  main.story section.story-detail .container-md .label {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 229, ../sass/_story.scss */
  main.story section.story-detail .container-md .label {
    top: -4vw;
    left: 3vw;
    position: absolute;
    margin-top: initial;
  }
}
/* line 247, ../sass/_story.scss */
main.story section.story-detail .container-md dl {
  width: 360px;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 750px) {
  /* line 247, ../sass/_story.scss */
  main.story section.story-detail .container-md dl {
    width: 100%;
    margin-top: 4vw;
  }
}
/* line 256, ../sass/_story.scss */
main.story section.story-detail .container-md dl:first-of-type {
  margin-top: 10px;
}
/* line 259, ../sass/_story.scss */
main.story section.story-detail .container-md dl dt {
  color: #9d7537;
  width: 46px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 750px) {
  /* line 259, ../sass/_story.scss */
  main.story section.story-detail .container-md dl dt {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 259, ../sass/_story.scss */
  main.story section.story-detail .container-md dl dt {
    width: 9vw;
    line-height: 1.4;
  }
}
/* line 270, ../sass/_story.scss */
main.story section.story-detail .container-md dl dd {
  width: 100%;
  padding-left: 30px;
  text-align: left;
}
@media (max-width: 750px) {
  /* line 270, ../sass/_story.scss */
  main.story section.story-detail .container-md dl dd {
    padding-left: 3vw;
    line-height: 1.4;
  }
}
/* line 280, ../sass/_story.scss */
main.story section.story-detail .container-md .topics {
  width: 566px;
  padding: 100px 35px 68px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../images/story/topix-box.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  /* line 280, ../sass/_story.scss */
  main.story section.story-detail .container-md .topics {
    width: 100%;
    padding: 9vw 7.5vw 5vw;
    display: block;
    margin-top: 8vw;
    background-image: url(../images/story/topix-box-sp.webp);
  }
}
/* line 296, ../sass/_story.scss */
main.story section.story-detail .container-md .topics p {
  width: 240px;
}
@media (max-width: 750px) {
  /* line 296, ../sass/_story.scss */
  main.story section.story-detail .container-md .topics p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 296, ../sass/_story.scss */
  main.story section.story-detail .container-md .topics p {
    width: 100%;
    margin-top: 2vw;
  }
}
/* line 304, ../sass/_story.scss */
main.story section.story-detail .container-md .topics img {
  width: 224px;
}
@media (max-width: 750px) {
  /* line 304, ../sass/_story.scss */
  main.story section.story-detail .container-md .topics img {
    width: 100%;
  }
}
/* line 313, ../sass/_story.scss */
main.story section.entry {
  padding-top: 130px;
}
@media (max-width: 750px) {
  /* line 313, ../sass/_story.scss */
  main.story section.entry {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}

/* line 2, ../sass/_product.scss */
main.product .vtitle {
  bottom: -88px;
}
/* line 6, ../sass/_product.scss */
main.product section:first-of-type {
  padding-top: 0;
  padding-bottom: 126px;
}
@media (max-width: 750px) {
  /* line 6, ../sass/_product.scss */
  main.product section:first-of-type {
    padding-bottom: 20vw;
  }
}
/* line 13, ../sass/_product.scss */
main.product section.brand {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  /* line 13, ../sass/_product.scss */
  main.product section.brand {
    padding-top: calc(150 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 13, ../sass/_product.scss */
  main.product section.brand {
    padding-bottom: calc(105 / 750 * 100 * 1vw);
  }
}
/* line 19, ../sass/_product.scss */
main.product section.brand .logo {
  width: 147px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  /* line 19, ../sass/_product.scss */
  main.product section.brand .logo {
    width: calc(147 / 750 * 100 * 1vw);
  }
}
/* line 26, ../sass/_product.scss */
main.product section.brand .logo.logo-2 {
  width: 353px;
}
@media (max-width: 750px) {
  /* line 26, ../sass/_product.scss */
  main.product section.brand .logo.logo-2 {
    width: calc(353 / 750 * 100 * 1vw);
  }
}
/* line 31, ../sass/_product.scss */
main.product section.brand .container {
  width: 770px;
}
@media (max-width: 750px) {
  /* line 31, ../sass/_product.scss */
  main.product section.brand .container {
    width: calc(100% - 13.66vw);
  }
}
/* line 36, ../sass/_product.scss */
main.product section.brand .container h2 {
  font-size: 20px;
  color: #9d7537;
  padding-bottom: 20px;
  margin-top: 36px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 36, ../sass/_product.scss */
  main.product section.brand .container h2 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 43, ../sass/_product.scss */
main.product section.brand .container h2:before {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  background: #9d7537;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 54, ../sass/_product.scss */
main.product section.brand .container p {
  letter-spacing: 0.1em;
  margin-top: 40px;
}
/* line 60, ../sass/_product.scss */
main.product section.process {
  padding-top: 150px;
  background: #fff;
  position: relative;
}
@media (max-width: 750px) {
  /* line 60, ../sass/_product.scss */
  main.product section.process {
    padding-top: calc(150 / 750 * 100 * 1vw);
  }
}
/* line 65, ../sass/_product.scss */
main.product section.process .label {
  font-size: 25px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #9d7537;
  line-height: 1;
  padding: 8px 8px;
  position: absolute;
  left: 0;
  top: -186px;
  letter-spacing: 0.2em;
  height: max-content;
}
@media (max-width: 750px) {
  /* line 65, ../sass/_product.scss */
  main.product section.process .label {
    font-size: calc(37.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 65, ../sass/_product.scss */
  main.product section.process .label {
    writing-mode: initial;
    top: -25vw;
  }
}
/* line 83, ../sass/_product.scss */
main.product section.process ul {
  width: 800px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 83, ../sass/_product.scss */
  main.product section.process ul {
    width: 100%;
  }
}
/* line 89, ../sass/_product.scss */
main.product section.process ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 32px 68px;
  background: #f4f4f2;
  margin-top: 50px;
  border-radius: 10px;
}
@media (max-width: 750px) {
  /* line 89, ../sass/_product.scss */
  main.product section.process ul li {
    display: block;
    padding: 8vw 5vw 5vw;
    margin-top: 10vw;
  }
}
/* line 103, ../sass/_product.scss */
main.product section.process ul li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #9d7537;
  color: #9d7537;
  font-family: "Bodoni Moda", serif;
  position: absolute;
  left: 4px;
  top: 0;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  /* line 103, ../sass/_product.scss */
  main.product section.process ul li .num {
    width: calc(87 / 750 * 100 * 1vw);
  }
}
/* line 119, ../sass/_product.scss */
main.product section.process ul li:first-of-type {
  margin-top: 0;
}
/* line 122, ../sass/_product.scss */
main.product section.process ul li img {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 50%);
  width: 5.583px;
}
/* line 129, ../sass/_product.scss */
main.product section.process ul li .title {
  font-size: 18px;
  color: #9d7537;
}
@media (max-width: 750px) {
  /* line 129, ../sass/_product.scss */
  main.product section.process ul li .title {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
/* line 134, ../sass/_product.scss */
main.product section.process ul li p:not(.title) {
  width: 500px;
}
@media (max-width: 750px) {
  /* line 134, ../sass/_product.scss */
  main.product section.process ul li p:not(.title) {
    width: 100%;
  }
}
/* line 143, ../sass/_product.scss */
main.product section .voice {
  padding-top: 50px;
  padding-bottom: 200px;
  background: #fff;
}
@media (max-width: 750px) {
  /* line 143, ../sass/_product.scss */
  main.product section .voice {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 143, ../sass/_product.scss */
  main.product section .voice {
    padding-bottom: calc(200 / 750 * 100 * 1vw);
  }
}
/* line 149, ../sass/_product.scss */
main.product section .voice.pb-10 {
  padding-bottom: 100px;
}
/* line 152, ../sass/_product.scss */
main.product section .voice img {
  width: 1200px;
  margin-inline: auto;
  display: block;
}
/* line 158, ../sass/_product.scss */
main.product section.others {
  background: #fff;
  padding-bottom: 110px;
  position: relative;
}
/* line 162, ../sass/_product.scss */
main.product section.others .object {
  position: absolute;
  left: 0;
  width: 100%;
  top: 110px;
}
/* line 168, ../sass/_product.scss */
main.product section.others .en-title {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Bodoni Moda", serif;
  line-height: calc(22 / 20);
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 168, ../sass/_product.scss */
  main.product section.others .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 177, ../sass/_product.scss */
main.product section.others h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  right: 0;
  line-height: calc(57 / 30);
}
@media (max-width: 750px) {
  /* line 177, ../sass/_product.scss */
  main.product section.others h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 186, ../sass/_product.scss */
main.product section.others h2 span {
  display: inline-block;
  position: relative;
}
@media (min-width: 751px) {
  /* line 190, ../sass/_product.scss */
  main.product section.others h2 span span:before {
    content: none;
  }
}
/* line 196, ../sass/_product.scss */
main.product section.others h2 span:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #9d7537;
}
/* line 206, ../sass/_product.scss */
main.product section.others h2 span .font {
  text-orientation: upright;
}
/* line 211, ../sass/_product.scss */
main.product section.others .list {
  width: 632px;
  margin-inline: auto;
  display: block;
}
@media (max-width: 750px) {
  /* line 211, ../sass/_product.scss */
  main.product section.others .list {
    width: 100%;
    transform: translate(0px, 65vw);
    padding-bottom: 65vw;
  }
}
/* line 221, ../sass/_product.scss */
main.product section.others .ranking {
  margin-top: 54px;
}
@media (max-width: 750px) {
  /* line 221, ../sass/_product.scss */
  main.product section.others .ranking {
    width: 100vw;
    max-width: initial;
    margin-left: -6.66vw;
  }
}
/* line 229, ../sass/_product.scss */
main.product section.others .container {
  width: 1100px;
}
@media (max-width: 750px) {
  /* line 229, ../sass/_product.scss */
  main.product section.others .container {
    width: calc(100% - 13.66vw);
  }
}

/* line 2, ../sass/_company.scss */
main.company .vtitle {
  bottom: -88px;
}
@media (max-width: 750px) {
  /* line 5, ../sass/_company.scss */
  main.company .mb-10 {
    margin-block: 10vw;
  }
}
/* line 11, ../sass/_company.scss */
main.company section:first-of-type {
  padding-top: 0;
  padding-bottom: 126px;
}
@media (max-width: 750px) {
  /* line 11, ../sass/_company.scss */
  main.company section:first-of-type {
    padding-bottom: 10vw;
  }
}
/* line 17, ../sass/_company.scss */
main.company section:first-of-type .lead {
  width: max-content;
  display: block;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 17, ../sass/_company.scss */
  main.company section:first-of-type .lead {
    width: 100%;
    padding-left: 10vw;
  }
}
/* line 27, ../sass/_company.scss */
main.company section.first {
  background: #fff;
  padding-bottom: 100px;
  position: relative;
}
/* line 31, ../sass/_company.scss */
main.company section.first .bg-image-01 {
  position: absolute;
  top: 290px;
  left: 0;
}
@media (max-width: 750px) {
  /* line 31, ../sass/_company.scss */
  main.company section.first .bg-image-01 {
    top: 38vw;
    width: 170vw;
    max-width: initial;
  }
}
/* line 41, ../sass/_company.scss */
main.company section.first .bg-image-02 {
  position: absolute;
  width: 42px;
  top: 1470px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 750px) {
  /* line 41, ../sass/_company.scss */
  main.company section.first .bg-image-02 {
    width: calc(64 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 41, ../sass/_company.scss */
  main.company section.first .bg-image-02 {
    top: 367vw;
  }
}
/* line 52, ../sass/_company.scss */
main.company section.first .bg-image-03 {
  position: absolute;
  width: 42px;
  top: 2010px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 750px) {
  /* line 52, ../sass/_company.scss */
  main.company section.first .bg-image-03 {
    width: calc(64 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 52, ../sass/_company.scss */
  main.company section.first .bg-image-03 {
    top: 555vw;
  }
}
/* line 64, ../sass/_company.scss */
main.company section.first .contents-title {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: relative;
  padding-block: 10px;
  display: block;
  margin-block: auto;
}
@media (max-width: 750px) {
  /* line 64, ../sass/_company.scss */
  main.company section.first .contents-title {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
/* line 72, ../sass/_company.scss */
main.company section.first .contents-title:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #231815;
}
/* line 83, ../sass/_company.scss */
main.company section.first .en-title {
  position: absolute;
  left: 0;
  top: 100px;
  font-family: "Bodoni Moda", serif;
  line-height: calc(22 / 20);
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 83, ../sass/_company.scss */
  main.company section.first .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 92, ../sass/_company.scss */
main.company section.first .visual {
  margin-top: 76px;
  width: 630px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  /* line 92, ../sass/_company.scss */
  main.company section.first .visual {
    width: 100%;
  }
}
@media (max-width: 750px) {
  /* line 92, ../sass/_company.scss */
  main.company section.first .visual {
    margin-top: calc(187 / 750 * 100 * 1vw);
  }
}
/* line 101, ../sass/_company.scss */
main.company section.first .visual h2 {
  position: absolute;
  left: -90px;
  top: -36px;
  writing-mode: vertical-rl;
  line-height: 3.5;
}
@media (max-width: 750px) {
  /* line 101, ../sass/_company.scss */
  main.company section.first .visual h2 {
    left: -3vw;
    top: 25vw;
  }
}
/* line 111, ../sass/_company.scss */
main.company section.first .visual h2 span {
  font-size: 25px;
  color: #fff;
  background: #9d7537;
  line-height: 1;
  padding: 8px 8px;
  display: inline-block;
  letter-spacing: 0.2em;
  height: max-content;
  margin-left: 10px;
}
@media (max-width: 750px) {
  /* line 111, ../sass/_company.scss */
  main.company section.first .visual h2 span {
    font-size: calc(37.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 111, ../sass/_company.scss */
  main.company section.first .visual h2 span {
    margin-left: 2vw;
  }
}
/* line 125, ../sass/_company.scss */
main.company section.first .visual h2 span:last-of-type {
  transform: translate(0, 50px);
}
@media (max-width: 750px) {
  /* line 130, ../sass/_company.scss */
  main.company section.first .visual > img {
    max-width: initial;
    width: calc(100vw);
    margin-left: -6.66vw;
  }
}
/* line 137, ../sass/_company.scss */
main.company section.first .visual p {
  margin-top: 54px;
}
@media (max-width: 750px) {
  /* line 137, ../sass/_company.scss */
  main.company section.first .visual p {
    margin-top: 4vw;
    padding-left: 24vw;
  }
}
/* line 144, ../sass/_company.scss */
main.company section.first .visual + img {
  margin-top: 60px;
}
/* line 149, ../sass/_company.scss */
main.company section.first .col2 {
  display: flex;
  justify-content: space-between;
  width: 902px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 149, ../sass/_company.scss */
  main.company section.first .col2 {
    width: 100%;
    flex-wrap: wrap;
  }
}
/* line 159, ../sass/_company.scss */
main.company section.first .col2.mt-18 {
  margin-top: 180px;
}
@media (max-width: 750px) {
  /* line 159, ../sass/_company.scss */
  main.company section.first .col2.mt-18 {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 163, ../sass/_company.scss */
main.company section.first .col2 + .col2 {
  margin-top: 85px;
}
@media (max-width: 750px) {
  /* line 163, ../sass/_company.scss */
  main.company section.first .col2 + .col2 {
    margin-top: 10vw;
  }
}
/* line 169, ../sass/_company.scss */
main.company section.first .col2 + .col2 div:first-of-type {
  order: 2;
}
/* line 171, ../sass/_company.scss */
main.company section.first .col2 + .col2 div:first-of-type img {
  width: 510px;
  max-width: initial;
  margin-top: 0;
  margin-left: -50px;
}
@media (max-width: 750px) {
  /* line 171, ../sass/_company.scss */
  main.company section.first .col2 + .col2 div:first-of-type img {
    width: 100%;
    margin-left: 0;
    margin-top: 10vw;
  }
}
/* line 182, ../sass/_company.scss */
main.company section.first .col2 + .col2 div:first-of-type P {
  margin-top: 40px;
}
@media (max-width: 750px) {
  /* line 182, ../sass/_company.scss */
  main.company section.first .col2 + .col2 div:first-of-type P {
    margin-top: 5vw;
  }
}
/* line 189, ../sass/_company.scss */
main.company section.first .col2 + .col2 div:nth-of-type(2) {
  order: 1;
  margin-top: 110px;
}
/* line 192, ../sass/_company.scss */
main.company section.first .col2 + .col2 div:nth-of-type(2) h2 {
  right: initial;
  left: -25px;
  top: -136px;
}
@media (max-width: 750px) {
  /* line 192, ../sass/_company.scss */
  main.company section.first .col2 + .col2 div:nth-of-type(2) h2 {
    right: initial;
    left: 1vw;
    top: -20vw;
  }
}
/* line 202, ../sass/_company.scss */
main.company section.first .col2 + .col2 div:nth-of-type(2) h2 span:last-of-type {
  transform: translate(0, 290px);
}
@media (max-width: 750px) {
  /* line 202, ../sass/_company.scss */
  main.company section.first .col2 + .col2 div:nth-of-type(2) h2 span:last-of-type {
    transform: translate(0, 55vw);
  }
}
/* line 214, ../sass/_company.scss */
main.company section.first .col2 div:first-of-type {
  width: 380px;
}
@media (max-width: 750px) {
  /* line 214, ../sass/_company.scss */
  main.company section.first .col2 div:first-of-type {
    order: 2;
    width: 100%;
  }
}
/* line 220, ../sass/_company.scss */
main.company section.first .col2 div:first-of-type p {
  padding-right: 20px;
}
@media (max-width: 750px) {
  /* line 220, ../sass/_company.scss */
  main.company section.first .col2 div:first-of-type p {
    margin-top: 4vw;
    padding-right: 0;
  }
}
/* line 227, ../sass/_company.scss */
main.company section.first .col2 div:first-of-type img {
  margin-top: 40px;
  width: 263px;
  margin-left: auto;
  display: block;
}
@media (max-width: 750px) {
  /* line 227, ../sass/_company.scss */
  main.company section.first .col2 div:first-of-type img {
    width: calc(394 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 227, ../sass/_company.scss */
  main.company section.first .col2 div:first-of-type img {
    margin-inline: auto;
    margin-top: 10vw;
  }
}
/* line 239, ../sass/_company.scss */
main.company section.first .col2 div:nth-of-type(2) {
  width: 406px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 239, ../sass/_company.scss */
  main.company section.first .col2 div:nth-of-type(2) {
    width: 100%;
    order: 1;
  }
}
/* line 246, ../sass/_company.scss */
main.company section.first .col2 div:nth-of-type(2) h2 {
  position: absolute;
  right: -25px;
  top: -136px;
  writing-mode: vertical-rl;
  line-height: 3.5;
}
@media (max-width: 750px) {
  /* line 246, ../sass/_company.scss */
  main.company section.first .col2 div:nth-of-type(2) h2 {
    right: 3vw;
    top: -14vw;
  }
}
/* line 256, ../sass/_company.scss */
main.company section.first .col2 div:nth-of-type(2) h2 span {
  font-size: 25px;
  color: #fff;
  background: #9d7537;
  line-height: 1;
  padding: 8px 8px;
  display: inline-block;
  letter-spacing: 0.2em;
  height: max-content;
  margin-left: 10px;
}
@media (max-width: 750px) {
  /* line 256, ../sass/_company.scss */
  main.company section.first .col2 div:nth-of-type(2) h2 span {
    font-size: calc(37.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 256, ../sass/_company.scss */
  main.company section.first .col2 div:nth-of-type(2) h2 span {
    margin-left: 2vw;
  }
}
/* line 270, ../sass/_company.scss */
main.company section.first .col2 div:nth-of-type(2) h2 span:last-of-type {
  transform: translate(0, 50px);
}
/* line 278, ../sass/_company.scss */
main.company section.first .link-area {
  width: 532px;
  margin-inline: auto;
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 278, ../sass/_company.scss */
  main.company section.first .link-area {
    width: 100%;
  }
  /* line 285, ../sass/_company.scss */
  main.company section.first .link-area > img {
    width: calc(100% + 13.33vw);
    max-width: initial;
    margin-left: -6.66vw;
  }
}
@media (max-width: 750px) {
  /* line 278, ../sass/_company.scss */
  main.company section.first .link-area {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 292, ../sass/_company.scss */
main.company section.first .link-area .link {
  width: 500px;
  margin-top: 150px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 292, ../sass/_company.scss */
  main.company section.first .link-area .link {
    width: 100%;
    margin-top: 5vw;
  }
}
/* line 301, ../sass/_company.scss */
main.company section.first .link-area .link a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 0 14px 20px 20px;
  border-bottom: 1px solid #231815;
  color: #231815;
  width: 100%;
}
@media (max-width: 750px) {
  /* line 301, ../sass/_company.scss */
  main.company section.first .link-area .link a {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
/* line 315, ../sass/_company.scss */
main.company section.action {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 180px;
}
@media (max-width: 750px) {
  /* line 315, ../sass/_company.scss */
  main.company section.action {
    padding-bottom: calc(150 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 315, ../sass/_company.scss */
  main.company section.action {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 321, ../sass/_company.scss */
main.company section.action h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: relative;
  padding-block: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: -70px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 321, ../sass/_company.scss */
  main.company section.action h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 321, ../sass/_company.scss */
  main.company section.action h2 {
    top: -6vw;
    right: -1.5vw;
    z-index: 2;
    background: #fff;
  }
}
/* line 338, ../sass/_company.scss */
main.company section.action h2:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #231815;
}
/* line 349, ../sass/_company.scss */
main.company section.action .intoroduction {
  border: 1px solid #9d7537;
  width: 906px;
  margin-inline: auto;
  padding: 48px 50px 90px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 349, ../sass/_company.scss */
  main.company section.action .intoroduction {
    width: 100%;
    padding: 4vw 5vw 10vw;
  }
}
/* line 359, ../sass/_company.scss */
main.company section.action .intoroduction:after {
  content: none;
}
@media (max-width: 750px) {
  /* line 359, ../sass/_company.scss */
  main.company section.action .intoroduction:after {
    background-color: #fff;
    content: "";
    display: block;
    width: 20vw;
    height: 20vw;
    right: -6vw;
    position: absolute;
    top: -11vw;
  }
}
/* line 372, ../sass/_company.scss */
main.company section.action .intoroduction:before {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  background-color: #fff;
  position: absolute;
  right: -10px;
  top: 0px;
}
@media (max-width: 750px) {
  /* line 372, ../sass/_company.scss */
  main.company section.action .intoroduction:before {
    width: 7vw;
    height: 74vw;
    right: -10px;
    top: -5vw;
  }
}
/* line 388, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box {
  display: flex;
  justify-content: space-between;
  background-image: url(../images/common/default-bg.webp);
  padding: 26px 32px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  /* line 388, ../sass/_company.scss */
  main.company section.action .intoroduction .intoroduction-box {
    margin-top: 5vw;
    display: block;
    padding: 5vw 4vw;
  }
}
/* line 399, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box + .intoroduction-box {
  margin-top: 20px;
}
/* line 401, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box + .intoroduction-box img {
  width: 408px;
}
@media (max-width: 750px) {
  /* line 401, ../sass/_company.scss */
  main.company section.action .intoroduction .intoroduction-box + .intoroduction-box img {
    width: 100%;
  }
}
/* line 407, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box + .intoroduction-box div {
  width: 300px;
}
@media (max-width: 750px) {
  /* line 407, ../sass/_company.scss */
  main.company section.action .intoroduction .intoroduction-box + .intoroduction-box div {
    width: 100%;
  }
}
/* line 412, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box + .intoroduction-box div h3 {
  width: max-content;
}
/* line 417, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box img {
  width: 334px;
}
@media (max-width: 750px) {
  /* line 417, ../sass/_company.scss */
  main.company section.action .intoroduction .intoroduction-box img {
    width: 100%;
    margin-top: 4vw;
  }
}
/* line 424, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box div {
  width: 355px;
}
@media (max-width: 750px) {
  /* line 424, ../sass/_company.scss */
  main.company section.action .intoroduction .intoroduction-box div {
    width: 100%;
  }
}
/* line 429, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box div h3 {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 16px;
  position: relative;
  color: #9d7537;
  line-height: 1.8;
}
@media (max-width: 750px) {
  /* line 429, ../sass/_company.scss */
  main.company section.action .intoroduction .intoroduction-box div h3 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 429, ../sass/_company.scss */
  main.company section.action .intoroduction .intoroduction-box div h3 {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}
/* line 443, ../sass/_company.scss */
main.company section.action .intoroduction .intoroduction-box div h3:before {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  background: #9d7537;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 458, ../sass/_company.scss */
main.company section.brand {
  padding-top: 285px;
  padding-bottom: 240px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 458, ../sass/_company.scss */
  main.company section.brand {
    padding-top: calc(380 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 458, ../sass/_company.scss */
  main.company section.brand {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 465, ../sass/_company.scss */
main.company section.brand .objext {
  width: 932px;
  position: absolute;
  bottom: -160px;
  left: 0;
}
@media (max-width: 750px) {
  /* line 465, ../sass/_company.scss */
  main.company section.brand .objext {
    left: 0;
    bottom: -10vw;
    width: 120%;
    max-width: initial;
  }
}
/* line 480, ../sass/_company.scss */
main.company section.brand h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: relative;
  padding-block: 10px;
  display: block;
  position: absolute;
  left: 50%;
  top: -285px;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 480, ../sass/_company.scss */
  main.company section.brand h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 480, ../sass/_company.scss */
  main.company section.brand h2 {
    top: -39vw;
  }
}
/* line 495, ../sass/_company.scss */
main.company section.brand h2:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #231815;
}
/* line 506, ../sass/_company.scss */
main.company section.brand .en-title {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -150px;
  font-family: "Bodoni Moda", serif;
  line-height: calc(22 / 20);
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 506, ../sass/_company.scss */
  main.company section.brand .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 506, ../sass/_company.scss */
  main.company section.brand .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 506, ../sass/_company.scss */
  main.company section.brand .en-title {
    top: -26vw;
  }
}
/* line 520, ../sass/_company.scss */
main.company section.brand .brand-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 805px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  /* line 520, ../sass/_company.scss */
  main.company section.brand .brand-detail {
    width: 100%;
    display: block;
  }
}
/* line 530, ../sass/_company.scss */
main.company section.brand .brand-detail + .brand-detail {
  margin-top: 60px;
}
/* line 532, ../sass/_company.scss */
main.company section.brand .brand-detail + .brand-detail > img {
  width: 289px;
  margin-left: 0;
}
@media (max-width: 750px) {
  /* line 532, ../sass/_company.scss */
  main.company section.brand .brand-detail + .brand-detail > img {
    width: calc(343 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 532, ../sass/_company.scss */
  main.company section.brand .brand-detail + .brand-detail > img {
    margin-inline: auto;
    display: block;
    margin-bottom: 4vw;
  }
}
/* line 543, ../sass/_company.scss */
main.company section.brand .brand-detail > img {
  width: 134px;
  margin-left: 70px;
}
@media (max-width: 750px) {
  /* line 543, ../sass/_company.scss */
  main.company section.brand .brand-detail > img {
    width: calc(201 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 543, ../sass/_company.scss */
  main.company section.brand .brand-detail > img {
    display: block;
    margin-inline: auto;
    margin-bottom: 4vw;
  }
}
/* line 553, ../sass/_company.scss */
main.company section.brand .brand-detail div {
  width: 460px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 553, ../sass/_company.scss */
  main.company section.brand .brand-detail div {
    width: 100%;
  }
}
/* line 559, ../sass/_company.scss */
main.company section.brand .brand-detail div .label {
  font-size: 20px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #9d7537;
  padding: 6px 6px;
  position: absolute;
  right: 25px;
  top: -25px;
  margin-top: 0;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 559, ../sass/_company.scss */
  main.company section.brand .brand-detail div .label {
    font-size: calc(34 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 559, ../sass/_company.scss */
  main.company section.brand .brand-detail div .label {
    right: 4vw;
    top: -6vw;
    padding: 2vw 2vw;
  }
}
/* line 578, ../sass/_company.scss */
main.company section.brand .brand-detail div p {
  margin-top: 20px;
}
/* line 585, ../sass/_company.scss */
main.company section.brand .col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 585, ../sass/_company.scss */
  main.company section.brand .col2 {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 585, ../sass/_company.scss */
  main.company section.brand .col2 {
    display: block;
  }
}
/* line 593, ../sass/_company.scss */
main.company section.brand .col2 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  /* line 593, ../sass/_company.scss */
  main.company section.brand .col2 > div {
    flex-wrap: wrap;
    margin-top: 12vw;
  }
  /* line 600, ../sass/_company.scss */
  main.company section.brand .col2 > div:first-of-type {
    margin-top: 0;
  }
}
/* line 604, ../sass/_company.scss */
main.company section.brand .col2 > div > img {
  width: 221px;
}
@media (max-width: 750px) {
  /* line 604, ../sass/_company.scss */
  main.company section.brand .col2 > div > img {
    width: calc(342 / 750 * 100 * 1vw);
  }
}
/* line 608, ../sass/_company.scss */
main.company section.brand .col2 > div div {
  width: 234px;
  margin-left: 24px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 608, ../sass/_company.scss */
  main.company section.brand .col2 > div div {
    width: 34vw;
    margin-left: 6vw;
    margin-top: 12vw;
    position: relative;
  }
}
/* line 618, ../sass/_company.scss */
main.company section.brand .col2 > div div .label {
  font-size: 20px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #9d7537;
  padding: 6px 6px;
  position: absolute;
  right: 25px;
  top: -25px;
  margin-top: 0;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 618, ../sass/_company.scss */
  main.company section.brand .col2 > div div .label {
    font-size: calc(34 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 618, ../sass/_company.scss */
  main.company section.brand .col2 > div div .label {
    right: initial;
    left: -50vw;
    top: -20vw;
    padding: 2vw 2vw;
  }
}
/* line 639, ../sass/_company.scss */
main.company section.brand .col2 > div .pc {
  margin-top: 12px;
}
/* line 642, ../sass/_company.scss */
main.company section.brand .col2 > div > p {
  width: 100%;
  margin-top: 4vw;
}
/* line 648, ../sass/_company.scss */
main.company section.brand .col2 > div:nth-of-type(1) div img {
  width: 114px;
}
/* line 655, ../sass/_company.scss */
main.company section.brand .col2 > div:nth-of-type(2) div img {
  width: 148px;
}
/* line 663, ../sass/_company.scss */
main.company section.data {
  background: #fff;
  padding-top: 160px;
  padding-bottom: 105px;
}
@media (max-width: 750px) {
  /* line 663, ../sass/_company.scss */
  main.company section.data {
    padding-top: calc(140 / 750 * 100 * 1vw);
  }
}
/* line 668, ../sass/_company.scss */
main.company section.data h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: relative;
  padding-block: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: -70px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 668, ../sass/_company.scss */
  main.company section.data h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 668, ../sass/_company.scss */
  main.company section.data h2 {
    top: -12vw;
    left: -4vw;
  }
}
/* line 683, ../sass/_company.scss */
main.company section.data h2:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #231815;
}
/* line 694, ../sass/_company.scss */
main.company section.data img {
  width: 907px;
  display: block;
  margin-left: auto;
}
@media (max-width: 750px) {
  /* line 694, ../sass/_company.scss */
  main.company section.data img {
    width: 100%;
  }
}
/* line 702, ../sass/_company.scss */
main.company section.data .en-title {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: -80px;
  font-family: "Bodoni Moda", serif;
  line-height: calc(22 / 20);
  text-align: right;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 702, ../sass/_company.scss */
  main.company section.data .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 702, ../sass/_company.scss */
  main.company section.data .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 702, ../sass/_company.scss */
  main.company section.data .en-title {
    top: -12vw;
  }
}
/* line 718, ../sass/_company.scss */
main.company section.company-info {
  padding-top: 160px;
  padding-bottom: 105px;
}
@media (max-width: 750px) {
  /* line 718, ../sass/_company.scss */
  main.company section.company-info {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 718, ../sass/_company.scss */
  main.company section.company-info {
    padding-top: calc(180 / 750 * 100 * 1vw);
  }
}
/* line 723, ../sass/_company.scss */
main.company section.company-info h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: relative;
  padding-block: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: -70px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 723, ../sass/_company.scss */
  main.company section.company-info h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 723, ../sass/_company.scss */
  main.company section.company-info h2 {
    top: -37.5vw;
  }
}
/* line 737, ../sass/_company.scss */
main.company section.company-info h2:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #231815;
}
/* line 748, ../sass/_company.scss */
main.company section.company-info .en-title {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: -80px;
  font-family: "Bodoni Moda", serif;
  line-height: calc(22 / 20);
  text-align: right;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 748, ../sass/_company.scss */
  main.company section.company-info .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 748, ../sass/_company.scss */
  main.company section.company-info .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 748, ../sass/_company.scss */
  main.company section.company-info .en-title {
    top: -17vw;
  }
}
/* line 764, ../sass/_company.scss */
main.company section.company-info .container .table {
  width: 734px;
  margin-inline: auto;
  padding: 35px 40px;
  background: #fff;
  margin-top: 16px;
  border-radius: 10px;
}
@media (max-width: 750px) {
  /* line 764, ../sass/_company.scss */
  main.company section.company-info .container .table {
    width: 100%;
    padding: 4vw 5vw;
  }
}
/* line 775, ../sass/_company.scss */
main.company section.company-info .container .table:nth-of-type(1) {
  margin-top: 0;
}
/* line 780, ../sass/_company.scss */
main.company section.company-info .container .table:last-of-type dl dt,
main.company section.company-info .container .table:last-of-type dl dd {
  padding: 0;
}
/* line 784, ../sass/_company.scss */
main.company section.company-info .container .table:last-of-type dl dd {
  padding-left: 20px;
}
/* line 789, ../sass/_company.scss */
main.company section.company-info .container .table dl {
  display: flex;
}
/* line 793, ../sass/_company.scss */
main.company section.company-info .container .table dl:last-of-type dd div {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 800, ../sass/_company.scss */
main.company section.company-info .container .table dl dt {
  width: 92px;
  padding-bottom: 32px;
  border-right: 1px solid #d7d6d5;
}
@media (max-width: 750px) {
  /* line 800, ../sass/_company.scss */
  main.company section.company-info .container .table dl dt {
    width: 19.7vw;
    padding-bottom: 4vw;
  }
}
/* line 809, ../sass/_company.scss */
main.company section.company-info .container .table dl dd {
  display: flex;
  padding-left: 20px;
}
/* line 812, ../sass/_company.scss */
main.company section.company-info .container .table dl dd div {
  width: 240px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d7d6d5;
}
@media (max-width: 750px) {
  /* line 812, ../sass/_company.scss */
  main.company section.company-info .container .table dl dd div {
    width: calc(390 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 812, ../sass/_company.scss */
  main.company section.company-info .container .table dl dd div {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
}
/* line 822, ../sass/_company.scss */
main.company section.company-info .container .table dl dd div:nth-of-type(2) {
  margin-left: 30px;
}
/* line 827, ../sass/_company.scss */
main.company section.company-info .container .table dl dd h3 {
  color: #9d7537;
  width: max-content;
  font-size: 18px;
}
@media (max-width: 750px) {
  /* line 827, ../sass/_company.scss */
  main.company section.company-info .container .table dl dd h3 {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
/* line 832, ../sass/_company.scss */
main.company section.company-info .container .table dl dd h3 + p {
  margin-top: 10px;
}
/* line 841, ../sass/_company.scss */
main.company section.shop {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 105px;
}
@media (max-width: 750px) {
  /* line 841, ../sass/_company.scss */
  main.company section.shop {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 841, ../sass/_company.scss */
  main.company section.shop {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 848, ../sass/_company.scss */
main.company section.shop .container:first-of-type, main.company section.shop .container:nth-of-type(2) {
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid #d7d6d5;
}
@media (max-width: 750px) {
  /* line 848, ../sass/_company.scss */
  main.company section.shop .container:first-of-type, main.company section.shop .container:nth-of-type(2) {
    margin-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 848, ../sass/_company.scss */
  main.company section.shop .container:first-of-type, main.company section.shop .container:nth-of-type(2) {
    padding-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 857, ../sass/_company.scss */
main.company section.shop h2 {
  writing-mode: vertical-rl;
  font-size: 30px;
  position: relative;
  padding-block: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  /* line 857, ../sass/_company.scss */
  main.company section.shop h2 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 857, ../sass/_company.scss */
  main.company section.shop h2 {
    left: initial;
    right: 0;
  }
}
/* line 872, ../sass/_company.scss */
main.company section.shop h2:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #231815;
}
/* line 884, ../sass/_company.scss */
main.company section.shop .en-title {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 0;
  font-family: "Bodoni Moda", serif;
  line-height: calc(22 / 20);
  text-align: right;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  /* line 884, ../sass/_company.scss */
  main.company section.shop .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 884, ../sass/_company.scss */
  main.company section.shop .en-title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 884, ../sass/_company.scss */
  main.company section.shop .en-title {
    left: 0;
    right: initial;
  }
}
/* line 901, ../sass/_company.scss */
main.company section.shop .brand-01 .logo {
  width: 136px;
}
@media (max-width: 750px) {
  /* line 901, ../sass/_company.scss */
  main.company section.shop .brand-01 .logo {
    width: calc(205 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 901, ../sass/_company.scss */
  main.company section.shop .brand-01 .logo {
    margin-top: 12vw;
  }
}
/* line 910, ../sass/_company.scss */
main.company section.shop .brand-02 .logo {
  width: 289px;
}
@media (max-width: 750px) {
  /* line 910, ../sass/_company.scss */
  main.company section.shop .brand-02 .logo {
    width: 44vw;
  }
}
/* line 917, ../sass/_company.scss */
main.company section.shop .notice {
  position: absolute;
  right: 290px;
  top: 40px;
}
@media (max-width: 750px) {
  /* line 917, ../sass/_company.scss */
  main.company section.shop .notice {
    width: max-content;
    right: 0;
    top: 5vw;
  }
}
/* line 926, ../sass/_company.scss */
main.company section.shop .notice .label {
  font-size: 16px;
  background: #cbaf5c;
  color: #fff;
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
}
/* line 938, ../sass/_company.scss */
main.company section.shop .brand-01,
main.company section.shop .brand-02,
main.company section.shop .brand-03 {
  width: 825px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  /* line 938, ../sass/_company.scss */
  main.company section.shop .brand-01,
  main.company section.shop .brand-02,
  main.company section.shop .brand-03 {
    width: 100%;
  }
}
/* line 947, ../sass/_company.scss */
main.company section.shop .brand-01 > div,
main.company section.shop .brand-02 > div,
main.company section.shop .brand-03 > div {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 750px) {
  /* line 947, ../sass/_company.scss */
  main.company section.shop .brand-01 > div,
  main.company section.shop .brand-02 > div,
  main.company section.shop .brand-03 > div {
    margin-top: 10vw;
  }
}
/* line 955, ../sass/_company.scss */
main.company section.shop .brand-01 > div div,
main.company section.shop .brand-02 > div div,
main.company section.shop .brand-03 > div div {
  width: 230px;
  margin-right: 40px;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 955, ../sass/_company.scss */
  main.company section.shop .brand-01 > div div,
  main.company section.shop .brand-02 > div div,
  main.company section.shop .brand-03 > div div {
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
  }
}
/* line 965, ../sass/_company.scss */
main.company section.shop .brand-01 > div div .label,
main.company section.shop .brand-02 > div div .label,
main.company section.shop .brand-03 > div div .label {
  font-size: 16px;
  background: #cbaf5c;
  color: #fff;
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
}
/* line 976, ../sass/_company.scss */
main.company section.shop .brand-01 > div div:nth-of-type(1), main.company section.shop .brand-01 > div div:nth-of-type(2), main.company section.shop .brand-01 > div div:nth-of-type(3),
main.company section.shop .brand-02 > div div:nth-of-type(1),
main.company section.shop .brand-02 > div div:nth-of-type(2),
main.company section.shop .brand-02 > div div:nth-of-type(3),
main.company section.shop .brand-03 > div div:nth-of-type(1),
main.company section.shop .brand-03 > div div:nth-of-type(2),
main.company section.shop .brand-03 > div div:nth-of-type(3) {
  margin-top: 0;
}
@media (max-width: 750px) {
  /* line 981, ../sass/_company.scss */
  main.company section.shop .brand-01 > div div:nth-of-type(2), main.company section.shop .brand-01 > div div:nth-of-type(3),
  main.company section.shop .brand-02 > div div:nth-of-type(2),
  main.company section.shop .brand-02 > div div:nth-of-type(3),
  main.company section.shop .brand-03 > div div:nth-of-type(2),
  main.company section.shop .brand-03 > div div:nth-of-type(3) {
    margin-top: 5vw;
  }
}
/* line 987, ../sass/_company.scss */
main.company section.shop .brand-01 > div div:last-of-type,
main.company section.shop .brand-02 > div div:last-of-type,
main.company section.shop .brand-03 > div div:last-of-type {
  width: 100%;
}
/* line 991, ../sass/_company.scss */
main.company section.shop .brand-01 > div div p:first-of-type,
main.company section.shop .brand-02 > div div p:first-of-type,
main.company section.shop .brand-03 > div div p:first-of-type {
  width: max-content;
}
/* line 994, ../sass/_company.scss */
main.company section.shop .brand-01 > div div p:last-of-type,
main.company section.shop .brand-02 > div div p:last-of-type,
main.company section.shop .brand-03 > div div p:last-of-type {
  border-top: 1px solid #9d7537;
  margin-top: 10px;
  padding-top: 10px;
}
