/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 02:11:29 */
figure.wp-block-image.alignfull.size-full{
 margin:0;
}

.haiti{
 margin:15px;
}

.gazosize{
  text-align: center;
}

.wp-block-group{
  border: 0;
}

@media only screen and (min-width: 751px) {
.sp-img {
  display: none!important;
 }
.pcmozi{
  font-size:1.3em;	
}
}

@media screen and (max-width: 750px) {
 .pc-img {
   display: none!important;
  }
.spmozi{
  font-size:0.5em;	
}
.br-sp {
  display: block;
}
.sp-topplan{
  text-align: left;
}
}

.relative01 {
  position: relative;
  z-index: 1;
}

.relative02 {
  position: relative;
　width: 100%;
  height: 100%;
  z-index: 100;
  overflow:clip;
}


@media screen and (max-width: 750px) {
.absolute01 {
  width: 90vw;
  height:auto;
  position: absolute;
  bottom:0vh;
  left:5vw;
  z-index: 300;
}

.absolute02 {
  width: 60vw;
  height:auto;
  position: absolute;
  top:3vh;
  left:50vw;
  transform: translate(-50%, -50%);
  z-index: 300;
}

.absolute03 {
  width: 80vw;
  height:auto;
  position: absolute;
  top:50vh;
  left:50vw;
  transform: translate(-50%, -50%);
  z-index: 300;
  animation: kurukuru 3s;
  animation-delay:2.5s;
}

.absolute04 {
  width: 70vw;
  height:auto;
  position: absolute;
  top:0vh;
  left:70vw;
  z-index: 200;
}

.absolute11 {
  width: 48vw;
  height:auto;
  position: absolute;
  top:5vh;
  left:0;
  z-index: 300;
}

}

@media screen and (min-width: 751px) {
.absolute01 {
  width: 70vw;
  height:auto;
  position: absolute;
  bottom:0vh;
  left:0vw;
  z-index: 300;
}

.absolute02 {
  width: 25vw;
  height:auto;
  position: absolute;
  top:2vh;
  left:2vw;
  z-index: 300;
}

.absolute03 {
  width: 30vw;
  height:auto;
  position: absolute;
  top:50vh;
  left:50vw;
  transform: translate(-50%, -50%);
  z-index: 300;
  animation: kurukuru 3s;
  animation-delay:2.5s;
}

.absolute04 {
  width: 30vw;
  height:auto;
  position: absolute;
  top:50vh;
  left:80vw;
  z-index: 200;
}

.absolute11 {
  width: 25%;
  height:auto;
  position: absolute;
  top:25vh;
  left:25vw;
  z-index: 300;
}

}

.en{
  animation: rotate3d 12s infinite linear;
}

@keyframes kurukuru {
  0%{
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  100%{
    transform: translate(-50%, -50%) rotateY(360deg);
  }
}


@keyframes rotate3d {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@media screen and (min-width: 751px) {
.fontw{
  font-size: 4rem;
}

.fontw-taki-tit{
  font-size: 1.8rem;
}
}

@media screen and (max-width: 750px) {
.fontw{
  font-size: 8vw;
}

.fontw-3sen{
  font-size: 1.4rem;
}
.fontw-taki-tit{
  font-size: 1.4rem!important;
}
}

.blink0 {
  animation: blinking0 2s ease-in-out infinite alternate;
}

.example1{
  filter: brightness(50%); /* 明るさを50%に設定 */
}

@keyframes blinking0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blink {
  position: absolute;
  top:1000px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  animation: blinking 2s ease-in-out infinite alternate;
}

@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.bura{
   animation: blur ease forwards;
   animation-timeline: view();
   animation-range: cover 0% cover 100%;
}

@keyframes blur{
   0%{ filter: blur(0); }
  50%{ filter: blur(0); }
 100%{ filter: blur(2px); }
}

@media (min-width: 751px) {
.tate{
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
}
}

.tatearia{
  height:65vh;
  text-align:center;
}

/* fadeIn */
.fadeIn {
animation: fadeIn 0.7s ease 0s 1 normal;
animation-delay:1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

.fadeIn01 {
opacity: 0;
animation: fadeIn01 0.3s;
animation-delay:1.7s;
animation-fill-mode: forwards;
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn02 {
opacity: 0;
animation: fadeIn02 0.3s;
animation-delay:0.5s;
animation-fill-mode: forwards;
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からスライドイン */
.slideinBottom {
  animation: slideinBottom 2s;
}

@keyframes slideinBottom {
  0% {
    opacity: 0;
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideinBottom {
  0% {
    opacity: 0;
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0);
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
}

.hero_title {
  position: fixed;
  top: 30%;
  width: 100%;
  font-size: 3rem;
  text-align: center;
  animation: scale-down linear both;
  animation-timeline: view();
  animation-range: contain 70% contain 100%;
}

@keyframes scale-down {
  to {
    scale: 0.7;
    opacity: 0;
  }
}

.hero_layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
}

.hero_layer__back {
  bottom: 0;
  height: 5vh;
  animation: parallax-image linear both;
  animation-timeline: view();
  animation-range: contain 0% exit 100%;
}

@keyframes parallax-image {
  from {
    translate: 0 -13vh;
  }
}

/* ゆらゆら揺れる */
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;

}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.skeleton {
  height: 40vh; /* スクロールが発生するよう適当な高さを確保 */
  width: 70vw;
  opacity: 0.5;
}

/* スクロールに合わせたスライドショー */
@media screen and (max-width: 750px) {
	body > article {
		display: flex;
		flex-wrap: wrap;
	}
	article > figure {
		background: #eee;
		width: calc( 75% + 1px);
		height: 60vh;
		margin: 20vh auto 0 0;
		position: sticky;
		top: 0;
		left: 3vh;
		right: 3vh;
		overflow: hidden;
		box-shadow: 4px -4px 8px rgba(0,0,0,.4);
	}
	article > figure::after {
		content: '';
		position: absolute;
		top: 5vmin;
		right: 5vmin;
		bottom: 5vmin;
		left: 45%;
		border: 0px dashed #fff;
		outline: 0px solid #fff;
		outline-offset: -5vmin;
		pointer-events: none;
			}
	article > figure:nth-of-type(2n)::after {
		right: 45%;
		left: 5vmin;
	}
	article > section {
		background: #e5e5e5;
		width: calc(75% + 1px);
		height: 60vh;
		margin: 0 0 10vh auto;
		position: sticky;
		top: 0;
		// overflow: hidden;
		padding: 5vmin;
		box-shadow: -4px -4px 8px rgba(0,0,0,.4);
			}
	article > figure:nth-of-type(1),
	article > section:nth-of-type(1) {
		margin: 0 0 10vh 0;
		width: 75%;
			}
	article > figure:nth-of-type(2) {
		margin: 0 0 10vh auto;
		box-shadow: -4px -4px 8px rgba(0,0,0,.4);
			}
	article > section:nth-of-type(2) {
		margin: 0 auto 10vh 0;
		box-shadow: 4px -4px 8px rgba(0,0,0,.4);
		}
	article > figure:nth-of-type(3),
	article > section:nth-of-type(3) {
		margin: 0 0 10vh 0;
		width: 75%;
		left:0px;
			}
	article > figure:nth-of-type(4) {
		margin: 0 0 10vh auto;
		box-shadow: -4px -4px 8px rgba(0,0,0,.4);
		right:0px;
			}
	article > section:nth-of-type(4) {
		margin: 0 auto 10vh 0;
		box-shadow: 4px -4px 8px rgba(0,0,0,.4);
		}
	article > figure:last-of-type,
	article > section:last-of-type {
		margin-bottom: 0;
	}
	article > section::before {
		background: inherit;
		z-index: 1;
		content: '';
		position: absolute;
		top: 50%;
		left:0;
		width: 7vmin;
		height: 7vmin;
		transform: translate(calc(-50% + 1px), -50%) rotate(-45deg);
		clip-path: polygon(-15% -15%, 110% 0%, 0% 110%);
		box-shadow: -4px -2px 8px rgba(0,0,0,.4);
	}
	article > section:nth-of-type(2n)::before {
		left:auto;
		right: 0;
		transform: translate(calc(50% - 1px), -50%) rotate(-45deg) scale(-1);
	}
	article > section::after {
		content: '';
		position: absolute;
		top: 5vmin;
		right: 45%;
		bottom: 5vmin;
		left: 5vmin;
		border: 0px dashed #fff;
		outline: 1px solid #fff;
		outline-offset: -5vmin;
		backdrop-filter: invert(1);
		pointer-events: none;
	}
	article > section:nth-of-type(2n):after {
		right: 5vmin;
		left: 45%;
	}
	article > figure img {
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: center;
	}
	article > section > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding: 1rem;
	}
	article > h1,
	article > h2 {
		margin: 15% 0 auto;
		font-size: calc(5vmin + 3vmax);
		text-align: center;
		font-weight: 700;
		line-height: 1;
		word-spacing: .5rem;
	}
	article > p {
		text-align: right;
		width: 100%;
		font-family: "Cormorant", serif;
		font-weight: 400;
		font-style: italic;
		font-size: calc(1.5vmin + 1.75vmax);
		margin-bottom: 5%;
	}
	article > a {
		color: transparent;
		-webkit-text-stroke: 2px #212121;
		text-decoration: none;
    font-weight: 900;
    letter-spacing: 2px;
	}
	article > a:hover, article > a:focus {	
		-webkit-text-stroke: 1px #999;
	}
}

@media screen and (min-width: 751px) {
	body > article {
		display: flex;
		flex-wrap: wrap;
	}
	article > figure {
		background: #eee;
		width: calc( 50% + 1px);
		height: 100vh;
		margin: 0 auto 10vh 0;
		position: sticky;
		top: 0;
		overflow: hidden;
		box-shadow: 4px -4px 8px rgba(0,0,0,.4);
			}
	article > figure::after {
		content: '';
		position: absolute;
		top: 5vmin;
		right: 5vmin;
		bottom: 5vmin;
		left: 45%;
		border: 0px dashed #fff;
		outline: 0px solid #fff;
		outline-offset: -5vmin;
		pointer-events: none;
			}
	article > figure:nth-of-type(2n)::after {
		right: 45%;
		left: 5vmin;
	}
	article > section {
		background: #e5e5e5;
		width: calc(50% + 1px);
		height: 100vh;
		margin: 0 0 10vh auto;
		position: sticky;
		top: 0;
		// overflow: hidden;
		padding: 5vmin;
		box-shadow: -4px -4px 8px rgba(0,0,0,.4);
			}
	article > figure:nth-of-type(1),
	article > section:nth-of-type(1) {
		margin: 0 0 10vh 0;
		width: 50%;
			}
	article > figure:nth-of-type(2n) {
		margin: 0 0 10vh auto;
		box-shadow: -4px -4px 8px rgba(0,0,0,.4);
			}
	article > section:nth-of-type(2n) {
		margin: 0 auto 10vh 0;
		box-shadow: 4px -4px 8px rgba(0,0,0,.4);
		}
	article > figure:last-of-type,
	article > section:last-of-type {
		margin-bottom: 0;
	}
	article > section::before {
		background: inherit;
		z-index: 1;
		content: '';
		position: absolute;
		top: 50%;
		left:0;
		width: 7vmin;
		height: 7vmin;
		transform: translate(calc(-50% + 1px), -50%) rotate(-45deg);
		clip-path: polygon(-15% -15%, 110% 0%, 0% 110%);
		box-shadow: -4px -2px 8px rgba(0,0,0,.4);
	}
	article > section:nth-of-type(2n)::before {
		left:auto;
		right: 0;
		transform: translate(calc(50% - 1px), -50%) rotate(-45deg) scale(-1);
	}
	article > section::after {
		content: '';
		position: absolute;
		top: 5vmin;
		right: 45%;
		bottom: 5vmin;
		left: 5vmin;
		border: 0px dashed #fff;
		outline: 1px solid #fff;
		outline-offset: -5vmin;
		backdrop-filter: invert(1);
		pointer-events: none;
	}
	article > section:nth-of-type(2n):after {
		right: 5vmin;
		left: 45%;
	}
	article > figure img {
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: center;
	}
	article > section > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding: 1rem;
	}
	article > h1,
	article > h2 {
		margin: 15% 0 auto;
		font-size: calc(5vmin + 3vmax);
		text-align: center;
		font-weight: 700;
		line-height: 1;
		word-spacing: .5rem;
	}
	article > p {
		text-align: right;
		width: 100%;
		font-family: "Cormorant", serif;
		font-weight: 400;
		font-style: italic;
		font-size: calc(1.5vmin + 1.75vmax);
		margin-bottom: 5%;
	}
	article > a {
		color: transparent;
		-webkit-text-stroke: 2px #212121;
		text-decoration: none;
    font-weight: 900;
    letter-spacing: 2px;
	}
	article > a:hover, article > a:focus {	
		-webkit-text-stroke: 1px #999;
	}
}

/* PC画面用スライダー */
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:400px;
  overflow: hidden;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:500px;
	height:auto;
	list-style: none;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* PC画面用スライダー */
.link_area{
  text-align: center;
}

.link_btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #1B85FB;
  background-color: #fff;
  position: relative;
  border: 1px solid #1B85FB;
  transition: color 0.5s ease;
}
.link_btn:hover {
  color: #fff;
}
.link_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.link_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1B85FB;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.link_text {
  position: relative;
}

/* 見出し */
.midasi01 {
  position: relative;
  padding: 1.5rem 1rem;
}

.midasi01:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 見出し */
.midasi1 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}
.midasi1:before, .midasi1:after {
  content: '';
  position: absolute;
  top: -15px;
  width: 2px;
  height: -webkit-calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: black;
}
.midasi1:before {
  left: 15px;
}
.midasi1:after {
  right: 15px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #000;
  border-radius: 0;
  background: #fff;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* 滝見出し */
.taki-midasi01 {
  padding: 1rem 2rem;
  color: #fff;
  background: #19a9a9;
  -webkit-box-shadow: 5px 5px 0 #003270;
  box-shadow: 5px 5px 0 #003270;
}

.link-button{
  text-align: center;
}

.button08 {
  background-color: #ffd700;
  color: #000;
  border-radius: 10px;
  padding: 10px 100px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #b8860b;
}
.button08:hover {
  color: #000;
  opacity: 0.6;
}

@media screen and (max-width: 750px) {
.button08 {
  background-color: #ffd700;
  color: #000;
  border-radius: 10px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #b8860b;-
}

.button08:hover {
  color: #000;
  opacity: 0.6;
}
}

/* 棚田横スクロール */
.jp_slide_img_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url('https://minasapo.work/wp-content/uploads/2025/03/tanada-top-slide.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	filter: brightness(50%);
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}

.jp_slide_img_overlay{
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
}

@media screen and (max-width: 750px) {
.main_catch {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 100vw;
}

.main_catch .logo img {
  width: 50%;
  height:auto;
}
}

@media screen and (min-width: 751px) {
.main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);

}
.main_catch .logo img {
  width: 20%;
  height:auto;
}
}

/* 棚田見出し */
.tanada-midasi01 {
  padding: 1rem 2rem;
  color: #111;
  background: #fb5;
  -webkit-box-shadow: 5px 5px 0 #f2bc52;
  box-shadow: 5px 5px 0 #f3cd63;

}