/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=PT+Sans+Narrow:wght@400;700&display=swap");
*,
::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%;
  /* 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, 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, 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 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  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;
}

/**
* 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;
  /* 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;
}

html {
  font-size: min(10px, 2.42vw);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #36312C;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 1.8rem;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.container {
  width: 96%;
  max-width: 140rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.txt-pt {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.inner {
  display: flex;
}
.inner .group,
.inner .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.inner .group .title,
.inner .group .text,
.inner .image .title,
.inner .image .text {
  max-width: 54rem;
}
.inner .group .title,
.inner .image .title {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  color: #9DC4B5;
}
.inner .group .title span,
.inner .image .title span {
  line-height: 1;
}
.inner .group .title p,
.inner .image .title p {
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 400;
}
.inner .group .text,
.inner .image .text {
  margin-top: 3rem;
}
.inner .group .group-btn,
.inner .image .group-btn {
  margin-top: 3rem;
}
.inner .group {
  padding: 0 6rem 0 8vw;
}
.inner.reverse {
  flex-direction: row-reverse;
}
.inner.reverse .group {
  padding: 0 6rem 0 6rem;
}
.inner.reverse .image img {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.group-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.group-btn .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.9rem 0;
  width: 100%;
  max-width: 32rem;
  background: #8CAEA7;
  box-shadow: 0px 3px 0px 0px rgb(59, 74, 68);
  border-radius: 4rem;
  position: relative;
  transition: all 0.5s;
}
.group-btn .btn-more:hover {
  box-shadow: 0px 0px 0px 0px rgb(59, 74, 68);
}
.group-btn .btn-more span {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}
.group-btn .btn-more .ic {
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .inner .group,
  .inner.reverse .group {
    padding: 0;
  }
  .inner {
    flex-direction: column;
    gap: 4rem;
  }
  .inner.reverse {
    flex-direction: column;
  }
  .inner .group {
    width: 100%;
  }
  .inner .group .text {
    width: 91.4%;
    margin: 3rem auto 0;
  }
  .inner .group .image {
    margin-top: 4rem;
  }
  .inner .group .title,
  .inner .group .text {
    align-items: center;
  }
  .inner .group .title,
  .inner .group .text,
  .inner .image .title,
  .inner .image .text {
    max-width: 100%;
  }
  .inner .image {
    width: 100%;
  }
  .inner.reverse .image img {
    width: 100%;
  }
  .inner .group .title p,
  .inner .image .title p {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .inner.reverse.fix {
    flex-direction: column-reverse;
    align-items: center;
  }
  .inner.reverse.fix .image {
    width: 100%;
  }
  .inner.reverse.fix .group {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .container {
    width: 100%;
  }
}
.header {
  padding: 1rem 0;
  background: rgba(252, 249, 246, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.5s;
}
.header.is_scroll {
  background: #fcf9f6;
}
.header .container {
  max-width: 120rem;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 9.4rem;
  }
}
.header__nav {
  display: flex;
}
.header__link {
  line-height: 1;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
}
.header__link:not(:last-child) {
  border-right: 1px solid #36312C;
  padding: 0 2rem 0 2rem;
}
.header__trigger {
  display: none;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.header__trigger span {
  width: 100%;
  height: 0.2rem;
  background-color: #36312C;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all;
}
.header__trigger span:nth-child(1) {
  top: 0.3rem;
}
.header__trigger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__trigger span:nth-child(3) {
  bottom: 0.3rem;
}

@media (max-width: 1080px) {
  body.is_open .header {
    background: #fcf9f6;
  }
  body.is_open .header__trigger span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.is_open .header__trigger span:nth-child(2) {
    opacity: 0;
  }
  body.is_open .header__trigger span:nth-child(3) {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  body.is_open .header__nav {
    right: 0;
  }
  .header__trigger {
    display: flex;
  }
  .header__nav {
    position: fixed;
    top: 0;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    height: 100vh;
    width: 100%;
    top: 6.6rem;
    right: -100%;
    transition: all 0.5s;
    padding: 4rem 2rem;
    background: url(../images/common/menu_bg.jpg) no-repeat center center/cover;
  }
  .header__link {
    padding: 1.9rem 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-right: unset !important;
    background: rgba(255, 255, 255, 0.8);
    width: 86%;
    border-radius: 4rem;
    font-size: 1.6rem;
    position: relative;
  }
  .header__link::after {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1.9rem;
    background: url(../images/common/ic-arr02.png) no-repeat center center/100% 100%;
  }
  .header__content {
    max-width: 91.4%;
    margin: 0 auto;
  }
}
.footer {
  padding: 4rem 0 10rem;
  background: url(../images/common/footer_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4rem 0 6rem;
    background: url(../images/common/footer_bg-sp.jpg) no-repeat center center/cover;
  }
}
.footer .container {
  max-width: 96rem;
  width: 96%;
}
.footer--content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footer--content {
    width: 91.4%;
    margin: 0 auto;
  }
}
.footer__info p {
  font-size: 1.6rem;
}

.toppage {
  background: #FCF9F6;
}
.toppage section:not(:first-child) {
  padding: 8rem 0;
}
.toppage .sec__mv {
  padding: 24.6rem 0;
  position: relative;
  z-index: 1;
}
.toppage .sec__mv .mv-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .sec__mv .group {
  width: 100%;
}
.toppage .sec__mv .group .sec__mv--text {
  width: 32rem;
}
.toppage .sec__mv-title {
  font-family: "Noto Serif JP", serif;
  margin-top: 3rem;
}
.toppage .sec__mv-title span {
  color: #4F625B;
  font-size: 2.2rem;
  font-weight: 500;
}
.toppage .sec__mv-title p {
  color: #4F625B;
  font-weight: 500;
  font-size: 4rem;
}
.toppage .sec__ds--content {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  position: relative;
}
.toppage .sec__ds--content .flower {
  position: absolute;
  top: 12rem;
  left: 4rem;
  z-index: 0;
}
.toppage .sec__ds--content .inner {
  position: relative;
}
.toppage .sec__ds--content .inner .image video {
  width: 100%;
}
.toppage .sec__lineup .container {
  width: 96%;
}
.toppage .sec__lineup--content {
  max-width: 120rem;
  margin: 0 auto;
}
.toppage .sec__lineup--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  color: #9DC4B5;
}
.toppage .sec__lineup--title span {
  line-height: 1;
}
.toppage .sec__lineup--title p {
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 400;
}
.toppage .sec__lineup--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 6rem;
  margin-top: 6rem;
}
.toppage .sec__lineup--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 1.5rem 4rem 2rem;
  background: #fff;
  border-bottom: 1px solid #36312C;
  gap: 1.7rem;
}
.toppage .sec__lineup--item .cat {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  background: #271E19;
  border-radius: 0.2rem;
  padding: 0.3rem 0.6rem;
}
.toppage .sec__lineup--item .cat p {
  line-height: 1;
  font-size: 1.3rem;
  color: #fff;
}
.toppage .sec__lineup--item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
}
.toppage .sec__lineup--item .content .des p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}
.toppage .sec__lineup--item .content .des p small {
  font-size: 1.6rem;
  font-weight: 300;
}
.toppage .sec__lineup--item .content .image {
  width: 100%;
  max-width: 24rem;
}
.toppage .sec__lineup .group-btn {
  margin-top: 6rem;
}
.toppage .sec__achivement .group__image {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.toppage .sec__achivement .group__image img {
  max-width: 36rem;
  width: 64%;
}
.toppage .sec__achivement .group__image .iso {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.toppage .sec__achivement .group__image .iso p {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  background: #fff;
  border-radius: 8rem;
  width: -moz-fit-content;
  width: fit-content;
}
.toppage .sec__news--content {
  display: flex;
  padding: 0 8vw;
  gap: 8rem;
}
.toppage .sec__news--content .title {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  color: #9DC4B5;
}
.toppage .sec__news--content .title span {
  line-height: 1;
}
.toppage .sec__news--content .title p {
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 400;
}
.toppage .sec__news--content .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 72rem;
}
.toppage .sec__news--content .list .item {
  display: flex;
  padding: 1rem 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px dashed #9DC4B5;
}
.toppage .sec__news--content .list .item .content {
  display: flex;
  flex-direction: column;
}
.toppage .sec__news--content .list .item .content span {
  font-size: 1.4rem;
}
.toppage .sec__news--content .list .item .content p {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.toppage .sec__add {
  padding: 8rem 0;
  background: url(../images/top/add_bg.png) no-repeat center center/cover;
}
.toppage .sec__add--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.8rem;
}
.toppage .sec__add--content .title p {
  font-size: 3.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
.toppage .sec__add--content .list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 64rem;
}
.toppage .sec__add--content .list .item {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(39, 30, 25, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 0.5rem;
  padding: 1rem 3.2rem 1rem 1.2rem;
}
.toppage .sec__add--content .list .item .content {
  display: flex;
  align-items: center;
  gap: 3.1rem;
}
.toppage .sec__add--content .list .item .content .image {
  width: 100%;
}
.toppage .sec__add--content .list .item .content .text span {
  font-size: 1.7rem;
  color: #9DC4B5;
}
.toppage .sec__add--content .list .item .content .text p {
  font-size: 2.4rem;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .toppage .sec__lineup--list {
    width: 90%;
    margin: 3rem auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .toppage .sec__mv {
    background: url(../images/top/mv-sp.jpg) no-repeat left center/cover;
    padding: 9rem 0 28rem;
  }
  .toppage section:not(:first-child) {
    padding: 4rem 0;
  }
  .toppage .sec__news--content {
    padding: 0;
    gap: 3rem;
    flex-direction: column;
    margin: 0 auto;
    width: 91.4%;
  }
  .toppage .sec__news--content .title {
    align-items: center;
  }
  .toppage .sec__mv .group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .toppage .sec__mv-title {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .toppage .sec__mv-title p {
    font-size: 3rem;
  }
  .toppage .sec__mv-title span {
    font-size: 1.8rem;
  }
  .toppage .sec__achivement .group__image .iso {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .toppage .sec__add--content .title p {
    font-size: 2.8rem;
  }
  .toppage .sec__add--content .list .item {
    padding: 1rem 1.2rem;
  }
  .toppage .sec__add--content .list .item .content .text p {
    font-size: 1.6rem;
  }
  .toppage .sec__add--content .list .item .content .image {
    max-width: 14rem;
  }
  .toppage .sec__ds--content .inner:nth-child(2) .image {
    margin: 0 auto;
  }
  .toppage .sec__lineup .group-btn {
    margin-top: 3rem;
  }
  .toppage .sec__ds--content .flower {
    left: 0;
    top: 17rem;
    max-width: 13.2rem;
  }
  .toppage .sec__achivement .group .text {
    text-align: center;
  }
  .toppage .sec__achivement .group__image {
    flex-direction: column;
    align-items: center;
    width: 86%;
    margin: 3rem auto 0;
  }
  .toppage .sec__add {
    margin-top: 2rem;
    padding: 26.5rem 0 0 !important;
    background: url(../images/top/add_bg-sp.png) no-repeat center center/cover;
  }
  .toppage .sec__add--content .list {
    max-width: 86%;
    margin: 0 auto;
  }
  .toppage .sec__add--content .list .item .content {
    gap: 1.5rem;
  }
  .toppage .sec__lineup--item {
    padding: 3.7rem 0 2rem;
  }
  .toppage .sec__lineup--item .content .des p {
    padding-inline: 2rem;
    font-size: 1.4rem;
  }
  .toppage .sec__lineup--item .content .des p small {
    font-size: 1.3rem;
  }
  .toppage .sec__lineup--item .cat p {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */