@charset "UTF-8"; /*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */ *, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit
}
ol, ul {
  padding: 0;
  margin: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
embed, iframe, img, object, svg {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  background: 0 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
[type=button], [type=reset], [type=submit], button {
  cursor: pointer
}
[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 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
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type=number] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-collapse: collapse;
  border-color: inherit
}
caption {
  text-align: left
}
td, th {
  padding: 0;
  vertical-align: top
}
th {
  font-weight: 700;
  text-align: left
}
:root {
  --contentsPcWidth: $contentsPcWidth;
  --color_primary: #019e95;
  --color_bg: #F8F3EA;
  --color_border: #ddd;
  --color_txt: #000;
  --color_lnk: #000;
  --link_deco: none;
  --color_key: #15a9d8;
  --color_placeholder: #e2e2e2;
  --color_form: #fff;
  --color_contents: #eeeceb;
  --color_consultant: #d29b00;
  --color_researcher: #1b4b7d;
  --header-height: 90px;
  --header-height-int: 90;
  --header-height-sp: calc(74/375*100vw);
  --imgPath: "var(--imgPath)";
  --font-family-basic: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
html {
  font-family: var(--font-family-basic);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color_txt);
  word-wrap: break-word;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height)
}
@media screen and (max-width:768px) {
  html {
    scroll-padding-top: var(--header-height-sp)
  }
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6
}
body.is-locked {
  overflow: hidden
}
a {
  color: var(--color_lnk);
  -webkit-text-decoration: var(--link_deco);
  text-decoration: var(--link_deco);
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
a:hover {
  text-decoration: none;
  opacity: .8
}
img {
  vertical-align: bottom
}
strong {
  font-weight: 700
}
input {
  padding: 0;
  background: 0 0;
  border: none
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  padding: 6px;
  font-family: var(--font-family-basic);
  vertical-align: bottom;
  background-color: #fff;
  border: solid 1px #c9c9c9
}
input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--color_placeholder)
}
input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--color_placeholder)
}
input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color_placeholder)
}
input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
  background-color: #eef4fb
}
input[type=checkbox], input[type=radio] {
  margin: 0;
  vertical-align: -1px
}
input[type=button], input[type=submit] {
  font-family: var(--font-family-basic);
  vertical-align: bottom;
  cursor: pointer;
  -webkit-appearance: none
}
textarea {
  vertical-align: bottom;
  resize: vertical
}
em {
  font-style: italic
}
sup {
  font-size: .5em;
  vertical-align: super
}
sub {
  font-size: .5em;
  vertical-align: sub
}
blockquote {
  position: relative;
  padding: 1em 1em 1em 3em;
  background-color: #eeefff;
  border-left: 3px solid #666
}
blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 600%;
  line-height: 1em;
  color: #999;
  content: "“"
}
::-moz-selection {
  background: #d4dcd6
}
::selection {
  background: #d4dcd6
}
::-moz-selection {
  background: #d4dcd6
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
@media print, screen and (min-width:769px) {
  .l-contents {
    max-width: calc(var(--contentsPcWidth) + 40px);
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
  }
}
@media screen and (max-width:768px) {
  .l-contents {
    padding-right: calc(40 / 768 * 100vw);
    padding-left: calc(40 / 768 * 100vw)
  }
}
.l-footer {
  position: relative;
  z-index: 2
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 8vw 0 0
  }
}
@media screen and (max-width:768px) {
  .l-footer--top {
    background-color: var(--color_bg)
  }
}
.l-footer__pageTopSp {
  width: 50.4vw;
  margin: auto
}
@media print, screen and (min-width:769px) {
  .l-footer__pageTopSp {
    display: none
  }
}
.l-footer__pageTopSp img {
  display: block;
  width: 100%
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.l-footer__sns img {
  width: 100%
}
@media print, screen and (min-width:769px) {
  .l-footer__sns {
    width: 184px;
    margin: 116px auto 0
  }
}
@media screen and (max-width:768px) {
  .l-footer__sns {
    width: 45.33333vw;
    margin: 13.33333vw auto 0
  }
}
.l-footer__iconX {
  display: block;
  width: 50px
}
@media screen and (max-width:768px) {
  .l-footer__iconX {
    width: 12.26667vw
  }
}
.l-footer__iconInst {
  display: block;
  width: 51px
}
@media screen and (max-width:768px) {
  .l-footer__iconInst {
    width: 12.53333vw
  }
}
.l-footer__logoPet {
  display: block;
  width: 122px;
  margin: auto;
  margin-top: 64px;
  text-align: center
}
.l-footer__logoPet img {
  display: block;
  width: 100%
}
@media screen and (max-width:768px) {
  .l-footer__logoPet {
    width: 27.2vw;
    margin-top: 9.33333vw
  }
}
.l-footer__copy {
  padding: 20px 0;
  text-align: center;
  font-size: 10px;
  font-size: .625rem
}
@media screen and (max-width:768px) {
  .l-footer__copy {
    font-size: 10px;
    font-size: 2.60417vw;
    font-size: clamp(10px, 2.60417vw, 20px)
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-height);
  padding: 0 20px
}
@media screen and (max-width:768px) {
  .l-header {
    height: var(--header-height-sp);
    background: 0 0
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}
.l-header__logo {
  position: relative;
  z-index: 2
}
@media screen and (max-width:768px) {
  .l-header__logo {
    z-index: 100
  }
  .l-header__logo img {
    width: 21.33333vw;
    height: 13.33333vw;
    aspect-ratio: 80/50
  }
}
.l-main {
  padding-top: var(--header-height)
}
@media screen and (max-width:768px) {
  .l-main {
    padding-top: var(--header-height-sp)
  }
}
.l-main::after {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: var(--header-height);
  content: "";
  background: #fff
}
@media screen and (max-width:768px) {
  .l-main::after {
    height: var(--header-height-sp)
  }
}
.l-main > * {
  position: relative;
  z-index: 0
}
.l-main--top {
  padding-top: 0
}
@media screen and (max-width:768px) {
  .l-main--top {
    padding-top: 0
  }
}
.l-nav.is-open::before {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: ""
}
.l-nav__btn {
  position: relative;
  z-index: 2
}
.l-nav__contents {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 549px;
  height: 100vh;
  max-height: 583px;
  overflow: auto;
  background-color: rgba(255, 255, 255, .95);
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}
@media screen and (max-width:768px) {
  .l-nav__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: none
  }
}
.is-open .l-nav__contents {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.l-nav__toTop {
  display: block;
  width: 13.6vw;
  height: 9.33333vw;
  margin: 6.66667vw auto 8.8vw
}
@media print, screen and (min-width:769px) {
  .l-nav__toTop {
    display: none
  }
}
.l-nav__toTop img {
  display: block;
  width: 100%
}
.l-navBtn {
  position: relative;
  z-index: 1;
  display: block;
  width: 33px;
  height: 14px;
  cursor: pointer;
  border: none
}
@media screen and (max-width:768px) {
  .l-navBtn {
    width: calc(66 / 768 * 100vw);
    height: calc(24 / 768 * 100vw)
  }
}
.l-navBtn__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 80%
}
.l-navBtn__item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
@media screen and (max-width:768px) {
  .l-navBtn__item {
    height: 2px
  }
}
.is-open .l-navBtn__item:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}
.l-navBtn__item:nth-child(2) {
  top: 100%
}
.is-open .l-navBtn__item:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}
.l-navMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 0 60px;
  height: 583px;
  padding: 100px 82px 0 0
}
@media screen and (max-width:768px) {
  .l-navMenu {
    gap: 11.46667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    height: 100%;
    min-height: 133.33333vw;
    padding: 27.2vw 11.2vw 0
  }
}
@media screen and (max-width:768px) {
  .l-navMenu__item {
    width: 6.13333vw
  }
  .l-navMenu__item img {
    width: 100%;
    max-height: 90%
  }
}
.m-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 50px;
  overflow: hidden;
  line-height: 1.5;
  color: var(--color_txt);
  cursor: pointer;
  border: 1px solid var(--color_txt)
}
@media screen and (max-width:768px) {
  .m-btn {
    padding: calc(20 / 768 * 100vw) calc(60 / 768 * 100vw)
  }
}
@media print, screen and (min-width:769px) {
  .m-btn:hover {
    color: #fff;
    background-color: var(--color_txt);
    opacity: 1
  }
}
.m-newsList__item {
  border-bottom: 1px solid var(--color_border)
}
.m-newsList__item:first-child {
  border-top: 1px solid var(--color_border)
}
.m-newsList__link {
  display: block;
  padding: 30px 0
}
@media screen and (max-width:768px) {
  .m-newsList__link {
    padding: calc(50 / 768 * 100vw 0)
  }
}
.m-newsList__date {
  display: block;
  margin-bottom: 10px;
  font-weight: 700
}
@media screen and (max-width:768px) {
  .m-newsList__date {
    margin-bottom: calc(20 / 768 * 100vw)
  }
}
.m-pageTop {
  position: fixed;
  z-index: 10;
  display: block
}
@media print, screen and (min-width:769px) {
  .m-pageTop {
    right: 10px;
    bottom: 25px;
    width: 97px;
    height: 74px;
    opacity: .7
  }
  .m-pageTop::after, .m-pageTop::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: ""
  }
  .m-pageTop::after {
    z-index: 2;
    background: transparent url(/cms/npf/brand/lacine/assets/img/common/to_top.svg) center bottom no-repeat;
    opacity: 1
  }
  .m-pageTop::before {
    z-index: 1;
    background: transparent url(/cms/npf/brand/lacine/assets/img/common/to_top_hover.svg) center bottom no-repeat;
    opacity: 0;
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center
  }
  .m-pageTop:hover {
    width: 97px;
    height: 74px;
    opacity: .7
  }
  .m-pageTop:hover::after {
    opacity: 0;
    -webkit-transition: all .1s .2s ease;
    transition: all .1s .2s ease
  }
  .m-pageTop:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
@media screen and (max-width:768px) {
  .m-pageTop {
    right: 10px;
    bottom: 25px;
    width: 16vw;
    height: 16vw
  }
  .m-pageTop::after, .m-pageTop::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: ""
  }
  .m-pageTop::after {
    z-index: 2;
    background: transparent url(/cms/npf/brand/lacine/assets/img/common/to_top_sp.webp) center bottom no-repeat;
    background-size: contain;
    opacity: 1
  }
  .m-pageTop:hover {
    opacity: 1
  }
}
.m-pageTop.is-hide {
  display: none
}
.p-topAbout {
  position: relative;
  z-index: 2
}
@media print, screen and (min-width:769px) {
  .p-topAbout {
    padding-bottom: 431px
  }
}
@media screen and (max-width:768px) {
  .p-topAbout {
    padding-bottom: 12.8vw
  }
}
.p-topAbout__inner {
  margin: auto;
  background-color: var(--color_bg);
  border-radius: 20px
}
@media print, screen and (min-width:769px) {
  .p-topAbout__inner {
    width: 100%;
    max-width: 894px;
    height: 723px;
    padding: 35px 52px 0
  }
}
@media screen and (max-width:768px) {
  .p-topAbout__inner {
    height: auto;
    width: 85.06667vw;
    padding: 8vw 0;
    text-align: center
  }
}
.p-topAbout__ttl {
  margin: auto
}
@media print, screen and (min-width:769px) {
  .p-topAbout__ttl {
    width: 218px
  }
}
@media screen and (max-width:768px) {
  .p-topAbout__ttl {
    width: 38.13333vw
  }
  .p-topAbout__ttl img {
    width: 100%
  }
}
@media print, screen and (min-width:769px) {
  .p-topAbout__gBox {
    display: -ms-grid;
    display: grid;
    gap: 0 20px;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto;
    -ms-grid-columns: auto 20px auto;
    grid-template: "a b"auto "e b"auto "e c"auto "e d"auto/auto auto
  }
}
@media print, screen and (min-width:769px) {
  .p-topAbout__txt1 {
    grid-area: a;
    font-size: 19px;
    font-size: 1.1875rem;
    margin-top: 70px;
    margin-left: 10px
  }
}
@media screen and (max-width:768px) {
  .p-topAbout__txt1 {
    margin-top: 6.93333vw;
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px)
  }
}
@media print, screen and (min-width:769px) {
  .p-topAbout__img1 {
    grid-area: b;
    display: block;
    margin-top: 10px;
    max-width: 447px;
    max-height: 371px
  }
}
@media screen and (max-width:768px) {
  .p-topAbout__img1 {
    margin-top: 3.46667vw;
    width: 100%
  }
}
.p-topAbout__img1 img {
  max-width: 100%
}
@media print, screen and (min-width:769px) {
  .p-topAbout__inTtl {
    grid-area: c;
    margin-top: 24px;
    margin-left: 50px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600
  }
}
@media screen and (max-width:768px) {
  .p-topAbout__inTtl {
    margin-top: 8.53333vw;
    font-size: 20px;
    font-size: 5.20833vw;
    font-size: clamp(20px, 5.20833vw, 40px)
  }
}
@media print, screen and (min-width:769px) {
  .p-topAbout__img2 {
    margin-top: 113px;
    margin-left: 25px;
    display: block;
    grid-area: e;
    max-width: 302px;
    max-height: 268px
  }
}
@media screen and (max-width:768px) {
  .p-topAbout__img2 {
    width: 65.6vw;
    margin: 6.13333vw auto 0
  }
}
.p-topAbout__img2 img {
  max-width: 100%
}
@media print, screen and (min-width:769px) {
  .p-topAbout__txt2 {
    font-size: 19px;
    font-size: 1.1875rem;
    grid-area: d;
    margin-top: 10px;
    margin-left: 50px
  }
}
@media screen and (max-width:768px) {
  .p-topAbout__txt2 {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px);
    margin-top: 6.66667vw
  }
}
.p-topAbout__btn {
  display: block;
  z-index: 3
}
.p-topAbout__btn img {
  max-width: 100%
}
@media print, screen and (min-width:769px) {
  .p-topAbout__btn {
    position: absolute;
    right: 0;
    bottom: 62px;
    left: 0;
    width: 403px;
    height: 409px;
    margin: -40px auto 0
  }
}
@media screen and (max-width:768px) {
  .p-topAbout__btn {
    position: relative;
    margin: 0 auto;
    width: 77.86667vw;
    margin-top: 13.6vw
  }
}
@media print, screen and (min-width:769px) {
  .p-topBg1 {
    position: relative;
    max-width: 100%;
    overflow: hidden
  }
  .p-topBg1::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/bg_01.webp) center top no-repeat;
    background-size: 100% auto
  }
}
@media print, screen and (min-width:769px) and (min-width:769px) and (max-width:1366px) {
  .p-topBg1::after {
    background-image: url(/cms/npf/brand/lacine/assets/img/top/bg_01_left.webp), url(/cms/npf/brand/lacine/assets/img/top/bg_01_right.webp);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: auto
  }
}
@media screen and (max-width:768px) {
  .p-topBg1::before {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/kv_sp_bg.webp?v=1) center top fixed;
    background-size: 100% auto
  }
}
@media print, screen and (min-width:769px) {
  .p-topBg2 {
    position: relative
  }
  .p-topBg2::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/bg_02.webp) center top no-repeat;
    background-size: 100% auto
  }
}
@media print, screen and (min-width:769px) and (min-width:769px) and (max-width:1366px) {
  .p-topBg2::after {
    background-image: url(/cms/npf/brand/lacine/assets/img/top/bg_02_left.webp), url(/cms/npf/brand/lacine/assets/img/top/bg_02_right.webp);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: auto
  }
}
@media print, screen and (min-width:769px) {
  .p-topBg3 {
    position: relative
  }
  .p-topBg3::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/bg_03.webp) center top no-repeat;
    background-size: 100% auto
  }
}
@media print, screen and (min-width:769px) and (min-width:769px) and (max-width:1366px) {
  .p-topBg3::after {
    background-image: url(/cms/npf/brand/lacine/assets/img/top/bg_03_left.webp), url(/cms/npf/brand/lacine/assets/img/top/bg_03_right.webp);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: auto
  }
}
.p-topBnr {
  padding: 64px 0 73px;
  text-align: center
}
@media screen and (max-width:768px) {
  .p-topBnr {
    position: relative;
    z-index: 2;
    padding: 5.33333vw 0 6.66667vw;
    background: #f8f3ea
  }
}
.p-topBnr__scroll {
  display: none
}
@media screen and (max-width:768px) {
  .p-topBnr__scroll {
    display: block;
    width: 15.2vw;
    margin: auto
  }
}
.p-topBnr__scroll img {
  max-width: 100%
}
.p-topBnr__img {
  display: block;
  width: 100%;
  max-width: 966px;
  aspect-ratio: 966/270;
  margin: auto
}
@media screen and (max-width:768px) {
  .p-topBnr__img {
    max-width: 83.73333vw; height:132.8vw; margin-top: 4.53333vw
  }
}
.p-topBnr__img img {
  display: block;
  max-width: 100%
}
@media print, screen and (min-width:769px) {
  .p-topConcept {
    position: relative;
    padding-top: 47px
  }
  .p-topConcept::after {
    content: '';
    display: block;
    width: 61.71303%;
    height: auto;
    aspect-ratio: 843/848;
    max-width: 1000px;
    position: absolute;
    top: -80px;
    left: -80px;
    left: -5.85652vw;
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/concept_bg.webp) 0 0 no-repeat;
    z-index: -1;
    background-size: contain
  }
}
@media screen and (max-width:768px) {
  .p-topConcept {
    position: relative;
    background: 0 0;
    padding-top: 14.93333vw
  }
  .p-topConcept::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/concept_bg_sp.webp) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: -2
  }
}
.p-topConcept__inner {
  width: 100%
}
@media print, screen and (min-width:769px) {
  .p-topConcept__inner {
    max-width: 951px;
    padding: 0 20px 52px;
    margin: 0 auto;
    overflow: hidden
  }
}
.p-topConcept__txt {
  position: relative;
  z-index: 2;
  display: block
}
@media print, screen and (min-width:769px) {
  .p-topConcept__txt {
    width: 511px;
    height: 405px;
    padding: 0 82px 0 0;
    margin: 0 0 0 auto
  }
}
@media screen and (max-width:768px) {
  .p-topConcept__txt img {
    display: block;
    width: 70.22667vw;
    height: 150.576vw;
    margin: 0 auto 0
  }
}
.p-topConcept__catBox {
  width: 100%
}
@media print, screen and (min-width:769px) {
  .p-topConcept__catBox {
    height: 630px;
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/cat_bg.webp) center bottom no-repeat;
    background-size: contain
  }
}
@media screen and (max-width:768px) {
  .p-topConcept__catBox {
    height: 120vw;
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/cat_bg_sp.webp) bottom center no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: -2
  }
}
.p-topConcept__cat {
  display: block;
  width: 234px;
  margin: 52px auto 0
}
@media screen and (max-width:768px) {
  .p-topConcept__cat {
    position: relative;
    z-index: 5;
    width: 51.73333vw;
    height: 72.736vw
  }
  .p-topConcept__cat img {
    display: block;
    width: 100%
  }
}
.p-topFlavor {
  background-color: var(--color_bg);
  max-width: 100%;
  overflow: hidden
}
@media print, screen and (min-width:769px) {
  .p-topFlavor__top {
    height: 678px;
    overflow: hidden;
    background: transparent url(/cms/npf/brand/lacine/assets/img/top/flavor_bg.webp) center top no-repeat;
    background-size: cover
  }
}
@media print, screen and (min-width:769px) {
  .p-topFlavor__topTtl {
    width: 100%;
    padding: 0 20px;
    max-width: 788px;
    margin: auto;
    margin-top: 147px;
    text-align: right
  }
}
@media print, screen and (min-width:769px) and (max-width:1366px) {
  .p-topFlavor__topTtl {
    margin-top: 10.76135%
  }
}
@media screen and (max-width:768px) {
  .p-topFlavor__topTtl img {
    width: 100%
  }
}
@media print, screen and (min-width:769px) {
  .p-topFlavor__btm {
    min-height: 572px;
    padding: 40px 0 50px
  }
}
@media screen and (max-width:768px) {
  .p-topFlavor__btm {
    min-height: 159.73333vw;
    padding: 7.46667vw 0 12.26667vw
  }
}
@media print, screen and (min-width:769px) {
  .p-topFlavor__btmInner {
    position: relative;
    max-width: 951px;
    margin: auto;
    padding: 0 20px
  }
}
@media print, screen and (min-width:769px) {
  .p-topFlavor__cat {
    position: absolute;
    top: -68px;
    right: -22px;
    display: block;
    max-width: 520px;
    min-width: 300px;
    width: 57.08013vw;
    height: auto;
    aspect-ratio: 520/355
  }
  .p-topFlavor__cat img {
    max-width: 100%
  }
}
@media screen and (max-width:768px) {
  .p-topFlavor__cat {
    display: none
  }
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoBox {
    text-align: center
  }
}
.p-topFlavor__infoImg {
  margin-bottom: 53px
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoImg {
    width: 82.93333vw;
    margin: 0 auto 7.46667vw
  }
  .p-topFlavor__infoImg img {
    width: 100%
  }
}
.p-topFlavor__infoTtl1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 42px
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoTtl1 {
    font-size: 20px;
    font-size: 5.20833vw;
    font-size: clamp(20px, 5.20833vw, 40px)
  }
}
.p-topFlavor__infoNote {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoNote {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px);
    display: block
  }
}
.p-topFlavor__infoTxt1 {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 10px
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoTxt1 {
    font-size: 17px;
    font-size: 4.42708vw;
    font-size: clamp(17px, 4.42708vw, 34px)
  }
}
@media print, screen and (min-width:769px) {
  .p-topFlavor__infoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoList {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    width: 90.4vw;
    margin: 3.2vw auto
  }
}
@media print, screen and (min-width:769px) {
  .p-topFlavor__infoList li {
    text-align: center
  }
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoList li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20vw 1fr;
    grid-template-columns: 20vw 1fr;
    gap: 11px
  }
  .p-topFlavor__infoList li img {
    width: 100%
  }
}
.p-topFlavor__infoTtl2 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoTtl2 {
    font-size: 17px;
    font-size: 4.42708vw;
    font-size: clamp(17px, 4.42708vw, 34px)
  }
}
.p-topFlavor__infoTxt2 {
  font-size: 16px;
  font-size: 1rem
}
@media screen and (max-width:768px) {
  .p-topFlavor__infoTxt2 {
    font-size: 14px;
    font-size: 3.64583vw;
    font-size: clamp(14px, 3.64583vw, 28px)
  }
}
.p-topHfs {
  padding: 34px 0 65px;
  background-color: var(--color_bg)
}
.p-topHfs__inner {
  width: 712px;
  margin: auto;
  text-align: center
}
@media screen and (max-width:768px) {
  .p-topHfs__inner {
    width: 86.66667vw
  }
}
@media screen and (max-width:768px) {
  .p-topHfs__icons {
    width: 86.66667vw
  }
  .p-topHfs__icons img {
    width: 100%
  }
}
@media print, screen and (min-width:769px) {
  .p-topHfs__noteBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    margin: 20px auto 0
  }
}
@media screen and (max-width:768px) {
  .p-topHfs__noteBox {
    display: inline-block;
    margin-top: 3.73333vw;
    text-align: left
  }
}
@media print, screen and (min-width:769px) {
  .p-topHfs__note {
    font-size: 12px;
    font-size: .75rem
  }
}
@media screen and (max-width:768px) {
  .p-topHfs__note {
    font-size: 10px;
    font-size: 2.60417vw;
    font-size: clamp(10px, 2.60417vw, 20px)
  }
}
.p-topHfs__txt1 {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 50px
}
@media screen and (max-width:768px) {
  .p-topHfs__txt1 {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px)
  }
}
.p-topHfs__bnr {
  position: relative;
  margin-top: 50px
}
@media screen and (max-width:768px) {
  .p-topHfs__bnr {
    margin-top: 30.4vw;
    background: #fff
  }
}
.p-topHfs__bnrImg {
  position: absolute;
  z-index: 0;
  width: 712px;
  margin: auto
}
@media screen and (max-width:768px) {
  .p-topHfs__bnrImg {
    top: -24vw;
    right: 0;
    left: 0;
    width: 69.33333vw
  }
}
.p-topHfs__bnrImg img {
  width: 100%
}
.p-topHfs__txt2 {
  font-size: 15px;
  font-size: .9375rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 70px 0 40px 180px;
  text-align: left
}
@media screen and (max-width:768px) {
  .p-topHfs__txt2 {
    font-size: 15px;
    font-size: 3.90625vw;
    font-size: clamp(15px, 3.90625vw, 30px);
    padding: 26.66667vw 0 5.33333vw
  }
}
.p-topKv {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1366/768
}
@media screen and (max-width:768px) {
  .p-topKv {
    aspect-ratio: 375/611
  }
}
.p-topKv__title {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1366/768
}
.p-topKv__title img {
  display: block;
  width: 100%;
  height: auto
}
.p-topKv__scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width:768px) {
  .p-topKv__scroll {
    display: none
  }
}
.p-topLineup__ttlTop {
  margin-top: 80px;
  text-align: center
}
@media screen and (max-width:768px) {
  .p-topLineup__ttlTop {
    width: 30.66667vw;
    margin: 12.26667vw auto
  }
  .p-topLineup__ttlTop img {
    width: 100%
  }
}
.p-topLineup__list {
  position: relative;
  z-index: 2;
  background: #fff
}
@media print, screen and (min-width:769px) {
  .p-topLineup__list {
    width: 100%;
    max-width: 911px;
    padding: 50px 0 76px;
    margin: 0 auto
  }
}
@media screen and (max-width:768px) {
  .p-topLineup__list {
    padding: 0 0 8vw;
    margin: 14.13333vw auto 0
  }
}
.p-topLineup__listInner {
  text-align: center
}
@media print, screen and (min-width:769px) {
  .p-topLineup__listInner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5, auto);
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    gap: 0 55px
  }
  .p-topLineup__listInner + .p-topLineup__listInner {
    margin-top: 80px
  }
}
@media print, screen and (min-width:769px) {
  .p-topLineup__listInner li {
    display: contents
  }
}
@media screen and (max-width:768px) {
  .p-topLineup__listInner li {
    margin-bottom: 13.33333vw
  }
}
.p-topLineup__topImg {
  position: relative;
  z-index: 0;
  padding-top: 554px;
  overflow: hidden
}
@media screen and (max-width:768px) {
  .p-topLineup__topImg {
    padding-top: 129.86667vw
  }
}
.p-topLineup__topImg img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%
}
.p-topLineup__ttl {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem
}
.p-topLineup__ttl--01 {
  color: #6fba2c
}
.p-topLineup__ttl--02 {
  color: #004c70
}
.p-topLineup__ttl--03 {
  color: #ee7800
}
.p-topLineup__ttl--04 {
  color: #ad012d
}
@media screen and (max-width:768px) {
  .p-topLineup__ttl {
    font-size: 24px;
    font-size: 6.25vw;
    font-size: clamp(24px, 6.25vw, 48px)
  }
}
.p-topLineup__txt {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px
}
@media screen and (max-width:768px) {
  .p-topLineup__txt {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px);
    margin-top: 3.73333vw
  }
}
.p-topLineup__btn {
  display: block
}
@media print, screen and (min-width:769px) {
  .p-topLineup__btn {
    width: 226px;
    margin: 24px auto 0
  }
}
@media screen and (max-width:768px) {
  .p-topLineup__btn {
    width: 53.6vw;
    margin: 5.33333vw auto 0
  }
  .p-topLineup__btn img {
    width: 100%
  }
}
.p-topLineup__note {
  display: block;
  max-width: 400px;
  margin: 12px 20px auto auto;
  text-align: right;
  font-size: 10px;
  font-size: .625rem
}
@media screen and (max-width:768px) {
  .p-topLineup__note {
    font-size: 10px;
    font-size: 2.60417vw;
    font-size: clamp(10px, 2.60417vw, 20px);
    margin-top: 3.73333vw;
    margin-right: 7.46667vw
  }
}
.p-topMovie {
  padding: 110px 0 64px;
  text-align: center;
  position: relative;
  z-index: 2
}
@media screen and (max-width:768px) {
  .p-topMovie {
    padding: 11.46667vw 0 12.53333vw
  }
}
.p-topMovie__ttl {
  width: 117px;
  margin: auto;
  height: auto;
  aspect-ratio: 117/150
}
@media screen and (max-width:768px) {
  .p-topMovie__ttl {
    width: 25.86667vw;
    height: auto
  }
}
.p-topMovie__ttl img {
  max-width: 100%;
  width: 100%;
  display: block
}
.p-topMovie__mv iframe {
  aspect-ratio: 16/9
}
@media print, screen and (min-width:769px) {
  .p-topMovie__mv iframe {
    width: 650px;
    margin: 60px auto 0
  }
}
@media screen and (max-width:768px) {
  .p-topMovie__mv iframe {
    width: 80vw;
    margin: 13.33333vw auto 0
  }
}
.p-zukan {
  margin: 100px auto;
  text-align: center
}
@media screen and (max-width:768px) {
  .p-zukan {
    margin: 38px auto
  }
}
.p-zukan__ctgSelect {
  visibility: hidden;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0
}
.p-zukan__ttl {
  width: 450px;
  margin: auto
}
@media screen and (max-width:768px) {
  .p-zukan__ttl {
    width: 77.33333vw
  }
}
.p-zukan__ttl img {
  width: 100%
}
.p-zukan__txt {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 20px
}
@media screen and (max-width:768px) {
  .p-zukan__txt {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px)
  }
}
.p-zukan__note {
  font-size: 16px;
  font-size: 1rem
}
@media screen and (max-width:768px) {
  .p-zukan__note {
    font-size: 12px;
    font-size: 3.125vw;
    font-size: clamp(12px, 3.125vw, 24px)
  }
}
.p-zukan__box {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 2px;
  max-width: 1100px;
  margin: 40px auto
}
@media screen and (max-width:768px) {
  .p-zukan__box {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr))
  }
}
.p-zukan__item {
  position: relative;
  display: block;
  width: 100%;
  min-width: 100px;
  min-height: 100px;
  aspect-ratio: 1/1;
  text-decoration: none
}
.p-zukan__item button {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  background: #ededed
}
.p-zukan__item button img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain
}
.p-zukan__link {
  width: 200px;
  display: block;
  margin: auto
}
@media screen and (max-width:768px) {
  .p-zukan__link {
    width: 34.66667vw
  }
}
.p-zukan__link img {
  display: block;
  width: 100%
}
.p-zukanColumn {
  padding: 97px 0
}
@media screen and (max-width:768px) {
  .p-zukanColumn {
    padding: 13.33333vw 0 21.33333vw
  }
}
.p-zukanColumn__ttl {
  width: 347px;
  aspect-ratio: 347/116;
  margin: auto;
  text-align: center
}
.p-zukanColumn__ttl img {
  width: 100%;
  max-width: 100%;
  height: auto
}
@media screen and (max-width:768px) {
  .p-zukanColumn__ttl {
    width: 63.2vw
  }
}
.p-zukanColumn__txtBlock {
  max-width: 812px;
  margin: 60px auto 0;
  font-size: 18px;
  font-size: 1.125rem
}
@media screen and (max-width:768px) {
  .p-zukanColumn__txtBlock {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px);
    max-width: 88vw;
    margin: 18.66667vw auto 0
  }
}
.p-zukanColumn__txtBlock p + p {
  margin-top: 50px
}
@media screen and (max-width:768px) {
  .p-zukanColumn__txtBlock p + p {
    margin-top: 13.33333vw
  }
}
.p-zukanKv {
  padding: 22px 0;
  text-align: center;
  background: var(--color_bg)
}
@media screen and (max-width:768px) {
  .p-zukanKv {
    font-size: 14px;
    font-size: 3.64583vw;
    font-size: clamp(14px, 3.64583vw, 28px);
    width: 100%
  }
}
.p-zukanKv__ttl {
  width: 100%;
  padding: 58px 0 71px;
  background: transparent url(/cms/npf/brand/lacine/assets/img/zukan/kv_bg.webp) center bottom no-repeat;
  background-size: cover
}
@media screen and (max-width:768px) {
  .p-zukanKv__ttl {
    padding: 0;
    background-image: none
  }
}
.p-zukanKv__ttl img {
  display: block;
  width: 70.71742%;
  max-width: 966px;
  height: auto;
  aspect-ratio: 966/461;
  margin: auto
}
@media screen and (max-width:768px) {
  .p-zukanKv__ttl img {
    width: 83.2vw;
    height: auto;
    aspect-ratio: 312/271
  }
}
.p-zukanKv__txt {
  margin: 40px auto;
  font-size: 23px;
  font-size: 1.4375rem
}
@media screen and (max-width:768px) {
  .p-zukanKv__txt {
    font-size: 17px;
    font-size: 4.42708vw;
    font-size: clamp(17px, 4.42708vw, 34px);
    margin: 4.8vw auto 8vw
  }
}
.p-zukanKv__scroll {
  display: block;
  margin: 55px auto 38px
}
@media screen and (max-width:768px) {
  .p-zukanKv__scroll {
    display: none
  }
}
.p-zukanList {
  max-width: 940px;
  margin: auto
}
@media screen and (max-width:768px) {
  .p-zukanList {
    width: 88vw
  }
}
.p-zukanList__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  max-width: 741px;
  padding: 70px 0;
  margin: auto;
  position: relative
}
@media screen and (max-width:768px) {
  .p-zukanList__inner {
    display: block
  }
}
.p-zukanList__inner::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 100vw;
  max-width: 940px;
  height: 0;
  content: "";
  border-top: 1px solid #000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width:768px) {
  .p-zukanList__inner::after {
    width: 100%
  }
}
@media print, screen and (min-width:769px) {
  .p-zukanList__left {
    text-align: center
  }
}
@media screen and (max-width:768px) {
  .p-zukanList__left {
    display: contents
  }
}
.p-zukanList__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (max-width:768px) {
  .p-zukanList__right {
    display: contents
  }
}
.p-zukanList__img img {
  max-width: 100%;
  height: auto
}
@media screen and (max-width:768px) {
  .p-zukanList__img img {
    width: 100%
  }
}
@media screen and (max-width:768px) {
  .p-zukanList__img {
    width: 41.06667vw;
    margin: auto
  }
}
@media print, screen and (min-width:769px) {
  .p-zukanList__name {
    margin-top: 14px
  }
}
@media screen and (max-width:768px) {
  .p-zukanList__name {
    margin-top: 4vw;
    text-align: center
  }
}
.p-zukanList__name img {
  width: auto;
  max-width: 100%;
  height: 37px
}
@media screen and (max-width:768px) {
  .p-zukanList__name img {
    height: 7.46667vw
  }
}
@media print, screen and (min-width:769px) {
  .p-zukanList__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (max-width:768px) {
  .p-zukanList__txt {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px);
    margin-top: 6.93333vw
  }
}
.p-zukanList__txt p {
  font-size: 18px;
  font-size: 1.125rem
}
@media screen and (max-width:768px) {
  .p-zukanList__txt p {
    grid-area: d
  }
}
@media print, screen and (min-width:769px) {
  .p-topAbout__txt1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-topAbout__img1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3
  }
  .p-topAbout__inTtl {
    -ms-grid-row: 5;
    -ms-grid-column: 3
  }
  .p-topAbout__img2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1
  }
  .p-topAbout__txt2 {
    -ms-grid-row: 7;
    -ms-grid-column: 3
  }
  .p-zukanList__txt p {
    -ms-grid-row: 7;
    -ms-grid-column: 3
  }
}
.p-zukanList__txt p + p {
  margin-top: 1em
}
.p-zukanList__btn {
  width: 180px;
  margin-top: 30px
}
@media screen and (max-width:768px) {
  .p-zukanList__btn {
    width: 56.8vw;
    margin: 40px auto 0;
    display: block
  }
}
.p-zukanList__btn img {
  width: 100%
}
.p-zukanMenu {
  padding: 70px 0 50px;
  text-align: center;
  background: var(--color_bg)
}
@media screen and (max-width:768px) {
  .p-zukanMenu {
    padding: 10.66667vw 0 2.66667vw
  }
}
.p-zukanMenu__ttl {
  display: block;
  width: 362px;
  margin: auto;
  text-align: center
}
@media screen and (max-width:768px) {
  .p-zukanMenu__ttl {
    width: 64vw;
    aspect-ratio: 240/79
  }
}
.p-zukanMenu__ttl img {
  display: block;
  width: 100%;
  height: auto
}
.p-zukanMenu__txt {
  margin: 45px 0 30px;
  font-size: 23px;
  font-size: 1.4375rem
}
@media screen and (max-width:768px) {
  .p-zukanMenu__txt {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px)
  }
}
.p-zukanMenu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 37px;
  max-width: 615px;
  margin: 47px auto
}
@media screen and (max-width:768px) {
  .p-zukanMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.4vw;
    width: 90.66667vw;
    max-width: none
  }
}
.p-zukanMenu__list li {
  display: block;
  text-align: center
}
@media screen and (max-width:768px) {
  .p-zukanMenu__list li {
    max-width: 28.53333vw
  }
}
.p-zukanMenu__list a {
  display: block
}
.p-zukanMenu__list a:hover {
  opacity: 1
}
.p-zukanMenu__img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .3s 0s ease;
  transition: all .3s 0s ease
}
@media print, screen and (min-width:769px) {
  .p-zukanMenu__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.p-zukanMenu__name {
  height: 19px;
  margin-top: 4px
}
.p-zukanMenu__name img {
  width: auto;
  height: 100%
}
@media screen and (max-width:768px) {
  .p-zukanMenu__name {
    height: 4.26667vw
  }
}
.p-zukanMenu__icon {
  display: block;
  width: 30px;
  margin: 3px auto 0
}
.p-zukanMenu__icon img {
  max-width: 100%;
  height: auto
}
@media screen and (max-width:768px) {
  .p-zukanMenu__icon {
    display: block;
    width: 6.66667vw
  }
}
.p-zukanModal {
  aspect-ratio: 1/1;
  width: 80%;
  max-height: 90vh;
  background: #fff
}
@media (orientation:landscape) {
  .p-zukanModal {
    aspect-ratio: unset;
    width: 75dvw;
    height: 90dvh
  }
}
@media screen and (max-width:768px) {
  .p-zukanModal {
    width: 90vw;
    height: 80vh
  }
}
.p-zukanModal:modal {
  padding: 0
}
.p-zukanModal::-webkit-backdrop {
  background: rgba(0, 0, 0, .6)
}
.p-zukanModal::backdrop {
  background: rgba(0, 0, 0, .6)
}
.p-zukanModal__innerBox {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: auto;
  position: relative
}
@media print, screen and (min-width:769px) {
  .p-zukanModal__innerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.p-zukanModal__imgBox {
  width: 100%;
  height: calc(100% - 4em);
  position: relative;
  opacity: 0;
  margin: auto
}
.p-zukanModal__imgBox ::-moz-selection {
  background-color: transparent
}
.p-zukanModal__imgBox ::selection {
  background-color: transparent
}
@media (orientation:landscape) {
  .p-zukanModal__imgBox {
    height: calc(100% - 6em);
    width: calc(100% - 6em)
  }
}
@media screen and (max-width:768px) {
  .p-zukanModal__imgBox {
    height: calc(100% - 4em);
    width: calc(100% - 1em);
    margin-top: 1em
  }
}
@media screen and (max-width:768px) and (orientation:landscape) {
  .p-zukanModal__imgBox {
    width: calc(100% - 4em);
    height: calc(100% - 2em);
    margin-top: 0
  }
}
.p-zukanModal__imgBox.is-show {
  opacity: 1;
  -webkit-transition: opacity .5s 0s ease;
  transition: opacity .5s 0s ease
}
.p-zukanModal__imgBox img {
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 690px
}
.p-zukanModal__name {
  margin: .5em auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 4px;
  margin: auto;
  text-align: center;
  background: #fff
}
@media screen and (max-width:768px) {
  .p-zukanModal__name {
    height: 3em;
    width: calc(100% - 10em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media screen and (max-width:768px) and (orientation:landscape) {
  .p-zukanModal__name {
    height: 1.6em
  }
}
.p-zukanModal__btn {
  width: 5em;
  height: 90%;
  max-height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: block
}
@media screen and (max-width:768px) {
  .p-zukanModal__btn {
    position: absolute
  }
}
@media screen and (max-width:768px) and (orientation:portrait) {
  .p-zukanModal__btn {
    background: #fff;
    bottom: 0;
    top: auto;
    width: 5em;
    height: 3em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
@media screen and (max-width:768px) and (orientation:landscape) {
  .p-zukanModal__btn {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}
.p-zukanModal__btn::after {
  content: '';
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 1px solid #000;
  border-right: 1px solid #000
}
@media screen and (max-width:768px) {
  .p-zukanModal__btn::after {
    width: 1em;
    height: 1em
  }
}
.p-zukanModal__btn.is-disabled {
  visibility: hidden
}
@media screen and (max-width:768px) {
  .p-zukanModal__btn--prev {
    left: 0
  }
}
.p-zukanModal__btn--prev::after, .p-zukanModal__btn--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg)
}
@media screen and (max-width:768px) {
  .p-zukanModal__btn--prev::after, .p-zukanModal__btn--prev::before {
    margin-left: 0
  }
}
@media screen and (max-width:768px) {
  .p-zukanModal__btn--next {
    right: 0
  }
}
.p-zukanModal__btn--next::after, .p-zukanModal__btn--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}
@media screen and (max-width:768px) {
  .p-zukanModal__btn--next::after, .p-zukanModal__btn--next::before {
    margin-right: 0
  }
}
.p-zukanModal__close {
  display: block;
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  aspect-ratio: 1/1;
  padding: 20px
}
@media screen and (max-width:768px) {
  .p-zukanModal__close {
    padding: 0;
    width: 2em
  }
}
.p-zukanModal__close a, .p-zukanModal__close button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%
}
.p-zukanModal__close a::after, .p-zukanModal__close a::before, .p-zukanModal__close button::after, .p-zukanModal__close button::before {
  content: '';
  display: block;
  width: 2em;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #666
}
@media screen and (max-width:768px) {
  .p-zukanModal__close a::after, .p-zukanModal__close a::before, .p-zukanModal__close button::after, .p-zukanModal__close button::before {
    width: 1em
  }
}
.p-zukanModal__close a::after, .p-zukanModal__close button::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}
.p-zukanModal__close a::before, .p-zukanModal__close button::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}
.p-zukanNeko {
  max-width: 812px;
  margin: 60px auto
}
@media screen and (max-width:768px) {
  .p-zukanNeko {
    width: 100%;
    margin: 60px auto 30px
  }
}
.p-zukanNeko__wrap {
  padding: 60px 40px 200px;
  background: #fff;
  border-radius: 20px
}
@media screen and (max-width:768px) {
  .p-zukanNeko__wrap {
    width: 84vw;
    padding: 28px 0 32vw;
    margin: auto
  }
}
.p-zukanNeko__txt {
  font-size: 23px;
  font-size: 1.4375rem
}
@media screen and (max-width:768px) {
  .p-zukanNeko__txt {
    font-size: 16px;
    font-size: 4.16667vw;
    font-size: clamp(16px, 4.16667vw, 32px)
  }
}
.p-zukanNeko__logo {
  padding: 20px 0
}
.p-zukanNeko__logo img {
  width: 300px
}
@media screen and (max-width:768px) {
  .p-zukanNeko__logo img {
    width: 44.53333vw
  }
}
.p-zukanNeko__img {
  padding: 40px 0;
  margin-top: -200px
}
@media screen and (max-width:768px) {
  .p-zukanNeko__img {
    padding: 20px 0;
    margin-top: -32vw
  }
}
.p-zukanNeko__img img {
  width: 494px
}
@media screen and (max-width:768px) {
  .p-zukanNeko__img img {
    width: 65.86667vw
  }
}
.p-zukanNeko__btn {
  width: 400px;
  margin-top: 40px
}
@media screen and (max-width:768px) {
  .p-zukanNeko__btn {
    width: 77.06667vw;
    margin: 0
  }
}
.p-zukanNeko__btn img {
  display: block;
  width: 100%
}
.p-zukanPrd {
  text-align: center;
  background: var(--color_bg) url(/cms/npf/brand/lacine/assets/img/zukan/prd_bg.webp) center top no-repeat;
  background-size: cover;
  padding-top: 12.07906vw
}
@media screen and (max-width:768px) {
  .p-zukanPrd {
    background: var(--color_bg);
    padding: 13.33333vw 0 9.33333vw
  }
}
.p-zukanPrd__ttl {
  display: block;
  aspect-ratio: 566/122;
  margin-left: 34.041vw;
  max-width: 700px;
  width: 41.43485vw
}
@media print, screen and (min-width:769px) and (max-width:1366px) {
  .p-zukanPrd__ttl {
    min-width: 500px
  }
}
@media screen and (max-width:768px) {
  .p-zukanPrd__ttl {
    width: 82.13333vw;
    margin: auto;
    min-width: none
  }
}
.p-zukanPrd__ttl img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 566/122
}
.p-zukanPrd__pkg {
  width: 50.65886vw;
  margin: 3.87994vw auto 0;
  max-width: 692px
}
@media print, screen and (min-width:769px) and (max-width:1366px) {
  .p-zukanPrd__pkg {
    width: 692px
  }
}
@media screen and (max-width:768px) {
  .p-zukanPrd__pkg {
    width: 89.33333vw;
    margin: 9.6vw auto 0
  }
}
.p-zukanPrd__pkg img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 692/279
}
.p-zukanPrd__btmBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding-top: 3.3675vw;
  padding-bottom: 5.85652vw
}
@media screen and (max-width:768px) {
  .p-zukanPrd__btmBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 8vw;
    padding-top: 6.13333vw;
    padding-bottom: 0
  }
}
.p-zukanPrd__logo {
  width: 240px
}
@media screen and (max-width:768px) {
  .p-zukanPrd__logo {
    width: 38.93333vw
  }
}
.p-zukanPrd__logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 240/151
}
.p-zukanPrd__link {
  width: 240px;
  display: block
}
@media screen and (max-width:768px) {
  .p-zukanPrd__link {
    width: 51.73333vw
  }
}
.p-zukanPrd__link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 240/58
}
.ctgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 40px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px
}
.ctgList button {
  border: 1px solid #ccc
}
.ctgSelect {
  margin: 20px auto;
  width: 200px;
  display: block
}
.totalPage {
  text-align: center;
  margin: 20px
}
.totalPage button {
  border: 1px solid #ccc;
  width: 2em
}
.flexBox {
  margin: 40px auto;
  gap: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  max-width: 1100px
}
.flexItem {
  position: relative;
  display: block;
  min-width: 200px;
  min-height: 200px;
  width: 100%;
  padding-bottom: 3em;
  text-decoration: none
}
.flexItem button {
  display: block;
  background: #ccc;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px
}
.flexItem button img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain
}
.modal {
  width: 50%;
  aspect-ratio: 2/1;
  min-height: 50%;
  min-width: 600px;
  min-height: 600px;
  overflow: hidden
}
.modal::-webkit-backdrop {
  background: rgba(0, 0, 0, .6)
}
.modal::backdrop {
  background: rgba(0, 0, 0, .6)
}
.modal__imgBox {
  width: 600px;
  height: 600px
}
.modal img {
  margin: 20px auto;
  width: 600px;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block
}
.modal button {
  display: inline-block;
  padding: 10px;
  background: #ccc
}
.modal__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  text-align: center
}
.modal__close {
  display: block;
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0
}
.pagination {
  text-align: center;
  margin: 20px auto
}
.pagination__btn--next {
  margin-left: 10px
}
.pagination__btn--prev {
  margin-right: 10px
}
.pagination__page {
  margin: 0 5px;
  display: inline-block;
  width: 3em
}
.pagination__page.is-active {
  background: #666;
  color: #fff
}
.ctgBtn button {
  padding: 10px
}
.ctgBtn.is-active button {
  background: #666;
  color: #fff
}
.u-mt00 {
  margin-top: 0
}
.u-pci {
  display: inline-block
}
@media screen and (max-width:768px) {
  .u-pci {
    display: none
  }
}
.u-spi {
  display: none
}
@media screen and (max-width:768px) {
  .u-spi {
    display: inline-block
  }
}
.u-pc {
  display: block
}
@media screen and (max-width:768px) {
  .u-pc {
    display: none
  }
}
.u-sp {
  display: none
}
@media screen and (max-width:768px) {
  .u-sp {
    display: block
  }
}