@charset "UTF-8";
/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

em {
  font-style: normal;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  background-color: #ffffff;
  color: #6c6d77;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.9rem;
  }
}

a {
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
  color: #0099ff;
  text-decoration: none;
}
a:visited {
  color: #0099ff;
}
a:hover {
  color: #ed6bb5;
  text-decoration: none;
}

::-moz-selection {
  background-color: #e1cced;
  color: #6c6d77;
}

::selection {
  background-color: #e1cced;
  color: #6c6d77;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1768px;
  margin: auto;
  height: 65px;
  padding-left: 15px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 45px;
  }
}
.l-header img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header a:hover img {
  opacity: 0.75;
}

.l-header__logo_1 {
  width: 122px;
  height: auto;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .l-header__logo_1 {
    width: 84px;
  }
}

.l-header__logo_2 {
  width: 58px;
  height: auto;
  margin-left: 25px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .l-header__logo_2 {
    width: 40.6px;
    margin-left: 15px;
  }
}

.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 5%;
  }
}
.l-footer small {
  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: 100%;
  height: 130px;
  padding-bottom: 10px;
  text-align: center;
  color: #898a92;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    height: 100px;
    font-size: 1.1rem;
  }
}

.l-footer__btn {
  -webkit-transition: background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  transition: background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.4s, color 0.5s, border-color 0.5s;
  transition: transform 1s, background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  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;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 55px;
  margin: auto;
  margin-bottom: 60px;
  border: 2px solid #fb6eb7;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 96, 152, 0.96)), color-stop(50%, rgba(255, 96, 152, 0.96)), color-stop(50%, rgba(71, 204, 131, 0)), to(rgba(71, 204, 131, 0))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(255, 96, 152, 0.96) 0%, rgba(255, 96, 152, 0.96) 50%, rgba(71, 204, 131, 0) 50%, rgba(71, 204, 131, 0) 100%) 100% 0/200% auto scroll no-repeat;
  color: #fb6eb7;
  font-size: 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 270px;
    font-size: 1.6rem;
    height: 50px;
  }
}
.l-footer__btn:visited {
  color: #fb6eb7;
}
.l-footer__btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.l-footer__btn:hover::before {
  border-color: #ffffff;
}
.l-footer__btn::before {
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  display: block;
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
  border: 2px solid #fb6eb7;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.l-container {
  position: relative;
  background-color: #e4f6fe;
  overflow-y: hidden;
}
.l-container::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsl(198, 93%, 95%)), color-stop(8%, hsl(199, 93%, 94%)), color-stop(15%, hsl(199, 93%, 94%)), color-stop(23%, hsl(199, 93%, 93%)), color-stop(31%, hsl(199, 93%, 93%)), color-stop(38%, hsl(199, 93%, 92%)), color-stop(46%, hsl(199, 93%, 92%)), color-stop(54%, hsl(199, 93%, 91%)), color-stop(62%, hsl(199, 93%, 91%)), color-stop(69%, hsl(199, 93%, 91%)), color-stop(77%, hsl(199, 93%, 90%)), color-stop(85%, hsl(199, 93%, 90%)), color-stop(92%, hsl(199, 93%, 89%)), to(hsl(199, 93%, 89%)));
  background-image: linear-gradient(0deg, hsl(198, 93%, 95%) 0%, hsl(199, 93%, 94%) 8%, hsl(199, 93%, 94%) 15%, hsl(199, 93%, 93%) 23%, hsl(199, 93%, 93%) 31%, hsl(199, 93%, 92%) 38%, hsl(199, 93%, 92%) 46%, hsl(199, 93%, 91%) 54%, hsl(199, 93%, 91%) 62%, hsl(199, 93%, 91%) 69%, hsl(199, 93%, 90%) 77%, hsl(199, 93%, 90%) 85%, hsl(199, 93%, 89%) 92%, hsl(199, 93%, 89%) 100%);
}

.hero {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37px 1fr 37px 1fr 37px 1fr 37px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr 290px 1fr;
  grid-template-rows: 1fr 290px 1fr;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
  width: 100%;
  max-width: 1768px;
  margin: auto;
  margin-bottom: 100px;
}

.hero > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hero > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hero > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.hero > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.hero > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.hero > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.hero > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.hero > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.hero > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}

.hero > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 9;
}

.hero > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.hero > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.hero > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.hero > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.hero > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
@media screen and (max-width: 767px) {
  .hero {
    -ms-grid-columns: 1fr 23px 1fr 23px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 20px auto 20px 1fr;
    grid-template-rows: 1fr auto 1fr;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .hero > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hero > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .hero > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .hero > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hero > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .hero > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .hero > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .hero > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .hero > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
}
.hero::before {
  display: block;
  position: absolute;
  bottom: -150px;
  left: 100px;
  width: 240px;
  height: 240px;
  background: url(../img/rotate.png) center center/contain fixed no-repeat;
  content: "";
  z-index: 2;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .hero::before {
    bottom: auto;
    left: auto;
    top: 22%;
    right: -25px;
    width: 100px;
    height: 100px;
    background: url(../img/sp_rotate.png) center center/contain fixed no-repeat;
  }
}

.hero__h {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (max-width: 767px) {
  .hero__h {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}

.swiper {
  width: 100%;
  aspect-ratio: 27/37;
}
@media screen and (max-width: 767px) {
  .swiper.swiper--d, .swiper.swiper--e, .swiper.swiper--i, .swiper.swiper--j {
    display: none;
  }
}

.swiper-slide {
  overflow: hidden;
}

.hero__date {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sum {
  position: relative;
  width: 1180px;
  margin: auto;
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sum {
    width: 100%;
    padding: 0 8%;
    padding-bottom: 100px;
  }
}
.sum::before {
  display: block;
  position: absolute;
  bottom: -80px;
  right: -50px;
  width: 240px;
  height: 240px;
  background: url(../img/rotate.png) center center/contain fixed no-repeat;
  content: "";
  z-index: 2;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .sum::before {
    right: auto;
    bottom: -65px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -170px;
    background: url(../img/sp_rotate.png) center center/contain fixed no-repeat;
  }
}

.sum__h {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sum__h {
    margin-bottom: 40px;
  }
}

.sum__deadline {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sum__text {
  color: #6c6d77;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sum__text {
    text-align: left;
  }
}
.sum__text p:not(:last-child) {
  margin-bottom: 2em;
}
.sum__text em {
  color: #ef7abc;
}
@media screen and (max-width: 767px) {
  .sum__text br {
    display: none;
  }
}

.features {
  padding: 100px 0 125px;
  background: url(../img/features_bg.jpg) top center/cover fixed no-repeat;
}
@media screen and (max-width: 767px) {
  .features {
    padding: 70px 8%;
    background: url(../img/sp_features_bg.jpg) top center/cover scroll no-repeat;
  }
}

.features__inner {
  position: relative;
  width: 1130px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .features__inner {
    width: 100%;
    margin: 0;
  }
}
.features__inner::before {
  display: block;
  position: absolute;
  bottom: -300px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: url(../img/rotate.png) center center/contain fixed no-repeat;
  content: "";
  z-index: 2;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .features__inner::before {
    left: auto;
    bottom: -145px;
    right: 0px;
    width: 100px;
    height: 100px;
    background: url(../img/sp_rotate.png) center center/contain fixed no-repeat;
  }
}

.features__h {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features__h {
    margin-bottom: 30px;
  }
}

.features__ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .features__ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 40px;
  }
}

.outline {
  position: relative;
  width: 800px;
  margin: auto;
  margin-bottom: 200px;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .outline {
    width: 100%;
    margin: 0;
    margin-bottom: 150px;
    padding: 0 8%;
    padding-top: 100px;
  }
}

.outline__h {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outline__h {
    margin-bottom: 20px;
  }
}

.outline__table {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #a7a7ad;
  color: #6c6d77;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .outline__table {
    margin-bottom: 0;
    border: none;
  }
}
.outline__table tr {
  border-bottom: 1px solid #a7a7ad;
}
@media screen and (max-width: 767px) {
  .outline__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
    border: none;
  }
}
.outline__table th {
  width: 200px;
  padding: 30px;
  color: #f189c4;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .outline__table th {
    width: 100%;
    padding: 10px 8px;
    border-top: 1px solid #a7a7ad;
    border-bottom: 1px solid #a7a7ad;
    text-align: center;
  }
}
.outline__table td {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .outline__table td {
    width: 100%;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
.outline__table em {
  display: block;
  color: #b380d1;
  font-weight: 700;
}
.outline__table .strike_through {
  display: block;
  text-decoration: line-through;
}

.outline__sun {
  color: #6c6d77;
}

.outline__note {
  width: 800px;
  margin: auto;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .outline__note {
    width: 100%;
  }
}

.outline__li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.outline__li::before {
  content: "※";
}

.btn {
  -webkit-transition: background-position 0.5s, -webkit-transform 1s;
  transition: background-position 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.5s;
  transition: transform 1s, background-position 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding: 22px 0 28px;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgba(84, 209, 151, 0.95)), color-stop(50%, rgba(84, 209, 151, 0.95)), color-stop(50%, rgba(179, 128, 209, 0.9)), to(rgba(179, 128, 209, 0.9))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(84, 209, 151, 0.95) 0%, rgba(84, 209, 151, 0.95) 50%, rgba(179, 128, 209, 0.9) 50%, rgba(179, 128, 209, 0.9) 100%) 100% 0/200% auto scroll no-repeat;
}
.btn:visited {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 22px 0 23px;
    font-size: 2.5rem;
  }
}
.btn::before {
  -webkit-transition: right 1s;
  transition: right 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 62px;
  height: 15px;
  margin-top: -10px;
  background: url(../img/btn_arrow.svg) center center/auto scroll no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .btn::before {
    right: 20px;
    width: 32px;
    height: 11px;
    margin-top: -8px;
    background: url(../img/sp_btn_arrow.svg) center center/contain scroll no-repeat;
  }
}
.btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.btn:hover::before {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .btn:hover::before {
    right: 28px;
  }
}

.btn__wrap {
  position: sticky;
  bottom: 20px;
  width: 95%;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 200px;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    width: 100%;
    margin-bottom: 120px;
    padding: 0 8%;
  }
}

.pdf_btn {
  -webkit-transition: background-position 0.35s, -webkit-transform 0.8s;
  transition: background-position 0.35s, -webkit-transform 0.8s;
  transition: background-position 0.35s, transform 0.8s;
  transition: background-position 0.35s, transform 0.8s, -webkit-transform 0.8s;
  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;
  width: 100%;
  padding: 22px 0 23px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(hsl(326, 79%, 71%)), color-stop(8%, hsl(324, 73%, 70%)), color-stop(17%, hsl(321, 69%, 69%)), color-stop(25%, hsl(318, 64%, 68%)), color-stop(33%, hsl(315, 59%, 68%)), color-stop(42%, hsl(311, 54%, 67%)), color-stop(50%, hsl(307, 50%, 66%)), color-stop(58%, hsl(302, 45%, 65%)), color-stop(67%, hsl(297, 44%, 65%)), color-stop(75%, hsl(292, 45%, 65%)), color-stop(83%, hsl(287, 46%, 65%)), color-stop(92%, hsl(283, 46%, 66%)), to(hsl(278, 47%, 66%)));
  background-image: linear-gradient(90deg, hsl(326, 79%, 71%) 0%, hsl(324, 73%, 70%) 8%, hsl(321, 69%, 69%) 17%, hsl(318, 64%, 68%) 25%, hsl(315, 59%, 68%) 33%, hsl(311, 54%, 67%) 42%, hsl(307, 50%, 66%) 50%, hsl(302, 45%, 65%) 58%, hsl(297, 44%, 65%) 67%, hsl(292, 45%, 65%) 75%, hsl(287, 46%, 65%) 83%, hsl(283, 46%, 66%) 92%, hsl(278, 47%, 66%) 100%);
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    padding: 19px 0 20px;
    font-size: 1.8rem;
  }
}
.pdf_btn:visited {
  color: #ffffff;
}
.pdf_btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.pdf_btn img {
  height: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pdf_btn img {
    height: 20px;
    margin-right: 5px;
  }
}

.pdf_btn__wrap {
  width: 580px;
  margin: auto;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 90px;
    padding: 0 8%;
  }
}

.products {
  width: 990px;
  margin: auto;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .products {
    width: 100%;
    margin: 0;
    margin-bottom: 150px;
    padding: 0 8%;
  }
}

.products__h {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__h {
    margin-bottom: 20px;
  }
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px 50px;
}
@media screen and (max-width: 767px) {
  .products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 80px;
  }
}

.products__a {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 470px;
  color: #6c6d77;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
    border-radius: 50px;
  }
}
.products__a:visited {
  color: #6c6d77;
}
.products__a:hover {
  color: #6c6d77;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.products__pict {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .products__pict {
    margin-bottom: 20px;
  }
}
.products__pict::before {
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  border: 1px solid #c4c5c9;
  content: "";
}
@media screen and (max-width: 767px) {
  .products__pict::before {
    margin: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}

.products__co,
.products__name {
  display: block;
  text-align: center;
  font-weight: 500;
}

.products__co {
  margin-bottom: 0.2em;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .products__co {
    margin-bottom: 0.4em;
    font-size: 1.6rem;
  }
}

.products__name {
  font-size: 2.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .products__name {
    font-size: 2rem;
  }
}

.products__wrap {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.products__note {
  display: inline-block;
  text-align: left;
  color: #898a92;
  font-size: 1.2rem;
  line-height: 1.5;
}
.products__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.products__note li::before {
  content: "※";
}

.post {
  width: 100%;
  margin-bottom: 200px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post {
    width: 100%;
    margin: 0;
    margin-bottom: 150px;
    padding: 0 8%;
  }
}

.post__h {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post__h {
    margin-bottom: 10px;
  }
}

.post__text {
  margin-bottom: 40px;
  color: #6c6d77;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .post__text {
    margin-bottom: 30px;
    font-size: 2.3rem;
  }
}

.post__tag {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .post__tag {
    width: 100%;
    margin: 0;
  }
}
.post__tag h3 {
  margin-bottom: 20px;
  color: #ef7abc;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post__tag h3 {
    font-size: 2.3rem;
  }
}

.post__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .post__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
    gap: 10px;
  }
}
.post__wrap span {
  padding: 8px 20px;
  border: 1px solid #f297cb;
  background-color: #ffffff;
  color: #6c6d77;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post__wrap span {
    padding: 7px 15px;
    font-size: 1.4rem;
  }
}
.post__note {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post__note {
    text-align: left;
    font-size: 1.6rem;
  }
}
.post__pict {
  width: 100%;
  margin-top: 60px;
  padding: 0 150px;
}
@media screen and (max-width: 767px) {
  .post__pict {
    padding: 0;
     margin-top: 30px;
  }
}

.ownly_ugc_set_post_comment {
  color: #6c6d77 !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

.ownly_ugc_set_post:not(:last-child) {
  margin-right: 15px !important;
}

.ownly_ugc_post_date {
  color: #6c6d77 !important;
}

.u-d-n {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-d-n-mq {
    display: none !important;
  }
}
.u-d-b {
  display: block !important;
}

.u-d-b-mq {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-d-b-mq {
    display: block !important;
  }
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-ib-mq {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-d-ib-mq {
    display: inline-block !important;
  }
}
