@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;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 959px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-header {
  width: 100%;
  max-width: 100%;
}
.l-header__inner {
  width: 100%;
}

.l-main {
  width: 100%;
  max-width: 100%;
  padding-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .l-main {
    padding-top: 50px;
  }
}

.l-footer {
  width: 100%;
  max-width: 10%;
}
.l-footer__inner {
  width: 100%;
}

.c-front-archive {
  width: 100%;
  max-width: 100%;
}
.c-front-archive__inner {
  position: relative;
  width: 100%;
  padding-top: 22.25%;
  background-image: url(../images/archive_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-front-single {
  width: 100%;
  max-width: 100%;
}
.c-front-single__inner {
  position: relative;
  width: 100%;
  padding-top: 22.25%;
  background-image: url(../images/archive_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-front-photo {
  width: 100%;
  max-width: 100%;
}
.c-front-photo__inner {
  position: relative;
  width: 100%;
  padding-top: 55.9375%;
  background-image: url(../images/photo_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-front-photo__title {
  position: absolute;
  left: 24.5rem;
  top: 76.312849162%;
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 5.8rem;
  line-height: 1.2068965517;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-front-photo__title {
    top: auto;
    left: 10%;
    bottom: 10%;
    font-size: 3rem;
  }
}
.c-front-photo__title span {
  display: block;
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media screen and (max-width: 959px) {
  .c-front-photo__title span {
    font-size: 1rem;
  }
}

.c-front-renewal {
  width: 100%;
  max-width: 100%;
}
.c-front-renewal__inner {
  position: relative;
  width: 100%;
  padding-top: 55.9375%;
  background-image: url(../images/renewal_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-front-renewal__title {
  position: absolute;
  left: 24.5rem;
  top: 52.5139664804%;
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 5.8rem;
  line-height: 1.2068965517;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-front-renewal__title {
    top: auto;
    left: 10%;
    bottom: 10%;
    font-size: 2.6rem;
  }
}
.c-front-renewal__title span {
  display: block;
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media screen and (max-width: 959px) {
  .c-front-renewal__title span {
    font-size: 1rem;
  }
}

.c-front-shichigosan {
  width: 100%;
  max-width: 100%;
}
.c-front-shichigosan__inner {
  position: relative;
  width: 100%;
  padding-top: 55.9375%;
  background-image: url(../images/shichigosan_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-front-shichigosan__title {
  position: absolute;
  left: 24.5rem;
  top: 74.0782122905%;
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 5.8rem;
  line-height: 1.2068965517;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-front-shichigosan__title {
    top: auto;
    left: 10%;
    bottom: 10%;
    font-size: 3rem;
  }
}
.c-front-shichigosan__title span {
  display: block;
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media screen and (max-width: 959px) {
  .c-front-shichigosan__title span {
    font-size: 1rem;
  }
}

.c-front-coming {
  width: 100%;
  max-width: 100%;
}
.c-front-coming__inner {
  position: relative;
  width: 100%;
  padding-top: 55.9375%;
  background-image: url(../images/coming_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-front-coming__title {
  position: absolute;
  left: 24.5rem;
  top: 61.0055865922%;
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 5.8rem;
  line-height: 1.2068965517;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-front-coming__title {
    top: auto;
    left: 10%;
    bottom: 10%;
    font-size: 3rem;
  }
}
.c-front-coming__title span {
  display: block;
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media screen and (max-width: 959px) {
  .c-front-coming__title span {
    font-size: 1rem;
  }
}

.c-front-memorial {
  width: 100%;
  max-width: 100%;
}
.c-front-memorial__inner {
  position: relative;
  width: 100%;
  padding-top: 55.9375%;
  background-image: url(../images/memorial_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-front-memorial__title {
  position: absolute;
  left: 24.5rem;
  top: 77.9888268156%;
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 5.8rem;
  line-height: 1.2068965517;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-front-memorial__title {
    top: auto;
    left: 10%;
    bottom: 10%;
    font-size: 3rem;
  }
}
.c-front-memorial__title span {
  display: block;
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media screen and (max-width: 959px) {
  .c-front-memorial__title span {
    font-size: 1rem;
  }
}

.c-front-portrait {
  width: 100%;
  max-width: 100%;
}
.c-front-portrait__inner {
  position: relative;
  width: 100%;
  padding-top: 55.9375%;
  background-image: url(../images/portrait_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-front-portrait__title {
  position: absolute;
  left: 24.5rem;
  top: 77.9888268156%;
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 5.8rem;
  line-height: 1.2068965517;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-front-portrait__title {
    top: auto;
    left: 10%;
    bottom: 10%;
    font-size: 3rem;
  }
}
.c-front-portrait__title span {
  display: block;
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media screen and (max-width: 959px) {
  .c-front-portrait__title span {
    font-size: 1rem;
  }
}

.c-front-rental {
  width: 100%;
  max-width: 100%;
}
.c-front-rental__inner {
  position: relative;
  width: 100%;
  padding-top: 55.9375%;
  background-image: url(../images/rental_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-front-rental__title {
  position: absolute;
  left: 24.5rem;
  top: 77.9888268156%;
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 5.8rem;
  line-height: 1.2068965517;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-front-rental__title {
    top: auto;
    left: 10%;
    bottom: 10%;
    font-size: 3rem;
  }
}
.c-front-rental__title span {
  display: block;
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media screen and (max-width: 959px) {
  .c-front-rental__title span {
    font-size: 1rem;
  }
}

.c-concept {
  width: 100%;
  max-width: 100%;
  background-image: url(../images/concept_bg.png);
  background-position: center;
  background-size: cover;
}
.c-concept__inner {
  position: relative;
  width: 100%;
  padding: 21rem 0 30rem 0;
}
@media screen and (max-width: 959px) {
  .c-concept__inner {
    padding: 8rem 2rem 6rem 2rem;
  }
}
.c-concept__title {
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  margin-bottom: 12rem;
}
@media screen and (max-width: 959px) {
  .c-concept__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
.c-concept__icon {
  position: absolute;
  top: 5rem;
  right: -12.5rem;
  width: 42.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 959px) {
  .c-concept__icon {
    top: 3rem;
    right: -5.2083333333rem;
    width: 17.5833333333rem;
  }
}
.c-concept__icon02 {
  position: absolute;
  top: 75.6rem;
  left: -19rem;
  width: 52.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
@media screen and (max-width: 959px) {
  .c-concept__icon02 {
    top: 75.6rem;
    left: -7.9166666667rem;
    width: 22rem;
  }
}
.c-concept__icon03 {
  position: absolute;
  bottom: -20rem;
  right: -23.5rem;
  width: 61rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-124deg);
          transform: rotate(-124deg);
}
@media screen and (max-width: 959px) {
  .c-concept__icon03 {
    bottom: -8.5rem;
    right: -9.7916666667rem;
    width: 25.4166666667rem;
  }
}

.c-concept-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto 26rem auto;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-concept-card {
    max-width: 60rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto 8rem auto;
  }
}
.c-concept-card__title {
  position: absolute;
  top: 45%;
  left: -25%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 44.4rem;
  color: #48353E;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  border-top: 1px solid #48353E;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-concept-card__title {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
    font-size: 1.6rem;
    border-top: none;
    border-bottom: 1px solid #48353E;
  }
}
.c-concept-card__text {
  width: 100%;
  color: #48353E;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8461538462;
  padding-left: 5.5rem;
}
@media screen and (max-width: 959px) {
  .c-concept-card__text {
    font-size: 1.6rem;
    padding-left: 0rem;
    text-align: center;
  }
}
.c-concept-card__img {
  width: 100%;
  max-width: 57.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .c-concept-card__img {
    max-width: 100%;
  }
}
.c-concept-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-concept-item {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-concept-item {
    max-width: 60rem;
    margin: 0 auto;
  }
}
.c-concept-item__box {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-concept-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto 5rem auto;
    max-width: 40rem;
  }
}
.c-concept-item__box_pozi {
  text-align: right;
}
@media screen and (max-width: 959px) {
  .c-concept-item__box_pozi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}
.c-concept-item__img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .c-concept-item__img {
    width: 30rem;
  }
}
.c-concept-item__box_pozi .c-concept-item__img {
  margin-left: auto;
}
.c-concept-item__text {
  position: absolute;
  left: 44.5%;
  bottom: 5rem;
  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;
  width: 56rem;
  height: 21rem;
  color: #48353E;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0;
  text-align: left;
  background-image: url(../images/concept_text_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .c-concept-item__text {
    position: relative;
    left: 0rem;
    bottom: 0rem;
    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;
    width: 29.1666666667rem;
    height: 10.9375rem;
    font-size: 1.3rem;
    margin: -3rem 0 0 auto;
  }
}
.c-concept-item__text_heigh {
  height: 23rem;
  background-image: url(../images/concept_text_bg02.png);
}
@media screen and (max-width: 959px) {
  .c-concept-item__text_heigh {
    position: relative;
    left: 0rem;
    bottom: 0rem;
    height: 11.9791666667rem;
  }
}
.c-concept-item__text_big {
  left: 44%;
  width: 63rem;
  height: 23rem;
  background-image: url(../images/concept_text_bg03.png);
}
@media screen and (max-width: 959px) {
  .c-concept-item__text_big {
    position: relative;
    left: 0rem;
    bottom: 0rem;
    width: 29.1666666667rem;
    height: 10.6481481481rem;
    padding: 0 1.3888888889rem;
  }
}
.c-concept-item__text_pozi {
  left: auto;
  right: 44.5%;
}
@media screen and (max-width: 959px) {
  .c-concept-item__text_pozi {
    position: relative;
    left: 0rem;
    bottom: 0rem;
    right: auto;
    margin: -4rem auto 0 0;
  }
}

.c-menu {
  width: 100%;
  max-width: 100%;
}
.c-menu__inner {
  position: relative;
  width: 100%;
  padding: 13rem 0 30rem 0;
}
@media screen and (max-width: 959px) {
  .c-menu__inner {
    padding: 8rem 0rem 10rem 0rem;
  }
}
.c-menu__title {
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  margin-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .c-menu__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
.c-menu__icon {
  position: absolute;
  bottom: -20rem;
  right: -23.5rem;
  width: 61rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-124deg);
          transform: rotate(-124deg);
}
@media screen and (max-width: 959px) {
  .c-menu__icon {
    bottom: -8.3333333333rem;
    right: -9.7916666667rem;
    width: 25.4166666667rem;
  }
}
.c-menu__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15rem;
}
@media screen and (max-width: 959px) {
  .c-menu__img {
    margin-bottom: 6rem;
  }
}
.c-menu__wrapper {
  position: relative;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  text-align: left;
  padding-left: 3rem;
}
@media screen and (max-width: 959px) {
  .c-menu__wrapper {
    padding: 0 2rem;
  }
}
.c-menu__subTitle {
  position: absolute;
  top: 20.9375rem;
  right: -25%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 44.4rem;
  color: #48353E;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  border-top: 1px solid #48353E;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-menu__subTitle {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
    font-size: 1.6rem;
    border-top: none;
    border-bottom: 1px solid #48353E;
    margin-bottom: 4rem;
  }
}
.c-menu__age {
  position: relative;
  top: 0;
  left: -5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #48353E;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 959px) {
  .c-menu__age {
    left: 0rem;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.c-menu__age::before {
  border-top: 0.1rem solid;
  content: "";
  width: 5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 959px) {
  .c-menu__age::before {
    width: 2.5rem;
    margin-right: 1rem;
  }
}
.c-menu__age::after {
  border-top: 0.1rem solid;
  content: "";
  width: 5rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 959px) {
  .c-menu__age::after {
    width: 2.5rem;
    margin-left: 1rem;
  }
}
.c-menu__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 3rem;
  }
}
.c-menu__plan_mb {
  margin-bottom: 20rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_mb {
    margin-bottom: 5rem;
  }
}
.c-menu__plan_mb0 {
  margin-bottom: 0rem;
}
.c-menu__plan_gap30 {
  gap: 3rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_gap30 {
    gap: 0.5rem;
  }
}
.c-menu__plan_gap35 {
  gap: 3.5rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_gap35 {
    gap: 0.5rem;
  }
}
.c-menu__plan_gap0 {
  gap: 0rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_gap0 {
    gap: 0.5rem;
  }
}
.c-menu__plan_name {
  color: #48353E;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_name {
    font-size: 1.6rem;
  }
}
.c-menu__plan_name_size {
  font-size: 2.1rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_name_size {
    font-size: 1.6rem;
  }
}
.c-menu__plan_name_width {
  font-size: 1.8rem;
  width: 17rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_name_width {
    font-size: 1.6rem;
  }
}
.c-menu__plan_money {
  color: #48353E;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_money {
    font-size: 1.6rem;
  }
}
.c-menu__plan_money_size {
  font-size: 2.1rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_money_size {
    font-size: 1.6rem;
  }
}
.c-menu__plan_money_size02 {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_money_size02 {
    font-size: 1.6rem;
  }
}
.c-menu__plan_text {
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-menu__plan_text {
    font-size: 1.4rem;
  }
}
.c-menu__plan_comment {
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20rem;
}
.c-menu__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 959px) {
  .c-menu__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 6rem;
  }
}
.c-menu__cont_mb {
  margin-bottom: 14rem;
}
@media screen and (max-width: 959px) {
  .c-menu__cont_mb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 6rem;
  }
}
.c-menu__cont_name {
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-menu__cont_name {
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-menu__cont_list {
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-menu__cont_list {
    font-size: 1.4rem;
  }
}
.c-menu__comment {
  color: #48353E;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-menu__comment {
    font-size: 1.4rem;
  }
}
.c-menu__video {
  position: relative;
  width: 100%;
  max-width: 63.4rem;
  margin: 30rem auto 0 auto;
}
@media screen and (max-width: 959px) {
  .c-menu__video {
    margin: 8rem auto 0 auto;
  }
}
.c-menu__video img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-gallery {
  width: 100%;
  max-width: 100%;
  background-image: url(../images/gallery_bg.png);
  background-position: center;
  background-size: cover;
}
.c-gallery__inner {
  position: relative;
  width: 100%;
  padding: 13rem 0 17rem 0;
}
@media screen and (max-width: 959px) {
  .c-gallery__inner {
    padding: 8rem 2rem;
  }
}
.c-gallery__title {
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  margin-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .c-gallery__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
.c-gallery__icon {
  position: absolute;
  bottom: -14rem;
  left: -19rem;
  width: 52.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
@media screen and (max-width: 959px) {
  .c-gallery__icon {
    bottom: -5.8333333333rem;
    left: -7.9166666667rem;
    width: 22rem;
  }
}
.c-gallery__subTitle {
  position: absolute;
  top: 23%;
  right: -25%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 44.4rem;
  color: #48353E;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  border-top: 1px solid #48353E;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-gallery__subTitle {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
    font-size: 1.6rem;
    border-top: none;
    border-bottom: 1px solid #48353E;
    margin-bottom: 4rem;
  }
}
.c-gallery__content {
  position: relative;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}

#fancybox-outer {
  -webkit-box-shadow: 0 0 20px #cccccc !important;
          box-shadow: 0 0 20px #cccccc !important;
}

.fancy-ico span {
  background: #48353E !important;
}

.c-linkBox {
  width: 100%;
  max-width: 100%;
}
.c-linkBox__inner {
  position: relative;
  width: 100%;
  padding: 13rem 0 30rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 959px) {
  .c-linkBox__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
    padding: 6rem 2rem 8rem 2rem;
  }
}
.c-linkBox__inner_pd {
  padding: 0rem 0 30rem 0;
}
@media screen and (max-width: 959px) {
  .c-linkBox__inner_pd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
    padding: 0rem 2rem 8rem 2rem;
  }
}
.c-linkBox__link {
  position: relative;
  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;
  background: #48353E;
  text-align: left;
  width: 50rem;
  height: 12rem;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link {
    width: 100%;
    height: 10rem;
  }
}
.c-linkBox__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1.2rem;
  right: 1.3rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../images/linkBox_bar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-linkBox__link img {
  position: relative;
  top: 1.5rem;
  left: -1rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link img {
    top: 0.5rem;
    left: -1rem;
  }
}
.c-linkBox__link p {
  display: block;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link p {
    font-size: 1.6rem;
  }
}
.c-linkBox__link p span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link p span {
    font-size: 2.4rem;
  }
}
.c-linkBox__link02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: #B87D98;
  text-align: left;
  width: 50rem;
  height: 12rem;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link02 {
    width: 100%;
    height: 10rem;
  }
}
.c-linkBox__link02::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1.2rem;
  right: 1.3rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../images/linkBox_bar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-linkBox__link02 img {
  position: relative;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-linkBox__link02 p {
  display: block;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link02 p {
    font-size: 1.6rem;
  }
}
.c-linkBox__link03 {
  position: relative;
  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;
  gap: 1rem;
  background: #8C6239;
  width: 43.4rem;
  height: 10rem;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin: 0 auto 21rem auto;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link03 {
    width: calc(100% - 4rem);
    height: 10rem;
    font-size: 2rem;
    margin: 0 auto 4rem auto;
  }
}
.c-linkBox__link03:hover {
  color: #ffffff;
}
.c-linkBox__link03::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/single_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-archive {
  position: relative;
  width: 100%;
}
.p-archive__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 15rem 0 30rem 0;
}
@media screen and (max-width: 959px) {
  .p-archive__inner {
    padding: 8rem 2rem 8rem 2rem;
  }
}
.p-archive__icon {
  position: absolute;
  top: 8.8rem;
  right: -12.5rem;
  width: 42.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 959px) {
  .p-archive__icon {
    top: 2rem;
    right: -5.2083333333rem;
    width: 17.5833333333rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
.p-archive__icon02 {
  position: absolute;
  bottom: 14.8rem;
  left: -19rem;
  width: 52.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
@media screen and (max-width: 959px) {
  .p-archive__icon02 {
    bottom: 4rem;
    left: -7.9166666667rem;
    width: 22rem;
  }
}
.p-archive__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.25rem;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-archive__lists {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.875rem;
    text-align: left;
  }
}
.p-archive__thumbnail {
  width: 100%;
}
.p-archive__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-archive__box {
  padding: 1.2rem 1rem;
  background: #FCF9F5;
}
.p-archive__time {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-archive__time {
    margin-bottom: 0.5rem;
  }
}
.p-archive__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-archive__title {
    font-size: 1.4rem;
  }
}
.p-archive__nav {
  width: 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;
}
.p-archive__nav .nav-links {
  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;
  gap: 1.25rem;
}
.p-archive__nav .navigation {
  text-align: center;
  margin-top: 20rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .p-archive__nav .navigation {
    margin-top: 5rem;
  }
}
.p-archive__nav .page-numbers {
  display: inline-block;
  padding-top: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-archive__nav .page-numbers:hover {
  opacity: 0.6;
}
.p-archive__nav .prev {
  position: relative;
  top: 0.4rem;
  width: 1.2rem;
  height: 1.25rem;
  background-image: url(../images/p-archive_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-archive__nav .next {
  position: relative;
  top: 0.4rem;
  width: 1.2rem;
  height: 1.25rem;
  background-image: url(../images/p-archive_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-single {
  position: relative;
  width: 100%;
}
.p-single__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 15rem 0 22rem 0;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-single__inner {
    padding: 8rem 2rem 8rem 2rem;
  }
}
.p-single__icon {
  position: absolute;
  top: 8.8rem;
  right: -12.5rem;
  width: 42.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 959px) {
  .p-single__icon {
    top: 2rem;
    right: -5.2083333333rem;
    width: 17.5833333333rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
.p-single__icon02 {
  position: absolute;
  bottom: 14.8rem;
  left: -19rem;
  width: 52.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
@media screen and (max-width: 959px) {
  .p-single__icon02 {
    bottom: 4rem;
    left: -7.9166666667rem;
    width: 22rem;
  }
}
.p-single__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-single__title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.p-single__time {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 11.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-single__time {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    letter-spacing: 0;
  }
}
.p-single__thumbnail {
  width: 100%;
}
.p-single__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-single-content {
  background-image: url(../images/single_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 13rem 9rem 12rem 9rem;
}
@media screen and (max-width: 959px) {
  .p-single-content {
    padding: 4rem 2rem 6rem 2rem;
  }
}
.p-single-content h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-bottom: 9rem;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-single-content h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-single-content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 6.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-single-content h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-single-content p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 959px) {
  .p-single-content p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

main {
  overflow: hidden;
}

.p-front-content {
  position: relative;
  width: 100%;
  padding: 7rem 2rem 30rem 2rem;
  background-image: url(../images/front_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-front-content {
    padding: 8rem 2rem 10rem 2rem;
  }
}
.p-front-content__icon {
  position: absolute;
  top: 34rem;
  right: -12.5rem;
  width: 42.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 959px) {
  .p-front-content__icon {
    top: 2rem;
    right: -5.2083333333rem;
    width: 17.5833333333rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
.p-front-content__icon02 {
  position: absolute;
  top: 58%;
  left: -19rem;
  width: 52.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
@media screen and (max-width: 959px) {
  .p-front-content__icon02 {
    left: -7.9166666667rem;
    width: 22rem;
  }
}

.p-front-campaign {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign {
    margin-bottom: 8rem;
  }
}
.p-front-campaign__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  text-align: left;
}
.p-front-campaign__title {
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__title {
    font-size: 3.6rem;
  }
}
.p-front-campaign__subTitle {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__subTitle {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}
.p-front-campaign__lists {
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__lists {
    margin-bottom: 4rem;
  }
}
.p-front-campaign__list {
  margin-bottom: 3.2rem;
}
.p-front-campaign__list:last-of-type {
  margin-bottom: 0rem;
}
.p-front-campaign__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding-right: 7rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    padding-right: 0rem;
  }
}
.p-front-campaign__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 2.9rem;
  height: 2.9rem;
  background-image: url(../images/icon_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__link::before {
    display: none;
  }
}
.p-front-campaign__thumbnail {
  min-width: 23rem;
  width: 23rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__thumbnail {
    width: 100%;
  }
}
.p-front-campaign__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-front-campaign__articleTitle {
  color: #48353E;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__articleTitle {
    font-size: 1.8rem;
  }
}
.p-front-campaign__text {
  color: #48353E;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__text {
    font-size: 1.6rem;
  }
}
.p-front-campaign__all {
  position: relative;
  color: #48353E;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.p-front-campaign__all::before {
  position: absolute;
  content: "";
  top: 0.4rem;
  right: -1.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #48353E;
  border-right: 0.1rem solid #48353E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-front-news {
  width: 100%;
  max-width: 100%;
}
.p-front-news__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  text-align: left;
}
.p-front-news__title {
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-front-news__title {
    font-size: 3.6rem;
  }
}
.p-front-news__subTitle {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__subTitle {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}
.p-front-news__lists {
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__lists {
    margin-bottom: 4rem;
  }
}
.p-front-news__list {
  margin-bottom: 3.2rem;
}
.p-front-news__list:last-of-type {
  margin-bottom: 0rem;
}
.p-front-news__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
  padding-right: 7rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0rem;
  }
}
.p-front-news__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 2.9rem;
  height: 2.9rem;
  background-image: url(../images/icon_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-front-news__link::before {
    display: none;
  }
}
.p-front-news__time {
  min-width: 13.7rem;
  width: 13.7rem;
  color: #48353E;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 0.8rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__time {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0rem;
    margin-bottom: 1.5rem;
  }
}
.p-front-news__articleTitle {
  color: #48353E;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__articleTitle {
    font-size: 1.8rem;
  }
}
.p-front-news__text {
  color: #48353E;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-front-news__text {
    font-size: 1.6rem;
  }
}
.p-front-news__all {
  position: relative;
  color: #48353E;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.p-front-news__all::before {
  position: absolute;
  content: "";
  top: 0.4rem;
  right: -1.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #48353E;
  border-right: 0.1rem solid #48353E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-front-banner {
  margin-bottom: 12rem;
}
@media screen and (max-width: 959px) {
  .p-front-banner {
    margin-bottom: 8rem;
  }
}
.p-front-banner .slick-slide {
  margin: 0 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-front-banner .slick-slide {
    margin: 0 0.5rem;
  }
}
.p-front-banner .slick-arrow {
  display: none !important;
}

.p-front-sp {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .p-front-sp {
    display: block !important;
  }
}

@media screen and (max-width: 959px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_md {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .u-change_md {
    display: block !important;
  }
}/*# sourceMappingURL=styles.css.map */