@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-bottom: 20px;
}
/* line 300, ../_layout.scss */
.nav__content .linkarea {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 300, ../_layout.scss */
  .nav__content .linkarea {
    justify-content: space-between;
  }
}
/* line 306, ../_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 306, ../_layout.scss */
  .nav__content .linkarea .item {
    margin-right: 0.71vw;
  }
  /* line 315, ../_layout.scss */
  .nav__content .linkarea .item:hover {
    cursor: pointer;
    background-color: #c1c1c1;
  }
  /* line 320, ../_layout.scss */
  .nav__content .linkarea .item:hover .pusharea .push:before {
    animation: dots .2s infinite;
  }
}
@media screen and (max-width: 896px) {
  /* line 306, ../_layout.scss */
  .nav__content .linkarea .item {
    margin-top: 10px;
  }
}
/* line 330, ../_layout.scss */
.nav__content .linkarea .item.coming_soon {
  position: relative;
}
/* line 332, ../_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 342, ../_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 355, ../_layout.scss */
  .nav__content .linkarea .item.x4 {
    width: 15.8vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 355, ../_layout.scss */
  .nav__content .linkarea .item.x4 {
    width: 49%;
  }
}
/* line 362, ../_layout.scss */
.nav__content .linkarea .item.x4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 897px) {
  /* line 366, ../_layout.scss */
  .nav__content .linkarea .item.x3 {
    width: 21.4vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 366, ../_layout.scss */
  .nav__content .linkarea .item.x3 {
    width: 49%;
  }
}
/* line 373, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(3n) {
  margin-right: 0;
}
/* line 376, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(n+4) {
  margin-top: 12px;
}
/* line 380, ../_layout.scss */
.nav__content .linkarea .item.x3:first-child .pagettl {
  background-color: #fef31f;
}
/* line 385, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(2) .pagettl {
  background-color: #ffbacf;
}
/* line 390, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(3) .pagettl {
  background-color: #9dd8d0;
}
/* line 395, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(4) .pagettl {
  background-color: #ff9166;
}
/* line 400, ../_layout.scss */
.nav__content .linkarea .item.x3:nth-child(5) .pagettl {
  background-color: #bfbaff;
}
/* line 405, ../_layout.scss */
.nav__content .linkarea .item.x3:last-child .pagettl {
  background-color: #ddd;
}
/* line 409, ../_layout.scss */
.nav__content .linkarea .item.x3 .pagettl {
  padding: 40px 0;
}
/* line 414, ../_layout.scss */
.nav__content .linkarea .item .pagettl {
  display: block;
  padding: 20px 0;
  text-align: center;
}
/* line 418, ../_layout.scss */
.nav__content .linkarea .item .pagettl.group_nav {
  background-color: #68cfff;
}
/* line 421, ../_layout.scss */
.nav__content .linkarea .item .pagettl.interview_nav {
  background-color: #76e653;
}
/* line 424, ../_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 431, ../_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 437, ../_layout.scss */
.nav__content .linkarea .item .pagettl b::before {
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #001076;
}
/* line 444, ../_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 453, ../_layout.scss */
.nav__content .linkarea .item .pusharea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 10px;
}
/* line 458, ../_layout.scss */
.nav__content .linkarea .item .pusharea .svg {
  width: 78px;
}
/* line 461, ../_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 468, ../_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 495, ../_layout.scss */
.mv_under {
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 497, ../_layout.scss */
  .mv_under img {
    object-fit: cover;
    height: 120vw;
  }
}
/* line 503, ../_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 503, ../_layout.scss */
  .mv_under .pagettl {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 503, ../_layout.scss */
  .mv_under .pagettl {
    font-size: 3rem;
  }
}
/* line 521, ../_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 539, ../_layout.scss */
.en_line {
  position: absolute;
}
@media screen and (min-width: 897px) {
  /* line 539, ../_layout.scss */
  .en_line {
    top: 109px;
    right: 10vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 539, ../_layout.scss */
  .en_line {
    top: 80px;
    right: 15px;
    width: 28px;
    z-index: 1;
  }
}

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

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

/* line 565, ../_layout.scss */
.link {
  position: relative;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 897px) {
  /* line 565, ../_layout.scss */
  .link {
    width: 16.3vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 565, ../_layout.scss */
  .link {
    width: 96%;
  }
}
@media screen and (min-width: 897px) {
  /* line 577, ../_layout.scss */
  .link:hover:before {
    transform: translate(0, 0);
  }
}
/* line 582, ../_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 595, ../_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 605, ../_layout.scss */
.link .arrow:before, .link .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 611, ../_layout.scss */
.link .arrow:before {
  left: 26px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
/* line 618, ../_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 624, ../_layout.scss */
  .link .arrow svg {
    width: 105px;
  }
}
@media screen and (max-width: 896px) {
  /* line 624, ../_layout.scss */
  .link .arrow svg {
    width: 95px;
  }
}

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

/* line 659, ../_layout.scss */
.footer__entry {
  position: relative;
  display: block;
  background-color: #e96e00;
}
@media screen and (min-width: 897px) {
  /* line 659, ../_layout.scss */
  .footer__entry {
    height: 28.6vw;
  }
}
/* line 666, ../_layout.scss */
.footer__entry .bgsvg {
  width: 82.6vw;
}
@media screen and (min-width: 897px) {
  /* line 669, ../_layout.scss */
  .footer__entry .textarea {
    position: absolute;
    top: 50%;
    left: 10.6vw;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 896px) {
  /* line 669, ../_layout.scss */
  .footer__entry .textarea {
    padding: 30px 5%;
  }
}
/* line 680, ../_layout.scss */
.footer__entry .heading {
  color: #fff;
}
/* line 682, ../_layout.scss */
.footer__entry .heading .en {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  /* line 682, ../_layout.scss */
  .footer__entry .heading .en {
    margin-right: 15px;
    font-size: 11.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 682, ../_layout.scss */
  .footer__entry .heading .en {
    font-size: 6.8rem;
  }
}
/* line 694, ../_layout.scss */
.footer__entry .heading .jp {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  /* line 694, ../_layout.scss */
  .footer__entry .heading .jp {
    margin-top: 18px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 694, ../_layout.scss */
  .footer__entry .heading .jp {
    margin-top: 10px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 708, ../_layout.scss */
  .footer__entry--item {
    display: flex;
  }
}
@media screen and (min-width: 897px) {
  /* line 712, ../_layout.scss */
  .footer__entry--item .link {
    width: 280px;
  }
  /* line 715, ../_layout.scss */
  .footer__entry--item .link:first-child {
    margin-right: 24px;
  }
}
/* line 721, ../_layout.scss */
.footer__entry .bnrlabel {
  position: absolute;
  z-index: 11;
  bottom: 24px;
}
@media screen and (min-width: 897px) {
  /* line 721, ../_layout.scss */
  .footer__entry .bnrlabel {
    right: 56px;
    width: 190px;
  }
}
@media screen and (max-width: 896px) {
  /* line 721, ../_layout.scss */
  .footer__entry .bnrlabel {
    left: 25px;
    width: 160px;
  }
}
@media screen and (min-width: 897px) {
  /* line 734, ../_layout.scss */
  .footer__entry .ceothumb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 46vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 734, ../_layout.scss */
  .footer__entry .ceothumb {
    margin-top: 16px;
  }
}
/* line 748, ../_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 748, ../_layout.scss */
  .footer__sitemap {
    height: 70.7vw;
    padding-top: 5vw;
    background-size: 18.6vw, 18.6vw, 100%;
  }
}
@media screen and (max-width: 896px) {
  /* line 748, ../_layout.scss */
  .footer__sitemap {
    padding-top: 14vw;
    padding-bottom: 60vw;
    background-size: 18.6vw, 18.6vw, 135%;
  }
}
/* line 764, ../_layout.scss */
.footer__sitemap .logo {
  margin: auto;
}
@media screen and (min-width: 897px) {
  /* line 764, ../_layout.scss */
  .footer__sitemap .logo {
    width: 17.4vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 764, ../_layout.scss */
  .footer__sitemap .logo {
    width: 52%;
  }
}
/* line 774, ../_layout.scss */
.footer__sitemap--content {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 897px) {
  /* line 774, ../_layout.scss */
  .footer__sitemap--content {
    margin: 50px 16.4vw 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 774, ../_layout.scss */
  .footer__sitemap--content {
    flex-direction: column;
    margin: 50px 5% 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 786, ../_layout.scss */
  .footer__sitemap--item {
    width: 13.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 791, ../_layout.scss */
  .footer__sitemap--item:not(.footer__sitemap--item:first-child) {
    margin-top: 30px;
  }
}
/* line 795, ../_layout.scss */
.footer__sitemap--item .coming_soon {
  pointer-events: none;
  text-decoration: line-through;
  opacity: 0.4;
}
/* line 800, ../_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 807, ../_layout.scss */
.footer__sitemap--item h4:not(.footer__sitemap--item h4:first-child) {
  margin-top: 30px;
}
/* line 810, ../_layout.scss */
.footer__sitemap--item h4 a {
  color: #001076;
}
@media screen and (max-width: 896px) {
  /* line 814, ../_layout.scss */
  .footer__sitemap--item ul {
    display: flex;
    flex-wrap: wrap;
  }
}
/* line 820, ../_layout.scss */
.footer__sitemap--item li {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 896px) {
  /* line 820, ../_layout.scss */
  .footer__sitemap--item li {
    margin-right: 14px;
  }
}
/* line 827, ../_layout.scss */
.footer__sitemap--item li a {
  color: #001076;
}
/* line 833, ../_layout.scss */
.footer__sitemap .linkarea {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 897px) {
  /* line 833, ../_layout.scss */
  .footer__sitemap .linkarea {
    margin: 20px 16.4vw 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 833, ../_layout.scss */
  .footer__sitemap .linkarea {
    flex-direction: column;
    margin: 20px 7vw 0;
  }
}
/* line 844, ../_layout.scss */
.footer__sitemap .linkarea .recruitbtn {
  background-color: #b93f46;
}
/* line 846, ../_layout.scss */
.footer__sitemap .linkarea .recruitbtn:before {
  border: 2px solid #b93f46;
}
/* line 850, ../_layout.scss */
.footer__sitemap .linkarea .recruitbtn .arrow:after {
  border-color: transparent transparent transparent #b93f46;
}
/* line 857, ../_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 857, ../_layout.scss */
  .footer__sitemap .corpratelink {
    max-width: 360px;
    width: 24.2vw;
    margin-left: 40px;
  }
  /* line 873, ../_layout.scss */
  .footer__sitemap .corpratelink:hover {
    transform: translate(-2px, -2px);
  }
  /* line 875, ../_layout.scss */
  .footer__sitemap .corpratelink:hover:before {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 857, ../_layout.scss */
  .footer__sitemap .corpratelink {
    width: 84%;
    margin: 30px 10% 0 6%;
  }
}
/* line 884, ../_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 896, ../_layout.scss */
.footer__sitemap .corpratelink .arrow {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}
/* line 900, ../_layout.scss */
.footer__sitemap .corpratelink .arrow:before, .footer__sitemap .corpratelink .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 906, ../_layout.scss */
.footer__sitemap .corpratelink .arrow:before {
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
/* line 913, ../_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 922, ../_layout.scss */
.footer__sitemap .tw {
  display: block;
  width: 32px;
}
@media screen and (min-width: 897px) {
  /* line 922, ../_layout.scss */
  .footer__sitemap .tw {
    margin-top: 10px;
    margin-left: 16.4vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 922, ../_layout.scss */
  .footer__sitemap .tw {
    margin: 30px auto 0;
  }
}
/* line 934, ../_layout.scss */
.footer__sitemap .copyright {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #001076;
}
@media screen and (min-width: 897px) {
  /* line 934, ../_layout.scss */
  .footer__sitemap .copyright {
    margin-top: 40px;
    margin-left: 16.4vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 934, ../_layout.scss */
  .footer__sitemap .copyright {
    margin-top: 20px;
    text-align: center;
  }
}

/* line 950, ../_layout.scss */
.aboutus__link {
  background-color: #00b1dd;
}
@media screen and (min-width: 897px) {
  /* line 950, ../_layout.scss */
  .aboutus__link {
    padding: 100px 10vw 160px;
  }
}
@media screen and (max-width: 896px) {
  /* line 950, ../_layout.scss */
  .aboutus__link {
    padding: 60px 7.5% 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 959, ../_layout.scss */
  .aboutus__link .svgtxt {
    width: 20%;
  }
}
@media screen and (max-width: 896px) {
  /* line 959, ../_layout.scss */
  .aboutus__link .svgtxt {
    width: 80%;
  }
}
/* line 968, ../_layout.scss */
.aboutus__link--content {
  margin-top: 32px;
}
@media screen and (min-width: 897px) {
  /* line 968, ../_layout.scss */
  .aboutus__link--content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 897px) {
  /* line 976, ../_layout.scss */
  .aboutus__link--item {
    width: 30.3%;
  }
}
@media screen and (max-width: 896px) {
  /* line 981, ../_layout.scss */
  .aboutus__link--item:not(.aboutus__link--item:first-child) {
    margin-top: 60px;
  }
}
/* line 987, ../_layout.scss */
.aboutus__link .thumb {
  position: relative;
}
/* line 989, ../_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 989, ../_layout.scss */
  .aboutus__link .thumb .pagetitle {
    left: -30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 989, ../_layout.scss */
  .aboutus__link .thumb .pagetitle {
    left: -10px;
    font-size: 2.6rem;
  }
}
/* line 1008, ../_layout.scss */
.aboutus__link .thumb .dango {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
  width: 140px;
}
/* line 1016, ../_layout.scss */
.aboutus__link .thumb .oke {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 120px;
}
/* line 1023, ../_layout.scss */
.aboutus__link .thumb .towel {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100px;
}
/* line 1030, ../_layout.scss */
.aboutus__link .thumb .milk {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 80px;
}
/* line 1038, ../_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 6, _newidea.scss */
.newidea .bgtxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 13, _newidea.scss */
.newidea .mv_under {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media screen and (min-width: 897px) {
  /* line 13, _newidea.scss */
  .newidea .mv_under {
    height: 64.6vw;
    background-image: url(../../img/newidea/mv.png);
  }
}
@media screen and (max-width: 896px) {
  /* line 13, _newidea.scss */
  .newidea .mv_under {
    height: 228vw;
    background-image: url(../../img/newidea/sp_mv.png);
  }
}
/* line 26, _newidea.scss */
.newidea .mv_under .pagettl_svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 897px) {
  /* line 26, _newidea.scss */
  .newidea .mv_under .pagettl_svg {
    top: 15%;
    width: 57.1vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 26, _newidea.scss */
  .newidea .mv_under .pagettl_svg {
    top: 10%;
    width: 90%;
  }
}
@media screen and (min-width: 897px) {
  /* line 38, _newidea.scss */
  .newidea .mv_under .pagettl_svg img {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  /* line 38, _newidea.scss */
  .newidea .mv_under .pagettl_svg img {
    object-fit: inherit;
    height: auto;
  }
}
/* line 48, _newidea.scss */
.newidea .mv_under .image {
  position: absolute;
  width: 21.3vw;
  transform: translate(0, 200px) scale(0);
  animation: scaleUpImg 1s linear 1.5s forwards;
}
@media screen and (max-width: 896px) {
  /* line 48, _newidea.scss */
  .newidea .mv_under .image {
    display: none;
  }
}
@keyframes scaleUpImg {
  0% {
    transform: translate(0, 200px) scale(0);
  }
  40% {
    transform: translate(0, 0) scale(0.2);
  }
  50% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
/* line 70, _newidea.scss */
.newidea .mv_under .image.image01 {
  bottom: 10%;
  left: 0;
}
/* line 74, _newidea.scss */
.newidea .mv_under .image.image02 {
  bottom: 20%;
  right: 0;
}
/* line 81, _newidea.scss */
.newidea__hint {
  position: relative;
  padding: 7.14vw 0;
  background-color: #b38de1;
}
/* line 85, _newidea.scss */
.newidea__hint .en_txt {
  position: absolute;
  top: 80px;
}
@media screen and (min-width: 897px) {
  /* line 85, _newidea.scss */
  .newidea__hint .en_txt {
    right: 5vw;
    width: 52px;
  }
}
@media screen and (max-width: 896px) {
  /* line 85, _newidea.scss */
  .newidea__hint .en_txt {
    right: 15px;
    width: 28px;
    z-index: 2;
  }
}
/* line 98, _newidea.scss */
.newidea__hint--content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  /* line 98, _newidea.scss */
  .newidea__hint--content {
    flex-direction: column;
  }
}
@media screen and (min-width: 897px) {
  /* line 106, _newidea.scss */
  .newidea__hint--content .textarea {
    width: 38.2vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 106, _newidea.scss */
  .newidea__hint--content .textarea {
    padding: 0 6.9vw;
  }
}
/* line 113, _newidea.scss */
.newidea__hint--content .textarea .label {
  display: inline-block;
  padding: 2px;
  background-color: #da363f;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
/* line 121, _newidea.scss */
.newidea__hint--content .textarea .wavetxt {
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 121, _newidea.scss */
  .newidea__hint--content .textarea .wavetxt {
    width: 50%;
    margin-top: 40px;
    position: relative;
    padding: 0 50px 0 40px;
    font-size: 4.8rem;
  }
  /* line 197, ../_module.scss */
  .newidea__hint--content .textarea .wavetxt:before, .newidea__hint--content .textarea .wavetxt:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 100px;
    background-image: url(../../img/top/wave.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 897px) and (max-width: 896px) {
  /* line 197, ../_module.scss */
  .newidea__hint--content .textarea .wavetxt:before, .newidea__hint--content .textarea .wavetxt:after {
    width: 18px;
    height: 50px;
  }
}
@media screen and (min-width: 897px) {
  /* line 213, ../_module.scss */
  .newidea__hint--content .textarea .wavetxt:before {
    left: 0;
  }
  /* line 216, ../_module.scss */
  .newidea__hint--content .textarea .wavetxt:after {
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 121, _newidea.scss */
  .newidea__hint--content .textarea .wavetxt {
    width: 80%;
    margin-top: 20px;
    position: relative;
    padding: 0 50px 0 40px;
    font-size: 3.6rem;
  }
  /* line 197, ../_module.scss */
  .newidea__hint--content .textarea .wavetxt:before, .newidea__hint--content .textarea .wavetxt:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 100px;
    background-image: url(../../img/top/wave.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  /* line 197, ../_module.scss */
  .newidea__hint--content .textarea .wavetxt:before, .newidea__hint--content .textarea .wavetxt:after {
    width: 18px;
    height: 50px;
  }
}
@media screen and (max-width: 896px) {
  /* line 213, ../_module.scss */
  .newidea__hint--content .textarea .wavetxt:before {
    left: 0;
  }
  /* line 216, ../_module.scss */
  .newidea__hint--content .textarea .wavetxt:after {
    right: 0;
  }
}
/* line 134, _newidea.scss */
.newidea__hint--content .textarea .collaboration {
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 134, _newidea.scss */
  .newidea__hint--content .textarea .collaboration {
    margin-top: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 134, _newidea.scss */
  .newidea__hint--content .textarea .collaboration {
    margin-top: 18px;
  }
}
/* line 143, _newidea.scss */
.newidea__hint--content .textarea .txt {
  margin-top: 30px;
  font-size: 1.6rem;
  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 143, _newidea.scss */
  .newidea__hint--content .textarea .txt {
    font-size: 1.8rem;
  }
}
/* line 151, _newidea.scss */
.newidea__hint--content .thumb {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 151, _newidea.scss */
  .newidea__hint--content .thumb {
    width: 30vw;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 151, _newidea.scss */
  .newidea__hint--content .thumb {
    margin: 70px 6.9vw 40px;
  }
}
/* line 160, _newidea.scss */
.newidea__hint--content .thumb .txt {
  position: absolute;
  background-color: #001076;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/* line 168, _newidea.scss */
.newidea__hint--content .thumb .txt.txt01 {
  top: -30px;
  right: 30px;
}
/* line 172, _newidea.scss */
.newidea__hint--content .thumb .txt.txt02 {
  position: absolute;
  bottom: -30px;
  left: 30px;
}
/* line 178, _newidea.scss */
.newidea__hint--content .thumb .img {
  position: absolute;
}
@keyframes deco {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  51% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes deco01 {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  51% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
/* line 208, _newidea.scss */
.newidea__hint--content .thumb .img.record {
  left: 10px;
  animation: deco 1.5s linear infinite forwards;
}
@media screen and (min-width: 897px) {
  /* line 208, _newidea.scss */
  .newidea__hint--content .thumb .img.record {
    top: -20px;
    width: 125px;
  }
}
@media screen and (max-width: 896px) {
  /* line 208, _newidea.scss */
  .newidea__hint--content .thumb .img.record {
    top: -40px;
    width: 90px;
  }
}
/* line 220, _newidea.scss */
.newidea__hint--content .thumb .img.book {
  animation: deco01 1.5s linear infinite forwards;
}
@media screen and (min-width: 897px) {
  /* line 220, _newidea.scss */
  .newidea__hint--content .thumb .img.book {
    bottom: 120px;
    right: 20px;
    width: 90px;
  }
}
@media screen and (max-width: 896px) {
  /* line 220, _newidea.scss */
  .newidea__hint--content .thumb .img.book {
    bottom: 70px;
    right: 20px;
    width: 60px;
  }
}
/* line 233, _newidea.scss */
.newidea__hint--content .thumb .img.food {
  bottom: -30px;
  right: -10px;
  animation: deco 1.5s linear infinite forwards;
}
@media screen and (min-width: 897px) {
  /* line 233, _newidea.scss */
  .newidea__hint--content .thumb .img.food {
    width: 125px;
  }
}
@media screen and (max-width: 896px) {
  /* line 233, _newidea.scss */
  .newidea__hint--content .thumb .img.food {
    width: 85px;
  }
}
/* line 249, _newidea.scss */
.newidea .slide__txt {
  background-color: #07a370;
  border: 3px solid #001076;
  background-image: url(../../img/newidea/slide_txt.png);
  background-position: 0 center;
  background-size: auto 60%;
  background-repeat: repeat-x;
  animation: slideX 600s linear infinite;
}
@keyframes slideX {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -10000px center;
  }
}
@media screen and (min-width: 897px) {
  /* line 249, _newidea.scss */
  .newidea .slide__txt {
    padding: 40px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 249, _newidea.scss */
  .newidea .slide__txt {
    padding: 20px 0;
  }
}
/* line 274, _newidea.scss */
.newidea__letnewidea {
  position: relative;
  background-color: #ca286c;
  background-image: url(../../img/newidea/bg_lets_furo.png);
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 897px) {
  /* line 274, _newidea.scss */
  .newidea__letnewidea {
    padding: 8vw 0px 15vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 274, _newidea.scss */
  .newidea__letnewidea {
    padding: 8vw 0px 20vw;
  }
}
/* line 287, _newidea.scss */
.newidea__letnewidea.on {
  background-position: center 110%;
}
/* line 290, _newidea.scss */
.newidea__letnewidea h3 {
  position: relative;
  max-width: 1075px;
  margin: auto;
}
@media screen and (max-width: 896px) {
  /* line 290, _newidea.scss */
  .newidea__letnewidea h3 {
    width: 90%;
  }
}
/* line 298, _newidea.scss */
.newidea__letnewidea--content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  /* line 298, _newidea.scss */
  .newidea__letnewidea--content {
    flex-direction: column;
  }
}
/* line 305, _newidea.scss */
.newidea__letnewidea--content .btn {
  width: 192px;
  margin-top: 10px;
  animation: buruburu 1s linear infinite;
}
@media screen and (min-width: 897px) {
  /* line 305, _newidea.scss */
  .newidea__letnewidea--content .btn {
    margin-right: 5vw;
  }
}
@keyframes buruburu {
  0% {
    transform: translate(-2px, -2px);
  }
  2% {
    transform: translate(-2px, 2px);
  }
  4% {
    transform: translate(2px, -2px);
  }
  6% {
    transform: translate(2px, 2px);
  }
  8% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-2px, -2px);
  }
  12% {
    transform: translate(-2px, 2px);
  }
  14% {
    transform: translate(2px, -2px);
  }
  16% {
    transform: translate(2px, 2px);
  }
  18% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  22% {
    transform: translate(-2px, 2px);
  }
  24% {
    transform: translate(2px, -2px);
  }
  26% {
    transform: translate(2px, 2px);
  }
  28% {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 897px) {
  /* line 360, _newidea.scss */
  .newidea__letnewidea--content .txt {
    font-size: 3.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;
  }
}
@media screen and (max-width: 896px) {
  /* line 360, _newidea.scss */
  .newidea__letnewidea--content .txt {
    padding: 0 6.9vw;
    margin-top: 12px;
    font-size: 2.2rem;
    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 374, _newidea.scss */
.newidea__kousou {
  position: relative;
  background-image: url(../../img/cast/bg_fixed.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: 0 0;
  background-attachment: fixed;
}
@media screen and (min-width: 897px) {
  /* line 374, _newidea.scss */
  .newidea__kousou {
    padding: 140px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 374, _newidea.scss */
  .newidea__kousou {
    padding: 10px 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 388, _newidea.scss */
  .newidea__kousou .bgtxt {
    top: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 388, _newidea.scss */
  .newidea__kousou .bgtxt {
    top: 10px;
  }
}
/* line 397, _newidea.scss */
.newidea__kousou h3 {
  max-width: 940px;
  margin: auto;
}
@media screen and (max-width: 896px) {
  /* line 397, _newidea.scss */
  .newidea__kousou h3 {
    margin-left: 6.9vw;
    margin-right: 6.9vw;
    margin-bottom: 20px;
  }
}
/* line 407, _newidea.scss */
.newidea__kousou--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 6.9vw;
  margin-right: 6.9vw;
}
@media screen and (min-width: 897px) {
  /* line 407, _newidea.scss */
  .newidea__kousou--content {
    margin-top: 240px;
  }
}
@media screen and (max-width: 896px) {
  /* line 407, _newidea.scss */
  .newidea__kousou--content {
    flex-direction: column;
  }
}
/* line 419, _newidea.scss */
.newidea__kousou--content.center {
  justify-content: center;
}
@media screen and (min-width: 897px) {
  /* line 419, _newidea.scss */
  .newidea__kousou--content.center {
    margin-top: 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 424, _newidea.scss */
  .newidea__kousou--content.center .item {
    width: 52.9vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 897px) and (min-width: 897px) {
  /* line 429, _newidea.scss */
  .newidea__kousou--content.center .item:nth-child(odd) {
    margin-top: 0;
  }
}

/* line 437, _newidea.scss */
.newidea__kousou--content .item {
  margin-bottom: 80px;
}
@media screen and (min-width: 897px) {
  /* line 437, _newidea.scss */
  .newidea__kousou--content .item {
    width: 38.6vw;
  }
}
@media screen and (min-width: 897px) {
  /* line 442, _newidea.scss */
  .newidea__kousou--content .item:nth-child(odd) {
    margin-top: -150px;
  }
}
/* line 448, _newidea.scss */
.newidea__kousou--content .titleinfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  /* line 453, _newidea.scss */
  .newidea__kousou--content .titleinfo > div {
    width: calc( 100% - 100px );
  }
}
/* line 457, _newidea.scss */
.newidea__kousou--content .titleinfo .label {
  display: inline-block;
  padding: 6px 10px 8px;
  background-color: #da363f;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 457, _newidea.scss */
  .newidea__kousou--content .titleinfo .label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 457, _newidea.scss */
  .newidea__kousou--content .titleinfo .label {
    font-size: 1.4rem;
  }
}
/* line 470, _newidea.scss */
.newidea__kousou--content .titleinfo h4 {
  margin-top: 6px;
}
/* line 473, _newidea.scss */
.newidea__kousou--content .titleinfo .subtxt {
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 473, _newidea.scss */
  .newidea__kousou--content .titleinfo .subtxt {
    font-size: 2.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;
    letter-spacing: .1em;
    line-height: 1.3;
    padding: 8px 0 5px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 473, _newidea.scss */
  .newidea__kousou--content .titleinfo .subtxt {
    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;
    letter-spacing: 0.05em;
  }
}
/* line 486, _newidea.scss */
.newidea__kousou--content .titleinfo .numinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/newidea/fukidashi.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}
@media screen and (min-width: 897px) {
  /* line 486, _newidea.scss */
  .newidea__kousou--content .titleinfo .numinfo {
    width: 160px;
    height: 48px;
  }
}
@media screen and (max-width: 896px) {
  /* line 486, _newidea.scss */
  .newidea__kousou--content .titleinfo .numinfo {
    width: 90px;
    height: 26px;
  }
}
/* line 502, _newidea.scss */
.newidea__kousou--content .titleinfo .numinfo .icon {
  padding-left: 20px;
  background-image: url(../../img/newidea/icon_heart.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-weight: 500;
  line-height: 1;
  color: #001076;
}
@media screen and (min-width: 897px) {
  /* line 502, _newidea.scss */
  .newidea__kousou--content .titleinfo .numinfo .icon {
    background-size: 18px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 502, _newidea.scss */
  .newidea__kousou--content .titleinfo .numinfo .icon {
    background-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 520, _newidea.scss */
.newidea__kousou--content .titleinfo .maintxt {
  display: block;
  margin-top: 2px;
  font-weight: 900;
}
@media screen and (min-width: 897px) {
  /* line 520, _newidea.scss */
  .newidea__kousou--content .titleinfo .maintxt {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.2;
    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;
    letter-spacing: .1em;
  }
}
@media screen and (max-width: 896px) {
  /* line 520, _newidea.scss */
  .newidea__kousou--content .titleinfo .maintxt {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.2;
    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;
    letter-spacing: .06em;
  }
}
/* line 535, _newidea.scss */
.newidea__kousou--content .illustration {
  margin-top: 20px;
}
/* line 538, _newidea.scss */
.newidea__kousou--content .btnarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -36px;
}
/* line 543, _newidea.scss */
.newidea__kousou--content .btnarea .snsbtn {
  display: flex;
}
@media screen and (max-width: 896px) {
  /* line 543, _newidea.scss */
  .newidea__kousou--content .btnarea .snsbtn {
    margin-top: 20px;
  }
}
/* line 549, _newidea.scss */
.newidea__kousou--content .btnarea .snsbtn li:first-child {
  margin-right: 10px;
}
/* line 553, _newidea.scss */
.newidea__kousou--content .btnarea .snsbtn a {
  display: block;
  width: 170px;
  padding-top: 30px;
}
/* line 559, _newidea.scss */
.newidea__kousou--content .btnarea .newideabtn {
  position: relative;
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 559, _newidea.scss */
  .newidea__kousou--content .btnarea .newideabtn {
    width: 145px;
  }
  /* line 564, _newidea.scss */
  .newidea__kousou--content .btnarea .newideabtn:hover {
    cursor: pointer;
    animation: buruburu 1s linear infinite;
  }
}
@media screen and (max-width: 896px) {
  /* line 559, _newidea.scss */
  .newidea__kousou--content .btnarea .newideabtn {
    width: 100px;
  }
}
/* line 572, _newidea.scss */
.newidea__kousou--content .btnarea .newideabtn:hover {
  cursor: pointer;
}
/* line 574, _newidea.scss */
.newidea__kousou--content .btnarea .newideabtn:hover:before {
  opacity: 1;
}
/* line 577, _newidea.scss */
.newidea__kousou--content .btnarea .newideabtn:hover img {
  opacity: 0;
}
/* line 581, _newidea.scss */
.newidea__kousou--content .btnarea .newideabtn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/newidea/btn_want_to_new_on.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  opacity: 0;
}
/* line 599, _newidea.scss */
.newidea__kousou--flow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1e0bf;
}
@media screen and (min-width: 897px) {
  /* line 599, _newidea.scss */
  .newidea__kousou--flow {
    padding: 120px 6.9vw 160px;
  }
}
@media screen and (max-width: 896px) {
  /* line 599, _newidea.scss */
  .newidea__kousou--flow {
    flex-direction: column;
    padding: 60px 6.9vw 80px;
  }
}
/* line 612, _newidea.scss */
.newidea__kousou--flow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -90%);
  z-index: 2;
  width: 100%;
  height: 5vw;
  background-image: url(../../img/newidea/wave_flow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 627, _newidea.scss */
.newidea__kousou--flow .oke {
  position: absolute;
  animation: deco 1.5s linear infinite forwards;
}
@media screen and (min-width: 897px) {
  /* line 627, _newidea.scss */
  .newidea__kousou--flow .oke {
    top: -120px;
    right: 0;
    width: 120px;
  }
}
@media screen and (max-width: 896px) {
  /* line 627, _newidea.scss */
  .newidea__kousou--flow .oke {
    top: -100px;
    right: 20px;
    width: 80px;
  }
}
@keyframes deco {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  51% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
/* line 655, _newidea.scss */
.newidea__kousou--flow .key {
  position: absolute;
  animation: deco01 1.5s linear infinite forwards;
}
@media screen and (min-width: 897px) {
  /* line 655, _newidea.scss */
  .newidea__kousou--flow .key {
    top: -20px;
    right: -40px;
    width: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 655, _newidea.scss */
  .newidea__kousou--flow .key {
    top: -30px;
    right: 0;
    width: 30px;
  }
}
@keyframes deco01 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  51% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
/* line 684, _newidea.scss */
.newidea__kousou--flow .thumb {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 684, _newidea.scss */
  .newidea__kousou--flow .thumb {
    width: 43.4%;
    margin-right: 5vw;
  }
}
/* line 690, _newidea.scss */
.newidea__kousou--flow .thumb .subthumb {
  position: absolute;
}
@media screen and (min-width: 897px) {
  /* line 690, _newidea.scss */
  .newidea__kousou--flow .thumb .subthumb {
    top: -30px;
    left: -40px;
    width: 192px;
    height: 192px;
  }
}
@media screen and (max-width: 896px) {
  /* line 690, _newidea.scss */
  .newidea__kousou--flow .thumb .subthumb {
    top: -20px;
    left: -20px;
    width: 96px;
    height: 96px;
  }
}
/* line 704, _newidea.scss */
.newidea__kousou--flow .thumb .subthumb:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-image: url(../../img/newidea/circle_txt.png);
  background-size: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  animation: rotateTxt1 20s linear infinite forwards;
}
@keyframes rotateTxt1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* line 729, _newidea.scss */
.newidea__kousou--flow .textarea {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 731, _newidea.scss */
  .newidea__kousou--flow .textarea .lead {
    font-size: 3.2rem;
    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 731, _newidea.scss */
  .newidea__kousou--flow .textarea .lead {
    margin-top: 10px;
    font-size: 2.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;
  }
}
@media screen and (min-width: 897px) {
  /* line 740, _newidea.scss */
  .newidea__kousou--flow .textarea .link {
    width: 300px;
  }
}
@media screen and (max-width: 896px) {
  /* line 740, _newidea.scss */
  .newidea__kousou--flow .textarea .link {
    width: 90%;
  }
}
