@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 4, _member.scss */
body {
  background-color: white;
}

/* line 9, _member.scss */
.under__mv {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  /* line 13, _member.scss */
  .under__mv__img img {
    height: 48vw;
    width: 100%;
    object-fit: cover;
  }
}
/* line 21, _member.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 21, _member.scss */
  .under__mv__ttl {
    font-size: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
/* line 36, _member.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 36, _member.scss */
  .under__mv__ttl__en {
    font-size: 12px;
    text-align: center;
    margin-bottom: 17px;
  }
}
/* line 50, _member.scss */
.under__mv01 {
  position: relative;
  z-index: 2;
}
/* line 54, _member.scss */
.under__mv01__img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  /* line 54, _member.scss */
  .under__mv01__img img {
    height: 80vw;
  }
}
/* line 63, _member.scss */
.under__mv01__txt {
  position: absolute;
  bottom: 72px;
  left: 10%;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  /* line 63, _member.scss */
  .under__mv01__txt {
    top: 54%;
    left: 5%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
/* line 76, _member.scss */
.under__mv01__position {
  font-size: 16px;
  letter-spacing: 6px;
}
@media screen and (max-width: 896px) {
  /* line 76, _member.scss */
  .under__mv01__position {
    font-size: 11px;
  }
}
/* line 83, _member.scss */
.under__mv01__name {
  font-size: 52px;
  letter-spacing: 21px;
  margin: 20px 0 0 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 896px) {
  /* line 83, _member.scss */
  .under__mv01__name {
    font-size: 26px;
    letter-spacing: 11px;
    margin: 15px 0 0 0;
  }
}
/* line 95, _member.scss */
.under__mv01__name__kana {
  font-size: 18px;
  letter-spacing: 5px;
}
@media screen and (max-width: 896px) {
  /* line 95, _member.scss */
  .under__mv01__name__kana {
    display: none;
  }
}
/* line 105, _member.scss */
.under__txtbox01__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 42px;
}
@media screen and (max-width: 896px) {
  /* line 105, _member.scss */
  .under__txtbox01__ttl {
    font-size: 30px;
  }
}
/* line 113, _member.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 113, _member.scss */
  .under__txtbox01__txt {
    font-size: 13px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 897px) {
  /* line 130, _member.scss */
  .member .header .logoimg.blk:before {
    opacity: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 135, _member.scss */
  .member .header .logoimg.blk img {
    opacity: 1;
  }
}
@media screen and (min-width: 897px) {
  /* line 140, _member.scss */
  .member .header .logoimg.blk .site_name {
    color: #333;
  }
}
@media screen and (min-width: 897px) {
  /* line 146, _member.scss */
  .member .header .logoimg:before {
    opacity: 1;
  }
}
@media screen and (min-width: 897px) {
  /* line 151, _member.scss */
  .member .header .logoimg img {
    opacity: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 156, _member.scss */
  .member .header .logoimg .site_name {
    color: #fff;
  }
}
/* line 165, _member.scss */
.member .nav.noTop .linktxt {
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 169, _member.scss */
  .member .nav .linktxt {
    color: white;
  }
}
/* line 175, _member.scss */
.member__main {
  position: relative;
  background-color: #fffcf7;
  padding: 0 0 203px;
}
@media screen and (max-width: 896px) {
  /* line 175, _member.scss */
  .member__main {
    padding: 0 0 150px;
  }
}
/* line 182, _member.scss */
.member__main .inner01 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 182, _member.scss */
  .member__main .inner01 {
    padding: 0 4.7%;
  }
}
@media screen and (max-width: 896px) {
  /* line 189, _member.scss */
  .member__main__txtbox {
    padding: 80px 0 60px;
  }
}
/* line 194, _member.scss */
.member__main__ttl {
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 7px;
}
@media screen and (min-width: 897px) {
  /* line 194, _member.scss */
  .member__main__ttl {
    width: max-content;
    margin: 0 auto;
    padding: 0 55px 37px;
  }
}
@media screen and (max-width: 896px) {
  /* line 194, _member.scss */
  .member__main__ttl {
    padding-bottom: 22px;
  }
}
/* line 207, _member.scss */
.member__main__ttl:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: dotted 2px #f5d6cf;
  left: 0;
}
/* line 217, _member.scss */
.member__main__txt {
  margin-top: 33px;
}
@media screen and (max-width: 896px) {
  /* line 217, _member.scss */
  .member__main__txt {
    margin-top: 30px;
  }
}
/* line 223, _member.scss */
.member__main__deco01 {
  position: absolute;
  top: -16%;
  left: 0;
  width: 29.5%;
}
@media screen and (max-width: 896px) {
  /* line 223, _member.scss */
  .member__main__deco01 {
    top: -8%;
    width: 59.5%;
  }
  /* line 231, _member.scss */
  .member__main__deco01.on {
    opacity: 0.5;
  }
}
/* line 236, _member.scss */
.member__main__deco02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27.5%;
}
@media screen and (max-width: 896px) {
  /* line 236, _member.scss */
  .member__main__deco02 {
    width: 60%;
    bottom: -2%;
  }
  /* line 244, _member.scss */
  .member__main__deco02.on {
    opacity: 0.5;
  }
}
/* line 249, _member.scss */
.member__main__deco03 {
  position: absolute;
  bottom: 80px;
  right: -2%;
  width: 24.5%;
}
@media screen and (max-width: 896px) {
  /* line 249, _member.scss */
  .member__main__deco03 {
    bottom: 15%;
    width: 43%;
  }
  /* line 257, _member.scss */
  .member__main__deco03.on {
    opacity: 0.5;
  }
}
/* line 262, _member.scss */
.member__main__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 7px;
}
@media screen and (max-width: 896px) {
  /* line 262, _member.scss */
  .member__main__lists {
    margin-top: 11px;
    width: 100%;
  }
}
/* line 273, _member.scss */
.member__main__lists__link:hover .member__main__lists__img {
  transform: scale(1.05);
  transition: .5s ease;
}
/* line 280, _member.scss */
.member__main__lists__link:hover .member__main__lists__txtbox__info .baselink:before {
  animation: fluidrotate 8s linear 0s infinite;
  transform: translate(0, -50%) scale(1.3);
}
/* line 289, _member.scss */
.member__main__lists li {
  margin: 0 0 25px;
}
@media screen and (min-width: 897px) {
  /* line 289, _member.scss */
  .member__main__lists li {
    width: 36%;
    padding: 0 3.6%;
    min-width: 426px;
  }
}
@media screen and (max-width: 896px) {
  /* line 289, _member.scss */
  .member__main__lists li {
    margin: 0 0 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 299, _member.scss */
  .member__main__lists li:nth-of-type(2n) {
    margin-top: 110px;
  }
}
@media screen and (min-width: 897px) {
  /* line 304, _member.scss */
  .member__main__lists li:nth-of-type(2) {
    margin-top: 70px;
  }
}
@media screen and (min-width: 897px) {
  /* line 309, _member.scss */
  .member__main__lists li:nth-last-of-type(1), .member__main__lists li:nth-last-of-type(2) {
    margin-bottom: 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 896px) {
  /* line 315, _member.scss */
  .member__main__lists li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 320, _member.scss */
  .member__main__lists li .baselink {
    font-size: 13px;
  }
}
/* line 326, _member.scss */
.member__main__lists__img {
  transition: .5s ease;
}
@media screen and (max-width: 896px) {
  /* line 326, _member.scss */
  .member__main__lists__img {
    padding: 0 8%;
  }
}
/* line 332, _member.scss */
.member__main__lists__txtbox {
  margin-top: 40px;
  padding-left: 4%;
}
@media screen and (max-width: 896px) {
  /* line 332, _member.scss */
  .member__main__lists__txtbox {
    margin-top: 30px;
  }
}
/* line 338, _member.scss */
.member__main__lists__txtbox__info {
  font-size: 14px;
  line-height: 2;
  margin: 25px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 896px) {
  /* line 338, _member.scss */
  .member__main__lists__txtbox__info {
    margin: 20px 0 0;
  }
}
/* line 353, _member.scss */
.member__main__lists__ttl {
  font-family: "midashi_mb1_bold";
}
/* line 355, _member.scss */
.member__main__lists__ttl__copy {
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 896px) {
  /* line 355, _member.scss */
  .member__main__lists__ttl__copy {
    font-size: 14px;
  }
}
/* line 365, _member.scss */
.member__main__lists__name {
  display: flex;
  letter-spacing: 2px;
  align-items: flex-end;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0 0;
  position: relative;
  border-bottom: 1px solid #fbf2e3;
  padding: 0 0 26px;
}
@media screen and (max-width: 896px) {
  /* line 365, _member.scss */
  .member__main__lists__name {
    font-size: 28px;
    margin: 14px 0 0;
    padding: 0 0 20px;
  }
}
/* line 381, _member.scss */
.member__main__lists__name__kana {
  margin-left: 7px;
  font-size: 13px;
}

@media screen and (max-width: 896px) {
  /* line 391, _member.scss */
  .member-sigle #contents {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 897px) {
  /* line 399, _member.scss */
  .member-sigle .header .logoimg.blk:before {
    opacity: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 404, _member.scss */
  .member-sigle .header .logoimg.blk img {
    opacity: 1;
  }
}
@media screen and (min-width: 897px) {
  /* line 409, _member.scss */
  .member-sigle .header .logoimg.blk .site_name {
    color: #333;
  }
}
@media screen and (min-width: 897px) {
  /* line 415, _member.scss */
  .member-sigle .header .logoimg:before {
    opacity: 1;
  }
}
@media screen and (min-width: 897px) {
  /* line 420, _member.scss */
  .member-sigle .header .logoimg img {
    opacity: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 425, _member.scss */
  .member-sigle .header .logoimg .site_name {
    color: #fff;
  }
}

/* line 435, _member.scss */
.member-single__read {
  position: relative;
  z-index: 1;
  padding: 110px 0 0;
}
@media screen and (max-width: 896px) {
  /* line 435, _member.scss */
  .member-single__read {
    padding: 80px 0 0;
  }
}
/* line 442, _member.scss */
.member-single__read__txtbox {
  width: 60%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 896px) {
  /* line 442, _member.scss */
  .member-single__read__txtbox {
    width: 90%;
    margin: 0 auto 80px;
  }
}
/* line 451, _member.scss */
.member-single__read__txt {
  text-align: left;
  line-height: 2.2;
  letter-spacing: 1.7px;
  margin-top: 26px;
  font-weight: normal;
}
@media screen and (max-width: 896px) {
  /* line 451, _member.scss */
  .member-single__read__txt {
    font-size: 13px;
  }
}
/* line 461, _member.scss */
.member-single__read__ttl {
  font-size: 40px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 7px;
  position: relative;
  font-family: "midashi_mb1_bold";
  padding: 0 0 27px 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 896px) {
  /* line 461, _member.scss */
  .member-single__read__ttl {
    font-size: 21px;
    padding-bottom: 19px;
  }
}
/* line 475, _member.scss */
.member-single__read__ttl:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: dotted 2px #f5d6cf;
  left: 0;
}
/* line 508, _member.scss */
.member-single__sec01 {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 508, _member.scss */
  .member-single__sec01 {
    padding: 145px 0 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 508, _member.scss */
  .member-single__sec01 {
    margin-top: 70px;
  }
}
/* line 517, _member.scss */
.member-single__sec01.on:after {
  opacity: 1;
  transform: translateY(0%);
  filter: blur(0);
  animation: text_anime 1.2s linear forwards;
}
/* line 524, _member.scss */
.member-single__sec01:after {
  display: block;
  content: "";
  background: url(/asset/img/kadota/img_deco01.png) no-repeat;
  background-size: contain;
  width: 110%;
  height: 96vw;
  position: absolute;
  top: 145px;
  right: -10%;
  z-index: 0;
  opacity: 0;
  filter: blur(10px);
}
@media screen and (max-width: 896px) {
  /* line 524, _member.scss */
  .member-single__sec01:after {
    width: 190vw;
    height: 162vw;
    left: 1%;
    right: auto;
    top: auto;
    bottom: -112vw;
  }
}
/* line 546, _member.scss */
.member-single__sec01__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 10% 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 546, _member.scss */
  .member-single__sec01__box {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 897px) {
  /* line 559, _member.scss */
  .member-single__sec01__box__img {
    width: 52.1%;
    margin-right: 78px;
  }
}
@media screen and (min-width: 897px) {
  /* line 565, _member.scss */
  .member-single__sec01__box__txtbox {
    width: 42.3%;
  }
}
/* line 569, _member.scss */
.member-single__sec01__box__txtbox__ttl {
  line-height: 1.8;
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: bold;
  font-family: "midashi_mb1_bold";
}
@media screen and (max-width: 896px) {
  /* line 569, _member.scss */
  .member-single__sec01__box__txtbox__ttl {
    font-size: 21px;
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 896px) {
  /* line 580, _member.scss */
  .member-single__sec01__box__txtbox__img {
    margin: 30px 0;
  }
}
/* line 585, _member.scss */
.member-single__sec01__box__txtbox__txt {
  font-size: 14px;
  margin-top: 26px;
  line-height: 2.2;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 896px) {
  /* line 585, _member.scss */
  .member-single__sec01__box__txtbox__txt {
    font-size: 13px;
    margin-top: 16px;
  }
}
/* line 598, _member.scss */
.member-single__sec02 {
  padding: 140px 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 598, _member.scss */
  .member-single__sec02 {
    padding: 90px 0 70px;
  }
}
/* line 605, _member.scss */
.member-single__sec02__img {
  width: 70%;
  margin: 0 auto;
  animation: fuwafuwa1 5s .5s linear infinite forwards;
}
@media screen and (max-width: 896px) {
  /* line 605, _member.scss */
  .member-single__sec02__img {
    width: 90%;
  }
}
/* line 613, _member.scss */
.member-single__sec02__txtbox {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 47px auto 0;
}
@media screen and (max-width: 896px) {
  /* line 613, _member.scss */
  .member-single__sec02__txtbox {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
  }
}
/* line 623, _member.scss */
.member-single__sec02__txtbox__ttl {
  line-height: 1.8;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  font-family: "midashi_mb1_bold";
}
@media screen and (min-width: 897px) {
  /* line 623, _member.scss */
  .member-single__sec02__txtbox__ttl {
    width: max-content;
  }
}
@media screen and (max-width: 896px) {
  /* line 623, _member.scss */
  .member-single__sec02__txtbox__ttl {
    font-size: 21px;
  }
}
/* line 636, _member.scss */
.member-single__sec02__txtbox__txt {
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 1.7px;
}
@media screen and (min-width: 897px) {
  /* line 636, _member.scss */
  .member-single__sec02__txtbox__txt {
    margin-left: 6%;
    width: 52%;
  }
}
@media screen and (max-width: 896px) {
  /* line 636, _member.scss */
  .member-single__sec02__txtbox__txt {
    font-size: 13px;
    margin-top: 16px;
  }
}
/* line 651, _member.scss */
.member-single__sec03 {
  padding: 100px 0 113px;
  background-color: #fdfaf5;
}
@media screen and (max-width: 896px) {
  /* line 651, _member.scss */
  .member-single__sec03 {
    padding: 60px 0 75px;
  }
}
/* line 657, _member.scss */
.member-single__sec03__img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 896px) {
  /* line 657, _member.scss */
  .member-single__sec03__img {
    padding: 0 5%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
/* line 667, _member.scss */
.member-single__sec03__img img {
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 669, _member.scss */
  .member-single__sec03__img img:nth-of-type(1) {
    width: 53.9%;
  }
}
/* line 674, _member.scss */
.member-single__sec03__img img:nth-of-type(2) {
  animation: fuwafuwa1 5s 1s linear infinite forwards;
  width: 29.6%;
  margin: 9.6% 0 0;
}
@media screen and (max-width: 896px) {
  /* line 674, _member.scss */
  .member-single__sec03__img img:nth-of-type(2) {
    width: 58.1%;
    margin: 22px 6.8% 0 0;
  }
}
/* line 683, _member.scss */
.member-single__sec03__img img:nth-of-type(3) {
  animation: fuwafuwa1 5s .5s linear infinite forwards;
  width: 15%;
}
@media screen and (min-width: 897px) {
  /* line 683, _member.scss */
  .member-single__sec03__img img:nth-of-type(3) {
    margin-top: 2.7%;
  }
}
@media screen and (max-width: 896px) {
  /* line 683, _member.scss */
  .member-single__sec03__img img:nth-of-type(3) {
    width: 30.5%;
  }
}
/* line 695, _member.scss */
.member-single__sec03__txtbox {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 56px auto 115px;
}
@media screen and (max-width: 896px) {
  /* line 695, _member.scss */
  .member-single__sec03__txtbox {
    width: 90%;
    justify-content: flex-start;
    margin: 30px auto 70px;
    flex-wrap: wrap;
  }
}
/* line 706, _member.scss */
.member-single__sec03__txtbox__ttl {
  line-height: 1.8;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  font-family: "midashi_mb1_bold";
}
@media screen and (min-width: 897px) {
  /* line 706, _member.scss */
  .member-single__sec03__txtbox__ttl {
    width: max-content;
  }
}
@media screen and (max-width: 896px) {
  /* line 706, _member.scss */
  .member-single__sec03__txtbox__ttl {
    font-size: 21px;
  }
}
/* line 719, _member.scss */
.member-single__sec03__txtbox__txt {
  margin-left: 8%;
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 1.7px;
}
@media screen and (min-width: 897px) {
  /* line 719, _member.scss */
  .member-single__sec03__txtbox__txt {
    width: 43.9%;
  }
}
@media screen and (max-width: 896px) {
  /* line 719, _member.scss */
  .member-single__sec03__txtbox__txt {
    font-size: 13px;
    margin: 21px 0 0;
  }
}
/* line 733, _member.scss */
.member-single__sec03__bottom {
  margin: 0 auto;
  padding: 5%;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 741, _member.scss */
.member-single__sec03__bottom.nobd-r {
  border-radius: 0;
}
@media screen and (min-width: 897px) {
  /* line 733, _member.scss */
  .member-single__sec03__bottom {
    width: 80%;
  }
}
@media screen and (max-width: 896px) {
  /* line 733, _member.scss */
  .member-single__sec03__bottom {
    padding: 30px 5% 50px 5%;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
  }
}
@media screen and (min-width: 897px) {
  /* line 753, _member.scss */
  .member-single__sec03__bottom__img {
    width: 43.4%;
  }
}
@media screen and (min-width: 897px) {
  /* line 758, _member.scss */
  .member-single__sec03__bottom__txtbox {
    margin-left: 6.5%;
    width: 49.3%;
  }
}
@media screen and (max-width: 896px) {
  /* line 758, _member.scss */
  .member-single__sec03__bottom__txtbox {
    margin-top: 41px;
  }
}
/* line 766, _member.scss */
.member-single__sec03__bottom__txtbox__tag {
  color: white;
  font-weight: bold;
  background-color: #fcb75c;
  border-radius: 4px;
  font-family: "midashi_mb1_bold";
  width: max-content;
  margin: 0 0 15px;
  padding: 10px 17px;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  /* line 766, _member.scss */
  .member-single__sec03__bottom__txtbox__tag {
    font-size: 16px;
    padding: 6px 34px;
  }
}
/* line 781, _member.scss */
.member-single__sec03__bottom__txtbox__ttl {
  line-height: 1.8;
  font-size: 28px;
  letter-spacing: 4px;
  font-family: "midashi_mb1_bold";
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  /* line 781, _member.scss */
  .member-single__sec03__bottom__txtbox__ttl {
    font-size: 21px;
    line-height: 1.5;
  }
}
/* line 792, _member.scss */
.member-single__sec03__bottom__txtbox__txt {
  margin-top: 20px;
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 896px) {
  /* line 792, _member.scss */
  .member-single__sec03__bottom__txtbox__txt {
    font-size: 13px;
    margin-top: 17px;
  }
}
/* line 805, _member.scss */
.member-single__other {
  padding: 100px 0;
}
@media screen and (max-width: 896px) {
  /* line 805, _member.scss */
  .member-single__other {
    padding: 70px 0 92px;
  }
}
/* line 810, _member.scss */
.member-single__other .under__txtbox01__ttl {
  font-size: 32px;
}
@media screen and (max-width: 896px) {
  /* line 810, _member.scss */
  .member-single__other .under__txtbox01__ttl {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
  }
}
/* line 818, _member.scss */
.member-single__other__lists {
  display: flex;
  justify-content: space-around;
  margin: 65px auto 0;
  width: 81%;
}
@media screen and (max-width: 896px) {
  /* line 818, _member.scss */
  .member-single__other__lists {
    flex-wrap: wrap;
    width: 80%;
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 830, _member.scss */
  .member-single__other__lists__list:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
/* line 835, _member.scss */
.member-single__other__lists__list:nth-last-of-type(2) {
  animation: fuwafuwa 5s 1s linear infinite forwards;
}
/* line 838, _member.scss */
.member-single__other__lists__list:nth-last-of-type(3) {
  animation: fuwafuwa 5s .5s linear infinite forwards;
}
@media screen and (min-width: 897px) {
  /* line 829, _member.scss */
  .member-single__other__lists__list {
    width: 30.1%;
  }
}
@media screen and (max-width: 896px) {
  /* line 829, _member.scss */
  .member-single__other__lists__list {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 896px) {
  /* line 847, _member.scss */
  .member-single__other__lists__list__img {
    padding: 0 6%;
  }
}
/* line 852, _member.scss */
.member-single__other__lists__list__copy {
  font-size: 13px;
  font-weight: bold;
  margin: 27px 0 0 5%;
  letter-spacing: 2px;
  font-family: "midashi_mb1_bold";
}
@media screen and (max-width: 896px) {
  /* line 852, _member.scss */
  .member-single__other__lists__list__copy {
    margin: 24px 0 0 0;
    font-size: 15px;
  }
}
/* line 863, _member.scss */
.member-single__other__lists__list__name {
  width: max-content;
  font-size: 24px;
  font-weight: bold;
  padding-right: 54px;
  position: relative;
  margin: 30px auto 0;
  font-family: "midashi_mb1_bold";
  letter-spacing: 3.5px;
}
@media screen and (max-width: 896px) {
  /* line 863, _member.scss */
  .member-single__other__lists__list__name {
    margin: 20px auto 0;
  }
}
/* line 875, _member.scss */
.member-single__other__lists__list__name:before, .member-single__other__lists__list__name:after {
  content: '';
  position: absolute;
  top: 50%;
}
/* line 880, _member.scss */
.member-single__other__lists__list__name:before {
  right: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #ebb662;
  transition: .5s ease;
}
@media screen and (min-width: 897px) {
  /* line 880, _member.scss */
  .member-single__other__lists__list__name:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 896px) {
  /* line 880, _member.scss */
  .member-single__other__lists__list__name:before {
    width: 28px;
    height: 28px;
  }
}
/* line 895, _member.scss */
.member-single__other__lists__list__name: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 895, _member.scss */
  .member-single__other__lists__list__name:after {
    right: 13px;
  }
}
@media screen and (max-width: 896px) {
  /* line 895, _member.scss */
  .member-single__other__lists__list__name:after {
    right: 12px;
  }
}
@media screen and (min-width: 897px) {
  /* line 909, _member.scss */
  .member-single__other__lists__list a {
    padding-left: 50px;
  }
  /* line 914, _member.scss */
  .member-single__other__lists__list a:hover .member-single__other__list__name:before {
    animation: fluidrotate 8s linear 0s infinite;
    transform: translate(0, -50%) scale(1.3);
  }
}

/* line 930, _member.scss */
.kadota .nav.noTop .linktxt {
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 934, _member.scss */
  .kadota .nav .linktxt {
    color: white;
  }
}
@media screen and (max-width: 896px) {
  /* line 940, _member.scss */
  .kadota .member-single__sec03__bottom__txtbox__ttl {
    letter-spacing: 1.6px;
  }
}

/* line 949, _member.scss */
.miyoshi .nav.noTop .linktxt {
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 953, _member.scss */
  .miyoshi .nav .linktxt {
    color: white;
  }
}
@media screen and (max-width: 896px) {
  /* line 959, _member.scss */
  .miyoshi .under__mv01__position {
    line-height: 1.8;
  }
}
@media screen and (min-width: 897px) {
  /* line 965, _member.scss */
  .miyoshi .member-single__sec01:after {
    top: 7%;
  }
}
@media screen and (min-width: 897px) {
  /* line 970, _member.scss */
  .miyoshi .member-single__sec01__box {
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 974, _member.scss */
  .miyoshi .member-single__sec01__box__img {
    width: 45.3%;
  }
}
@media screen and (min-width: 897px) {
  /* line 981, _member.scss */
  .miyoshi .member-single__sec01__box__txtbox__ttl {
    font-size: 29px;
  }
}
@media screen and (max-width: 896px) {
  /* line 981, _member.scss */
  .miyoshi .member-single__sec01__box__txtbox__ttl {
    font-size: 19px;
  }
}
@media screen and (max-width: 896px) {
  /* line 989, _member.scss */
  .miyoshi .member-single__sec03__bottom__txtbox__ttl {
    font-size: 18px;
  }
}

/* line 998, _member.scss */
.teramoto .nav.noTop .linktxt {
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 1002, _member.scss */
  .teramoto .nav .linktxt {
    color: white;
  }
}
@media screen and (max-width: 896px) {
  /* line 1008, _member.scss */
  .teramoto .member-single__read__ttl {
    letter-spacing: 4.9px;
  }
}
@media screen and (min-width: 897px) {
  /* line 1013, _member.scss */
  .teramoto .member-single__sec02 {
    padding: 30px 0 100px;
  }
}
/* line 1017, _member.scss */
.teramoto .member-single__sec02__txtbox__ttl {
  letter-spacing: 3.5px;
}
@media screen and (max-width: 896px) {
  /* line 1017, _member.scss */
  .teramoto .member-single__sec02__txtbox__ttl {
    letter-spacing: 3.4px;
  }
}
@media screen and (min-width: 897px) {
  /* line 1025, _member.scss */
  .teramoto .member-single__sec01:after {
    top: 7%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1030, _member.scss */
  .teramoto .member-single__sec01__box {
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 1034, _member.scss */
  .teramoto .member-single__sec01__box__img {
    width: 40.7%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1041, _member.scss */
  .teramoto .member-single__sec01 {
    padding: 140px 0 100px;
  }
}
@media screen and (min-width: 897px) {
  /* line 1046, _member.scss */
  .teramoto .member-single__sec01__box__txtbox {
    width: 45.7%;
  }
}
@media screen and (max-width: 896px) {
  /* line 1051, _member.scss */
  .teramoto .member-single__sec03__bottom__txtbox__ttl {
    font-size: 20px;
  }
}

/* line 1061, _member.scss */
.higaki .nav.noTop .linktxt {
  color: #58514b;
}
@media screen and (min-width: 897px) {
  /* line 1065, _member.scss */
  .higaki .nav .linktxt {
    color: white;
  }
}
@media screen and (min-width: 897px) {
  /* line 1071, _member.scss */
  .higaki .member-single__sec01__box__txtbox {
    width: 42%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1076, _member.scss */
  .higaki .member-single__sec01__box__img {
    width: 51%;
  }
}
@media screen and (max-width: 896px) {
  /* line 1081, _member.scss */
  .higaki .member-single__sec01__box__txtbox__ttl {
    letter-spacing: 2.5px;
  }
}
@media screen and (min-width: 897px) {
  /* line 1086, _member.scss */
  .higaki .member-single__sec02__txtbox__txt {
    width: 49%;
    margin-left: 10%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1097, _member.scss */
  .higaki .member-single__sec03__txtbox__txt {
    width: 56.1%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1102, _member.scss */
  .higaki .member-single__sec03__bottom__txtbox__ttl {
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 897px) {
  /* line 1107, _member.scss */
  .higaki .member-single__sec03__bottom__txtbox {
    margin-left: 5.5%;
    width: 46.7%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1117, _member.scss */
  .higaki .member-single__sec01:after {
    top: 11%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1122, _member.scss */
  .higaki .member-single__sec01__box {
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 1126, _member.scss */
  .higaki .member-single__sec01__box__img {
    width: 38.6%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1133, _member.scss */
  .higaki .member-single__sec01__box__txtbox {
    width: 46.3%;
  }
}
