@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&family=Zen+Maru+Gothic&display=swap");
.en {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}

.pc-none {
  display: none !important;
}

.pc-md-none {
  display: none !important;
}

.pc-inline-none {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
  .pc-inline-none {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.pc-sm-none {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .sp-sm-none {
    display: none !important;
  }
  .pc-sm-none {
    display: block !important;
  }
}
.home,
.recruit {
  /* ローディング画面 */
}
.home #loading,
.recruit #loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.home .loaded,
.recruit .loaded {
  opacity: 0;
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
}

a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a.underline,
a:hover.underline,
a:visited.underline,
a:active.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 993px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a[href*="tel:"].under-none {
  text-decoration: none;
}

.wrap {
  overflow: hidden;
}

.outer-vl {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .outer-vl {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.outer-vl--mt0 {
  margin-top: 0;
}
.outer-vl--pb0 {
  padding-bottom: 0;
}
.outer-vl--mt50 {
  margin-top: 50px;
}

.outer-p-vl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .outer-p-vl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.outer-p-vl--pb0 {
  padding-bottom: 0;
}

.outer-ly {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .outer-ly {
    padding-left: 0;
    padding-right: 0;
  }
}
.outer-ly--0 {
  padding: 0;
}
.outer-ly--wide {
  max-width: 1406px;
}

@media screen and (max-width: 992px) {
  .outer-ly_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .outer-ly_sp--10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.2rem;
  }
}

p {
  text-align: justify;
}

.header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 80px;
  position: fixed;
  top: 0;
  transition: 0.3s all;
  font-weight: 500;
  font-size: 1.8rem;
  color: #1b1b1b;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 70px;
    padding-top: 18px;
  }
}
.header.is-fixed {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 0 7px rgba(221, 221, 221, 0.9);
}
.header__inner {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-wrap {
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__contact {
    display: block;
    text-align: center;
  }
}
.header__access {
  font-size: 1.5rem;
}
.header__contact-inr {
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.5;
}
.header__number {
  margin-left: 10px;
  font-size: 2.4rem;
}
.header__ul {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .header__ul {
    flex-flow: wrap;
  }
}
.header__li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .header__li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__nav {
  display: flex;
}
.header .header__link {
  transition: 0.6s all;
}
.header .header__link:hover {
  color: #7a7a7a;
}
@media screen and (max-width: 992px) {
  .header .header__link {
    text-align: center;
  }
}
.header__link {
  padding: 0 20px;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header__link {
    padding: 0 7px;
  }
}
@media screen and (max-width: 992px) {
  .header__link a.header__link--contact {
    background: #f099bf;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__link a.header__link--contact {
    color: white;
  }
}
.header__link-en {
  font-family: "Oooh Baby", cursive;
  font-size: 2.4rem;
}
.header__items {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header__items {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 70px;
    height: 100%;
  }
}
.header__logo-wrap {
  display: flex;
  align-items: center;
}
.header__ttl {
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .header__ttl {
    font-size: 1.6rem;
  }
}
.header__ttl-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .header__ttl-en {
    font-size: 1.6rem;
  }
}

#menu__toggle {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  #menu__toggle:checked ~ .header__nav {
    right: 0 !important;
  }
  .menu__btn {
    display: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .menu__btn {
    display: block;
    position: fixed;
    top: 4px;
    right: 60px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 20px 0 40px;
    list-style: none;
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    overflow-y: scroll;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
}
.grecaptcha-badge {
  display: none;
}

.nav__board-list {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background: white;
  color: #f099bf;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .nav__board-list {
    margin-top: 10px;
    visibility: initial;
    opacity: 1;
    position: static;
    transform: none;
    background: none;
    color: #f099bf;
    padding-left: 60px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .nav__board-list {
    padding-left: 0;
  }
}
.nav__board {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .nav__board {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.nav__board:hover .nav__board-list {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .nav__board .header__link {
    width: auto;
  }
}
.nav__board-li a {
  display: block;
  border-top: 1px solid #f099bf;
  transition: all 0.4s ease;
  padding: 3px 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .nav__board-li a {
    text-align: left;
    border: none;
  }
  .nav__board-li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.nav__board-li a:hover {
  background: #f099bf;
  color: white;
}
@media screen and (max-width: 992px) {
  .nav__board-li a:hover {
    background: none;
    color: #f099bf;
  }
}

.nav2 {
  display: none;
}
@media screen and (max-width: 992px) {
  .nav2 {
    background: none;
    width: 100px;
    height: 56px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.2, 0.7);
    margin-left: 20px;
  }
  .nav2 svg {
    fill: none;
    stroke: #1b1b1b;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .nav2 svg use:nth-of-type(1) {
    opacity: 1;
    stroke-dashoffset: 221;
    stroke-dasharray: 46 249;
    transition: stroke-dashoffset 0.12s linear 0.2s, stroke-dasharray 0.12s linear 0.2s, opacity 0s linear 0.2s;
  }
  .nav2 svg use:nth-of-type(2) {
    animation: stroke-animation-reverse 1.2s ease-out forwards;
  }
}

.menu__check {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.menu__check:checked + .menu__btn svg use:nth-of-type(1) {
  stroke-dashoffset: 175;
  stroke-dasharray: 0 295;
  opacity: 0;
  transition: stroke-dashoffset 0.07s linear 0.07s, stroke-dasharray 0.07s linear 0.07s, opacity 0s linear 0.14s;
}
.menu__check:checked + .menu__btn svg use:nth-of-type(2) {
  animation: stroke-animation 1.2s ease-out forwards;
}

@keyframes stroke-animation {
  0% {
    stroke-dashoffset: 295;
    stroke-dasharray: 25 270;
  }
  50% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }
  65% {
    stroke-dashoffset: 59;
    stroke-dasharray: 59 236;
  }
  100% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }
}
@keyframes stroke-animation-reverse {
  0% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }
  50% {
    stroke-dashoffset: 290;
    stroke-dasharray: 25 270;
  }
  65% {
    stroke-dashoffset: 295;
    stroke-dasharray: 25 270;
  }
  100% {
    stroke-dashoffset: 290;
    stroke-dasharray: 25 270;
  }
}
.sec__tx--center {
  text-align: center;
}
.sec__tx--main {
  color: #f099bf;
}
.sec__tx--white {
  color: white;
}
.sec__tx14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx14 {
    font-size: 1.2rem;
  }
}
.sec__tx16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx16 {
    font-size: 1.4rem;
  }
}
.sec__tx20 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx20 {
    font-size: 1.6rem;
  }
}
.sec__tx22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx22 {
    font-size: 1.8rem;
  }
}
.sec__tx24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx24 {
    font-size: 2rem;
  }
}
.sec__tx26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx26 {
    font-size: 2.2rem;
  }
}
.sec__tx28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx28 {
    font-size: 2.4rem;
  }
}
.sec__tx32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx32 {
    font-size: 2.8rem;
  }
}
.sec__tx60 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx60 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec__tx60 {
    font-size: 3rem;
  }
}

.footer {
  text-align: center;
  background: #f2f2f2;
  position: relative;
  z-index: 200;
}
.footer__otr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1b1b1b;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .footer__otr {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.footer__icon {
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .footer__sns {
    text-align: right;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.footer__ul {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.footer__en {
  line-height: 1;
  font-family: "Oooh Baby", cursive;
  font-size: 2.4rem;
}
.footer__li {
  width: 25%;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .footer__li {
    margin-top: 20px;
    width: 50%;
  }
}
.footer__copy {
  background: #f099bf;
  color: white;
  padding-top: 10px;
  margin-top: 30px;
  padding-bottom: 10px;
}

.line__wrap {
  display: flex;
  justify-content: space-around;
}
.line__wrap a {
  color: white;
}
@media screen and (max-width: 992px) {
  .line__wrap {
    display: block;
    text-align: center;
  }
}
.line__btn {
  background: #06c755;
  border-radius: 50px;
  min-width: 250px;
  padding: 20px;
  text-align: center;
}
.line__item {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .line__item {
    margin-top: 20px;
  }
}

.ttl2__wrap {
  text-align: center;
  padding-bottom: 70px;
}
.ttl2__en {
  font-size: 6rem;
  line-height: 1;
  color: #999999;
}
.ttl2__ja {
  font-size: 2rem;
  line-height: 1;
  position: relative;
}
.ttl2__ja::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/orangeline.svg) no-repeat center;
  width: 100%;
  height: 40px;
}

.list-ul {
  display: inline-block;
  text-align: left;
}
.list-ul__li {
  color: #1b1b1b;
  list-style-type: disc;
  list-style-position: inside;
}
.list-ul__li span {
  color: #1b1b1b;
}

.home .header,
.recruit .header {
  align-items: initial;
  background: initial;
  padding-top: 0;
}
.home .header-l__en,
.recruit .header-l__en {
  line-height: 1;
}
.home .header-l__ttl-wrap,
.recruit .header-l__ttl-wrap {
  text-align: center;
}
.home .sec1__head,
.recruit .sec1__head {
  text-align: right;
  margin-top: 90px;
  width: 80%;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .home .sec1__head,
  .recruit .sec1__head {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.home .sec1__catch,
.recruit .sec1__catch {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5.6rem;
  color: #1b1b1b;
  text-align: center;
  width: 100%;
  letter-spacing: 0.4vw;
  text-shadow: 2px 2px 2px white;
}
@media screen and (max-width: 992px) {
  .home .sec1__catch,
  .recruit .sec1__catch {
    font-size: 3.2rem;
    top: 80%;
  }
}
.home .sec1__catch--top,
.recruit .sec1__catch--top {
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .sec1__catch--top img,
.recruit .sec1__catch--top img {
  filter: drop-shadow(2px 2px 2px rgb(0, 0, 0));
}
.home .sec1__bg,
.recruit .sec1__bg {
  height: calc(100dvh - 90px);
}
@media screen and (max-width: 992px) {
  .home .sec1__bg,
  .recruit .sec1__bg {
    height: auto;
  }
}

.panel__inr {
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  display: inline-block;
}

.wrapper {
  overflow: hidden;
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .wrapper {
    overflow: initial;
  }
}

.container {
  display: flex;
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .container {
    display: block;
  }
}

.item {
  height: 100dvh;
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .item {
    height: auto;
  }
}

a.button,
.button {
  min-width: 220px;
  display: inline-block;
  padding: 16px 10px;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.button:after,
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #828181;
  border-radius: 10rem;
  z-index: -2;
}
a.button:before,
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(53.2111553785, 52.7888446215, 52.7888446215);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
a.button:hover,
.button:hover {
  color: #fff;
}
a.button:hover:before,
.button:hover:before {
  width: 100%;
}

.home .article__item,
.news .article__item,
.archive .article__item {
  position: relative;
}
.home .article__item:not(:nth-child(3n-2)),
.news .article__item:not(:nth-child(3n-2)),
.archive .article__item:not(:nth-child(3n-2)) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .home .article__item:not(:nth-child(3n-2)),
  .news .article__item:not(:nth-child(3n-2)),
  .archive .article__item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.home .article__img-wrap,
.news .article__img-wrap,
.archive .article__img-wrap {
  overflow: hidden;
}
.home .article__img,
.news .article__img,
.archive .article__img {
  width: 100%;
  aspect-ratio: 1.6/1;
  transition: 0.6s all;
}
.home .article__category,
.news .article__category,
.archive .article__category {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 1px 10px;
}
.home .article__category--info,
.news .article__category--info,
.archive .article__category--info {
  background: #f099bf;
}
.home .article__category--community,
.news .article__category--community,
.archive .article__category--community {
  background: #a1ca0f;
}
.home .article__category--other,
.news .article__category--other,
.archive .article__category--other {
  background: #ee7800;
}
.home .article__item,
.news .article__item,
.archive .article__item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home .article__item,
  .news .article__item,
  .archive .article__item {
    width: 100%;
  }
}
.home .article__link:hover img,
.news .article__link:hover img,
.archive .article__link:hover img {
  transform: scale(1.1);
}

.dl {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.dl__wrap {
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .dl__wrap {
    display: block;
  }
}
.dl__dt {
  width: 180px;
}
.dl__dt-inr {
  text-align: center;
}
.dl__dt-inr--color {
  background: #ffe9f3;
  color: #f099bf;
}
@media screen and (max-width: 992px) {
  .dl__dt-inr {
    font-size: 1.4rem;
  }
}
.dl__dd {
  width: calc(100% - 180px);
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .dl__dd {
    width: 100%;
    padding-left: 0;
  }
}

.recruitmsg {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/recruitlogo.png) no-repeat center;
  background-size: 50%;
}
.recruitmsg__tx2 {
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 992px) {
  .recruitmsg__tx2 {
    position: relative;
    color: black;
  }
}
.recruitmsg__img {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .recruitmsg__img {
    opacity: 0.4;
  }
}
.recruitmsg__img--1 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .recruitmsg__img--1 {
    width: 45%;
  }
}
.recruitmsg__img--2 {
  top: 0;
  right: 5%;
}
@media screen and (max-width: 992px) {
  .recruitmsg__img--2 {
    width: 45%;
    right: 0;
  }
}
.recruitmsg__img--3 {
  bottom: 0;
  left: 5%;
}
@media screen and (max-width: 992px) {
  .recruitmsg__img--3 {
    width: 45%;
    left: 0;
  }
}
.recruitmsg__img--4 {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .recruitmsg__img--4 {
    width: 45%;
  }
}

.big,
.small {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute; /* 重ねて表示するなら必要 */
  display: none;
  top: 20px;
}

@media screen and (max-width: 992px) {
  .big {
    transform: translateX(-50%);
    left: 50%;
  }
  .small {
    top: 10px;
  }
}
.is-active {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.treat {
  position: relative;
}
.treat__item {
  position: absolute;
  z-index: -10;
  width: 100%;
}
.treat__item--pink {
  top: 10%;
  right: -38%;
}
@media screen and (max-width: 992px) {
  .treat__item--pink {
    top: 10%;
    right: -62%;
    transform: scale(2) rotate(115deg);
  }
}
.treat__item--green {
  top: 32%;
  left: -50%;
}
@media screen and (max-width: 992px) {
  .treat__item--green {
    top: 32%;
    left: -65%;
    transform: scale(2, 2.5);
  }
}
.treat__item--orange {
  top: 63%;
  right: -64%;
}
@media screen and (max-width: 992px) {
  .treat__item--orange {
    top: 61%;
    right: -64%;
    transform: scale(2);
  }
}

#fix-btn {
  opacity: 0;
  pointer-events: none; /* 透明時はクリック無効 */
  transition: opacity 0.8s ease;
}
#fix-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.fix-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 100;
  transition: 0.6s all;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .fix-btn {
    bottom: 10px;
    right: 10px;
  }
}
.fix-btn__tx2 {
  font-size: 1rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 992px) {
  .fix-btn__tx2 {
    right: 8px;
  }
}
.fix-btn__wrap {
  display: flex;
  color: white;
  flex-flow: column;
}
.fix-btn__item {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  place-content: center;
  text-align: center;
  border: 1px solid white;
  position: relative;
  transition: 0.6s all;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .fix-btn__item {
    width: 80px;
    height: 80px;
  }
}
.fix-btn__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  border: 1px solid white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .fix-btn__item::before {
    width: 75px;
    height: 75px;
  }
}
.fix-btn__item--line {
  opacity: 1;
  background: #a1ca0f;
}
.fix-btn__item--line:hover {
  opacity: 0.8;
}
.fix-btn__item--web {
  opacity: 1;
  background: #f099bf;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .fix-btn__item--web {
    margin-top: 10px;
  }
}
.fix-btn__item--web:hover {
  opacity: 0.8;
}
.fix-btn img {
  padding-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .fix-btn img {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=common.css.map */