/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*, ::before, ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0
}

main {
	display: block
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit
}

pre {
	font-family: monospace, monospace;
	font-size: inherit
}

address {
	font-style: inherit
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

svg, img, embed, object, iframe {
	vertical-align: bottom
}

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit
}

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}

button, [type=button], [type=reset], [type=submit] {
	cursor: pointer
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
	cursor: default
}

:-moz-focusring {
	outline: auto
}

select:disabled {
	opacity: inherit
}

option {
	padding: 0
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0
}

legend {
	padding: 0
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

label[for] {
	cursor: pointer
}

details {
	display: block
}

summary {
	display: list-item
}

[contenteditable]:focus {
	outline: auto
}

table {
	border-color: inherit;
	border-collapse: collapse
}

caption {
	text-align: left
}

td, th {
	vertical-align: top;
	padding: 0
}

th {
	text-align: left;
	font-weight: bold
}

html {
	font-size: 62.5%
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%
}

body {
	font-size: 1.6rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: .01em;
	color: #404544
}

header {
	background: #fff
}

.list>* {
	padding-left: 0;
	margin-bottom: 0
}

.list>*::before {
	display: none
}

a:hover {
	opacity: 1
}

.contents {
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto -38px;
	padding: 0
}

@media screen and (max-width: 768px) {
	.contents {
		margin: 0px auto -42px
	}
}

.pagetop {
	position: relative;
	top: 2px
}

@media screen and (max-width: 768px) {
	.topic-path {
		display: none
	}
}

.sns {
	position: relative;
	background-color: #dbecf2
}

.sns__duck {
	position: absolute;
	top: -80px;
	right: 120px;
	-webkit-animation-name: wave;
	animation-name: wave;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@media screen and (max-width: 768px) {
	.sns__duck {
		top: -50px;
		right: 8px;
		width: 174px
	}
}

@-webkit-keyframes wave {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
}

@keyframes wave {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
}

.sns__wave {
	position: absolute;
	top: -100px;
	z-index: -1
}

.sns__wrap {
	padding: 60px 0
}

@media screen and (max-width: 768px) {
	.sns__wrap {
		padding: 44px 0 86px
	}
}

.sns__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sns .heading {
	display: inline-block;
	margin-right: 40px;
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.sns .heading__image {
	vertical-align: baseline !important
}

@media screen and (max-width: 768px) {
	.sns .heading__image {
		width: 62px
	}
}

.sns .list {
	display: inline-block
}

.sns .list__item {
	display: inline-block
}

.sns .list__item:nth-child(1) {
	margin-right: 20px
}

@media screen and (max-width: 768px) {
	.sns .list__item:nth-child(1) {
		margin-right: 8px
	}
}

@media screen and (max-width: 768px) {
	.sns .list__image {
		width: 44px;
		height: 44px
	}
}

.sns .list__link {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.sns .list__link:hover {
	opacity: 0.7
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	border-radius: 50px;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.btn__arrow {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 17px
}

.btn:hover {
	background-color: #fff;
	color: #404544;
	border-color: #ddd
}

.btn:hover {
	opacity: 0.7
}

.panel {
	position: relative;
	width: calc(25% - 9px);
	height: 280px;
	background-color: #fff;
	border: 2px solid #ddd
}

#product_kyutou_bath_gas_retool_qa .panel,
#product_kyutou_bath_gas_retool_movie .panel {
	width: calc(33.3% - 29.3px);
}

@media screen and (max-width: 768px) {
	.panel,
	#product_kyutou_bath_gas_retool_qa .panel,
	#product_kyutou_bath_gas_retool_movie .panel {
		width: 250px;
		height: 250px
	}
}

.panel__link {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 768px) {
	.panel__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%
	}
}

@media screen and (min-width: 769px) {
	.panel .list__link:hover .list__image:nth-of-type(1) {
		opacity: 0
	}
}

@media screen and (min-width: 769px) {
	.panel .list__link:hover .list__image:nth-of-type(2) {
		opacity: 1
	}
}

.panel .list__image:nth-of-type(1) {
	position: relative;
	opacity: 1
}

.panel .list__image:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0
}

.panel .list__text {
	font-size: 1.6rem
}

@media screen and (max-width: 768px) {
	.panel .list__text {
		margin-top: 20px;
		font-size: 1.5rem
	}
}

.panel__arrow {
	display: inline-block;
	position: absolute;
	right: 3px;
	bottom: 6px;
	width: 12px;
	height: 8px
}

@media screen and (min-width: 769px) {
	.dv-sp {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.dv-sp {
		display: block
	}
}

@media screen and (min-width: 769px) {
	.dv-pc {
		display: block
	}
}

@media screen and (max-width: 768px) {
	.dv-pc {
		display: none
	}
}

#product_kyutou_bath_gas_retool_index .heading {
	text-align: center;
	margin-bottom: 68px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .heading {
		margin-bottom: 44px
	}
}

#product_kyutou_bath_gas_retool_index .heading__sub {
	display: block;
	margin-bottom: 12px;
	font-size: 1.5rem;
	color: #999;
	font-family: "Questrial", sans-serif
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .heading__sub {
		font-size: 1.4rem
	}
}

#product_kyutou_bath_gas_retool_index .heading__main {
	font-size: 2.8rem
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .heading__main {
		font-size: 2.4rem
	}
}

#product_kyutou_bath_gas_retool_index .circle {
	position: absolute;
	z-index: -1
}

#product_kyutou_bath_gas_retool_index .top {
	position: relative
}

/*#product_kyutou_bath_gas_retool_index .top::after {
	content: "";
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -12px auto 52px;
	width: 4px;
	height: 92px;
	border-left: 4px dotted #0a2676
}*/

/*@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top::after {
		margin: 36px auto 40px;
		height: 60px
	}
}*/

#product_kyutou_bath_gas_retool_index .top__circle.-circle-01 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: -10%;
	left: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top__circle.-circle-01 {
		top: -20%;
		left: 13%
	}
}

#product_kyutou_bath_gas_retool_index .top__circle.-circle-02 {
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 54%;
	left: 25%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top__circle.-circle-02 {
		top: 47%;
		left: 52%
	}
}

#product_kyutou_bath_gas_retool_index .top__circle.-circle-03 {
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: -38%;
	left: 38%
}

#product_kyutou_bath_gas_retool_index .top__circle.-circle-04 {
	-webkit-transition-duration: 2000ms;
	transition-duration: 2000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 66%;
	left: 48%
}

#product_kyutou_bath_gas_retool_index .top__circle.-circle-05 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 62%;
	right: 0
}

#product_kyutou_bath_gas_retool_index .top__wrap {
	position: relative;
	margin: 0 auto 80px;
	padding: 60px 24px 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top__wrap {
		padding: 30px 24px 0;
		margin-bottom: 60px;
	}
}

#product_kyutou_bath_gas_retool_index .top__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top__contents {
		display: block
	}
}

#product_kyutou_bath_gas_retool_index .top__block:nth-child(1) {
	margin-right: 110px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top__block:nth-child(1) {
		margin-right: 0
	}
}

#product_kyutou_bath_gas_retool_index .top__heading {
	line-height: 1.5;
	font-size: 3.6rem
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top__heading {
		font-size: 2.8rem
	}
}

#product_kyutou_bath_gas_retool_index .top__read {
	margin-top: 16px;
	color: #333
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top__read {
		margin-top: 24px;
		text-align: center
	}
}

#product_kyutou_bath_gas_retool_index .top__image {
	width: 357px;
	height: 322px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .top__image {
		display: block;
		margin: 0 auto;
		max-width: 274px;
		width: 100%;
		height: auto
	}
}

#product_kyutou_bath_gas_retool_index .support {
	position: relative;
	margin-bottom: 120px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support {
		margin-bottom: 0px;
	}
}

#product_kyutou_bath_gas_retool_index .support__circle.-circle-01 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: -3%;
	left: 27%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support__circle.-circle-01 {
		top: 6%;
		right: 0;
		left: auto
	}
}

#product_kyutou_bath_gas_retool_index .support__circle.-circle-02 {
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 36%;
	left: 63%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support__circle.-circle-02 {
		top: 20%;
		left: 2%
	}
}

#product_kyutou_bath_gas_retool_index .support__circle.-circle-03 {
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 66%;
	left: 32%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support__circle.-circle-03 {
		top: 15%;
		left: 44%
	}
}

#product_kyutou_bath_gas_retool_index .support__circle.-circle-04 {
	-webkit-transition-duration: 2000ms;
	transition-duration: 2000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 66%;
	left: 74%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support__circle.-circle-04 {
		top: 48%;
		left: 0%
	}
}

#product_kyutou_bath_gas_retool_index .support__circle.-circle-05 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 90%;
	left: 37%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support__circle.-circle-05 {
		top: 78%;
		right: 0;
		left: auto
	}
}

#product_kyutou_bath_gas_retool_index .support__circle.-circle-06 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support__circle.-circle-06 {
		top: 92%;
		left: 3%
	}
}

#product_kyutou_bath_gas_retool_index .support__wrap {
	position: relative
}

#product_kyutou_bath_gas_retool_index .support__contents {
	padding: 0 24px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support__contents {
		margin-bottom: 60px;
	}
}

#product_kyutou_bath_gas_retool_index .support .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1120px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support .list {
		display: block
	}
}

#product_kyutou_bath_gas_retool_index .support .list__item {
	margin-right: 12px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support .list__item {
		margin: 0 auto 32px
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support .list__item:last-child {
		margin: 0 auto
	}
}

/*#product_kyutou_bath_gas_retool_index .support .list__item:nth-of-type(3n) {
	margin-right: 0
}*/

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support .list__item:nth-of-type(3n) {
		margin: 0 auto 32px
	}
}

#product_kyutou_bath_gas_retool_index .support .list__item:nth-of-type(n + 4) {
	/*margin-top: 44px*/
	margin: auto;
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .support .list__item:nth-of-type(n + 4) {
		margin-top: 0
	}
}

#product_kyutou_bath_gas_retool_index .product {
	position: relative;
	margin-bottom: 260px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product {
		margin-bottom: 180px;
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-01 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: -8%;
	left: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-01 {
		top: -2%;
		left: 10%
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-02 {
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 24%;
	right: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-02 {
		top: 12%;
		left: 0;
		right: auto
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-03 {
	-webkit-transition-duration: 2000ms;
	transition-duration: 2000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-03 {
		top: 14%;
		left: 48%
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-04 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-04 {
		top: 30%;
		right: 0px
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-05 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-05 {
		top: 63%
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-06 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-06 {
		top: 48%;
		left: 18%
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-07 {
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-07 {
		top: 77%;
		left: 0px
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-08 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-08 {
		top: 78%;
		left: 53%
	}
}

#product_kyutou_bath_gas_retool_index .product__circle.-circle-09 {
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product__circle.-circle-09 {
		top: 96%;
		left: 7%
	}
}

#product_kyutou_bath_gas_retool_index .product__contents {
	padding: 0 24px
}

#product_kyutou_bath_gas_retool_index .product .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1120px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product .list {
		display: block
	}
}

#product_kyutou_bath_gas_retool_index .product .list__item {
	margin-right: 44px;
	width: calc(33.3333333333% - 29.3333333333px)
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product .list__item {
		margin: 0 auto 60px;
		width: 100%
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product .list__item:last-child {
		margin: 0 auto
	}
}

#product_kyutou_bath_gas_retool_index .product .list__item:nth-of-type(3n) {
	margin-right: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product .list__item:nth-of-type(3n) {
		margin: 0 auto 60px
	}
}

#product_kyutou_bath_gas_retool_index .product .list__item:nth-of-type(n + 4) {
	margin-top: 60px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product .list__item:nth-of-type(n + 4) {
		margin-top: 0
	}
}

#product_kyutou_bath_gas_retool_index .product .list__link {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#product_kyutou_bath_gas_retool_index .product .list__link:hover {
	opacity: 0.7
}

#product_kyutou_bath_gas_retool_index .product .list__image {
	width: 100%
}

#product_kyutou_bath_gas_retool_index .product .list__heading {
	margin-top: 14px;
	margin-bottom: 4px;
	font-size: 1.8rem
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_index .product .list__heading {
		font-size: 1.7rem
	}
}

#product_kyutou_bath_gas_retool_index .product .list__text {
	font-size: 1.4rem;
	line-height: 1.7
}

#product_kyutou_bath_gas_retool_qa .contents {
	margin: 0px auto -38px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .contents {
		margin: 0px auto -42px
	}
}

#product_kyutou_bath_gas_retool_qa .circle {
	position: absolute;
	z-index: -1
}

#product_kyutou_bath_gas_retool_qa .top {
	position: relative;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top {
		margin-bottom: 30px;
	}
}

/*#product_kyutou_bath_gas_retool_qa .top::after {
	content: "";
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 56px auto;
	width: 4px;
	height: 92px;
	border-left: 4px dotted #0a2676
}*/

/*@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top::after {
		margin: 36px auto 40px;
		height: 60px
	}
}*/

#product_kyutou_bath_gas_retool_qa .top__circle.-circle-01 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: -10%;
	left: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top__circle.-circle-01 {
		top: -20%;
		left: 13%
	}
}

#product_kyutou_bath_gas_retool_qa .top__circle.-circle-02 {
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 54%;
	left: 25%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top__circle.-circle-02 {
		top: 47%;
		left: 52%
	}
}

#product_kyutou_bath_gas_retool_qa .top__circle.-circle-03 {
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: -38%;
	left: 38%
}

#product_kyutou_bath_gas_retool_qa .top__circle.-circle-04 {
	-webkit-transition-duration: 2000ms;
	transition-duration: 2000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 66%;
	left: 48%
}

#product_kyutou_bath_gas_retool_qa .top__circle.-circle-05 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 62%;
	right: 0
}

#product_kyutou_bath_gas_retool_qa .top__wrap {
	padding: 28px 24px 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top__wrap {
		padding: 28px 0 0
	}
}

#product_kyutou_bath_gas_retool_qa .top__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	max-width: 1084px;
	margin: 0 auto
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top__contents {
		display: block
	}
}

#product_kyutou_bath_gas_retool_qa .top__block:nth-child(1) {
	margin-bottom: auto
}

#product_kyutou_bath_gas_retool_qa .top__block:nth-child(2) {
	margin-left: -48px;
	margin-right: 12px
}

#product_kyutou_bath_gas_retool_qa .top .heading {
	margin-bottom: 24px;
	font-size: 3.6rem;
	line-height: 1.5
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top .heading {
		margin-bottom: 28px;
		padding: 0 24px;
		font-size: 2.8rem
	}
}

#product_kyutou_bath_gas_retool_qa .top .read {
	font-size: 1.6rem
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top .read {
		text-align: center;
		font-size: 1.4rem
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top .illust {
		position: absolute;
		top: 50%;
		left: 24%
	}
}

#product_kyutou_bath_gas_retool_qa .top .illust__image {
	width: 14.53125vw;
	max-width: 186px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top .illust__image {
		width: 142px
	}
}

#product_kyutou_bath_gas_retool_qa .top .main {
	max-width: 605px;
	width: 100%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top .main {
		text-align: right;
		width: 100vw;
		margin-bottom: 76px
	}
}

#product_kyutou_bath_gas_retool_qa .top .main__image {
	width: 100%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .top .main__image {
		width: 74.6666666667%
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a {
	position: relative;
	margin-bottom: 180px
}

#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-01 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: -3%;
	left: 27%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-01 {
		top: 6%;
		right: 0;
		left: auto
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-02 {
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 36%;
	left: 63%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-02 {
		top: 20%;
		left: 2%
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-03 {
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 66%;
	left: 32%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-03 {
		top: 15%;
		left: 44%
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-04 {
	-webkit-transition-duration: 2000ms;
	transition-duration: 2000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 66%;
	left: 74%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-04 {
		top: 48%;
		left: 0%
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-05 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 90%;
	left: 37%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-05 {
		top: 78%;
		right: 0;
		left: auto
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-06 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a__circle.-circle-06 {
		top: 92%;
		left: 3%
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a__wrap {
	margin: 0 auto;
	max-width: 926px;
	width: 72.34375vw;
	border-top: 1px solid #ddd
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a__wrap {
		padding: 0 20px;
		width: 100%
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a .list__term {
	position: relative;
	margin: 45px 0;
	padding-left: 80px;
	font-size: 2rem
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a .list__term {
		margin: 32px 0;
		padding-left: 48px;
		font-size: 1.6rem
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a .list__term::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 2rem;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a .list__term::before {
		top: 0;
		left: 18px;
		font-size: 1.8rem
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	padding: 28px 28px 28px 80px;
	background-color: #f0f5f7
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc {
		display: block;
		padding: 24px 18px 28px 48px
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc__text {
	margin-right: 60px;
	width: 608px;
	color: #0a2676;
	font-size: 1.4rem
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc__text {
		margin-right: 0;
		width: 100%
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc::before {
	content: "A";
	position: absolute;
	top: 26px;
	left: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #0a2676
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc::before {
		top: 22px;
		left: 18px;
		font-size: 1.8rem
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc .list {
	margin-right: 60px;
	width: 608px;
	color: #0a2676
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc .list {
		width: 100%
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc .list__item.-sub {
	margin-top: 24px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc .list__item.-sub {
		margin-top: 12px
	}
}

#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc__image {
	margin-top: auto
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .q-and-a .list .desc__image {
		display: block;
		margin: 16px auto 0
	}
}

#product_kyutou_bath_gas_retool_qa .support {
	position: relative;
	margin-bottom: 260px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support {
		margin-bottom: 180px
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-01 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: -8%;
	left: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-01 {
		top: -2%;
		left: 10%
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-02 {
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 24%;
	right: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-02 {
		top: 12%;
		left: 0;
		right: auto
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-03 {
	-webkit-transition-duration: 2000ms;
	transition-duration: 2000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-03 {
		top: 14%;
		left: 48%
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-04 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-04 {
		top: 30%;
		right: 0px
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-05 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-05 {
		top: 63%
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-06 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-06 {
		top: 48%;
		left: 18%
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-07 {
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-07 {
		top: 77%;
		left: 0px
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-08 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-08 {
		top: 78%;
		left: 53%
	}
}

#product_kyutou_bath_gas_retool_qa .support__circle.-circle-09 {
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__circle.-circle-09 {
		top: 96%;
		left: 7%
	}
}

#product_kyutou_bath_gas_retool_qa .support .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 416px;
	height: 60px;
	min-height: auto;
	font-size: 1.6rem;
	border-radius: 50px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support .btn {
		max-width: 282px;
		font-size: 1.4rem
	}
}

#product_kyutou_bath_gas_retool_qa .support .btn__image {
	position: absolute;
	left: 0;
	right: 56px;
	bottom: 59px;
	margin: 0 auto;
	z-index: -1
}

#product_kyutou_bath_gas_retool_qa .support .-btn-01 {
	margin: 0 auto 120px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support .-btn-01 {
		margin: 0 auto 80px
	}
}

#product_kyutou_bath_gas_retool_qa .support .-btn-02 {
	margin: 0 auto 180px
}

#product_kyutou_bath_gas_retool_qa .support__contents {
	margin-bottom: 60px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support__contents {
		margin-bottom: 52px
	}
}

#product_kyutou_bath_gas_retool_qa .support .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 930px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support .list {
		display: block
	}
}

#product_kyutou_bath_gas_retool_qa .support .list__item {
	margin-right: 44px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support .list__item {
		margin: 0 auto 32px
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support .list__item:last-child {
		margin: 0 auto
	}
}

#product_kyutou_bath_gas_retool_qa .support .list__item:nth-of-type(3n) {
	margin-right: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support .list__item:nth-of-type(3n) {
		margin: 0 auto 32px
	}
}

#product_kyutou_bath_gas_retool_qa .support .list__item:nth-of-type(n + 4) {
	margin-top: 44px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_qa .support .list__item:nth-of-type(n + 4) {
		margin-top: 0
	}
}

/*#product_kyutou_bath_gas_retool_movie .top::after {
	content: "";
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto 90px;
	width: 4px;
	height: 92px;
	border-left: 4px dotted #0a2676
}*/

/*@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .top::after {
		margin: -30px auto 64px;
		height: 80px
	}
}*/

#product_kyutou_bath_gas_retool_movie .top__wrap {
	position: relative
}

#product_kyutou_bath_gas_retool_movie .top__circle {
	position: absolute;
	z-index: -1
}

#product_kyutou_bath_gas_retool_movie .top .-circle-01 {
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 13%;
	left: 30%
}

#product_kyutou_bath_gas_retool_movie .top .-circle-02 {
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 13%;
	right: 5%
}

#product_kyutou_bath_gas_retool_movie .top .-circle-03 {
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 45%;
	left: 35%
}

#product_kyutou_bath_gas_retool_movie .top .-circle-04 {
	-webkit-transition-duration: 2000ms;
	transition-duration: 2000ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	top: 64%;
	left: -4%
}

#product_kyutou_bath_gas_retool_movie .top__contents {
	position: relative;
	margin: 0 auto;
	padding: 0 24px;
	max-width: 926px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .top__contents {
		margin: 24px auto 0
	}
}

#product_kyutou_bath_gas_retool_movie .top__heading {
	margin: 0 auto;
	padding: 128px 0 70px;
	text-align: center
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .top__heading {
		display: block;
		padding: 9px 0 18px;
		max-width: 225px;
		width: 100%
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .top__heading img {
		width: 100%
	}
}

#product_kyutou_bath_gas_retool_movie .top__image {
	position: absolute
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .top__image {
		position: relative
	}
}

#product_kyutou_bath_gas_retool_movie .top .-image-01 {
	top: 42%;
	left: 6%;
	max-width: 204px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .top .-image-01 {
		display: block;
		top: auto;
		left: auto;
		margin: 0 auto;
		max-width: 240px
	}
}

#product_kyutou_bath_gas_retool_movie .top .-image-02 {
	top: 15%;
	right: -3vw;
	max-width: 341px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .top .-image-02 {
		display: block;
		top: auto;
		right: auto;
		margin: -53px auto 0;
		max-width: 301px
	}
}

#product_kyutou_bath_gas_retool_movie .machine {
	margin-top: -50px
}

#product_kyutou_bath_gas_retool_movie .machine #canvas01 {
	position: relative;
	top: 9px;
	z-index: -1
}

#product_kyutou_bath_gas_retool_movie .machine__wrap {
	position: relative;
	padding: 30px 0 80px;
	background-color: #f0f5f7
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine__wrap {
		padding: 30px 24px 60px
	}
}

#product_kyutou_bath_gas_retool_movie .machine__illust {
	position: absolute
}

#product_kyutou_bath_gas_retool_movie .machine .-illust-01 {
	top: 5%;
	left: 26%
}

#product_kyutou_bath_gas_retool_movie .machine .-illust-02 {
	top: 4%;
	right: 20%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine .-illust-02 {
		top: 0%;
		right: 12%;
		max-width: 245px
	}
}

#product_kyutou_bath_gas_retool_movie .machine__contents {
	margin: 0 auto;
	padding: 68px 54px;
	max-width: 1120px;
	border-radius: 20px;
	background-color: #fff
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine__contents {
		padding: 30px 20px 48px;
		border-radius: 15px
	}
}

#product_kyutou_bath_gas_retool_movie .machine__heading {
	text-align: center;
	margin-bottom: 60px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine__heading {
		margin: 0 auto 40px;
		max-width: 182px
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine__heading img {
		width: 100%
	}
}

#product_kyutou_bath_gas_retool_movie .machine .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine .list {
		display: block
	}
}

#product_kyutou_bath_gas_retool_movie .machine .list__item {
	display: inline-block;
	margin-right: 40px;
	width: calc(33.3333333333% - 26.6666666667px);
	max-width: 312px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine .list__item {
		margin-bottom: 36px;
		margin-right: 0;
		width: 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine .list__item:last-child {
		margin-bottom: 0
	}
}

#product_kyutou_bath_gas_retool_movie .machine .list__item:nth-child(3n) {
	margin-right: 0
}

#product_kyutou_bath_gas_retool_movie .machine .list__item:nth-child(n+4) {
	margin-top: 32px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine .list__item:nth-child(n+4) {
		margin-top: 0
	}
}

#product_kyutou_bath_gas_retool_movie .machine .list__link {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#product_kyutou_bath_gas_retool_movie .machine .list__link:hover {
	opacity: 0.7
}

#product_kyutou_bath_gas_retool_movie .machine .list__frame {
	display: inline-block;
	position: relative
}

#product_kyutou_bath_gas_retool_movie .machine .list__image {
	width: 100%
}

#product_kyutou_bath_gas_retool_movie .machine .list__play {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 50px;
	height: 50px
}

#product_kyutou_bath_gas_retool_movie .machine .list__text {
	margin-top: 12px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .machine .list__text {
		font-size: 1.5rem
	}
}

#product_kyutou_bath_gas_retool_movie .controller {
	margin-bottom: 100px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller {
		margin-bottom: 60px
	}
}

#product_kyutou_bath_gas_retool_movie .controller__wrap {
	position: relative;
	top: -9px;
	padding: 120px;
	background-color: #f0f5f7
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller__wrap {
		padding: 100px 24px 60px
	}
}

#product_kyutou_bath_gas_retool_movie .controller__illust {
	position: absolute
}

#product_kyutou_bath_gas_retool_movie .controller .-illust-01 {
	top: 2%;
	left: 20%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller .-illust-01 {
		top: auto;
		bottom: 240px;
		left: 36px;
		right: 0;
		margin: 0 auto
	}
}

#product_kyutou_bath_gas_retool_movie .controller .-illust-02 {
	right: 20%;
	top: 9%
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller .-illust-02 {
		max-width: 139px;
		top: -3px;
		left: 84px;
		right: 0;
		margin: 0 auto
	}
}

#product_kyutou_bath_gas_retool_movie .controller__contents {
	margin: 0 auto;
	padding: 68px 54px;
	max-width: 1120px;
	border-radius: 20px;
	background-color: #fff
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller__contents {
		padding: 60px 20px 180px;
		border-radius: 15px
	}
}

#product_kyutou_bath_gas_retool_movie .controller__heading {
	text-align: center;
	margin-bottom: 60px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller__heading {
		margin: 0 auto 40px;
		max-width: 283px
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller__heading img {
		width: 100%
	}
}

#product_kyutou_bath_gas_retool_movie .controller .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#product_kyutou_bath_gas_retool_movie .controller .list__item {
	display: inline-block;
	margin-right: 40px;
	width: calc(33.3333333333% - 26.6666666667px);
	max-width: 312px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller .list__item {
		margin-right: 0;
		margin-bottom: 36px;
		width: 100%
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller .list__item:last-child {
		margin-bottom: 0
	}
}

#product_kyutou_bath_gas_retool_movie .controller .list__item:nth-child(3n) {
	margin-right: 0
}

#product_kyutou_bath_gas_retool_movie .controller .list__item:nth-child(n+4) {
	margin-top: 32px
}

#product_kyutou_bath_gas_retool_movie .controller .list__frame {
	display: inline-block;
	position: relative
}

#product_kyutou_bath_gas_retool_movie .controller .list__image {
	width: 100%
}

#product_kyutou_bath_gas_retool_movie .controller .list__play {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 50px;
	height: 50px
}

#product_kyutou_bath_gas_retool_movie .controller .list__link {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#product_kyutou_bath_gas_retool_movie .controller .list__link:hover {
	opacity: 0.7
}

#product_kyutou_bath_gas_retool_movie .controller .list__text {
	margin-top: 12px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller .list__text {
		font-size: 1.5rem
	}
}

#product_kyutou_bath_gas_retool_movie .controller__btnwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 80px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller__btnwrap {
		display: block;
		margin-top: 120px
	}
}

#product_kyutou_bath_gas_retool_movie .controller__btn {
	width: 340px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller__btn {
		width: 282px;
		margin: 0 auto;
		font-size: 1.4rem
	}
}

#product_kyutou_bath_gas_retool_movie .controller__btn:first-child {
	margin-right: 32px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .controller__btn:first-child {
		margin-bottom: 20px;
		margin-right: auto
	}
}

#product_kyutou_bath_gas_retool_movie .controller #canvas02 {
	position: relative;
	bottom: 9px;
	z-index: -1;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

#product_kyutou_bath_gas_retool_movie .support {
	margin-bottom: 230px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .support {
		margin-bottom: 180px
	}
}

#product_kyutou_bath_gas_retool_movie .support__contents {
	margin-bottom: 60px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .support__contents {
		margin-bottom: 52px
	}
}

#product_kyutou_bath_gas_retool_movie .support .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 930px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .support .list {
		display: block
	}
}

#product_kyutou_bath_gas_retool_movie .support .list__item {
	margin-right: 44px
}
#product_kyutou_bath_gas_retool_movie .support .list__item:nth-of-type(2n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .support .list__item {
		margin: 0 auto 32px
	}
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .support .list__item:last-child {
		margin: 0 auto
	}
}

#product_kyutou_bath_gas_retool_movie .support .list__item:nth-of-type(3n) {
	margin-right: 0
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .support .list__item:nth-of-type(3n) {
		margin: 0 auto 32px
	}
}

#product_kyutou_bath_gas_retool_movie .support .list__item:nth-of-type(n + 4) {
	margin-top: 44px
}

@media screen and (max-width: 768px) {
	#product_kyutou_bath_gas_retool_movie .support .list__item:nth-of-type(n + 4) {
		margin-top: 0
	}
}