@charset "UTF-8";
/* ==========================================================================
   foundation
========================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   variables
========================================================================== */
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* ==========================================================================
  base
========================================================================== */
/* ------------------------------------------------------------
	レイアウト
------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background-image: url("../img/page-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  vertical-align: middle;
  width: 100%;
}

/* ==========================================================================
   utility
========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.u-sp {
  display: initial;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: initial;
  }
}

/* --------------------------------------------------------------------------
  container
-------------------------------------------------------------------------- */
.c-container-1600px, .c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.c-container {
  max-width: inherit;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-container {
    max-width: 1240px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-container-1600px {
    max-width: 1640px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-container-1600px {
    padding: 0 20px;
  }
}

.c-icon {
  position: relative;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .c-icon {
    margin-bottom: 5px;
  }
}
.c-icon::before, .c-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #976F11;
  width: 45%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-icon::before, .c-icon::after {
    width: 40%;
  }
}
.c-icon::before {
  left: 0;
}
.c-icon::after {
  right: 0;
}

.c-title {
  position: relative;
  color: #976F11;
  text-align: center;
  line-height: 1.4;
  font-size: 48px;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .c-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 23px;
  }
}
.c-title span {
  font-size: 40px;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .c-title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 18px;
  }
}

.c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C00;
}
.c-button a span {
  position: relative;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-button a span {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-button a span {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.c-button a span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/tab-icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 26/22;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-button a span::before {
    width: 13px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .c-button a span::before {
    width: 3.4666666667vw;
    right: 1.3333333333vw;
  }
}

/* ==========================================================================
   layout
========================================================================== */
/* ==========================================================================
  header
========================================================================== */
.l-header {
  position: relative;
  background-color: #fff;
  height: 45px;
  z-index: 99;
}
.l-header .l-header__inner {
  position: relative;
  max-width: 990px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header .l-header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__logo {
    flex: 0 0 217px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header__logo {
    width: 142px;
  }
}
.l-header .l-header__box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__box {
    display: none;
  }
}
.l-header .l-header__box .l-header__box-logo {
  flex: 0 0 174px;
}
.l-header .l-header__box .l-header__box-txt {
  font-size: 14px;
}
.l-header .l-header__sns {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: flex-start;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__sns {
    top: -32px;
    right: 10px;
  }
}
.l-header .l-header__sns .fb {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.l-header .l-header__sns .tw {
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

/* ==========================================================================
  footer
========================================================================== */
.l-footer {
  background-color: #fff;
}
.l-footer img {
  width: revert-layer;
}
.l-footer .l-footer__inner {
  position: relative;
  display: block;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer .l-footer__link {
  padding: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__link dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__link dl dt {
    width: 47px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dt {
    width: auto;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__link dl dt img {
    max-width: 47px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dt img {
    max-width: 80px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__link dl dd {
    line-height: 1.5;
    padding-left: 36px;
    flex: 1 1;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd {
    line-height: 1.5;
    padding-left: 15px;
    flex: none;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd a {
    font-size: 12px;
  }
}
.l-footer .l-footer__link dl dd.-row2 {
  text-align: right;
  flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 {
    margin-top: 20px;
    padding: 25px 0 0;
    border-top: 2px solid #000;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 .footer_j-life {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 23px;
    align-items: center;
  }
}
.l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_info {
  display: inline-block;
  padding-right: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_info {
    padding-right: 2.6666666667vw;
  }
}
.l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_info img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_info img {
    width: revert-layer;
    max-width: 100%;
  }
}
.l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_txt {
  display: inline-block;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_txt a {
    font-size: 2.9333333333vw;
    text-align: right;
    flex: 0 1 auto;
  }
}
.l-footer .l-footer__copyright {
  padding: 10px 0;
  text-align: center;
  color: #838383;
  background: #000;
  font-size: 12px;
}

/* ==========================================================================
   main
========================================================================== */
/* ==========================================================================
  top
========================================================================== */
.p-top {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top {
    margin-bottom: 60px;
  }
}

.p-top-mv {
  position: relative;
  background-color: #E4EED1;
  aspect-ratio: 1800/650;
  width: 100%;
  margin-top: -45px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    aspect-ratio: 375/320;
  }
}
.p-top-mv .p-top-mv__logo {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 548/362;
  width: 30.4444444444vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv .p-top-mv__logo {
    width: 72vw;
  }
}
.p-top-mv .p-top-mv__illust {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 3000/1376;
  transform: scale(1.5);
  opacity: 0;
  animation: 0.5s 0.75s scale ease forwards;
}
@media screen and (max-width: 767px) {
  .p-top-mv .p-top-mv__illust {
    aspect-ratio: 750/1100;
  }
}
@keyframes scale {
  from {
    opacity: 0;
    transform: scale(1.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.p-top-about {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    margin-top: 25px;
  }
}
.p-top-about .p-top-about__txt {
  margin-top: 10px;
  color: #976F11;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__txt {
    font-size: 12px;
  }
}
.p-top-about .p-top-about__icon img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__icon img {
    width: 26px;
  }
}
.p-top-about .p-top-about__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__img {
    margin: 20px calc(50% - 50vw) 0;
  }
}

.p-top-shop {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-shop {
    margin-top: 60px;
  }
}
.p-top-shop .p-top-shop__icon img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .p-top-shop .p-top-shop__icon img {
    width: 30px;
  }
}
.p-top-shop .p-top-shop__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 120px;
  margin-top: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .p-top-shop .p-top-shop__list {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop .p-top-shop__list {
    margin-top: 20px;
    row-gap: 30px;
  }
}
.p-top-shop .p-top-shop__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 120px) / 2);
  box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .p-top-shop .p-top-shop__item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop .p-top-shop__item {
    width: 90%;
    margin: 0 auto;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop .p-top-shop__img {
    aspect-ratio: 160/96;
  }
}
.p-top-shop .p-top-shop__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-shop .p-top-shop__message {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #000;
  color: #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .p-top-shop .p-top-shop__message {
    padding: 15px 7px;
  }
}
.p-top-shop .p-top-shop__message-title {
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-shop .p-top-shop__message-title {
    font-size: 15px;
  }
}
.p-top-shop .p-top-shop__message-txt {
  margin: 15px 0;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-shop .p-top-shop__message-txt {
    margin: 10px 0;
    font-size: 12px;
  }
}
.p-top-shop .p-top-shop__message-button {
  margin-top: auto;
}
.p-top-shop .p-top-shop__message-button a {
  margin: 0 auto;
  width: 260px;
  height: 47px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-shop .p-top-shop__message-button a {
    max-width: 53.3333333333vw;
    width: 100%;
    height: 30px;
    font-size: 11px;
  }
}

.p-top-box {
  margin-top: 100px;
  padding: 80px 100px;
  background-color: #fff;
  text-align: center;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-box {
    margin-top: 60px;
    padding: 30px 17px;
    border-radius: 25px;
  }
}
.p-top-box .p-top-box__bubble {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #C00;
  background-color: #C00;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__bubble {
    padding: 7px 20px;
    font-size: 12px;
  }
}
.p-top-box .p-top-box__bubble::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  background-color: #C00;
  border-top: 1px solid #C00;
  border-right: 1px solid #C00;
}
.p-top-box .p-top-box__title {
  font-weight: bold;
  line-height: 1.3;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__title {
    font-size: 18px;
  }
}
.p-top-box .p-top-box__title small {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__title small {
    font-size: 15px;
  }
}
.p-top-box .p-top-box__title span {
  color: #C00;
}
.p-top-box .p-top-box__title span.number {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__title span.number {
    font-size: 22px;
  }
}
.p-top-box .p-top-box__attention {
  margin-top: 25px;
  color: #6A7181;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__attention {
    text-align: left;
    margin-top: 10px;
    font-size: 11px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .p-top-box .p-top-box__attention.p-top-box__attention-tablet {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-top-box .p-top-box__flex {
    display: flex;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__flex {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-box .p-top-box__flex .p-top-box__flex-icon {
    flex: 0 0 126px;
  }
}
.p-top-box .p-top-box__flex .p-top-box__flex-icon img {
  margin: 0 auto;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__flex .p-top-box__flex-icon img {
    width: 50px;
  }
}
.p-top-box .p-top-box__flex .p-top-box__flex-icon p {
  margin-top: 5px;
  color: #C00;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__flex .p-top-box__flex-icon p {
    margin-top: 5px;
    font-size: 12px;
  }
}
.p-top-box .p-top-box__flex .p-top-box__flex-messge {
  flex: 0 1 100%;
}
.p-top-box .p-top-box__flex .p-top-box__flex-title {
  text-align: left;
  font-weight: bold;
  color: #C00;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__flex .p-top-box__flex-title {
    margin-top: 30px;
    font-size: 17px;
  }
}
.p-top-box .p-top-box__flex .p-top-box__flex-title small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__flex .p-top-box__flex-title small {
    font-size: 11px;
  }
}
.p-top-box .p-top-box__flex .p-top-box__flex-list {
  margin-top: 10px;
}
.p-top-box .p-top-box__flex .p-top-box__flex-item {
  position: relative;
  color: #444444;
  text-align: left;
  padding-left: 20px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__flex .p-top-box__flex-item {
    font-size: 11px;
  }
}
.p-top-box .p-top-box__flex .p-top-box__flex-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-box .p-top-box__flex .p-top-box__flex-link {
  position: relative;
  display: inline-block;
  color: #C00;
  padding-left: 10px;
  text-decoration: underline;
}
.p-top-box .p-top-box__flex .p-top-box__flex-link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -15px;
  background-image: url("../img/tab-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 12/10;
  width: 12px;
}
.p-top-box .p-top-box__img {
  margin: 25px auto 0;
}
.p-top-box .p-top-box__img.p-top-box__img01 {
  max-width: 640px;
}
.p-top-box .p-top-box__img.p-top-box__img02 {
  max-width: 800px;
}
.p-top-box .p-top-box__striking {
  max-width: 830px;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__striking {
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    padding: 2.6666666667vw 0;
    border-top: 1px solid #C00;
    border-bottom: 1px solid #C00;
  }
}
.p-top-box .p-top-box__striking .p-top-box__striking-txt {
  flex: 0 1 100%;
  text-align: center;
  line-height: 1.3;
  color: #C00;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-box .p-top-box__striking .p-top-box__striking-txt {
    padding: 20px 10px;
    border-top: 1px solid #C00;
    border-bottom: 1px solid #C00;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .p-top-box .p-top-box__striking .p-top-box__striking-txt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__striking .p-top-box__striking-txt {
    text-align: left;
    font-size: 2.9333333333vw;
  }
}
.p-top-box .p-top-box__striking .p-top-box__striking-button {
  flex: 0 0 230px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__striking .p-top-box__striking-button {
    flex: 0 0 35.2vw;
    height: 10.6666666667vw;
  }
}
.p-top-box .p-top-box__striking .p-top-box__striking-button a {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-box .p-top-box__striking .p-top-box__striking-button a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__striking .p-top-box__striking-button a {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__striking .p-top-box__striking-button a span {
    padding-right: 1.8666666667vw;
  }
}
.p-top-box .p-top-box__button {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__button {
    margin-top: 15px;
  }
}
.p-top-box .p-top-box__button a {
  margin: 0 auto;
  max-width: 700px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-top-box .p-top-box__button a {
    padding: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__button a {
    height: 60px;
  }
}
.p-top-box .p-top-box__button a span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-box .p-top-box__button a span {
    padding: 0 20px 0 15px;
    line-height: 1.5;
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-life {
    padding: 80px 45px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-life .p-top-life__item {
    padding: 0 55px;
  }
}
.p-top-life .p-top-life__item + .p-top-life__item {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-top-life .p-top-life__item + .p-top-life__item {
    margin-top: 26px;
  }
}
.p-top-life .p-top-life__flex {
  border-top: 1px solid #CCD5EA;
}
@media screen and (min-width: 768px) {
  .p-top-life .p-top-life__flex {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-life .p-top-life__flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    margin-top: 15px;
    margin-bottom: -10px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-life .p-top-life__flex .p-top-life__flex-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-life .p-top-life__flex .p-top-life__flex-img {
    flex: 0 0 16.8vw;
  }
}
.p-top-life .p-top-life__title {
  color: #6A7181;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-life .p-top-life__title {
    text-align: left;
    font-size: 3.2vw;
  }
}
.p-top-life .p-top-box__button {
  margin-top: 50px;
}

.p-top-voice .p-top-voice__icon {
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__icon {
    width: 70px;
  }
}
.p-top-voice .p-top-voice__title {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__title {
    margin: 20px 0;
    font-size: 26px;
  }
}
.p-top-voice .p-top-voice__txt {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__txt {
    line-height: 1.6;
    font-size: 13px;
  }
}
.p-top-voice .p-top-voice__list {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__list {
    margin-top: 40px;
  }
}
.p-top-voice .p-top-voice__item {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__item {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
.p-top-voice .p-top-voice__item .p-top-voice__item-icon {
  flex: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__item .p-top-voice__item-icon {
    flex: 0 0 70px;
  }
}
.p-top-voice .p-top-voice__item .p-top-voice__item-txt {
  position: relative;
  flex: 0 1 100%;
  max-width: 600px;
  padding: 20px;
  border-radius: 30px;
  text-align: left;
  line-height: 1.6;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__item .p-top-voice__item-txt {
    padding: 20px;
    border-radius: 30px;
    font-size: 12px;
  }
}
.p-top-voice .p-top-voice__item .p-top-voice__item-txt::before {
  content: "";
  position: absolute;
  top: 55%;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 20/24;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__item .p-top-voice__item-txt::before {
    top: 30%;
    width: 20px;
  }
}
.p-top-voice .p-top-voice__item.p-top-voice__item-blue .p-top-voice__item-txt {
  border: 2px solid #C0D3F3;
  background: #DFEBFF;
}
.p-top-voice .p-top-voice__item.p-top-voice__item-blue .p-top-voice__item-txt::before {
  left: -17px;
  background-image: url("../img/bubble-icon01.png");
}
.p-top-voice .p-top-voice__item.p-top-voice__item-red {
  justify-content: flex-end;
}
.p-top-voice .p-top-voice__item.p-top-voice__item-red .p-top-voice__item-txt {
  border: 2px solid #FDD9DB;
  background: #FFEDEE;
}
.p-top-voice .p-top-voice__item.p-top-voice__item-red .p-top-voice__item-txt::before {
  right: -17px;
  background-image: url("../img/bubble-icon02.png");
}
.p-top-voice .p-top-voice__item + .p-top-voice__item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-voice .p-top-voice__item + .p-top-voice__item {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=maps/top.css.map */