@charset "UTF-8";
/* ----------------------------------------
このCSSは、FLOCSSに従ってCSS設計を行っています。
| FLOCSSについて | https://github.com/hiloki/flocss
---------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@700&display=swap");
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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: 1em;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  list-style: none;
}

@media only screen and (max-width: 1199px) {
  html {
    overflow-x: hidden;
  }
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  position: relative;
  color: #555;
  font-family: 'dnp-shuei-mgothic-std', -apple-system, sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
}

@media only screen and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 3.25vw;
  }
}

@media only screen and (min-width: 1400px) {
  body {
    font-size: 1.25rem;
  }
}

body.is-page {
  z-index: 1;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(to right, #eee 1px, transparent 1px), linear-gradient(to bottom, #eee 1px, transparent 1px);
  background-size: 30px 30px;
}

body.is-page::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pink/common/bg-page-left.svg) no-repeat top 10em left, url(../images/pink/common/bg-page-right.svg) no-repeat top 120em right, url(../images/pink/common/bg-page-left.svg) no-repeat top 240em left, url(../images/pink/common/bg-page-right.svg) no-repeat top 320em right, url(../images/pink/common/bg-page-left.svg) no-repeat top 440em left, url(../images/pink/common/bg-page-right.svg) no-repeat top 520em right;
  content: "";
}

@media only screen and (max-width: 1199px) {
  body.is-page {
    background-size: 20px 20px;
  }
  body.is-page::before {
    background-size: 60% auto, 60% auto, 60% auto, 60% auto, 60% auto, 60% auto;
  }
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  vertical-align: bottom;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  color: inherit;
  color: #F288BD;
}

rt {
  font-size: 30%;
}

*::before,
*::after {
  pointer-events: none;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
}

textarea {
  width: 100% !important;
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="select-one"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #FFF;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 16px;
}

select {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
}

textarea {
  min-height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

button {
  display: inline-block;
  margin: 10px;
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
#l-container h3 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5em;
  color: #555;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 180%;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

#l-container h3 > small {
  font-size: 30%;
}

#l-container h4 {
  position: relative;
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  color: #555;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 120%;
  font-weight: 600;
  text-transform: uppercase;
}

#l-container h4::before, #l-container h4::after {
  position: absolute;
  left: 0;
  width: 0.5em;
  height: 1em;
  content: '';
}

#l-container h4::before {
  top: 0;
  border-radius: 0.5em 0.5em 0 0;
  background-color: #F288BD;
}

#l-container h4::after {
  top: 1em;
  border-radius: 0 0 0.5em 0.5em;
  background-color: #FFA9D4;
}

#l-container h5,
#l-container h6 {
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding: 1em 2em;
  border-radius: 0.5em;
  background-color: #fff2f9;
  color: #555;
  color: #F288BD;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

#l-container p {
  max-width: 1200px;
  margin: 2em auto;
}

#l-container dl {
  max-width: 1200px;
  margin: 2em auto;
}

@media only screen and (min-width: 1200px) {
  #l-container dl {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 1em;
  }
  #l-container dl dt {
    position: relative;
    width: 30%;
    border-bottom: solid 1px #ffc1e0;
    background: #fff2f9;
  }
  #l-container dl dt:last-of-type {
    border-bottom: 0;
  }
  #l-container dl dd {
    position: relative;
    width: 70%;
    border-bottom: solid 1px #FFECF6;
    background: #fff;
  }
  #l-container dl dd:last-of-type {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 1199px) {
  #l-container dl {
    overflow: hidden;
    border-radius: 1em;
  }
  #l-container dl dt {
    background-color: #fff2f9;
  }
  #l-container dl dd {
    background-color: #fff;
  }
}

#l-container dl dt,
#l-container dl dd {
  padding: 2em;
}

#l-container dl dt {
  color: #F288BD;
}

#l-container table {
  width: 100%;
  max-width: 1200px;
  margin: 2em auto;
  margin-top: 2em;
  overflow: hidden;
  border-radius: 1em;
  background-color: #fff;
}

#l-container table th {
  background-color: #fff2f9;
  color: #F288BD;
}

#l-container table th,
#l-container table td {
  padding: 2em 1em;
  text-align: center;
  vertical-align: top;
}

@media only screen and (max-width: 1199px) {
  #l-container table th,
  #l-container table td {
    padding: 0.75em .5em;
    font-size: 60%;
  }
}

#l-container table th > span,
#l-container table td > span {
  display: inline-block;
  width: 100%;
}

#l-container table th,
#l-container table td {
  border: solid 1px #ffb9de;
}

#l-container table th:first-child,
#l-container table td:first-child {
  border-left: 0;
}

#l-container table th:last-child,
#l-container table td:last-child {
  border-right: 0;
}

#l-container table tr:first-of-type * {
  border-top: 0;
}

#l-container table tr:last-of-type * {
  border-bottom: 0;
}

#l-container ul {
  max-width: 1200px;
  margin: 2em auto;
}

#l-container ul li {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.75em;
}

#l-container ul li::before {
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #FFECF6;
  content: "";
}

#l-container ul li::after {
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  width: 1em;
  height: 1em;
  border: solid 0.05em #FFA9D4;
  border-radius: 100%;
  content: "";
}

#l-container ol {
  max-width: 1200px;
  margin: 2em auto;
}

#l-container ol li {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.75em;
  counter-increment: li;
}

#l-container ol li::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding-bottom: .5em;
  border-radius: .2em .2em 0 0;
  background-color: #ffc1e0;
  color: #fff;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  content: counter(li);
}

#l-container ol li:nth-of-type(odd)::before {
  background-color: #F288BD;
}

#l-container i {
  display: inline-block;
  padding: 0.5em 1em;
  border: solid 0.15em #555;
  border-radius: 1000px;
  font-size: 60%;
  line-height: 1;
}

#l-container i:not(:last-of-type) {
  margin-right: 0.5em;
}

.c-flex {
  gap: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .c-flex.is-col2 > * {
    width: 46%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flex.is-col3 > * {
    width: 28%;
  }
}

.c-card {
  display: block;
  position: relative;
  padding: 1em 0 0 0;
  overflow: hidden;
  color: #555;
  text-decoration: none;
}

.c-card::before {
  -webkit-transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 8em;
  height: 2em;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.c-card_thumb {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 15em;
  overflow: hidden;
  border-radius: 1.5rem;
}

.c-card_thumb > img {
  -o-object-fit: cover;
  width: 100%;
  height: 15em;
  object-fit: cover;
}

.c-card_thumb .subtit {
  display: block;
  position: absolute;
  bottom: .4em;
  left: .8em;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .45em;
  letter-spacing: .2em;
  line-height: 1;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF, 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF;
  text-transform: uppercase;
  text-transform: uppercase;
}

.c-card_content {
  display: flex;
  flex-direction: column;
  margin: 0.2em 0 0 0;
}

.c-card_date {
  margin: 0 0 0 0.5em;
  font-size: 60%;
}

.c-card_title {
  display: block;
  font-size: 120%;
  text-align: left;
}

.c-card_description {
  font-size: 90%;
}

.c-card:nth-child(1)::before {
  background-image: url("../images/pink/common/masking1.svg");
}

.c-card:nth-child(2)::before {
  background-image: url("../images/pink/common/masking2.svg");
}

.c-card:nth-child(3)::before {
  background-image: url("../images/pink/common/masking3.svg");
}

.c-card:nth-child(4)::before {
  background-image: url("../images/pink/common/masking1.svg");
}

.c-card:nth-child(5)::before {
  background-image: url("../images/pink/common/masking2.svg");
}

.c-card:nth-child(6)::before {
  background-image: url("../images/pink/common/masking3.svg");
}

.c-card:nth-child(7)::before {
  background-image: url("../images/pink/common/masking1.svg");
}

.c-card:nth-child(8)::before {
  background-image: url("../images/pink/common/masking2.svg");
}

.c-card:nth-child(9)::before {
  background-image: url("../images/pink/common/masking3.svg");
}

.c-card:nth-child(10)::before {
  background-image: url("../images/pink/common/masking1.svg");
}

.c-card:nth-child(11)::before {
  background-image: url("../images/pink/common/masking2.svg");
}

.c-card:nth-child(12)::before {
  background-image: url("../images/pink/common/masking3.svg");
}

.c-button {
  display: inline-block;
  position: relative;
  margin-bottom: 0.25em;
  padding: .8em 3em;
  padding-right: calc(24px + 3em);
  border: solid 0.15em #FFA9D4;
  border-radius: 1000px;
  background-color: #fff;
  color: #F288BD;
  line-height: 1;
  text-decoration: none;
}

.c-button::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  line-height: 0;
  content: url(../images/pink/common/icon_arrow.svg);
}

.c-button:hover {
  margin-top: 0.25em;
  margin-bottom: 0;
  box-shadow: none;
}

.c-thumb {
  display: inline-block;
  overflow: hidden;
  border: solid 0.25em #fff;
  border-radius: 1.5rem;
}

.c-thumb > img {
  max-width: 100%;
  height: auto;
}

.c-title {
  position: relative;
  padding: 1em 0 0 0;
}

.c-title .subtit {
  display: block;
  position: absolute;
  top: 0;
  font-family: "Hind", sans-serif;
  font-size: .55em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .45em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
}

.c-telBtn {
  display: block;
  position: relative;
  padding: 0 0 0 2.5em;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.c-telBtn::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  transform: translateY(-50%);
  background: url(../images/pink/common/icon-tel.svg) no-repeat center/cover;
  content: "";
}

.c-telBtn .telNum {
  display: block;
  font-size: 180%;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.c-telBtn .telHour {
  display: block;
  margin-top: .5em;
  font-size: .8em;
  line-height: 1;
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
#l-header {
  padding: 1.35em 1em;
  background: #fff;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1200px) {
  #l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5em 2em;
  }
}

@media only screen and (max-width: 1199px) {
  #l-header {
    padding: 1em;
  }
}

@media only screen and (min-width: 1200px) {
  #l-header .nav .inner {
    display: flex;
    align-items: center;
  }
  #l-header .nav .item {
    line-height: 1;
  }
  #l-header .nav .link {
    display: block;
    position: relative;
    padding: .5em 1em;
    color: #555;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  #l-header .nav .link .txt {
    margin: .5em 0 0 0;
  }
  #l-header .nav .link:hover {
    color: #F288BD;
  }
}

@media only screen and (max-width: 1199px) {
  #l-header .nav {
    display: flex;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15vw 2em 2em;
    background-color: #FFECF6;
    transition: right 0.6s 0s ease;
  }
  #l-header .nav.is-enable {
    right: 0;
  }
  #l-header .nav .inner {
    gap: .5em;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
  }
  #l-header .nav .item {
    width: 46%;
    border-radius: 1.5rem;
    background-color: #fff;
  }
  #l-header .nav .item.tel {
    width: 94%;
    padding: 1em;
    text-align: center;
  }
  #l-header .nav .item.tel a {
    display: table;
    margin: 0 auto;
  }
  #l-header .nav .link {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 2em;
    color: #555;
    text-decoration: none;
  }
  #l-header .nav .link img {
    width: 6vw;
    height: 6vw;
  }
}

#l-header .hamburger {
  display: flex;
  z-index: 1005;
  position: fixed;
  top: 2%;
  right: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 4em;
  height: 3em;
  padding: 1em 0 1em 1.5em;
  border-radius: 1000px 0 0 1000px;
  background-color: #ffc1e0;
  cursor: pointer;
}

#l-header .hamburger > span {
  display: block;
  width: 1.5em;
  height: 0.125em;
  border-radius: 1000px;
  background-color: #fff;
  transition: all 0.5s;
}

#l-header .hamburger.is-close > span:nth-of-type(1) {
  -webkit-transform: translateY(0.45em) rotate(-45deg);
  transform: translateY(0.45em) rotate(-45deg);
}

#l-header .hamburger.is-close > span:nth-of-type(2) {
  opacity: 0;
}

#l-header .hamburger.is-close > span:nth-of-type(3) {
  -webkit-transform: translateY(-0.45em) rotate(45deg);
  transform: translateY(-0.45em) rotate(45deg);
}

@media only screen and (min-width: 1200px) {
  #l-header .hamburger {
    display: none;
  }
}

.is-page #l-container section {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 6em 3em;
}

@media only screen and (max-width: 1199px) {
  .is-page #l-container section {
    padding: 3em;
  }
}

#l-footer {
  position: relative;
  background: url(../images/pink/common/f-backBall.svg) no-repeat top/cover;
  background-color: #fff;
}

#l-footer .container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3em 2em 2em;
}

@media only screen and (max-width: 1199px) {
  #l-footer .container {
    padding: 3em 3em;
  }
}

#l-footer .inner {
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  #l-footer .inner {
    gap: 2em;
    display: flex;
    justify-content: space-between;
  }
}

#l-footer .box {
  display: flex;
  justify-content: center;
  max-width: 960px;
  margin: 1em auto 0;
}

#l-footer .nav a {
  color: #555;
  text-decoration: none;
}

#l-footer .nav a:hover {
  color: #F288BD;
}

@media only screen and (min-width: 1200px) {
  #l-footer .nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
  }
  #l-footer .nav li {
    position: relative;
  }
  #l-footer .nav li::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 0.5em;
    transform: translateY(-50%);
    background-color: #ffc1e0;
    content: '';
  }
  #l-footer .nav li:last-of-type::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.5em;
    transform: translateY(-50%);
    background-color: #ffc1e0;
    content: '';
  }
  #l-footer .nav a {
    display: block;
    padding: 0.5em 1.5em;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1199px) {
  #l-footer .nav {
    margin-top: 4em;
    border-bottom: solid 1px #ffc1e0;
  }
  #l-footer .nav a {
    display: block;
    position: relative;
    padding: 1em 2em;
    border-top: solid 1px #ffc1e0;
  }
  #l-footer .nav a::before {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 1em;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 0.25em 0 0.25em 0.5em;
    border-style: solid;
    border-color: transparent transparent transparent #F288BD;
    content: '';
  }
}

#l-footer .pagetop {
  visibility: hidden;
  z-index: 995;
  width: 5em;
  height: 5em;
  background: url(../images/pink/common/pagetop.svg) no-repeat center/cover;
  opacity: 0;
  transition-duration: 200ms;
  transition-property: top, visibility, opacity;
}

#l-footer .pagetop.is-display {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  #l-footer .pagetop {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 0;
    right: 3em;
    transform: translateY(-50%);
  }
  #l-footer .pagetop:hover {
    top: -0.5em;
  }
}

@media only screen and (max-width: 1199px) {
  #l-footer .pagetop {
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
  }
}

#l-footer .copyright {
  color: #555;
  font-size: 60%;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  #l-footer {
    background: url(../images/pink/common/f-backBall_sp.svg) no-repeat top/cover;
    background-color: #fff;
  }
  #l-footer .address {
    margin: 1em 0 0 0;
  }
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-siteName {
  line-height: 0;
}

.p-siteName > img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .p-siteName {
    display: block;
    text-align: center;
  }
  .p-siteName img {
    width: 40vw;
  }
}

.p-headline {
  display: flex;
  position: relative;
  margin-bottom: 3em;
  background: url(../images/pink/common/headline-illsut.svg) repeat-x bottom;
  background-color: #FFECF6;
}

.p-headline > * {
  width: 100%;
}

.p-headline_lead {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  padding-left: 5em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 160%;
  font-weight: 600;
}

.p-headline_lead .c-title {
  position: relative;
  top: -.5em;
  padding: .5em 0 0 0;
}

.p-headline_visual {
  margin: 1em 0 -3em;
  overflow: hidden;
  border-radius: 5em 0 0 5em;
}

.p-headline_visual img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .p-headline {
    position: relative;
    background-size: 60vw;
  }
  .p-headline_lead {
    padding-left: 1em;
    font-size: 150%;
  }
  .p-headline_lead::before {
    left: 0.25em;
  }
  .p-headline_visual {
    height: 12em;
    border-radius: 2em 0 0 2em;
  }
  .p-headline_visual img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: .3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: .6;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

#top .firstView {
  position: relative;
  background: url(../images/pink/top/backBall.svg) no-repeat top left/contain;
}

#top .firstView_lead {
  display: flex;
  z-index: 10;
  position: absolute;
  left: 5vw;
  flex-flow: column;
  padding: 1em 0 0 0;
  color: #555;
  font-size: 210%;
  font-weight: 600;
}

#top .firstView_lead .subtit {
  display: block;
  position: absolute;
  top: 0;
  font-family: "Hind", sans-serif;
  font-size: 70%;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .45em;
  line-height: 1;
  text-transform: uppercase;
  text-transform: uppercase;
}

#top .firstView_lead_subMessage {
  font-size: 55%;
}

#top .firstView_lead_subMessage span {
  display: block;
}

#top .firstView_visual {
  position: relative;
  width: 80%;
  margin-right: 0;
  margin-left: auto;
}

#top .firstView_visual .swiper-pagination {
  position: absolute;
  top: .5em;
  right: 1em;
}

#top .firstView_visual .swiper-pagination .swiper-pagination-bullet {
  width: .7em;
  height: .7em;
  margin: 0 .2em;
  border: .1em solid #fff;
  background: #fff;
  opacity: 1;
}

#top .firstView_visual .swiper-pagination .swiper-pagination-bullet-active {
  border: .1em solid #fff;
  background: #F288BD;
}

#top .firstView_visual .swiper-slide > img {
  -webkit-mask-image: url(../images/pink/top/firstView_visual_mask-animation.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  height: auto;
  mask-image: url(../images/pink/top/firstView_visual_mask-animation.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

@media only screen and (min-width: 1400px) {
  #top .firstView_lead {
    bottom: 15%;
  }
}

@media only screen and (min-width: 1200px) {
  #top .firstView {
    position: relative;
    margin: 0 auto;
  }
  #top .firstView_lead {
    z-index: 10;
    bottom: 0;
  }
  #top .firstView_visual {
    width: 57%;
  }
}

@media only screen and (max-width: 1199px) {
  #top .firstView {
    background: url(../images/pink/top/backBall_sp.svg) no-repeat bottom/cover;
  }
  #top .firstView_lead {
    bottom: -15%;
    left: 1em;
    font-size: 140%;
    text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff;
  }
  #top .firstView .swiper-pagination {
    position: absolute;
    top: .1em;
    right: .2em;
  }
  #top .firstView .swiper-pagination .swiper-pagination-bullet {
    width: .5em;
    height: .5em;
  }
}

#top .greeting {
  position: relative;
  padding: 6em 0 8em 0;
}

#top .greeting-message {
  display: flex;
  justify-content: space-between;
}

#top .greeting-thumb {
  position: relative;
  width: 50%;
  overflow: hidden;
  border-radius: 0 5em 5em 0;
}

#top .greeting-thumb::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20em;
  height: 20em;
  background: url(../images/pink/top/greeting-illust.png) no-repeat center/cover;
  content: "";
}

#top .greeting-thumb > img {
  -o-object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
}

#top .greeting-txt {
  position: relative;
  width: 46%;
  padding-right: 6em;
}

#top .greeting-txt::before {
  z-index: -1;
  position: absolute;
  top: 5em;
  right: 0;
  width: 140%;
  height: 100%;
  border-radius: 5em 0 0 5em;
  background: #FFECF6;
  content: "";
}

#top .greeting-txt .c-title {
  position: relative;
  align-items: normal;
  font-size: 160%;
}

#top .greeting-txt p {
  margin: 2em 0;
}

@media only screen and (max-width: 1199px) {
  #top .greeting {
    padding: 5em 1em;
  }
  #top .greeting-message {
    flex-wrap: wrap;
  }
  #top .greeting-thumb {
    width: 100%;
    border-radius: 2em;
  }
  #top .greeting-thumb::before {
    width: 28vw;
    height: 28vw;
  }
  #top .greeting-txt {
    width: 100%;
    margin: 2em 0 0 0;
    padding-right: 0;
  }
  #top .greeting-txt::before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: calc(100% + 2em);
    transform: translateX(-50%);
    border-radius: 0;
  }
}

#top .information {
  position: relative;
  padding: 4em 3em 4em;
  background-color: #fff;
  background-image: linear-gradient(to right, #eee 1px, transparent 1px), linear-gradient(to bottom, #eee 1px, transparent 1px);
  background-size: 30px 30px;
}

#top .information-container {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

#top .access {
  z-index: 1;
  position: relative;
  padding: 6em 3em;
  background: url(../images/pink/common/footer-img.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 1199px) {
  #top .access {
    padding: 3em;
  }
}

#top .access::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}

#top .access-container {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 3em 3em;
  border-radius: 2em;
  background: #fff;
}

#top .access-container:before, #top .access-container::after {
  position: absolute;
  top: -3em;
  width: 176px;
  height: 114px;
  background: url(../images/pink/common/illust-rainbow.svg) no-repeat center/cover;
  content: "";
}

#top .access-container:before {
  left: 2em;
}

#top .access-container::after {
  right: 2em;
}

#top .access-flexInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .access-map {
  width: 55%;
  overflow: hidden;
  border-radius: 1em;
}

#top .access-map > iframe {
  width: 100%;
  height: 18em;
}

#top .access-content {
  width: 40%;
}

#top .access-content .item {
  margin: .5em 0;
}

#top .access-content .item:first-of-type {
  margin: 0;
  font-size: 160%;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #top .access {
    padding: 3em 1em;
  }
  #top .access-container {
    padding: 1em;
  }
  #top .access-container:before, #top .access-container::after {
    top: -1em;
    width: 18vw;
    height: 12vw;
  }
  #top .access-map {
    width: 100%;
  }
  #top .access-map > iframe {
    height: 18em;
  }
  #top .access-content {
    width: 100%;
    margin: 2em 0 0 0;
  }
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
.u- {
  /* show / hide
  ---------------------------------------- */
  /* link
  ---------------------------------------- */
  /* align
  ---------------------------------------- */
  /* pict photo
  ---------------------------------------- */
  /* text
  ---------------------------------------- */
}

@media only screen and (min-width: 1200px) {
  .u-display-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .u-display-desktop {
    display: none;
  }
}

.u-link-disabled {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.u-images-liquid {
  max-width: 100%;
  height: auto;
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-align-row {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.u-pic-round {
  overflow: hidden;
  border-radius: 1.5rem;
}

.u-pic-round > img {
  width: 100%;
  height: auto;
}

.u-text-attention {
  color: #F85A1F;
}

.u-indent {
  text-indent: 1em;
}
