@charset "UTF-8";
/* CSS Document */

.m-plus-rounded-1c-extrabold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
}

@media only screen and (max-width:960px) {
	/*スマホ*/
	.main {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	
	section {
		margin: 0 auto;
	}
	
	.intro {
		margin: 0 auto;
		padding-top: 1.5em;
	}
	.re_taro_img {
		width: 50%;
		height: auto;
		margin: 0 auto 1em;
		display: block;
	}
	.intro div {
		width: 80%;
		margin: 0 auto 1em;
		font-size: 1.5rem;
	}
	.txt_retaro {
		text-align: center;
		font-size: 1.7rem;
		line-height: 180%;
		width: 100%;
		background: url("../images/re_taro/back.svg") no-repeat top center / auto 100%;
		padding: 1em 0;
		border-top: 6px solid #000;
	}
	.txt_retaro strong {
		font-size: 1.9rem;
		color: #053173;
	}
	
	
	h1 {
		margin-bottom: 1em;
		width: 100%;
	}
	h1 img {
		width: 100%;
	}
	
	.illust {
		font-size: 2rem;
		font-weight: 800;
		text-align: center;
		letter-spacing: 0 !important;
		display: block;
	}
	
	.re_taro_all {
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: -25px;
		width: 90%;
		z-index: 10;
		margin: 0 auto;
	}
	
	.illust_under {
		position: relative;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		background: #f0d8b2;
		height: 50px;
		width: 100%;
	}
	.btm_txt {
		text-align: center;
		font-size: 1.7rem;
		line-height: 180%;
		width: 100%;
		padding: 1.5em 0 1em;
	}
	.insta {
		width: 100px;
		margin: 0 auto;
		display: block;
	}
	.insta img {
		width: 100%;
	}
	.slick_sp {
		padding: 4px 0;
		background-color: #000;
		margin-bottom: 2.5em;
	}
	
}

@media screen and (min-width:961px) {
	/*PC*/
	.main {
		width: 100%;
	}
	h1 {
		padding-top: 80px;
		margin-bottom: 40px;
	}
	section {
		min-width:1100px;
		width: 100%;
		margin: 0 auto;
	}
	.intro {
		width: 1100px;
		height: 647px;
		position: relative;
		margin: 0 auto;
		padding-top: 80px;
	}
	.re_taro_img {
		width: 538px;
		height: 647px;
		position: absolute;
		left: -100px;
		bottom: -54px;
		z-index: 90;
	}
	.intro div {
		margin-left: 530px;
		font-size: 2.6rem;
	}
	.txt_retaro {
		text-align: center;
		font-size: 3rem;
		line-height: 230%;
		min-width: 1100px;
		width: 100%;
		background: url("../images/re_taro/back.svg") no-repeat top center / 100% auto;
		padding: 100px 0;
		border-top: 6px solid #000;
	}
	
	.txt_retaro strong {
		font-size: 3.6rem;
		color: #053173;
	}
	.photo_g {
		width: 100%;
		min-width: 1100px;
	}
	.illust {
		font-size: 6rem;
		font-weight: 800;
		text-align: center;
		letter-spacing: 0 !important;
		display: block;
	}
	
	.re_taro_all {
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: -70px;
		max-width: 1200px;
		width: 100%;
		z-index: 10;
		margin: 0 auto;
	}
	
	.illust_under {
		position: relative;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
		background: #f0d8b2;
		height: 140px;
		width: 100%;
		min-width: 1100px;
	}
	.btm_txt {
		text-align: center;
		font-size: 3rem;
		line-height: 230%;
		min-width: 1100px;
		width: 100%;
		padding: 100px 0 50px;
	}
	.insta {
		width: 120px;
		margin: 0 auto;
		display: block;
	}
	.insta img {
		width: 100%;
	}
	.slick_sp {
		padding: 14px 0;
		background-color: #000;
		margin-bottom: 120px;
	}
}

/*====================================================================
slick
====================================================================*/

html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 7px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev {
	left: 10px !important;
}
.slick-next {
	right: 10px !important;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-arrow{
    z-index:2!important;
    width:50px !important;
    height:50px !important;
}

.slick-arrow:before{
    content:"" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-prev:before {
	background: url("../common/slick/left.png") !important;
	background-size: contain!important;
}
.slick-next:before {
	background: url("../common/slick/right.png") !important;
	background-size: contain!important;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

