<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
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;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px; /* 1 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%;
}
body {
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
table {
  border-spacing: 0;
}
table a {
  color: #0784c8;
}
@media screen and (max-width: 1024px) {
  input,
  select,
  textarea {
    font-size: 1.6rem;
  }
}
input:not([type=checkbox]),
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
input[type=submit],
input[type=reset],
input[type=button] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=text],
input[type=date],
input[type=email],
input[type=tel],
textarea {
  border: 1px #cbcbcb solid;
  width: 100%;
  padding: 10px;
}
input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=date] {
  height: 36px;
}
@media screen and (max-width: 1024px) {
  input[type=text],
  input[type=date],
  input[type=email],
  input[type=tel],
  input[type=date] {
    height: 30px;
  }
}
*:focus {
  outline: none;
}
::placeholder {
  color: #ccc;
}
select {
  height: 36px;
  border: 1px #cbcbcb solid;
  background: #fff;
  outline: none;
}
@media screen and (max-width: 1024px) {
  select {
    height: 30px;
  }
}
select:disabled {
  opacity: 0.25;
}
img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  width: auto;
  transition: all 0.3s ease-in-out;
}
svg {
  vertical-align: top;
}

dt {
  font-weight: normal;
}
::selection {
  background: #333;
  color: #fff;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
li {
  list-style: none;
}
svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*--------------------------------------*
 * Page
 *--------------------------------------*/
.l-wrapper {
  display: block;
  padding-bottom: 118px;
}
@media screen and (max-width: 1024px) {
  .l-wrapper {
    padding-bottom: min(23.2vw, 153px);
  }
}
.l-main {
  position: relative;
}

.p-top-main {
  position: relative;
  overflow: hidden;
  background-image: url("../img/top/bg_main.jpg");
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  /*
  background-color: #BBE2FF;
  */
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  /*padding-bottom: 90px;*/
  padding: clamp(150px, 20vw, 350px) 0 5vw;
}
@media screen and (max-width: 1024px) {
  .p-top-main {

    background: url(../img/top/bg_main-tb.png) no-repeat center 0;
    background-size: cover;
    /*
    padding: _get_vw(50) 0 _get_vw(50);

    padding: 35vw 5vw 5vw;
    */
  }
}
@media screen and (max-width: 500px) {
  .p-top-main {

    background: url(../img/top/bg_main_sp.png) no-repeat center 0;
    background-size: cover;
    /*
    padding: _get_vw(50) 0 _get_vw(50);

    padding: 35vw 5vw 5vw;
    */
  }
}
@media screen and (min-width: 1025px) {
  .p-top-main {
    /*
    min-height: 1000px;
    height: 90vh;

          min-height: 500px;
          height: 52vw;
          max-height: 800px;
    */
  }
}
.p-top-main__container {
  position: relative;
  margin: auto;
  text-align: center;
}
.p-top-main__image-01 {
  /*margin-bottom: 40px;*/
  transition: all 0.3s ease-in-out;
  animation: zoomIn 0.8s cubic-bezier(0.25, 0.5, 0.5, 1.4) forwards;
}
@media screen and (max-width: 1024px) {
  .p-top-main__image-01 {
    margin-bottom: 8vw;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-top-main .img_main_logo-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  text-align: left;
}
@media screen and (max-width: 1179px) {
  .p-top-main .img_main_logo-wrapper {
    right: auto;
    width: clamp(200px, 38vw, 500px);
  }
}
@media screen and (max-width: 520px) {
  .p-top-main .img_main_logo-wrapper {
    width: 100vw;
    top: 5px;
    text-align: center;
  }
}
.p-top-main__logo {
  left: clamp(0px, 50vw, 360px);
  margin: 0 auto;
  transition: none;
  width: clamp(250px, 50vw, 500px);
}
@media screen and (max-width: 1179px) {
  .p-top-main__logo {
    margin-left: min(2.6666666667vw, 20px);
  }
}
@media screen and (max-width: 520px) {
  .p-top-main__logo {
    margin: 1vw auto;
  }
}
.p-top-main__img-02 {
  position: absolute;
  /*top: 150px;*/
  top: 0px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  transition: none;
  top: 5.3333333333vw;
  width: clamp(200px, 30vw, 500px);
  animation: fadeIns 1s ease 0s 1 normal backwards;
}
@media screen and (max-width: 520px) {
  .p-top-main__img-02 {
    top: 12vw;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-main .img_main_03-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  text-align: right;
}
@media screen and (max-width: 1179px) {
  .p-top-main .img_main_03-wrapper {
    left: auto;
    width: clamp(200px, 38vw, 500px);
  }
}
@media screen and (max-width: 520px) {
  .p-top-main .img_main_03-wrapper {
    display: none;
  }
}
.p-top-main__img-03 {
  /*top: 150px;*/
  right: clamp(0px, 50vw, 360px);
  margin: 0 auto;
  transition: none;
  width: clamp(100px, 50vw, 500px);
}
.p-top-main .img_main_04-wrapper {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  display: flex;
}
@media screen and (max-width: 1179px) {
  .p-top-main .img_main_04-wrapper {
    top: 12vw;
    right: auto;
    left: 3vw;
    width: clamp(100px, 20vw, 400px + 1vw);
  }
}
@media screen and (max-width: 520px) {
  .p-top-main .img_main_04-wrapper {
    width: 90vw;
    top: 17vw;
    right: 0;
    left: 0;
    justify-content: space-between;
  }
}
.p-top-main__img-04-1 {
  width: clamp(100px, 25vw, 200px);
  margin-right: 1vw;
  transition: none;
}
.p-top-main__img-04-2 {
  width: clamp(100px, 25vw, 200px);
  transition: none;
}
.p-top-main__btn-box {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-main__btn-box {
    margin-top: -5.3333333333vw;
  }
}

.p-top-point-bg {
  background: url(../img/top/bg_point.png) no-repeat center 0;
  background-size: 1920px;
  position: relative;
  margin-top: -80px;
  min-height: 375px; /* 必要に応じて調整 */
}
@media screen and (max-width: 1024px) {
  .p-top-point-bg {
    background: url(../img/top/bg_point-tb.png) no-repeat center 0;
    background-size: contain;
  }
}
@media screen and (max-width: 500px) {
  .p-top-point-bg {
    background:
      linear-gradient(to bottom, transparent 0px, transparent 30px, rgba(236,247,253,1) 30px, rgba(236,247,253,1) 100%),
      url(../img/top/bg_point-sp.png) no-repeat top center;
    background-size:
      100% auto,
      100% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-top-point-bg {
    /*margin-top: _get_vw(-20);*/
    margin-top: -8vw;
  }
}

.p-top-point {
  padding: 140px 0 60px;
}
@media screen and (max-width: 1024px) {
  .p-top-point {
    padding: 13.3333333333vw 0 5.3333333333vw;
  }
}
.p-top-point__title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top-point__title {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-point__title img {
    height: 13.3333333333vw;
  }
}
.p-top-point__list {
  display: flex;
  justify-content: center;
  gap: 40px;
  min-height: 117px;
}
@media screen and (max-width: 1024px) {
  .p-top-point__list {
    gap: 2.6666666667vw;
  }
}
.p-top-point__list li {
  flex: 0 1 33.333%;
  max-width: 233px;
}
.p-top-point__list picture {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-point__list img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0px 0px 10px #1c71b9);
}

@media screen and (min-width: 1025px) {
  .p-top-products__title img {
    height: 424px;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-products__title img {
    height: auto;
    width: 100%;
  }	
}
/*その下の取り揃え（products）のところ*/
.webp .p-top-products__bg {
  padding-bottom: 100px;
  background: url(../img/top/bg_products.webp) no-repeat center 0;
  background-size: 1920px;
}
@media screen and (max-width: 1024px) {
  .webp .p-top-products__bg {
    padding-bottom: 10.6666666667vw;
    background: url(../img/top/bg_products-sp.webp) no-repeat center 0;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .p-top-products__bg,.webp .p-top-products__bg {
    background: none;
    background-color: #f0f1f2;
  }
}
.no-webp .p-top-products__bg {
  padding-bottom: 100px;
  background: url(../img/top/bg_products.jpg) no-repeat center 0;
  background-size: 1920px;
}
@media screen and (max-width: 1024px) {
  .no-webp .p-top-products__bg {
    padding-bottom: 10.6666666667vw;
    background: url(../img/top/bg_products-sp.jpg) no-repeat center 0;
    background-size: cover;
  }
}
.c-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 min(2.6666666667vw, 20px);
}
@media screen and (min-width: 1025px) {
  .c-inner {
    max-width: 1240px;
  }
}
.p-top-products__cat {
  border-top: 3px solid #1c71b9;
  background: #edf7fc;
  padding: min(4vw, 30px) min(2.6666666667vw, 30px) min(5.3333333333vw, 30px);
}
.p-top-products__cat:not(:last-child) {
  margin-bottom: min(5.3333333333vw, 30px);
}
.p-top-products__cat .s-title {
  font-weight: 500;
  text-align: center;
  color: #1c71b9;
  margin-bottom: 1em;
  font-size: min(4.8vw, 24px);
}
.p-top-products__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}
/*-------ここから背景をwebp対応にするcss----------------------------*/

/*TOPの背景*/
.webp .p-top-main {
  position: relative;
  overflow: hidden;
  background-image: url("../img/top/bg_main.webp");
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  /*
  background-color: #BBE2FF;
  */
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  /*padding-bottom: 90px;*/
  padding: clamp(150px, 20vw, 350px) 0 5vw;
}
@media screen and (max-width: 1024px) {
  .webp .p-top-main {
    background: url(../img/top/bg_main_tb.webp) no-repeat center 0;
    background-size: contain;
  }
}
@media screen and (max-width: 500px) {
  .webp .p-top-main {
    background: url(../img/top/bg_main_sp.webp) no-repeat center 0;
    background-size: contain;
  }
}
.no-webp .p-top-main {
  position: relative;
  overflow: hidden;
  background-image: url("../img/top/bg_main.jpg");
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  /*
  background-color: #BBE2FF;
  */
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  /*padding-bottom: 90px;*/
  padding: clamp(150px, 20vw, 350px) 0 5vw;
}
@media screen and (max-width: 1024px) {
  .no-webp .p-top-main {
    background: url(../img/top/bg_main_sp.jpg) no-repeat center 0;
    background-size: contain;
  }
}

/*topの真下の水色波画像（point）のところ*/
.webp .p-top-point-bg {
  background: url(../img/top/bg_point.webp) no-repeat center 0;
  background-size: 1920px;
  position: relative;
  margin-top: -80px;
}
@media screen and (max-width: 1024px) {
  .webp .p-top-point-bg {
    background: url(../img/top/bg_point-tb.webp) no-repeat center 0;
    background-size: contain;
  }
}
@media screen and (max-width: 500px) {
  .webp .p-top-point-bg {
    background:
      linear-gradient(to bottom, transparent 0px, transparent 30px, rgba(236,247,253,1) 30px, rgba(236,247,253,1) 100%),
      url(../img/top/bg_point-sp.webp) no-repeat top center;
    background-size:
      100% auto,
      100% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .webp .p-top-point-bg {
    /*margin-top: _get_vw(-20);*/
    margin-top: -8vw;
  }
}

.no-webp .p-top-point-bg {
  background: url(../img/top/bg_point.png) no-repeat center 0;
  background-size: 1920px;
  position: relative;
  margin-top: -80px;
}
@media screen and (max-width: 1024px) {
  .no-webp .p-top-point-bg {
    background: url(../img/top/bg_point-sp.png) no-repeat center 0;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .no-webp .p-top-point-bg {
    /*margin-top: _get_vw(-20);*/
    margin-top: -8vw;
  }
}
</pre></body></html>