@charset "utf-8";


img {
  pointer-events: none;
  /*===== 画像抜き取り禁止指示==========*/
}



/* エリア指定 */
.category-area-01,
.category-area-02 {
  width: 1300px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.category-area-01 {
  position: relative;
}


.unit-1 {
  display: flex;
  align-items: flex-start;
}

.logoarea img {
  width: 314px;
}

.logo-text p {
  font-size: 16px;
  line-height: 1.4;

  margin-top: 55px;
  margin-left: 40px;
}



/* Webサイトボタン */

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}

.button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #555555;
}

.button:hover {
  background-color: #bed6e3;
  color: #333333;
}

.website-button {
  position: absolute;
  top: 35px;
  right: 15px;
}


.category-area-02 {
  display: flex;
}



.unit-2 {
  width: 32%;
  margin-top: 10px;
}

/* その他のイベントボタン */

.button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 50px;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  position: relative;
  margin-left: 10px;
  margin-top: -15px;
}

.button2::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #555555;
}

.button2:hover {
  background-color: #bed6e3;
  color: #333333;
}



.unit-3 {
  width: 65%;
  margin-left: 30px;
  margin-top: 20px;
}

.tlm-image img {
  margin-top: 20px;
}


.tlm-image1,
.tlm-image2,
.tlm-image3,
.image3 {
  display: flex;
  justify-content: space-between;
}


.tlm-image2 {
  margin-top: 10px;
}



.image1 {
  width: 250px;
}

.image2 {
  width: 183px;
}


.image1 p,
.image2 p {
  font-size: 20px;
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #555555;
  border-width: 1px;
  width: fit-content;
  margin-bottom: 12px;
}

.tlm-text p {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 8px;
  border-bottom: none;

}


.tlm-image3 {
  background-color: #f5f3f2;
}

.jishin1 img {
  width: 200px;
  margin: 15px;
}

.jishin2 {
  width: 160px;
  margin-top: 15px;
}

h3 {
  font-size: 15px;
  font-weight: 500;
  color: #595757;
  margin-bottom: 10px;
}

.jishin2 p {
  font-size: 12px;
  line-height: 1.4;
}


.taiken1 img {
  width: 210px;
  margin: 15px;
}

.taiken2 {
  width: 163px;
  margin-top: 15px;
  margin-right: 15px;
}


.taiken2 p {
  font-size: 12px;
  line-height: 1.4;
}





/* 動画 */

.movie {
  width: 600px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding: 50px 60px;
  margin-top: 70px;
  margin-left: 50px;
}

.movie h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.movie h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.movie iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 30px;
}

.movie p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}


/* 1300pxで一括変換 */

@media screen and (max-width: 1300px) {

  /* エリア指定 */
  .category-area-01,
  .category-area-02 {
    width: 100vw;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .category-area-01 {
    position: relative;
  }


  .unit-1 {
    display: flex;
    align-items: flex-start;
  }

  .logoarea img {
    width: 24.154vw;
  }

  .logo-text p {
    font-size: 1.231vw;
    line-height: 1.4;

    margin-top: 4.231vw;
    margin-left: 3.077vw;
  }



  /* Webサイトボタン */

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.538vw;
    height: 2.692vw;
    border-radius: 0.308vw;
    background-color: #e6e6e6;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 1vw;
    position: relative;
    margin-top: 0.769vw;
    margin-left: 0.769vw;
  }

  .button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.769vw;
    transform: rotate(45deg) translateY(-50%);
    width: 0.615vw;
    height: 0.615vw;
    border-width: 0.077vw 0.077vw 0 0;
    border-style: solid;
    border-color: #555555;
  }

  .button:hover {
    background-color: #bed6e3;
    color: #333333;
  }

  .website-button {
    position: absolute;
    top: 2.692vw;
    right: 1.154vw;
  }


  .category-area-02 {
    display: flex;
  }



  .unit-2 {
    width: 32%;
    margin-top: 0.769vw;
  }

  /* その他のイベントボタン */

  .button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.923vw;
    height: 3.846vw;
    border-radius: 0.308vw;
    background-color: #e6e6e6;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 1.385vw;
    position: relative;
    margin-left: 0.769vw;
    margin-top: -1.154vw;
  }

  .button2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.769vw;
    transform: rotate(45deg) translateY(-50%);
    width: 0.615vw;
    height: 0.615vw;
    border-width: 0.077vw 0.077vw 0 0;
    border-style: solid;
    border-color: #555555;
  }

  .button2:hover {
    background-color: #bed6e3;
    color: #333333;
  }



  .unit-3 {
    width: 65%;
    margin-left: 2.308vw;
    margin-top: 1.538vw;
  }

  .tlm-image img {
    margin-top: 1.538vw;
  }


  .tlm-image1,
  .tlm-image2,
  .tlm-image3,
  .image3 {
    display: flex;
    justify-content: space-between;
  }


  .tlm-image2 {
    margin-top: 0.769vw;
  }



  .image1 {
    width: 19.231vw;
  }

  .image2 {
    width: 14.077vw;
  }


  .image1 p,
  .image2 p {
    font-size: 1.538vw;
    margin-bottom: 1.385vw;
    padding-bottom: 0.385vw;
    border-bottom: 1px solid #555555;
    border-width: 0.077vw;
    width: fit-content;
    margin-bottom: 0.923vw;
  }

  .tlm-text p {
    font-size: 0.846vw;
    line-height: 1.4;
    margin-top: 0.615vw;
    border-bottom: none;

  }


  .tlm-image3 {
    background-color: #f5f3f2;
  }

  .jishin1 img {
    width: 15.385vw;
    margin: 1.154vw;
  }

  .jishin2 {
    width: 12.308vw;
    margin-top: 1.154vw;
  }

  h3 {
    font-size: 1.154vw;
    font-weight: 500;
    color: #595757;
    margin-bottom: 0.769vw;
  }

  .jishin2 p {
    font-size: 0.923vw;
    line-height: 1.4;
  }


  .taiken1 img {
    width: 16.154vw;
    margin: 1.154vw;
  }

  .taiken2 {
    width: 12.538vw;
    margin-top: 1.154vw;
    margin-right: 1.154vw;
  }


  .taiken2 p {
    font-size: 0.923vw;
    line-height: 1.4;
  }





  /* 動画 */

  .movie {
    width: 46.154vw;
    max-width: 90%;
    background-color: #f8f8f8;
    padding: 3.846vw 4.615vw;
    margin-top: 5.385vw;
    margin-left: 3.846vw;
  }

  .movie h2 {
    font-size: 1.692vw;
    font-weight: bold;
    text-align: center;
  }

  .movie h2::after {
    content: '';
    display: block;
    width: 2.769vw;
    height: 0.231vw;
    background-color: #000000;
    margin-top: 1.538vw;
    margin-left: auto;
    margin-right: auto;
  }

  .movie iframe {
    display: block;
    width: 100%;
    height: 24.615vw;
    margin-top: 2.308vw;
  }

  .movie p {
    font-size: 1.154vw;
    line-height: 2.154vw;
    margin-top: 1.538vw;
  }

}