@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kri6qmn.css");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fuwa1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa3 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4E4E4E;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  scroll-behavior: smooth;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

a:hover, a:active, a.active {
  color: #D44B6B;
}

h1 a, .pgtop a {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------common--------------------------------------------------------- */
.brpc {
  display: block;
}

.brsp {
  display: none;
}

header {
  width: 100%;
  background-color: #FFF;
  padding: 17px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
header .inner {
  width: calc(100% - 32px);
  padding: 0 0 0 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header .inner h1 {
  width: 193px;
  position: relative;
}
header .inner h1 a {
  width: 100%;
  height: 31px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in 0s;
}
header .inner .hum {
  display: none;
}
header .inner nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 40px;
}
header .inner nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 24px;
}
header .inner nav ul li a {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
header .inner nav ul li a:hover {
  color: #D44B6B;
}
header .inner nav .btn {
  width: 138px;
}
header .inner nav .btn:hover a {
  background-color: #D44B6B;
  border-radius: 32px;
}
header .inner nav .btn a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: 46px;
  background-color: #D44B6B;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
}
header .inner p {
  width: 100%;
  height: 40px;
  background-image: url(../images/bg_tt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 12px 12px;
  transition: all 0.3s ease-in 0s;
}
header .inner p span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}

.entry {
  width: calc(100% - 48px);
  margin: 0 auto;
}
.entry a {
  width: 100%;
  height: 324px;
  background-color: #D44B6B;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
  position: relative;
}
.entry a::before {
  content: "";
  width: 56px;
  height: 36px;
  background-image: url(../images/btn1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}
.entry a:hover {
  border-radius: 80px;
  transform: scale(0.975);
}
.entry a:hover dl {
  transform: scale(1.1);
}
.entry a dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  transition: all 0.3s ease-in 0s;
}
.entry a dl dt {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 10rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.entry a dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

footer {
  width: 100%;
  padding: 96px 0 32px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
footer::after {
  content: "";
  width: 100%;
  height: 15.8vw;
  background-image: url(../images/illust_footer.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: 32px;
  display: block;
  order: 2;
}
footer .inner {
  width: calc(100% - 256px);
  margin: 0 auto 24px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  order: 1;
}
footer .inner .logo {
  width: 230px;
}
footer .inner .logo a {
  width: 100%;
  height: 37px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 40px;
  gap: 0 56px;
}
footer .inner .links dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
footer .inner .links dl dt {
  margin-bottom: 8px;
}
footer .inner .links dl dt a {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
footer .inner .links dl dt a:hover {
  color: #D44B6B;
}
footer .inner .links dl dd a {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
footer .inner .links dl dd a:hover {
  color: #D44B6B;
}
footer p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  order: 3;
}

.pgtop {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  cursor: pointer;
}
.pgtop:hover::before {
  opacity: 0.75;
}
.pgtop:hover span {
  opacity: 0.75;
}
.pgtop::before {
  content: "";
  width: 11px;
  height: 15px;
  background-image: url(../images/arrow_pgtop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  transition: all 0.3s ease-in 0s;
}
.pgtop span {
  color: #4E4E4E;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.3s ease-in 0s;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 1148px) {
  html {
    font-size: 0.8710801394vw;
  }

  header {
    padding: 16px 0;
  }
  header .inner {
    width: calc(100% - 32px);
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  header .inner h1 {
    width: 151px;
  }
  header .inner h1 a {
    height: 24px;
  }
  header .inner .hum {
    width: 32px;
    height: 16px;
    padding: 0 8px;
    position: relative;
    display: block;
  }
  header .inner .hum.on span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
  }
  header .inner .hum.on span:nth-child(2) {
    opacity: 0;
  }
  header .inner .hum.on span:nth-child(3) {
    transform: rotate(-45deg);
    top: 7px;
  }
  header .inner .hum span {
    width: 16px;
    height: 1px;
    background-color: #2D414E;
    display: block;
    position: absolute;
    left: 16px;
    transition: all 0.3s ease-in 0s;
  }
  header .inner .hum span:nth-child(1) {
    top: 0px;
  }
  header .inner .hum span:nth-child(2) {
    top: 7px;
  }
  header .inner .hum span:nth-child(3) {
    top: 15px;
  }
  header .inner nav {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 40px;
    position: fixed;
    top: 56px;
    left: 0px;
    z-index: 777;
    overflow: scroll;
    clip-path: inset(0 0 100% 0);
    transition: all 0.3s ease-in 0s;
  }
  header .inner nav.on {
    clip-path: inset(0 0 0 0);
  }
  header .inner nav ul {
    width: calc(100% - 96px);
    padding: 40px 0 0 0;
    margin-bottom: 112px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    position: relative;
  }
  header .inner nav ul::before {
    content: "";
    width: 57px;
    height: 87px;
    background-image: url(../../home/images/deco1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(100% + 112px - 87px);
    left: calc(50% - 100px);
  }
  header .inner nav ul li {
    width: 100%;
  }
  header .inner nav ul li:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  header .inner nav ul li a {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in 0s;
  }
  header .inner nav ul li a:hover {
    color: #4E4E4E;
  }
  header .inner nav ul li a::after {
    content: "";
    width: 37px;
    height: 25px;
    background-image: url(../images/btn0.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  header .inner nav .btn {
    width: calc(100% - 32px);
    position: relative;
  }
  header .inner nav .btn::before {
    content: "";
    width: 50px;
    height: 86px;
    background-image: url(../../home/images/deco3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: -86px;
    left: calc(50% + 50px);
  }
  header .inner nav .btn::after {
    content: "";
    width: 42px;
    height: 66px;
    background-image: url(../../home/images/deco2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: -66px;
    left: calc(50% + 15px);
  }
  header .inner nav .btn:hover a {
    background-color: #D44B6B;
    border-radius: 16px;
  }
  header .inner nav .btn a {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    width: 100%;
    height: 105px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  header .inner nav .btn a::after {
    content: "エントリーはこちら";
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-top: 4px;
  }
  header .inner p {
    width: 100%;
    height: 40px;
    background-image: url(../images/bg_tt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 12px 12px;
    transition: all 0.3s ease-in 0s;
  }
  header .inner p span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }

  .entry {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .entry a {
    width: 100%;
    height: 180px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in 0s;
    position: relative;
  }
  .entry a::before {
    content: "";
    width: 43px;
    height: 33px;
    background-image: url(../images/btn1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
  }
  .entry a:hover {
    border-radius: 30px;
    transform: scale(1);
  }
  .entry a:hover dl {
    transform: scale(1);
  }
  .entry a dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    transition: all 0.3s ease-in 0s;
  }
  .entry a dl dt {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .entry a dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }

  footer {
    width: 100%;
    padding: 96px 0 32px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  footer::after {
    content: "";
    width: 100%;
    height: 43.46vw;
    background-image: url(../images/illust_footer_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin-bottom: 32px;
    display: block;
    order: 2;
  }
  footer .inner {
    width: calc(100% - 32px);
    margin: 0 auto 24px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  footer .inner .logo {
    width: 230px;
    margin-bottom: 50px;
  }
  footer .inner .logo a {
    width: 100%;
    height: 37px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .links {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 0;
  }
  footer .inner .links dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  footer .inner .links dl:nth-child(3) dd:nth-child(6) {
    width: 100%;
  }
  footer .inner .links dl:nth-child(5) dd:nth-child(2) {
    width: 100%;
  }
  footer .inner .links dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  footer .inner .links dl dt a {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  footer .inner .links dl dt a:hover {
    color: #D44B6B;
  }
  footer .inner .links dl dd {
    width: 50%;
  }
  footer .inner .links dl dd a {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  footer .inner .links dl dd a:hover {
    color: #D44B6B;
  }
  footer p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    order: 3;
  }

  .pgtop {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 5;
    cursor: pointer;
  }
  .pgtop:hover::before {
    opacity: 0.75;
  }
  .pgtop:hover span {
    opacity: 0.75;
  }
  .pgtop::before {
    content: "";
    width: 11px;
    height: 15px;
    background-image: url(../images/arrow_pgtop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    transition: all 0.3s ease-in 0s;
  }
  .pgtop span {
    color: #4E4E4E;
    font-family: "din-2014", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 0.3s ease-in 0s;
  }
}
@media screen and (max-width: 768px) {
  .brpc {
    display: none;
  }

  .brsp {
    display: block;
  }

  html {
    font-size: 1.3020833333vw;
  }

  body {
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/*# sourceMappingURL=style_common.css.map */
