/* ----------
/ripoemon/
2019. providesign

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
---------- */
/* --------------------
共通項目
-------------------- */
article {}


/* ななめ背景 */
[class^="bg-slope-"] {
	display: none;
}
@media (min-width: 768px) {
	[class^="bg-slope-"] {
		display: block;
		height: 7.5vw;
		position: relative;
		overflow: hidden;
	}
	[class^="bg-slope-"]::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 120%;
		height: 100%;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		z-index: 0;
	}
	.bg-slope-1::before {
		background: #ffd000;
		-webkit-transform: rotate(4deg);
		-ms-transform: rotate(4deg);
		transform: rotate(4deg);
		margin: -2px -10%;
	}
	.bg-slope-2::before {
		background: #ffd000;
		-webkit-transform: rotate(-4deg);
		-ms-transform: rotate(-4deg);
		transform: rotate(-4deg);
		margin: 2px -10%;
	}
	.bg-slope-3::before {
		background: #c063e0;
		-webkit-transform: rotate(4deg);
		-ms-transform: rotate(4deg);
		transform: rotate(4deg);
		margin: -2px -10%;
	}
	.bg-slope-4::before {
		background: #c063e0;
		-webkit-transform: rotate(-4deg);
		-ms-transform: rotate(-4deg);
		transform: rotate(-4deg);
		margin: 2px -10%;
	}
	.bg-slope-5::before {
		background: #009fce;
		-webkit-transform: rotate(4deg);
		-ms-transform: rotate(4deg);
		transform: rotate(4deg);
		margin: -2px -10%;
	}
	.bg-slope-6::before {
		background: #009fce;
		-webkit-transform: rotate(-4deg);
		-ms-transform: rotate(-4deg);
		transform: rotate(-4deg);
		margin: 2px -10%;
	}
}


/* 説明文 */
.txt-1 {
	font-size: 1.3rem;
	font-weight: 900;
	margin-bottom: 2rem;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
	.txt-1 {
		font-size: 1.375rem;
	}
}
@media (min-width: 992px) {
	.txt-1 {
		font-size: 1.625rem;
	}
}
@media (min-width: 1200px) {
	.txt-1 {
		font-size: 2rem;
	}
}

/* テキスト */
.txt-2 {
	border: 4px solid #333;
	background-color: #fff;
	padding: 1rem 0.5rem;
	font-weight: 500;
	z-index: 2;
}
@media (min-width: 992px) {
	.txt-2 {
		border: 5px solid #333;
		font-size: 1.25rem;
		padding: 1rem;
		z-index: 2;
	}
}

/* --------------------
#top	ページトップ
-------------------- */
#top {
	width: 100%;
	height: 181vw;
	background-color: #009fce;
	background-image: url(../images/top/top-bg-sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	position: relative;
}
#top .company-name {}
#top .company-name a {
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(../images/top/pts-logo.png);
	background-repeat: no-repeat;
	background-size: 230px auto;
	background-position: center bottom;
}
#top .company-name a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#top .company-name span {
	display: none;
}

@media (min-width: 576px) {
	#top {
		height: 440px;
		background-color: #009fce;
		background-image: url(../images/top/top-bg.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: top center;
		margin-bottom: 0;
	}
	#top .top-img {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#top .company-name a {
		width: 300px;
		height: 40px;
		background-size: 230px auto;
		background-position: left bottom;
	}
}
@media (min-width: 768px) {
	#top {
	height: 600px;
	}
	#top .top-img {
		background-position: top 40px center;
	}
}
@media (min-width: 992px) {
	#top {
		height: 710px;
	}
	#top .company-name a {
		display: block;
		width: 350px;
		height: 60px;
		background-size: 350px auto;
		background-position: left bottom;
	}
}
@media (min-width: 1200px) {
	#top {
		height: 962px;
	}
	#top .top-img {
		background-position: top 30px center;
	}
}
@media (min-width: 1640px) {
	#top {
		background-size: 100% 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){ 
/*iPadが横向きのみの記述*/ 
	#top {height: 780px;
	}
}

.btn-shop1 {
	display: block;
	width: 350px;
	height: 108px;
	position: absolute;
	top: 6%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.btn-shop1 a {
	transition-duration: 0.3s;
	display: block;
	width: 100%;
	height: 100%;
}
btn-shop1 a .btn-shop1-1 {
	background-color: #1a1a1a;
	width: 246px;
	height: 58px;
	position: absolute;
	top: 34px;
	right: 0;
}
.btn-shop1 a .btn-shop1-2 {
	border: 4px solid #1a1a1a;
	background-color: #ff6c48;
	color: #1a1a1a;
	font-size: 1.25rem;
	font-weight: 900;
	text-align: center;
	padding-top: 8px;
	width: 246px;
	height: 58px;
	position: absolute;
	top: 27px;
	right: 7px;
}
.btn-shop1 a .btn-shop1-2 span::before {
	content: '';
	width: 12px;
	height: 10px;
	border-top: 10px solid #1a1a1a;
	border-left: 6px solid rgba(255,255,255,0);
	border-right: 6px solid rgba(255,255,255,0);
	position: absolute;
	right: -22px;
	top: 10px;
}
.btn-shop1 a:hover .btn-shop1-2 {
	top: 34px;
	right: 0;
	transition-duration: 0.3s;
}
.btn-shop1 a .btn-shop1-3 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.btn-shop1 a .btn-shop1-3 img {
	height: 100% !important;
	width: auto !important;
}

@media (min-width: 576px) {
	.btn-shop1 {
		position: absolute;
		top: 25%;
	}
}
@media (min-width: 768px) {
	.btn-shop1 {
		display: block;
		width: 450px;
		height: 135px;
		position: absolute;
		top: 20%;
	}
	#top .btn-shop1 a .btn-shop1-1 {
		width: 310px;
		height: 60px;
		position: absolute;
		top: 54px;
	}
	.btn-shop1 a .btn-shop1-2 {
		border: 5px solid #1a1a1a;
		font-size: 1.5rem;
		padding-top: 8px;
		width: 310px;
		height: 60px;
		position: absolute;
		top: 47px;
	}
	#top .btn-shop1 a .btn-shop1-2 span::before {
		content: '';
		width: 16px;
		height: 14px;
		border-top: 14px solid #1a1a1a;
		border-left: 8px solid rgba(255,255,255,0);
		border-right: 8px solid rgba(255,255,255,0);
		position: absolute;
		right: -22px;
		top: 12px;
	}
	.btn-shop1 a:hover .btn-shop1-2 {
		top: 54px;
	}
}
@media (min-width: 992px) {
	.btn-shop1 {
		display: block;
		width: 600px;
		height: 180px;
		position: absolute;
		top: 22%;
	}
	.btn-shop1 a .btn-shop1-1 {
		width: 410px;
		height: 80px;
		position: absolute;
		top: 67px;
	}
	.btn-shop1 a .btn-shop1-2 {
		border: 7px solid #1a1a1a;
		font-size: 2.0rem;
		padding-top: 8px;
		width: 410px;
		height: 80px;
		position: absolute;
		top: 60px;
	}
	.btn-shop1 a .btn-shop1-2 span::before {
		content: '';
		width: 20px;
		height: 16px;
		border-top: 16px solid #1a1a1a;
		border-left: 10px solid rgba(255,255,255,0);
		border-right: 10px solid rgba(255,255,255,0);
		position: absolute;
		right: -32px;
		top: 16px;
	}
	.btn-shop1 a:hover .btn-shop1-2 {
		top: 67px;
	}
}
@media (min-width: 1200px) {
	.btn-shop1 {
		display: block;
		width: 800px;
		height: 240px;
		position: absolute;
		top: 22%;
	}
	.btn-shop1 a .btn-shop1-1 {
		width: 530px;
		height: 114px;
		position: absolute;
		top: 85px;
	}
	.btn-shop1 a .btn-shop1-2 {
		border: 7px solid #1a1a1a;
		font-size: 2.5rem;
		padding-top: 16px;
		width: 530px;
		height: 114px;
		position: absolute;
		top: 78px;
	}
	.btn-shop1 a .btn-shop1-2 span::before {
		content: '';
		width: 26px;
		height: 20px;
		border-top: 20px solid #1a1a1a;
		border-left: 13px solid rgba(255,255,255,0);
		border-right: 13px solid rgba(255,255,255,0);
		position: absolute;
		right: -44px;
		top: 22px;
	}
	.btn-shop1 a:hover .btn-shop1-2 {
		top: 85px;
	}
}



/* --------------------
#support	α-リポ酸+4つの有効成分が翌日のアナタをしっかりサポート
-------------------- */
#support {
	background-color: #ffd000;
	padding-top: 1rem;
	padding-bottom: 2rem;
	position: relative;
}
#support h2.title-support {
	width: 76%;
	height: 45vw;
	background-image: url(../images/top/01-txt-sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
#support h2.title-support span {
	display: none;
}
@media (min-width: 576px) {
	#support {
		padding-top: 5rem;
		padding-bottom: 4rem
	}
	#support h2.title-support {
		width: 90%;
		height: 90px;
		background-image: url(../images/top/01-txt.png);
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 768px) {
	#support {
		padding-top: 6rem;
		padding-bottom: 4rem
	}
	#support h2.title-support {
		width: 84%;
		height: 110px;
		position: absolute;
		top: 40px;
	}
}

.support-area{margin-top: 12rem}

@media (min-width: 992px) {
	.support-area{margin-top: 21rem}
}
	
@media (min-width: 992px) {
	.support-area {
			margin-top: 17rem;
	}
}


@media (min-width: 992px) {
	#support {
		padding: 11rem 0 7rem;
	}
	#support h2.title-support {
		width: 84%;
		height: 150px;
		position: absolute;
		top: 50px;
	}
}
@media (min-width: 1200px) {
	#support h2.title-support {
		width: 84%;
		height: 180px;
		position: absolute;
		top: 60px;
	}
}

.ripoemon-movie{margin-top: -11rem;}

@media (min-width: 768px) {
	.ripoemon-movie {
		margin: -12rem auto 0 auto;
		width: 70%;
	}
}

@media (min-width: 992px) {
	.ripoemon-movie {
			margin: -19rem auto 0 auto;
	}
}

/* --------------------
#try	こんなアナタはぜひお試し下さい
-------------------- */
#try {}
#try {
	background-color: #009fce;
	padding: 4rem 0 3rem;
}
#try .title-try {
	height: 25vw;
	background-image: url(../images/top/title-01-sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
#try .title-try span {
	display: none;
}
@media (min-width: 576px) {
	#try {
		background-image: url(../images/top/bg-01-t.png), url(../images/top/bg-01-b.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 75% auto, 75% auto;
		background-position: top left, bottom right;
		padding-bottom: 0;
	}
	#try .title-try {
		width: 100%;
		height: 65px;
		background-image: url(../images/top/title-01.png);
		background-repeat: no-repeat;
		background-size: 90% auto;
		background-position: top center;
		margin-bottom: 2rem;
	}
	#try .try-img {
		height: 247px;
		width: auto;
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	#try .title-try {
		height: 80px;
	}
	#try .try-img {
		height: 310px;
	}
}
@media (min-width: 992px) {
	#try .title-try {
		height: 130px;
	}
	#try .try-img {
		height: 424px;
	}
}
@media (min-width: 1200px) {
	#try .title-img {
		height: 520px;
	}
}




/* --------------------
#point	リポ衛門の3つのポイント
-------------------- */
#point {}
#point {
	background-image: url(../images/top/bg-02.png);
	background-size: 46px auto;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
@media (min-width: 768px) {
	#point {
		padding-top: 5.5rem;
		padding-bottom: 0;
	}
}

#point .title-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 3rem;
}
#point .title-point {
	width: 100%;
	height: 26vw;
	background-image: url(../images/top/title-02-sp.png);
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-position: top center;
}
#point .title-point span {
	display: none;
}
#point .ripoemon-l {
	width: 19%;
	margin-right: 1%;
}
#point .ripoemon-r {
	width: 19%;
	margin-left: 1%;
}
@media (min-width: 576px) {
	#point .title-point {
		width: 59%;
		height: 76px;
		background-image: url(../images/top/title-02.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		order: 2;
	}
	#point .ripoemon-l {
		width: 13%;
		margin-right: 2%;
		order: 1;
	}
	#point .ripoemon-r {
		width: 13%;
		margin-left: 2%;
		order: 3;
	}
}
@media (min-width: 768px) {
	#point .title-point {
		height: 101px;
	}
}
@media (min-width: 992px) {
	#point .title-point {
		height: 135px;
	}
}
@media (min-width: 1200px) {
	#point .title-point {
		height: 160px;
	}
}

#point .point-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#point .point-box > div {
	width: 94%;
	border: 4px solid #333;
	margin-bottom: 1.5rem;
	background-color: #ffd000;
}
#point .point-box > div > div {
	padding: 0;
	border-top: 4px solid #333;
}
@media (min-width: 576px) {
	#point .point-box > div {
		width: 60%;
	}
}
@media (min-width: 768px) {
	#point .point-box {
		display: flex;
		justify-content: space-around;
		margin-bottom: 3rem;
	}
	#point .point-box > div {
		width: 45%;
	}
}
@media (min-width: 992px) {
	#point .point-box {
		display: flex;
		justify-content: space-between;
	}
	#point .point-box > div {
		width: 32%;
	}
}
@media (min-width: 1200px) {}



/* --------------------
#what	α-リポ酸とは
-------------------- */
#what {}
#what {
	background-color: #ffd000;
	padding-top: 2rem;
}
@media (min-width: 768px) {
	#what {
		padding-top: 1rem;
	}
}

#what .title-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

#what .title-what {
	width: 100%;
	height: 14vw;
	background-image: url(../images/top/title-03-sp.png);
	background-repeat: no-repeat;
	background-size: 65% auto;
	background-position: top center;
}
#what .title-what span {
	display: none;
}
#what .ripoemon {
	width: 20%;
}
@media (min-width: 576px) {
	#what .title-what {
		width: 45%;
		background-image: url(../images/top/title-03.png), url(../images/top/04-01.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 85% auto, 13% auto;
		background-position: right center, left center;
		margin-right: 2%;
	}
	#what .ripoemon {
		width: 15%;
	}
}


#what .what-fig1,
#what .what-fig2 {
	display: none;
}
@media (min-width: 992px) {
	#what .what-fig1 {
		display: block;
		width: 60px;
		height: 100px;
		position: absolute;
		top: -46px;
		right: 45px;
		z-index: 1;
	}
	#what .what-fig2 {
		display: block;
		width: 370px;
		height: 295px;
		position: absolute;
		bottom: -130px;
		right: 0;
		z-index: 1;
	}
}
@media (min-width: 1200px) {
	#what .what-fig1 {
		width: 70px;
		height: 110px;
		position: absolute;
		top: -46px;
		right: 25px;
	}
	#what .what-fig2 {
		width: 435px;
		height: 347px;
		position: absolute;
		bottom: -150px;
		right: 0;
	}
}

#what .what-h3 {
	width: 100%;
	height: 38vw;
	background-image: url(../images/top/04-06-sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	margin-bottom: 2rem;
}
#what .what-h3 span {
	display: none;
}
@media (min-width: 576px) {
	#what .what-h3 {
		width: 100%;
		height: 210px;
	}
}
@media (min-width: 768px) {
	#what .what-h3 {
		width: 100%;
		height: 140px;
		background-image: url(../images/top/04-06.png);
		background-size: 87% auto;
	}
}
@media (min-width: 992px) {
	#what .what-h3 {
		height: 180px;
	}
}
@media (min-width: 1200px) {
	#what .what-h3 {
		height: 220px;
	}
}


/* --------------------
#turmeric	健康成分クルクミン秋ウコン春ウコンをダブル配合
-------------------- */
#turmeric {
	background-image: url(../images/top/bg-03.png);
	background-size: 64px auto;
	background-position: top center;
	padding-top: 2rem;
}
@media (min-width: 576px) {
	#turmeric {
		background-size: 108px auto;
	}
}
@media (min-width: 768px) {
	#turmeric {
		background-size: 148px auto;
		padding-top: 0;
	}
}
@media (min-width: 992px) {
	#turmeric {
		background-size: 192px auto;
	}
}
@media (min-width: 1200px) {
	#turmeric {
		background-size: 220px auto;
	}
}

#turmeric .title-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}
#turmeric .title-turmeric {
	width: 100%;
	height: 30vw;
	background-image: url(../images/top/title-04-sp.png);
	background-repeat: no-repeat;
	background-size: 87% auto;
	background-position: top center;
}
#turmeric .ripoemon {
	width: 17%;
}
@media (min-width: 576px) {
	#turmeric .title-turmeric {
		width: 73%;
		height: 140px;
		background-size: 100% auto;
	}
	#turmeric .ripoemon {
		width: 16%;
		margin-left: 2%;
	}
}
@media (min-width: 768px) {
	#turmeric .title-turmeric {
		width: 80%;
		height: 120px;
		background-image: url(../images/top/title-04.png), url(../images/top/pts-01.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 90% auto, 7% auto;
		background-position: right center, left center;
	}
	#turmeric .ripoemon {
		width: 13%;
	}
}
@media (min-width: 992px) {
	#turmeric .title-turmeric {
		height: 140px;
	}
}
@media (min-width: 1200px) {
	#turmeric .title-turmeric {
		height: 190px;
	}
}
#turmeric .title-turmeric span {
	display: none;
}

#turmeric .turmeric-fig1 {
	display: none;
}
@media (min-width: 992px) {
	#turmeric .turmeric-fig1 {
		display: block;
		width: 490px;
		height: auto;
		position: absolute;
		bottom: -195px;
		right: -10px;
	}
}
@media (min-width: 1200px) {
	#turmeric .turmeric-fig1 {
		width: 580px;
		height: auto;
		position: absolute;
		bottom: -150px;
		right: -10px;
	}
}


/* --------------------
#carrot	サポニン含有量が高麗人参の約7倍田七人参
-------------------- */
#carrot {
	background-color: #c063e0;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 992px) {
	#carrot {
		padding-bottom: 5rem;
	}
}

#carrot .title-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}
#carrot .title-carrot {
	width: 100%;
	height: 38vw;
	background-image: url(../images/top/title-05-sp.png);
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-position: top center;
}
#carrot .title-carrot span {
	display: none;
}
#carrot .ripoemon {
	width: 22%;
}
@media (min-width: 576px) {
	#carrot .title-carrot {
		width: 70%;
		height: 200px;
		background-size: 100% auto;
	}
	#carrot .ripoemon {
		width: 23%;
		margin-left: 2%;
	}
}
@media (min-width: 768px) {
	#carrot .title-area {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 2rem;
	}
	#carrot .title-carrot {
		width: 68%;
		height: 100px;
		background-image: url(../images/top/title-05.png), url(../images/top/pts-01.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 91% auto, 8% auto;
		background-position: right center, left center;
	}
	#carrot .ripoemon {
		width: 16%;
		margin-left: 0;
		margin-right: 2%;
	}
}
@media (min-width: 992px) {
	#carrot .title-area {
		margin-bottom: 3rem;
	}
	#carrot .title-carrot {
		height: 120px;
	}
}
@media (min-width: 1200px) {
	#carrot .title-carrot {
		height: 130px;
	}
}

#carrot .carrot-fig1,
#carrot .carrot-fig2,
#carrot .carrot-fig3 {
	display: none;
}
@media (min-width: 992px) {
	#carrot .carrot-fig1,
	#carrot .carrot-fig2,
	#carrot .carrot-fig3 {
		display: block;
		position: absolute;
		z-index: 1;
	}
	#carrot .carrot-fig1 {
		width: 131px;
		top: -120px;
		left: 0;
	}
	#carrot .carrot-fig2 {
		width: 121px;
		right: 410px;
		bottom: -80px;
	}
	#carrot .carrot-fig3 {
		width: 255px;
		right: 10px;
		bottom: -100px;
	}
}
@media (min-width: 1200px) {
	#carrot .carrot-fig1 {
		width: 164px;
		top: -150px;
		left: 0;
	}
	#carrot .carrot-fig2 {
		width: 151px;
		right: 470px;
		bottom: -30px;
	}
	#carrot .carrot-fig3 {
		width: 319px;
		right: 10px;
		bottom: -60px;
	}
}


/* --------------------
#pack	これだけの有効成分を1回2粒にギュッと詰め込みました
-------------------- */
#pack {
	background-color: #ffd000;
}

#pack .title-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-top: 2rem;
}
#pack .title-pack {
	width: 100%;
	height: 25vw;
	background-image: url(../images/top/title-06-sp.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: top center;
	margin-bottom: 2rem;
}
#pack .title-pack span {
	display: none;
}
#pack .ripoemon {
	display: none;
}
@media (min-width: 576px) {
	#pack .title-pack {
		width: 75%;
		height: 94px;
		background-image: url(../images/top/title-06.png), url(../images/top/pts-01.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 93% auto, 7% auto;
		background-position: right center, left center;
		margin-bottom: 2rem;
	}
	#pack .ripoemon {
		display: block;
		width: 17%;
		margin-left: 2%;
	}
}
@media (min-width: 768px) {
	#pack .title-pack {
		height: 125px;
	}
}
@media (min-width: 992px) {
	#pack .title-pack {
		height: 167px;
	}
}
@media (min-width: 1200px) {
	#pack .title-pack {
		height: 198px;
	}
}

#pack .big-img {
	height: 160vw;
	background-image: url(../images/top/bg-04-sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
@media (min-width: 576px) {
	#pack .big-img {
		height: auto;
		background-image: url(../images/top/bg-04.png);
		background-repeat: no-repeat;
		background-size: 777px auto;
		background-position: top 8rem center;
		margin-top: -2rem;
		margin-bottom: 3rem;
	}
}
@media (min-width: 768px) {
	#pack .big-img {
		background-size: 1036px auto;
		background-position: top 10rem center;
	}
}
@media (min-width: 992px) {
	#pack .big-img {
		background-size: 1381px auto;
		background-position: top 12.5rem center;
	}
}
@media (min-width: 1200px) {
	#pack .big-img {
		background-size: 1640px auto;
		background-position: top 15rem center;
	}
}
@media (min-width: 1640px) {
	#pack .big-img {
		background-size: 100% 737px;
	}
}



#pack .box-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 2rem;
}
#pack .box-area > div {
	width: 48%;
	margin-bottom: 1.5rem;
}
#pack .box-area > div p {
	font-weight: 500;
}
@media (min-width: 768px) {
	#pack .box-area > div {
		width: 24%;
	}
	#pack .box-area > div p {
		font-size: 1.125rem;
		text-align: center;
	}
}



/* --------------------
#about	立山化成ってどんな会社
------------------------------ */
#about {
	background-color: #009fce;
	padding-bottom: 3rem;
}
@media (min-width: 768px) {
	#about {
		padding-bottom: 0;
	}
}

#about .title-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
}
#about .title-about {
	width: 100%;
	height: 20vw;
	background-image: url(../images/top/title-07-sp.png);
	background-repeat: no-repeat;
	background-size: 57% auto;
	background-position: center center;
}
#about .title-about span {
	display: none;
}
#about .ripoemon {
	width: 18%;
}
@media (min-width: 576px) {
	#about .title-about {
		width: 61%;
		height: 95px;
		background-image: url(../images/top/title-07.png), url(../images/top/pts-01.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 90% auto, 9% auto;
		background-position: right center, left center;
	}
	#about .ripoemon {
		width: 13%;
		margin-left: 2%;
	}
}

#about .about-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#about .about-box > * {
	width: 100%;
	margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
	#about .about-box > * {
		width: 80%;
	}
}
@media (min-width: 768px) {
	#about .about-box > * {
		width: 60%;
	}
}
@media (min-width: 992px) {
	#about .about-box {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	#about .about-box > * {
		width: 48%;
	}
}


/* --------------------
#faq	よくある質問
-------------------- */
#faq {
	background-image: url(../images/top/bg-05.png);
	background-size: 220px auto;
	background-position: top center;
	padding-top: 2rem;
	padding-bottom: 4rem;
}
@media (min-width: 576px) {
	#faq {
		background-size: 330px auto;
	}
}
@media (min-width: 768px) {
	#faq {
		background-size: 440px auto;
		padding-top: 0;
	}
}
@media (min-width: 992px) {
	#faq {
		background-size: 600px auto;
	}
}
@media (min-width: 1200px) {
	#faq {
		background-size: 700px auto;
	}
}

#faq .title-area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}
#faq .title-faq {
	width: 100%;
	height: 9vw;
	background-image: url(../images/top/title-08-sp.png);
	background-repeat: no-repeat;
	background-size: 54% auto;
	background-position: top center;
}
#faq .title-faq span {
	display: none;
}
#faq .ripoemon {
	width: 22%;
}
@media (min-width: 576px) {
	#faq .title-faq {
		width: 34%;
		background-image: url(../images/top/title-08.png), url(../images/top/pts-01.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 77% auto, 15% auto;
		background-position: right center, left center;
	}
	#faq .ripoemon {
		width: 15%;
		margin-left: 3%;
	}
}

/* --------------------
#supple	飲み会サプリリポ衛門
-------------------- */
#supple {}
#supple .title-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#supple .title-supple {
	width: 100%;
	height: 20vw;
	background-image: url(../images/top/title-09-sp.png);
	background-repeat: no-repeat;
	background-size: 55% auto;
	background-position: center center;
}
#supple .title-supple span {
	display: none;
}
#supple .ripoemon {
	width: 31%;
}
@media (min-width: 576px) {
	#supple .title-area {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
	}
	#supple .title-supple {
		width: 63%;
		background-image: url(../images/top/title-09.png), url(../images/top/pts-01.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 89% auto, 10% auto;
		background-position: right center, left center;
	}
	#supple .ripoemon {
		width: 17%;
		margin-left: 4%;
	}
}

#supple .supple-h3 {
	width: 100%;
	height: 38vw;
	background-image: url(../images/top/10-02-sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
#supple .supple-h3 span {
	display: none;
}
@media (min-width: 576px) {
	#supple .supple-h3 {
		height: 106px;
		background-image: url(../images/top/10-02.png);
	}
}
@media (min-width: 768px) {
	#supple .supple-h3 {
		height: 130px;
		background-size: 92% auto;
		background-position: left center;
	}
}
@media (min-width: 992px) {
	#supple .supple-h3 {
		height: 173px;
	}
}
@media (min-width: 1200px) {
	#supple .supple-h3 {
		height: 206px;
	}
}

#supple .supple2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#supple .supple2 > * {
	width: 100%;
}

#supple .supple2-h4 {
	width: 100%;
	height: 11vw;
	background-image: url(../images/top/10-04.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: top center;
}
#supple .supple2-h4 span {
	display: none;
}

#supple .btn-shop2 {
	width: 247px;
	height: 57px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#supple .btn-shop2 a {
	display: block;
}
#supple .btn-shop2 span {
	width: 242px;
	height: 52px;
	padding: 5px 1rem 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #3fb790;
	border: 5px solid #1a1a1a;
	color: #1a1a1a;
	font-size: 1.25rem;
	font-weight: 700;
	z-index: 2;
}
#supple .btn-shop2 a:hover span {
	top: 5px;
	left: 5px;
	transition-duration: 0.3s;
}
#supple .btn-shop2 span::before {
	content: '';
	width: 10px;
	height: 12px;
	border-left: 10px solid #1a1a1a;
	border-top: 6px solid rgba(255,255,255,0);
	border-bottom: 6px solid rgba(255,255,255,0);
	position: absolute;
	top: 14px;
	right: 30px;
}
#supple .btn-shop2 a::after {
	content: '';
	width: 242px;
	height: 52px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #1a1a1a;
	z-index: 1;
}

@media (min-width: 576px) {
	#supple .supple2 > * {
		width: 80%;
	}
	#supple .supple2-h4 {
		height: 40px;
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px) {
	#supple .supple2 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	#supple .supple2 > * {
		width: 49%;
	}
	#supple .supple2-h4 {
		background-size: 90% auto;
		background-position: top right 1rem;
	}
	#supple .btn-shop2 {
		width: 324px;
		height: 74px;
		position: relative;
		margin-right: 0;
		text-align: center;
	}
	#supple .btn-shop2 span {
		width: 319px;
		height: 69px;
		font-size: 1.65rem;
		padding: 7px 1rem 7px 0;
	}
	#supple .btn-shop2 a::after {
		width: 319px;
		height: 69px;
	}
	#supple .btn-shop2 span::before {
		content: '';
		width: 14px;
		height: 16px;
		border-left: 14px solid #1a1a1a;
		border-top: 8px solid rgba(255,255,255,0);
		border-bottom: 8px solid rgba(255,255,255,0);
		position: absolute;
		top: 20px;
		right: 47px;
	}
}
@media (min-width: 992px) {
	#supple .supple2-h4 {
		height: 50px;
	}
}
@media (min-width: 1200px) {
	#supple .supple2-h4 {
		height: 60px;
	}
}

/* --------------------
#inquiry	商品についてのお問合せはこちら
-------------------- */
#inquiry {
	background-color: #737373;
}

#inquiry .title-inquiry {
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 2rem;
}
#inquiry .inquiry1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#inquiry .inquiry1 > * {
	width: 100%;
	text-align: center;
	color: #fff;
}
#inquiry .inquiry1 h3 {
	font-size: 1.25rem;
	font-weight: 500;
	background-color: #333;
	padding: 0.7rem 1rem 0.8rem;
	text-align: left;
	margin-bottom: 2rem;
}
#inquiry .inquiry1 .company-tateyama {
	width: 100%;
	height: 58px;
	background-image: url(../images/top/pts-logo.png);
	background-repeat: no-repeat;
	background-size: 282px auto;
	background-position: top center;
}
#inquiry .inquiry1 .company-tateyama span {
	display: none;
}
#inquiry .inquiry1 .company-danke {
	width: 100%;
	/*height: 58px;*/
	font-size: 1.5rem;
	font-weight: 700;
}

#inquiry .inquiry1 .link-home {
	margin-bottom: 1.5rem;
}
#inquiry .inquiry1 .link-home a {
	color: #ade0ef;
	font-weight: 700;
	padding: 0 2rem 0 0;
	background-image: url(../images/top/11-01.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: right center;
}
#inquiry .inquiry1 .link-home a:hover {}

#inquiry .inquiry1 .btn-inquiry {}
#inquiry .inquiry1 .btn-inquiry a {
	margin-bottom: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #fff;
	display: inline-block;
	background-color: #009fce;
}
#inquiry .inquiry1 .btn-inquiry a:hover {
	background-color: #3fb790;
	text-decoration: none;
}
#inquiry .inquiry1 .btn-inquiry span {
	padding: 1rem 1.25rem 1rem 5rem;
	background-image: url(../images/parts/pts-mail-w.png);
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: left 2rem center;
}
#inquiry .inquiry1 .btn-inquiry {}

@media (min-width: 576px) {
	#inquiry .inquiry1 > * {
		width: 80%;
	}
}
@media (min-width: 768px) {
	#inquiry .title-inquiry {
		font-size: 2.1rem;
		margin-bottom: 4rem;
	}
	#inquiry .inquiry1 h3 {
		padding: 1rem 1.5rem;
	}
	#inquiry .inquiry1 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	#inquiry .inquiry1 > * {
		width: 49%;
		text-align: left;
	}
	#inquiry .inquiry1 .company-tateyama {
		background-position: top left;
	}
}
@media (min-width: 992px) {
	#inquiry .inquiry1 > * {
		width: 45%;
	}
}
@media (min-width: 1200px) {
	#inquiry .inquiry1 > * {
		width: 40%;
	}
}



/* --------------------
.move-	動き
-------------------- */

/* #top */
.move-fig-top {
	opacity: 0;
	transform: scale(0.1);
	transition: 0.5s;
}


/* #support */

.move-title-01 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.5s;
}
@media (min-width: 576px) {
	.move-title-01 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 0.8s;
		transition-duration: 0.3s;
	}
}

.move-box-01 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.5s;
}
.move-box-01-1 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
.move-box-01-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.2s;
	transition-duration: 0.3s;
}
.move-box-01-3 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.4s;
	transition-duration: 0.3s;
}
.move-box-01-4 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.6s;
	transition-duration: 0.3s;
}
.move-box-01-5 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.8s;
	transition-duration: 0.3s;
}


/* #try */

.move-title-02 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.5s;
}
@media (min-width: 576px) {
	.move-title-02 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 0.6s;
		transition-duration: 0.3s;
	}
}

.move-box-02 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.5s;
}
.move-box-02-1 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
.move-box-02-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.2s;
	transition-duration: 0.3s;
}
.move-box-02-3 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.4s;
	transition-duration: 0.3s;
}
.move-box-02-4 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.6s;
	transition-duration: 0.3s;
}

@media (min-width: 576px) {
	.move-title-02 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 0.6s;
		transition-duration: 0.5s;
	}
	.move-box-02-1 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition: 0.3s;
	}
	.move-box-02-2 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
	.move-box-02-3 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.4s;
		transition-duration: 0.3s;
	}
	.move-box-4 {
		opacity: 02-0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.6s;
		transition-duration: 0.3s;
	}
}

/* #point */

.move-title-03 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.5s;
}
.move-box-03-1,
.move-box-03-2,
.move-box-03-3 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.5s;
}
@media (min-width: 576px) {
	.move-title-03 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 1s;
		transition-duration: 0.5s;
	}
	.move-box-03-1 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition: 0.5s;
	}
	.move-box-03-2 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.4s;
		transition-duration: 0.5s;
	}
	.move-box-03-3 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.9s;
		transition-duration: 0.5s;
	}
}
/* #what */
.move-title-04 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.5s;
}
.move-box-04-1,
.move-box-04-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
@media (min-width: 576px) {
	.move-title-04 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 0.2s;
		transition-duration: 0.5s;
	}
	.move-box-04-1 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition: 0.3s;
	}
	.move-box-04-2 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
	.move-fig-04 {
		opacity: 0;
		transform: scale(0.1);
		transition-delay: 0.4s;
		transition-duration: 0.5s;
	}
}


.move-title-05 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.3s;
}
.move-box-05-1 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
.move-box-05-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.2s;
	transition-duration: 0.3s;
}
.move-box-05-3 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
.move-box-05-4 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.2s;
	transition-duration: 0.3s;
}
@media (min-width: 576px) {
	.move-title-05 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 0.6s;
		transition-duration: 0.5s;
	}
	.move-box-05-1 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition: 0.3s;
	}
	.move-box-05-2 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
	.move-box-05-3 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.4s;
		transition-duration: 0.3s;
	}
	.move-box-05-4 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.6s;
		transition-duration: 0.3s;
	}
}

/* #turmeric */
.move-title-06 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.3s;
}
.move-box-06-1 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
.move-box-06-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
@media (min-width: 576px) {
	.move-title-06 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 0.2s;
		transition-duration: 0.5s;
	}
	.move-box-06-1 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition: 0.3s;
	}
	.move-box-06-2 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
	.move-fig-06 {
		opacity: 0;
		transform: scale(0.1);
		transition-delay: 0.2s;
		transition-duration: 0.5s;
	}
}


/* #carrot */
.move-title-07 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.3s;
}
.move-box-07-1 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
.move-box-07-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
@media (min-width: 576px) {
	.move-title-07 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 0.2s;
		transition-duration: 0.5s;
	}
	.move-box-07-1 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition: 0.3s;
	}
	.move-box-07-2 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
	.move-fig-07-1 {
		opacity: 0;
		transform: scale(0.1);
		transition-delay: 0.4s;
		transition-duration: 0.5s;
	}
	.move-fig-07-2 {
		opacity: 0;
		transform: scale(0.1);
		transition-delay: 0.4s;
		transition-duration: 0.5s;
	}
	.move-fig-07-3 {
		opacity: 07-0;
		transform: scale(0.1);
		transition-delay: 0.8s;
		transition-duration: 0.5s;
	}
}


/* #pack */
.move-title-08 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.3s;
}
.move-fig-08 {
	opacity: 0;
	transform: scale(0.1);
	transition: 0.5s;
}
.move-box-08-1 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.5s;
}
.move-box-08-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.3s;
	transition-duration: 0.5s;
}
.move-box-08-3 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.5s;
}
.move-box-08-4 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition-delay: 0.3s;
	transition-duration: 0.5s;
}
@media (min-width: 576px) {
	.move-box-08-3 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.8s;
		transition-duration: 0.5s;
	}
	.move-box-08-4 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 1.3s;
		transition-duration: 0.5s;
	}
}


/* #about */
.move-title-09 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.3s;
}
.move-box-09-1 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
.move-box-09-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
@media (min-width: 576px) {
	.move-title-09 {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
		transition-delay: 0.2s;
		transition-duration: 0.5s;
	}
	.move-box-09-1 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition: 0.3s;
	}
	.move-box-09-2 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
}


/* #faq */
.move-title-10 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.5s;
}
.move-q {
	opacity: 0;
	transform: translate(-50px,0);
	-webkit-transform: translate(-50px,0);
	transition: 0.5s;
}
.move-a {
	opacity: 0;
	transform: translate(50px,0);
	-webkit-transform: translate(50px,0);
	transition-delay: 0.2s;
	transition-duration: 0.5s;
}


/* #supple */
.move-title-11 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.5s;
}
.move-box-11 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.5s;
}


.move-title-12 {
	opacity: 0;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	transition: 0.5s;
}
.move-box-12-1 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
.move-box-12-2 {
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.3s;
}
@media (min-width: 576px) {
	.move-box-12-2 {
		opacity: 0;
		transform: translate(0,50px);
		-webkit-transform: translate(0,50px);
		transition-delay: 0.2s;
		transition-duration: 0.3s;
	}
}


/* もとに戻すためのクラス、消さないでください。 */
.move {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: scale(1);
}

