@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #666666; }

@media (min-width: 768px) {
  #hero {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden; }
    #hero h1 {
      font-size: 65px;
      text-align: center;
      width: 100%;
      font-weight: 400;
      color: white;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
      position: absolute;
      top: calc(50vh - 130px); }

  #hero::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/hero02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 10s 1;
    animation: zoom 10s 1;
    animation-fill-mode: forwards; }

  @keyframes zoom {
    0% {
      transform: scale(1); }
    100% {
      transform: scale(1.2); } }
  #introduction {
    display: table;
    margin: 0 auto;
    padding: 70px 0 100px 0; }
    #introduction p {
      line-height: 2;
      color: #666666;
      text-align: justify;
      font-size: 20px;
      text-align: center;
      margin-bottom: 50px; }
    #introduction .attention {
      font-size: 14px;
      margin-top: 20px; }
    #introduction img {
      width: 1000px;
      display: block;
      margin: 50px auto 0 auto; }

  #border {
    width: 100%;
    height: 20px;
    background: #f9e9c5;
    background: linear-gradient(90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
    margin-bottom: 100px; }

  #section01 h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 100px;
    color: #998675; }
  #section01 ul {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap; }
    #section01 ul li {
      width: 300px;
      position: relative;
      margin-bottom: 70px; }
      #section01 ul li:nth-of-type(9) .image {
        border: solid thin gray; }
      #section01 ul li .number {
        position: absolute;
        top: -30px;
        left: 20px;
        width: 80px;
        z-index: 100; }
      #section01 ul li a {
        width: 300px;
        height: 300px;
        overflow: hidden;
        position: relative;
        display: block; }
        #section01 ul li a .image {
          width: 300px;
          height: 300px;
          transition: all 0.3s;
          display: block; }
          #section01 ul li a .image:hover {
            transform: scale(1.2); }
      #section01 ul li dl dt {
        font-size: 18px;
        margin: 20px 0 10px 0;
        text-align: center; }
      #section01 ul li dl dd {
        font-size: 15px;
        text-align: center; } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden; }

  #hero::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/top/hero02.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-animation: zoom 10s 1;
    animation: zoom 10s 1;
    animation-fill-mode: forwards; }

  @keyframes zoom {
    0% {
      transform: scale(1); }
    100% {
      transform: scale(1.2); } }
  #introduction {
    display: table;
    margin: 0 auto;
    padding: 70px 0 70px 0;
    width: 100%; }
    #introduction p {
      line-height: 2;
      color: #666666;
      text-align: justify;
      font-size: 16px;
      text-align: center;
      margin-bottom: 50px; }
    #introduction .attention {
      font-size: 14px;
      margin-top: 20px; }
    #introduction img {
      width: 90%;
      display: block;
      margin: 50px auto 0 auto; }

  #border {
    width: 100%;
    height: 20px;
    background: #f9e9c5;
    background: linear-gradient(90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%); }

  #section01 {
    padding-top: 70px;
    width: 100%; }
    #section01 h2 {
      font-size: 40px;
      text-align: center;
      margin-bottom: 100px;
      color: #998675; }
    #section01 ul {
      width: 95%;
      display: block;
      margin: 0 auto; }
      #section01 ul li {
        width: 90%;
        position: relative;
        margin: 0 auto 100px auto; }
        #section01 ul li:nth-of-type(9) .image {
          border: solid thin gray; }
        #section01 ul li .number {
          position: absolute;
          top: -40px;
          left: 20px;
          width: 80px; }
        #section01 ul li .image {
          width: 100%;
          height: auto;
          display: block; }
        #section01 ul li dl dt {
          font-size: 18px;
          margin: 20px 0 10px 0;
          text-align: center; }
        #section01 ul li dl dd {
          font-size: 15px;
          text-align: center; } }
