@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  --color1: #24A7E1;
  --color2: #FFDF00;
  --color3: #FF0000;
  --color4: #063557;
  --font: "roboto", sans-serif;
  --width1: 1280px;
}

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

p {
  margin: 0;
}

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

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

.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) {
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #wrapper {
    overflow: hidden;
  }
}
#main {
  position: relative;
  padding-bottom: 120px;
  background: url(../img/bg_main.png) no-repeat center/100%;
}
#main .sub {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 72px 9px;
  margin: 72px auto 48px;
  background: var(--color2);
  border-radius: 32px;
  color: #0096D9;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.08em;
}
#main h1 {
  margin-bottom: 64px;
  text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
}
#main p {
  color: #fff;
  font-weight: bold;
}
#main p.copy1 {
  margin-bottom: 64px;
  font-size: 40px;
}
#main p.copy2 {
  font-size: 20px;
  line-height: 2;
}
#main img {
  position: absolute;
  bottom: 0;
  zoom: 0.75;
}
#main img:nth-of-type(1) {
  left: calc(50% - 900px);
}
#main img:nth-of-type(2) {
  right: calc(50% - 1000px);
}
@media screen and (max-width: 1920px) {
  #main {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1360px) {
  #main .sub {
    font-size: 24px;
  }
  #main h1 {
    font-size: 80px;
  }
  #main p.copy1 {
    font-size: 32px;
  }
  #main img {
    zoom: 0.65;
  }
}
@media screen and (max-width: 960px) {
  #main {
    padding-bottom: 150px;
  }
  #main h1 {
    margin-bottom: 40px;
    font-size: 64px;
  }
  #main p.copy1 {
    margin-bottom: 32px;
    font-size: 24px;
  }
  #main p.copy2 {
    font-size: 18px;
  }
  #main img {
    zoom: 0.5;
  }
  #main img:nth-of-type(1) {
    left: calc(50% - 650px);
  }
  #main img:nth-of-type(2) {
    right: calc(50% - 700px);
  }
}
@media screen and (max-width: 767px) {
  #main {
    padding: 0 20px 130px;
  }
  #main .sub {
    padding: 8px 48px 6px;
    margin: 48px auto 32px;
    border-radius: 40px;
    font-size: 18px;
  }
  #main h1 {
    font-size: 48px;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  #main p.copy2 {
    font-size: 16px;
    line-height: 1.7;
  }
  #main img {
    zoom: 0.4;
  }
  #main img:nth-of-type(1) {
    left: calc(50% - 530px);
  }
  #main img:nth-of-type(2) {
    right: calc(50% - 580px);
  }
}

#products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 48px;
  max-width: var(--width1);
  margin: 100px auto;
}
#products .box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#products .box .img {
  position: relative;
}
#products .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#products .box .img .tag {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
  gap: 6px;
}
#products .box .img .tag span {
  padding: 3px 6px;
  background: var(--color4);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#products .box h2 {
  position: relative;
  text-align: left;
}
#products .box h2 .pref {
  padding: 3px 12px;
  margin-right: 10px;
  background: var(--color1);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#products .box h2 img {
  position: absolute;
  bottom: 0;
  right: -10px;
  zoom: 0.5;
}
#products .box .info h3 {
  display: inline-block;
  white-space: nowrap;
}
#products .box .info h3 span {
  font-size: 12px;
}
#products .box .info .regular-p {
  position: relative;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
#products .box .info .regular-p span {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
#products .box .info .regular-p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color3);
}
#products .box .sale-p {
  color: var(--color3);
  font-family: var(--font);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
#products .box .sale-p span {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 1300px) {
  #products {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 570px) {
  #products {
    grid-template-columns: repeat(1, 1fr);
  }
  #products .box h2 img {
    zoom: 0.8;
  }
}
@media screen and (max-width: 410px) {
  #products {
    row-gap: 32px;
  }
  #products .box h2 img {
    zoom: 0.75;
  }
}

.bnr {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}
.bnr img {
  width: 100%;
}

#prefSearch {
  position: relative;
  padding: 80px 0;
  margin-top: 100px;
  background: #E7F1F7;
  overflow: hidden;
}
#prefSearch > img {
  position: absolute;
  top: 50%;
  left: calc(50% - 1450px);
  zoom: 0.75;
  transform: translateY(-50%);
}
#prefSearch h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
  font-size: 32px;
}
#prefSearch .box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 48px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 64px;
  margin: auto;
  border: solid 1px #B2C2CD;
  background: #fff;
}
#prefSearch .box ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
#prefSearch .box ul li label, #prefSearch .box ul li input {
  cursor: pointer;
}
#prefSearch .box button {
  padding: 16px 56px 16px 50px;
  background: var(--color1);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
#prefSearch .box button img {
  margin-right: 8px;
  vertical-align: middle;
}
#prefSearch .box button:hover {
  background: var(--color4);
}
@media screen and (max-width: 960px) {
  #prefSearch > img {
    left: calc(50% - 1200px);
  }
  #prefSearch .box ul {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  #prefSearch {
    padding: 64px 20px;
  }
  #prefSearch > img {
    left: calc(50% - 1060px);
  }
  #prefSearch h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
  #prefSearch .box {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 40px;
  }
  #prefSearch .box button {
    width: 100%;
    padding: 12px 56px 12px 50px;
  }
}
@media screen and (max-width: 400px) {
  #prefSearch .box ul {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

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

.contact {
  max-width: 925px;
  margin: 60px auto 0;
  padding: 20px;
  background: #fff;
  border: solid 3px var(--color4);
}

.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 20px 0;
  }
  .contact {
    width: auto;
    margin: 0;
    padding: 16px 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;
}
@media screen and (max-width: 767px) {
  .middleBox {
    margin: 20px 20px 0;
  }
}/*# sourceMappingURL=style.css.map */