@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
/* サイト設計 */
/* サイト設計 ここまで */
body {
  margin: 0;
  font-family: "Shippori Mincho", serif;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.xl_up {
  display: block;
}
@media screen and (max-width: 1100px) {
  .xl_up {
    display: none;
  }
}

.xl_down {
  display: none;
}
@media screen and (max-width: 1100px) {
  .xl_down {
    display: block;
  }
}

.container {
  width: 80%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .container {
    width: 90%;
  }
}

.title h2 {
  font-size: 24px;
  /* IE対策 */
  font-size: clamp(1.25rem, 1.1206896552rem + 0.5517241379vw, 1.5rem) !important;
  line-height: 29px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 22px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .title h2 {
    font-size: 20px;
    /* IE対策 */
  }
}

.button-decoration {
  position: absolute;
  left: -104px;
  bottom: -28px;
  z-index: 999;
  cursor: pointer;
}
.button-decoration__text {
  width: 152px;
  height: 64px;
  background-image: url("../img/btn-fukidashi.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .button-decoration__text {
    background-image: url("../img//btn-fukidashi_sp.png");
    width: 136px;
    height: 58px;
  }
}
.button-decoration__text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 479px) {
  .button-decoration__text p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.button-decoration__img {
  width: 60%;
  height: fit-content;
  margin-left: auto;
}
.button-decoration__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  position: relative;
}
.header img {
  position: absolute;
  top: 24px;
  left: 28px;
  width: 6%;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .header img {
    width: 16%;
  }
}
@media screen and (max-width: 479px) {
  .header img {
    width: 22%;
    left: 20px;
  }
}

.mv__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
}
.mv__box {
  height: 80%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .mv__box {
    height: 70%;
  }
}
.mv__item {
  width: 86%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .mv__item {
    display: block;
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .mv__item p {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
  }
}
.mv__img {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .mv__img {
    width: 96%;
    margin-left: calc(50% - 50vw);
  }
}
.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1100px) {
  .mv__img img {
    vertical-align: top;
  }
}
.mv__img:nth-child(even) img {
  object-position: top;
}
.mv__img p {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (max-width: 1100px) {
  .mv__img p {
    text-align: right;
  }
}
.mv__img:nth-child(even) {
  margin-top: 32px;
}
@media screen and (max-width: 1100px) {
  .mv__img:nth-child(even) {
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.mv__text {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.mv__text h1 {
  writing-mode: vertical-rl;
  font-size: 88px;
  /* IE対策 */
  font-size: clamp(3.375rem, 2.275862069rem + 4.6896551724vw, 5.5rem) !important;
  letter-spacing: 0.128em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv__text h1 {
    font-size: 71px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .mv__text h1 {
    font-size: 54px;
    /* IE対策 */
  }
}
@media screen and (max-width: 767px) {
  .mv__text h1 {
    letter-spacing: 0.128em;
  }
}
@media screen and (max-width: 1100px) {
  .mv__text h1 {
    line-height: 1.2em;
  }
}
.mv__pop {
  position: fixed;
  z-index: 998;
  bottom: 120px;
  right: 160px;
  padding: 7px;
  background-image: url("../img/link-back.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: fit-content;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .mv__pop {
    bottom: 32px;
    right: 32px;
  }
}
.mv__pop:hover {
  opacity: 0.8;
}
.mv__pop.passive {
  opacity: 0;
  pointer-events: none;
}
.mv__pop .mv-pop__item {
  background-color: rgba(128, 128, 128, 0.4);
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 16px 24px;
  width: fit-content;
}
.mv__pop .mv-pop__text {
  opacity: 1 !important;
}
.mv__pop .mv-pop__text p {
  color: #fff;
  font-size: 16px;
}
.mv__pop .mv-pop__text p:last-child {
  font-size: 19px;
  margin-top: 6px;
}
.mv__pop .mv-pop__close {
  position: absolute;
  background-color: #ededed;
  border-radius: 50%;
  top: 3px;
  right: 3px;
  transform: translate(50%, -50%);
  content: "";
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .mv__pop .mv-pop__close {
    width: 28px;
    height: 28px;
  }
}
.mv__pop .mv-pop__close-inner {
  position: relative;
}
.mv__pop .mv-pop__close-inner span {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 2px;
  height: 17px;
  border-radius: 1px;
  background-color: #6e6e6e;
}
@media screen and (max-width: 479px) {
  .mv__pop .mv-pop__close-inner span {
    height: 14px;
    top: 7px;
  }
}
.mv__pop .mv-pop__close-inner span:first-child {
  transform: rotate(-45deg);
}
.mv__pop .mv-pop__close-inner span:last-child {
  transform: rotate(45deg);
}

.about {
  margin-top: 56px;
}
.about__list {
  margin: 48px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}
@media screen and (max-width: 1100px) {
  .about__list {
    gap: 32px;
  }
}
@media screen and (max-width: 479px) {
  .about__list {
    margin: 40px 0 72px;
    display: block;
    height: 400px;
    position: relative;
  }
}
.about__list-item {
  width: 203px;
  height: 203px;
  background-image: url("../img/about-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .about__list-item {
    width: 176px;
    height: 176px;
    background-image: url("../img/about-line_sp.png");
    position: absolute;
  }
}
.about__list-item:nth-child(2) {
  background-image: url("../img/about-line2.png");
}
@media screen and (max-width: 479px) {
  .about__list-item:nth-child(2) {
    background-image: url("../img/about-line2_sp.png");
    right: 0;
    top: 112px;
  }
}
@media screen and (max-width: 479px) {
  .about__list-item:nth-child(3) {
    top: 224px;
  }
}
.about__list-item p {
  text-align: center;
  font-size: 16px;
  /* IE対策 */
  font-size: clamp(0.875rem, 0.8103448276rem + 0.275862069vw, 1rem) !important;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about__list-item p {
    font-size: 15px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .about__list-item p {
    font-size: 14px;
    /* IE対策 */
  }
}
.about__box {
  background-color: #EDEDED;
  text-align: center;
  padding: 88px 0;
  position: relative;
}
@media screen and (max-width: 479px) {
  .about__box {
    padding: 64px 0;
  }
}
.about__line {
  position: absolute;
  width: 1px;
  height: 64px;
  background-color: black;
  top: -32px;
  left: 50%;
}
.about__back {
  position: absolute;
  top: 50%;
  right: 400px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0.2;
}
@media screen and (max-width: 1100px) {
  .about__back {
    height: 303px;
    width: fit-content;
    top: auto;
    bottom: 16px;
    right: 16px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 0.1;
  }
}
.about__back img {
  height: 100%;
}
.about__box-text {
  margin-top: 32px;
}
@media screen and (max-width: 479px) {
  .about__box-text {
    margin-top: 24px;
  }
}
.about__box-text p {
  line-height: 29px;
}
.about__box-text p:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 479px) {
  .about__box-text p:nth-child(n+2) {
    margin-top: 18px;
  }
}

.product__list-item {
  background-image: url("../img/product-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 144px 0;
}
@media screen and (max-width: 1100px) {
  .product__list-item {
    background-image: url("../img/product-back_sp.png");
    padding: 88px 0;
  }
}
@media screen and (max-width: 479px) {
  .product__list-item {
    padding: 48px 0;
  }
}
@media screen and (max-width: 1100px) {
  .product__list-item:first-child .product__item-text {
    flex-direction: row-reverse;
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
  }
}
.product__list-item:nth-child(even) {
  background-image: url("../img/product-back2.png");
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .product__list-item:nth-child(even) {
    background-image: url("../img/product-back2_sp.png");
  }
}
@media screen and (max-width: 1100px) {
  .product__list-item:nth-child(even) .product__item-text {
    justify-content: flex-end;
  }
}
.product__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .product__wrap {
    display: block;
  }
}
.product__box {
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .product__box {
    width: 100%;
  }
}
.product__ttl h2 {
  text-align: left;
}
.product__ttl-right h2 {
  text-align: right;
}
.product__text {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .product__text {
    margin-top: 32px;
  }
}
.product__text p {
  line-height: 32px;
}
@media screen and (max-width: 1100px) {
  .product__text p {
    line-height: 28px;
  }
}
.product__item {
  margin-top: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .product__item {
    display: block;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .product__item:nth-child(even) .product__item-line {
    margin-left: 12px;
    margin-right: 0;
  }
}
.product__item-right {
  justify-content: flex-end;
}
.product__item-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product__amount {
  font-size: 16px;
}
.product__item-line {
  width: 56px;
  height: 1px;
  background-color: black;
  margin-left: 12px;
}
@media screen and (max-width: 1100px) {
  .product__item-line {
    margin-left: 0;
    margin-right: 12px;
  }
}
.product__price {
  font-size: 18px;
  font-weight: 700;
  margin-left: 12px;
}
.product__price span {
  font-size: 14px;
  color: #707070;
  margin-left: 6px;
}
.product__btn {
  margin-left: 24px;
  width: 240px;
  height: 44px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .product__btn {
    margin: 72px auto 0;
  }
}
.product__btn:hover {
  opacity: 0.4;
}
.product__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: relative;
}
.product__btn-decoration {
  width: 124px;
  height: 48px;
  background-image: url("../img/fukidashi1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 16px;
  right: -148px;
}
@media screen and (max-width: 1100px) {
  .product__btn-decoration {
    height: 57px;
    background-image: url("../img/fukidashi2.png");
    right: -112px;
  }
}
.product__btn-decoration p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (max-width: 1100px) {
  .product__btn-decoration p {
    margin-bottom: 12px;
  }
}
.product__img {
  width: auto;
  height: 64%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .product__img {
    width: 108px;
    height: 314px;
    padding-right: 16px;
    margin-top: 56px;
  }
}
@media screen and (max-width: 479px) {
  .product__img {
    width: 74px;
    height: 215px;
  }
}
.product__img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .product__img-second {
    width: 86px;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .product__img-second {
    width: 59px;
  }
}
.product__decoration {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 61%;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .product__decoration {
    height: 28%;
    left: auto;
    right: 64px;
  }
}
@media screen and (max-width: 479px) {
  .product__decoration {
    height: 21%;
    left: auto;
    right: 0;
  }
}
.product__decoration img {
  height: 100%;
  object-fit: cover;
}

.features {
  padding: 80px 0 88px;
}
@media screen and (max-width: 479px) {
  .features {
    padding: 56px 0 72px;
  }
}
.features__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .features__ttl {
    justify-content: space-between;
    gap: 8px;
  }
}
.features__ttl h2 {
  margin: 0 16px;
}
@media screen and (max-width: 479px) {
  .features__ttl h2 {
    margin: 0;
    width: fit-content;
    white-space: nowrap;
  }
}
.features__ttl span {
  width: 56px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 479px) {
  .features__ttl span {
    width: 100%;
  }
}
.features__box {
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .features__box {
    margin-top: 24px;
  }
}
.features__character {
  position: absolute;
  bottom: -32px;
  right: -50px;
}
@media screen and (max-width: 1100px) {
  .features__character {
    height: 72%;
    width: fit-content;
    bottom: -64px;
    right: 0;
  }
}
@media screen and (max-width: 479px) {
  .features__character {
    height: 64%;
    width: fit-content;
    bottom: -48px;
    right: 0;
  }
}
.features__character img {
  height: 100%;
}
.features__item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  row-gap: 12px;
}
@media screen and (max-width: 479px) {
  .features__item {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .features__item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.features__item:nth-child(even) .features__item-box {
  background-color: #ededed;
}
.features__item:nth-child(even) .features__item-text span {
  background: linear-gradient(transparent 50%, #c5ecff 50%);
}
.features__item-img {
  width: 50%;
  aspect-ratio: 2/1;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .features__item-img {
    width: 100%;
  }
}
.features__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
.features__item-box {
  width: 50%;
  aspect-ratio: 2/1;
  background-color: #dedede;
  position: relative;
}
@media screen and (max-width: 479px) {
  .features__item-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.features__item-inner {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .features__item-inner {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-left: 20px;
  }
}
.features__item-circle {
  width: 64px;
  height: 64px;
  background-image: url("../img/features-circle.svg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  /* IE対策 */
  font-size: clamp(1.125rem, 1.0603448276rem + 0.275862069vw, 1.25rem) !important;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .features__item-circle {
    font-size: 19px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .features__item-circle {
    font-size: 18px;
    /* IE対策 */
  }
}
@media screen and (max-width: 1100px) {
  .features__item-circle {
    width: 56px;
    height: 56px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 479px) {
  .features__item-circle {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
}
.features__item-text h3 {
  font-size: 20px;
  /* IE対策 */
  font-size: clamp(1rem, 0.8706896552rem + 0.5517241379vw, 1.25rem) !important;
  font-weight: 500;
  line-height: 1.6rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .features__item-text h3 {
    font-size: 18px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .features__item-text h3 {
    font-size: 16px;
    /* IE対策 */
  }
}
.features__item-text span {
  background: linear-gradient(transparent 50%, #fcd7d6 50%);
}
.features__item-text p {
  font-size: 16px;
  /* IE対策 */
  font-size: clamp(0.875rem, 0.8103448276rem + 0.275862069vw, 1rem) !important;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .features__item-text p {
    font-size: 15px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .features__item-text p {
    font-size: 14px;
    /* IE対策 */
  }
}

.shop {
  background-image: url("../img/shop-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 104px 0;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .shop {
    background-image: url("../img/shop-back_sp.png");
    padding: 64px 0;
  }
}
.shop__text {
  text-align: center;
  font-size: 18px;
  /* IE対策 */
  font-size: clamp(1rem, 0.9353448276rem + 0.275862069vw, 1.125rem) !important;
  line-height: 1.8rem;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .shop__text {
    font-size: 17px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .shop__text {
    font-size: 16px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .shop__text {
    line-height: 1.5rem;
    margin-top: 24px;
  }
}
.shop__box {
  width: 18%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #000;
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .shop__box {
    width: 40%;
  }
}
@media screen and (max-width: 479px) {
  .shop__box {
    width: 64%;
    margin: 48px auto 0;
  }
}
.shop__box:hover {
  opacity: 0.8;
}
.shop__item {
  width: 100%;
}
.shop__icon {
  width: 25%;
  margin: 0 auto;
}
.shop__icon img {
  width: 100%;
  height: 100%;
}
.shop__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  width: 44%;
  margin: 16px auto 0;
}
@media screen and (max-width: 1100px) {
  .shop__btn {
    width: 60%;
  }
}
.shop__btn p {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.shop__btn-decoration {
  left: -87px;
  bottom: -17px;
}
@media screen and (max-width: 1100px) {
  .shop__btn-decoration {
    left: -60px;
  }
}
.shop__btn-img {
  width: 64%;
}
@media screen and (max-width: 1100px) {
  .shop__btn-img {
    width: 60%;
    margin: 0 auto;
  }
}

.copy {
  margin: 40px 0 32px;
  font-size: 14px;
  /* IE対策 */
  font-size: clamp(0.75rem, 0.6853448276rem + 0.275862069vw, 0.875rem) !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 13px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .copy {
    font-size: 12px;
    /* IE対策 */
  }
}
@media screen and (max-width: 1100px) {
  .copy {
    margin: 24px 0;
  }
}

.maintenance__box {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maintenance__text h1 {
  text-align: center;
  font-size: 32px;
  /* IE対策 */
  font-size: clamp(1.5rem, 1.2413793103rem + 1.1034482759vw, 2rem) !important;
  line-height: 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .maintenance__text h1 {
    font-size: 28px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .maintenance__text h1 {
    font-size: 24px;
    /* IE対策 */
  }
}
.maintenance__text p {
  text-align: center;
  font-size: 20px;
  width: fit-content;
  margin: 64px auto 0;
  border-bottom: 1px solid #000;
  line-height: 1.8em;
}
.maintenance__copy {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 14px;
  /* IE対策 */
  font-size: clamp(0.75rem, 0.6853448276rem + 0.275862069vw, 0.875rem) !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .maintenance__copy {
    font-size: 13px;
    /* IE対策 */
  }
}
@media screen and (max-width: 479px) {
  .maintenance__copy {
    font-size: 12px;
    /* IE対策 */
  }
}/*# sourceMappingURL=style.css.map */