@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap);
/* 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="submit"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

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

/* line 225, ../_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 233, ../_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 241, ../_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 249, ../_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 257, ../_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 272, ../_base.scss */
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown {
  color: #ddd;
}

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

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

/* line 289, ../_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 295, ../_base.scss */
textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 380, ../_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;
  font-display: swap;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

/* line 90, ../_module.scss */
.en {
  font-family: 'Montserrat', sans-serif;
}

/* line 94, ../_module.scss */
.tel.no_link {
  pointer-events: none;
}

/* line 99, ../_module.scss */
.noto_serif {
  font-family: 'Noto Serif JP', serif;
}

/* line 103, ../_module.scss */
.flx {
  display: flex;
}
/* line 105, ../_module.scss */
.flx.reverse {
  flex-direction: row-reverse;
}
/* line 108, ../_module.scss */
.flx.jfc_sb {
  justify-content: space-between;
}
/* line 111, ../_module.scss */
.flx.jfc_c {
  justify-content: center;
}
/* line 114, ../_module.scss */
.flx.aic {
  align-items: center;
}
/* line 117, ../_module.scss */
.flx.clm {
  flex-direction: column;
}
/* line 119, ../_module.scss */
.flx.clm > * {
  min-height: 0%;
}

/* line 124, ../_module.scss */
.ablt {
  position: absolute;
}

/* line 128, ../_module.scss */
.afterarrow {
  position: relative;
}
/* line 131, ../_module.scss */
.afterarrow:hover::after {
  transform: translateY(-39%) translateX(5px);
}
/* line 135, ../_module.scss */
.afterarrow::after {
  content: "";
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-39%);
  transition: transform .3s;
}
/* line 146, ../_module.scss */
.afterarrow.wht::after {
  background: url(../../img/common/arrow-wht.svg) no-repeat center;
  background-size: 100%;
}
/* line 152, ../_module.scss */
.afterarrow.red::after {
  background: url(../../img/common/arrow-red.svg) no-repeat center;
  background-size: 100%;
}
/* line 159, ../_module.scss */
.afterarrow.rightarw:hover::after {
  transform: translateY(-89%) translateX(5px);
}
/* line 163, ../_module.scss */
.afterarrow.rightarw::after {
  width: 20px;
  height: 12px;
  transform: translateY(-89%);
  right: 5px;
}

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

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

/* line 16, ../_layout.scss */
.coming_soon {
  position: relative;
  pointer-events: none;
}
/* line 19, ../_layout.scss */
.coming_soon.off {
  opacity: 0.5;
}
/* line 22, ../_layout.scss */
.coming_soon .off {
  opacity: 0.5;
}

/* line 27, ../_layout.scss */
body {
  position: relative;
}
/* line 29, ../_layout.scss */
body:before, body:after {
  content: '';
  position: fixed;
  top: 0;
  z-index: 10001;
  height: 100%;
  background-repeat: repeat-y;
}
@media screen and (min-width: 897px) {
  /* line 29, ../_layout.scss */
  body:before, body:after {
    width: 30px;
    background-size: 30px auto;
  }
}
@media screen and (max-width: 896px) {
  /* line 29, ../_layout.scss */
  body:before, body:after {
    width: 8px;
    background-size: 10px auto;
  }
}
/* line 45, ../_layout.scss */
body:before {
  left: 0;
  background-image: url(../../img/common/fixed_line_left.png);
}
/* line 49, ../_layout.scss */
body:after {
  right: 0;
  background-image: url(../../img/common/fixed_line_right.png);
}

/* line 55, ../_layout.scss */
#stage {
  position: relative;
}
/* line 57, ../_layout.scss */
#stage:before, #stage:after {
  content: '';
  position: fixed;
  left: 0;
  z-index: 10001;
  width: 100%;
  background-image: url(../../img/common/fixed_line.png);
  background-repeat: repeat-x;
}
@media screen and (min-width: 897px) {
  /* line 57, ../_layout.scss */
  #stage:before, #stage:after {
    height: 30px;
    background-size: auto 30px;
  }
}
@media screen and (max-width: 896px) {
  /* line 57, ../_layout.scss */
  #stage:before, #stage:after {
    height: 8px;
    background-size: auto 10px;
  }
}
/* line 74, ../_layout.scss */
#stage:before {
  top: 0;
}
/* line 77, ../_layout.scss */
#stage:after {
  bottom: 0;
}
@media screen and (max-width: 896px) {
  /* line 55, ../_layout.scss */
  #stage {
    overflow-x: hidden;
  }
}

/* line 87, ../_layout.scss */
#contents.on:before, #contents.on:after {
  display: none;
}
/* line 91, ../_layout.scss */
#contents:before, #contents:after {
  content: '';
  position: fixed;
  bottom: 0;
  z-index: 1000001;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 897px) {
  /* line 91, ../_layout.scss */
  #contents:before, #contents:after {
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 896px) {
  /* line 91, ../_layout.scss */
  #contents:before, #contents:after {
    width: 45px;
    height: 45px;
  }
}
/* line 107, ../_layout.scss */
#contents:before {
  left: 0;
  background-image: url(../../img/common/yu_left_bottom.png);
}
/* line 111, ../_layout.scss */
#contents:after {
  right: 0;
  background-image: url(../../img/common/yu_right_bottom.png);
}

/* line 117, ../_layout.scss */
.header {
  position: relative;
  z-index: 100001;
}
/* line 120, ../_layout.scss */
.header .entry {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  animation: entrybtn 2.5s infinite forwards;
}
@keyframes entrybtn {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 897px) {
  /* line 120, ../_layout.scss */
  .header .entry {
    width: 110px;
  }
}
@media screen and (max-width: 896px) {
  /* line 120, ../_layout.scss */
  .header .entry {
    width: 55px;
  }
}
/* line 155, ../_layout.scss */
.header .logo {
  position: fixed;
}
/* line 157, ../_layout.scss */
.header .logo.on {
  display: none;
}
@media screen and (min-width: 897px) {
  /* line 155, ../_layout.scss */
  .header .logo {
    top: 5.3vw;
    left: 8.2vw;
    z-index: 10001;
    width: 244px;
  }
}
@media screen and (max-width: 896px) {
  /* line 155, ../_layout.scss */
  .header .logo {
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 36vw;
  }
}
/* line 174, ../_layout.scss */
.header .menuBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
}
/* line 180, ../_layout.scss */
.header .menuBtn.close .openbtn {
  display: none;
}
/* line 183, ../_layout.scss */
.header .menuBtn.close .closebtn {
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 174, ../_layout.scss */
  .header .menuBtn {
    width: 110px;
  }
}
@media screen and (max-width: 896px) {
  /* line 174, ../_layout.scss */
  .header .menuBtn {
    width: 55px;
  }
}
/* line 193, ../_layout.scss */
.header .menuBtn .closebtn {
  display: none;
}

/* line 199, ../_layout.scss */
.nav {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
  opacity: 0;
  z-index: 10002;
  width: 100%;
  height: 100%;
  background-color: #001076;
  transition: .5s ease;
}
@media screen and (min-width: 897px) {
  /* line 199, ../_layout.scss */
  .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  /* line 199, ../_layout.scss */
  .nav {
    padding: 80px 5%;
  }
}
/* line 219, ../_layout.scss */
.nav.on {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (min-width: 897px) {
  /* line 223, ../_layout.scss */
  .nav__header {
    display: flex;
    align-items: center;
    margin-left: 9.3vw;
  }
}
/* line 230, ../_layout.scss */
.nav__header .toplink {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 230, ../_layout.scss */
  .nav__header .toplink {
    margin-left: 50px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 230, ../_layout.scss */
  .nav__header .toplink {
    display: inline-block;
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
/* line 244, ../_layout.scss */
.nav__header .toplink:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 896px) {
  /* line 257, ../_layout.scss */
  .nav__ttl {
    width: 48%;
  }
}
@media screen and (min-width: 897px) {
  /* line 263, ../_layout.scss */
  .nav__content {
    margin-left: 9.3vw;
  }
}
/* line 267, ../_layout.scss */
.nav__content .subttl {
  margin-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
/* line 274, ../_layout.scss */
.nav__content--menu {
  margin-top: 30px;
}
@media screen and (min-width: 897px) {
  /* line 274, ../_layout.scss */
  .nav__content--menu {
    width: 65.7vw;
  }
}
@media screen and (min-width: 897px) {
  /* line 281, ../_layout.scss */
  .nav__content--treat {
    position: absolute;
    top: 50%;
    right: 7.5vw;
    transform: translate(0, -50%);
    width: 12.8vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 281, ../_layout.scss */
  .nav__content--treat {
    padding: 0 10%;
    margin-top: 30px;
  }
}
/* line 294, ../_layout.scss */
.nav__content--treat .bnrlink {
  display: block;
  margin-top: 20px;
}
/* line 299, ../_layout.scss */
.nav__content--treat .mynavi {
  display: block;
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
}
/* line 304, ../_layout.scss */
.nav__content--treat .mynavi img {
  width: 60%;
}
/* line 310, ../_layout.scss */
.nav__content .linkarea {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 310, ../_layout.scss */
  .nav__content .linkarea {
    justify-content: space-between;
  }
}
/* line 316, ../_layout.scss */
.nav__content .linkarea .item {
  display: block;
  padding: 2px;
  background-color: #fff;
  border: 2px solid #c1c1c1;
  border-radius: 4px;
  transition: .35s ease;
}
@media screen and (min-width: 897px) {
  /* line 316, ../_layout.scss */
  .nav__content .linkarea .item {
    margin-right: 0.71vw;
  }
  /* line 325, ../_layout.scss */
  .nav__content .linkarea .item:hover {
    cursor: pointer;
    background-color: #c1c1c1;
  }
  /* line 330, ../_layout.scss */
  .nav__content .linkarea .item:hover .pusharea .push:before {
    animation: dots .2s infinite;
  }
}
@media screen and (max-width: 896px) {
  /* line 316, ../_layout.scss */
  .nav__content .linkarea .item {
    margin-top: 10px;
  }
}
/* line 340, ../_layout.scss */
.nav__content .linkarea .item.coming_soon {
  position: relative;
}
/* line 342, ../_layout.scss */
.nav__content .linkarea .item.coming_soon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 352, ../_layout.scss */
.nav__content .linkarea .item.coming_soon:after {
  content: 'coming soon';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, -50%) rotate(-10deg);
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 365, ../_layout.scss */
  .nav__content .linkarea .item.x4 {
    width: 15.8vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 365, ../_layout.scss */
  .nav__content .linkarea .item.x4 {
    width: 49%;
  }
}
/* line 372, ../_layout.scss */
.nav__content .linkarea .item.x4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 897px) {
  /* line 376, ../_layout.scss */
  .nav__content .linkarea .item.x3 {
    width: 21.4vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 376, ../_layout.scss */
  .nav__content .linkarea .item.x3 {
    width: 49%;
  }
}
/* line 383, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(3n) {
  margin-right: 0;
}
/* line 386, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(n+4) {
  margin-top: 12px;
}
/* line 390, ../_layout.scss */
.nav__content .linkarea .item.x3:first-child .pagettl {
  background-color: #fef31f;
}
/* line 395, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(2) .pagettl {
  background-color: #ffbacf;
}
/* line 400, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(3) .pagettl {
  background-color: #9dd8d0;
}
/* line 405, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(4) .pagettl {
  background-color: #ff9166;
}
/* line 410, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(5) .pagettl {
  background-color: #bfbaff;
}
/* line 415, ../_layout.scss */
.nav__content .linkarea .item.x3:last-child .pagettl {
  background-color: #ddd;
}
/* line 419, ../_layout.scss */
.nav__content .linkarea .item.x3 .pagettl {
  padding: 40px 0;
}
/* line 424, ../_layout.scss */
.nav__content .linkarea .item .pagettl {
  display: block;
  padding: 20px 0;
  text-align: center;
}
/* line 428, ../_layout.scss */
.nav__content .linkarea .item .pagettl.group_nav {
  background-color: #68cfff;
}
/* line 431, ../_layout.scss */
.nav__content .linkarea .item .pagettl.interview_nav {
  background-color: #76e653;
}
/* line 434, ../_layout.scss */
.nav__content .linkarea .item .pagettl b {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #001076;
}
/* line 441, ../_layout.scss */
.nav__content .linkarea .item .pagettl b::before, .nav__content .linkarea .item .pagettl b:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 447, ../_layout.scss */
.nav__content .linkarea .item .pagettl b::before {
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #001076;
}
/* line 454, ../_layout.scss */
.nav__content .linkarea .item .pagettl b:after {
  left: 8px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
/* line 463, ../_layout.scss */
.nav__content .linkarea .item .pusharea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 10px;
}
/* line 468, ../_layout.scss */
.nav__content .linkarea .item .pusharea .svg {
  width: 78px;
}
/* line 471, ../_layout.scss */
.nav__content .linkarea .item .pusharea .push {
  position: relative;
  padding: 4px 4px 4px 16px;
  background-color: #001076;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #fff;
}
/* line 478, ../_layout.scss */
.nav__content .linkarea .item .pusharea .push:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b8000b;
}
@keyframes dots {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .4;
  }
}
/* line 505, ../_layout.scss */
.mv_under {
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 507, ../_layout.scss */
  .mv_under img {
    object-fit: cover;
    height: 120vw;
  }
}
/* line 513, ../_layout.scss */
.mv_under .pagettl {
  position: absolute;
  top: 50%;
  left: 6.9vw;
  transform: translate(0, -50%);
  padding: 10px 20px 14px 12px;
  background-color: #fff;
  border: 1px solid #001076;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  color: #001076;
}
@media screen and (min-width: 897px) {
  /* line 513, ../_layout.scss */
  .mv_under .pagettl {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 513, ../_layout.scss */
  .mv_under .pagettl {
    font-size: 3rem;
  }
}
/* line 531, ../_layout.scss */
.mv_under .pagettl span {
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translate(0, 100%);
  padding: 8px 10px 9px 11px;
  background-color: #001076;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}

/* line 549, ../_layout.scss */
.en_line {
  position: absolute;
}
@media screen and (min-width: 897px) {
  /* line 549, ../_layout.scss */
  .en_line {
    top: 109px;
    right: 10vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 549, ../_layout.scss */
  .en_line {
    top: 80px;
    right: 15px;
    width: 28px;
    z-index: 1;
  }
}

/* line 562, ../_layout.scss */
.bgtxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
}

/* line 570, ../_layout.scss */
.svgheading {
  position: relative;
  z-index: 2;
}

/* line 575, ../_layout.scss */
.link {
  position: relative;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 897px) {
  /* line 575, ../_layout.scss */
  .link {
    width: 16.3vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 575, ../_layout.scss */
  .link {
    width: 96%;
  }
}
@media screen and (min-width: 897px) {
  /* line 587, ../_layout.scss */
  .link:hover:before {
    transform: translate(0, 0);
  }
}
/* line 592, ../_layout.scss */
.link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 2px solid #001076;
  background-color: #fff;
  transition: .5s ease;
}
/* line 607, ../_layout.scss */
.link.jpg .arrow:before {
  background-color: transparent;
  background-image: url(../../img/common/icon_jpg.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  border-radius: 0;
}
/* line 615, ../_layout.scss */
.link.jpg .arrow:after {
  display: none;
}
/* line 620, ../_layout.scss */
.link .arrow {
  position: relative;
  display: block;
  padding: 18px 45px 18px 78px;
  border-radius: 32px;
  background-color: #001076;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
/* line 630, ../_layout.scss */
.link .arrow:before, .link .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 636, ../_layout.scss */
.link .arrow:before {
  left: 26px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
/* line 643, ../_layout.scss */
.link .arrow:after {
  left: 38px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #001076;
}
@media screen and (min-width: 897px) {
  /* line 649, ../_layout.scss */
  .link .arrow svg {
    width: 105px;
  }
}
@media screen and (max-width: 896px) {
  /* line 649, ../_layout.scss */
  .link .arrow svg {
    width: 95px;
  }
}

/* line 661, ../_layout.scss */
.pagetop {
  position: fixed;
  z-index: 10000;
  transition: .35s ease;
}
/* line 665, ../_layout.scss */
.pagetop.on {
  display: none;
}
@media screen and (min-width: 897px) {
  /* line 661, ../_layout.scss */
  .pagetop {
    bottom: 70px;
    right: 70px;
    width: 124px;
  }
  /* line 672, ../_layout.scss */
  .pagetop:hover {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 896px) {
  /* line 661, ../_layout.scss */
  .pagetop {
    bottom: 30px;
    right: 5%;
    width: 64px;
  }
}

/* line 684, ../_layout.scss */
.footer__entry {
  position: relative;
  display: block;
  background-color: #e96e00;
}
@media screen and (min-width: 897px) {
  /* line 684, ../_layout.scss */
  .footer__entry {
    height: 28.6vw;
  }
}
/* line 691, ../_layout.scss */
.footer__entry .bgsvg {
  width: 82.6vw;
}
@media screen and (min-width: 897px) {
  /* line 694, ../_layout.scss */
  .footer__entry .textarea {
    position: absolute;
    top: 50%;
    left: 10.6vw;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 896px) {
  /* line 694, ../_layout.scss */
  .footer__entry .textarea {
    padding: 30px 5%;
  }
}
/* line 705, ../_layout.scss */
.footer__entry .heading {
  color: #fff;
}
/* line 707, ../_layout.scss */
.footer__entry .heading .en {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  /* line 707, ../_layout.scss */
  .footer__entry .heading .en {
    margin-right: 15px;
    font-size: 11.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 707, ../_layout.scss */
  .footer__entry .heading .en {
    font-size: 6.8rem;
  }
}
/* line 719, ../_layout.scss */
.footer__entry .heading .jp {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  /* line 719, ../_layout.scss */
  .footer__entry .heading .jp {
    margin-top: 18px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 719, ../_layout.scss */
  .footer__entry .heading .jp {
    margin-top: 10px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 733, ../_layout.scss */
  .footer__entry--item {
    display: flex;
  }
}
@media screen and (min-width: 897px) {
  /* line 737, ../_layout.scss */
  .footer__entry--item .link {
    width: 280px;
  }
  /* line 740, ../_layout.scss */
  .footer__entry--item .link:first-child {
    margin-right: 24px;
  }
}
/* line 746, ../_layout.scss */
.footer__entry .bnrlabel {
  position: absolute;
  z-index: 11;
  bottom: 24px;
}
@media screen and (min-width: 897px) {
  /* line 746, ../_layout.scss */
  .footer__entry .bnrlabel {
    right: 56px;
    width: 190px;
  }
}
@media screen and (max-width: 896px) {
  /* line 746, ../_layout.scss */
  .footer__entry .bnrlabel {
    left: 25px;
    width: 160px;
  }
}
@media screen and (min-width: 897px) {
  /* line 759, ../_layout.scss */
  .footer__entry .ceothumb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 46vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 759, ../_layout.scss */
  .footer__entry .ceothumb {
    margin-top: 16px;
  }
}
/* line 773, ../_layout.scss */
.footer__sitemap {
  background-color: #fff;
  background-image: url(../../img/common/footer_bg_left.png), url(../../img/common/footer_bg_right.png), url(../../img/common/footer_bg.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, center bottom;
}
@media screen and (min-width: 897px) {
  /* line 773, ../_layout.scss */
  .footer__sitemap {
    height: 70.7vw;
    padding-top: 5vw;
    background-size: 18.6vw, 18.6vw, 100%;
  }
}
@media screen and (max-width: 896px) {
  /* line 773, ../_layout.scss */
  .footer__sitemap {
    padding-top: 14vw;
    padding-bottom: 60vw;
    background-size: 18.6vw, 18.6vw, 135%;
  }
}
/* line 789, ../_layout.scss */
.footer__sitemap .logo {
  margin: auto;
}
@media screen and (min-width: 897px) {
  /* line 789, ../_layout.scss */
  .footer__sitemap .logo {
    width: 17.4vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 789, ../_layout.scss */
  .footer__sitemap .logo {
    width: 52%;
  }
}
/* line 799, ../_layout.scss */
.footer__sitemap--content {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 897px) {
  /* line 799, ../_layout.scss */
  .footer__sitemap--content {
    margin: 50px 16.4vw 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 799, ../_layout.scss */
  .footer__sitemap--content {
    flex-direction: column;
    margin: 50px 5% 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 811, ../_layout.scss */
  .footer__sitemap--item {
    width: 13.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 816, ../_layout.scss */
  .footer__sitemap--item:not(.footer__sitemap--item:first-child) {
    margin-top: 30px;
  }
}
/* line 820, ../_layout.scss */
.footer__sitemap--item .coming_soon {
  pointer-events: none;
  text-decoration: line-through;
  opacity: 0.4;
}
/* line 825, ../_layout.scss */
.footer__sitemap--item h4 {
  padding-bottom: 8px;
  border-bottom: 1px solid #001076;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #001076;
}
/* line 832, ../_layout.scss */
.footer__sitemap--item h4:not(.footer__sitemap--item h4:first-child) {
  margin-top: 30px;
}
/* line 835, ../_layout.scss */
.footer__sitemap--item h4 a {
  color: #001076;
}
@media screen and (max-width: 896px) {
  /* line 839, ../_layout.scss */
  .footer__sitemap--item ul {
    display: flex;
    flex-wrap: wrap;
  }
}
/* line 845, ../_layout.scss */
.footer__sitemap--item li {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 896px) {
  /* line 845, ../_layout.scss */
  .footer__sitemap--item li {
    margin-right: 14px;
  }
}
/* line 852, ../_layout.scss */
.footer__sitemap--item li a {
  color: #001076;
}
/* line 858, ../_layout.scss */
.footer__sitemap .linkarea {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 897px) {
  /* line 858, ../_layout.scss */
  .footer__sitemap .linkarea {
    margin: 20px 16.4vw 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 858, ../_layout.scss */
  .footer__sitemap .linkarea {
    flex-direction: column;
    margin: 20px 7vw 0;
  }
}
/* line 869, ../_layout.scss */
.footer__sitemap .linkarea .recruitbtn {
  background-color: #b93f46;
}
/* line 871, ../_layout.scss */
.footer__sitemap .linkarea .recruitbtn:before {
  border: 2px solid #b93f46;
}
/* line 875, ../_layout.scss */
.footer__sitemap .linkarea .recruitbtn .arrow:after {
  border-color: transparent transparent transparent #b93f46;
}
/* line 882, ../_layout.scss */
.footer__sitemap .corpratelink {
  position: relative;
  display: block;
  padding: 24px 0;
  border-radius: 32px;
  background-color: #001076;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  transition: .35s ease;
}
@media screen and (min-width: 897px) {
  /* line 882, ../_layout.scss */
  .footer__sitemap .corpratelink {
    max-width: 360px;
    width: 24.2vw;
    margin-left: 40px;
  }
  /* line 898, ../_layout.scss */
  .footer__sitemap .corpratelink:hover {
    transform: translate(-2px, -2px);
  }
  /* line 900, ../_layout.scss */
  .footer__sitemap .corpratelink:hover:before {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 882, ../_layout.scss */
  .footer__sitemap .corpratelink {
    width: 84%;
    margin: 30px 10% 0 6%;
  }
}
/* line 909, ../_layout.scss */
.footer__sitemap .corpratelink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 2px solid #001076;
  transition: .35s ease;
}
/* line 921, ../_layout.scss */
.footer__sitemap .corpratelink .arrow {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}
/* line 925, ../_layout.scss */
.footer__sitemap .corpratelink .arrow:before, .footer__sitemap .corpratelink .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 931, ../_layout.scss */
.footer__sitemap .corpratelink .arrow:before {
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
/* line 938, ../_layout.scss */
.footer__sitemap .corpratelink .arrow:after {
  left: 12px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #001076;
}
/* line 947, ../_layout.scss */
.footer__sitemap-copyright {
  display: flex;
  align-items: center;
  margin-left: calc(16.4vw - 32px);
}
@media screen and (min-width: 897px) {
  /* line 947, ../_layout.scss */
  .footer__sitemap-copyright {
    gap: 0 12px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 896px) {
  /* line 947, ../_layout.scss */
  .footer__sitemap-copyright {
    margin-top: 50px;
  }
}
/* line 960, ../_layout.scss */
.footer__sitemap .tw {
  display: block;
  width: 32px;
}
/* line 965, ../_layout.scss */
.footer__sitemap .copyright {
  margin-left: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #001076;
}
@media screen and (max-width: 896px) {
  /* line 965, ../_layout.scss */
  .footer__sitemap .copyright {
    text-align: center;
  }
}

/* line 979, ../_layout.scss */
.aboutus__link {
  background-color: #00b1dd;
}
@media screen and (min-width: 897px) {
  /* line 979, ../_layout.scss */
  .aboutus__link {
    padding: 100px 10vw 160px;
  }
}
@media screen and (max-width: 896px) {
  /* line 979, ../_layout.scss */
  .aboutus__link {
    padding: 60px 7.5% 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 988, ../_layout.scss */
  .aboutus__link .svgtxt {
    width: 20%;
  }
}
@media screen and (max-width: 896px) {
  /* line 988, ../_layout.scss */
  .aboutus__link .svgtxt {
    width: 80%;
  }
}
/* line 997, ../_layout.scss */
.aboutus__link--content {
  margin-top: 32px;
}
@media screen and (min-width: 897px) {
  /* line 997, ../_layout.scss */
  .aboutus__link--content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 897px) {
  /* line 1005, ../_layout.scss */
  .aboutus__link--item {
    width: 30.3%;
  }
}
@media screen and (max-width: 896px) {
  /* line 1010, ../_layout.scss */
  .aboutus__link--item:not(.aboutus__link--item:first-child) {
    margin-top: 60px;
  }
}
/* line 1016, ../_layout.scss */
.aboutus__link .thumb {
  position: relative;
}
/* line 1018, ../_layout.scss */
.aboutus__link .thumb .pagetitle {
  position: absolute;
  bottom: 40px;
  padding: 6px 12px 8px;
  background-color: #fff;
  border: 2px solid #001076;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #001076;
}
@media screen and (min-width: 897px) {
  /* line 1018, ../_layout.scss */
  .aboutus__link .thumb .pagetitle {
    left: -30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 1018, ../_layout.scss */
  .aboutus__link .thumb .pagetitle {
    left: -10px;
    font-size: 2.6rem;
  }
}
/* line 1037, ../_layout.scss */
.aboutus__link .thumb .dango {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
  width: 140px;
}
/* line 1045, ../_layout.scss */
.aboutus__link .thumb .oke {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 120px;
}
/* line 1052, ../_layout.scss */
.aboutus__link .thumb .towel {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100px;
}
/* line 1059, ../_layout.scss */
.aboutus__link .thumb .milk {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 80px;
}
/* line 1067, ../_layout.scss */
.aboutus__link .link {
  margin-left: auto;
  margin-right: auto;
}

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

/* line 22, ../_states.scss */
.underline {
  position: relative;
}
/* line 24, ../_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 38, ../_states.scss */
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

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

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

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

/* line 94, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: .5s;
}
/* line 100, ../_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 112, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 114, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: .3s;
}

/* line 5, _frontier.scss */
.works .bgfixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/cast/bg_fixed.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 897px) {
  /* line 19, _frontier.scss */
  .works .bgfixed > div {
    max-width: 640px;
    width: 45.7vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 19, _frontier.scss */
  .works .bgfixed > div {
    width: 90%;
  }
}
@media screen and (max-width: 896px) {
  /* line 31, _frontier.scss */
  .works .mv_under .pagettl {
    top: 57%;
  }
}
@media screen and (max-width: 896px) {
  /* line 38, _frontier.scss */
  .works .mv_under .pagettl span {
    white-space: nowrap;
  }
}
/* line 44, _frontier.scss */
.works__frontier {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 44, _frontier.scss */
  .works__frontier {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 44, _frontier.scss */
  .works__frontier {
    padding: 80px 0 0;
  }
}
/* line 52, _frontier.scss */
.works__frontier:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vw;
}
/* line 60, _frontier.scss */
.works__frontier.cast01 {
  background-color: #7ab431;
}
/* line 62, _frontier.scss */
.works__frontier.cast01:before {
  background-color: #a3c080;
}
@media screen and (min-width: 897px) {
  /* line 65, _frontier.scss */
  .works__frontier.cast01 .works__frontier--content {
    margin-left: 5vw;
  }
}
/* line 71, _frontier.scss */
.works__frontier.cast02 {
  margin-top: 160vh;
  background-color: #cf8ff3;
}
/* line 74, _frontier.scss */
.works__frontier.cast02:before {
  background-color: #e1bdf5;
}
@media screen and (min-width: 897px) {
  /* line 77, _frontier.scss */
  .works__frontier.cast02 .works__frontier--content {
    margin-right: 5vw;
  }
}
/* line 83, _frontier.scss */
.works__frontier.cast03 {
  margin-top: 160vh;
  background-color: #5ebe96;
}
/* line 86, _frontier.scss */
.works__frontier.cast03:before {
  background-color: #50ab83;
}
@media screen and (min-width: 897px) {
  /* line 89, _frontier.scss */
  .works__frontier.cast03 .works__frontier--content {
    margin-left: 5vw;
  }
}
/* line 96, _frontier.scss */
.works__frontier.planner01 {
  background-color: #ff84c3;
}
/* line 98, _frontier.scss */
.works__frontier.planner01:before {
  background-color: #e3b4cc;
}
@media screen and (min-width: 897px) {
  /* line 101, _frontier.scss */
  .works__frontier.planner01 .works__frontier--content {
    margin-left: 5vw;
  }
}
/* line 107, _frontier.scss */
.works__frontier.planner02 {
  background-color: #00d2ad;
  margin-top: 160vh;
}
/* line 110, _frontier.scss */
.works__frontier.planner02:before {
  background-color: #3eebcc;
}
@media screen and (min-width: 897px) {
  /* line 113, _frontier.scss */
  .works__frontier.planner02 .works__frontier--content {
    margin-right: 5vw;
  }
}
/* line 120, _frontier.scss */
.works__frontier .bgtxt {
  opacity: 0.4;
}
/* line 124, _frontier.scss */
.works__frontier--content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 897px) {
  /* line 130, _frontier.scss */
  .works__frontier--content:nth-child(2) .thumb {
    transform: translate(0, -10%);
  }
}
@media screen and (max-width: 896px) {
  /* line 129, _frontier.scss */
  .works__frontier--content:nth-child(2) {
    flex-direction: column-reverse;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 141, _frontier.scss */
  .works__frontier--content:nth-child(3) {
    margin-top: 80px;
    margin-left: 9.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 141, _frontier.scss */
  .works__frontier--content:nth-child(3) {
    flex-direction: column-reverse;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 151, _frontier.scss */
  .works__frontier--content:nth-child(3).reverse {
    margin-left: 0;
    margin-right: 9.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 151, _frontier.scss */
  .works__frontier--content:nth-child(3).reverse {
    flex-direction: column-reverse;
  }
}
/* line 161, _frontier.scss */
.works__frontier--content:nth-child(3) .en_txt {
  position: absolute;
  top: 0;
  width: 52px;
}
/* line 165, _frontier.scss */
.works__frontier--content:nth-child(3) .en_txt.l {
  left: 100px;
}
/* line 168, _frontier.scss */
.works__frontier--content:nth-child(3) .en_txt.r {
  right: 100px;
}
@media screen and (min-width: 897px) {
  /* line 173, _frontier.scss */
  .works__frontier--content:nth-child(3) .thumb {
    width: 41.4vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 173, _frontier.scss */
  .works__frontier--content:nth-child(3) .thumb {
    margin: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 897px) {
  /* line 181, _frontier.scss */
  .works__frontier--content:nth-child(3) .thumb.pln01 {
    margin-left: 7.14vw;
  }
}
@media screen and (min-width: 897px) {
  /* line 186, _frontier.scss */
  .works__frontier--content:nth-child(3) .thumb.pln02 {
    margin-right: 7.14vw;
  }
}
@media screen and (min-width: 897px) {
  /* line 193, _frontier.scss */
  .works__frontier--content.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 896px) {
  /* line 193, _frontier.scss */
  .works__frontier--content.reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 897px) {
  /* line 201, _frontier.scss */
  .works__frontier--content.reverse.leadarea .textarea {
    margin-left: 0;
    margin-right: -5vw;
  }
}
@media screen and (min-width: 897px) {
  /* line 209, _frontier.scss */
  .works__frontier--content.leadarea {
    align-items: flex-start;
  }
}
@media screen and (max-width: 896px) {
  /* line 209, _frontier.scss */
  .works__frontier--content.leadarea {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 897px) {
  /* line 218, _frontier.scss */
  .works__frontier--content.leadarea .namearea {
    position: absolute;
    top: 3.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 218, _frontier.scss */
  .works__frontier--content.leadarea .namearea {
    position: relative;
    top: 0;
    width: 90%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 897px) {
  /* line 229, _frontier.scss */
  .works__frontier--content.leadarea .namearea.left {
    left: 6.92vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 229, _frontier.scss */
  .works__frontier--content.leadarea .namearea.left {
    left: -2.5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 237, _frontier.scss */
  .works__frontier--content.leadarea .namearea.right {
    right: 6.92vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 237, _frontier.scss */
  .works__frontier--content.leadarea .namearea.right {
    left: -2.5%;
  }
}
/* line 245, _frontier.scss */
.works__frontier--content.leadarea .namearea .en {
  display: block;
}
/* line 248, _frontier.scss */
.works__frontier--content.leadarea .namearea .jp {
  margin: 30px 0;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 248, _frontier.scss */
  .works__frontier--content.leadarea .namearea .jp {
    text-shadow: 1px 1px 0 #4357d7, -1px -1px 0 #4357d7, -1px 1px 0 #4357d7, 1px -1px 0 #4357d7, 0px 1px 0 #4357d7, -1px 0 #4357d7, -1px 0 0 #4357d7, 1px 0 0 #4357d7;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 248, _frontier.scss */
  .works__frontier--content.leadarea .namearea .jp {
    text-shadow: 1px 1px 0 #4357d7, -1px -1px 0 #4357d7, -1px 1px 0 #4357d7, 1px -1px 0 #4357d7, 0px 1px 0 #4357d7, -1px 0 #4357d7, -1px 0 0 #4357d7, 1px 0 0 #4357d7;
    font-size: 2.4rem;
  }
}
/* line 260, _frontier.scss */
.works__frontier--content.leadarea .namearea .jp .year {
  font-size: 2rem;
}
/* line 264, _frontier.scss */
.works__frontier--content.leadarea .namearea dl {
  display: flex;
  align-items: center;
}
/* line 267, _frontier.scss */
.works__frontier--content.leadarea .namearea dl dt {
  padding: 4px;
  margin-right: 10px;
  background-color: #001076;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
/* line 275, _frontier.scss */
.works__frontier--content.leadarea .namearea dl dd {
  font-size: 2rem;
  font-weight: 700;
  color: #001076;
}
/* line 282, _frontier.scss */
.works__frontier--content.leadarea .textarea {
  position: relative;
  background-color: #fff;
  border: 2px solid #001076;
}
@media screen and (min-width: 897px) {
  /* line 282, _frontier.scss */
  .works__frontier--content.leadarea .textarea {
    width: 48vw;
    padding: 98px 5vw 60px;
    margin-top: 380px;
    margin-left: -5vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 282, _frontier.scss */
  .works__frontier--content.leadarea .textarea {
    position: relative;
    z-index: 4;
    width: 84%;
    padding: 48px 5% 50px;
    margin: -40px auto 0;
  }
}
/* line 299, _frontier.scss */
.works__frontier--content.leadarea .textarea .treat01 {
  position: absolute;
  top: -86px;
  right: -30px;
  width: 228px;
}
@media screen and (max-width: 896px) {
  /* line 304, _frontier.scss */
  .works__frontier--content.leadarea .textarea .treat01.ballon {
    top: -90px;
    width: 40%;
    right: -20px;
  }
}
/* line 312, _frontier.scss */
.works__frontier--content.leadarea .textarea .treat02 {
  position: absolute;
  top: -46px;
  left: -60px;
  width: 248px;
}
@media screen and (max-width: 896px) {
  /* line 317, _frontier.scss */
  .works__frontier--content.leadarea .textarea .treat02.note {
    width: 48%;
  }
}
/* line 324, _frontier.scss */
.works__frontier--content.leadarea .textarea .treat01_cast {
  position: absolute;
}
@media screen and (min-width: 897px) {
  /* line 324, _frontier.scss */
  .works__frontier--content.leadarea .textarea .treat01_cast {
    top: -54px;
    right: 28px;
    width: 94px;
  }
}
@media screen and (max-width: 896px) {
  /* line 324, _frontier.scss */
  .works__frontier--content.leadarea .textarea .treat01_cast {
    top: -64px;
    right: 8px;
    width: 74px;
  }
}
/* line 337, _frontier.scss */
.works__frontier--content.leadarea .textarea .treat02_cast {
  position: absolute;
}
@media screen and (min-width: 897px) {
  /* line 337, _frontier.scss */
  .works__frontier--content.leadarea .textarea .treat02_cast {
    top: -42px;
    left: 18px;
    width: 142px;
  }
}
@media screen and (max-width: 896px) {
  /* line 337, _frontier.scss */
  .works__frontier--content.leadarea .textarea .treat02_cast {
    top: -60px;
    left: -10px;
    width: 120px;
  }
}
/* line 350, _frontier.scss */
.works__frontier--content.leadarea .textarea .treat03_cast {
  position: absolute;
}
@media screen and (min-width: 897px) {
  /* line 350, _frontier.scss */
  .works__frontier--content.leadarea .textarea .treat03_cast {
    top: -138px;
    right: -65px;
    width: 228px;
  }
}
@media screen and (max-width: 896px) {
  /* line 350, _frontier.scss */
  .works__frontier--content.leadarea .textarea .treat03_cast {
    top: -98px;
    right: -25px;
    width: 135px;
  }
}
@media screen and (min-width: 897px) {
  /* line 364, _frontier.scss */
  .works__frontier--content.leadarea .thumb {
    width: 50.4vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 364, _frontier.scss */
  .works__frontier--content.leadarea .thumb {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
  }
}
/* line 376, _frontier.scss */
.works__frontier--content .en_txt {
  position: absolute;
  top: 0;
  width: 52px;
}
/* line 380, _frontier.scss */
.works__frontier--content .en_txt.l {
  left: 100px;
}
/* line 383, _frontier.scss */
.works__frontier--content .en_txt.r {
  right: 100px;
}
@media screen and (min-width: 897px) {
  /* line 387, _frontier.scss */
  .works__frontier--content .circlethumb {
    width: 38.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 387, _frontier.scss */
  .works__frontier--content .circlethumb {
    margin: 20px 5% 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 394, _frontier.scss */
  .works__frontier--content .circlethumb.mr {
    margin-right: 7.14vw;
  }
}
@media screen and (min-width: 897px) {
  /* line 399, _frontier.scss */
  .works__frontier--content .circlethumb.ml {
    margin-left: 7.14vw;
  }
}
@media screen and (min-width: 897px) {
  /* line 406, _frontier.scss */
  .works__frontier--content .textarea {
    width: 32.9vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 406, _frontier.scss */
  .works__frontier--content .textarea {
    padding: 30px 7.5% 0;
  }
}
/* line 413, _frontier.scss */
.works__frontier--content .textarea .head {
  font-weight: 900;
  color: #001076;
  line-height: 1.35;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 413, _frontier.scss */
  .works__frontier--content .textarea .head {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 413, _frontier.scss */
  .works__frontier--content .textarea .head {
    font-size: 2.6rem;
  }
}
/* line 425, _frontier.scss */
.works__frontier--content .textarea .subhead {
  margin-top: 24px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #001076;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 425, _frontier.scss */
  .works__frontier--content .textarea .subhead {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 425, _frontier.scss */
  .works__frontier--content .textarea .subhead {
    font-size: 2.6rem;
  }
}
/* line 439, _frontier.scss */
.works__frontier--content .textarea .leadtxt {
  margin-top: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #001076;
}
@media screen and (min-width: 897px) {
  /* line 439, _frontier.scss */
  .works__frontier--content .textarea .leadtxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 439, _frontier.scss */
  .works__frontier--content .textarea .leadtxt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 451, _frontier.scss */
  .works__frontier--content .textarea .leadtxt.top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 896px) {
  /* line 451, _frontier.scss */
  .works__frontier--content .textarea .leadtxt.top {
    margin-top: 25px;
  }
}
/* line 461, _frontier.scss */
.works__frontier--content .textarea .heading {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.52;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 461, _frontier.scss */
  .works__frontier--content .textarea .heading {
    font-size: 5.8rem;
    white-space: nowrap;
    text-shadow: 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7, 0 0 3px #4357d7;
  }
}
@media screen and (max-width: 896px) {
  /* line 461, _frontier.scss */
  .works__frontier--content .textarea .heading {
    font-size: 3rem;
    text-shadow: 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7, 0 0 2px #4357d7;
  }
}
@media screen and (min-width: 897px) {
  /* line 482, _frontier.scss */
  .works__frontier--content .textarea .txt {
    margin-top: 35px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.75;
    color: #fff;
    text-shadow: 1px 1px 0 #4357d7, -1px -1px 0 #4357d7, -1px 1px 0 #4357d7, 1px -1px 0 #4357d7, 0px 1px 0 #4357d7, -1px 0 #4357d7, -1px 0 0 #4357d7, 1px 0 0 #4357d7;
  }
}
@media screen and (max-width: 896px) {
  /* line 482, _frontier.scss */
  .works__frontier--content .textarea .txt {
    margin-top: 24px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.75;
    color: #fff;
    text-shadow: 1px 1px 0 #4357d7, -1px -1px 0 #4357d7, -1px 1px 0 #4357d7, 1px -1px 0 #4357d7, 0px 1px 0 #4357d7, -1px 0 #4357d7, -1px 0 0 #4357d7, 1px 0 0 #4357d7;
  }
}
/* line 496, _frontier.scss */
.works__movie {
  position: relative;
  padding: 140px 0 84px;
  background-image: url(../../img/cast/bg_movie.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
@media screen and (max-width: 896px) {
  /* line 496, _frontier.scss */
  .works__movie {
    padding: 64px 0;
  }
}
/* line 507, _frontier.scss */
.works__movie .bg_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .4;
}
/* line 515, _frontier.scss */
.works__movie .bg_side_svg {
  position: absolute;
  top: 60px;
  right: 8%;
  width: 50px;
}
/* line 522, _frontier.scss */
.works__movie-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}
/* line 526, _frontier.scss */
.works__movie-heading .jp {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.75;
  color: #fff;
  text-shadow: 1px 1px 0 #4357d7, -1px -1px 0 #4357d7, -1px 1px 0 #4357d7, 1px -1px 0 #4357d7, 0px 1px 0 #4357d7, -1px 0 #4357d7, -1px 0 0 #4357d7, 1px 0 0 #4357d7;
  font-weight: 900;
  font-style: italic;
  text-shadow: 2px 2px 0 #4357d7, -2px -2px 0 #4357d7, -2px 2px 0 #4357d7, 2px -2px 0 #4357d7, 0px 2px 0 #4357d7, -2px 0 #4357d7, -2px 0 0 #4357d7, 2px 0 0 #4357d7;
  letter-spacing: .05em;
}
@media screen and (max-width: 896px) {
  /* line 526, _frontier.scss */
  .works__movie-heading .jp {
    font-size: 2.4rem;
  }
}
/* line 537, _frontier.scss */
.works__movie-heading .en {
  display: block;
  max-width: 890px;
  width: 86%;
  margin: 32px auto 0;
}
@media screen and (max-width: 896px) {
  /* line 537, _frontier.scss */
  .works__movie-heading .en {
    margin: 12px auto 0;
  }
}
/* line 548, _frontier.scss */
.works__movie-yt {
  max-width: 800px;
  height: 450px;
  margin: 42px auto 0;
}
@media screen and (max-width: 896px) {
  /* line 548, _frontier.scss */
  .works__movie-yt {
    width: 90%;
    height: 54vw;
    margin-top: 20px;
  }
}
/* line 559, _frontier.scss */
.works__movie-text {
  margin-top: 38px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.75;
  color: #fff;
  text-shadow: 1px 1px 0 #4357d7, -1px -1px 0 #4357d7, -1px 1px 0 #4357d7, 1px -1px 0 #4357d7, 0px 1px 0 #4357d7, -1px 0 #4357d7, -1px 0 0 #4357d7, 1px 0 0 #4357d7;
  text-align: center;
}
@media screen and (max-width: 896px) {
  /* line 559, _frontier.scss */
  .works__movie-text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
