@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  --color1: #24A7E1;
  --color2: #FFDF00;
  --color3: #FF0000;
  --color4: #063557;
  --font1: "Noto Sans JP", serif;
  --width1: 1150px;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #F8F8F8;
}

p {
  margin: 0;
}

#wrapper {
  padding-bottom: 50px;
  margin: -3px auto 0;
  color: #333;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Osaka, sans-serif;
  background-size: contain;
  line-height: 1.2;
}

.footstepBox {
  padding: 8px 0 0;
  width: 902px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  font-size: 10px;
  text-align: left;
}
.footstepBox a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .footstepBox {
    margin: 0 10px;
  }
}

.footstepBox,
.footstepBox a,
.footstepBox a:visited {
  color: #fff !important;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

@media screen and (max-width: 960px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .sp {
    display: block;
  }
  .tb {
    display: none;
  }
  .pc {
    display: none;
  }
  #wrapper {
    overflow: hidden;
  }
}
#main {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 80px;
  text-align: center;
  background: var(--color1) url(../images/main_bg.png) no-repeat center center/auto 130%;
}
#main h1 {
  max-width: 950px;
  margin: 140px auto 45px;
}
#main h1 img {
  width: 100%;
}
#main .copy {
  margin-bottom: 74px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
#main .countDown {
  position: relative;
  width: 675px;
  height: 72px;
  margin: 0 auto;
  background: #fff;
  color: var(--color1);
  font-size: 36px;
  font-weight: bold;
  line-height: 66px;
}
#main .countDown::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 665px;
  height: 62px;
  border: solid 1px var(--color1);
  transform: translate(-50%, -50%);
}
#main .countDown span {
  margin-left: 10px;
  font-size: 48px;
  font-family: var(--font1);
}
#main .countDown span.countDownPrefix {
  font-size: 36px;
}
#main > img {
  position: absolute;
  bottom: 0;
}
#main > img:nth-of-type(1) {
  left: calc(50% - 672px);
  width: 350px;
}
#main > img:nth-of-type(2) {
  right: calc(50% - 700px);
  width: 368px;
}
@media screen and (max-width: 960px) {
  #main {
    background: var(--color1) url(../images/main_bg.png) no-repeat center center/auto 110%;
    overflow: hidden;
  }
  #main h1 {
    margin: 120px 40px 45px;
  }
  #main > img:nth-of-type(1) {
    left: calc(50% - 405px);
    width: 220px;
  }
  #main > img:nth-of-type(2) {
    right: calc(50% - 415px);
    width: 210px;
  }
}
@media screen and (max-width: 767.9px) {
  #main {
    padding-bottom: 140px;
    margin-bottom: 60px;
    background: var(--color1) url(../images/main_bg_sp.png) no-repeat center top -40px/auto 63%;
  }
  #main h1 {
    margin: 40px 20px;
  }
  #main .copy {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.7;
  }
  #main .countDown {
    width: 90%;
    font-size: 24px;
  }
  #main .countDown span {
    font-size: 36px;
  }
  #main .countDown span.countDownPrefix {
    font-size: 28px;
  }
  #main .countDown::after {
    width: calc(100% - 10px);
  }
  #main > img:nth-of-type(1) {
    left: calc(50% - 190px);
    width: 200px;
  }
  #main > img:nth-of-type(2) {
    right: calc(50% - 220px);
    width: 200px;
  }
}

#contents {
  max-width: 1150px;
  margin: 0 auto 80px;
}
#contents h2 {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: bold;
}
#contents h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  background: var(--color1);
  color: #fff;
  line-height: 1;
}
#contents h2 + div {
  position: relative;
  padding: 10px 0;
  margin-bottom: 48px;
  background: url(../images/dots_pink.svg) repeat-x left top, url(../images/dots_pink.svg) repeat-x left bottom;
  color: var(--color4);
  font-size: 24px;
  line-height: 1.5;
}
#contents h2 + div span {
  display: inline;
  background: linear-gradient(transparent 70%, rgb(255, 239, 0) 30%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  font-size: 32px;
  font-weight: bold;
  transition: background-size 0.8s ease-in-out;
}
#contents h2 + div span.on {
  background-size: 100% 100%;
}
#contents h2 + div img {
  position: absolute;
  top: -65px;
  right: 0;
  width: 170px;
}
#contents .disposal h2 {
  color: var(--color4);
}
#contents .disposal h2 span {
  background: var(--color4);
}
#contents .disposal h2 + div {
  background: url(../images/dots_blue.svg) repeat-x left top, url(../images/dots_blue.svg) repeat-x left bottom;
  color: var(--color4);
}
@media screen and (max-width: 960px) {
  #contents {
    padding: 20px;
  }
  #contents h2 {
    font-size: 44px;
  }
  #contents h2 span {
    width: 72px;
    height: 72px;
    line-height: 68px;
  }
  #contents h2 + div {
    font-size: 18px;
  }
  #contents h2 + div span {
    font-size: 20px;
  }
  #contents h2 + div img {
    top: -77px;
    width: 150px;
  }
}
@media screen and (max-width: 767.9px) {
  #contents {
    margin: 0 auto;
  }
  #contents h2 {
    font-size: 32px;
    gap: 2px;
    margin-bottom: 0;
  }
  #contents h2 span {
    width: 50px;
    height: 44px;
  }
  #contents h2 + div {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #contents h2 + div span {
    font-size: 18px;
  }
  #contents h2 + div img {
    top: -135px;
    right: -40px;
    width: 120px;
  }
}

section {
  margin-bottom: 120px;
}

.product {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 48px;
  max-width: var(--width1);
  margin: 0 auto;
}
.product .top, .product .bottom {
  display: flex;
}
.product .bottom {
  gap: 48px;
}
.product .box {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.product .box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: var(--color1);
  color: #fff;
  font-size: 22px;
}
.product .box h3 span {
  margin-left: 12px;
  font-size: 16px;
  font-weight: normal;
}
.product .box .productInfo {
  display: flex;
  justify-content: center;
  gap: 56px;
  padding: 20px 20px 35px;
}
.product .box .productInfo > div {
  position: relative;
  width: 270px;
}
.product .box .productInfo > div h4 {
  padding: 0 0 6px 10px;
  background: url(../images/dots_gray.svg) repeat-x left bottom;
  font-size: 20px;
  text-align: center;
}
.product .box .productInfo > div h4 span {
  font-size: 14px;
  margin-left: 4px;
}
.product .box .productInfo > div p {
  padding-left: 10px;
  margin: 6px 0 0;
  font-size: 12px;
  text-align: center;
}
.product .box .productInfo > div .productImg {
  width: auto;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.product .box .productInfo > div .standardPrice {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-size: 14px;
  font-family: var(--font1);
}
.product .box .productInfo > div .standardPrice::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 1em;
  width: 50px;
  height: 1.5px;
  background: var(--color3);
  transform: rotate(-11.5deg);
}
.product .box .productInfo > div .salePrice {
  margin-left: 25px;
  color: var(--color3);
  font-weight: bold;
  text-align: left;
  font-family: var(--font1);
}
.product .box .productInfo > div .salePrice span {
  font-size: 36px;
}
.product .box .productInfo > div img:nth-of-type(2) {
  position: absolute;
  right: -14px;
  bottom: 22px;
  width: 80px;
}
.product .box.msl {
  width: -moz-fit-content;
  width: fit-content;
}
.product .box.msl .productInfo {
  padding: 20px 45px 35px;
}
.product .box.msl .productInfo > div {
  width: 295px;
}
@media screen and (max-width: 960px) {
  .product {
    flex-wrap: wrap;
    gap: 32px;
  }
  .product .bottom {
    flex-direction: column;
    gap: 32px;
  }
  .product .box h3 {
    flex-direction: column;
  }
  .product .box h3 span {
    margin: 0;
  }
  .product .box .productInfo {
    flex-wrap: wrap;
  }
  .product .box .productInfo > div .salePrice {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .product .box .productInfo > div img:nth-of-type(2) {
    right: 0;
    bottom: 25px;
  }
  .product .box.msl {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .product .top, .product .bottom {
    width: 100%;
  }
  .product .box {
    width: 100%;
  }
  .product .box h3 {
    height: 40px;
    font-size: 20px;
  }
  .product .box .productInfo > div {
    width: 100%;
  }
  .product .box.msl .productInfo {
    padding: 20px 16px 24px;
  }
  .product .box.msl .productInfo > div {
    width: 100%;
  }
  .product .box.msl .productInfo > div p {
    white-space: nowrap;
  }
}

.notice {
  max-width: 1150px;
  margin: 10px auto 0;
  text-align: left;
}
.notice p {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.notice + p {
  margin: 64px 0 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .notice + p {
    margin: 40px 0 10px;
    font-size: 18px;
  }
}

.btn {
  position: relative;
  display: block;
  width: 450px;
  padding: 23px 0;
  margin: 0 auto;
  background: var(--color3);
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.btn:link, .btn:visited {
  color: #fff;
}
.btn span {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%);
}
.btn span::before {
  position: absolute;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.btn:hover {
  background: #D40404;
  box-shadow: none;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .btn {
    width: 100%;
    font-size: 16px;
  }
}

.disposal .product .box h3 {
  background: #005C94;
}
.disposal .product .box .productInfo {
  padding: 20px;
}
.disposal .product .box .productInfo h4 p {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 767.9px) {
  .disposal .product .box .productInfo h4 p {
    vertical-align: middle;
  }
}
.disposal .product .box .productInfo img, .disposal .product .box .productInfo .salePrice {
  display: inline-block;
  vertical-align: middle;
}
.disposal .product .box .productInfo .salePrice {
  margin-left: 10px;
}
.disposal .product .box .productInfo .salePrice div {
  padding: 0 15px;
  margin-top: 5px;
  background: var(--color3);
  color: #fff;
}

.bnrArea {
  max-width: var(--width1);
  margin: 0 auto 100px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.bnrArea img {
  width: 100%;
}
.bnrArea:hover {
  opacity: 0.7;
  box-shadow: none;
}
@media screen and (max-width: 767.9px) {
  .bnrArea {
    margin: 0 0 40px;
  }
}

.contactArea {
  margin: 60px 10px 0;
  margin-right: 10px;
}

.contactArea .near {
  font-size: 15px;
}

.contactArea .btn_sale {
  margin-top: 10px;
}

/* contact */
.contactArea .near {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.contactArea .btn_sale {
  margin-top: 30px;
}

.contact {
  max-width: 925px;
  margin: 60px auto 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.contact,
.contact *,
.contact :before,
.contact :after {
  box-sizing: border-box;
}

.contact h3 {
  font-size: 23px;
  text-align: center;
  color: #2E3445 !important;
  margin-bottom: 10px;
}

.contact .time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact .container-fluid {
  padding: 0;
}

.contact .col_box {
  overflow: hidden;
}

.contact .col {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact .contact_tel strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
}

.contact .contact_tel .col:nth-of-type(2) > a {
  display: block;
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 52px;
  font-size: 20px;
  background: #005C94;
  padding-top: 14px;
  border-radius: 6px;
  font-weight: bold;
}

.contact .contact_tel .col:nth-of-type(2) > a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.contact .contact_line {
  border-top: 2px solid #dedede;
  margin-top: 20px;
  padding-top: 20px;
}

.contact .contact_line h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.contact .contact_line p {
  font-size: 14px;
  line-height: 1.6em;
}

.contact .contact_line a {
  display: block;
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 54px;
  font-size: 20px;
  background: #6BC315;
  padding-top: 16px;
  border-radius: 6px;
  font-weight: bold;
}

.contact .contact_line a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.contact .contact_line a img {
  height: 23px;
  width: auto;
}

@media screen and (max-width: 767.9px) {
  /* contact */
  .contactArea {
    margin: 40px 0 0;
  }
  .contact {
    width: auto;
    margin: 0;
    padding: 10px 0;
  }
  .contact h3 {
    font-size: 16px;
  }
  .contact .time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact .col_box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact .col {
    float: none;
    width: auto;
    padding: 0;
  }
  .contactArea img {
    max-width: 100%;
  }
  .contact .contact_tel strong {
    margin-bottom: 10px;
  }
  .contact .contact_tel strong,
  .contact .contact_tel .telLink {
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    color: #333;
    font-weight: bold;
    line-height: 1;
  }
  .contact .contact_tel .col:nth-of-type(2) > a {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-top: 12px;
  }
  .contact .contact_line h4 {
    font-size: 14px;
    text-align: center;
  }
  .contact .contact_line p {
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact .contact_line a {
    width: 100%;
    height: 41px;
    font-size: 16px;
    padding-top: 11px;
  }
  .contact .contact_line a img {
    height: 20px;
  }
}
.middleBox {
  width: auto;
  max-width: 925px;
  padding-top: 0px;
  margin: 20px auto;
  text-align: left;
  font-size: 12px;
}

.middleBox dl dd {
  margin: 0 0 0.2em 1em;
  text-indent: -1em;
}/*# sourceMappingURL=page.css.map */