@charset "utf-8"; /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, footer, header, nav, section {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
figcaption, figure, main {
  display: block
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: inherit
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
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
}
audio, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  display: inline-block;
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details, menu {
  display: block
}
summary {
  display: list-item
}
canvas {
  display: inline-block
}
template {
  display: none
}
[hidden] {
  display: none
} /*! ==========================================================================
   base
   ========================================================================== */ * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  width: 100%;
  height: 100%
}
html {
  font-size: 62.5%;
  color: #333;
  overflow-y: scroll
}
body {
  position: relative;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.4rem;
  font-feature-settings: "palt"1;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff
}
@media screen and (min-width:768px) {
  body {
    font-size: 1.7rem
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .1em
}
p {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .05em
}
ol, ul, dl {
  margin: 0;
  padding: 0
}
ol, ul {
  list-style-type: none
}
dd {
  margin-left: 0
}
figure {
  margin: 0;
  padding: 0
}
figcaption {
  margin-top: 0;
  margin-bottom: 0
}
img {
  vertical-align: middle
}
@media screen and (max-width:768px) {
  img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
  }
}
a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in
}
a:hover {
  min-height: 1em;
  text-decoration: underline;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in
}
a:visited {
  text-decoration: none
}
:focus {
  -moz-outline-style: none
}
@media screen and (min-width:768px) {
  a:hover {
    text-decoration: none
  }
  a:active {
    text-decoration: none
  }
}
.rover:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -ms-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in
}
::selection {
  background: rgba(216, 216, 216, .3)
}
::-moz-selection {
  background: rgba(216, 216, 216, .3)
}
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
.pc {
  display: inline-block
}
.sp {
  display: none
}
@media screen and (max-width:768px) {
  .pc {
    display: none
  }
  .sp {
    display: block
  }
}
@media screen and (min-width:668px) {
  a[href^="tel:"] {
    pointer-events: none
  }
}
.notes {
  margin-bottom: 15px;
  font-size: 1.3rem
}
.notes__item {
  margin-bottom: .2em;
  padding-left: 1em;
  text-indent: -.7em;
  line-height: 1.38
}
@media screen and (min-width:768px) {
  .notes {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.4rem
  }
  .notes__item {
    line-height: 1.7
  }
}
.header__container {
  position: relative;
  width: 100%;
  height: 47px;
  border-bottom: 1px solid #9b9b9b
}
@media screen and (min-width:768px) {
  .header {
    position: absolute;
    width: 100%;
    z-index: 100
  }
  .header__container {
    max-width: 1018px;
    height: 47px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #9b9b9b
  }
}
.header__logo {
  width: 88px;
  padding-top: 13px;
  padding-left: 12px
}
.header__logo--link {
  display: block;
  width: 75px;
  height: 24px;
  background-image: url(/special/common_v4/images/logo_duskin_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap
}
.header__rhythm {
  display: none
}
@media screen and (min-width:768px) {
  .header__logo {
    width: 120px
  }
  .header__logo--link {
    width: 120px;
    height: 39px
  }
  .header__rhythm {
    display: block;
    position: absolute;
    top: 13px;
    right: 15px
  }
  .header__rhythm--link {
    display: block;
    width: 196px;
    height: 25px;
    background-image: url(/special/common_v4/images/logo_rhythm.png);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap
  }
}
.header__navi-switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 47px;
  background-image: url(/special/common_v4/images/btn_header_menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap
}
.header__navi-container {
  display: none;
  background-color: #626461;
  border-bottom: 1px solid #9b9b9b
}
.header__navi-link {
  display: block;
  height: 48px;
  border-bottom: 1px solid #fff;
  background-image: url(/special/common_v4/images/icon_angle-right_white.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 3%;
  font-size: 1.9rem;
  color: #fff;
  line-height: 47px;
  text-indent: 1em
}
@media screen and (min-width:768px) {
  .header__navi-switch {
    display: none
  }
}
.footer {
  padding-top: 30px
}
.footer__pagetop {
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 50%;
  width: 70px;
  height: 70px;
  margin-right: -600px;
  overflow: hidden
}
.footer__pagetop-link {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(/special/common_v4/images/btn_pagetop_2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap
}
@media screen and (min-width:768px) {
  .footer__pagetop-link {
    width: 70px;
    height: 70px
  }
}
.footer__callcenter {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  text-align: center
}
.footer__callcenter-link {
  display: block;
  margin-right: 20px;
  margin-left: 20px
}
@media screen and (min-width:768px) {
  .footer__callcenter {
    margin-bottom: 30px;
    padding-top: 50px;
    border-bottom: none;
  }
}
.footer__sns-list {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center
}
.footer__sns-item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-repeat: no-repeat;
  letter-spacing: -.4em
}
.footer__sns-link {
  display: block;
  width: 40px;
  height: 40px;
  letter-spacing: normal;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap
}
.sns-link--facebook {
  background-image: url(/special/common_v4/images/bnr_footer_facebook_sp.png)
}
.sns-link--twitter {
  background-image: url(/special/common_v4/images/bnr_footer_twitter_sp.png)
}
.sns-link--line {
  background-image: url(/special/common_v4/images/bnr_footer_line_sp.png)
}
@media screen and (min-width:768px) {
  .footer__sns-list {
    width: 730px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto
  }
  .footer__sns-link {
    width: 220px;
    height: 46px;
    letter-spacing: normal
  }
  .footer__sns-link:hover {
    opacity: 0;
    filter: alpha(opacity=0)
  }
  .footer__sns-item--facebook {
    background-image: url(/special/common_v4/images/bnr_footer_facebook_on.png)
  }
  .sns-link--facebook {
    background-image: url(/special/common_v4/images/bnr_footer_facebook.png)
  }
  .footer__sns-item--twitter {
    background-image: url(/special/common_v4/images/bnr_footer_twitter_on.png)
  }
  .sns-link--twitter {
    background-image: url(/special/common_v4/images/bnr_footer_twitter.png)
  }
  .footer__sns-item--line {
    background-image: url(/special/common_v4/images/bnr_footer_line_on.png)
  }
  .sns-link--line {
    background-image: url(/special/common_v4/images/bnr_footer_line.png)
  }
}
.footer__copyright {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #999
}
@media screen and (min-width:768px) {
  .footer__copyright {
    font-size: 1.5rem
  }
}