@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
/* line 7, ../_base.scss */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 84, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 94, ../_base.scss */
html {
  box-sizing: border-box;
}

/* line 97, ../_base.scss */
*:before,
*:after {
  box-sizing: inherit;
}

/* line 102, ../_base.scss */
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 107, ../_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 121, ../_base.scss */
p {
  text-align: justify;
}

/* line 125, ../_base.scss */
nav ul {
  list-style: none;
}

/* line 129, ../_base.scss */
blockquote,
q {
  quotes: none;
}

/* line 134, ../_base.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 142, ../_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 152, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 159, ../_base.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 166, ../_base.scss */
del {
  text-decoration: line-through;
}

/* line 170, ../_base.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 176, ../_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 182, ../_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 191, ../_base.scss */
input,
select {
  vertical-align: middle;
  outline: 0;
}

/* line 197, ../_base.scss */
ul,
li {
  list-style: none;
}

/* line 203, ../_base.scss */
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 212, ../_base.scss */
input[type="text"]:focus,
input[type="button"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

/* line 221, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 224, ../_base.scss */
input[type="text"]:focus:placeholder-shown,
input[type="button"]:focus:placeholder-shown,
input[type="submit"]:focus:placeholder-shown,
input[type="tel"]:focus:placeholder-shown,
input[type="email"]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

/* line 232, ../_base.scss */
input[type="text"]:focus:-webkit-input-placeholder,
input[type="button"]:focus:-webkit-input-placeholder,
input[type="submit"]:focus:-webkit-input-placeholder,
input[type="tel"]:focus:-webkit-input-placeholder,
input[type="email"]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

/* line 240, ../_base.scss */
input[type="text"]:focus:-moz-placeholder,
input[type="button"]:focus:-moz-placeholder,
input[type="submit"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

/* line 248, ../_base.scss */
input[type="text"]:focus:-ms-input-placeholder,
input[type="button"]:focus:-ms-input-placeholder,
input[type="submit"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

/* line 256, ../_base.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/* line 271, ../_base.scss */
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown {
  color: #ddd;
}

/* line 276, ../_base.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #ddd;
}

/* line 281, ../_base.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

/* line 288, ../_base.scss */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 294, ../_base.scss */
textarea {
  resize: vertical;
}

/* line 297, ../_base.scss */
textarea:placeholder-shown {
  color: #ddd;
}

/* line 300, ../_base.scss */
textarea::-webkit-input-placeholder {
  color: #ddd;
}

/* line 303, ../_base.scss */
textarea::-moz-placeholder {
  color: #ddd;
}

/* line 308, ../_base.scss */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 314, ../_base.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 320, ../_base.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 326, ../_base.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 331, ../_base.scss */
button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 338, ../_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #58514b;
}
@media screen and (min-width: 896px) {
  /* line 338, ../_base.scss */
  a {
    transition: 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  /* line 346, ../_base.scss */
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 356, ../_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

/* line 362, ../_base.scss */
th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

/* line 370, ../_base.scss */
caption {
  text-align: left;
}

/* line 374, ../_base.scss */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* line 379, ../_base.scss */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #58514a;
  font-display: swap;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 896px) {
  /* line 395, ../_base.scss */
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* line 403, ../_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 408, ../_base.scss */
svg {
  width: 100%;
  height: auto;
}

/* line 413, ../_base.scss */
.slick-list:focus {
  outline: none !important;
}

@font-face {
  font-family: 'katyoubb';
  font-weight: 700;
  src: url(../../fonts/katyoubb.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'midashi_mb31';
  font-style: normal;
  src: url(../../fonts/A-OTF-MidashiGoPr6-MB31.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'midashi_mb1_bold';
  font-weight: 700;
  font-style: normal;
  src: url(../../fonts/A-OTF-MiGoMB1Std-DeBold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  src: url(../../fonts/Barlow-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'GenJyuuGothicX';
  font-weight: 700;
  src: url(../../fonts/GenJyuuGothicX-Bold.ttf) format("truetype");
  font-display: swap;
}
/* line 64, ../_module.scss */
.basetxt {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  /* line 64, ../_module.scss */
  .basetxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 64, ../_module.scss */
  .basetxt {
    font-size: 1.3rem;
  }
}

/* line 75, ../_module.scss */
.p_txt {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  /* line 75, ../_module.scss */
  .p_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 75, ../_module.scss */
  .p_txt {
    font-size: 1.4rem;
  }
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/* line 111, ../_module.scss */
.baselink {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 897px) {
  /* line 111, ../_module.scss */
  .baselink {
    padding-left: 50px;
  }
  /* line 119, ../_module.scss */
  .baselink:hover:before {
    animation: fluidrotate 8s linear 0s infinite;
    transform: translate(0, -50%) scale(1.3);
  }
}
@media screen and (max-width: 896px) {
  /* line 111, ../_module.scss */
  .baselink {
    padding-left: 40px;
  }
}
/* line 128, ../_module.scss */
.baselink:before, .baselink:after {
  content: '';
  position: absolute;
  top: 50%;
}
/* line 133, ../_module.scss */
.baselink:before {
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fcb75c;
  transition: .5s ease;
}
@media screen and (min-width: 897px) {
  /* line 133, ../_module.scss */
  .baselink:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 133, ../_module.scss */
  .baselink:before {
    width: 32px;
    height: 32px;
  }
}
/* line 148, ../_module.scss */
.baselink:after {
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
}
@media screen and (min-width: 897px) {
  /* line 148, ../_module.scss */
  .baselink:after {
    left: 16px;
  }
}
@media screen and (max-width: 896px) {
  /* line 148, ../_module.scss */
  .baselink:after {
    left: 10px;
  }
}

/* line 163, ../_module.scss */
.talk_sec {
  padding: 92px 0 0;
}
/* line 165, ../_module.scss */
.talk_sec_inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  /* line 169, ../_module.scss */
  .talk_sec_talk {
    margin-top: 45px;
  }
}
@media screen and (max-width: 896px) {
  /* line 175, ../_module.scss */
  .talk_sec .tag_flex .tag_box {
    text-align: left;
  }
}
/* line 179, ../_module.scss */
.talk_sec .tag_flex .tag_box:nth-of-type(1) {
  margin-right: 53px;
}
@media screen and (max-width: 896px) {
  /* line 179, ../_module.scss */
  .talk_sec .tag_flex .tag_box:nth-of-type(1) {
    margin-right: 39px;
  }
}
/* line 184, ../_module.scss */
.talk_sec .tag_flex .tag_box:nth-of-type(1):after {
  background: url(/asset/img/ban-asai/ico_arrow_r01.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 6px;
  right: -38px;
}
@media screen and (max-width: 896px) {
  /* line 184, ../_module.scss */
  .talk_sec .tag_flex .tag_box:nth-of-type(1):after {
    top: 50%;
    transform: translate(0, -50%);
    right: -31px;
    left: auto;
  }
}
/* line 200, ../_module.scss */
.talk_sec_ttl {
  font-size: 40px;
  font-family: "midashi_mb1_bold";
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  /* line 200, ../_module.scss */
  .talk_sec_ttl {
    font-size: 21px;
    margin-top: 23px;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 897px) {
  /* line 213, ../_module.scss */
  .talk_sec_talk {
    margin-top: 60px;
  }
}
@media screen and (min-width: 897px) {
  /* line 218, ../_module.scss */
  .talk_sec .talk_wrap {
    margin-top: 39px;
  }
}

/* line 229, ../_module.scss */
.talk_wrap {
  display: flex;
  margin-bottom: 22px;
}
@media screen and (max-width: 896px) {
  /* line 229, ../_module.scss */
  .talk_wrap {
    flex-wrap: wrap;
  }
}
/* line 235, ../_module.scss */
.talk_wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 238, ../_module.scss */
.talk_wrap_term {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  width: 70px;
}
@media screen and (max-width: 896px) {
  /* line 238, ../_module.scss */
  .talk_wrap_term {
    width: 100%;
  }
}
/* line 246, ../_module.scss */
.talk_wrap_term.pink {
  color: #dfb6b1;
}
/* line 249, ../_module.scss */
.talk_wrap_term.green {
  color: #bccdbc;
}
/* line 252, ../_module.scss */
.talk_wrap_term.gold {
  color: #d0c69d;
}
/* line 255, ../_module.scss */
.talk_wrap_term.blue {
  color: #acc6cd;
}
/* line 259, ../_module.scss */
.talk_wrap_txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  width: 697px;
}
@media screen and (min-width: 897px) {
  /* line 259, ../_module.scss */
  .talk_wrap_txt {
    max-width: 780px;
  }
}
@media screen and (max-width: 896px) {
  /* line 259, ../_module.scss */
  .talk_wrap_txt {
    margin-top: 7px;
    width: 100%;
  }
}

/* line 273, ../_module.scss */
.tag_box {
  width: max-content;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding: 11px 22px;
  border-radius: 4px;
  letter-spacing: 0.1em;
}
/* line 283, ../_module.scss */
.tag_box.pink {
  background-color: #dfb6b1;
}
/* line 286, ../_module.scss */
.tag_box.green {
  background-color: #bccdbc;
}
/* line 289, ../_module.scss */
.tag_box.gold {
  background-color: #d0c69d;
}
/* line 292, ../_module.scss */
.tag_box.blue {
  background-color: #acc6cd;
}
@media screen and (max-width: 896px) {
  /* line 273, ../_module.scss */
  .tag_box {
    padding: 10px;
    font-size: 12px;
  }
}

/* line 301, ../_module.scss */
.tag_flex {
  display: flex;
  align-items: center;
}
/* line 304, ../_module.scss */
.tag_flex .tag_box {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 304, ../_module.scss */
  .tag_flex .tag_box {
    margin-right: 37px;
  }
}
@media screen and (max-width: 896px) {
  /* line 304, ../_module.scss */
  .tag_flex .tag_box {
    margin: 0;
  }
}
/* line 312, ../_module.scss */
.tag_flex .tag_box::after {
  background: url(/asset/img/common/ico_x01.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  /* line 312, ../_module.scss */
  .tag_flex .tag_box::after {
    top: auto;
    bottom: -37px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
/* line 331, ../_module.scss */
.tag_flex .tag_box:nth-last-of-type(1) {
  position: initial;
}
@media screen and (min-width: 897px) {
  /* line 331, ../_module.scss */
  .tag_flex .tag_box:nth-last-of-type(1) {
    margin-right: 0;
  }
}
/* line 336, ../_module.scss */
.tag_flex .tag_box:nth-last-of-type(1)::after {
  display: none;
}

/* line 343, ../_module.scss */
.work_talk_link {
  text-align: center;
  display: block;
  cursor: pointer !important;
}
@media screen and (min-width: 897px) {
  /* line 350, ../_module.scss */
  .work_talk_link:nth-of-type(1) .work_talk_link_position_box .tag_box {
    width: 330px;
  }
}
/* line 358, ../_module.scss */
.work_talk_link_ttl {
  font-size: 34px;
  font-weight: bold;
  margin-top: 48px;
  line-height: 1.55;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 896px) {
  /* line 358, ../_module.scss */
  .work_talk_link_ttl {
    font-size: 22px;
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 369, ../_module.scss */
  .work_talk_link_img {
    width: 90%;
    margin: 0 auto;
  }
  /* line 373, ../_module.scss */
  .work_talk_link_img img {
    transition: .5s ease;
  }
}
/* line 379, ../_module.scss */
.work_talk_link .baselink:hover {
  animation: none;
  transform: none;
}
/* line 384, ../_module.scss */
.work_talk_link_position {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
@media screen and (max-width: 896px) {
  /* line 384, ../_module.scss */
  .work_talk_link_position {
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}
/* line 393, ../_module.scss */
.work_talk_link_position_box {
  margin-right: 37px;
  width: max-content;
}
@media screen and (max-width: 896px) {
  /* line 393, ../_module.scss */
  .work_talk_link_position_box {
    width: 100%;
    margin: 0;
  }
}
/* line 400, ../_module.scss */
.work_talk_link_position_box:nth-of-type(1) {
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 400, ../_module.scss */
  .work_talk_link_position_box:nth-of-type(1) {
    margin: 0 0 50px;
  }
}
/* line 405, ../_module.scss */
.work_talk_link_position_box:nth-of-type(1)::after {
  background: url(/asset/img/common/ico_x01.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  /* line 405, ../_module.scss */
  .work_talk_link_position_box:nth-of-type(1)::after {
    top: auto;
    bottom: -34px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
/* line 425, ../_module.scss */
.work_talk_link_position_box:nth-last-of-type(1) {
  margin-right: 0;
}
/* line 428, ../_module.scss */
.work_talk_link_position_box .tag_box {
  width: 220px;
}
@media screen and (min-width: 897px) {
  /* line 428, ../_module.scss */
  .work_talk_link_position_box .tag_box {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  /* line 428, ../_module.scss */
  .work_talk_link_position_box .tag_box {
    width: 100%;
  }
}
/* line 440, ../_module.scss */
.work_talk_link_position_box .year {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
/* line 448, ../_module.scss */
.work_talk_link_position_box:nth-of-type(1) {
  transform: translateY(3%);
  opacity: 0;
  transition: .3s;
}
/* line 452, ../_module.scss */
.work_talk_link_position_box:nth-of-type(1):after {
  transform: translateY(-47%);
  opacity: 0;
  transition: .3s .3s;
}
@media screen and (max-width: 896px) {
  /* line 452, ../_module.scss */
  .work_talk_link_position_box:nth-of-type(1):after {
    transform: translate(-50%, 3%);
  }
}
/* line 461, ../_module.scss */
.work_talk_link_position_box:nth-of-type(2) {
  transform: translateY(3%);
  opacity: 0;
  transition: 0.3s;
}
/* line 469, ../_module.scss */
.work_talk_link_position.on .work_talk_link_position_box:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0);
}
/* line 472, ../_module.scss */
.work_talk_link_position.on .work_talk_link_position_box:nth-of-type(1):after {
  opacity: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  /* line 472, ../_module.scss */
  .work_talk_link_position.on .work_talk_link_position_box:nth-of-type(1):after {
    transform: translate(-50%, 0);
  }
}
/* line 480, ../_module.scss */
.work_talk_link_position.on .work_talk_link_position_box:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0);
}
/* line 489, ../_module.scss */
.work_talk_link:hover .work_talk_link_img img {
  transition: .5s ease;
  transform: scale(1.05);
}
@media screen and (min-width: 897px) {
  /* line 496, ../_module.scss */
  .work_talk_link:hover .baselink:before {
    animation: fluidrotate 8s linear 0s infinite;
    transform: translate(0, -50%) scale(1.3);
  }
}
/* line 504, ../_module.scss */
.work_talk_link .baselink {
  margin-top: 40px;
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 896px) {
  /* line 504, ../_module.scss */
  .work_talk_link .baselink {
    margin-top: 47px;
    padding-right: 40px;
  }
}
/* line 513, ../_module.scss */
.work_talk_link .baselink::before {
  left: auto;
  right: 0;
}
/* line 517, ../_module.scss */
.work_talk_link .baselink::after {
  left: auto;
  right: 18px;
}
@media screen and (max-width: 896px) {
  /* line 517, ../_module.scss */
  .work_talk_link .baselink::after {
    right: 14px;
  }
}

/* line 528, ../_module.scss */
.under__mv {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  /* line 532, ../_module.scss */
  .under__mv__img img {
    height: 48vw;
    width: 100%;
    object-fit: cover;
  }
}
/* line 540, ../_module.scss */
.under__mv__ttl {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  font-size: 50px;
  color: white;
  font-weight: bold;
  letter-spacing: 8px;
}
@media screen and (max-width: 896px) {
  /* line 540, ../_module.scss */
  .under__mv__ttl {
    font-size: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
/* line 555, ../_module.scss */
.under__mv__ttl__en {
  font-size: 16px;
  margin-bottom: 23px;
  display: block;
  font-family: "midashi_mb1_bold";
  letter-spacing: 3px;
}
@media screen and (max-width: 896px) {
  /* line 555, ../_module.scss */
  .under__mv__ttl__en {
    font-size: 12px;
    text-align: center;
    margin-bottom: 17px;
  }
}
/* line 569, ../_module.scss */
.under__mv01 {
  position: relative;
  z-index: 2;
}
/* line 573, ../_module.scss */
.under__mv01__img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  /* line 573, ../_module.scss */
  .under__mv01__img img {
    height: 85.3vw;
  }
}
/* line 582, ../_module.scss */
.under__mv01__txt {
  position: absolute;
  bottom: 72px;
  left: 10%;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  /* line 582, ../_module.scss */
  .under__mv01__txt {
    top: 54%;
    left: 5%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
/* line 595, ../_module.scss */
.under__mv01__ttl {
  font-weight: bold;
  color: white;
  font-family: "midashi_mb1_bold";
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  /* line 595, ../_module.scss */
  .under__mv01__ttl {
    font-size: 20px;
  }
}
/* line 607, ../_module.scss */
.under__mv01__position {
  font-size: 16px;
  letter-spacing: 4px;
}
@media screen and (max-width: 896px) {
  /* line 607, ../_module.scss */
  .under__mv01__position {
    font-size: 11px;
  }
}
/* line 614, ../_module.scss */
.under__mv01__name {
  font-size: 52px;
  letter-spacing: 21px;
  margin: 17px 0 0 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 896px) {
  /* line 614, ../_module.scss */
  .under__mv01__name {
    font-size: 26px;
    letter-spacing: 11px;
    margin: 15px 0 0 0;
  }
}
/* line 626, ../_module.scss */
.under__mv01__name__kana {
  font-size: 18px;
  letter-spacing: 5px;
}
@media screen and (max-width: 896px) {
  /* line 626, ../_module.scss */
  .under__mv01__name__kana {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  /* line 635, ../_module.scss */
  .under__txtbox01 {
    padding: 110px 0 90px;
  }
}
@media screen and (max-width: 896px) {
  /* line 635, ../_module.scss */
  .under__txtbox01 {
    padding: 80px 0 60px;
  }
}
/* line 642, ../_module.scss */
.under__txtbox01__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 42px;
  line-height: 1.35;
}
@media screen and (max-width: 896px) {
  /* line 642, ../_module.scss */
  .under__txtbox01__ttl {
    font-size: 30px;
  }
}
/* line 651, ../_module.scss */
.under__txtbox01__ttl {
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 7px;
}
@media screen and (min-width: 897px) {
  /* line 651, ../_module.scss */
  .under__txtbox01__ttl {
    width: max-content;
    margin: 0 auto;
    padding: 0 30px 37px;
  }
}
@media screen and (max-width: 896px) {
  /* line 651, ../_module.scss */
  .under__txtbox01__ttl {
    padding-bottom: 22px;
  }
}
/* line 664, ../_module.scss */
.under__txtbox01__ttl:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: dotted 2px #f5d6cf;
  left: 0;
}
/* line 674, ../_module.scss */
.under__txtbox01__txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 2;
  margin-top: 33px;
}
@media screen and (max-width: 896px) {
  /* line 674, ../_module.scss */
  .under__txtbox01__txt {
    font-size: 13px;
    margin-top: 30px;
  }
}

/* line 4, ../_layout.scss */
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block;
  }
}

/* line 10, ../_layout.scss */
.spInline {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 10, ../_layout.scss */
  .spInline {
    display: inline;
  }
}

@media screen and (max-width: 896px) {
  /* line 16, ../_layout.scss */
  .pc {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  /* line 22, ../_layout.scss */
  #luxy {
    overflow-x: hidden;
  }
}

/* line 28, ../_layout.scss */
#stage {
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 28, ../_layout.scss */
  #stage {
    overflow-x: hidden;
  }
}

/* line 35, ../_layout.scss */
.header {
  position: fixed;
  z-index: 10001;
}
@media screen and (min-width: 897px) {
  /* line 35, ../_layout.scss */
  .header {
    top: 24px;
    right: 32px;
  }
}
@media screen and (max-width: 896px) {
  /* line 35, ../_layout.scss */
  .header {
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0px;
    width: 100%;
    padding: 20px 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 50, ../_layout.scss */
  .header .logo {
    width: 245px;
    transition: transform .5s ease;
  }
  /* line 54, ../_layout.scss */
  .header .logo.noTop {
    transform: translate(200%, 0);
  }
  /* line 57, ../_layout.scss */
  .header .logo.on {
    transform: translate(-30%, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 50, ../_layout.scss */
  .header .logo {
    position: relative;
    z-index: 10;
    width: 32%;
  }
}
/* line 66, ../_layout.scss */
.header .logo a {
  display: block;
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 70, ../_layout.scss */
  .header .logo a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background-image: url(../../img/common/logo_wht.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    opacity: 0;
    transition: .35s ease;
  }
}
/* line 87, ../_layout.scss */
.header .site_name {
  display: block;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #58514b;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 87, ../_layout.scss */
  .header .site_name {
    margin-top: 16px;
    font-size: 1.4rem;
    margin-left: 0.2em;
  }
}
@media screen and (max-width: 896px) {
  /* line 87, ../_layout.scss */
  .header .site_name {
    margin-top: 8px;
    font-size: 1rem;
  }
}
/* line 104, ../_layout.scss */
.header .menubtn {
  border-radius: 50%;
  background-color: #fcb75c;
}
@media screen and (min-width: 897px) {
  /* line 104, ../_layout.scss */
  .header .menubtn {
    position: fixed;
    top: 42px;
    right: 10px;
    transform: translate(200%, 0);
    width: 60px;
    height: 60px;
    transition: transform .35s ease;
  }
  /* line 115, ../_layout.scss */
  .header .menubtn.noTop {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 104, ../_layout.scss */
  .header .menubtn {
    position: relative;
    z-index: 10;
    width: 40px;
    height: 40px;
  }
}
/* line 127, ../_layout.scss */
.header .menubtn.close .bar:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0;
}
/* line 131, ../_layout.scss */
.header .menubtn.close .bar:nth-child(2) {
  opacity: 0;
  transform: translate(20px, 0);
}
/* line 135, ../_layout.scss */
.header .menubtn.close .bar:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0;
}
/* line 141, ../_layout.scss */
.header .menubtn .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  background-color: #fff;
  transition: .35s ease;
}
@media screen and (min-width: 897px) {
  /* line 141, ../_layout.scss */
  .header .menubtn .bar {
    width: 24px;
  }
  /* line 151, ../_layout.scss */
  .header .menubtn .bar:first-child {
    margin-top: -8px;
  }
  /* line 154, ../_layout.scss */
  .header .menubtn .bar:last-child {
    margin-top: 8px;
  }
}
@media screen and (max-width: 896px) {
  /* line 141, ../_layout.scss */
  .header .menubtn .bar {
    width: 18px;
  }
  /* line 160, ../_layout.scss */
  .header .menubtn .bar:first-child {
    margin-top: -5px;
  }
  /* line 163, ../_layout.scss */
  .header .menubtn .bar:last-child {
    margin-top: 5px;
  }
}

@media screen and (min-width: 897px) {
  /* line 171, ../_layout.scss */
  .nav {
    position: absolute;
    right: 0;
    margin-top: 38px;
    transition: .5s ease;
  }
  /* line 177, ../_layout.scss */
  .nav.noTop {
    transform: translate(200%, 0);
  }
  /* line 180, ../_layout.scss */
  .nav.on {
    transform: translate(-30%, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 171, ../_layout.scss */
  .nav {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    width: 100%;
    height: 100%;
    padding: 100px 5% 120px;
    background-color: #fff;
    transition: .5s ease;
  }
  /* line 195, ../_layout.scss */
  .nav.on {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 201, ../_layout.scss */
  .nav__main > li {
    padding-bottom: 20px;
    border-bottom: 1px solid #fcb75c;
  }
}
@media screen and (min-width: 897px) {
  /* line 207, ../_layout.scss */
  .nav li {
    position: relative;
    text-align: right;
  }
  /* line 212, ../_layout.scss */
  .nav li:hover .nav__sub {
    margin-top: 20px;
    transform: scale(1, 1);
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
@media screen and (min-width: 897px) {
  /* line 221, ../_layout.scss */
  .nav li:not(.nav li:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 896px) {
  /* line 221, ../_layout.scss */
  .nav li:not(.nav li:first-child) {
    margin-top: 20px;
  }
}
/* line 230, ../_layout.scss */
.nav .linktxt {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 238, ../_layout.scss */
  .nav .linktxt:hover {
    color: #fcb75c;
  }
  /* line 240, ../_layout.scss */
  .nav .linktxt:hover:before {
    opacity: 1;
  }
}
/* line 245, ../_layout.scss */
.nav .linktxt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-200%, -45%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fcb75c;
  opacity: 0;
  transition: .5s ease;
}
@media screen and (min-width: 897px) {
  /* line 260, ../_layout.scss */
  .nav__sub {
    transform: scale(1, 0);
    transform-origin: top;
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  /* line 268, ../_layout.scss */
  .nav__sub li:not(.nav__sub li:first-child) {
    margin-top: 10px;
  }
  /* line 272, ../_layout.scss */
  .nav__sub .underlink {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  /* line 276, ../_layout.scss */
  .nav__sub .underlink:hover {
    color: #fcb75c;
  }
}
@media screen and (max-width: 896px) {
  /* line 260, ../_layout.scss */
  .nav__sub {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 284, ../_layout.scss */
  .nav__sub li {
    width: 48%;
    margin-top: 16px;
  }
  /* line 287, ../_layout.scss */
  .nav__sub li.x1 {
    width: 100%;
  }
  /* line 290, ../_layout.scss */
  .nav__sub li:not(.nav__sub li:first-child) {
    margin-top: 16px;
  }
  /* line 294, ../_layout.scss */
  .nav__sub .underlink {
    position: relative;
    display: block;
    padding-left: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  /* line 300, ../_layout.scss */
  .nav__sub .underlink:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fcb75c;
  }
}

/* line 317, ../_layout.scss */
.mvunder {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 320, ../_layout.scss */
  .mvunder .mvimg {
    object-fit: cover;
    height: 70vw;
  }
}
/* line 326, ../_layout.scss */
.mvunder .page_ttl {
  position: absolute;
  transform: translate(0, -50%);
}
@media screen and (min-width: 897px) {
  /* line 326, ../_layout.scss */
  .mvunder .page_ttl {
    top: 50%;
    left: 10%;
  }
}
@media screen and (max-width: 896px) {
  /* line 326, ../_layout.scss */
  .mvunder .page_ttl {
    top: 56%;
    left: 5%;
  }
}
/* line 337, ../_layout.scss */
.mvunder .page_ttl.wht {
  color: #fff;
}
/* line 340, ../_layout.scss */
.mvunder .page_ttl .en {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
/* line 345, ../_layout.scss */
.mvunder .page_ttl .jp {
  display: block;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  /* line 345, ../_layout.scss */
  .mvunder .page_ttl .jp {
    margin-top: 12px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 345, ../_layout.scss */
  .mvunder .page_ttl .jp {
    margin-top: 8px;
    font-size: 3.2rem;
  }
}

/* line 362, ../_layout.scss */
.footer {
  background-color: #fff;
}
/* line 364, ../_layout.scss */
.footer__entry {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 897px) {
  /* line 364, ../_layout.scss */
  .footer__entry {
    height: 35.6vw;
    background-image: url(../../img/common/entry_bg.png);
    background-position: 100% 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 364, ../_layout.scss */
  .footer__entry {
    height: 90vw;
    background-image: url(../../img/common/sp_entry_bg.png);
    background-position: 10% 0;
  }
}
/* line 379, ../_layout.scss */
.footer__entry--link {
  display: block;
  position: absolute;
  left: 50%;
  width: 284px;
}
@media screen and (min-width: 897px) {
  /* line 379, ../_layout.scss */
  .footer__entry--link {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 388, ../_layout.scss */
  .footer__entry--link:hover .bgsvg {
    transform: scale(1);
  }
}
@media screen and (max-width: 896px) {
  /* line 379, ../_layout.scss */
  .footer__entry--link {
    bottom: 30px;
    transform: translate(-50%, 0);
  }
}
/* line 397, ../_layout.scss */
.footer__entry--link .textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding-bottom: 24px;
  background-image: url(../../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 24px;
  text-align: center;
  color: #000;
}
/* line 410, ../_layout.scss */
.footer__entry--link .textarea .subcatch {
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
/* line 415, ../_layout.scss */
.footer__entry--link .textarea .pagename {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
}
/* line 423, ../_layout.scss */
.footer__entry--link .bgsvg {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(0.9);
  transition: 1s ease;
  animation: fluidrotate 10s linear infinite forwards;
}
@media screen and (min-width: 897px) {
  /* line 423, ../_layout.scss */
  .footer__entry--link .bgsvg {
    width: 280px;
    height: 200px;
  }
}
@media screen and (max-width: 896px) {
  /* line 423, ../_layout.scss */
  .footer__entry--link .bgsvg {
    width: 90%;
    height: 160px;
    margin: auto;
  }
}
/* line 440, ../_layout.scss */
.footer__entry--link .linkbtn {
  display: block;
}
/* line 446, ../_layout.scss */
.footer__sitemap {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 446, ../_layout.scss */
  .footer__sitemap {
    padding: 110px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 446, ../_layout.scss */
  .footer__sitemap {
    padding: 110px 0 20px;
  }
}
/* line 454, ../_layout.scss */
.footer__sitemap--content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 897px) {
  /* line 454, ../_layout.scss */
  .footer__sitemap--content {
    margin-right: 5%;
    margin-left: 31.4%;
  }
}
@media screen and (max-width: 896px) {
  /* line 454, ../_layout.scss */
  .footer__sitemap--content {
    justify-content: space-between;
    padding: 30px 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 466, ../_layout.scss */
  .footer__sitemap--item {
    width: 23%;
    margin-right: 2%;
  }
  /* line 470, ../_layout.scss */
  .footer__sitemap--item:nth-child(n+5) {
    margin-top: 74px;
  }
}
@media screen and (max-width: 896px) {
  /* line 466, ../_layout.scss */
  .footer__sitemap--item {
    width: 46.5%;
  }
  /* line 476, ../_layout.scss */
  .footer__sitemap--item:not(.footer__sitemap--item:first-child, .footer__sitemap--item:nth-child(2)) {
    margin-top: 50px;
  }
}
/* line 481, ../_layout.scss */
.footer__sitemap--item .parent_ttl a {
  display: block;
  padding-bottom: 8px;
  font-family: 'midashi_mb31';
  line-height: 1.5;
  color: #928175;
}
@media screen and (min-width: 897px) {
  /* line 481, ../_layout.scss */
  .footer__sitemap--item .parent_ttl a {
    border-bottom: 2px solid #928175;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  /* line 491, ../_layout.scss */
  .footer__sitemap--item .parent_ttl a:hover {
    border-color: #fcb75c;
    color: #fcb75c;
  }
}
@media screen and (max-width: 896px) {
  /* line 481, ../_layout.scss */
  .footer__sitemap--item .parent_ttl a {
    border-bottom: 1px solid #928175;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 897px) {
  /* line 504, ../_layout.scss */
  .footer__sitemap--item li {
    margin-top: 24px;
  }
}
@media screen and (max-width: 896px) {
  /* line 504, ../_layout.scss */
  .footer__sitemap--item li {
    margin-top: 18px;
  }
}
/* line 512, ../_layout.scss */
.footer__sitemap--item .linktxt {
  position: relative;
  padding-left: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.625;
  color: #928175;
}
@media screen and (min-width: 897px) {
  /* line 512, ../_layout.scss */
  .footer__sitemap--item .linktxt {
    font-size: 1.6rem;
  }
  /* line 521, ../_layout.scss */
  .footer__sitemap--item .linktxt:hover {
    color: #fcb75c;
  }
  /* line 523, ../_layout.scss */
  .footer__sitemap--item .linktxt:hover:before {
    border-left-color: #fcb75c;
  }
}
@media screen and (max-width: 896px) {
  /* line 512, ../_layout.scss */
  .footer__sitemap--item .linktxt {
    font-size: 1.4rem;
  }
}
/* line 531, ../_layout.scss */
.footer__sitemap--item .linktxt:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 2px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #928175;
  border-right: 0;
  transition: .35s ease;
}
/* line 546, ../_layout.scss */
.footer__sitemap--otherinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
@media screen and (min-width: 897px) {
  /* line 546, ../_layout.scss */
  .footer__sitemap--otherinfo {
    margin-top: 140px;
  }
}
@media screen and (max-width: 896px) {
  /* line 546, ../_layout.scss */
  .footer__sitemap--otherinfo {
    flex-direction: column;
    margin-top: 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 558, ../_layout.scss */
  .footer__sitemap--otherinfo .logo {
    width: 18%;
  }
}
@media screen and (max-width: 896px) {
  /* line 558, ../_layout.scss */
  .footer__sitemap--otherinfo .logo {
    width: 48%;
  }
}
/* line 565, ../_layout.scss */
.footer__sitemap--otherinfo .logo a {
  display: block;
}
@media screen and (max-width: 896px) {
  /* line 569, ../_layout.scss */
  .footer__sitemap--otherinfo .snsarea {
    margin-top: 20px;
  }
}
/* line 573, ../_layout.scss */
.footer__sitemap--otherinfo .snsarea ul {
  display: flex;
  align-items: center;
}
/* line 578, ../_layout.scss */
.footer__sitemap--otherinfo .snsarea li.snsicon {
  width: 25px;
  margin-left: 24px;
}
@media screen and (min-width: 897px) {
  /* line 583, ../_layout.scss */
  .footer__sitemap--otherinfo .snsarea li:nth-child(2) {
    margin-left: 28px;
  }
}
@media screen and (max-width: 896px) {
  /* line 588, ../_layout.scss */
  .footer__sitemap--otherinfo .snsarea li:nth-child(2) {
    margin-left: 14px;
  }
}
/* line 592, ../_layout.scss */
.footer__sitemap--otherinfo .snsarea li .txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
/* line 600, ../_layout.scss */
.footer__sitemap .copyright {
  font-weight: 400;
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 600, ../_layout.scss */
  .footer__sitemap .copyright {
    position: absolute;
    top: 11.7vw;
    left: 5%;
    transform: rotate(90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 600, ../_layout.scss */
  .footer__sitemap .copyright {
    margin-top: 72px;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 897px) {
  /* line 618, ../_layout.scss */
  .footer .policy_link {
    position: absolute;
    bottom: 50px;
    right: 5%;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 896px) {
  /* line 618, ../_layout.scss */
  .footer .policy_link {
    display: block;
    margin-top: 50px;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

/* line 5, ../_states.scss */
.fuwafuwa {
  animation: fuwafuwa 5s linear infinite forwards;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) scale(1.01);
  }
  25% {
    transform: translate(0, -10px) scale(1);
  }
  50% {
    transform: translate(0, 0) scale(1.01);
  }
  75% {
    transform: translate(0, 10px) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1.01);
  }
}
/* line 26, ../_states.scss */
.fuwafuwa1 {
  animation: fuwafuwa1 10s linear infinite forwards;
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 20px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* line 47, ../_states.scss */
.fuwafuwa2 {
  animation: fuwafuwa2 7.5s linear infinite forwards;
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 10px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}
/* line 68, ../_states.scss */
.text_anime {
  opacity: 0;
  filter: blur(10px);
}
/* line 71, ../_states.scss */
.text_anime.on {
  animation: text_anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}

@keyframes text_anime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/* line 86, ../_states.scss */
.text_anime_start {
  opacity: 0;
  filter: blur(10px);
  animation: text_anime 1.2s linear 1s forwards;
}

@keyframes text_anime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/* line 102, ../_states.scss */
.scalInimg {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(6px) brightness(1.55);
  transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
}
/* line 107, ../_states.scss */
.scalInimg.on {
  opacity: 1;
  transform: scale(1);
  filter: blur(0) brightness(1);
}

/* line 114, ../_states.scss */
.scalInimg_start {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(6px) brightness(1.55);
  animation: scalInimg_start 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0.25s forwards;
}

@keyframes scalInimg_start {
  0% {
    opacity: 0;
    transform: scale(1.05);
    filter: blur(6px) brightness(1.55);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0) brightness(1);
  }
}
/* line 134, ../_states.scss */
.fade_start_x {
  transform: translate3d(1, 0, 1);
}

/* line 139, ../_states.scss */
.hvrop {
  transition: .3s;
}
@media screen and (min-width: 897px) {
  /* line 142, ../_states.scss */
  .hvrop:hover {
    opacity: 0.7;
  }
}

/* line 147, ../_states.scss */
.underline {
  position: relative;
}
/* line 149, ../_states.scss */
.underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform .3s;
  transform-origin: right top;
}
@media screen and (min-width: 897px) {
  /* line 163, ../_states.scss */
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* line 171, ../_states.scss */
.hoverScale .thumb {
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 174, ../_states.scss */
.hoverScale .thumb .scaleImg {
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 176, ../_states.scss */
.hoverScale .thumb .scaleImg img {
  backface-visibility: hidden;
}
@media screen and (min-width: 897px) {
  /* line 183, ../_states.scss */
  .hoverScale:hover .thumb {
    transform: scale(0.95);
  }
  /* line 185, ../_states.scss */
  .hoverScale:hover .thumb .scaleImg {
    transform: scale(1.15);
  }
}

/* line 195, ../_states.scss */
.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
  width: 100%;
  height: auto;
}
/* line 203, ../_states.scss */
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}

/* line 209, ../_states.scss */
.fade_y {
  transform: translateY(3%);
  opacity: 0;
  transition: .3s;
}
/* line 213, ../_states.scss */
.fade_y.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 219, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: .5s;
}
/* line 225, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 237, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 239, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: .3s;
}

/* line 5, _entry.scss */
.entry {
  background-color: #fefaf5;
}
/* line 7, _entry.scss */
.entry__heading {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  /* line 15, _entry.scss */
  .entry .mvunder .mvimg {
    object-position: -100px 0;
  }
}
/* line 22, _entry.scss */
.entry__contents {
  max-width: 840px;
  margin: 100px auto 150px;
}
/* line 25, _entry.scss */
.entry__contents--item {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  /* line 25, _entry.scss */
  .entry__contents--item {
    padding: 0 5%;
  }
}
/* line 30, _entry.scss */
.entry__contents--item th, .entry__contents--item td {
  border-bottom: 1px solid #ece8dc;
  line-height: 2.14;
}
@media screen and (min-width: 897px) {
  /* line 30, _entry.scss */
  .entry__contents--item th, .entry__contents--item td {
    padding: 30px 0 30px 16px;
  }
}
@media screen and (max-width: 896px) {
  /* line 30, _entry.scss */
  .entry__contents--item th, .entry__contents--item td {
    display: block;
    padding: 20px 3.5%;
  }
}
/* line 41, _entry.scss */
.entry__contents--item th {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  /* line 41, _entry.scss */
  .entry__contents--item th {
    width: 210px;
    vertical-align: text-top;
  }
}
@media screen and (max-width: 896px) {
  /* line 41, _entry.scss */
  .entry__contents--item th {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
/* line 54, _entry.scss */
.entry__contents--item td {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 896px) {
  /* line 54, _entry.scss */
  .entry__contents--item td {
    padding-top: 4px;
  }
}
/* line 64, _entry.scss */
.entry__wrapper {
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  /* line 64, _entry.scss */
  .entry__wrapper {
    padding: 0 5%;
  }
}
/* line 69, _entry.scss */
.entry__wrapper.confirm {
  padding-top: 60px;
}
/* line 74, _entry.scss */
.entry__form {
  max-width: 840px;
  padding-bottom: 100px;
  margin: 0 auto;
}
/* line 78, _entry.scss */
.entry__form.thanks {
  margin-top: 100px;
}
/* line 81, _entry.scss */
.entry__form .require {
  display: inline-block;
  background-color: #e67878;
  border-radius: 5px;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 81, _entry.scss */
  .entry__form .require {
    padding: 4px 12px 6px 14px;
    margin: 0 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 81, _entry.scss */
  .entry__form .require {
    padding: 2px 6px 3px 8px;
    margin: 0 0 0 5px;
    font-size: 1.2rem;
  }
}
/* line 97, _entry.scss */
.entry__form .lead {
  margin-top: 40px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
/* line 104, _entry.scss */
.entry__form .notice {
  padding-bottom: 70px;
  margin-top: 56px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #c8a97b;
  font-size: 1.4rem;
  line-height: 1.91;
  letter-spacing: 0.1em;
}
/* line 115, _entry.scss */
.entry__form--item dt {
  margin-top: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  /* line 115, _entry.scss */
  .entry__form--item dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 115, _entry.scss */
  .entry__form--item dt {
    font-size: 1.6rem;
  }
}
/* line 127, _entry.scss */
.entry__form--item dd {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* line 131, _entry.scss */
.entry__form--item dd input {
  width: 100%;
  height: 50px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #faecca;
}
/* line 138, _entry.scss */
.entry__form--item dd textarea {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  height: 200px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #faecca;
}
/* line 150, _entry.scss */
.entry__form--item dd .radiobtn {
  display: flex;
  gap: 0 20px;
  margin-top: 20px;
}
/* line 155, _entry.scss */
.entry__form--item dd .radiobtn li .radio-item {
  display: none;
}
/* line 157, _entry.scss */
.entry__form--item dd .radiobtn li .radio-item:checked + .txt:after {
  opacity: 1;
}
/* line 161, _entry.scss */
.entry__form--item dd .radiobtn li .txt {
  position: relative;
  padding-left: 28px;
  font-size: 1.4rem;
}
/* line 165, _entry.scss */
.entry__form--item dd .radiobtn li .txt:before, .entry__form--item dd .radiobtn li .txt:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #faecca;
}
/* line 173, _entry.scss */
.entry__form--item dd .radiobtn li .txt:before {
  left: 0;
  width: 20px;
  height: 20px;
}
/* line 178, _entry.scss */
.entry__form--item dd .radiobtn li .txt:after {
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #fcb75c;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 190, _entry.scss */
.entry__form--item dd .error {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  color: red;
}
/* line 198, _entry.scss */
.entry__form--item .policy_check {
  margin-top: 38px;
}
/* line 200, _entry.scss */
.entry__form--item .policy_check p {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.35;
  text-align: center;
}
/* line 205, _entry.scss */
.entry__form--item .policy_check p a {
  color: #c8a87a;
  text-decoration: underline;
}
@media screen and (min-width: 897px) {
  /* line 208, _entry.scss */
  .entry__form--item .policy_check p a:hover {
    text-decoration: none;
  }
}
/* line 217, _entry.scss */
.entry__form--item .submitbtn {
  display: block;
  width: 300px;
  padding: 28px 0;
  margin: 32px auto 0;
  background-color: #c8a87a;
  border: 1px solid #c8a87a;
  border-radius: 40px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  transition: .35s ease;
}
@media screen and (min-width: 897px) {
  /* line 230, _entry.scss */
  .entry__form--item .submitbtn:hover {
    background-color: #fff;
    color: #c8a87a;
  }
}
/* line 237, _entry.scss */
.entry__form--item .correction {
  display: block;
  width: 240px;
  padding: 24px 0;
  margin: 64px auto 0;
  background-color: #999;
  border-radius: 40px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
/* line 250, _entry.scss */
.entry__form .thanks_head {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
/* line 256, _entry.scss */
.entry__form .thanks_txt {
  margin-top: 36px;
  font-size: 1.6rem;
  line-height: 1.91;
  letter-spacing: 0 0.3em;
}
/* line 263, _entry.scss */
.entry__form .topback {
  margin-top: 48px;
}

/* line 273, _entry.scss */
.privacypolicy__contents {
  max-width: 840px;
}
@media screen and (min-width: 897px) {
  /* line 273, _entry.scss */
  .privacypolicy__contents {
    margin: 80px auto 140px;
  }
}
@media screen and (max-width: 896px) {
  /* line 273, _entry.scss */
  .privacypolicy__contents {
    width: 90%;
    margin: 50px auto 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 282, _entry.scss */
  .privacypolicy__contents--item {
    margin-top: 90px;
  }
}
@media screen and (max-width: 896px) {
  /* line 282, _entry.scss */
  .privacypolicy__contents--item {
    margin-top: 60px;
  }
}
/* line 290, _entry.scss */
.privacypolicy__contents h3 {
  position: relative;
  font-family: 'midashi_mb31';
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 897px) {
  /* line 290, _entry.scss */
  .privacypolicy__contents h3 {
    padding-left: 28px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 290, _entry.scss */
  .privacypolicy__contents h3 {
    padding-left: 20px;
    font-size: 2rem;
  }
}
/* line 303, _entry.scss */
.privacypolicy__contents h3:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background-color: #fcb75c;
}
@media screen and (min-width: 897px) {
  /* line 303, _entry.scss */
  .privacypolicy__contents h3:before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 896px) {
  /* line 303, _entry.scss */
  .privacypolicy__contents h3:before {
    width: 10px;
    height: 10px;
  }
}
/* line 320, _entry.scss */
.privacypolicy__contents .basetxt {
  font-size: 1.4rem;
  line-height: 2.23;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  /* line 320, _entry.scss */
  .privacypolicy__contents .basetxt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 320, _entry.scss */
  .privacypolicy__contents .basetxt {
    margin-top: 30px;
  }
}
/* line 330, _entry.scss */
.privacypolicy__contents .basetxt a {
  text-decoration: underline;
  word-break: break-word;
}
@media screen and (min-width: 897px) {
  /* line 334, _entry.scss */
  .privacypolicy__contents .basetxt a:hover {
    text-decoration: none;
  }
}
/* line 341, _entry.scss */
.privacypolicy__contents ul {
  padding-left: 20px;
  border-left: 1px solid #fcb75c;
}
@media screen and (min-width: 897px) {
  /* line 341, _entry.scss */
  .privacypolicy__contents ul {
    margin-top: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 341, _entry.scss */
  .privacypolicy__contents ul {
    margin-top: 30px;
  }
}
/* line 351, _entry.scss */
.privacypolicy__contents li {
  margin: 18px 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
