<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -------------------------------------------------------------------
#GATUN2023
------------------------------------------------------------------- */
#GATUN2023 {
  position: relative;
}





/* mv */
.mv {
  position: relative;
}
.mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
}
.mv__content h1 {
  width: 71%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.mv__content &gt; img {
  animation: arrow-move 1s ease-in-out infinite;
  width: 1.5%;
  margin: 0 auto;
}





/* breadcrumb */
.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}





/* content-1 */
.content-1 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.content-1 .flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.content-1 .flex div {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 900;
}
.content-1 .flex &gt; div &gt; p {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 1.5;
}
.content-1 .flex p span {
  color: #e60012;
}
.content-1 .flex img {
  width: 40%;
  margin-right: 7.25%;
  margin-left: 4.3%;
}





/* content-2 */
.content-2 {
  position: relative;
}
.content-2 h2,
.content-2 .button-style {
  position: absolute;
}
.content-2 h2 {
  bottom: calc(4.3vw + 50px + 3.6vw);
  left: 0;
  width: 100%;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.content-2 .button-style {
  bottom: 4.3vw;
  left: 50%;
  transform: translateX(-50%);
}





/* content-3 */
.content-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-3__content {
  position: relative;
  max-width: 860px;
  padding-top: 20px;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 60px;
  background-color: #fff;
}
.content-3__content h2 {
  width: 92.5%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content-3__content p {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
.content-3__content .button-style {
  margin: 0 auto;
}
.content-3__banner {
  text-align: center;
}
.content-3__banner a {
  position: relative;
  max-width: 788px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 4px solid #000;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1;
}
.content-3__banner a:hover {
  background-color: #c5f550;
}
.content-3__banner a::after {
  content: "";
  background-image: url(../../../img/gatun2023/index/icon.png);
  background-size: cover;
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 32px;
  height: 32px;
}
.content-3__banner a span {
  display: inline-block;
}
.content-3__banner a span:first-of-type,
.content-3__banner a span:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 5.6rem;
}
.content-3__banner a span:first-of-type {
  margin-right: 0.2em;
}
.content-3__banner a span:last-of-type {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}





/* content-4 */
.content-4 {
  position: relative;
}
.content-4__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.content-4__content h2 {
  margin-bottom: 1.4vw;
  font-size: 8.6vw;
  font-weight: 900;
  line-height: 1;
}





/* content-5 */
.content-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(121, 155, 166, .15);
}
.content-5 h2 {
  width: 376px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.content-5 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.content-5 ul li {
  width: 31.3%;
}
.content-5 ul li div {
  position: relative;
  margin-bottom: 15px;
}
.content-5 ul li div::after {
  content: "";
  background-image: url(../../../img/gatun2023/index/icon.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
}
.content-5 ul li div a {
  overflow: hidden;
  height: calc(1200px * 0.313 / 752 * 480);
}
.content-5 ul li div a img {
  transition: transform .3s;
}
.content-5 ul li div a:hover img {
  transform: scale(1.1);
}
.content-5 ul li h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.content-5 ul li h3 span {
  font-size: 2rem;
}
.content-5 ul li p {
  font-size: 1.6rem;
  font-weight: 500;
}
.content-5 .button-style {
  margin: 0 auto;
}





/* content-6 */
.content-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-6 ul {
  display: flex;
  justify-content: space-between;
}
.content-6 ul li {
  width: 48.5%;
}
.content-6 ul li img {
  margin-bottom: 20px;
}
.content-6 ul li h2 {
  margin-bottom: 5px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  letter-spacing: 0.04em;
}
.content-6 ul li h2.font-Roboto {
  font-size: 3.6rem;
}
.content-6 ul li p {
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.content-6 ul li .button-style {
  margin-left: auto;
}





/* content-7 */
.content-7 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fffd00;
}
.content-7 .flex {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.content-7 .flex h2 {
  /* width: 273px; */
  width: 22.75%;
  padding-bottom: 90px;
}
.content-7 .flex ul {
  /* flex: 1; */
  width: 77.25%;
  display: flex;
}
.content-7 .flex ul li {
  width: 30%;
  margin-right: calc(10% / 3);
}
.content-7 .flex ul li div {
  position: relative;
  margin-bottom: 10px;
}
.content-7 .flex ul li div::after {
  content: "";
  background-image: url(../../../img/gatun2023/index/icon.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
}
.content-7 .flex ul li div a {
  overflow: hidden;
  height: calc(1200px * 0.7725 * 0.3 / 273 * 280);
}
.content-7 .flex ul li div a img {
  transition: transform .3s;
}
.content-7 .flex ul li div a:hover img {
  transform: scale(1.1);
}
.content-7 .flex ul li p {
  font-size: 1.6rem;
  font-weight: 700;
}
.content-7 .flex .button-style {
  position: absolute;
  right: 0;
  bottom: 0;
}





/* content-8 */
.content-8 {
  padding-bottom: 150px;
}
.content-8__content {
  position: relative;
  max-width: 448px;
  padding-top: 20px;
  margin: 0 auto;
  margin-top: -80px;
  background-color: #fff;
}
.content-8__content h2 {
  width: 83.6%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content-8__content p {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
.content-8__content .button-style {
  margin: 0 auto;
}





@media screen and (max-width: 1400px) {
  /* content-5 */
  .content-5 ul li div a {
    height: calc(86vw * 0.313 / 752 * 480);
  }
  /* content-7 */
  .content-7 .flex ul li div a {
    height: calc(86vw * 0.7725 * 0.3 / 273 * 280);
  }
}</pre></body></html>