@charset 'UTF-8';
/* Tools */
/*
  mv
--------------------------------------------- */
.mv {
	background:url(../../img/mv.png) 50% 50% no-repeat #000;
	width:100%;
	height:0;
	padding-bottom:47.297297%;
	background-size:cover;
}

@media screen and (max-width: 767px) {
	.sp-mv {
		background:url(../../img/sp_mv.png) 50% 50% no-repeat #000;
		width:100%;
		height:0;
		padding-bottom:138.666666%;
		background-size:cover;
	}
}

/*
  news
--------------------------------------------- */
.heading2-news {
	font-family:'Yrsa', serif;
	font-size:2.4rem;
	padding-top:48px;
	padding-left:32px;
	margin-bottom:26px;
}

.news-group {
	border-top:1px solid #ddd;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:130px;
}

.news-title {
	width:280px;
}
.news-title__heading {
	font-size:1.6rem;
	padding:24px 0 0 32px;
}

.news-detail {
	width:840px;
}
.news-detail-list {
	border-bottom:1px solid #ddd;
}
.news-detail__item {
	border-top:1px solid #ddd;
}
.news-detail__item:first-child {
	border-top:none;
}
.news-detail-dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.news-detail__dt {
	font-family:'Yrsa', serif;
	width:180px;
	padding:24px 0;
}
.news-detail__dt--date {
	width:80px;
	display:inline-block;
}
.news-detail__dt--new {
	display:inline-block;
	padding-left:36px;
}
.news-detail__dt--new span {
	background-color:#d7063b;
	border-radius:3px;
	font-family:'Yrsa', serif;
	font-size:1.3rem;
	color:#fff;
	padding:3px 5px 2px 5px;
}
.news-detail__dd {
	position:relative;
	width:660px;
}
.news-detail__dd a {
	display:block;
	padding:21px 32px 21px 12px;
	-webkit-transition:background 0.5s;
	transition:background 0.5s;
}
.news-detail__dd a[target='_blank']::after {
	display:inline-block;
	background:url('../../img/icon_window.svg') 0 0 no-repeat;
	background-size:contain;
	width:16px;
	height:16px;
	content:'';
	position:absolute;
	top:24px;
	right:32px;
}
.news-detail__dd a:hover {
	background:rgba(245, 245, 245, 0.7);
	text-decoration:none;
}
.news-detail__dd .accordion::after {
	display:inline-block;
	background:url('../../img/icon_arrow_down.png') 0 0 no-repeat;
	background-size:contain;
	-webkit-transition:-webkit-transform 0.6s;
	transition:-webkit-transform 0.6s;
	transition:transform 0.6s;
	transition:transform 0.6s, -webkit-transform 0.6s;
	width:16px;
	height:8px;
	content:'';
	position:absolute;
	top:28px;
	right:32px;
}
.news-detail__dd .accordion--open::after {
	display:inline-block;
	background:url('../../img/icon_arrow_down.png') 0 0 no-repeat;
	background-size:contain;
	-webkit-transform:rotateX(180deg);
	transform:rotateX(180deg);
	-webkit-transition:-webkit-transform 0.6s;
	transition:-webkit-transform 0.6s;
	transition:transform 0.6s;
	transition:transform 0.6s, -webkit-transform 0.6s;
	width:16px;
	height:8px;
	content:'';
	position:absolute;
	top:28px;
	right:32px;
}
.news-detail--nolink {
	display:block;
	width:700px;
	padding:21px 32px 21px 12px;
}
.news-detail__text {
	line-height:1.6;
	padding-right:60px;
	display:block;
}
.news-detail__text--red {
	color:#d7063b;
}
.news-detail__text--link {
	line-height:1.6;
	padding-right:60px;
	display:block;
	text-decoration:underline;
}

.news-detail__dd2 a[target='_blank']::after {
	display:inline-block;
	background:url('../../img/icon_window.svg') 0 0 no-repeat;
	background-size:contain;
	width:16px;
	height:16px;
	content:'';
	position:absolute;
	top:24px;
	right:32px;
}

.news-detail__dd2 a:hover {
	background:rgba(245, 245, 245, 0.7);
	text-decoration:none;
}

.news-description {
	display:none;
	padding:35px 30px;
	border-top:1px solid #eee;
}
.news-description-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.news-description-pic {
	width:300px;
}
.news-description-pic--gutter {
	margin-bottom:4px;
}
.news-description-pic__map {
	width:300px;
}
.news-description-text {
	width:440px;
}
.news-description-text p {
	font-size:1.4rem;
}
.news-description-text__address p {
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:20px;
}
.news-description-text__address p .note {
	font-size:1.4rem;
}

.news-description-text2 {
	font-size:1.3rem;
}

.news-description-text-link {
	width:320px;
	font-size:1.3rem;
	color:#d7063b;
	text-decoration:underline;
}

.news-description-text-link-2 {
	width:320px;
	font-size:2rem;
	color:#d7063b;
}

.news-description-text-notes {
	font-size:1.2rem;
}

.news-description-text-notes p {
	font-size:1.2rem;
}

.news-description-text-notes p {
	font-size:1.2rem;
}

.news-description-date-2 p {
	font-size:1.7rem;
}

.caption {
	font-size:1.3rem;
	margin-bottom:30px;
}

@media screen and (max-width: 767px) {
	.heading2-news {
		padding-top:calc(72 / 750 * 100vw);
		margin-bottom:calc(58 / 750 * 100vw);
	}
	.news-group {
		display:block;
		margin-bottom:calc(145 / 750 * 100vw);
	}
	.news-title {
		width:100%;
	}
	.news-title__heading {
		padding:calc(48 / 750 * 100vw) 0 calc(60 / 750 * 100vw) calc(32 / 750 * 100vw);
	}
	.news-detail {
		width:100%;
	}
	.news-detail-list {
		border-top:1px solid #ddd;
		width:100%;
	}
	.news-detail-dl {
		display:block;
		margin-left:calc(80 / 750 * 100vw);
	}
	.news-detail__dt--new {
		padding-left:calc(30 / 750 * 100vw);
	}
	.news-detail__dt--new span {
		padding:2px 4px 1px 4px;
	}
	.news-detail__dd {
		width:100%;
	}
	.news-detail__dd a {
		padding:0 calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
		-webkit-transition:none;
		transition:none;
	}
	.news-detail__dd a[target='_blank']::after {
		width:16px;
		height:16px;
		top:calc(8 / 750 * 100vw);
		right:calc(32 / 750 * 100vw);
	}
	.news-detail__dd a:hover {
		background:rgba(245, 245, 245, 0);
		text-decoration:none;
	}
	.news-detail__dd .accordion::after {
		top:calc(8 / 750 * 100vw);
		right:calc(32 / 750 * 100vw);
	}
	.news-detail__dd .accordion--open::after {
		top:calc(8 / 750 * 100vw);
		right:calc(32 / 750 * 100vw);
	}
	.news-detail--nolink {
		width:100%;
		padding:0 0 calc(30 / 750 * 100vw) 0;
	}
	.news-detail__text {
		padding-right:calc(60 / 750 * 100vw);
	}
	.news-description {
		padding:calc(70 / 750 * 100vw) calc(80 / 750 * 100vw);
		border-top:1px solid #ddd;
	}
	.news-description-inner {
		display:block;
	}
	.news-description-pic {
		width:100%;
	}
	.news-description-pic__map {
		width:100%;
		margin:0 auto;
	}
	.news-description-text {
		width:100%;
	}
	.news-description-text__address p {
		margin-bottom:calc(60 / 750 * 100vw);
	}
	.news-description-text__address p .note {
		font-size:1.4rem;
	}
	.news-description-text-link:hover {
		background:rgba(245, 187, 212, 0);
		text-decoration:none;
	}
}

/*
  brand
--------------------------------------------- */
.brand {
	text-align:center;
}
.brand__logo {
	width:365px;
	margin:0 auto;
	padding-top:82px;
}
.brand__lead {
	font-size:3.2rem;
	line-height:1.5;
	margin-bottom:75px;
	padding-top:50px;
}
.brand-text {
	width:560px;
	margin:0 auto;
	color:#fff;
}
.brand-text--first-block {
	margin-bottom:65px;
}
.brand-text--first-block p:last-child {
	margin-bottom:0;
}
.brand-text--second-block {
	margin-bottom:50px;
}
.brand-text--second-block p:last-child {
	margin-bottom:0;
}
.brand__note {
	font-size:12px;
}
.brand__note span {
	margin-right:18px;
}
.brand-button {
	position:absolute;
	bottom:32px;
	left:32px;
}

@media screen and (max-width: 767px) {
	.brand__logo {
		width:calc(560 / 750 * 100vw);
		padding-top:calc(180 / 750 * 100vw);
	}
	.brand__lead {
		margin-bottom:calc(75 / 750 * 100vw);
		padding-top:calc(80 / 750 * 100vw);
	}
	.brand-text {
		width:calc(660 / 750 * 100vw);
	}
	.brand-text--first-block {
		margin-bottom:calc(80 / 750 * 100vw);
	}
	.brand-text--second-block {
		margin-bottom:calc(50 / 750 * 100vw);
	}
	.brand__note {
		font-size:12px;
	}
	.brand__note span {
		margin-right:calc(15 / 750 * 100vw);
	}
	.brand-button {
		position:absolute;
		bottom:32px;
		left:32px;
	}
}

/*
  products
--------------------------------------------- */
.products-contents--full {
	width:100%;
}

.products-contents--full .products-contents-unit {
	width:100%;
	background-color:#f7f7f7;
	padding:67px 32px 32px 32px;
	position:relative;
}

.products-contents--halves {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.products-contents--halves .products-contents-unit {
	width:556px;
	background-color:#f7f7f7;
	margin-top:7px;
	padding:67px 32px 32px 32px;
	position:relative;
}
.products-contents--halves .products-contents-unit:nth-child(-n+2) {
	margin-top:32px;
}

.products-contents-gutter {
	padding:0 32px;
}

.products-contents--halves .products-contents-unit--grey {
	background-color:#373637;
	color:#fff;
}

sup.medium {
	font-size:1.6rem;
}

sup.small {
	font-size:1.2rem;
}

sup.x-small {
	font-size:1rem;
}

.notation {
	margin-top:25px;
	margin-bottom:0;
	font-size:11px;
	font-weight:bold;
}
.notation span {
	margin-right:15px;
}

.products__lead {
	font-size:3.2rem;
	line-height:1.5;
	margin-bottom:56px;
}
.products__lead--small {
	font-size:2rem;
	line-height:1.5;
	margin-bottom:28px;
}

.products-detail {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.products-detail__unit01 {
	width:460px;
}
.products-detail__unit02 {
	width:460px;
}
.products-detail-dl {
	font-size:1.4rem;
	line-height:2;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.products-detail-dt {
	width:83px;
	color:#999;
}
.products-detail-dd {
	width:calc(100% - 83px);
}

.products__photo {
	height:360px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.products__photo--short {
	height:340px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.products__photo--01 {
	width:165px;
	margin:0 auto;
}

.products__photo--02 {
	width:125px;
	margin:0 auto;
}

.products__photo--03 {
	width:130px;
	margin:0 auto;
}

.products__photo--04 {
	width:370px;
	margin:0 auto -10px;
}

.products__notation {
	text-align:right;
	padding:15px 0 0 0;
	font-size:1.4rem;
}

.products-button-contents {
	position:absolute;
	bottom:32px;
	left:32px;
	width:497px;
}

.products-button-wrapper {
	position:relative;
	margin-top:50px;
}
.products-button-wrapper--gutter-top {
	margin-top:190px;
}
.products-button-wrapper__inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

@media all and (-ms-high-contrast: none) {
	.products-button-wrapper--gutter-top {
		margin-top:265px;
	}
}

@media screen and (max-width: 767px) {
	.products-contents--full .products-contents-unit {
		padding:calc(130 / 750 * 100vw) calc(32 / 750 * 100vw) calc(32 / 750 * 100vw) calc(32 / 750 * 100vw);
	}
	.products-contents--halves {
		display:block;
	}
	.products-contents--halves .products-contents-unit {
		width:100%;
		margin-top:calc(16 / 750 * 100vw);
		padding:calc(130 / 750 * 100vw) calc(32 / 750 * 100vw) calc(32 / 750 * 100vw) calc(32 / 750 * 100vw);
	}
	.products-contents--halves .products-contents-unit:nth-child(-n+2) {
		margin-top:calc(16 / 750 * 100vw);
	}
	.products-contents-gutter {
		padding:0 calc(32 / 750 * 100vw);
	}
	.products__lead {
		margin-bottom:calc(120 / 750 * 100vw);
	}
	.products__lead--small {
		line-height:1.5;
		margin-bottom:calc(52 / 750 * 100vw);
	}
	.products-detail {
		display:block;
	}
	.products-detail__unit01 {
		width:100%;
	}
	.products-detail__unit02 {
		width:100%;
	}
	.products-detail-dl {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.products-detail-dt {
		width:calc(150 / 750 * 100vw);
	}
	.products-detail-dd {
		width:calc(100% - calc(150 / 750 * 100vw));
	}
	.products__photo {
		height:inherit;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	.products__photo--short {
		height:inherit;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	.products__photo--01 {
		width:calc(240 / 750 * 100vw);
		margin:0 auto;
	}
	.products__photo--02 {
		width:calc(170 / 750 * 100vw);
		margin:0 auto;
	}
	.products__photo--03 {
		width:calc(190 / 750 * 100vw);
		margin:0 auto;
	}
	.products__photo--04 {
		width:calc(520 / 750 * 100vw);
		margin:0 auto -10px;
	}
	.products__notation {
		text-align:right;
		padding:calc(20 / 750 * 100vw) 0 0 0;
		font-size:1.4rem !important;
	}
	.products-button-wrapper {
		display:block;
		margin-top:calc(100 / 750 * 100vw);
	}
	.products-button-wrapper--gutter-top {
		margin-top:calc(70 / 750 * 100vw);
	}
}

/*
  modal
--------------------------------------------- */
.modal__link {
	font-weight:bold;
	position:relative;
	margin-bottom:0;
}
.modal__link a:hover {
	text-decoration:none;
	opacity:0.7;
}
.modal__link a::after {
	display:inline-block;
	background:url('../../img/icon_window_red.svg') 0 0 no-repeat;
	background-size:contain;
	width:16px;
	height:16px;
	content:'';
	margin-left:17px;
}
.modal__link--white a {
	color:#fff;
}
.modal__link--small {
	margin-top:20px;
	font-size:1.4rem;
}
.modal__link--small a::after {
	display:inline-block;
	background:url('../../img/icon_window_red.svg') 0 0 no-repeat;
	background-size:contain;
	width:10px;
	height:10px;
	content:'';
	margin-left:10px;
	background-size:cover;
}
.modal__link--bold {
	font-weight:bold;
}

.modal {
	display:none;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
}
.modal__bg {
	background:rgba(0, 0, 0, 0.45);
	height:100vh;
	position:absolute;
	width:100%;
}
.modal__content {
	background:#fff;
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.45);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.45);
	left:50%;
	padding:0 30px 100px;
	position:absolute;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:100%;
	max-width:1120px;
	height:90%;
	z-index:99999;
	overflow-y:auto;
}
.modal__content--narrow {
	height:auto;
}
.modal__content--heightfix {
	height:500px;
}
.modal__button-close {
	background:url('../../img/icon_close_black.svg') 0 0 no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	display:block;
	position:absolute;
	top:70px;
	right:65px;
}

@media screen and (max-width: 767px) {
	.modal__link a:hover {
		opacity:1;
	}
	.modal__link a::after {
		display:inline-block;
		background:url('../../img/icon_window_red.svg') 0 0 no-repeat;
		background-size:contain;
		width:16px;
		height:16px;
		margin-left:14px;
	}
	.modal__link--small {
		margin-top:15px;
		font-size:1.3rem;
	}
	.modal__link--small a::after {
		background-size:contain;
		width:11px;
		height:11px;
		margin-left:10px;
	}
	.modal {
		display:none;
		height:100vh;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	.modal__bg {
		background:rgba(0, 0, 0, 0.45);
		height:100vh;
		position:absolute;
		width:100%;
	}
	.modal__content {
		left:50%;
		padding:0 0 60px;
		position:absolute;
		top:44%;
		-webkit-transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
		width:calc(653 / 750 * 100vw);
		height:75%;
		z-index:99999;
		overflow-y:auto;
	}
	.modal__content--narrow {
		height:75%;
	}
	.modal__button-close {
		background:url('../../img/icon_close_black.svg') 0 0 no-repeat;
		width:19px;
		height:19px;
		background-size:cover;
		position:absolute;
		top:25px;
		right:24px;
	}
}

/*
  modal jelly
--------------------------------------------- */
.jelly-detail {
	max-width:990px;
	margin:0 auto;
}
.jelly-detail-halves {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.jelly-detail-halves__column-photo {
	width:44%;
}
.jelly-detail-halves__column-text {
	width:48%;
}
.jelly-detail-halves__title {
	font-size:2.4rem;
	line-height:1.7;
	margin-bottom:30px;
}
.jelly-detail-halves__pic-step {
	width:408px;
	margin:0 auto;
}
.jelly-detail-halves__caption {
	text-align:center;
	font-size:1.3rem;
	margin-top:15px;
}
.jelly-detail__name {
	font-weight:bold;
}

@media screen and (max-width: 767px) {
	.jelly-detail {
		width:calc(500 / 750 * 100vw);
		margin:0 auto;
	}
	.jelly-detail-halves {
		display:block;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	.jelly-detail-halves__column-photo {
		width:100%;
		display:none;
	}
	.jelly-detail-halves__column-text {
		width:100%;
	}
	.jelly-detail-halves__title {
		font-size:2.4rem;
		margin-bottom:30px;
	}
	.jelly-detail-halves__pic-step {
		width:100%;
		margin:0 auto;
	}
	.jelly-detail-halves__caption {
		text-align:left;
		font-size:1.3rem;
		margin-top:15px;
	}
	.jelly-detail__name {
		font-weight:bold;
	}
}

/*
  slider
--------------------------------------------- */
.slider {
	margin-top:-70px !important;
	margin-bottom:86px !important;
}
.slider__photo {
	width:380px;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
	.slider {
		margin-top:0 !important;
		margin-bottom:86px !important;
	}
	.slider__photo {
		width:calc(470 / 750 * 100vw);
		margin:0 auto;
	}
}

/*
  howtouse
--------------------------------------------- */
.howtouse {
	position:absolute;
	bottom:0;
	left:0;
	background-color:#b63a40;
	height:300px;
	width:1024px;
	display:none;
	-webkit-box-shadow:0 12px 25px -4px rgba(0, 0, 0, 0.48);
	box-shadow:0 12px 25px -4px rgba(0, 0, 0, 0.48);
}
.howtouse-wrapper {
	padding:30px 32px 30px 32px;
	position:relative;
}
.howtouse-contents {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.howtouse-illust {
	width:396px;
	padding-top:15px;
}
.howtouse-illust--01 {
	width:360px;
	margin:0 auto;
}
.howtouse-illust--02 {
	width:360px;
	margin:0 auto;
}
.howtouse-illust--03 {
	width:360px;
	margin:0 auto;
}
.howtouse-illust--04 {
	width:360px;
	margin:0 auto;
}
.howtouse-ttl {
	font-family:'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
	font-size:1.4rem;
	color:#fff;
	position:absolute;
	bottom:32px;
	left:32px;
}
.howtouse-text {
	width:500px;
}
.howtouse-text p {
	font-family:'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
	font-size:1.4rem;
	color:#fff;
	padding-top:70px;
}
.howtouse-close {
	position:absolute;
	bottom:32px;
	right:32px;
	width:14px;
	height:14px;
	cursor:pointer;
}

.howtouse02 {
	position:absolute;
	bottom:80px;
	left:0;
	background-color:#b63a40;
	width:460px;
	display:none;
	-webkit-box-shadow:0 12px 25px -4px rgba(0, 0, 0, 0.48);
	box-shadow:0 12px 25px -4px rgba(0, 0, 0, 0.48);
	z-index:10;
}
.howtouse02-wrapper {
	padding:5px 32px 30px 32px;
	position:relative;
}
.howtouse02-illust {
	width:396px;
	padding-top:15px;
	margin-bottom:30px;
}
.howtouse02-ttl {
	font-family:'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
	font-size:1.4rem;
	color:#fff;
	position:absolute;
	bottom:36px;
	left:32px;
}
.howtouse02-text p {
	font-family:'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
	font-size:1.4rem;
	color:#fff;
	padding-top:0;
	padding-bottom:60px;
}
.howtouse02-close {
	position:absolute;
	bottom:32px;
	right:32px;
	width:14px;
	height:14px;
	cursor:pointer;
}

@media screen and (max-width: 767px) {
	.howtouse {
		bottom:calc(160 / 750 * 100vw);
		left:0;
		width:100%;
		height:inherit;
		display:none;
		-webkit-box-shadow:0 12px 25px -4px rgba(0, 0, 0, 0.48);
		box-shadow:0 12px 25px -4px rgba(0, 0, 0, 0.48);
	}
	.howtouse-wrapper {
		padding:calc(10 / 750* 100vw) calc(48 / 750* 100vw) calc(10 / 750* 100vw) calc(48 / 750* 100vw);
	}
	.howtouse-contents {
		display:block;
	}
	.howtouse-illust {
		width:100%;
		padding-top:15px;
	}
	.howtouse-illust--01 {
		width:100%;
		margin:0 auto;
	}
	.howtouse-illust--02 {
		width:100%;
		margin:0 auto;
	}
	.howtouse-illust--03 {
		width:100%;
		margin:0 auto;
	}
	.howtouse-illust--04 {
		width:100%;
		margin:0 auto;
	}
	.howtouse-ttl {
		font-size:1.4rem;
		color:#fff;
		position:absolute;
		bottom:calc(70 / 750* 100vw);
		left:calc(48 / 750* 100vw);
	}
	.howtouse-text {
		width:100%;
	}
	.howtouse-text p {
		font-family:'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
		font-size:1.4rem;
		color:#fff;
		padding-top:calc(20 / 750* 100vw);
		margin-bottom:calc(150 / 750* 100vw);
	}
	.howtouse-close {
		position:absolute;
		bottom:calc(72 / 750 * 100vw);
		right:calc(48 / 750 * 100vw);
		width:13px;
		height:13px;
		cursor:pointer;
	}
	.howtouse02 {
		bottom:calc(160 / 750 * 100vw);
		left:0;
		width:100%;
		height:inherit;
		display:none;
		-webkit-box-shadow:0 12px 25px -4px rgba(0, 0, 0, 0.48);
		box-shadow:0 12px 25px -4px rgba(0, 0, 0, 0.48);
	}
	.howtouse02-wrapper {
		padding:calc(10 / 750* 100vw) calc(48 / 750* 100vw) calc(10 / 750* 100vw) calc(48 / 750* 100vw);
	}
	.howtouse02-illust {
		width:100%;
		padding-top:15px;
		margin-bottom:calc(20 / 750 * 100vw);
	}
	.howtouse02-ttl {
		font-size:1.4rem;
		color:#fff;
		position:absolute;
		bottom:calc(70 / 750* 100vw);
		left:calc(48 / 750* 100vw);
	}
	.howtouse02-text p {
		font-family:'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
		font-size:1.4rem;
		color:#fff;
		padding-top:0;
		margin-bottom:calc(80 / 750* 100vw);
	}
	.howtouse02-close {
		position:absolute;
		bottom:calc(72 / 750 * 100vw);
		right:calc(48 / 750 * 100vw);
		width:13px;
		height:13px;
		cursor:pointer;
	}
}

/*
  slider-voice
--------------------------------------------- */
.slider-voices__wrapper {
	background-color:#f7f7f7;
	padding:0;
	margin:0 auto;
}

.slider-voices__item {
	position:relative;
}

.slider-voices__inner {
	position:relative;
	height:360px;
	margin:0 auto;
}

.slider-voices__company {
	position:absolute;
	font-size:1.6rem;
	top:100px;
	z-index:2;
}

.slider-voices__name {
	position:absolute;
	font-size:3.2rem;
	top:53px;
	left:30px;
	z-index:2;
}

.slider-voices__photo {
	position:absolute;
	top:0;
	right:0;
}

.slider-voices__word {
	position:absolute;
	width:275px;
	top:200px;
	left:227px;
	font-size:2rem;
	z-index:2;
}

@media screen and (max-width: 767px) {
	.slider-voices {
		height:auto;
	}
	.slider-voices__wrapper {
		background-color:#f7f7f7;
		padding:0;
		margin:0 auto;
	}
	.slider-voices__item {
		position:relative;
	}
	.slider-voices__inner {
		position:relative;
		height:inherit;
		margin:0 auto;
	}
	.slider-voices__company {
		font-size:1.6rem;
		margin-bottom:60px;
	}
	.slider-voices__name {
		font-size:3.2rem;
		padding-top:50px;
		margin-bottom:15px;
	}
	.slider-voices__word {
		position:relative;
		width:100%;
		top:inherit;
		left:inherit;
		font-size:2rem;
		margin-left:30px;
	}
	.slider-voices__photo {
		position:relative;
		width:100%;
		height:inherit;
		top:inherit;
		right:inherit;
	}
}

.words {
	position:relative;
}

.voices-words {
	position:relative;
	display:none;
	color:#fff;
	margin:0 auto 60px;
	line-height:2;
	height:300px;
	padding:25px;
	overflow-y:scroll;
	background-color:#191919;
}
.voices-words__wrapper {
	background-color:#0d0d0d;
	padding-top:100px;
}
.voices-words__inner {
	width:700px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.voices-words__item-words {
	width:540px;
}
.voices-words__item-name {
	width:100px;
	padding-top:10px;
}
.voices-words__profile {
	border-top:1px solid #fff;
	padding:20px 0;
	margin-top:20px;
	font-size:1.2rem;
	color:999999;
}
.voices-words__ttl {
	font-size:1.6rem;
	color:#fff;
}
.voices-words__list-name li {
	font-family:'Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
	cursor:pointer;
	margin-bottom:18px;
	color:#999;
	font-size:1.4rem;
}
.voices-words__list-name .active {
	color:#fff;
}

@media screen and (max-width: 767px) {
	.voices-words {
		margin:0 auto;
		line-height:2;
		min-height:auto;
		background-color:#191919;
		-webkit-overflow-scrolling:touch;
		/*スクロールバー表示させる*/
	}
	.voices-words__icon-scroll {
		background:url('../../img/icon_scroll.png') 0 0 no-repeat;
		width:calc(19 / 750 * 100vw);
		height:calc(122 / 750 * 100vw);
		background-size:contain;
		position:absolute;
		top:130px;
		right:15px;
		z-index:2;
	}
	.voices-words__wrapper {
		background-color:#0d0d0d;
		padding-top:120px;
		position:relative;
	}
	.voices-words__inner {
		width:calc(557 / 750 * 100vw);
		margin:0 auto;
		display:block;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	.voices-words__item-words {
		width:100%;
		margin:0 auto 60px;
	}
	.voices-words__item-name {
		width:100px;
		padding-top:10px;
		padding-bottom:60px;
	}
	.voices-words__profile {
		font-size:1.2rem;
	}
	.voices-words__ttl {
		font-size:1.4rem;
	}
	.voices-words__list-name li {
		cursor:pointer;
		margin-bottom:18px;
		color:#999;
		font-size:1.4rem;
	}
	.voices-words__list-name .active {
		color:#fff;
	}
}

/*
  stores
--------------------------------------------- */
.stores-button__halves-wrapper {
	width:1056px;
	margin:0 auto 40px;
}

.stores-button__list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.stores-button__list li {
	width:514px;
}

.stores-button__thirds-wrapper {
	width:1056px;
	margin:0 auto 40px;
}

.stores-button__list-online {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.stores-button__list-online-item {
	width:330px;
	position:relative;
}
.stores-button__list-online-item img {
	vertical-align:middle;
}

@media screen and (max-width: 767px) {
	.stores-button__halves-wrapper {
		width:100%;
		margin:0 auto 40px;
	}
	.stores-button__list {
		display:block;
	}
	.stores-button__list li {
		width:100%;
		margin-bottom:15px;
	}
	.stores-button__thirds-wrapper {
		width:100%;
		margin:0 auto 40px;
	}
	.stores-button__list-online {
		display:block;
	}
	.stores-button__list-online-item {
		width:100%;
		position:relative;
		margin-bottom:15px;
	}
}

/*
  science
--------------------------------------------- */
.bg-science {
	background:url('../../img/bg_science.png') 0 0 no-repeat;
	padding-bottom:30px;
	margin-top:126px;
}

.science__copy {
	width:566px;
	margin:60px auto 70px;
}

.science__btn {
	width:1056px;
	margin:0 auto;
	background:#c7cdd2;
}

@media screen and (max-width: 767px) {
	.bg-science {
		background:url('../../img/sp_bg_science.png') 0 0 no-repeat;
		background-size:cover;
		padding-bottom:30px;
		margin-top:75px;
	}
	.science__copy {
		width:calc(557 / 750 * 100vw);
		margin:50px auto 60px;
	}
	.science__btn {
		width:calc(640 / 750 * 100vw);
		margin:0 auto;
		background:#c7cdd2;
	}
}

/*
  animation
--------------------------------------------- */
.move {
	display:block;
	-webkit-animation-name:fadein;
	animation-name:fadein;
	-webkit-animation-duration:0.3s;
	animation-duration:0.3s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:1;
	animation-iteration-count:1;
	-webkit-animation-direction:normal;
	animation-direction:normal;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

@-webkit-keyframes fadein {
	from {
		opacity:0;
		-webkit-transform:translateY(15px);
		transform:translateY(15px);
	}
	to {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}

@keyframes fadein {
	from {
		opacity:0;
		-webkit-transform:translateY(15px);
		transform:translateY(15px);
	}
	to {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}

.gradation-bg {
	-webkit-animation-name:bg-color;
	animation-name:bg-color;
	-webkit-animation-duration:0.4s;
	animation-duration:0.4s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:1;
	animation-iteration-count:1;
	-webkit-animation-direction:normal;
	animation-direction:normal;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

@-webkit-keyframes bg-color {
	0% {
		background-color:#fff;
	}
	100% {
		background-color:#000;
	}
}

@keyframes bg-color {
	0% {
		background-color:#fff;
	}
	100% {
		background-color:#000;
	}
}

@media screen and (max-width: 767px) {
	.effect {
		opacity:0;
		-webkit-transition:opacity 1s;
		transition:opacity 1s;
	}
	.delay {
		-webkit-transition-delay:0s;
		transition-delay:0s;
	}
	.opacity1 {
		opacity:1;
	}
	.gradation-bg {
		-webkit-animation-name:bg-color;
		animation-name:bg-color;
		-webkit-animation-duration:0.4s;
		animation-duration:0.4s;
		-webkit-animation-timing-function:ease-in-out;
		animation-timing-function:ease-in-out;
		-webkit-animation-iteration-count:1;
		animation-iteration-count:1;
		-webkit-animation-direction:normal;
		animation-direction:normal;
		-webkit-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
	}
	@-webkit-keyframes bg-color {
		0% {
			background-color:#fff;
		}
		100% {
			background-color:#000;
		}
	}
	@keyframes bg-color {
		0% {
			background-color:#fff;
		}
		100% {
			background-color:#000;
		}
	}
}

.ps__rail-x, .ps__rail-y {
	opacity:0.6 !important;
}

.ps__thumb-y {
	opacity:1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.ps {
		overflow:auto !important;
	}
	.ps__rail-y {
		display:none !important;
	}
}

@media screen and (max-width: 767px) {
	.ps {
		overflow:hidden !important;
	}
	.ps__rail-y {
		display:block !important;
	}
}
