@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Mystery+Quest&family=Playwrite+MX+Guides&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Zen+Antique&family=Zen+Kaku+Gothic+Antique&display=swap');

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Source Serif 4", serif;
  font-size: 16px;
  /* color: azure; */
  line-height: 1;
}

img {
  max-width: 100%;
}

header {
  height: 100px;
  background-image: url(../images/background/header-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner {
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header-logo img {
  width: 70px;
  margin: 20px auto 0px;
}

.site-menu ul {
  display: flex;
  align-items: center;
  text-align: center;
}

.site-menu ul li {
  font-weight: bold;
  color: #734f00;
  padding-bottom: 5px;
  position: relative;
  width: 250px;

}

.site-menu ul li a {
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding-bottom: 5px;
}

.site-menu li a::before {
  background: #a16e007f;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.site-menu li a:hover::before {
  background: linear-gradient(0deg, #da805a, #ff1787);
  -webkit-text-fill-color: transparent;
  transform-origin: left top;
  transform: scale(1, 1);
}

.site-menu li a.current::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.first-view {
  width: 100%;
  aspect-ratio: 1440/602;
  background-image: url(../images/car.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.first-view h1 {
  font-size: 2.5vw;
  color: azure;
  position: absolute;
  left: 5vw;
  top: 20vw;
  display: flex;
  text-align: center;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
}

.first-view h1>span {
  height: 60px;
}

h1 .zenkaku span{
  font-family:"Zen Antique", serif ;
  cursor: pointer;
}

.body {
  background-image: url(../images/background/Rectangle\ 10.png);
  background-repeat: no-repeat;
  aspect-ratio: 1440/1177;
  background-size: cover;
}

.concept {
  background-image: url(../images/CONCEPT.png);
  background-repeat: no-repeat;
  aspect-ratio: 1339/560;
  background-position: center;
  background-size: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  gap: 10px;
  padding-top: 6vw;


}

.concept h2 {
  color: azure;
  font-size: 4vw;
  text-align: center;
  text-shadow: 5px 5px 5px #000;
  font-family: "DM Serif Text", serif;
  cursor: pointer;
}

.concept p {
  color: azure;
  text-align: center;
  font-size: 40px;
  text-shadow: 5px 5px 5px #000;
  cursor: pointer;
}

/* sentinel は目印 */
.sentinel {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 2s ease-out;
}

.sentinel2 {
  opacity: 0;
  transform: translateX(100%);
  transition: all 2s ease-out;
}

/*スクロール連動風アニメーション */
.sentinel.is-visible {
  opacity: 1;
  transform: none;
}

.wide {
  width: 80%;
  margin: 30px auto;
}

.wide h2 {
  margin-bottom: 3vw;
  color: #734f00;
  cursor: pointer;
}

time {
  width: 30%;
  text-align: center;
  font-weight: bold;
  color: #734f00;
}

.news-item {
  border-top: 2px dashed #734f00;
  line-height: 3;
}

.news-item:last-child {
  border-bottom: 2px dashed #734f00;
}

.news-item a {
  display: flex;
  color: #734f00;

  position: relative;
  /* 文字色は透明にして背景が見えるようにする */
  color: transparent;
  font-size: 20px;

  /* オレンジと黒が50%の位置で切り替わるグラデーション */
  background: linear-gradient(to right, #ff1787 50%, #da805a, #764f00 50%) 100%;
  /* 背景をテキストで切り抜く */
  background-clip: text;

  /* 横幅は200%にしてグラデーションの青部分は見えないようにする */
  background-size: 200% 100%;

  transition: background-position 0.3s;
}

.news-item a::after {
  visibility: hidden;
  transition: 0.3s;
}


.news-item a:hover {
  width: 100%;
  background-position: 0 100%;
}




.ringo ul {
  padding: 5vw 0;
  display: flex;
  justify-content: space-around;
}

.ringo li {
  width: 15%;
  aspect-ratio: 1/1;
  color: #fff;
  padding-top: 3vw;
  font-size: 2vw;
  font-weight: bold;
  transition: all 0.5s;

}

.ringo li:hover {
  rotate: 390deg;
}

.ringo li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ringo li a:hover {
  transform: rotate(330deg);
  transition: 1s;
  text-shadow: 5px 5px 5px #f5a700;

}




.ap1 {
  background: url(../images/item/apple-button/apple1.png) no-repeat center/contain;

}

.ap2 {
  background: url(../images/item/apple-button/apple2.png) no-repeat center/contain;
}

.ap3 {
  background: url(../images/item/apple-button/apple3.png) no-repeat center/contain;
}



.access1 {
  padding-bottom: 80px;
  background-image: url(../images/background/pink.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.access1 h2 {
  width: 100%;
  padding: 3%;
  display: flex;
  justify-content: center;
  color: #734f00;
  font-weight: bold;
}

.access {
  color: #734f00;
  padding: 20px 30px 10px;
  background: #fff7e7;
  width: 450px;
  height: 320px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.access img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 70px;
}

.access th {
  text-align: left;
  font-weight: bold;
  padding: 20px;
}

.access td {
  padding: 10px;

}

.map iframe {
  width: 450px;
  height: 320px;
}



/* footer */

footer {
  width: 100%;
  background-image: url(../images/background/footer-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #734f00;
  font-weight: bold;
}

.site-menu2 {
  width: 100%;
}

.site-menu2 ul {
  display: flex;
  padding: 20px 0;
  justify-content: space-around;
}

.site-menu2 a {
  position: relative;
  /* 文字色は透明にして背景が見えるようにする */
  color: transparent;
  font-size: 20px;

  /* オレンジと黒が50%の位置で切り替わるグラデーション */
  background: linear-gradient(to right, #ff1787 50%, #da805a, #764f00 50%) 100%;
  /* 背景をテキストで切り抜く */
  background-clip: text;

  /* 横幅は200%にしてグラデーションの青部分は見えないようにする */
  background-size: 200% 100%;

  transition: background-position 0.3s;
}

.site-menu2 a::after {
  visibility: hidden;
  transition: 0.3s;
}


.site-menu2 a:hover {
  width: 100%;
  background-position: 0 100%;
}

.footer-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}


.footer-logo img {
  width: 100px;
  padding-bottom: 10px;
}

.footer-inner ul {
  display: flex;
}

.footer-inner li {
  padding: 5px 10px;
  font-weight: bold;

}


.footer-inner p {
  padding: 10px 0 20px;
  font-weight: bold;
}

/* 文字アニメ */
.textAnime {
  overflow: hidden;
}

.textAnime span {
  display: inline-block;
  font-size: 45px;
  text-shadow: 5px 5px 5px #000000;
  color: #fff;
  font-family: "Mystery Quest", system-ui;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
  transform: translateY(100px);
  animation: textAnime 3s both ;
}

@keyframes textAnime {
  100% {
    transform: translateY(0px);
  }
}





.loader {
  width: 100%;
  height: 100vh;
  /* box-shadow: 0 3px 0 #fff; */
  /* background: linear-gradient(#fff 0 0) 50%/2px 100% no-repeat; */
  background-color: #f6c9c9;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation: loading 1s both 3s;
}

@keyframes loading {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  background: radial-gradient(circle closest-side, var(--c, #fff)21%, 20%, #0000) 0 0/calc(100%/4) 100%;
  clip-path: inset(0 50% 0 0);
  animation: l3 1.5s infinite linear;
}

.loader:after {
  --c: red;
  clip-path: inset(0 0 0 50%);
}

@keyframes l3 {
  100% {
    background-position: calc(100%/3) 0
  }
}

.line {
  display: block;
  width: 1px;
  height: 5vw;
  background-color: aliceblue;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 55;
}

.loading {
  position: absolute;
  top: 45%;
  left: 50%;
  translate: -50% 0;
  height: 60px;
  z-index: 111;

}

.loading span {
  animation: textAnime 1s both infinite alternate;
font-family:"DM Serif Text", serif;
}
