@charset "UTF-8";


/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-padding-top: 120px;
  font-size: 0.6944444444vw;
}
body {
  position: relative;
  color: #000000;
  background: #FFFFFF;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding-top: 80px;
}

a {
  color: #000000;
}

img {
  display: block;
  width: 100%;
}

body.is-fixed {
  overflow: hidden !important;
  height: 100% !important;
}

.bg-black {
  background-color: #222222;
  color: #FFFFFF;
}

@-webkit-keyframes loop-slide-1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-2 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-2 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slide-in-fromright {
  0% {
    -webkit-transform: translateX(100%) scale(0.5);
            transform: translateX(100%) scale(0.5);
  }
  80% {
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@keyframes slide-in-fromright {
  0% {
    -webkit-transform: translateX(100%) scale(0.5);
            transform: translateX(100%) scale(0.5);
  }
  80% {
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes slide-in-fromleft {
  0% {
    -webkit-transform: translateX(-100%) scale(0.5);
            transform: translateX(-100%) scale(0.5);
  }
  80% {
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@keyframes slide-in-fromleft {
  0% {
    -webkit-transform: translateX(-100%) scale(0.5);
            transform: translateX(-100%) scale(0.5);
  }
  80% {
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes slide-in-frombtm {
  0% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
  }
  80% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes slide-in-frombtm {
  0% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
  }
  80% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes pop-up {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop-up {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeUpDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 少し上から */
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 元の位置 */
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    /* 少し下へ */
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 上に戻してループ */
  }
}
@keyframes fadeUpDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 少し上から */
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 元の位置 */
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    /* 少し下へ */
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 上に戻してループ */
  }
}
.p-about {
  z-index: 1;
  position: relative;
}
.p-about_bg {
  z-index: -1;
  position: relative;
  width: 100%;
}
.p-about_bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-about_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
.p-about_cont_copy {
  font-size: 1.8rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.p-about_cont_logo {
  width: 26rem;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.p-lineup {
  z-index: 1;
  position: relative;
  padding: 12rem 0;
  background-color: #F7F4F2;
}
.p-lineup::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 96rem;
  background: url(../img/home/lineup_bg.png) left bottom/cover no-repeat;
}
.p-lineup_ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.8rem;
}
.p-lineup_ls_cmn {
  max-width: 26rem;
}
.p-lineup_ls_cmn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  width: 100%;
}
.p-lineup_ls_cmn_img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 30rem;
}
.p-lineup_ls_cmn_img picture {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: transform 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: transform 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-lineup_ls_cmn_name {
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: #000000;
  -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-lineup_ls_cmn_btn {
  padding: 1.5rem 1.6rem;
  border: 1px solid #0045A7;
  border-radius: 50%;
  background-color: rgba(0, 69, 167, 0);
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "copperplate", serif;
  color: #0045A7;
  -webkit-transition: background 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: background 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.p-map {
  z-index: 1;
  position: relative;
  padding: 12rem 0;
}
.p-map_img {
  display: block;
  margin-top: 4.8rem;
}

.p-news {
  z-index: 1;
  position: relative;
  padding: 12rem 0;
}
.p-news::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 62rem;
  background: url(../img/home/news_bg.png) right top/cover no-repeat;
}
.p-news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
}
.p-news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
}
.p-news_ls {
  width: 100%;
}
.p-news_ls_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  padding: 1.8rem 0;
}
.p-news_ls_item_date {
  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;
  border: 1px solid #0045A7;
  border-radius: 50%;
  width: 8rem;
  height: 4rem;
  min-width: 8rem;
  min-height: 4rem;
  background-color: rgba(0, 69, 167, 0);
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "dm-sans", sans-serif;
  color: #0045A7;
  -webkit-transition: background 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: background 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-news_ls_item_txt {
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000000;
  -webkit-transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.p-slider {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.p-slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-slider_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: loop-slide-1 48s infinite linear both;
          animation: loop-slide-1 48s infinite linear both;
  min-width: 224rem;
  width: 224rem;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  html {
    font-size: 2.4154589372vw;
  }
  main {
    padding-top: 6.5rem;
  }
  .p-about_bg picture:nth-child(1) {
    position: relative;
  }
  .p-about_cont {
    gap: 4rem;
  }
  .p-about_cont_copy {
    font-size: 1.4rem;
  }
  .p-about_cont_logo {
    width: 17.3rem;
  }
  .p-lineup {
    padding: 8rem 0;
  }
  .p-lineup::before {
    background: url(../img/home/lineup_bg_sp.png) left bottom/cover no-repeat;
    width: 100%;
    height: 39.8rem;
  }
  .p-lineup_ls {
    gap: 3.2rem 2rem;
  }
  .p-lineup_ls_cmn {
    max-width: unset;
    max-width: 17.6rem;
  }
  .p-lineup_ls_cmn:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .p-lineup_ls_cmn:nth-child(2n) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .p-lineup_ls_cmn a {
    gap: 1.2rem;
  }
  .p-lineup_ls_cmn_name {
    font-size: 1.6rem;
  }
  .p-lineup_ls_cmn_btn {
    padding: 1rem 0.9rem;
    font-size: 1.4rem;
  }
  .p-map {
    padding: 8rem 0;
  }
  .p-news {
    padding: 8rem 0;
  }
  .p-news::before {
    background: url(../img/home/news_bg_sp.png) right top/cover no-repeat;
    width: 100%;
    height: 55.7rem;
  }
  .p-news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
  .p-news_head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-news_ls_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding: 1.2rem 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .p-news_ls_item_date {
    width: 6.8rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
  .p-news_ls_item_txt {
    font-size: 1.2rem;
  }
  .p-slider {
    margin-top: -2px;
  }
  .p-slider_img {
    min-width: 144rem;
    width: 144rem;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .p-about {
    padding: 12rem 0 17rem;
  }
  .p-about_bg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-lineup_ls {
    padding-bottom: 4rem;
  }
  .p-lineup_ls_cmn:nth-child(1), .p-lineup_ls_cmn:nth-child(5) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .p-lineup_ls_cmn:nth-child(2), .p-lineup_ls_cmn:nth-child(6) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .p-lineup_ls_cmn:nth-child(3), .p-lineup_ls_cmn:nth-child(7) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .p-lineup_ls_cmn:nth-child(4), .p-lineup_ls_cmn:nth-child(8) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .p-lineup_ls_cmn a:hover .p-lineup_ls_cmn_img picture {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-lineup_ls_cmn a:hover .p-lineup_ls_cmn_btn {
    background-color: #0045a7;
    color: #FFFFFF;
  }
  .p-lineup_ls_cmn a:hover .p-lineup_ls_cmn_name {
    color: #0045A7;
  }
  .p-news_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-news_ls {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .p-news_ls_item a:hover .p-news_ls_item_date {
    background-color: #0045a7;
    color: #FFFFFF;
  }
  .p-news_ls_item a:hover .p-news_ls_item_txt {
    color: #0045A7;
  }
}
@media print {
  body {
    display: none !important;
  }
}
/*# sourceMappingURL=map/home.css.map */