@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #333
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  -ms-interpolation-mode: bicubic
}

svg:not(:root) {
  overflow: hidden
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .56px;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1024px;
  -webkit-text-size-adjust: 100%
}

＠media print section {
  display: block;
  page-break-before: always
}

＠media print code, ＠media print pre {
  page-break-after: always
}

@page {
  margin: .5cm
}

＠media print a, ＠media print code, ＠media print pre {
  word-wrap: break-word
}

＠media print pre a[href]:after {
  content: ""
}

＠media print pre abbr[title]:after {
  content: ""
}

＠media print pre .ir a:after, ＠media print pre a[href^='#']:after, ＠media print pre a[href^='javascript:']:after {
  content: ''
}

＠media print .noPrint {
  display: none!important
}

＠media print body {
  width: 1280px;
  font-size: 12pt;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-print-color-adjust: exact
}

＠media print body .continer {
  padding-top: 0
}

.main {
  display: block;
  min-width: 1024px;
  padding-top: 100px
}

a {
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

a:hover {
  opacity: .7
}

.spOnly {
  display: none!important
}

.header {
  width: 100%;
  min-width: 1024px;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4
}

.headerLogo {
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  max-width: 320px
}

.headerLogo img {
  width: 86.5625%;
  margin: auto;
  margin-right: 0
}

.headerNav {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.headerNavList {
  width: 100%;
  max-width: 620px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.headerNavListItem {
  padding: 10px 0;
  padding-right: 9px;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: .8px;
  font-weight: 700
}

.headerNavListItem.mist {
  padding-left: 55px;
  margin-left: 0
}

.headerNavListItem.hand {
  padding-left: 50px
}

.headerNavListItem.spray {
  padding-left: 55px
}

.headerNavListItem.current.mist {
  background-color: rgba(0, 184, 238, .1)
}

.headerNavListItem.current.hand {
  background-color: rgba(44, 181, 169, .15)
}

.headerNavListItem.current.spray {
  background-color: rgba(141, 194, 31, .15)
}

.headerNavListItem img {
  width: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.headerContact {
  width: 200px;
  height: 100%
}

.headerContact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #ff9d00;
  font-size: 18px;
  line-height: 1.46;
  letter-spacing: .9px;
  color: #fff
}

.headerContact a::before {
  content: "";
  background: url(/mirakuru/images/common/icon_contact.svg) center/contain no-repeat;
  width: 22px;
  height: 30px;
  margin-right: 10px
}

.footer {
  width: 100%;
  min-width: 1024px;
  padding-top: 110px;
  position: relative
}

.footer .pageTop {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  background-color: #ff9d00;
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer
}

.footer .pageTop::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 75% 62.5%;
  transform-origin: 75% 62.5%
}

.footer .pageTop.show {
  opacity: 1;
  visibility: visible
}

.footer .pageTop.show:hover {
  opacity: .7
}

.footerBreadcrumb {
  max-width: 1020px;
  margin: 0 auto 20px;
  padding: 0 20px
}

.footerBreadcrumb ol {
  position: relative;
  padding-left: 23px
}

.footerBreadcrumb ol::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 12px;
  background: url(/mirakuru/images/common/icon_home.svg) center/contain no-repeat
}

.footerBreadcrumb ol li {
  display: inline;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #666
}

.footerBreadcrumb ol li:not(:last-child)::after {
  content: '>';
  padding: 0 .2em;
  color: #666
}

.footerBreadcrumb ol li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #666
}

.footerBreadcrumb ol li a:hover {
  text-decoration: underline
}

.footerBg {
  background-color: #f8f8f8;
  padding: 35px 0
}

.footerContents {
  max-width: 1020px;
  margin: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.88;
  letter-spacing: 2.1px;
  color: #666
}

.footerContentsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none
}

.footerContentsListItem {
  padding-left: 13.5px;
  padding-right: 50px;
  position: relative;
  letter-spacing: .7px
}

.footerContentsListItem::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ff9300;
  border-right: 2px solid #ff9300;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.footerCopyright {
  font-size: 14px;
  line-height: 1.88;
  letter-spacing: .7px;
  color: #666;
  padding: 17px 0;
  text-align: center
}

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

.columnLayout .col1 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.columnLayout .col2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.columnLayout .col3 {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%
}

.columnLayout .col4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%
}

.columnLayout .col5 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%
}

.columnLayout .col6 {
  -webkit-flex-basis: 16%;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%
}

.columnLayout .col7 {
  -webkit-flex-basis: 14%;
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%
}

.columnLayout .col8 {
  -webkit-flex-basis: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%
}

.btn, .btn-contact {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.btn-contact::after, .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.btn-contact:hover, .btn:hover {
  opacity: .7
}

.btn.mist, .mist.btn-contact {
  background-color: #00b8ee
}

.btn.hand, .hand.btn-contact {
  background-color: #2cb5a9
}

.btn.spray, .spray.btn-contact {
  background-color: #8dc21f
}

.btn-contact {
  background-color: #ff9d00;
  width: 450px;
  margin: auto;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 2px;
  -webkit-transition: .2s;
  transition: .2s
}

.btn-contact:disabled {
  background-color: #eee;
  color: #666
}

.btn-contact:disabled::after {
  border-top: 2px solid #666;
  border-right: 2px solid #666
}

.back.btn-contact, .btn.back {
  background-color: #eee;
  color: #666;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 2px
}

.back.btn-contact::after, .btn.back::after {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  right: inherit;
  left: 15px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.index .keyvisual {
  width: 100%
}

.index .keyvisual img {
  width: 100%
}

.index .products {
  max-width: 1020px;
  margin: auto;
  padding: 80px 20px 0
}

.index .productsTit {
  width: 51%;
  margin: 0 auto 60px
}

.index .productsLead {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 80px
}

.index .productsList {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.index .productsListItem {
  -webkit-flex-basis: 30.6%;
  -ms-flex-preferred-size: 30.6%;
  flex-basis: 30.6%
}

.index .productsListItemImg {
  margin-bottom: 20px
}

.index .productsListItemTit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 78.3%;
  margin: 0 auto 45px;
  height: 108px
}

.index .productsListItemTxt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .4px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  height: 166px
}

.index .productsListItemPrice {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 20px
}

.index .productsListItemPrice span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .7px
}

.index .productsListItemPrice .attention {
  color: #666
}

.productContent {
  max-width: 1020px;
  margin: auto;
  padding: 50px 20px 0
}

.productImg {
  margin-bottom: 70px;
  border: solid 1px #ccc
}

.productPrice {
  padding: 40px 0 50px;
  text-align: center;
  border-style: solid;
  border-width: 1px 0;
  margin-bottom: 70px
}

.productPrice.mist {
  background-color: rgba(0, 184, 238, .05);
  border-color: rgba(0, 184, 238, .3)
}

.productPrice.hand {
  background-color: rgba(44, 181, 169, .05);
  border-color: rgba(44, 181, 169, .3)
}

.productPrice.spray {
  background-color: rgba(141, 194, 31, .05);
  border-color: rgba(141, 194, 31, .3)
}

.productPriceTit {
  width: 240px;
  margin: auto;
  padding: 12px 0;
  border-radius: 22px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 20px
}

.productPriceTit.mist {
  background-color: #00b8ee
}

.productPriceTit.hand {
  background-color: #2cb5a9
}

.productPriceTit.spray {
  background-color: #8dc21f
}

.productPriceTxt {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center
}

.productPriceTxt span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px
}

.productPriceTxt .yen {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px
}

.productPriceTxt .attention {
  font-size: 16px;
  letter-spacing: .8px;
  color: #666
}

.privacyContent {
  max-width: 1020px;
  margin: auto;
  padding: 75px 20px 0;
  color: #333
}

.privacyTit {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .8px;
  text-align: center;
  margin-bottom: 75px
}

.privacyTxt {
  font-size: 18px;
  line-height: 1.78
}

.privacyTxt p {
  margin-bottom: 40px
}

.privacyTxt span {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  border-left: solid 3px #ff9d00
}

.contact {
  max-width: 1020px;
  margin: auto;
  padding: 80px 20px 0
}

.contactTit {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .8px;
  text-align: center;
  margin-bottom: 75px
}

.contactLead {
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 50px
}

.contactForm dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-top: 1px solid #ccc
}

.contactForm dl dd, .contactForm dl dt {
  border-bottom: 1px solid #ccc
}

.contactForm dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  max-width: 31%;
  background-color: rgba(0, 184, 238, .05);
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.contactForm dl dt .require {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  display: inline-block;
  color: #fff;
  background-color: #ff3454;
  padding: 10px 10px 9px;
  border-radius: 5px;
  margin-left: 20px
}

.contactForm dl dd {
  -webkit-flex-basis: 69%;
  -ms-flex-preferred-size: 69%;
  flex-basis: 69%;
  max-width: 69%;
  padding: 25px 40px 15px
}

.contactForm dl dd input, .contactForm dl dd select, .contactForm dl dd textarea {
  width: 100%;
  padding: 22px 12px;
  border-radius: 4px;
  border: solid 1px #ddd;
  background-color: #fff;
  outline: 0;
  font-size: 16px;
  line-height: 1.69;
  color: #424648;
  -webkit-appearance: none
}

.contactForm dl dd input.error, .contactForm dl dd select.error, .contactForm dl dd textarea.error {
  background-color: #ffe3e3
}

.contactForm dl dd input::-webkit-input-placeholder, .contactForm dl dd textarea::-webkit-input-placeholder {
  color: #afb3b7
}

.contactForm dl dd input::-moz-placeholder, .contactForm dl dd textarea::-moz-placeholder {
  color: #afb3b7
}

.contactForm dl dd input::-ms-input-placeholder, .contactForm dl dd textarea::-ms-input-placeholder {
  color: #afb3b7
}

.contactForm dl dd input::placeholder, .contactForm dl dd textarea::placeholder {
  color: #afb3b7
}

.contactForm dl dd input:-ms-input-placeholder, .contactForm dl dd textarea:-ms-input-placeholder {
  color: #afb3b7
}

.contactForm dl dd input::-ms-input-placeholder, .contactForm dl dd textarea::-ms-input-placeholder {
  color: #afb3b7
}

.contactForm dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none
}

.contactForm dl dd select::-ms-expand {
  display: none
}

.contactForm dl dd .selectBtn {
  position: relative
}

.contactForm dl dd .selectBtn::after, .contactForm dl dd .selectBtn::before {
  content: "";
  position: absolute;
  right: 20px
}

.contactForm dl dd .selectBtn::before {
  border: solid transparent 5px;
  border-bottom: solid #373a3c 4px;
  top: 25%
}

.contactForm dl dd .selectBtn::after {
  border: solid transparent 5px;
  border-top: solid #373a3c 4px;
  bottom: 25%
}

.contactForm dl dd textarea {
  min-height: 270px
}

.contactForm dl dd .errorTxt {
  color: #b70000;
  padding-top: 10px
}

.contactForm .btnColumn {
  max-width: 720px;
  margin: auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contactForm .btnColumn .btn {
  width: 340px
}

.contactAgree {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px
}

.contactAgree a {
  text-decoration: underline
}

.contactAgreeCheckbox {
  margin-top: 20px;
  display: inline-block;
  position: relative
}

.contactAgreeCheckbox input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px
}

.contactAgreeCheckbox input:checked+label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #ff9d00
}

.contactAgreeCheckbox label {
  display: inline-block;
  position: relative;
  padding-left: 33px;
  cursor: pointer
}

.contactAgreeCheckbox label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 1px #95989a;
  background: #fff
}

.contactAgreeCheckbox label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: .3s;
  transition: .3s
}

.contactConfirm dl dd {
  padding: 50px 0;
  padding-left: 40px
}

.complete {
  max-width: 1020px;
  margin: auto;
  padding: 80px 20px 0
}

.completeLead {
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
  margin-bottom: 58px
}

.completeBox {
  border: solid 1px #ccc;
  background-color: rgba(0, 184, 238, .05);
  padding: 35px 50px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: .8px
}

.completeBoxTxt {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5
}

.completeBoxTxt span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px
}

.mirakuru_img04{
position:relative;

}

.dl_btn{
  position: absolute;
  top: 100px;
  right: 90px;
}

.dl_btn a{
    background-color: #ff9d00;
    display: block;
    width: 220px;
    line-height: 1;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

@media screen and (max-width:1024px) {
  .pcOnly {
    display: none!important
  }
  .spOnly {
    display: block!important
  }
}


/*# sourceMappingURL=maps/style.css.map */