@charset "UTF-8";
@font-face {
  font-family: "MPLUSRounded1c-ExtraBold";
  src: url(/shimanekko/fonts/MPLUSRounded1c/MPLUSRounded1c-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c-Medium";
  src: url(/shimanekko/fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost-Regular";
  src: url(/shimanekko/fonts/Jost/Jost-Regular.woff) format("woff");
  font-display: swap;
}
/*=======*/
/* index */
/*=======*/
header {
  width: 88%;
  left: 66px;
}
header.fixed {
  width: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  header {
    width: 100%;
    left: 0;
  }
}

.index {
  /* 共通
  -----------------------------------*/
  /* メイン
  -----------------------------------*/
  /* TOPICS
  -----------------------------------*/
  /* PROFILE
  -----------------------------------*/
  /* PLAYROOM
  -----------------------------------*/
  /* SPECIAL
  -----------------------------------*/
  /* LINK
  -----------------------------------*/
  /* Gifアニメ
  -----------------------------------*/
}
.index .heading-index {
  margin-bottom: 24px;
  font-size: 29px;
  font-family: "Jost-Regular", sans-serif;
  color: #846946;
  line-height: 1;
}
@media (max-width: 767px) {
  .index .heading-index {
    font-size: 22px;
  }
}
.index .contents {
  max-width: 990px;
  padding: 0 90px;
}
@media (max-width: 1023px) {
  .index .contents {
    padding: 0 32px;
  }
}
.index .main-sec {
  position: relative;
  display: flex;
  padding-top: 15%;
  background-color: #FFFCE4;
}
@media (max-width: 1023px) {
  .index .main-sec {
    padding-top: 94px;
  }
}
@media (max-width: 767px) {
  .index .main-sec {
    display: block;
  }
}
.index .main-sec .bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.5416%;
  height: 100%;
  background-color: #52A5A0;
  z-index: 1;
}
@media (max-width: 767px) {
  .index .main-sec .bg01 {
    width: 100%;
    height: 238px;
  }
}
.index .main-sec .bg01.fade-in-left {
  -webkit-animation: in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.index .main-sec .bg02 {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  top: 0;
  left: 0;
  background-color: #EB8A96;
  z-index: 0;
}
@media (max-width: 767px) {
  .index .main-sec .bg02 {
    width: 56.8%;
    height: 100%;
    padding-bottom: 0;
  }
}
.index .main-sec .bg02.fade-in-left {
  -webkit-animation: in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}
.index .main-sec .title-area {
  position: relative;
  width: 38.5416%;
  padding: 0 90px;
  z-index: 2;
}
.index .main-sec .title-area .list-btn {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 18.229vw;
  max-width: 350px;
  bottom: 32px;
}
.index .main-sec .title-area .list-btn li {
  width: 45%;
}
.index .main-sec .title-area .list-btn li a {
  display: block;
  transition: all 0.5s;
}
.index .main-sec .title-area .list-btn li a:hover {
  transform: scale(1.1);
}
.index .main-sec .title-area .list-btn li a:hover img {
  opacity: 1 !important;
}
.index .main-sec .title-area.fade-in-bottom {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
          animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
@media (max-width: 1023px) {
  .index .main-sec .title-area {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .index .main-sec .title-area {
    width: 100%;
  }
  .index .main-sec .title-area .heading-title {
    width: 220px;
  }
  .index .main-sec .title-area .btn {
    width: 90px;
    margin: 0 0 0 auto;
  }
}
.index .main-sec .character-area {
  position: relative;
  width: 61.4584%;
  padding-right: 90px;
  z-index: 2;
}
.index .main-sec .character-area .character {
  width: 66%;
  margin: 0 0 0 22%;
}
@media (max-width: 767px) {
  .index .main-sec .character-area {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .index .main-sec .character-area .character {
    width: 86%;
    margin: 0 auto;
  }
}
.index .main-sec .character-area.fade-in-bottom {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
          animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.index .main-bn-sec {
  margin: 70px 0 77px;
}
@media (max-width: 767px) {
  .index .main-bn-sec {
    margin: 56px 0 70px;
  }
}
.index .main-bn-sec .bn-wrap {
  position: relative;
  max-width: 662px;
  margin: 0 auto;
}
.index .main-bn-sec .bn-wrap .bn {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .index .main-bn-sec .bn-wrap .bn {
    max-width: 197px;
    margin: 0 auto 30px;
  }
}
.index .main-bn-sec .bn-wrap .link-txt {
  position: absolute;
  right: -14px;
  bottom: 7px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index .main-bn-sec .bn-wrap .link-txt {
    position: initial;
    text-align: center;
  }
}
.index .main-bn-sec .bn-wrap .link-txt a {
  position: relative;
  display: inline-block;
  padding-right: 58px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .index .main-bn-sec .bn-wrap .link-txt a {
    padding-right: 42px;
    font-size: 15px;
  }
}
.index .main-bn-sec .bn-wrap .link-txt a .arrow-link {
  position: absolute;
  top: calc(50% + 6px);
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 42px;
  height: 6px;
}
@media (max-width: 767px) {
  .index .main-bn-sec .bn-wrap .link-txt a .arrow-link {
    top: calc(50% + 5px);
    width: 30px;
  }
}
.index .main-bn-sec .bn-wrap .link-txt a .arrow-link .arrow {
  position: relative;
  display: block;
}
.index .main-bn-sec .bn-wrap .link-txt a .arrow-link .arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  bottom: 3px;
  right: 14px;
  transform: rotate(45deg);
  transition: all 0.5s;
  background-color: #000;
}
@media (max-width: 767px) {
  .index .main-bn-sec .bn-wrap .link-txt a .arrow-link .arrow::before {
    width: 7px;
    bottom: 2px;
  }
}
.index .main-bn-sec .bn-wrap .link-txt a .arrow-link .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  bottom: 0;
  right: 14px;
  background-color: #000;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .index .main-bn-sec .bn-wrap .link-txt a .arrow-link .arrow::after {
    width: 16px;
  }
}
.index .main-bn-sec .bn-wrap .link-txt a:hover .arrow-link .arrow::before {
  right: 0;
}
.index .main-bn-sec .bn-wrap .link-txt a:hover .arrow-link .arrow::after {
  width: 100%;
  right: 0;
}
.index .topics-sec {
  position: relative;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .index .topics-sec {
    padding: 48px 0;
  }
}
.index .topics-sec .slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
          animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.index .topics-sec .fade-in {
  -webkit-animation: fade-in 1s ease-in 0.5s both;
          animation: fade-in 1s ease-in 0.5s both;
}
.index .topics-sec::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #C2D9B6;
  z-index: -1;
}
.index .topics-sec.fade-in-left::before {
  -webkit-animation: in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}
.index .topics-sec .title-area {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index .topics-sec .title-area .heading-index {
    width: calc(100% - 140px);
  }
}
.index .topics-sec .title-area .topics-btn {
  width: 160px;
  margin-left: 16px;
}
.index .topics-sec .title-area .topics-btn .com-bt {
  background-color: #52A5A0;
  color: #FFFCE4;
}
.index .topics-sec .title-area .topics-btn .link-txt .txt::after {
  background-color: #FFFCE4;
}
@media (max-width: 767px) {
  .index .topics-sec .title-area .topics-btn {
    width: 120px;
    margin: 0 0 0 auto;
  }
  .index .topics-sec .title-area .topics-btn .com-bt {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.index .topics-sec .list-topics {
  padding: 32px 56px;
  margin-bottom: 0 !important;
  background-color: #FFFCE4;
  color: #846946;
}
.index .topics-sec .list-topics + .title-area {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .index .topics-sec .list-topics + .title-area {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .index .topics-sec .list-topics {
    flex-wrap: wrap;
    padding: 24px 16px;
  }
}
.index .topics-sec .list-topics li:not(:last-child) {
  border-bottom: 2px dotted #846946;
}
.index .topics-sec .list-topics li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  padding: 16px 56px 16px 0;
  color: #846946;
}
@media (max-width: 767px) {
  .index .topics-sec .list-topics li a {
    flex-wrap: wrap;
    padding: 12px 4px;
  }
}
.index .topics-sec .list-topics li a:hover {
  text-decoration: none;
  color: #EB8A96;
}
.index .topics-sec .list-topics li a .date {
  width: 7em;
}
@media (max-width: 767px) {
  .index .topics-sec .list-topics li a .date {
    font-size: 14px;
  }
}
.index .topics-sec .list-topics li a .lbl {
  width: 75px;
  margin-top: 4px;
  background-color: #EB8A96;
  border-radius: 10px;
  font-size: 12px;
  color: #FFFCE4;
  text-align: center;
  line-height: 18px;
}
.index .topics-sec .list-topics li a .title {
  width: calc(100% - 7em - 75px);
  padding-left: 1em;
  word-break: break-all;
}
@media (max-width: 767px) {
  .index .topics-sec .list-topics li a .title {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
  }
}
.index .topics-sec .list-topics li a .arrow-link {
  position: absolute;
  right: 8px;
  top: 60%;
  margin-top: -3px;
}
.index .topics-sec .list-topics li a .arrow-link .arrow::before,
.index .topics-sec .list-topics li a .arrow-link .arrow::after {
  background-color: #EB8A96;
}
.index .profile-sec {
  position: relative;
  padding-right: 12%;
  padding-left: 12%;
  background-color: #FFFCE4;
}
@media (max-width: 1023px) {
  .index .profile-sec {
    padding: 0 0 64px;
  }
}
.index .profile-sec .bg01 {
  position: absolute;
  display: block;
  width: 84%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #52A5A0;
  z-index: 1;
}
.index .profile-sec .bg01.fade-in-left {
  -webkit-animation: in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (max-width: 1023px) {
  .index .profile-sec .bg01 {
    width: 100%;
  }
}
.index .profile-sec .v-txt {
  position: absolute;
  top: 40px;
  left: 86%;
}
@media (max-width: 1200px) {
  .index .profile-sec .v-txt {
    display: none;
  }
}
.index .profile-sec .contents {
  position: relative;
  max-width: 860px;
  padding: 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .index .profile-sec .contents {
    padding: 0 32px;
  }
}
.index .profile-sec .wrap {
  display: flex;
  justify-content: space-between;
  padding: 72px 0;
}
.index .profile-sec .wrap .txt {
  width: 56%;
  padding: 48px 32px;
  background-color: #FFFCE4;
}
.index .profile-sec .wrap .txt .data-prof {
  color: #52A5A0;
}
@media (max-width: 767px) {
  .index .profile-sec .wrap .txt .data-prof {
    font-size: 14px;
  }
}
.index .profile-sec .wrap .txt .data-prof dt {
  width: 7em;
  float: left;
  clear: left;
}
.index .profile-sec .wrap .txt .data-prof dd {
  padding-left: 7em;
  margin-bottom: 16px;
}
.index .profile-sec .wrap .txt .data-prof dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index .profile-sec .wrap .txt .data-prof dd {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .index .profile-sec .wrap {
    display: block;
    padding: 40px 0;
  }
  .index .profile-sec .wrap .txt {
    width: 100%;
    padding: 16px;
    margin: 0 auto;
  }
}
.index .profile-sec .wrap.slide-in-left:nth-child(1) {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
          animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.index .profile-sec .shimanekko {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 48%;
  margin-left: -32px;
}
.index .profile-sec .shimanekko .pict {
  width: 66%;
}
.index .profile-sec .shimanekko .btn {
  text-align: center;
  margin-bottom: 0 !important;
}
.index .profile-sec .shimanekko .btn a {
  display: block;
}
.index .profile-sec .shimanekko .btn a img {
  transition: 0.5s all;
}
.index .profile-sec .shimanekko .btn a:hover {
  text-decoration: none;
}
.index .profile-sec .shimanekko .btn a:hover img {
  transform: scale(1.1);
  opacity: 1 !important;
}
.index .profile-sec .shimanekko .btn a span {
  display: block;
  margin-top: 8px;
  color: #FFFCE4;
  font-size: 12px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index .profile-sec .shimanekko .btn a span {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .index .profile-sec .shimanekko {
    width: 100%;
    margin-top: -16px;
    margin-left: 0;
    align-items: flex-start;
  }
  .index .profile-sec .shimanekko .pict {
    width: 86%;
    text-align: right;
  }
  .index .profile-sec .shimanekko .pict img {
    width: 90%;
  }
  .index .profile-sec .shimanekko .btn {
    width: 24%;
    margin-left: -4%;
    font-size: 10px;
  }
}
.index .profile-sec .list-sns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.index .profile-sec .list-sns li {
  width: 32px;
}
.index .room-sec {
  background-color: #EB8A96;
}
@media (max-width: 767px) {
  .index .room-sec .contents {
    padding: 0 64px;
  }
}
.index .room-sec a {
  display: block;
  padding: 68px 0 40px;
}
@media (max-width: 767px) {
  .index .room-sec a {
    padding: 40px 0 32px;
  }
}
.index .room-sec a .wrap .heading-room .arrow-link {
  margin-top: 32px;
}
.index .room-sec a .wrap .heading-room .arrow-link .arrow::before,
.index .room-sec a .wrap .heading-room .arrow-link .arrow::after {
  background-color: #FFF;
}
@media (max-width: 767px) {
  .index .room-sec a .wrap {
    display: block;
  }
}
.index .room-sec a .wrap .img {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: -10%;
}
@media (max-width: 767px) {
  .index .room-sec a .wrap .img {
    width: 50%;
    margin: 0 0 0 auto;
  }
  .index .room-sec a .wrap .img .icon {
    background: url(/shimanekko/images/index/room_il02_4.png) no-repeat;
    background-size: 100% auto;
  }
}
.index .room-sec a .wrap.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}
.index .room-sec a:hover img {
  opacity: 1 !important;
}
.index .room-sec a:hover .img .icon {
  -webkit-animation: step 0.5s both;
          animation: step 0.5s both;
}
@-webkit-keyframes step {
  0% {
    background: url(/shimanekko/images/index/room_il02_1.png) no-repeat;
    background-size: 100% auto;
  }
  30% {
    background: url(/shimanekko/images/index/room_il02_2.png) no-repeat;
    background-size: 100% auto;
  }
  60% {
    background: url(/shimanekko/images/index/room_il02_3.png) no-repeat;
    background-size: 100% auto;
  }
  100% {
    background: url(/shimanekko/images/index/room_il02_4.png) no-repeat;
    background-size: 100% auto;
  }
}
@keyframes step {
  0% {
    background: url(/shimanekko/images/index/room_il02_1.png) no-repeat;
    background-size: 100% auto;
  }
  30% {
    background: url(/shimanekko/images/index/room_il02_2.png) no-repeat;
    background-size: 100% auto;
  }
  60% {
    background: url(/shimanekko/images/index/room_il02_3.png) no-repeat;
    background-size: 100% auto;
  }
  100% {
    background: url(/shimanekko/images/index/room_il02_4.png) no-repeat;
    background-size: 100% auto;
  }
}
.index .special-sec {
  position: relative;
  background-color: #C2D9B6;
}
@media (max-width: 767px) {
  .index .special-sec .contents {
    padding: 0 64px;
  }
}
.index .special-sec a {
  display: block;
  padding: 90px 0 90px;
}
@media (max-width: 767px) {
  .index .special-sec a {
    padding: 24px 0 16px;
  }
}
.index .special-sec a .wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.index .special-sec a .wrap .heading-area {
  display: flex;
}
.index .special-sec a .wrap .heading-area .heading-special .arrow-link {
  margin-top: 32px;
}
.index .special-sec a .wrap .heading-area .heading-special .arrow-link .arrow::before,
.index .special-sec a .wrap .heading-area .heading-special .arrow-link .arrow::after {
  background-color: #846946;
}
.index .special-sec a .wrap .heading-area .icon {
  width: 64px;
  height: 72px;
  background: url(/shimanekko/images/index/special_il02.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .index .special-sec a .wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .index .special-sec a .wrap .img {
    width: 30%;
    margin: 0 0 0 auto;
  }
}
.index .special-sec a .wrap.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}
.index .special-sec a:hover img {
  opacity: 1 !important;
}
.index .special-sec a:hover .heading-area .icon {
  -webkit-animation: step-special 1s infinite;
          animation: step-special 1s infinite;
}
@-webkit-keyframes step-special {
  0% {
    background: url(/shimanekko/images/index/special_il02.png) no-repeat;
    background-size: 100% auto;
  }
  50% {
    background: url(/shimanekko/images/index/special_il02_on.png) no-repeat;
    background-size: 100% auto;
  }
}
@keyframes step-special {
  0% {
    background: url(/shimanekko/images/index/special_il02.png) no-repeat;
    background-size: 100% auto;
  }
  50% {
    background: url(/shimanekko/images/index/special_il02_on.png) no-repeat;
    background-size: 100% auto;
  }
}
.index .special-sec .coming-soon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 64px 16px;
  text-align: center;
  background: rgba(194, 217, 182, 0.9);
}
.index .special-sec .coming-soon .slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}
@media (max-width: 767px) {
  .index .special-sec .coming-soon {
    padding: 15% 0;
  }
  .index .special-sec .coming-soon img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.index .link-sec {
  padding: 120px 0;
  background-color: #FFFCE4;
}
@media (max-width: 1023px) {
  .index .link-sec {
    padding: 48px 0;
  }
}
.index .link-sec .heading-index {
  text-align: center;
}
.index .link-sec .list-link {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 84px;
}
.index .link-sec .list-link li {
  width: 30%;
}
.index .link-sec .list-link li.slide-in-left:nth-child(1) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}
.index .link-sec .list-link li.slide-in-left:nth-child(2) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
          animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.index .link-sec .list-link li.slide-in-left:nth-child(3) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
          animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.index .link-sec .list-link li a {
  display: block;
  position: relative;
  background: #52A5A0;
}
.index .link-sec .list-link li a img {
  transition: 0.5s all;
}
.index .link-sec .list-link li a:hover img {
  transform: scale(0.85);
  opacity: 1 !important;
}
.index .link-sec .list-link li a .arrow-link {
  position: absolute;
  right: 20px;
  bottom: 4px;
}
.index .link-sec .list-link li a .arrow-link .arrow::before,
.index .link-sec .list-link li a .arrow-link .arrow::after {
  background-color: #FFFCE4;
}
@media (max-width: 767px) {
  .index .link-sec .list-link {
    display: block;
    margin-top: 32px;
    margin-bottom: 52px;
  }
  .index .link-sec .list-link li {
    width: 100%;
    margin-bottom: 24px;
  }
  .index .link-sec .list-link li a:hover img {
    transform: none;
  }
}
.index .link-sec .list-link02 {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .index .link-sec .list-link02 {
    display: block;
    margin-top: 32px;
  }
}
.index .link-sec .list-link02 li {
  width: 48.14%;
  text-align: center;
}
@media (max-width: 767px) {
  .index .link-sec .list-link02 li {
    width: 100%;
  }
}
.index .link-sec .list-link02 li.slide-in-left:nth-child(1) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
          animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}
.index .link-sec .list-link02 li.slide-in-left:nth-child(2) {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s both;
          animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s both;
}
@media (max-width: 767px) {
  .index .link-sec .list-link02 li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.index .pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #52A5A0;
}
.index .pop .illust {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 320px;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .index .pop .illust {
    width: 60%;
  }
}
/*# sourceMappingURL=index.css.map */