@charset "utf-8";

@media only screen and (min-width: 769px) {
	/*contents01ここから*/
	.contents01{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner figure{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner figure a{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents01 .contents01-inner figure a img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents01 .contents01-inner .slick-prev,
	.contents01 .contents01-inner .slick-next {
		width: 4.7rem;
		height: 8.2rem;
		display: none;
		top: 27.9rem;
		bottom: auto;
		margin: auto;
		z-index: 10;
		opacity: 0;
		transition: all .8s;
	}
	.contents01:hover .contents01-inner .slick-prev,
	.contents01:hover .contents01-inner .slick-next {
		display: block;
		opacity: 1;
		transition: all .8s;
	}
	.contents01 .contents01-inner .slick-prev {
		left: 19.0rem;
		right: auto;
	}
	.contents01 .contents01-inner .slick-next {
		left: auto;
		right: 19.0rem;
	}
	.contents01 .contents01-inner .slick-prev::before {
		width: 4.7rem;
		height: 8.2rem;
		background-image: url(../img/common/arrow01.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: left center;
		opacity: 1;
	}
	.contents01 .contents01-inner .slick-next::before {
		width: 4.7rem;
		height: 8.2rem;
		background-image: url(../img/common/arrow02.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: right center;
		opacity: 1;
	}
	.contents01 .contents01-inner .slick-dots {
		position: absolute;
		top: auto;
		bottom: 19.0rem;
		left: 0;
		right: 0;
		margin: auto;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 1.6rem;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents01 .contents01-inner .slick-dots li {
		position: relative;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		margin: 0 1.0rem;
		padding: 0;
		cursor: pointer;
	}
	.contents01 .contents01-inner .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents01 .contents01-inner .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		border: .2rem solid #ffffff;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents01 .contents01-inner .slick-dots .slick-active button:before {
		background-color: #ffffff;
	}
	.contents01-2{
		width: 100%;
		height: auto;
		display: block;
		margin: auto;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.contents01-2 .contents01-2-inner{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		display: block;
		padding: 2.0rem 0;
		margin: 0 auto;
	}
	.contents01-2 .contents01-2-inner figure{
		width: 95.9rem;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.contents01-2 .contents01-2-inner figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	/*contents01ここまで*/

	/*contents02ここから*/
	.contents02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #789baf;
		position: relative;
	}
	.contents02 .contents02-inner{
		width: 120.0rem;
		height: auto;
		display: block;
		padding: 5.2rem 0 4.5rem;
		margin: 0 auto;
		position: relative;
	}
	.contents02 .contents02-inner .title{
		width: 3.2rem;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area{
		width: 95.5rem;
		height: auto;
		margin: 0 auto 0 10.0rem;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.contents02 .contents02-inner .item-area .item{
		width: calc(100% / 3);
		height: auto;
		margin: 0;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.contents02 .contents02-inner .item-area .item figure{
		width: 15.0rem;
		height: auto;
		display: block;
		margin: 0 1.5rem 0 0;
		position: relative;
	}
	.contents02 .contents02-inner .item-area .item.new figure::before{
		content: '';
		width: 4.0rem;
		height: 4.0rem;
		display: block;
		background-image: url(../img/common/icon01.jpg);
		background-repeat: no-repeat;
		background-size: 4.0rem;
		background-position: center;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .item-area .item.limit figure::before{
		content: '';
		width: 4.0rem;
		height: 4.0rem;
		display: block;
		background-image: url(../img/common/icon02.jpg);
		background-repeat: no-repeat;
		background-size: 4.0rem;
		background-position: center;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .item-area .item figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text{
		width: auto;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text h3{
		font-size: 1.9rem;
		line-height: 2.7rem;
		margin-bottom: 1.3rem;
	}
	.contents02 .contents02-inner .item-area .item .text p{
		font-size: 1.7rem;
		line-height: 2.7rem;
		margin-bottom: 1.8rem;
	}
	.contents02 .contents02-inner .item-area .item .text .btn{
		width: 14.5rem;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text .btn img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	/*contents02ここまで*/

	/*contents03ここから*/
	.contents03{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-image: url(../img/index/bg01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top right;
		position: relative;
	}
	.contents03 .contents03-inner{
		width: 120.0rem;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents03 .contents03-inner .title{
		width: 3.2rem;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents03 .contents03-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents03 .contents03-inner .text{
		width: 90.0rem;
		height: auto;
		display: block;
		padding: 8.6rem 0 6.5rem;
		margin: 0 auto 0 15.0rem;
	}
	.contents03 .contents03-inner .text .text01{
		font-size: 1.0rem;
		line-height: 2.0rem;
		margin: 0 0 1.4rem -5.2rem;
		color: #ffffff;
	}
	.contents03 .contents03-inner .text h3{
		font-size: 4.1rem;
		line-height: 6.0rem;
		margin-bottom: 2.3rem;
		color: #ffffff;
	}
	.contents03 .contents03-inner .text h3 .copy {
		width: 1.9rem;
		height: auto;
		display: inline-block;
		margin-left: .4rem;
		margin-bottom: .9rem;
		vertical-align: bottom;
	}
	.contents03 .contents03-inner .text p{
		font-size: 1.9rem;
		line-height: 5.0rem;
		color: #ffffff;
	}
	/*contents03ここまで*/

	/*contents04ここから*/
	.contents04{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #000000;
		position: relative;
	}
	.contents04 .contents04-inner{
		width: 120.0rem;
		height: auto;
		display: block;
		padding: 10.5rem 0 11.6rem;
		margin: 0 auto;
		position: relative;
	}
	.contents04 .contents04-inner .title{
		width: 3.2rem;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents04 .contents04-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner .text{
		width: 90.0rem;
		height: auto;
		display: block;
		margin: 0 auto 0 15.0rem;
	}
	.contents04 .contents04-inner .text h3{
		font-size: 3.5rem;
		line-height: 4.5rem;
		margin-bottom: 3.5rem;
		color: #ffffff;
	}
	.contents04 .contents04-inner .text p{
		font-size: 1.9rem;
		line-height: 4.9rem;
		color: #ffffff;
	}
	.contents04 .contents04-inner02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents04 .contents04-inner02 figure{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner02 figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner02 figure img.wide{
		display: none;
	}
	.contents04 .contents04-inner02 .slick-prev,
	.contents04 .contents04-inner02 .slick-next {
		width: 4.7rem;
		height: 8.2rem;
		display: block;
		top: 35.9rem;
		bottom: auto;
		margin: auto;
		z-index: 10;
	}
	.contents04 .contents04-inner02 .slick-prev {
		left: 19.0rem;
		right: auto;
	}
	.contents04 .contents04-inner02 .slick-next {
		left: auto;
		right: 19.0rem;
	}
	.contents04 .contents04-inner02 .slick-prev::before {
		width: 4.7rem;
		height: 8.2rem;
		background-image: url(../img/common/arrow01.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: left center;
		opacity: 1;
	}
	.contents04 .contents04-inner02 .slick-next::before {
		width: 4.7rem;
		height: 8.2rem;
		background-image: url(../img/common/arrow02.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: right center;
		opacity: 1;
	}
	.contents04 .contents04-inner02 .slick-dots {
		position: absolute;
		top: auto;
		bottom: 3.0rem;
		left: 0;
		right: 0;
		margin: auto;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 1.6rem;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents04 .contents04-inner02 .slick-dots li {
		position: relative;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		margin: 0 1.0rem;
		padding: 0;
		cursor: pointer;
	}
	.contents04 .contents04-inner02 .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents04 .contents04-inner02 .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		border: .2rem solid #ffffff;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents04 .contents04-inner02 .slick-dots .slick-active button:before {
		background-color: #ffffff;
	}
	/*contents04ここまで*/

	/*contents05ここから*/
	.contents05{
		width: 100%;
		height: 69.0rem;
		display: block;
		margin: 0 auto;
		background-image: url(../img/index/bg02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		position: relative;
	}
	.contents05 .contents05-inner{
		width: 120.0rem;
		height: auto;
		padding-top: 2.9rem;
		margin: 0 auto;
		position: relative;
		display: block;
	}
	.contents05 .contents05-inner .title{
		width: 3.2rem;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents05 .contents05-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents05 .contents05-inner .text{
		width: 52.0rem;
		height: auto;
		display: block;
		padding-top: 5.4rem;
		margin: 0 auto 0 14.0rem;
		position: relative;
	}
	.contents05 .contents05-inner .text h4{
		font-size: 3.2rem;
		line-height: 4.6rem;
		margin-bottom: 2.8rem;
	}
	.contents05 .contents05-inner .text h3{
		font-size: 2.0rem;
		line-height: 2.6rem;
		margin-bottom: 1.7rem;
		text-align: right;
	}
	.contents05 .contents05-inner .text p{
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
	/*contents05ここまで*/

	/*contents06ここから*/
	.contents06{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents06 .contents06-inner{
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.contents06 .contents06-inner .title{
		width: 3.4rem;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 4.0rem;
		right: auto;
		margin: auto;
		z-index: 1;
	}
	.contents06 .contents06-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents06 .contents06-inner .text-area{
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text{
		width: 100%;
		height: auto;
		display: block;
		padding: 6.3rem 0 10.6rem;
		margin: 0 auto;
		background-color: #cbcbcb;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		position: relative;
	}
	.contents06 .contents06-inner .text-area .text01{
		background-image: url(../img/index/bg03.jpg);
		background-position: top center;
	}
	.contents06 .contents06-inner .text-area .text02{
		background-image: url(../img/index/bg04.jpg);
		background-position: top right;
	}
	.contents06 .contents06-inner .text-area .text03{
		background-image: url(../img/index/bg05.jpg);
		background-position: top right;
	}
	.contents06 .contents06-inner .text-area .text04{
		background-image: url(../img/index/bg06.jpg);
		background-position: bottom center;
	}
	.contents06 .contents06-inner .text-area .text .text-inner{
		box-sizing: border-box;
		width: 70.0rem;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text01 .text-inner{
		padding-left: calc(70.0rem - 50.0rem);
	}
	.contents06 .contents06-inner .text-area .text02 .text-inner{
		padding-right: calc(70.0rem - 58.0rem);
	}
	.contents06 .contents06-inner .text-area .text03 .text-inner{
		padding-right: calc(70.0rem - 55.0rem);
	}
	.contents06 .contents06-inner .text-area .text04 .text-inner{
		width: 82.0rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner h3{
		font-size: 3.5rem;
		line-height: 5.7rem;
		margin-bottom: 4.6rem;
		text-align: right;
	}
	.contents06 .contents06-inner .text-area .text02 .text-inner h3{
		text-align: left;
	}
	.contents06 .contents06-inner .text-area .text03 .text-inner h3{
		text-align: left;
	}
	.contents06 .contents06-inner .text-area .text04 .text-inner h3{
		text-align: center;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop p{
		font-size: 1.5rem;
		line-height: 3.0rem;
		margin-top: 3.0rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop p:nth-of-type(1){
		margin-top: 0;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop h4{
		font-size: 1.5rem;
		line-height: 2.5rem;
		margin: 2.0rem 0 2.8rem;
		text-align: right;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .img-area{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .img-area img{
		width: 23.5rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents06 .contents06-inner .text-area .text02 .text-inner .drop .img-area img{
		width: 27.0rem;
	}
	.contents06 .contents06-inner .text-area .text03 .text-inner .drop .img-area img{
		width: 27.0rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area{
		width: 70.0rem;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item{
		width: 30.0rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item p{
		font-size: 1.6rem;
		line-height: 3.0rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item h4{
		font-size: 1.5rem;
		line-height: 2.5rem;
		margin: 3.3rem 0 0;
		text-align: right;
	}
	.contents06 .contents06-inner .text-area .slick-prev,
	.contents06 .contents06-inner .text-area .slick-next {
		width: 4.7rem;
		height: 8.2rem;
		display: block;
		top: 24.4rem;
		bottom: auto;
		margin: auto;
		z-index: 10;
	}
	.contents06 .contents06-inner .text-area .slick-prev {
		left: 19.0rem;
		right: auto;
	}
	.contents06 .contents06-inner .text-area .slick-next {
		left: auto;
		right: 19.0rem;
	}
	.contents06 .contents06-inner .text-area .slick-prev::before {
		width: 4.7rem;
		height: 8.1rem;
		background-image: url(../img/common/arrow07.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: left center;
		opacity: 1;
	}
	.contents06 .contents06-inner .text-area .slick-next::before {
		width: 4.7rem;
		height: 8.1rem;
		background-image: url(../img/common/arrow08.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: right center;
		opacity: 1;
	}
	.contents06 .contents06-inner .text-area .slick-dots {
		position: absolute;
		top: auto;
		bottom: 3.0rem;
		left: 0;
		right: 0;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 1.6rem;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents06 .contents06-inner .text-area .slick-dots li {
		position: relative;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		margin: 0 1.0rem;
		padding: 0;
		cursor: pointer;
	}
	.contents06 .contents06-inner .text-area .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents06 .contents06-inner .text-area .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		border: .2rem solid #000000;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents06 .contents06-inner .text-area .slick-dots .slick-active button:before {
		background-color: #000000;
	}
	/*contents06ここまで*/

	/*contents07ここから*/
	.contents07{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #f4f4f4;
		position: relative;
	}
	.contents07 .contents07-inner{
		width: 120.0rem;
		height: auto;
		display: block;
		padding: 10.0rem 0 8.1rem;
		margin: 0 auto;
		position: relative;
	}
	.contents07 .contents07-inner .title{
		width: 3.2rem;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents07 .contents07-inner .item-area{
		width: 82.0rem;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents07 .contents07-inner .item-area .item .item-img{
		width: 44.3rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img{
		width: 100%;
		height: auto;
		padding: 0 3.7rem;
		margin: 0 0 3.5rem;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .new .item-img .main-img .img{
		position: relative;
	}
	.contents07 .contents07-inner .item-area .new .item-img .main-img .img::before{
		content: '';
		width: 8.0rem;
		height: 8.0rem;
		display: block;
		background-image: url(../img/common/icon01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 2.0rem;
		bottom: auto;
		left: 2.0rem;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .limit .item-img .main-img .img{
		position: relative;
	}
	.contents07 .contents07-inner .item-area .limit .item-img .main-img .img::before{
		content: '';
		width: 8.0rem;
		height: 8.0rem;
		display: block;
		background-image: url(../img/common/icon01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 2.0rem;
		bottom: auto;
		left: 2.0rem;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .img img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev,
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next {
		width: 2.1rem;
		height: 3.5rem;
		display: block;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 10;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev {
		left: .5rem;
		right: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next {
		left: auto;
		right: .5rem;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev::before {
		width: 2.1rem;
		height: 3.5rem;
		background-image: url(../img/common/arrow03.png);
		background-repeat: no-repeat;
		background-size: 2.1rem auto;
		background-position: left center;
		opacity: 1;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next::before {
		width: 2.1rem;
		height: 3.5rem;
		background-image: url(../img/common/arrow04.png);
		background-repeat: no-repeat;
		background-size: 2.1rem auto;
		background-position: right center;
		opacity: 1;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img{
		width: 100%;
		height: auto;
		padding: 0 3.7rem;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img{
		width: 11.0rem;
		height: auto;
		margin: 0 .8rem;
		display: block;
		cursor: pointer;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img img{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin: 0;
		border: .6rem solid transparent;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img:hover img{
		opacity: .8;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .slick-current img{
		border: .6rem solid #e1e61e;
	}
	.contents07 .contents07-inner .item-area .item .item-text{
		width: 33.0rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 3.8rem 2.6rem 2.6rem;
		margin: 0 0 2.0rem;
		display: block;
		background-color: #ffffff;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .text00{
		width: auto;
		height: auto;
		font-size: 1.1rem;
		line-height: 2.1rem;
		display: inline-block;
		position: absolute;
		top: .6rem;
		bottom: auto;
		left: auto;
		right: 1.1rem;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01{
		width: 100%;
		height: auto;
		margin: 0 0 3.0rem;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1{
		width: 100%;
		height: auto;
		margin: 3.0rem 0 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1:nth-of-type(1){
		margin: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 p{
		width: 3.8rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 p img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1{
		width: 18.0rem;
		height: auto;
		margin: 0;
		display: block;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1{
		width: 17.0rem;
		height: .6rem;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .border{
		width: 16.4rem;
		height: .2rem;
		margin: auto;
		display: block;
		background-color: #b2b2b2;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle{
		width: .6rem;
		height: .6rem;
		border-radius: 50%;
		display: block;
		background-color: #b2b2b2;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(2){
		left: calc(25% - .3rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(3){
		left: calc(50% - .3rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(4){
		left: calc(75% - .3rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(5){
		left: auto;
		right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star{
		width: 1.6rem;
		height: 1.6rem;
		margin: 0;
		display: block;
		border-radius: 50%;
		background-color: #333333;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star1{
		left: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star2{
		left: calc(25% - .8rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star3{
		left: calc(50% - .8rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star4{
		left: calc(75% - .8rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star5{
		left: auto;
		right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02{
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon{
		width: 8.9rem;
		height: 2.0rem;
		margin: .6rem .5rem 0 0;
		display: block;
		border-radius: .4rem;
		background-color: #c5c5c5;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(1){
		background-image: url(../img/common/icon04-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(2){
		background-image: url(../img/common/icon05-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3){
		background-image: url(../img/common/icon06-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(4){
		background-image: url(../img/common/icon07-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(5){
		background-image: url(../img/common/icon08-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(6){
		background-image: url(../img/common/icon09-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3n){
		margin-right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon.on{
		background-color: #ffad00;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(1).on{
		background-image: url(../img/common/icon04.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(2).on{
		background-image: url(../img/common/icon05.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3).on{
		background-image: url(../img/common/icon06.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(4).on{
		background-image: url(../img/common/icon07.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(5).on{
		background-image: url(../img/common/icon08.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(6).on{
		background-image: url(../img/common/icon09.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text h3{
		font-size: 2.3rem;
		line-height: 3.3rem;
		margin-bottom: 1.6rem;
	}
	.contents07 .contents07-inner .item-area .item .item-text h4{
		font-size: 1.7rem;
		line-height: 2.7rem;
		font-weight: 400;
		margin-bottom: 2.2rem;
	}
	.contents07 .contents07-inner .item-area .item .item-text p{
		font-size: 2.0rem;
		line-height: 3.0rem;
		letter-spacing: -0.05rem;
		margin-bottom: 2.3rem;
		text-align: right;
	}
	.contents07 .contents07-inner .item-area .item .item-text .link{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .link a{
		width: 100%;
		height: auto;
		margin: 1.0rem 0 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .link a:nth-of-type(1){
		margin: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .link a img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		border-top: .2rem solid #808080;
		border-bottom: .2rem solid #808080;
	}
	.contents07 .contents07-inner02 .item-area{
		box-sizing: border-box;
		width: 90.0rem;
		height: auto;
		display: block;
		padding: 5.6rem 10.0rem 4.1rem;
		margin: 0 auto;
		position: relative;
	}
	.contents07 .contents07-inner02 .item-area .item{
		width: 13.5rem;
		height: auto;
		display: block;
		margin: 0 2.7rem;
		cursor: pointer;
	}
	.contents07 .contents07-inner02 .item-area .item img{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 1.5rem;
		border: .6rem solid transparent;
	}
	.contents07 .contents07-inner02 .item-area .slick-current img{
		border: .6rem solid #e1e61e;
	}
	.contents07 .contents07-inner02 .item-area .item h3{
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
	.contents07 .contents07-inner02 .item-area .slick-prev,
	.contents07 .contents07-inner02 .item-area .slick-next {
		width: 4.7rem;
		height: 8.1rem;
		display: block;
		top: 9.3rem;
		bottom: auto;
		margin: auto;
		z-index: 10;
	}
	.contents07 .contents07-inner02 .item-area .slick-prev {
		left: 0;
		right: auto;
	}
	.contents07 .contents07-inner02 .item-area .slick-next {
		left: auto;
		right: 0;
	}
	.contents07 .contents07-inner02 .item-area .slick-prev::before {
		width: 4.7rem;
		height: 8.1rem;
		background-image: url(../img/common/arrow05.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: left center;
		opacity: 1;
	}
	.contents07 .contents07-inner02 .item-area .slick-next::before {
		width: 4.7rem;
		height: 8.1rem;
		background-image: url(../img/common/arrow06.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: right center;
		opacity: 1;
	}
	.contents07 .contents07-inner03{
		width: 100%;
		height: auto;
		display: block;
		padding: 5.0rem 0 6.0rem;
		margin: 0 auto;
	}
	.contents07 .contents07-inner03 h3{
		width: 9.3rem;
		height: auto;
		display: block;
		margin: 0 auto 4.4rem;
	}
	.contents07 .contents07-inner03 h3 img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents07 .contents07-inner03 .review-area{
		box-sizing: border-box;
		width: 95.5rem;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.contents07 .contents07-inner03 .review-area .review{
		box-sizing: border-box;
		width: 30.0rem;
		height: auto;
		display: block;
		padding: 2.9rem;
		margin: 0;
		background-color: #ffffff;
		border: .2rem solid #808080;
	}
	.contents07 .contents07-inner03 .review-area .review h4{
		font-size: 1.7rem;
		line-height: 2.7rem;
		margin-bottom: 1.4rem;
		color: #808080;
		text-align: center;
	}
	.contents07 .contents07-inner03 .review-area .review p{
		font-size: 1.5rem;
		line-height: 2.5rem;
		letter-spacing: .2rem;
	}
	/*contents07ここまで*/

	/*contents08ここから*/
	.contents08{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #e1e61e;
		position: relative;
	}
	.contents08 .contents08-inner{
		width: 120.0rem;
		height: auto;
		display: block;
		padding: 10.0rem 0 8.1rem;
		margin: 0 auto;
		position: relative;
	}
	.contents08 .contents08-inner .title{
		width: 3.2rem;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents08 .contents08-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents08 .contents08-inner .sns-area{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 95.5rem;
		height: auto;
		margin: 0 auto;
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start; */

		display: grid;
		gap: 15px;
		grid-template-columns: repeat(4, 17.7vw);
	}
	.contents08 .contents08-inner .sns-area .sns{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* width: 32%; */
		height: auto;
		padding: 25px;
		margin: 0;
		background-color: #ffffff;
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center; */


		/* width: 24%; */
		display: grid; 
		grid-template-rows: subgrid;
		grid-row: span 3;
	}
	.contents08 .contents08-inner .sns-area .sns .icon{
		/* width: 60px;
		height: auto;
		margin: 0;
		display: block;
		margin-right: 15px; */

		width: 7.9rem;
		height: auto;
		margin: 0;
		display: block;
	
	
		width: 5rem;
		margin: auto;
	}
	.contents08 .contents08-inner .sns-area .sns .text{
		/* width: 31rem; */
		height: auto;
		margin: 0;
		display: block;
	}
	.contents08 .contents08-inner .sns-area .sns .text h4{
		/* font-size: 2.2rem;
		
		margin-bottom: 0.7rem;
		color: #808080; */

		line-height: 3.2rem;
		text-align: center;
		font-size: 1.7rem;
		font-weight: 500;;
	}
	.contents08 .contents08-inner .sns-area .sns-youtube .text h4 {
		font-size: 1.3rem;
	  }
	.contents08 .contents08-inner .sns-area .sns .text p{
		font-size: 1.8rem;
		line-height: 2.8rem;
		margin-bottom: 3.1rem;
		color: #e60046;
	}
	.contents08 .contents08-inner .sns-area .sns .text a{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents08 .contents08-inner .sns-area .sns .text a img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	/*contents08ここまで*/
}













@media only screen and (max-width: 768px) {
	/*contents01ここから*/
	.contents01{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner figure{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner figure a{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents01 .contents01-inner figure a img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents01 .contents01-inner .slick-prev,
	.contents01 .contents01-inner .slick-next {
		width: 4.7rem;
		height: 8.2rem;
		display: block;
		top: 27.9rem;
		bottom: auto;
		margin: auto;
		z-index: 10;
		transition: all .8s;
	}
	.contents01 .contents01-inner .slick-prev {
		left: 2rem;
		right: auto;
	}
	.contents01 .contents01-inner .slick-next {
		left: auto;
		right: 2rem;
	}
	.contents01 .contents01-inner .slick-prev::before {
		width: 4.7rem;
		height: 6.2rem;
		background-image: url(../img/common/arrow01.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: left center;
		opacity: 1;
	}
	.contents01 .contents01-inner .slick-next::before {
		width: 4.7rem;
		height: 6.2rem;
		background-image: url(../img/common/arrow02.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: right center;
		opacity: 1;
	}
	.contents01 .contents01-inner .slick-dots {
		position: absolute;
		top: auto;
		bottom: 3.0rem;
		left: 0;
		right: 0;
		margin: auto;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 2.1rem;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents01 .contents01-inner .slick-dots li {
		position: relative;
		display: block;
		width: 2.1rem;
		height: 2.1rem;
		margin: 0 1.4rem;
		padding: 0;
		cursor: pointer;
	}
	.contents01 .contents01-inner .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 2.1rem;
		height: 2.1rem;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents01 .contents01-inner .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 2.1rem;
		height: 2.1rem;
		border-radius: 50%;
		border: .2rem solid #ffffff;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents01 .contents01-inner .slick-dots .slick-active button:before {
		background-color: #ffffff;
	}
	.contents01-2{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #503c41;
	}
	.contents01-2 .contents01-2-inner{
		box-sizing: border-box
		width: 100%;
		height: auto;
		display: block;
		padding: 5.6rem calc((100% - 65.3rem) /2);
		margin: 0 auto;
	}
	.contents01-2 .contents01-2-inner:nth-of-type(2){
		border-top: .2rem solid #ffffff;
		padding: 6.1rem calc((100% - 65.3rem) /2) 7.2rem;
	}
	.contents01-2 .contents01-2-inner figure{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents01-2 .contents01-2-inner figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	/*contents01ここまで*/

	/*contents02ここから*/
	.contents02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #789baf;
		position: relative;
	}
	.contents02 .contents02-inner{
		width: 100%;
		height: auto;
		display: block;
		padding: 11.0rem 0 10.0rem;
		margin: 0 auto;
		position: relative;
	}
	.contents02 .contents02-inner .title{
		width: auto;
		height: 2.9rem;
		display: block;
		position: absolute;
		top: 2.8rem;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .title img{
		width: auto;
		height: 100%;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area{
		width: 55.0rem;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.contents02 .contents02-inner .item-area .item{
		width: 100%;
		height: auto;
		margin: 7.5rem 0 0;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents02 .contents02-inner .item-area .item:nth-of-type(1){
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item figure{
		width: 21.0rem;
		height: auto;
		display: block;
		margin: 0;
		position: relative;
	}
	.contents02 .contents02-inner .item-area .item.new figure::before{
		content: '';
		width: 7.0rem;
		height: 7.0rem;
		display: block;
		background-image: url(../img/common/icon01.jpg);
		background-repeat: no-repeat;
		background-size: 7.0rem;
		background-position: center;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .item-area .item.limit figure::before{
		content: '';
		width: 7.0rem;
		height: 7.0rem;
		display: block;
		background-image: url(../img/common/icon02.jpg);
		background-repeat: no-repeat;
		background-size: 7.0rem;
		background-position: center;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .item-area .item figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text{
		width: 29.5rem;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text h3{
		font-size: 2.6rem;
		line-height: 3.4rem;
		margin-bottom: .5rem;
	}
	.contents02 .contents02-inner .item-area .item .text p{
		font-size: 2.8rem;
		line-height: 3.8rem;
		margin-bottom: 1.7rem;
	}
	.contents02 .contents02-inner .item-area .item .text .btn{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text .btn img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	/*contents02ここまで*/

	/*contents03ここから*/
	.contents03{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-image: url(../img/index/bg01_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top right;
		position: relative;
	}
	.contents03 .contents03-inner{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
        background: rgba(0,0,0,0.3);
	}
	.contents03 .contents03-inner .title{
		width: auto;
		height: 2.9rem;
		display: block;
		position: absolute;
		top: 2.8rem;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents03 .contents03-inner .title img{
		width: auto;
		height: 100%;
		display: block;
		margin: 0;
	}
	.contents03 .contents03-inner .text{
		width: 66.0rem;
		height: auto;
		display: block;
		padding: 31.9rem 0 5.3rem;
		margin: 0 auto;
	}
	.contents03 .contents03-inner .text .{
		font-size: 3.6rem;
		line-height: 5.8rem;
		margin-bottom: 1.8rem;
		color: #ffffff;
	}
	.contents03 .contents03-inner .text h3{
		font-size: 3.3rem;
		line-height: 5.8rem;
		margin-bottom: 1.8rem;
		color: #ffffff;
	}
	.contents03 .contents03-inner .text h3 .copy {
		width: 1.7rem;
		height: auto;
		display: inline-block;
		vertical-align: bottom;
		margin: 0 0 1.1rem .4rem;
	}
	.contents03 .contents03-inner .text p{
		font-size: 2.6rem;
		line-height: 6.0rem;
		color: #ffffff;
	}
	/*contents03ここまで*/

	/*contents04ここから*/
	.contents04{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #000000;
		position: relative;
	}
	.contents04 .contents04-inner{
		width: 100%;
		height: auto;
		display: block;
		padding: 11.4rem 0 8.7rem;
		margin: 0 auto;
		position: relative;
	}
	.contents04 .contents04-inner .title{
		width: auto;
		height: 2.9rem;
		display: block;
		position: absolute;
		top: 2.8rem;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents04 .contents04-inner .title img{
		width: auto;
		height: 100%;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner .text{
		width: 66.0rem;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.contents04 .contents04-inner .text h3{
		font-size: 3.3rem;
		line-height: 4.5rem;
		margin-bottom: 4.7rem;
		color: #ffffff;
	}
	.contents04 .contents04-inner .text p{
		font-size: 2.6rem;
		line-height: 6.0rem;
		letter-spacing: -0.05rem;
		color: #ffffff;
	}
	.contents04 .contents04-inner02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents04 .contents04-inner02 figure{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner02 figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner02 .slick-dots {
		position: absolute;
		top: auto;
		bottom: 5.5rem;
		left: 0;
		right: 0;
		margin: auto;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 1.6rem;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents04 .contents04-inner02 .slick-dots li {
		position: relative;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		margin: 0 1.0rem;
		padding: 0;
		cursor: pointer;
	}
	.contents04 .contents04-inner02 .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents04 .contents04-inner02 .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		border: .2rem solid #ffffff;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents04 .contents04-inner02 .slick-dots .slick-active button:before {
		background-color: #ffffff;
	}
	/*contents04ここまで*/

	/*contents05ここから*/
	.contents05{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-image: url(../img/index/bg02-2_sp.jpg);
		background-repeat: repeat-y;
		background-size: 100% auto;
		background-position: top center;
        position: relative;
	}
	.contents05 .contents05-inner{
		width: 100%;
		height: auto;
		padding: 73.8rem 0 8.8rem;
		margin: 0 auto;
		position: relative;
		display: block;
		background-image: url(../img/index/bg02_sp.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;
		position: relative;
	}
	.contents05 .contents05-inner .title{
		width: auto;
		height: 2.9rem;
		display: block;
		position: absolute;
		top: 2.8rem;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents05 .contents05-inner .title img{
		width: auto;
		height: 100%;
		display: block;
		margin: 0;
	}
	.contents05 .contents05-inner .text{
		width: 67.3rem;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents05 .contents05-inner .text h4{
		font-size: 4.2rem;
		line-height: 5.8rem;
		margin-bottom: 4.1rem;
	}
	.contents05 .contents05-inner .text h3{
		font-size: 3.0rem;
		line-height: 4.0rem;
		margin-bottom: 2.7rem;
	}
	.contents05 .contents05-inner .text p{
		font-size: 2.5rem;
		line-height: 5.2rem;
	}
	/*contents05ここまで*/

	/*contents06ここから*/
	.contents06{
		width: 100%;
		height: auto;
		display: block;
		background-color: #d8d8d8;
		margin: 0 auto;
		position: relative;
	}
	.contents06 .contents06-inner{
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.contents06 .contents06-inner .title{
		width: auto;
		height: 3.6rem;
		display: block;
		position: absolute;
		top: 2.8rem;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
		z-index: 1;
	}
	.contents06 .contents06-inner .title img{
		width: auto;
		height: 100%;
		display: block;
		margin: 0;
	}
	.contents06 .contents06-inner .text-area{
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.contents06 .contents06-inner .text-area .text{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;
		position: relative;
	}
	.contents06 .contents06-inner .text-area .text:nth-of-type(1){
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text .text-inner{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .eye{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text .text-inner h3{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 4.8rem calc((100% - 66.0rem) / 2);
		margin: 0 auto;
		font-size: 3.8rem;
		line-height: 5.0rem;
		text-align: left;
		border-top: .2rem solid #000000;
		cursor: pointer;
		position: relative;
	}
	.contents06 .contents06-inner .text-area .text .text-inner h3::after{
		content: '';
		width: 5.6rem;
		height: 3.1rem;
		display: block;
		background-image: url(../img/common/arrow09_sp.png);
		background-repeat: no-repeat;
		background-size: 5.6rem auto;
		background-position: center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 3.6rem;
		margin: auto;
		transform: rotateX(180deg);
		transition: all .4s;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .active::after{
		transform: rotateX(0);
		transition: all .4s;
	}
	.contents06 .contents06-inner .text-area .text01 .text-inner h3{
		border-top: 0;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop{
		width: 100%;
		height: auto;
		display: none;
		padding-bottom: 7.4rem;
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text04 .text-inner .drop{
		padding-bottom: 0;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .eye{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 5.3rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop p{
		width: 66.0rem;
		height: auto;
		margin: 4.5rem auto 0;
		font-size: 2.6rem;
		line-height: 4.5rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop p:nth-of-type(1){
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop h4{
		width: 66.0rem;
		height: auto;
		margin: 3.9rem auto 2.5rem;
		font-size: 2.8rem;
		line-height: 3.0rem;
		text-align: right;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .img-area{
		width: 66.0rem;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .img-area img{
		width: 32.6rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item{
		width: 100%;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item p{
		font-size: 2.6rem;
		line-height: 4.5rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item h4{
		font-size: 2.8rem;
		line-height: 2.5rem;
		text-align: right;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item .eye{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 5.3rem;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item:nth-of-type(2) .eye{
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .slick-prev,
	.contents06 .contents06-inner .text-area .slick-next {
		width: 4.7rem;
		height: 8.2rem;
		display: block;
		top: 24.4rem;
		bottom: auto;
		margin: auto;
		z-index: 10;
	}
	.contents06 .contents06-inner .text-area .slick-prev {
		left: 19.0rem;
		right: auto;
	}
	.contents06 .contents06-inner .text-area .slick-next {
		left: auto;
		right: 19.0rem;
	}
	.contents06 .contents06-inner .text-area .slick-prev::before {
		width: 4.7rem;
		height: 8.1rem;
		background-image: url(../img/common/arrow07.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: left center;
		opacity: 1;
	}
	.contents06 .contents06-inner .text-area .slick-next::before {
		width: 4.7rem;
		height: 8.1rem;
		background-image: url(../img/common/arrow08.png);
		background-repeat: no-repeat;
		background-size: 4.7rem auto;
		background-position: right center;
		opacity: 1;
	}
	.contents06 .contents06-inner .text-area .slick-dots {
		position: absolute;
		top: auto;
		bottom: 3.0rem;
		left: 0;
		right: 0;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 1.6rem;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents06 .contents06-inner .text-area .slick-dots li {
		position: relative;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		margin: 0 1.0rem;
		padding: 0;
		cursor: pointer;
	}
	.contents06 .contents06-inner .text-area .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 1.6rem;
		height: 1.6rem;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents06 .contents06-inner .text-area .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		border: .2rem solid #000000;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents06 .contents06-inner .text-area .slick-dots .slick-active button:before {
		background-color: #000000;
	}
	/*contents06ここまで*/

	/*contents07ここから*/
	.contents07{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #f4f4f4;
		position: relative;
	}
	.contents07 .contents07-inner{
		width: 100%;
		height: auto;
		display: block;
		padding: 11.0rem 0 8.5rem;
		margin: 0 auto;
		border-bottom: .2rem solid #808080;
		position: relative;
	}
	.contents07 .contents07-inner .title{
		width: auto;
		height: 2.9rem;
		display: block;
		position: absolute;
		top: 2.8rem;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .title img{
		width: auto;
		height: 100%;
		display: block;
		margin: 0;
	}
	.contents07 .contents07-inner .item-area{
		width: 66.0rem;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item{
		width: 100%;
		height: auto;
		margin: 8.8rem auto 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.contents07 .contents07-inner .item-area .item:nth-of-type(1){
		margin: 0 auto;
	}
	.contents07 .contents07-inner .item-area .item .item-img{
		width: 30.0rem;
		height: auto;
		margin: 0;
		display: block;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-img .img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .new .item-img .img{
		position: relative;
	}
	.contents07 .contents07-inner .item-area .new .item-img .img::before{
		content: '';
		width: 8.0rem;
		height: 8.0rem;
		display: block;
		background-image: url(../img/common/icon01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 2.0rem;
		bottom: auto;
		left: 2.0rem;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .limit .item-img .img{
		position: relative;
	}
	.contents07 .contents07-inner .item-area .limit .item-img .img::before{
		content: '';
		width: 8.0rem;
		height: 8.0rem;
		display: block;
		background-image: url(../img/common/icon02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 2.0rem;
		bottom: auto;
		left: 2.0rem;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-img .img img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text{
		width: 33.5rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .thumbnail-img{
		width: 100%;
		height: auto;
		margin: 0 0 1.4rem;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.contents07 .contents07-inner .item-area .item .item-text .thumbnail-img .img{
		width: 16.0rem;
		height: auto;
		margin: 0 0 0 1.5rem;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .thumbnail-img .img:nth-of-type(1){
		margin: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .thumbnail-img .img img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 3.8rem 2.6rem 2.6rem;
		margin: 0;
		display: block;
		background-color: #ffffff;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01{
		width: 100%;
		height: auto;
		margin: 0 0 3.0rem;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1{
		width: 100%;
		height: auto;
		margin: 3.0rem 0 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1:nth-of-type(1){
		margin: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 p{
		width: 3.8rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 p img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1{
		width: 18.0rem;
		height: auto;
		margin: 0;
		display: block;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1{
		width: 17.0rem;
		height: .6rem;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .border{
		width: 16.4rem;
		height: .2rem;
		margin: auto;
		display: block;
		background-color: #b2b2b2;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle{
		width: .6rem;
		height: .6rem;
		border-radius: 50%;
		display: block;
		background-color: #b2b2b2;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(2){
		left: calc(25% - .3rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(3){
		left: calc(50% - .3rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(4){
		left: calc(75% - .3rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(5){
		left: auto;
		right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star{
		width: 1.6rem;
		height: 1.6rem;
		margin: 0;
		display: block;
		border-radius: 50%;
		background-color: #333333;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star1{
		left: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star2{
		left: calc(25% - .8rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star3{
		left: calc(50% - .8rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star4{
		left: calc(75% - .8rem);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star5{
		left: auto;
		right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02{
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon{
		width: 8.9rem;
		height: 2.0rem;
		margin: .6rem .5rem 0 0;
		display: block;
		border-radius: .4rem;
		background-color: #c5c5c5;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(1){
		background-image: url(../img/common/icon04-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(2){
		background-image: url(../img/common/icon05-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3){
		background-image: url(../img/common/icon06-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(4){
		background-image: url(../img/common/icon07-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(5){
		background-image: url(../img/common/icon08-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(6){
		background-image: url(../img/common/icon09-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3n){
		margin-right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon.on{
		background-color: #ffad00;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(1).on{
		background-image: url(../img/common/icon04.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(2).on{
		background-image: url(../img/common/icon05.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3).on{
		background-image: url(../img/common/icon06.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(4).on{
		background-image: url(../img/common/icon07.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(5).on{
		background-image: url(../img/common/icon08.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(6).on{
		background-image: url(../img/common/icon09.png);
	}
	.contents07 .contents07-inner .item-area .item .sp-bottom{
		width: 100%;
		height: auto;
		display: block;
		margin: 2.0rem 0 0;
	}
	.contents07 .contents07-inner .item-area .item .sp-bottom h3{
		font-size: 2.6rem;
		line-height: 3.6rem;
		margin-bottom: 1.5rem;
	}
	.contents07 .contents07-inner .item-area .item .sp-bottom h4{
		font-size: 2.64rem;
		line-height: 3.2rem;
		margin-bottom: 2.0rem;
	}
	.contents07 .contents07-inner .item-area .item .sp-bottom p{
		font-size: 3rem;
		line-height: 3.5rem;
		margin-bottom: 2.5rem;
		text-align: right;
	}
	.contents07 .contents07-inner .item-area .item .sp-bottom .link{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .sp-bottom .link a{
		width: 100%;
		height: auto;
		margin: 1.5rem 0 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .sp-bottom .link a:nth-of-type(1){
		margin: 0;
	}
	.contents07 .contents07-inner .item-area .item .sp-bottom .link a img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner03{
		width: 100%;
		height: auto;
		display: block;
		padding: 5.0rem 0 9.0rem;
		margin: 0 auto;
	}
	.contents07 .contents07-inner03 h3{
		width: auto;
		height: 2.9rem;
		display: block;
		margin: 0 auto 5.1rem;
	}
	.contents07 .contents07-inner03 h3 img{
		width: auto;
		height: 100%;
		display: block;
		margin: 0 auto;
	}
	.contents07 .contents07-inner03 .review-area{
		width: 66.0rem;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.contents07 .contents07-inner03 .review-area .review{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		display: block;
		padding: 5.8rem 4.9rem 4.2rem;
		margin: 2.5rem 0 0;
		background-color: #ffffff;
		border: .2rem solid #808080;
	}
	.contents07 .contents07-inner03 .review-area .review:nth-of-type(1){
		margin: 0;
	}
	.contents07 .contents07-inner03 .review-area .review h4{
		font-size: 3.5rem;
		line-height: 4.5rem;
		margin-bottom: 2.6rem;
		color: #808080;
	}
	.contents07 .contents07-inner03 .review-area .review p{
		font-size: 2.6rem;
		line-height: 4.0rem;
		letter-spacing: .2rem;
	}
	/*contents07ここまで*/

	/*contents08ここから*/
	.contents08{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #e1e61e;
		position: relative;
	}
	.contents08 .contents08-inner{
		width: 100%;
		height: auto;
		display: block;
		padding: 10.0rem 0 6.5rem;
		margin: 0 auto;
		position: relative;
	}
	.contents08 .contents08-inner .title{
		width: auto;
		height: 2.9rem;
		display: block;
		position: absolute;
		top: 2.8rem;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents08 .contents08-inner .title img{
		width: auto;
		height: 100%;
		display: block;
		margin: 0;
	}
	.contents08 .contents08-inner .sns-area{
		box-sizing: border-box;
		width: 66.0rem;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.contents08 .contents08-inner .sns-area .sns{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 3.8rem 5.5rem 2.2rem 10.5rem;
		margin: 3.8rem 0 0;
		background-color: #ffffff;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contents08 .contents08-inner .sns-area .sns:nth-of-type(1){
		margin: 0;
	}
	.contents08 .contents08-inner .sns-area .sns .icon{
		width: 13.0rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents08 .contents08-inner .sns-area .sns .text{
		width: 29.5rem;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents08 .contents08-inner .sns-area .sns .text h4{
		font-size: 3.5rem;
		line-height: 4.2rem;
		margin-bottom: 1.9rem;
		/* color: #808080; */
	
		font-size: 3rem;
		font-weight: 500;
	}
	.contents08 .contents08-inner .sns-area .sns-youtube .text h4 {
		font-size: 2.2rem;
	  }
	.contents08 .contents08-inner .sns-area .sns .text p{
		font-size: 2.6rem;
		line-height: 3.4rem;
		margin-bottom: 2.3rem;
		color: #e60046;
	}
	.contents08 .contents08-inner .sns-area .sns .text a{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents08 .contents08-inner .sns-area .sns .text a img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	/*contents08ここまで*/
}























@media only screen and (min-width: 1281px) {
	/*contents01ここから*/
	.contents01{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner figure{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents01 .contents01-inner figure a{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents01 .contents01-inner figure a img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents01 .contents01-inner .slick-prev,
	.contents01 .contents01-inner .slick-next {
		width: 47px;
		height: 82px;
		display: none;
		top: 279px;
		bottom: auto;
		margin: auto;
		z-index: 10;
		opacity: 0;
		transition: all .8s;
	}
	.contents01:hover .contents01-inner .slick-prev,
	.contents01:hover .contents01-inner .slick-next {
		display: block;
		opacity: 1;
		transition: all .8s;
	}
	.contents01 .contents01-inner .slick-prev {
		left: 190px;
		right: auto;
	}
	.contents01 .contents01-inner .slick-next {
		left: auto;
		right: 190px;
	}
	.contents01 .contents01-inner .slick-prev::before {
		width: 47px;
		height: 82px;
		background-image: url(../img/common/arrow01.png);
		background-repeat: no-repeat;
		background-size: 47px auto;
		background-position: left center;
		opacity: 1;
	}
	.contents01 .contents01-inner .slick-next::before {
		width: 47px;
		height: 82px;
		background-image: url(../img/common/arrow02.png);
		background-repeat: no-repeat;
		background-size: 47px auto;
		background-position: right center;
		opacity: 1;
	}
	.contents01 .contents01-inner .slick-dots {
		position: absolute;
		top: auto;
		bottom: 23.8%;
		left: 0;
		right: 0;
		margin: auto;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 16px;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents01 .contents01-inner .slick-dots li {
		position: relative;
		display: block;
		width: 16px;
		height: 16px;
		margin: 0 10px;
		padding: 0;
		cursor: pointer;
	}
	.contents01 .contents01-inner .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 16px;
		height: 16px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents01 .contents01-inner .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid #ffffff;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents01 .contents01-inner .slick-dots .slick-active button:before {
		background-color: #ffffff;
	}
	.contents01-2{
		font-size: 0.781vw;
		width: 100%;
		height: auto;
		display: block;
		margin: auto;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.contents01-2 .contents01-2-inner{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		display: block;
		padding: 2.0em 0;
		margin: 0 auto;
	}
	.contents01-2 .contents01-2-inner figure{
		width: 95.9em;
		max-width: 1100px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.contents01-2 .contents01-2-inner figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	/*contents01ここまで*/

	/*contents02ここから*/
	.contents02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #789baf;
		position: relative;
	}
	.contents02 .contents02-inner{
		width: 1200px;
		height: auto;
		display: block;
		padding: 52px 0 45px;
		margin: 0 auto;
		position: relative;
	}
	.contents02 .contents02-inner .title{
		width: 32px;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area{
		width: 955px;
		height: auto;
		margin: 0 auto 0 100px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.contents02 .contents02-inner .item-area .item{
		width: calc(100% / 3);
		height: auto;
		margin: 0;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.contents02 .contents02-inner .item-area .item figure{
		width: 150px;
		height: auto;
		display: block;
		margin: 0 15px 0 0;
		position: relative;
	}
	.contents02 .contents02-inner .item-area .item.new figure::before{
		content: '';
		width: 40px;
		height: 40px;
		display: block;
		background-image: url(../img/common/icon01.jpg);
		background-repeat: no-repeat;
		background-size: 40px;
		background-position: center;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .item-area .item.limit figure::before{
		content: '';
		width: 40px;
		height: 40px;
		display: block;
		background-image: url(../img/common/icon02.jpg);
		background-repeat: no-repeat;
		background-size: 40px;
		background-position: center;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents02 .contents02-inner .item-area .item figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text{
		width: auto;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text h3{
		font-size: 19px;
		line-height: 27px;
		margin-bottom: 13px;
	}
	.contents02 .contents02-inner .item-area .item .text p{
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 18px;
	}
	.contents02 .contents02-inner .item-area .item .text .btn{
		width: 145px;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents02 .contents02-inner .item-area .item .text .btn img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	/*contents02ここまで*/

	/*contents03ここから*/
	.contents03{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-image: url(../img/index/bg01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top right;
		position: relative;
	}
	.contents03 .contents03-inner{
		width: 1200px;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents03 .contents03-inner .title{
		width: 32px;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents03 .contents03-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents03 .contents03-inner .text{
		width: 900px;
		height: auto;
		display: block;
		padding: 86px 0 65px;
		margin: 0 auto 0 150px;
	}
	.contents03 .contents03-inner .text .text01{
		font-size: 10px;
		line-height: 20px;
		margin: 0 0 14px -52px;
		color: #ffffff;
	}
	.contents03 .contents03-inner .text h3{
		font-size: 41px;
		line-height: 60px;
		margin-bottom: 23px;
		color: #ffffff;
	}
	.contents03 .contents03-inner .text h3 .copy {
		width: 19px;
		height: auto;
		display: inline-block;
		margin-left: 4px;
		margin-bottom: 9px;
		vertical-align: bottom;
	}
	.contents03 .contents03-inner .text p{
		font-size: 19px;
		line-height: 50px;
		color: #ffffff;
	}
	/*contents03ここまで*/

	/*contents04ここから*/
	.contents04{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #000000;
		position: relative;
	}
	.contents04 .contents04-inner{
		width: 1200px;
		height: auto;
		display: block;
		padding: 105px 0 116px;
		margin: 0 auto;
		position: relative;
	}
	.contents04 .contents04-inner .title{
		width: 32px;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents04 .contents04-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner .text{
		width: 900px;
		height: auto;
		display: block;
		margin: 0 auto 0 150px;
	}
	.contents04 .contents04-inner .text h3{
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 35px;
		color: #ffffff;
	}
	.contents04 .contents04-inner .text p{
		font-size: 19px;
		line-height: 49px;
		color: #ffffff;
	}
	.contents04 .contents04-inner02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents04 .contents04-inner02 figure{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner02 figure img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents04 .contents04-inner02 figure img.wide {
		display: block;
	}
	.contents04 .contents04-inner02 figure img:not(.wide){
		display: none !important;
	}
	.contents04 .contents04-inner02 .slick-prev,
	.contents04 .contents04-inner02 .slick-next {
		width: 47px;
		height: 82px;
		display: block;
		top: 359px;
		bottom: auto;
		margin: auto;
		z-index: 10;
	}
	.contents04 .contents04-inner02 .slick-prev {
		left: 190px;
		right: auto;
	}
	.contents04 .contents04-inner02 .slick-next {
		left: auto;
		right: 190px;
	}
	.contents04 .contents04-inner02 .slick-prev::before {
		width: 47px;
		height: 82px;
		background-image: url(../img/common/arrow01.png);
		background-repeat: no-repeat;
		background-size: 47px auto;
		background-position: left center;
		opacity: 1;
	}
	.contents04 .contents04-inner02 .slick-next::before {
		width: 47px;
		height: 82px;
		background-image: url(../img/common/arrow02.png);
		background-repeat: no-repeat;
		background-size: 47px auto;
		background-position: right center;
		opacity: 1;
	}
	.contents04 .contents04-inner02 .slick-dots {
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 0;
		right: 0;
		margin: auto;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 16px;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents04 .contents04-inner02 .slick-dots li {
		position: relative;
		display: block;
		width: 16px;
		height: 16px;
		margin: 0 10px;
		padding: 0;
		cursor: pointer;
	}
	.contents04 .contents04-inner02 .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 16px;
		height: 16px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents04 .contents04-inner02 .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid #ffffff;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents04 .contents04-inner02 .slick-dots .slick-active button:before {
		background-color: #ffffff;
	}
	/*contents04ここまで*/

	/*contents05ここから*/
	.contents05{
		width: 100%;
		height: 690px;
		display: block;
		margin: 0 auto;
		background-image: url(../img/index/bg02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		position: relative;
	}
	.contents05 .contents05-inner{
		width: 1200px;
		height: auto;
		padding-top: 29px;
		margin: 0 auto;
		position: relative;
		display: block;
	}
	.contents05 .contents05-inner .title{
		width: 32px;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents05 .contents05-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents05 .contents05-inner .text{
		width: 520px;
		height: auto;
		display: block;
		padding-top: 54px;
		margin: 0 auto 0 140px;
		position: relative;
	}
	.contents05 .contents05-inner .text h4{
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 28px;
	}
	.contents05 .contents05-inner .text h3{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 17px;
		text-align: right;
	}
	.contents05 .contents05-inner .text p{
		font-size: 18px;
		line-height: 32px;
	}
	/*contents05ここまで*/

	/*contents06ここから*/
	.contents06{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.contents06 .contents06-inner{
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.contents06 .contents06-inner .title{
		width: 34px;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 40px;
		right: auto;
		margin: auto;
		z-index: 1;
	}
	.contents06 .contents06-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents06 .contents06-inner .text-area{
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text{
		width: 100%;
		height: auto;
		display: block;
		padding: 63px 0 106px;
		margin: 0 auto;
		background-color: #cbcbcb;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		position: relative;
	}
	.contents06 .contents06-inner .text-area .text01{
		background-image: url(../img/index/bg03_wide.jpg);
		background-position: top center;
		/* background-size: contain; */
		background-color: #BEBEBE;
	}
	.contents06 .contents06-inner .text-area .text02{
		background-image: url(../img/index/bg04_wide.jpg);
		background-position: top right;
		/* background-size: contain; */
		background-color: #fafafa;
	}
	.contents06 .contents06-inner .text-area .text03{
		background-image: url(../img/index/bg05_wide.jpg);
		background-position: top right;
		/* background-size: contain; */
		background-color: #fafafa;
	}
	.contents06 .contents06-inner .text-area .text04{
		background-image: url(../img/index/bg06_wide.jpg);
		background-position:  center;
		/* background-size: contain; */
		background-color: #E2E2E2;
	}
	.contents06 .contents06-inner .text-area .text .text-inner{
		box-sizing: border-box;
		width: 700px;
		height: auto;
		display: block;
	}
	.contents06 .contents06-inner .text-area .text01 .text-inner{
		padding-left: 0;
		width: 500px;
		margin: 0 18vw 0 auto;
	}
	.contents06 .contents06-inner .text-area .text02 .text-inner{
		padding-right: 0;
		width: 550px;
		margin: 0 auto 0 18vw;
	}
	.contents06 .contents06-inner .text-area .text03 .text-inner{
		padding-right: 0;
		width: 550px;
		margin: 0 auto 0 18vw;
	}
	.contents06 .contents06-inner .text-area .text04 .text-inner{
		width: 59%;
	}
	.contents06 .contents06-inner .text-area .text .text-inner h3{
		font-size: 35px;
		line-height: 57px;
		margin-bottom: 46px;
		text-align: right;
	}
	.contents06 .contents06-inner .text-area .text02 .text-inner h3{
		text-align: left;
	}
	.contents06 .contents06-inner .text-area .text03 .text-inner h3{
		text-align: left;
	}
	.contents06 .contents06-inner .text-area .text04 .text-inner h3{
		text-align: center;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop p{
		font-size: 15px;
		line-height: 30px;
		margin-top: 30px;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop p:nth-of-type(1){
		margin-top: 0;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop h4{
		font-size: 15px;
		line-height: 25px;
		margin: 20px 0 28px;
		text-align: right;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .img-area{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .img-area img{
		width: 235px;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents06 .contents06-inner .text-area .text02 .text-inner .drop .img-area img{
		width: 270px;
	}
	.contents06 .contents06-inner .text-area .text03 .text-inner .drop .img-area img{
		width: 270px;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item{
		width: 44%;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item p{
		font-size: 15px;
		line-height: 30px;
	}
	.contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item h4{
		font-size: 15px;
		line-height: 25px;
		margin: 20px 0 0;
		text-align: right;
	}
	.contents06 .contents06-inner .text-area .slick-prev,
	.contents06 .contents06-inner .text-area .slick-next {
		width: 47px;
		height: 82px;
		display: block;
		top: 244px;
		bottom: auto;
		margin: auto;
		z-index: 10;
	}
	.contents06 .contents06-inner .text-area .slick-prev {
		left: 190px;
		right: auto;
	}
	.contents06 .contents06-inner .text-area .slick-next {
		left: auto;
		right: 190px;
	}
	.contents06 .contents06-inner .text-area .slick-prev::before {
		width: 47px;
		height: 81px;
		background-image: url(../img/common/arrow07.png);
		background-repeat: no-repeat;
		background-size: 47px auto;
		background-position: left center;
		opacity: 1;
	}
	.contents06 .contents06-inner .text-area .slick-next::before {
		width: 47px;
		height: 81px;
		background-image: url(../img/common/arrow08.png);
		background-repeat: no-repeat;
		background-size: 47px auto;
		background-position: right center;
		opacity: 1;
	}
	.contents06 .contents06-inner .text-area .slick-dots {
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 0;
		right: 0;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 16px;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.contents06 .contents06-inner .text-area .slick-dots li {
		position: relative;
		display: block;
		width: 16px;
		height: 16px;
		margin: 0 10px;
		padding: 0;
		cursor: pointer;
	}
	.contents06 .contents06-inner .text-area .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 16px;
		height: 16px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.contents06 .contents06-inner .text-area .slick-dots li button:before {
		box-sizing: border-box;
		font-family: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid #000000;
		content: '';
		text-align: center;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: transparent;
	}
	.contents06 .contents06-inner .text-area .slick-dots .slick-active button:before {
		background-color: #000000;
	}
	/*contents06ここまで*/

	/*contents07ここから*/
	.contents07{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #f4f4f4;
		position: relative;
	}
	.contents07 .contents07-inner{
		width: 1200px;
		height: auto;
		display: block;
		padding: 100px 0 81px;
		margin: 0 auto;
		position: relative;
	}
	.contents07 .contents07-inner .title{
		width: 32px;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents07 .contents07-inner .item-area{
		width: 820px;
		height: auto;
		display: block;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents07 .contents07-inner .item-area .item .item-img{
		width: 443px;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img{
		width: 100%;
		height: auto;
		padding: 0 37px;
		margin: 0 0 35px;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .new .item-img .main-img .img{
		position: relative;
	}
	.contents07 .contents07-inner .item-area .new .item-img .main-img .img::before{
		content: '';
		width: 80px;
		height: 80px;
		display: block;
		background-image: url(../img/common/icon01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 20px;
		bottom: auto;
		left: 20px;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .limit .item-img .main-img .img{
		position: relative;
	}
	.contents07 .contents07-inner .item-area .limit .item-img .main-img .img::before{
		content: '';
		width: 80px;
		height: 80px;
		display: block;
		background-image: url(../img/common/icon02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 20px;
		bottom: auto;
		left: 20px;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .img img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev,
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next {
		width: 21px;
		height: 35px;
		display: block;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 10;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev {
		left: 5px;
		right: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next {
		left: auto;
		right: 5px;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev::before {
		width: 21px;
		height: 35px;
		background-image: url(../img/common/arrow03.png);
		background-repeat: no-repeat;
		background-size: 21px auto;
		background-position: left center;
		opacity: 1;
	}
	.contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next::before {
		width: 21px;
		height: 35px;
		background-image: url(../img/common/arrow04.png);
		background-repeat: no-repeat;
		background-size: 21px auto;
		background-position: right center;
		opacity: 1;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img{
		width: 100%;
		height: auto;
		padding: 0 37px;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img{
		width: 110px;
		height: auto;
		margin: 0 8px;
		display: block;
		cursor: pointer;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img img{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin: 0;
		border: 6px solid transparent;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img:hover img{
		opacity: .8;
	}
	.contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .slick-current img{
		border: 6px solid #e1e61e;
	}
	.contents07 .contents07-inner .item-area .item .item-text{
		width: 330px;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 38px 26px 26px;
		margin: 0 0 20px;
		display: block;
		background-color: #ffffff;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .text00{
		width: auto;
		height: auto;
		font-size: 11px;
		line-height: 21px;
		display: inline-block;
		position: absolute;
		top: 6px;
		bottom: auto;
		left: auto;
		right: 11px;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01{
		width: 100%;
		height: auto;
		margin: 0 0 30px;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1{
		width: 100%;
		height: auto;
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1:nth-of-type(1){
		margin: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 p{
		width: 38px;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 p img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1{
		width: 180px;
		height: auto;
		margin: 0;
		display: block;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1{
		width: 170px;
		height: 6px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #b2b2b2;
		transform: translateY(-50%);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .border{
		width: 164px;
		height: 1px;
		margin: auto;
		display: block;
		background-color: #b2b2b2;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle{
		width: 6px;
		height: 6px;
		border-radius: 50%;
		display: block;
		background-color: #b2b2b2;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
	}
    .circle.is--current {
        background: #333!important;
    }

	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(2){
		left: calc(25% - 3px);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(3){
		left: calc(50% - 3px);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(4){
		left: calc(75% - 3px);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .details01-1-1-1 .circle:nth-of-type(5){
		left: auto;
		right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star{
		width: 16px;
		height: 16px;
		margin: 0;
		display: block;
		border-radius: 50%;
		background-color: #333333;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star1{
		left: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star2{
		left: calc(25% - 8px);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star3{
		left: calc(50% - 8px);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star4{
		left: calc(75% - 8px);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details01 .details01-1 .details01-1-1 .star.star5{
		left: auto;
		right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02{
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon{
		width: 89px;
		height: 20px;
		margin: 6px 5px 0 0;
		display: block;
		border-radius: 4px;
		background-color: #c5c5c5;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(1){
		background-image: url(../img/common/icon04-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(2){
		background-image: url(../img/common/icon05-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3){
		background-image: url(../img/common/icon06-2.png);
		margin-top: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(4){
		background-image: url(../img/common/icon07-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(5){
		background-image: url(../img/common/icon08-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(6){
		background-image: url(../img/common/icon09-2.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3n){
		margin-right: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon.on{
		background-color: #ffad00;
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(1).on{
		background-image: url(../img/common/icon04.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(2).on{
		background-image: url(../img/common/icon05.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(3).on{
		background-image: url(../img/common/icon06.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(4).on{
		background-image: url(../img/common/icon07.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(5).on{
		background-image: url(../img/common/icon08.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text .details .details-inner .details02 .icon:nth-of-type(6).on{
		background-image: url(../img/common/icon09.png);
	}
	.contents07 .contents07-inner .item-area .item .item-text h3{
		font-size: 23px;
		line-height: 33px;
		margin-bottom: 16px;
	}
	.contents07 .contents07-inner .item-area .item .item-text h4{
		font-size: 17px;
		line-height: 27px;
		font-weight: 400;
		margin-bottom: 22px;
	}
	.contents07 .contents07-inner .item-area .item .item-text p{
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.5px;
		margin-bottom: 23px;
		text-align: right;
	}
	.contents07 .contents07-inner .item-area .item .item-text .link{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .link a{
		width: 100%;
		height: auto;
		margin: 10px 0 0;
		display: block;
	}
	.contents07 .contents07-inner .item-area .item .item-text .link a:nth-of-type(1){
		margin: 0;
	}
	.contents07 .contents07-inner .item-area .item .item-text .link a img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents07 .contents07-inner02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		border-top: 1px solid #808080;
		border-bottom: 1px solid #808080;
	}
	.contents07 .contents07-inner02 .item-area{
		box-sizing: border-box;
		width: 900px;
		height: auto;
		display: block;
		padding: 56px 100px 41px;
		margin: 0 auto;
		position: relative;
	}
	.contents07 .contents07-inner02 .item-area .item{
		width: 135px;
		height: auto;
		display: block;
		margin: 0 27px;
		cursor: pointer;
	}
	.contents07 .contents07-inner02 .item-area .item img{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 15px;
		border: 6px solid transparent;
	}
	.contents07 .contents07-inner02 .item-area .slick-current img{
		border: 6px solid #e1e61e;
	}
	.contents07 .contents07-inner02 .item-area .item h3{
		font-size: 12px;
		line-height: 17px;
	}
	.contents07 .contents07-inner02 .item-area .slick-prev,
	.contents07 .contents07-inner02 .item-area .slick-next {
		width: 47px;
		height: 81px;
		display: block;
		top: 93px;
		bottom: auto;
		margin: auto;
		z-index: 10;
	}
	.contents07 .contents07-inner02 .item-area .slick-prev {
		left: 0;
		right: auto;
	}
	.contents07 .contents07-inner02 .item-area .slick-next {
		left: auto;
		right: 0;
	}
	.contents07 .contents07-inner02 .item-area .slick-prev::before {
		width: 47px;
		height: 81px;
		background-image: url(../img/common/arrow05.png);
		background-repeat: no-repeat;
		background-size: 47px auto;
		background-position: left center;
		opacity: 1;
	}
	.contents07 .contents07-inner02 .item-area .slick-next::before {
		width: 47px;
		height: 81px;
		background-image: url(../img/common/arrow06.png);
		background-repeat: no-repeat;
		background-size: 47px auto;
		background-position: right center;
		opacity: 1;
	}
	.contents07 .contents07-inner03{
		width: 100%;
		height: auto;
		display: block;
		padding: 50px 0 60px;
		margin: 0 auto;
	}
	.contents07 .contents07-inner03 h3{
		width: 93px;
		height: auto;
		display: block;
		margin: 0 auto 44px;
	}
	.contents07 .contents07-inner03 h3 img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents07 .contents07-inner03 .review-area{
		box-sizing: border-box;
		width: 955px;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.contents07 .contents07-inner03 .review-area .review{
		box-sizing: border-box;
		width: 300px;
		height: auto;
		display: block;
		padding: 29px;
		margin: 0;
		background-color: #ffffff;
		border: 1px solid #808080;
	}
	.contents07 .contents07-inner03 .review-area .review h4{
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 14px;
		color: #808080;
		text-align: center;
	}
	.contents07 .contents07-inner03 .review-area .review p{
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 2px;
	}
	/*contents07ここまで*/

	/*contents08ここから*/
	.contents08{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		background-color: #e1e61e;
		position: relative;
	}
	.contents08 .contents08-inner{
		width: 1200px;
		height: auto;
		display: block;
		padding: 100px 0 81px;
		margin: 0 auto;
		position: relative;
	}
	.contents08 .contents08-inner .title{
		width: 32px;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
	.contents08 .contents08-inner .title img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.contents08 .contents08-inner .sns-area{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 955px;
		height: auto;
		margin: 0 auto;
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start; */
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(4, 227px);
	}
	.contents08 .contents08-inner .sns-area .sns{
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		/* width: 302px; */
		height: auto;
		padding: 22px 22px 22px 32px;
		margin: 0;
		background-color: #ffffff;
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center; */
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
	}
	.contents08 .contents08-inner .sns-area .sns .icon{
		width: 69px;
		height: auto;
		margin: 0;
		display: block;
		margin-right: 15px;
	
		margin: auto;
		width: 50px;
	}
	.contents08 .contents08-inner .sns-area .sns .text{
    /* width: 310px;
    height: auto;
    margin: 0;
    display: block; */
	}
	.contents08 .contents08-inner .sns-area .sns .text h4{
		font-size: 22px;
		line-height: 32px;
		/* margin-bottom: 7px;
		color: #808080; */
	
		font-size: 18px;
	}
	.contents08 .contents08-inner .sns-area .sns-youtube .text h4 {
		font-size: 13px;
	  }
	.contents08 .contents08-inner .sns-area .sns .text p{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 31px;
		color: #e60046;
	}
	.contents08 .contents08-inner .sns-area .sns .text a{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	.contents08 .contents08-inner .sns-area .sns .text a img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
	/*contents08ここまで*/
}





#itemPopupModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
}
#itemPopupModal .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 0;
}
#itemPopupModal .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 400px;
	z-index: 1;
	text-align: right;
}
#itemPopupModal .popup-content .close {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 2em;
	color: #fff;
}
#itemPopupModal .popup-content img {
	width: 100%;
	height: auto;
}


/*拡大表示*/
@media only screen and (max-width: 768px) {
    .js-popup2 {
        position: relative;
        display: block;
    }


    .js-popup2:before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: 0.5;
    }

    .js-popup2:after {
        content: url(ico/zoom_ico.svg);
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        position: absolute;
        bottom: 0.5rem;
        right: 0.5rem;
    }


}

.lazy {
  display: none;
}


.text00.is--notes {
  text-align: right;
  margin-bottom: 0.5em;
}

/*テキスト禁則処理*/
body {
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    * {
        word-break: break-all;
        hanging-punctuation: allow-end;
    }
    /*body {*/
        /*word-wrap: break-word;*/
    /*}*/
/*footer {*/
  /*display: none;*/
    /*[>display: block;<]*/
/*}*/


