@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	background-color: #fef7e6;
}
img {
	max-width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#js {
	position: relative;
	font-family: "Roboto Condensed", sans-serif;
}

.mv_box_in {
	width: 100%;
}

.mv_box_in video {
	width: 100%;
}

#main_contents {
	position: relative;
}

#main_contents .title {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 25% 0 5%;
	margin: auto;
}

#main_contents .title .img:nth-of-type(1) {
	width: 45%;
	position: absolute;
	z-index: 2;
	transform: rotate(-8deg);
	top: 4%;
	left: 15%;
}
#main_contents .title .img:nth-of-type(2) {
	width: 45%;
	position: absolute;
	z-index: 3;
	transform: rotate(8deg);
	top: 9%;
	right: 15%;
}
#main_contents .title .img:nth-of-type(3) {
	width: 45%;
	position: absolute;
	z-index: 4;
	top: 13%;
	right: 28.5%;
}
#main_contents .title .img:nth-of-type(4) {
	width: 23%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}
#main_contents .title .img:nth-of-type(5) {
	width: 23%;
	position: absolute;
	z-index: 6;
	bottom: 0;
	right: 0;
}
#main_contents .title .img:nth-of-type(6) {
	width: 80%;
	position: absolute;
	z-index: 100;
	top: 37%;
	right: 10%;
}

#main_contents .title .img img {
	width: 100%;
}

#main_contents .title .base {
	position: relative;
	z-index: 1;
	max-width: 94%;
	padding: 46% 0 5%;
	margin: 0 auto;
	background-color: #d8e9fc;
}

#main_contents .title .base .txt {
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	color: #661b00;
	padding-top: 2%;
}

#main_contents .title h1 {
	width: 100%;
	margin: 0 auto 2%;
	line-height: 1.0;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
	text-align: center;
}
#main_contents .title h1 p {
	font-size: 40%;
	line-height: 1.2;
}



#main_contents .navi {
	width: 90%;
	margin: auto;
	padding: 5% auto 0;
}

#main_contents .navi .img {
	float: left;
	width:  33%;
}

#main_contents .navi .img img {
	width:  90%;
	margin: 0 5%;
}

#main_contents .navi .border_r {
	border-right: 1px solid #d7590b;
}

@media only screen and (min-width: 769px) {
.mv_box_in {
	width: 100%;
	background-image: url("../images/bg_pc.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

.mv_box_in video {
	width: 33.33334%;
	margin: 0 33.3333%;
}
	
#main_contents .title .txt {
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	color: #661b00;
	padding-top: 2%;
}
	
#main_contents .title h1 {
	width: 100%;
	margin: 0 auto 2%;
	line-height: 0.6;
  font-family: "Oswald", sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
  font-style: normal;
	text-align: center;
}
#main_contents .title h1 p {
	font-size: 50%;
	line-height: 2.3;
}
}




.pc {display: none}
.sp {display: block}

@media only screen and (min-width: 769px) {
	
.pc {display: block}
.sp {display: none}
	
	#main_contents {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	#main_contents .title {
		width: 100%;
		margin: 0 auto;
	}	
	
#main_contents .title .base {
	max-width: 90%;
	padding: 45% 0 5%;
}
	
#main_contents .title .base .txt {
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 14px;
	line-height: 2.0em;
	font-weight: bold;
	color: #661b00;
}
	
#main_contents .navi {
	width: 60%;
	margin: auto;
	padding: 5% auto;
}
	
}

#main_contents .section {
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10%;
}
#main_contents .img {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
#main_contents .main {
	position: relative;
	width: 100%;
}
#main_contents .sub {
	position: relative;
	width: 100%;
	margin: 10% auto 0;
}
@media only screen and (min-width: 769px) {
	#main_contents .section {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
}

#main_contents .link a {
	text-decoration: none;
}


.subtitle {
	width: 36%;
	margin: 14% 32% 0;
	position: relative;
	z-index: 100;
	background-color: #fff;
}
.subtitle img {
	width: 100%;
	margin: auto;
}

.txt1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10%;
	margin: auto;
	text-align: center;
	color: #777;
	font-size: 12px;
	line-height: 1.9em;
	box-sizing: border-box;
	background-color: #fff;
}

.subtitle_txt {
	position: relative;
	width: 100%;
	padding: 7% 0 4%;
	margin: -2% 0 9%;
	line-height: 2.1em;
	border-top: 5px solid #b1d5fd;
	border-bottom: 5px solid #b1d5fd; 
	z-index: 1;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.subtitle_txt span {
	width: 100%;
	font-size: 180%;
	font-weight: 700;
}

/* CSSアニメーション */
.slick-slider {
  position: relative;
  width: 100%;
  margin-top: 6%;
  aspect-ratio: 5 / 6;
  overflow: hidden;
}

.slick-slider > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slick-slider > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

/* キーフレーム（フェードイン・フェードアウトのタイミング調整） */
@keyframes fadeAnimation {
  0% { opacity: 0; }
  10% { opacity: 1; }
  25% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}

/* 1. 4枚画像スライダー (1枚あたり12秒) */
.slick-slider > div {
  animation: fadeAnimation 8s infinite linear;
}
.slick-slider > div:nth-child(1) { animation-delay: 0s; }
.slick-slider > div:nth-child(2) { animation-delay: 2s; }
.slick-slider > div:nth-child(3) { animation-delay: 4s; }
.slick-slider > div:nth-child(4) { animation-delay: 6s; }


/* アイコンアニメ */
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  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);
  }
}
/* アイコンアニメ */


#no1,#no2,#no3,#no4,#no5,#no6 {
	width: 100%;
	margin: 8% auto 0;
	text-align: center;
}

#no1 .main,
#no2 .main,
#no3 .main,
#no4 .main,
#no5 .main,
#no6 .main,
#no7 .main{
	width: 100%;
	margin: -3% 0 -5%;
}

#no1 .copy,#no2 .copy,#no3 .copy,#no4 .copy,#no5 .copy,#no6 .copy,#no7 .copy{
	position: relative;
	width: 100%;
	font-size: 32px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 0;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color: #d7590b;
	line-height: 1.1;
}

#no1 .copy p,#no2 .copy p,#no3 .copy p,#no4 .copy p,#no5 .copy p,#no6 .copy p,#no7 .copy p{
	font-size: 150%;
	margin-bottom: 2.2%;
}

#no1 .sub  {
	width: 100%;
	position: relative;
	margin-top: 0;
	padding-bottom: 5%;
}

#no1 .sub .img {
	width: 90%;
	margin-left: 5%;
}
#no1 .sub .img:nth-of-type(2) {
	width: 90%;
	margin: 0% 5% 0 5%;	
	padding-bottom: 15%;
	background-color: #fff;
}
#no1 .sub .img:nth-of-type(3) {
	width: 40%;
	position: absolute;
	bottom: 0;right: 0;
}


#no1 .sub2  {
	width: 100%;
	position: relative;
}

#no1 .sub2 .img {
	width: 42%;
	margin-top: -2%;
	margin-left: 5%;
}
#no1 .sub2 .img:nth-of-type(2) {
	width: 30%;
	margin-top: 4%;
	margin-left: 5%;
	aspect-ratio: 5 / 6;
	position: relative;
	z-index: 2;
}
#no1 .sub2 .img:nth-of-type(3) {
	width: 30%;
	margin-left: 10%;
	margin-top: -30%;
	aspect-ratio: 5 / 6;
	background-color: #d8e9fc;
	position: relative;
	z-index: 1;
}
#no1 .sub2 .img:nth-of-type(4) {
	width: 45%;
	margin: -59% 0 0 50%;	
}

#no1 .sub2 .img:nth-of-type(5) {
	margin-top: 5%;
	margin-left: 0;
	width: 100%;
	padding-bottom: 5%;
	background-image:url("../images/bg_dot.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

#no1 .sub2 .img:nth-of-type(5) .subimg {
	width: 20%;
	margin: auto;
}


#no2 .sub  {
	width: 100%;
	position: relative;
	margin-top: 2%;
	padding-bottom: 5%;
}

#no2 .sub .img:nth-of-type(1) {
	width: 90%;
	margin-left: 5%;
	background-color: #fff;
	padding-bottom: 15%;
}
#no2 .sub .img:nth-of-type(2) {
	width: 40%;
	position: absolute;
	bottom: 50%;left: 0;
	z-index: 2;
}
#no2 .sub .img:nth-of-type(3) {
	width: 90%;
	margin: 0 5% 0 5%;	
	position: relative;
	z-index: 1;
}

#no2 .sub2  {
	width: 100%;
	position: relative;
	padding-bottom: 5%;
}

#no2 .sub2 .img {
	width: 45%;
	margin-top: 3%;
	margin-left: 15%;
}
#no2 .sub2 .img:nth-of-type(2) {
	width:43%;
	margin: -46% 0% 0 48%;	
	aspect-ratio: 5 / 6;
}

#no3 .sub  {
	width: 100%;
	position: relative;
	margin-top: 2%;
	padding-bottom: 11%;
	z-index: 2;
}

#no3 .sub .img {
	width: 90%;
	margin-left: 5%;
}
#no3 .sub .img:nth-of-type(2) {
	width: 90%;
	margin: 0% 5% 0 5%;	
	background-color: #fff;
	margin-left: 5%;
	padding-bottom: 15%;
}
#no3 .sub .img:nth-of-type(3) {
	width: 36%;
	position: absolute;
	bottom: -3%;right: 0;
}

#no3 .sub2  {
	width: 100%;
	position: relative;
	z-index: 1;
}

#no3 .sub2 .img {
	width: 41%;
	margin-top: -6%;
	margin-left: 5%;
	position: relative;
	z-index: 2;
}
#no3 .sub2 .img:nth-of-type(2) {
	width: 24%;
	margin-top: -10%;
	margin-left: 0%;
	position: relative;
	z-index: 3;
}
#no3 .sub2 .img:nth-of-type(3) {
	width: 40%;
	margin-left: 2%;
	margin-top: -54%;
	aspect-ratio: 5 / 4;
	background-color: #d8e9fc;
	position: relative;
	z-index: 1;
}
#no3 .sub2 .img:nth-of-type(4) {
	width: 45%;
	margin: -28% 0 0 50%;	
	position: relative;
	z-index: 3;
}

#no3 .sub2 .img:nth-of-type(5) {
	width: 26%;
	margin: -19% 0 0 33%;	
	transform: rotate(-10deg);
	position: relative;
	z-index: 4;
}

#no3 .sub2 .img:nth-of-type(6) {
	width: 18%;
	margin: -12% 0 0 23%;	
	transform: rotate(-22deg);
	padding-bottom: 3%;
	position: relative;
	z-index: 5;
}

#no3 .sub2 .img:nth-of-type(7) {
	position: relative;
	z-index: 1;
	margin-top: -15%;
	margin-left: 0;
	width: 100%;
	padding-bottom: 18%;
	background-image:url("../images/bg_dot.png");
	background-position: bottom;
	background-repeat: no-repeat;
}


#no1 .sub2 .link {
	margin-top: 2%;
	line-height: 1.5em;
	text-align: center;
	color: #555;
	padding:5% 5%;
	border: dashed 2px #b1d5fd;
	background-color: #fff;
}

#no2 .sub2 .link {
	margin-top: 2%;
	line-height: 1.5em;
	text-align: center;
	color: #555;
	padding:7% 5%;
	border: dashed 2px #b1d5fd;
	background-color: #fff;
}

#no3 .sub2 .link {
	margin-top: 2%;
	line-height: 1.5em;
	text-align: center;
	color: #555;
	padding:5% 5% 20%;
	border: dashed 2px #b1d5fd;
	background-color: #fff;
}


#no1 .sub2 .link p,#no2 .sub2 .link p,#no3 .sub2 .link p {
	font-size: 11px;
	margin-top: 2%;
	padding-bottom: 2.5%;
	line-height: 1.5em;
}

#no1 .sub2 .link a,#no2 .sub2 .link a,#no3 .sub2 .link a {
	position: relative;
	font-weight: bold;
	color: #777;
	line-height: 1.7em;
	font-size: 70%;	
}

#no1 .sub2 .link a span,#no2 .sub2 .link a span,#no3 .sub2 .link a span {
	font-size: 54%;
}

@media only screen and (min-width: 769px) {
	
.subtitle {
	margin: 10% 32% 0;
}
	
.txt1 {
	font-size: 12px;
	line-height: 1.6em;
}
	
.subtitle_txt {
	position: relative;
	width: 100%;
	padding: 6% 0 4%;
	margin: -2% 0 9%;
	line-height: 2.2em;
	border-top: 5px solid #b1d5fd;
	border-bottom: 5px solid #b1d5fd; 
	z-index: 1;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.subtitle_txt span {
	width: 100%;
	font-size: 180%;
	font-weight: 800;
}
	
#no1 .sub  {
	width: 100%;
	position: relative;
	margin-top: 0;
	padding-bottom: 5%;
}

#no1 .sub .img {
	width: 45%;
	margin-left: 5%;
}
#no1 .sub .img:nth-of-type(2) {
	width: 45%;
	margin: -54% 0 0 50%;	
	background-color: #fff;
	aspect-ratio: 5 / 6;
}
#no1 .sub .img:nth-of-type(3) {
	width: 25%;
	position: absolute;
	bottom: 0;right: 0;
}

#no1 .sub2  {
	width: 100%;
	position: relative;
}

#no1 .sub2 .img {
	width: 38%;
	margin-top: -2%;
	margin-left: 8%;
}
#no1 .sub2 .img:nth-of-type(2) {
	width: 30%;
	margin-top: 4%;
	margin-left: 10%;
	aspect-ratio: 5 / 6;
	position: relative;
	z-index: 2;
}
#no1 .sub2 .img:nth-of-type(3) {
	width: 30%;
	margin-left: 15%;
	margin-top: -30%;
	aspect-ratio: 5 / 6;
	background-color: #d8e9fc;
	position: relative;
	z-index: 1;
}
#no1 .sub2 .img:nth-of-type(4) {
	width: 45%;
	margin: -54% 0 0 50%;	
}

#no1 .sub2 .img:nth-of-type(5) {
	margin-top: 3%;
	margin-left: 0;
	width: 100%;
	padding-bottom: 5%;
	background-image:url("../images/bg_dot.png");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 
}

#no1 .sub2 .img:nth-of-type(5) .subimg {
	width: 20%;
	margin: auto;
}


#no2 .sub  {
	width: 100%;
	position: relative;
	margin-top: 2%;
	padding-bottom: 5%;
}

#no2 .sub .img:nth-of-type(1) {
	width: 45%;
	margin-left: 5%;
	background-color: #fff;
	aspect-ratio: 5 / 6;
}
#no2 .sub .img:nth-of-type(2) {
	width: 25%;
	position: absolute;
	bottom: 0;left: 0;
}
#no2 .sub .img:nth-of-type(3) {
	width: 45%;
	margin: -56.8% 0 0 50%;	
}

#no2 .sub2  {
	width: 100%;
	position: relative;
	padding-bottom: 5%;
}

#no2 .sub2 .img {
	width: 45%;
	margin-top: 3%;
	margin-left: 15%;
}
#no2 .sub2 .img:nth-of-type(2) {
	width: 36%;
	margin: -46% 0 0 50%;	
	aspect-ratio: 5 / 6;
}

#no3 .sub  {
	width: 100%;
	position: relative;
	margin-top: 2%;
	padding-bottom: 8%;
	z-index: 2;
}

#no3 .sub .img {
	width: 45%;
	margin-left: 5%;
}
#no3 .sub .img:nth-of-type(2) {
	width: 45%;
	margin: -54% 0 0 50%;	
	background-color: #fff;
	aspect-ratio: 5 / 6;
}
#no3 .sub .img:nth-of-type(3) {
	width: 20%;
	position: absolute;
	bottom: 0;right: 0;
}

#no3 .sub2  {
	width: 100%;
	position: relative;
	z-index: 1;
}

#no3 .sub2 .img {
	width: 38%;
	margin-top: -2%;
	margin-left: 8%;
	position: relative;
	z-index: 2;
}
#no3 .sub2 .img:nth-of-type(2) {
	width: 22%;
	margin-top: -15%;
	margin-left: 0%;
	position: relative;
	z-index: 3;
}
#no3 .sub2 .img:nth-of-type(3) {
	width: 38%;
	margin-left: 2%;
	margin-top: -35%;
	aspect-ratio: 5 / 2.6;
	background-color: #d8e9fc;
	position: relative;
	z-index: 1;
}
#no3 .sub2 .img:nth-of-type(4) {
	width: 45%;
	margin: -32% 0 0 50%;	
}

#no3 .sub2 .img:nth-of-type(5) {
	width: 26%;
	margin: -19% 0 0 33%;	
	transform: rotate(-10deg);
}

#no3 .sub2 .img:nth-of-type(6) {
	width: 18%;
	margin: -12% 0 0 23%;	
	transform: rotate(-22deg);
	padding-bottom: 3%;
}
	
#no1 .sub2 .link {
	margin-top: 2%;
	line-height: 1.5em;
	text-align: center;
	color: #555;
	padding:5% 5%;
	border: dashed 3px #b1d5fd;
	background-color: #fff;
}

#no2 .sub2 .link {
	margin-top: 2%;
	line-height: 1.5em;
	text-align: center;
	color: #555;
	padding:7% 5%;
	border: dashed 3px #b1d5fd;
	background-color: #fff;
}

#no3 .sub2 .link {
	margin-top: 2%;
	line-height: 1.5em;
	text-align: center;
	color: #555;
	padding:12% 5%;
	border: dashed 3px #b1d5fd;
	background-color: #fff;
}

#no1 .sub2 .link a,#no2 .sub2 .link a,#no3 .sub2 .link a {
	font-size: 82%;	
}
	
#no1 .sub2 .link a span,#no2 .sub2 .link a span,#no3 .sub2 .link a span {
	font-size: 65%;
}

}







@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
	line-height: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 60vw;
}
.scroll-infinity__item>img {
  width: 90%;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.scroll-infinity__item {
	  width: 300px;
		margin-top: 4%;
	}
	
}
.btn a {
	margin: 10% auto;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	display: block;
	width: 80%;
	background: #000;
	color: #d7590b;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
}

.btn_all {
	color: #b1d5fd;
	font-size: 100%;
	text-align: center;
	margin: 8% auto 12%;
	padding:4% 0;
	border:2px solid #b1d5fd;
	width:60%;
	background-color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

@media only screen and (min-width: 769px) {
.btn_all {
	margin: 5% auto 7%;
	width:60%;
	padding:2% 0;
}
}

.btn_all a{
	text-decoration: none;
	display: block;
	color:#777;
	font-weight: bold;
}

