@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.667vw;
  }
}

body {
  font-family: "futura-pt", "こぶりなゴシック Std W3", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a {
  word-break: break-all;
}
body * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* container */
.container {
  width: calc(100% - 2.4rem);
  margin-left: auto;
  margin-right: auto;
}

.footer {
  position: relative;
  min-height: 10rem;
  background-color: #231815;
}
.footer__container {
  position: relative;
  padding: 3rem 3rem;
}
.footer__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 9.2rem;
  aspect-ratio: 1/1;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5rem;
  margin: 0 0 2rem;
}
.btn-wrap {
  margin: 2rem 0;
}

.btn {
  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;
  gap: 0 1rem;
  font-family: "futura-pt", "こぶりなゴシック Std W9", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #ff0000;
  padding: 1.2rem 2rem 1rem;
}
.btn::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.text a {
  text-decoration: underline;
}

.line {
  height: 0.2rem;
  background: url(../img/sec_line.png) repeat-x top left/cover;
  margin: 2rem 0;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 1rem;
  margin: 0 0 1rem;
}
.info__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  min-width: 5rem;
  font-family: "A P-OTF つぶてん Min2", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  background-color: #ed7700;
  padding: 0 0.5em;
  border-radius: 9999px;
  white-space: nowrap;
}
.info__title.-sm {
  font-size: 1.2rem;
}
.info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info__text {
  font-family: "elevon", "A P-OTF つぶてん Min2", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
}
.info__text .-md {
  font-size: 1.8rem;
}
.info__text .-sm {
  font-size: 1.1rem;
}
.info__text .-chevron {
  width: auto;
  height: 0.7em;
  aspect-ratio: 11/16;
  vertical-align: initial;
}
.info__text .-narrow {
  letter-spacing: -0.05em;
}
.info__desc {
  line-height: 1.7;
}
.info.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Lightbox */
.lightbox {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.lb-outerContainer {
  height: 100% !important;
}

/* root container */
.wrapper {
  height: 100lvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* bg area*/
.bg-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 740px;
}
.bg-area__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.bg-area__box.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .bg-area {
    display: none;
  }
}

/* nav area */
.nav-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: url(../img/nav-area_bg.jpg) no-repeat top center/cover;
}
.nav-area__inner {
  max-width: 325px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  padding: 2rem;
  margin: 0 auto;
}
.nav-area__btn01 {
  width: 21.3rem;
  aspect-ratio: 426/190;
}
.nav-area__btn02 {
  position: relative;
  width: 100%;
  aspect-ratio: 560/215;
  margin: 0 0 -1rem;
}
.nav-area__btn02::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background-image: linear-gradient(45deg, rgb(164, 0, 129) -100%, rgb(229, 19, 115) 200%);
  border-radius: 1.5rem;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.nav-area__btn02 img {
  position: relative;
  z-index: 1;
}
.nav-area__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
  padding: 0 1rem;
}
.nav-area__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1/1;
}
.nav-area__sns .sns__heading {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 1rem;
}
.nav-area__sns .sns__list {
  gap: 0 1rem;
}
.nav-area__sns .sns__list-item {
  width: 3rem;
}
@media screen and (max-width: 1024px) {
  .nav-area {
    max-width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .nav-area {
    display: none;
  }
}

/* content area */
.content-area {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 395px;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  .content-area {
    width: 100%;
  }
}

/* ハンバーガーメニュー */
.hamburger-menu {
  position: fixed;
  top: -8rem;
  right: 2rem;
  z-index: 1000;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  height: 0;
}

.hamburger-menu.is-visible {
  top: 2rem;
}

.hamburger-menu__btn {
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(1rem);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger-menu__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0.6rem 2.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.6rem 2.5rem rgba(0, 0, 0, 0.2);
}

.hamburger-menu__icon {
  width: 2.4rem;
  height: 1.8rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger-menu__icon span {
  display: block;
  height: 0.3rem;
  width: 100%;
  background: #333;
  border-radius: 0.3rem;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger-menu__icon span:nth-child(1) {
  top: 0;
}

.hamburger-menu__icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger-menu__icon span:nth-child(3) {
  bottom: 0;
}

.hamburger-menu__btn.is-active .hamburger-menu__icon span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.hamburger-menu__btn.is-active .hamburger-menu__icon span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu__btn.is-active .hamburger-menu__icon span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.global-nav {
  position: fixed;
  top: 8rem;
  right: 2rem;
  background: url(../img/nav-area_bg.jpg) no-repeat top center/cover;
  border-radius: 1.5rem;
  padding: 1rem;
  z-index: 999;
  max-width: 30rem;
  width: 60%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.global-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.global-nav__btn::before {
  border-radius: 0;
}

/* UPボタン */
.up-button {
  position: fixed;
  bottom: -8rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background: rgba(20, 20, 20, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.2);
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

.up-button.is-visible {
  bottom: 2rem;
}

.up-button:hover {
  -webkit-transform: scale(1.1) translateY(-2px);
          transform: scale(1.1) translateY(-2px);
  -webkit-box-shadow: 0 0.6rem 2.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.6rem 2.5rem rgba(0, 0, 0, 0.3);
}

.up-button::before {
  content: "↑";
  font-size: 1.5rem;
}

/* main visual */
.mv {
  position: relative;
  height: 66rem;
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/782;
  font-size: 0;
  background: url(../img/mv_bg.jpg?250911) no-repeat top center/cover;
}
.mv__heading {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35.5rem;
  aspect-ratio: 711/714;
}
.mv__inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1rem 0;
}
.mv__btn01 {
  width: 15rem;
  margin: 0 1rem 0 0;
}
.mv__btn02 {
  position: relative;
  width: 100%;
  margin: 0 0 -1rem;
}
.mv__btn02::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background-image: linear-gradient(45deg, rgb(164, 0, 129) -100%, rgb(229, 19, 115) 200%);
  border-radius: 1.5rem;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.mv__btn02 img {
  position: relative;
  z-index: 1;
}

.main-content {
  position: relative;
  padding: 4.5rem 0 2rem;
  margin: 0 0 2rem;
}
.main-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d24b8c), to(#51028c));
  background: linear-gradient(to right, #d24b8c, #51028c);
}

.sec__container {
  position: relative;
  border-radius: 1.5rem;
  padding: 2.5rem 1rem;
}
.sec__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #e51373 -100%, #a40081 200%);
  opacity: 0.3;
  mix-blend-mode: multiply;
  border-radius: 1.3rem;
}
.sec__content {
  position: relative;
  z-index: 1;
}
.sec__header {
  padding: 0 2rem;
}
.sec__heading {
  text-align: center;
}
.sec__heading img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sec__desc {
  font-family: "A P-OTF つぶてん Min2", sans-serif;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 2.5rem;
}
.sec__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  margin: 2rem 0;
}
.sec__gallery-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 1rem;
}

.sec-block {
  border-radius: 1.5rem;
  padding: 3rem 2rem;
}
.sec-block__heading {
  text-align: center;
  margin: 0 0 1.5rem;
}
.sec-block__heading img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-block__title {
  font-family: "A P-OTF つぶてん Min2", sans-serif;
  font-size: 2.3rem;
  letter-spacing: -0.05em;
  margin: 0 0 1rem;
}
.sec-block__desc {
  font-size: 1.4rem;
  text-align: justify;
  margin: 0 0 2rem;
}
.sec-block + .sec-block {
  margin-top: 1.5rem;
}

.utaha {
  position: relative;
  margin: 0 0 2rem;
}
.utaha::before {
  content: "";
  position: absolute;
  top: -18.5rem;
  left: 0;
  display: block;
  width: 100%;
  height: 120rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 2, 140, 0)), color-stop(10%, rgb(140, 70, 140)), color-stop(70%, rgb(200, 70, 140)), to(rgba(81, 2, 140, 0)));
  background: linear-gradient(to bottom, rgba(81, 2, 140, 0) 0%, rgb(140, 70, 140) 10%, rgb(200, 70, 140) 70%, rgba(81, 2, 140, 0) 100%);
}
.utaha__container {
  border: 2px solid #ed7700;
  -webkit-box-shadow: 0 0 0.7rem rgba(237, 119, 0, 0.8);
          box-shadow: 0 0 0.7rem rgba(237, 119, 0, 0.8);
  padding: 2.5rem 3rem;
}
.utaha__container::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2.2rem;
  right: 0;
  display: block;
  width: 16.6rem;
  aspect-ratio: 166/155;
  background: url(../img/utaha_img01.png) no-repeat center center/contain;
}
.utaha__heading {
  margin: 0 -1rem;
}
.utaha__gallery-img01 {
  padding: 0;
}
.utaha__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.canmake {
  position: relative;
  margin: 0 0 2rem;
}
.canmake .info__title {
  background-color: #E51373;
}
.canmake__container {
  border: 2px solid #E51373;
  -webkit-box-shadow: 0 0 0.7rem rgba(229, 19, 115, 0.4);
          box-shadow: 0 0 0.7rem rgba(229, 19, 115, 0.4);
}
.canmake__heading {
  height: 13rem;
  margin: 0 auto 1rem;
}
.canmake__block {
  border: 2px solid #E51373;
  -webkit-box-shadow: 0 0 0.7rem rgba(229, 19, 115, 0.4);
          box-shadow: 0 0 0.7rem rgba(229, 19, 115, 0.4);
}

.canmake-touchup__heading {
  height: 3.8rem;
}

.canmake-message {
  position: relative;
}
.canmake-message::after {
  content: "";
  position: absolute;
  top: -6rem;
  left: -4rem;
  display: block;
  width: 12.4rem;
  aspect-ratio: 124/224;
  background: url(../img/utaha_img02.png) no-repeat center center/contain;
}
.canmake-message__heading {
  height: 4.6rem;
}

.canmake-lottery {
  position: relative;
}
.canmake-lottery::after {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  right: -4rem;
  display: block;
  width: 21rem;
  aspect-ratio: 197/171;
  background: url(../img/utaha_img03.png) no-repeat center center/contain;
}
.canmake-lottery__heading {
  height: 5rem;
}
.canmake-lottery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 0.6rem;
}
.canmake-lottery__block {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.canmake-lottery__block.-sm {
  width: calc(50% - 0.3rem);
}
.canmake-lottery__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem 0;
}
.canmake-lottery__item.-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.canmake-lottery__name {
  font-size: 1rem;
  white-space: nowrap;
}
.canmake-lottery__name .-category {
  display: inline-block;
  color: #E51373;
  font-weight: 600;
  background-color: #fff;
  padding: 0.2rem 1rem 0;
  margin: 0 0 0.6rem;
}
.canmake-lottery__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.canmake-lottery__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.canmake-lottery__block01 {
  padding-right: 0;
}
.canmake-lottery__block01 .canmake-lottery__item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.canmake-lottery__item04 .canmake-lottery__img {
  width: 80%;
  margin: 0 auto;
}
.canmake-lottery__item05 .canmake-lottery__name {
  padding: 0.6rem 0 0;
}
.canmake-lottery__item05 .canmake-lottery__img {
  margin: -3rem 0 0;
}

.canmake-insta__heading {
  height: 4.9rem;
}
.canmake-insta__img-wrap {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 2rem 0;
}
.canmake-insta__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
}

.adastria {
  position: relative;
  margin: 0 0 2rem;
}
.adastria::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -31.5rem;
  left: 0;
  display: block;
  width: 100%;
  height: 124rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 2, 140, 0)), color-stop(30%, #5069c8), to(rgba(80, 105, 200, 0)));
  background: linear-gradient(to bottom, rgba(81, 2, 140, 0) 0%, #5069c8 30%, rgba(80, 105, 200, 0) 100%);
}
.adastria::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2.2rem;
  right: -2rem;
  display: block;
  width: 20rem;
  aspect-ratio: 183/132;
  background: url(../img/utaha_img04.png) no-repeat center center/contain;
}
.adastria .info__title {
  background-color: #0091D7;
}
.adastria__container {
  border: 2px solid #0091D7;
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 145, 215, 0.4);
          box-shadow: 0 0 0.7rem rgba(0, 145, 215, 0.4);
  padding: 2.5rem 3rem;
}
.adastria__heading {
  height: 14.5rem;
  margin: 0 -2rem;
}

.spoint {
  position: relative;
  margin: 0 0 2rem;
}
.spoint .info__title {
  background-color: #E96087;
}
.spoint__container {
  border: 2px solid #E96087;
  -webkit-box-shadow: 0 0 0.7rem rgba(233, 96, 135, 0.4);
          box-shadow: 0 0 0.7rem rgba(233, 96, 135, 0.4);
  padding: 2.5rem 3rem;
}
.spoint__heading {
  margin: 0 -1rem;
}
.spoint__logo {
  width: 12rem;
  aspect-ratio: 120/87;
  margin: 0 auto 1.5rem;
}

.chainsaw {
  position: relative;
}
.chainsaw::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -32rem;
  left: 0;
  display: block;
  width: 100%;
  height: 238rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 170, 50, 0)), color-stop(25%, #00aa32), color-stop(80%, #00aa32), to(rgba(0, 170, 50, 0)));
  background: linear-gradient(to bottom, rgba(0, 170, 50, 0) 0%, #00aa32 25%, #00aa32 80%, rgba(0, 170, 50, 0) 100%);
}
.chainsaw .info__title {
  background-color: #1EAA39;
}
.chainsaw__container {
  border: 2px solid #1EAA39;
  -webkit-box-shadow: 0 0 0.7rem rgba(30, 170, 57, 0.4);
          box-shadow: 0 0 0.7rem rgba(30, 170, 57, 0.4);
}
.chainsaw__heading {
  height: 13rem;
}
.chainsaw__block {
  border: 2px solid #1EAA39;
  -webkit-box-shadow: 0 0 0.7rem rgba(30, 170, 57, 0.4);
          box-shadow: 0 0 0.7rem rgba(30, 170, 57, 0.4);
}

.chainsaw-tamlo__heading {
  height: 3rem;
}

.chainsaw-popup__heading {
  height: 3.2rem;
}

.chainsaw-cafe__heading {
  height: 7rem;
}

.chainsaw-footer {
  padding: 0 2rem;
  margin: 2rem 0 0;
}

.hepfive {
  background-color: #787878;
  padding: 4rem 3rem;
}

.sns {
  background-color: #fff;
  padding: 4rem 0;
}
.sns__heading {
  color: #231815;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  margin: 0 0 1.5rem;
}
.sns__list {
  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;
  gap: 0 2rem;
}
.sns__list-item {
  width: 3.8rem;
  aspect-ratio: 1/1;
}
.sns__list-item a {
  display: block;
}
.sns__list-item img {
  -o-object-fit: contain;
     object-fit: contain;
}