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

body {
  height: 100%;
  background-color: #ffffff;
  color: #414141;
  font-size: 2rem;
  line-height: 1;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #16c786;
  text-decoration: none;
}

::-moz-selection {
  background-color: #99e5ff;
  color: #414141;
}

::selection {
  background-color: #99e5ff;
  color: #414141;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes fade_in_up {
  0% {
    -webkit-transform: translateY(350px) scale(0.5);
            transform: translateY(350px) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade_in_up {
  0% {
    -webkit-transform: translateY(350px) scale(0.5);
            transform: translateY(350px) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_in_long {
  0% {
    -webkit-transform: translateY(350px);
            transform: translateY(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade_in_long {
  0% {
    -webkit-transform: translateY(350px);
            transform: translateY(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}
.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;
  width: 100%;
  margin: auto;
  height: 65px;
  padding-left: 15px;
  background-color: #ffdb2a;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 45px;
  }
}
.l-header img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header a:hover img {
  opacity: 0.75;
}

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

.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: #414141;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    height: 100px;
    font-size: 1.1rem;
  }
}

a.l-footer__btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  padding-bottom: 2px;
  margin-bottom: 60px;
  border: 2px solid #fa59ad;
  color: #fa59ad;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.l-footer__btn {
    width: 290px;
  }
}
a.l-footer__btn:hover {
  border-color: #fa59ad;
  background-color: #fa59ad;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.l-footer__btn:hover::before {
  border-color: #ffffff;
}
a.l-footer__btn::before {
  display: block;
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
  border: 2px solid #fa59ad;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.l-footer__back_to_top {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-top: 2px solid #282828;
  border-left: 2px solid #282828;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-footer__back_to_top:hover {
  -webkit-transform: rotate(45deg) scale(1.2);
          transform: rotate(45deg) scale(1.2);
}

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

.hero__lead,
.hero__date {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.hero__h {
  width: 100%;
  height: 390px;
  margin-top: 30px;
  margin-bottom: 50px;
  text-indent: -9999px;
  background: url(../img/hero_h.png) calc(50% + 67.5px) center/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .hero__h {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    background: url(../img/sp_hero_h.png) center top/contain scroll no-repeat;
    aspect-ratio: 375/500;
  }
}

.hero__pict {
  text-align: center;
}

.sum {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sum {
    margin-bottom: 60px;
    padding: 0 5.35%;
  }
}

.sum__h {
  margin-bottom: 30px;
  text-align: center;
}

.sum__text {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sum__text {
    font-size: 1.8rem;
    text-align: left;
  }
}
.sum__text p {
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  .sum__text p {
    margin-bottom: 1em;
  }
}

.heading {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 30px;
  }
}
.products .heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .products .heading {
    margin-bottom: 40px;
  }
}
.heading::before, .heading::after {
  display: block;
  position: absolute;
  top: 30px;
  width: 44%;
  height: 20px;
  content: "";
}
@media screen and (max-width: 767px) {
  .heading::before, .heading::after {
    content: none;
  }
}
.heading::before {
  left: 0;
  background: url(../img/dot.svg) center right/contain scroll repeat-x;
}
.heading::after {
  right: 0;
  background: url(../img/dot.svg) center left/contain scroll repeat-x;
}

.feature {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .feature {
    margin-bottom: 75px;
  }
}

.feature__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1160px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .feature__ol {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.feature__li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}
@media screen and (max-width: 767px) {
  .feature__li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

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

.outline {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .outline {
    margin-bottom: 80px;
  }
}

.outline__wrap {
  width: 760px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .outline__wrap {
    width: 100%;
    margin: 0;
    padding: 0 5.35%;
  }
}

.outline__table {
  width: 100%;
  margin-bottom: 20px;
  border: 5px solid #ffdb2a;
  background-color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .outline__table {
    margin: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.8rem;
  }
}
@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;
  }
}
.outline__table th {
  width: 180px;
  padding: 40px 30px;
  border: 2px solid #ffdb2a;
  background-color: #fffbe9;
  vertical-align: center;
}
@media screen and (max-width: 767px) {
  .outline__table th {
    width: 100%;
    padding: 8px;
    border: none;
    background-color: #ffdf3f;
    text-align: center;
    border-radius: 2px;
  }
}
.outline__table td {
  padding: 40px 30px;
  border: 2px solid #ffdb2a;
}
@media screen and (max-width: 767px) {
  .outline__table td {
    width: 100%;
    padding: 10px;
    padding-bottom: 30px;
    border: none;
  }
}
.outline__table td em {
  display: block;
  font-weight: 700;
  color: #f74d58;
}
.outline__table td span {
  display: block;
  text-decoration: line-through;
}

.outline__note {
  margin-bottom: 0.5em;
  color: #707070;
  font-size: 1.5rem;
  line-height: 1.5;
}

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

.products {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .products {
    margin-bottom: 100px;
  }
}

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

.products__text {
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .products__text {
    margin-top: -25px;
    margin-bottom: 40px;
    padding: 0 6%;
    text-align: left;
  }
}

.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: 60px 40px;
  width: 1160px;
  margin: auto;
}
@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: 30px;
    width: 100%;
    padding: 0 6%;
  }
}

.products__a {
  -webkit-transition: border-color 0.5s, -webkit-transform 0.5s;
  transition: border-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-color 0.5s;
  transition: transform 0.5s, border-color 0.5s, -webkit-transform 0.5s;
  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: 560px;
  padding: 24px;
  padding-bottom: 40px;
  border: 6px solid #ffdb2a;
  background-color: #ffffff;
  color: #414141;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-width: 5px;
  }
}
.products__a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  border-color: #2dcc92;
}

.products__pict {
  text-align: center;
  margin-bottom: 10px;
}

.products__co,
.products__name,
.products__type {
  display: block;
  text-align: center;
}

.products__co {
  color: #414141;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products__co {
    font-size: 1.6rem;
  }
}

.products__name {
  margin-top: 5px;
  color: #414141;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products__name {
    margin-top: 2px;
    font-size: 2rem;
  }
}

.products__wrap {
  text-align: center;
}

.products__note {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.products__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.products__note li::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  .products__note {
    margin-top: 15px;
    text-align: left;
    font-size: 1.2rem;
  }
}

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

.btn__wrap {
  position: sticky;
  bottom: 20px;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  margin-bottom: 250px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    bottom: 10px;
    margin-bottom: 100px;
    padding: 0 5.35%;
  }
}

.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;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  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%;
  height: 95px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(41, 198, 125, 0.97)), color-stop(50%, rgba(41, 198, 125, 0.97)), color-stop(50%, rgba(245, 80, 93, 0.97)), to(rgba(245, 80, 93, 0.97))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(41, 198, 125, 0.97) 0%, rgba(41, 198, 125, 0.97) 50%, rgba(245, 80, 93, 0.97) 50%, rgba(245, 80, 93, 0.97) 100%) 100% 0/200% auto scroll no-repeat;
  color: #ffffff !important;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 70px;
    font-size: 2.5rem;
    border-radius: 35px;
  }
}
.btn span {
  margin-top: -3px;
}
.btn::before {
  display: block;
  position: absolute;
  right: 30px;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .btn::before {
    right: 20px;
    width: 15px;
    height: 15px;
    border-width: 4px;
  }
}
.btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.btn__note {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  background-color: #ffffff;
  border: 1px solid #888888;
  color: #ffe255;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .btn__note {
    margin: auto;
    margin-top: 8px;
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}

.sns {
  width: 450px;
  margin: auto;
  margin-bottom: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns {
    width: 90%;
    margin-bottom: 120px;
    padding: 0 5%;
  }
}

.sns__h {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sns__h {
    margin-bottom: 10px;
  }
}

.sns__ul {
  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;
}

.sns__li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}

.sns__a {
  -webkit-transition: background-color 0.5s, -webkit-transform 0.8s;
  transition: background-color 0.5s, -webkit-transform 0.8s;
  transition: background-color 0.5s, transform 0.8s;
  transition: background-color 0.5s, transform 0.8s, -webkit-transform 0.8s;
  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: 140px;
  height: 140px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 70px;
  color: #ffffff;
  font-size: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sns__a {
    width: 100px;
    height: 100px;
    font-size: 4.5rem;
  }
}
.sns__a.sns__a--tw {
  background-color: #33aaf3;
}
.sns__a.sns__a--fb {
  background-color: #3082e7;
}
.sns__a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #16c786;
}

.sns__text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sns__text {
    font-size: 1.2rem;
  }
}

.sns__h {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sns__h {
    margin-bottom: 10px;
  }
}

.sns__ul {
  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;
}

.sns__li {
  width: 50%;
  text-align: center;
}

.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%;
  height: 80px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2dcc92), color-stop(50%, #2dcc92), color-stop(50%, #f85e68), to(#f85e68)) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, #2dcc92 0%, #2dcc92 50%, #f85e68 50%, #f85e68 100%) 100% 0/200% auto scroll no-repeat;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    height: 60px;
    font-size: 1.9rem;
  }
}
.pdf_btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.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: 500px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
    padding: 0 5.35%;
  }
}

.post {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post {
    margin-bottom: 60px;
  }
}

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

.post__text {
  margin-bottom: 20px;
  color: #414141;
  font-size: 3.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .post__text {
    font-size: 2.5rem;
  }
}

.post__tag {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 2rem;
  margin-bottom: 50px;
  color: #f85e68;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .post__tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 1rem 2rem;
    font-size: 2rem;
  }
}
.post__tag h3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .post__tag h3 {
    width: 100%;
  }
}

.ownlyUgcsetPostComment {
  color: #414141 !important;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.62 !important;
}

.ownlyUgcsetPost:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ownlyUgcsetPost:not(:last-child) {
    margin: 0;
  }
}

.cp {
  margin-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cp {
    margin-bottom: 100px;
  }
}

.cp__sub,
.cp__h,
.cp__period {
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: none;
}

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

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-mt-xxs {
  margin-top: 20px !important;
}

.u-mt-xs {
  margin-top: 30px !important;
}

.u-mt-md {
  margin-top: 100px !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}