@charset "utf-8";

/* メインビジュアル */
.mainvisual{
	width: 100%;
	height: calc(100vh - 80px);
	overflow: hidden;
	position: relative;
}

.mainvisual video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainvisual .catchcopy{
	width: 115px;
	height: auto;
	position: absolute;
	top: 5%;
	right: 3%;
}

.mainvisual .catchcopy img{
	width: 100%;
}

.mainvisual .insta-bn{
	width: 60%;
	height: auto;
	max-width: 280px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	border: solid 1px #fff;
}

.mainvisual .insta-bn a{
	display: block;
}

.mainvisual .insta-bn a img{
	width: 100%;
}

/* スクロール誘導デザインの設定 */
.container_05 {
  height: 250px;
}

.scrollbar-text_05 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 90px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  right: 22px;
}

.scrollbar_05 {
  position: absolute;
  right: 40px;
  bottom: 1px;
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* イントロ */
#intro{
	width: 100%;
	height: auto;
	padding: 80px 0;
}

#intro .image{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
}

#intro .mikanillust-area{
	width: 40%;
	height: auto;
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#intro .mikanillust-area .mikanillust01{
	max-width: 250px;
	display: block;
	margin-top: 10%;
	margin-left: 15%;
}

#intro .mikanillust-area .mikanillust01 img{
	width: 100%;
	animation: swing 6s ease infinite;
}

#intro .mikanillust-area .mikanillust02{
	max-width: 150px;
	display: block;
	margin-bottom: 20%;
	margin-left: 40%;
}

#intro .mikanillust-area .mikanillust02 img{
	width: 100%;
	animation: swing 5s ease infinite;
}

@keyframes swing{
	0%{
		transform: rotate(0);
	}
	40%{
		transform: rotate(3deg);
	}
	60%{
		transform: rotate(0);
	}
	80%{
		transform: rotate(3deg);
	}
	100%{
		transform: rotate(0);
	}
}

#intro .map{
	width: 60%;
	height: auto;
	display: block;
	max-width: 500px;
	text-align: right;
}

#intro .map img{
	width: 100%;
	height: auto;
}


#intro .text{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#intro .text p{
	writing-mode: vertical-rl;
	line-height: 2.5;
	margin: 0 auto;
}



/* パララックス用の設定 */
.parallax{
	width: 100%;
	height: 600px;
}

.parallax::before{
	content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/top/niji_L.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: fixed;
    z-index: -50;
}

#header{
	background-image: url("../img/common/texture_simple02.jpg");
	background-attachment: fixed;
	background-repeat: repeat;
}

#footer{
	background-image: url("../img/common/texture_simple02.jpg");
	background-attachment: fixed;
	background-repeat: repeat;
}

.backimage{
	width: 100%;
	height: auto;
	background-image: url("../img/common/texture_simple02.jpg");
	background-attachment: fixed;
	background-repeat: repeat;
}


/* 当園について */
#about{
	padding-top: 80px;
}

#about .title{
	margin-bottom: 20px;
}
#about .title .icon{
	width: 150px;
	height: auto;
	margin-bottom: 10px;
}
	
#about .title .icon img{
	width: 100%;
	height: auto;
}

#about .title .copy{
	font-size: 24px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	line-height: 1.5em;
}

#about .content{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 80px;
}

#about .content .textarea{
	width: 320px;
	margin-right: 10px;
	flex: none;
}

#about .content .textarea .text{
	margin-bottom: 20px;
}

#about .content .btn a {
  color: #FFF;
  font-size: 18px;
  background-image: url("../img/top/go_gr_texture@2x.webp");
	background-position: center;
	background-repeat: no-repeat;
  padding: 8px 26px;
  border: none;
  border-radius: 50px;
  display: inline-block;
  transition: .3s;
	vertical-align: middle;
	align-content: center;
}

#about .content .btn a:hover {
  opacity: 0.6;
}

#about .content .btn .go{
	display: inline-block;
	width: 20px;
	margin: 0 0 4px 10px;
}

#about .content .photoarea{
	width: 100%;
	max-width: 500px;
	position: relative;
}

#about .content .photoarea .familyphoto{
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

#about .content .photoarea .logo-maru{
	width: 160px;
	height: auto;
	position: absolute;
	top: -130px;
	right: 10px;
	mix-blend-mode: multiply;
}

#about .content .photoarea .logo-maru img{
	width: 100%;
}


/* 未来への想い */
#future{
	width: 100%;
	height: 730px;
	position: relative;
	margin-bottom: 50px;
}

#future .saikai-img{
	width: 100%;
	height: 600px;
}

#future .saikai-img img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

#future .textarea{
	width: 500px;
	height: auto;
	background-color: rgba(51,102,153,0.90);
	margin: 0 auto;
	padding: 30px 20px;
	position: absolute;
	bottom: 0;
	left: 60%;
	transform: translateX(-50%);
}

#future .textarea .icon{
	width: 150px;
	height: auto;
	margin-bottom: 10px;	
}

#future .textarea .icon img{
	width: 100%;
	height: auto;
}

#future .textarea .copy{
	font-size: 24px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#future .textarea .text{
	color: #FFF;
	margin-bottom: 20px;
}

#future .textarea .btn a {
	color: #336699;
	font-size: 18px;
	background-color: #FFF;
	padding: 8px 26px;
	border: none;
	border-radius: 50px;
	display: inline-block;
	transition: .3s;
}

#future .textarea .btn a:hover {
  opacity: 0.6;
}

#future .textarea .btn .go{
	display: inline-block;
	width: 20px;
	margin: 0 0 4px 10px;
}

/* みかんづくりのこだわり */
#works .title .icon{
	width: 210px;
	height: auto;
	margin-bottom: 10px;
}
	
#works .title .icon img{
	width: 100%;
	height: auto;
}

#works .title .copy{
	font-size: 24px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	line-height: 1.5em;
}

#works .slider{
	padding: 60px 0;
}

#works .slider .slider-item{
	max-width: 400px;
	margin: 0 10px;
	text-align: center;
}

#works .slider .slider-item .img img{
	border-radius: 30px;
}

#works .slider .slider-item:nth-child(even){
	margin-top: 80px;
	
}

#works .txtarea{
	width: 100%;
	height: auto;
}

#works .textarea .text{
	margin-bottom: 20px;
	text-align: center;
}

#works .textarea .btn{
	text-align: center;
}
#works .textarea .btn a {
	color: #FFF;
	font-size: 18px;
	background-image: url("../img/top/go_gr_texture@2x.webp");
	background-position: center;
	background-repeat: no-repeat;
	padding: 8px 26px;
	border: none;
	border-radius: 50px;
	display: inline-block;
	transition: .3s;
}

#works .textarea .btn a:hover {
  opacity: 0.6;
}

#works .textarea .btn .go{
	display: inline-block;
	width: 20px;
	margin: 0 0 4px 10px;
}

#works .mikantree{
	width: 100%;
	height: 400px;
	background-image: url("../img/top/yama_L.webp");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	margin-top: -150px;
}

#works .mikantree .mikan-tree01{
	width: 45%;
	max-width: 340px;
	height: auto;
}

#works .mikantree .mikan-tree02{
	width: 45%;
	max-width: 310px;
	height: auto;
}

/* みかんの紹介 */
#mikans{
	width: 100%;
	height: auto;
	padding:80px 0; 
	background-image: url("../img/common/arame_texture02-100.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}

#mikans .title{
	margin-bottom: 50px;
}

#mikans .title .icon{
	width: 150px;
	height: auto;
	margin-bottom: 10px;
}
	
#mikans .title .icon img{
	width: 100%;
	height: auto;
}

#mikans .title .copy{
	font-size: 24px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#mikans .content .category{
	width: 100%;
	height: 60px;
	border-radius: 10px;
	padding: 5px;
	background-color: #ff9900;
	background-blend-mode: multiply;
}

#mikans .content .category h4{
	width: 100%;
	height: 100%;
	display: inline-block;
	border: dashed 1.5px #fff;
	border-radius: 6px;
	font-size: 22px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	color: #fff;
	letter-spacing: 0.5em;
	text-align: center;
	align-content: center;
}

#mikans .content .mikans-list{
	width: 100%;
	height: auto;
	padding: 20px 0 35px;
	display: flex;
	gap: 1.4%;
	justify-content: flex-start;
	flex-flow: wrap;
}

#mikans .content .mikans-list li{
	width: 32.4%;
	min-width: 230px;
	background-image: url("../img/common/texture_fabric_01.jpg");
	background-repeat: repeat;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

#mikans .content .mikans-list li .season{
	width: 100%;
	border-bottom: solid 1.5px #443720;
	padding:  0 0 7px;
	vertical-align: middle;
	align-content: center;
	margin-bottom: 5px;
}

#mikans .content .mikans-list li .season span{
	width: 70px;
	height: 26px;
	font-size: 13px;
	color: #fff;
	background-color: #443720;
	margin-right: 5px;
	text-align: center;
	padding: 3px 5px;
	border-radius: 5px;
}

#mikans .content .mikans-list li .image-name{
	display: flex;
	justify-content: space-between;
}

#mikans .content .mikans-list li .image-name .img{
	width: 35%;
	height: auto;
}

#mikans .content .mikans-list li .image-name .img img{
	width: 100%;
}

#mikans .content .mikans-list li .image-name .name{
	width: 60%;
	align-content: center;
}

#mikans .content .mikans-list li .image-name .name .ripen{
	font-size: 16px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 5px;
}

#mikans .content .mikans-list li .image-name .name .brand{
	font-size: 22px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
}

#mikans .content .btn{
	text-align: right;
}
#mikans .content .btn a {
	color: #ff9900;
	font-size: 18px;
	background-color: #fff;
	padding: 8px 26px;
	border: solid 2px #ff9900;
	border-radius: 50px;
	display: inline-block;
	transition: .3s;
}

#mikans .content .btn a:hover {
  opacity: 0.6;
}

#mikans .content .btn .go{
	display: inline-block;
	width: 20px;
	margin: 0 0 4px 10px;
}

/* スタート画像 */

.start{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

.start p{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

.start p img{
	width: 100%;
}


/*--------------------------------------------------------------------
タブレット
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px){
	
/* メインビジュアル */
.mainvisual{
	height: calc(90vh - 80px);
}
	
/*--------------------------------------------------------------------
スマートフォン
--------------------------------------------------------------------*/
@media screen and (max-width: 767px){
	
.mainvisual .catchcopy{
	width: 110px;
	top: 5%;
	right: 3%;
}

/* インスタバナー */
.mainvisual .insta-bn{
	bottom: 15px;
	left: 15px;
}

/* スクロール誘導デザインの設定 */
.container_05 {
  height: 250px;
}

.scrollbar-text_05 {
  padding: 10px 10px 70px;
  font-size: 12px;
  right: 12px;
}

.scrollbar_05 {
  right: 30px;
}

.scrollbar_05::after {
  height: 60px;
}
	
/* イントロ */
#intro .image{
	width: 100%;
	height: auto;
	flex-direction: column-reverse;
}

#intro .mikanillust-area{
	width: 100%;
}

#intro .mikanillust-area .mikanillust01{
	max-width: 220px;
	margin-top: 0;
	margin-left: 5%;
}

#intro .mikanillust-area .mikanillust02{
	max-width: 120px;
	margin-bottom: 7%;
	margin-left: 35%;
}

#intro .map{
	width: 100%;
	margin-right: 0;
	margin-left: auto;
	overflow-x: hidden;
}

#intro .map img{
	max-width: 450px;
	transform: translate(12%,0);
	}

#intro .text p{
	writing-mode: horizontal-tb;
	line-height: 1.8;
	text-align: center;
}

	
/* パララックス */
.parallax{
	height: 300px;
}

	
/* 当園について */
#about{
	padding-top: 60px;
}

#about .title{
	margin-bottom: 10px;
}
#about .title .icon{
	width: 125px;
}

#about .title .copy{
	font-size: 22px;
}

#about .content{
	flex-direction: column-reverse;
	align-items:center;
	margin-bottom: 60px;
}

#about .content .textarea{
	width: 100%;
	max-width: 500px;
	margin-right: 0px;
}
	
#about .content .textarea .text{
	text-align: justify;
}

#about .content .btn{
	text-align: right;
}
	
#about .content .btn a {
  font-size: 16px;
  padding: 7px 22px;
}

#about .content .btn .go{
	width: 18px;
	margin: 0 0 5px 10px;
}
	
#about .content .photoarea .familyphoto{
		margin-bottom: 20px;
}
	
#about .content .photoarea .logo-maru{
display: none;
}
	

/* 未来への想い */
#future{
	height: auto;
	position:static;
}

#future .saikai-img{
	height: 380px;
}
	
#future .saikai-img img{
	height: 380px;
}

#future .textarea{
	width: 100%;
	background-color: rgba(51,102,153,1);
	position:static;
	padding: 30px 15px 25px;
	transform: translateX(0);
	margin-bottom: 60px;
}

#future .textarea .icon{
	width: 125px;
	height: auto;
	margin-bottom: 10px;	
}

#future .textarea .icon img{
	width: 100%;
	height: auto;
}

#future .textarea .copy{
	font-size: 22px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#future .textarea .text{
	text-align: justify;
}

#future .textarea .btn{
	text-align: right;
	margin-bottom: 10px;
}
	
#future .textarea .btn a {
	font-size: 16px;
	padding: 7px 22px;
}

#future .textarea .btn .go{
	width: 18px;
	margin: 0 0 5px 10px;
}
	
	
/* みかんづくりのこだわり */
#works .title .icon{
	width: 175px;
}
	
#works .title .copy{
	font-size: 22px;
}

#works .slider{
	padding: 40px 0;
}

#works .slider .slider-item{
	max-width: 250px;
	margin: 0 5px;
}

#works .slider .slider-item .img img{
	border-radius: 15px;
}

#works .slider .slider-item:nth-child(even){
	margin-top: 40px;
	
}

#works .txtarea{
	width: 100%;
	height: auto;
}

#works .textarea .text{
	margin: 0 15px 20px;
	text-align: justify;
}
	
#works .textarea .btn{
	text-align: right;
	margin-right: 15px;
}
#works .textarea .btn a {
	font-size: 16px;
	padding: 7px 22px;
}

#works .textarea .btn .go{
	width: 18px;
	margin: 0 0 5px 10px;
}

#works .mikantree{
	height: 180px;
	margin-top: 15px;
	background-image: url("../img/top/yama_S@2x.webp");
}

#works .mikantree .mikan-tree01{
	width: 45%;
	max-width: 250px;
	height: auto;
}

#works .mikantree .mikan-tree02{
	width: 45%;
	max-width: 230px;
	height: auto;
}

	
/* みかんの紹介 */
#mikans{
	padding:60px 0; 
}

#mikans .title{
	margin-bottom: 30px;
}

#mikans .title .icon{
	width: 125px;
}

#mikans .title .copy{
	font-size: 22px;
	margin-bottom: 10px;
}
#mikans .content .category{
	height: 54px;
}

#mikans .content .category h4{
	font-size: 20px;
}

#mikans .content .mikans-list{
	gap: 4%;
}

#mikans .content .mikans-list li{
	width: 48%;
}

#mikans .content .mikans-list li .season{
	padding:  0 0 6px;
}
	
#mikans .content .mikans-list li .image-name .img img{
	max-width: 100px;
}

#mikans .content .btn a {
	font-size: 16px;
	padding: 7px 22px;
}

#mikans .content .btn .go{
	width: 18px;
	margin: 0 0 5px 10px;
}
	
/* スタート画像 */
.start p{
	width: 220px;
}
		
}

@media screen and (max-width: 550px){
#mikans .content .mikans-list{
	flex-direction: column;
	align-items: center;
	}
	
#mikans .content .mikans-list li{
	width: 100%;
	max-width: 350px;
}

#mikans .content .mikans-list li .image-name .name .brand{
	font-size: 20px;
}

#mikans .content .mikans-list li .image-name .img img{
	max-width: 90px;
}
}