@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
main image
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.mainImage {
  width: 1300px;
  height: 800px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1; }
  .mainImage__list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1; }
  .mainImage__item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative; }
    .mainImage__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      animation: zoomout 0.6s ease-out forwards; }
  .mainImage__frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .mainImage__frame img {
      position: absolute; }
    .mainImage__frame01 {
      top: 0;
      left: 0; }
    .mainImage__frame02 {
      top: 0;
      right: 0; }
    .mainImage__frame03 {
      top: 0;
      right: 0; }
    .mainImage__frame04 {
      bottom: 0;
      right: 0; }
    .mainImage__frame05 {
      bottom: 0;
      left: 0; }
    .mainImage__frame06 {
      bottom: 0;
      left: 0; }
  .mainImage__orn--left {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 3;
    animation-name: appr01;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1; }
  .mainImage__orn--right {
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 4;
    animation-name: appr02;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both; }
  .mainImage__btn {
    width: 136px;
    height: 140px;
    position: absolute;
    top: 240px;
    right: -40px;
    z-index: 5;
    animation: spin 4s cubic-bezier(0.86, 0, 0.07, 1) infinite; }
    .mainImage__btn--anchor {
      width: 100%;
      height: 100%;
      color: #FFF !important;
      font-size: 1.0625rem;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 700;
      line-height: 1.3;
      text-align: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url("../img/index/blob.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 136px 140px;
      transition: 0.1s linear; }
      .mainImage__btn--anchor span {
        padding: 23px 0 0;
        background-image: url("../img/common/mail01.svg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 25px 19px; }
      .mainImage__btn--anchor:hover {
        text-decoration: none;
        background-image: url("../img/index/blob_hover.svg"); }
  .mainImage__cc {
    position: absolute;
    top: 50%;
    left: 110px;
    z-index: 6;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mainImage__cc--main {
      font-size: 3rem;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 900;
      line-height: 2.0;
      letter-spacing: 0.2em;
      display: inline-block;
      opacity: 0;
      animation: poyon 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
      .mainImage__cc--main em {
        font-style: normal;
        -webkit-text-stroke: 12px #FFF;
        /* 白い太フチ */
        paint-order: stroke fill;
        /* フチを文字の下に配置して文字が細るのを防ぐ */
        position: relative;
        display: inline-block;
        opacity: 0;
        animation: poyon 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
        .mainImage__cc--main em:nth-of-type(1) {
          color: #5cc2cf;
          animation-delay: 0.5s; }
        .mainImage__cc--main em:nth-of-type(2) {
          color: #ffe84e;
          animation-delay: 0.8s; }
        .mainImage__cc--main em:nth-of-type(3) {
          color: #ff7f77;
          animation-delay: 1.1s; }
    .mainImage__cc--sub {
      margin: 20px 0 35px;
      padding: 0 30px;
      color: #FFF;
      font-size: 1.5rem;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 500;
      line-height: 1.0;
      display: inline-block;
      opacity: 0;
      -webkit-text-stroke: 2px #444;
      paint-order: stroke fill;
      background-image: url("../img/common/star01.svg"), url("../img/common/star01.svg");
      background-position: left, right;
      background-repeat: no-repeat;
      background-size: 18px 16px;
      animation: slideIn 1.2s ease-out forwards;
      animation-delay: 1.8s !important; }
    .mainImage__cc--txt {
      color: #FFF;
      font-size: 1.125rem;
      display: inline-block;
      opacity: 0;
      animation: fadeInBlur 1.5s ease-out forwards;
      animation-delay: 2.5s !important; }

@keyframes poyon {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.8); }
  60% {
    opacity: 1;
    transform: translateY(-5px) scale(1.05); }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1); } }
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: scaleX(1.2);
    /* 左から */
    letter-spacing: 0.5em;
    /* 文字間を少し広げておく */ }
  100% {
    opacity: 1;
    transform: scaleX(1);
    letter-spacing: normal; } }
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(5px);
    /* 最初はぼかす */
    transform: translateY(10px); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0); } }
@keyframes zoomout {
  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  5% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg); }
  8% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg); }
  11% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg); }
  14% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  86% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  89% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg); }
  92% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg); }
  95% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
@keyframes appr01 {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes appr02 {
  0% {
    right: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0); }
  100% {
    right: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100); } }
@media (max-width: 1400px) {
  .mainImage {
    width: calc(100% - 80px);
    margin: 0 40px; } }
@media (max-width: 1000px) {
  .mainImage__frame01 {
    width: 40%;
    height: auto; }
  .mainImage__frame02 {
    width: 62%;
    height: auto; }
  .mainImage__frame03 {
    width: 3%;
    height: auto; }
  .mainImage__frame04 {
    width: 76%;
    height: auto; }
  .mainImage__frame05 {
    width: 33%;
    height: auto; }
  .mainImage__frame06 {
    width: 2%;
    height: auto; }
  .mainImage__cc {
    width: 100%;
    padding: 0 40px;
    align-items: center;
    left: 0; }
    .mainImage__cc--main {
      text-align: center; }
    .mainImage__cc--txt {
      text-align: center; } }
@media (max-width: 800px) {
  .mainImage {
    width: calc(100% - 40px);
    height: 600px;
    margin: 0 20px; }
    .mainImage__orn--left {
      top: -20px;
      left: 20px; }
    .mainImage__btn {
      display: none; }
    .mainImage__cc--main {
      font-size: 2.5rem; }
      .mainImage__cc--main em {
        -webkit-text-stroke: 8px #FFF; } }
@media (max-width: 500px) {
  .mainImage {
    height: 500px; }
    .mainImage__cc--main {
      font-size: 1.75rem; }
      .mainImage__cc--main em {
        -webkit-text-stroke: 6px #FFF; }
    .mainImage__cc--sub {
      font-size: 1.125rem; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
latest info
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.latestInfo {
  margin: -110px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2; }
  .latestInfo__inner {
    width: 1000px;
    height: 180px;
    margin: 0;
    padding: 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #5cc2cf;
    border-bottom: 1px solid #5cc2cf;
    border-left: 1px solid #5cc2cf;
    -webkit-border-top-left-radius: 90px;
    -webkit-border-bottom-left-radius: 90px;
    -moz-border-top-left-radius: 90px;
    -moz-border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .latestInfo__left {
    width: 20%;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .latestInfo__title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.0; }
    .latestInfo__title--jp {
      font-size: 1.125rem; }
    .latestInfo__title--en {
      margin: 15px 0 0;
      color: #4ccaf1;
      font-size: 0.875rem; }
  .latestInfo__link {
    margin: 20px 0 0;
    padding: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 0.875rem; }
    .latestInfo__link--anchor {
      padding: 0 0 5px;
      color: #444 !important;
      border-bottom: 1px dashed #444;
      position: relative; }
      .latestInfo__link--anchor:hover {
        text-decoration: none;
        top: 1px;
        left: 1px;
        border-bottom: 1px solid #444; }
  .latestInfo__list {
    width: 80%;
    margin: 0;
    padding: 10px 50px;
    list-style: none;
    border-left: 1px solid #5cc2cf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .latestInfo__item {
    margin: 0 0 20px;
    padding: 0; }
    .latestInfo__item:last-of-type {
      margin: 0; }
    .latestInfo__item--anchor {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      position: relative; }
      .latestInfo__item--anchor:hover {
        text-decoration: none;
        top: 1px;
        left: 1px;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: alpha(opacity=70); }
      .latestInfo__item--anchor span:first-of-type {
        width: 110px;
        color: #ff6b62;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.125rem; }
      .latestInfo__item--anchor span:last-of-type {
        width: calc(100% - 110px);
        color: #444; }
        .latestInfo__item--anchor span:last-of-type img {
          margin: 0 0 0 10px;
          vertical-align: middle; }
  .latestInfo__plane {
    width: 199px;
    height: 90px;
    position: absolute;
    top: -30px;
    right: 20px; }

@media (max-width: 1200px) {
  .latestInfo__inner {
    width: 80%; } }
@media (max-width: 1000px) {
  .latestInfo {
    margin: 40px 0 0; }
    .latestInfo__inner {
      width: calc(100% - 20px); }
    .latestInfo__plane {
      width: 150px;
      height: 68px;
      right: 10px; } }
@media (max-width: 800px) {
  .latestInfo {
    margin: 60px 0 0; }
    .latestInfo__inner {
      width: 100%;
      height: auto;
      border-left: none;
      -webkit-border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-top-left-radius: 0;
      -moz-border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .latestInfo__list {
      padding: 0 30px; }
    .latestInfo__item--anchor {
      display: -webkit-block;
      display: -moz-block;
      display: -ms-block;
      display: -o-block;
      display: block; }
      .latestInfo__item--anchor span:first-of-type, .latestInfo__item--anchor span:last-of-type {
        width: 100%;
        display: block; } }
@media (max-width: 500px) {
  .latestInfo__inner {
    flex-direction: column; }
  .latestInfo__left {
    width: 100%;
    padding: 0 20px;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .latestInfo__title {
    flex-direction: row; }
    .latestInfo__title--en {
      margin: 0 0 0 20px; }
  .latestInfo__link {
    margin: 0 0 0 30px; }
  .latestInfo__list {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 20px;
    border-left: none; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
ゆめこども園について
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.about {
  margin: 80px 0 0;
  padding: 0 100px;
  position: relative; }
  .about__inner {
    text-align: center;
    position: relative;
    z-index: 5; }
  .about__title {
    margin: 0;
    padding: 0 0 22px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    background-image: url("../img/index/border01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 296px 29px; }
  .about__txt {
    margin: 55px 0 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 2.0;
    -webkit-text-shadow: 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white, 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white;
    -moz-text-shadow: 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white, 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white;
    text-shadow: 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white, 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white; }
    .about__txt--green {
      color: #a0d168;
      font-weight: 700; }
    .about__txt br.sp {
      display: none; }
  .about__btns {
    margin: 50px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    .about__btns--btn {
      width: 300px;
      height: 70px;
      margin: 0;
      padding: 0; }
      .about__btns--btn:last-of-type {
        margin: 0 0 0 40px; }
      .about__btns--btn a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #444;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.125rem;
        border: 4px solid transparent;
        border-radius: 35px;
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #f6b3d2, #f6ebba) border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: 0.1s linear; }
        .about__btns--btn a span {
          width: 100%;
          display: block;
          background-image: url("../img/common/ar01.svg");
          background-position: right 25px center;
          background-repeat: no-repeat;
          background-size: 11px 13px;
          transition: 0.1s linear; }
        .about__btns--btn a:hover {
          color: #FFF;
          text-decoration: none;
          background: #fe8ea1; }
          .about__btns--btn a:hover span {
            background-image: url("../img/common/ar01_white.svg");
            background-position: right 15px center; }
  .about__image01 {
    position: absolute;
    top: -40px;
    right: 3%;
    z-index: 1; }
  .about__image02 {
    position: absolute;
    bottom: 40px;
    right: 10%;
    z-index: 2;
    animation: image02 12s ease-in-out infinite; }
  .about__image03 {
    position: absolute;
    top: -70px;
    left: 5%;
    z-index: 3;
    animation: image03 9s ease-in-out infinite; }
  .about__image04 {
    position: absolute;
    bottom: -70px;
    left: 10%;
    z-index: 4; }

@media (max-width: 1400px) {
  .about {
    padding: 0 40px; } }
@media (max-width: 1120px) {
  .about__image01 {
    width: 310px;
    height: 157px;
    top: 40px;
    right: 0; }
  .about__image02 {
    width: 231px;
    height: 165px;
    right: 5%; }
  .about__image03 {
    width: 270px;
    height: 234px;
    top: 100px;
    left: 0; } }
@media (max-width: 800px) {
  .about {
    margin: 60px 0 0; } }
@media (max-width: 700px) {
  .about {
    padding: 0 20px; }
    .about__txt br.sp {
      display: inline; }
    .about__btns {
      flex-direction: column;
      align-items: center; }
      .about__btns--btn:last-of-type {
        margin: 40px 0 0; }
    .about__image01 {
      width: 240px;
      height: 122px; }
    .about__image02 {
      width: 200px;
      height: 143px;
      bottom: 25%; }
    .about__image03 {
      width: 220px;
      height: 191px; }
    .about__image04 {
      width: 150px;
      height: 56px;
      bottom: 20%;
      left: 10px; } }
@media (max-width: 600px) {
  .about__image02, .about__image03 {
    display: none; } }
@media (max-width: 500px) {
  .about__title {
    font-size: 1.5rem; } }
@keyframes image02 {
  0% {
    transform: translate(0, 30px) scale(1) rotate(0deg); }
  25% {
    transform: translate(0, 0) scale(0.8) rotate(4deg); }
  50% {
    transform: translate(0, -20px) scale(1) rotate(0deg); }
  75% {
    transform: translate(0, 0) scale(0.8) rotate(-4deg); }
  100% {
    transform: translate(0, 30px) scale(1) rotate(0deg); } }
@keyframes image03 {
  0% {
    transform: scale(0.9) rotate(-5deg); }
  25% {
    transform: scale(1) rotate(0deg); }
  50% {
    transform: scale(0.95) rotate(5deg); }
  75% {
    transform: scale(1) rotate(0deg); }
  100% {
    transform: scale(0.9) rotate(-5deg); } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
下層ページへのリンク
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.cntsLink {
  margin: 130px 0 0;
  padding: 0 100px 80px;
  background-image: url("../img/index/bg01.jpg");
  background-position: bottom center;
  background-repeat: repeat-x; }
  .cntsLink__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
  .cntsLink__item {
    width: 360px;
    height: 460px;
    margin: 0 30px 0 0;
    padding: 0; }
    .cntsLink__item:last-of-type {
      margin: 0; }
    .cntsLink__item:nth-of-type(1) .cntsLink__item--data p.title::before {
      background-color: #fe8ea1; }
    .cntsLink__item:nth-of-type(2) .cntsLink__item--data p.title::before {
      background-color: #4ccaf1; }
    .cntsLink__item:nth-of-type(3) .cntsLink__item--data p.title::before {
      background-color: #ffe84e; }
    .cntsLink__item--anchor {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block;
      background-color: #FFF;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      border-radius: 60px;
      -webkit-box-shadow: rgba(68, 68, 68, 0.1) 0px 1px 10px, rgba(68, 68, 68, 0.1) 0px 0px 0px, rgba(68, 68, 68, 0.1) 0px 0px 0px, rgba(68, 68, 68, 0.1) 0px 0px 0px;
      -moz-box-shadow: rgba(68, 68, 68, 0.1) 0px 1px 10px, rgba(68, 68, 68, 0.1) 0px 0px 0px, rgba(68, 68, 68, 0.1) 0px 0px 0px, rgba(68, 68, 68, 0.1) 0px 0px 0px;
      box-shadow: rgba(68, 68, 68, 0.1) 0px 1px 10px, rgba(68, 68, 68, 0.1) 0px 0px 0px, rgba(68, 68, 68, 0.1) 0px 0px 0px, rgba(68, 68, 68, 0.1) 0px 0px 0px;
      transition: 0.1s linear;
      position: relative; }
      .cntsLink__item--anchor:hover {
        text-decoration: none;
        -webkit-box-shadow: rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px;
        -moz-box-shadow: rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px;
        box-shadow: rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px, rgba(68, 68, 68, 0) 0px 0px 0px;
        top: 1px;
        left: 1px; }
        .cntsLink__item--anchor:hover .cntsLink__item--image,
        .cntsLink__item--anchor:hover .cntsLink__item--data {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: alpha(opacity=70); }
        .cntsLink__item--anchor:hover .cntsLink__item--image img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
    .cntsLink__item--image {
      width: 100%;
      height: 222px;
      overflow: hidden;
      margin: 0;
      padding: 0;
      background-color: #F3F3F3;
      transition: 0.1s linear; }
      .cntsLink__item--image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.1s linear; }
    .cntsLink__item--data {
      margin: 0;
      padding: 30px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: 0.1s linear; }
      .cntsLink__item--data p.title {
        padding: 0 0 0 20px;
        font-size: 1.5rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 700;
        line-height: 1.0;
        letter-spacing: 0.1em;
        display: inline-block;
        position: relative; }
        .cntsLink__item--data p.title::before {
          content: '';
          width: 12px;
          height: 12px;
          position: absolute;
          top: 9px;
          left: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      .cntsLink__item--data p.txt {
        margin: 20px 0 0;
        font-size: 1.125rem;
        line-height: 2.0; }

@media (max-width: 1400px) {
  .cntsLink {
    padding: 0 40px 80px; } }
@media (max-width: 1240px) {
  .cntsLink__list {
    flex-direction: column; }
  .cntsLink__item {
    width: 100%;
    height: auto;
    margin: 0 0 20px; }
    .cntsLink__item--anchor {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
    .cntsLink__item--image {
      width: 250px;
      height: auto; }
    .cntsLink__item--data {
      width: calc(100% - 250px);
      align-items: flex-start;
      justify-content: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
@media (max-width: 700px) {
  .cntsLink {
    margin: 60px 0 0;
    padding: 0 20px 80px; }
    .cntsLink__item--image {
      width: 25%; }
    .cntsLink__item--data {
      width: 75%; } }
@media (max-width: 500px) {
  .cntsLink__item--anchor {
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center; }
  .cntsLink__item--image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .cntsLink__item--data {
    width: calc(100% - 100px);
    padding: 20px; }
    .cntsLink__item--data p.title {
      font-size: 1.25rem; }
      .cntsLink__item--data p.title::before {
        top: 6px; }
    .cntsLink__item--data p.txt {
      margin: 10px 0 0; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
遊びのようす
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.playtime {
  width: 1130px;
  margin: 80px auto 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .playtime__left {
    width: calc(100% - 605px); }
    .playtime__left--txt {
      margin: 30px 0 40px;
      font-size: 1.125rem; }
    .playtime__left--btn {
      width: 300px;
      height: 70px;
      margin: 0;
      padding: 0; }
      .playtime__left--btn a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #444;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.125rem;
        border: 4px solid transparent;
        border-radius: 35px;
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #f6b3d2, #f6ebba) border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: 0.1s linear; }
        .playtime__left--btn a span {
          width: 100%;
          text-align: center;
          display: block;
          background-image: url("../img/common/ar01.svg");
          background-position: right 25px center;
          background-repeat: no-repeat;
          background-size: 11px 13px;
          transition: 0.1s linear; }
        .playtime__left--btn a:hover {
          color: #FFF;
          text-decoration: none;
          background: #fe8ea1; }
          .playtime__left--btn a:hover span {
            background-image: url("../img/common/ar01_white.svg");
            background-position: right 15px center; }
    .playtime__left--image {
      margin: 50px 0 0 40px;
      display: block; }
  .playtime__image {
    display: none; }

#grid-container {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  isolation: isolate; }
  #grid-container::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 40px;
    box-shadow: 0 0 0 200px #1a1a1a;
    pointer-events: none;
    z-index: 10; }

.cell {
  width: 100px;
  height: 100px;
  position: absolute;
  overflow: hidden; }
  .cell img {
    position: absolute;
    max-width: none;
    display: block; }

@media (max-width: 1220px) {
  .playtime {
    width: auto;
    margin: 80px 0 0;
    padding: 0 40px; } }
@media (max-width: 1100px) {
  .playtime {
    padding: 0 40px 260px;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .playtime__left {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      flex-direction: column;
      position: relative; }
      .playtime__left--image {
        display: none; }
    .playtime__image {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

  #grid-container {
    margin: 40px 0 0; } }
