@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
}


/* -----------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-size: 1.4em;
	font-family: 'Roboto', 'Noto Sans JP';
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fafafa;
}

@media only screen and (min-width: 741px) {
	body {
		min-width: auto !important;
	}
}


/*clearfix*/
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}



a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
}

a img {
	transition: opacity 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}
img.nofade {
	opacity: 1 !important;
}


#wrap {
	overflow: hidden;
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #00c4af;
}
.header .hdInr {
	height: 45px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .heTtl {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.header .btnBack {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 19px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.header .btnBack .arw {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
}

html {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body,
#wrap {
	height: 100%;
}

body,
#wrap {
	height: 100%;
}

#wrap {
	position: relative;
}

.btnPosClose {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}
.btnPosClose a {
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	background: url(/packages/dhp/themes/dhp/images/btn_close_howto.svg)  no-repeat center center;
	background-size: 16px auto;
}

.wrapScroll {
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#manualSlide,
#manualSlide .mask,
#manualSlide .slider,
#manualSlide .item {
	height: 100%;
}

#manualSlide .item {
	box-sizing: border-box;
	padding: 40px 0 94px;
	text-align: center;
    height: 90vh;
  	height: calc(var(--vh, 1vh) * 100);
}
#manualSlide .item img {
	height: 100%;
	width: auto;
}

#manualSlide .slideFt {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25px;
}
#manualSlide .slideFt .pager {
	text-align: center;
	padding-bottom: 15px;
}
#manualSlide .slideFt .pager .pagerItem {
	display: inline-block;
	font-size: 1px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #777;
	margin: 0 3px;
	pointer-events: none;
}
#manualSlide .slideFt .pager .pagerItem.js-stay {
	background: #00c4af;
}
#manualSlide .slideFt .btnCol {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0 15px;
}
#manualSlide .slideFt .btnWrap {
	position: relative;
}
#manualSlide .slideFt .btnPrev,
#manualSlide .slideFt .btnClose {
	opacity: 0;
	pointer-events: none;
}
#manualSlide .slideFt .btnPrev,
#manualSlide .slideFt .btnNext,
#manualSlide .slideFt .btnClose,
#manualSlide .slideFt .btnBack {
	position: absolute;
	display: flex;
	width: 92px;
	height: 41px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background: #00c4af;
	border-radius: 3px;
	bottom: 0;
}
#manualSlide .slideFt .btnPrev,
#manualSlide .slideFt .btnBack {
	left: 0;
}
#manualSlide .slideFt .btnNext,
#manualSlide .slideFt .btnClose {
	right: 0;
}
#manualSlide .slideFt.js-showPrev .btnWrap .btnPrev {
	opacity: 1;
	pointer-events: all;
}
#manualSlide .slideFt.js-showPrev .btnWrap .btnBack {
	opacity: 0;
	pointer-events: none;
}
#manualSlide .slideFt.js-toLast .btnWrap .btnNext {
	opacity: 0;
}
#manualSlide .slideFt.js-toLast .btnWrap .btnClose {
	opacity: 1;
}
#manualSlide .slideFt.js-stayLast .btnWrap .btnNext {
	pointer-events: none;
}
#manualSlide .slideFt.js-stayLast .btnWrap .btnClose {
	pointer-events: all;
}

