@charset "utf-8";

:root {
  --color: #fe4846;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0.03em;
}

.events-none {
  pointer-events: none;
}

a:link {
  text-decoration: underline;
  color: var(--color);
}

a:visited {
  text-decoration: underline;
  color: var(--color);
}

a:hover {
  text-decoration: underline;
  color: #000;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bg-red {
  background-color: var(--color);
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.header img {
  width: 500px;
}

.content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
}

.main_image {
  position: relative;
  text-align: center;
  padding: 60px 0 0;
}

.main_image img {
  width: 90%;
}

.f-1 {
  position: absolute;
  top: 16%;
  left: 0;
  width: 26%;
}

.create {
  text-align: center;
}

.create img {
  width: 16%;
  padding: 1.5rem 0 0;
}

.tshirt-frame {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
}

.tshirt-item {
  position: relative;
}

.tshirt-image {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
  text-align: center;
}

.tshirt-image img {
  width: 42%;
}

.tshirt-image img.black-design {
  width: 38%;   /* サイズ */
  display: block;
  margin: 0 auto;
}


.main-text {
  padding: 4rem 0 0;
  text-align: center;
}

.catch {
  display: inline-block;
  margin: 0 auto 1.5rem;
  color: var(--color);
  font-size: 64px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border-bottom: var(--color) solid 4px;
  white-space: nowrap;
}

.lead {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.lead span {
  color: var(--color);
}

.top-note {
  text-align: left;

}

.t-red {
  color: var(--color);
}

.frame {
  width: 100%;
  margin: 0 0 3rem;
  padding: 3rem;
  border-radius: 15px;
  background-color: #fff;
}

.frame:last-child {
  margin: 0;
}

.heading,
.heading-2 {
  text-align: center;
}

.heading p {
  display: inline-block;
  margin: 0 0 .5em;
  padding: 0 1.2em;
  background-image: url(../img/bg-h.png), url(../img/bg-h.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center left, center right;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.heading-2 p {
  display: inline-block;
  margin: 0 0 .5em;
  padding: 0 1.2em;
  background-image: url(../img/bg-h-r.png), url(../img/bg-h-r.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center left, center right;
  color: var(--color);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.howto-btm-1 {
  margin: 0 0 3rem;
}

.howto-btm-2 {
  margin: 0 0 3rem;
}

.howto-h {
  margin: 0 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.num {
  width: 8%;
}

.howto-h-text {
  width: 90%;
  font-size: 22px;
  font-weight: 800;
}

.howto-h-text span {
  color: var(--color);
}

.howto-image {
  position: relative;
}

.f-2 {
  position: absolute;
  top: 14%;
  left: 1%;
  width: 22%;
}

.f-3 {
  position: absolute;
  bottom: 2%;
  right: 5%;
  width: 22%;
}

.howto-image-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.howto-purchase {
  position: relative;
  width: 50%;
}

.howto-note {
  width: 100%;
  margin-top: 1em;
  font-size: 14px;
}

.howto-red {
  color: var(--color);
}

.f-4 {
  position: absolute;
  top: 14%;
  left: -25%;
  width: 40%;
  z-index: 2;
}

.f-5 {
  position: absolute;
  top: -8%;
  right: -13%;
  width: 40%;
  z-index: 2;
}

.f-6 {
  position: absolute;
  top: -8%;
  right: -13%;
  width: 40%;
  z-index: 2;
}

.howto-tshirt {
  position: relative;
  width: 44%;
}

.howto-tshirt-image {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
  text-align: center;
}

.howto-tshirt-image img {
  width: 44%;
}

.text {
  font-size: 24px;
  font-weight: 800;
}

.text span {
  color: var(--color);
}

.btn {
  width: 48%;
  margin: 2rem auto 0;
}

a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.8rem;
  padding: 0 1.5em;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 4% auto;
  background-color: var(--color);
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 4px 4px 0 rgba(255, 74, 74, 0.3);
  transition: all 0.2s;
}

a.button span {
  padding: 0 0 0 0.5em;
  font-size: 80%;
}

a.button img {
  width: 25%;
  padding: 0 10px 0 0;
}

.ul-dot {
  list-style: none;
  padding-left: 1.5em;
}

.ul-dot li {
  position: relative;
  padding-left: 0.8em;
  margin: 0 0 0.4em;
}

.ul-dot li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  /* 縦位置調整 */
  width: 0.6em;
  /* ●のサイズ */
  height: 0.6em;
  background: #333;
  /* 黒 */
  border-radius: 50%;
}

.note-image {
  width: 70%;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: start;
}

.note-image-item img {
  border: #333 solid 1px;
}

.frame-btn {
  margin: 0;
}

.tom-logo {
  width: 25%;
  margin: 1.5rem auto;
}

.btn-contact {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.ft-logo {
  width: 35%;
  margin: 0 auto 1.5rem;
}

.social-text {
  padding: 0 0 1rem;
  color: var(--color);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.5rem;
}

.social-item {
  width: 60px;
  padding: 0 10px;
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: var(--color);
}

.footer {
  width: 100%;
  padding: 2rem 0;
}

.footer-inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc {
    display: none;
  }

  .tab {
    display: none;
  }

  body {
    font-size: 3.733vw;
    /* 14px */
  }

  .header {
    height: 50px;
    padding: 0 1rem 0;
    justify-content: flex-start;
  }

  .header img {
    width: 90%;
  }

  .content {
    width: 90%;
  }

  .inner {
    padding: 2rem 0;
  }

  .main_image {
    padding: 50px 0 0;
  }

  .main_image img {
    width: 80%;
  }

  .f-1 {
    top: 30%;
    width: 36%;
  }

  .create img {
    width: 20%;
    padding: 1.5rem 0 0;
  }

  .tshirt-frame {
    gap: 25px;
  }

  .tshirt-image {
    top: 20%;
  }

  .tshirt-image img {
    width: 38%;
  }

.tshirt-image img.black-design {
  width: 35%;   /* サイズ */
  display: block;
  margin: 0 auto;
}    
    
  .main-text {
    padding: 2rem 0 0;
  }

  .catch {
    margin: 0 auto 1rem;
    font-size: 6.933vw;
    /* 26px */
    border-bottom: var(--color) solid 2px;
  }

  .lead {
    margin: 0 0 1rem;
    font-size: 4.800vw;
    /* 18px */
  }

  .frame {
    margin: 0 0 2rem;
    padding: 1.5rem 1rem;
    border-radius: 10px;
  }

  .heading p {
    font-size: 6.400vw;
    /* 24px */
  }

  .heading-2 p {
    background-position: center left, center right;
    color: var(--color);
    font-size: 6.400vw;
    /* 24px */
  }

  .heading-bg {
    background: 0 !important;
  }

  .howto-btm-1 {
    margin: 0 0 2rem;
  }

  .howto-btm-2 {
    margin: 0 0 2rem;
  }

  .howto-h {
    margin: 0 0 1rem;
    align-items: flex-start;
  }

  .num {
    width: 15%;
  }

  .howto-h-text {
    width: 80%;
    font-size: 4.267vw;
    /* 16px */
  }

  .howto-note {
    font-size: 3.200vw;
    /* 12px */
  }

  .f-2 {
    top: 22%;
    left: 1%;
    width: 28%;
  }

  .f-3 {
    bottom: -6%;
    right: 5%;
    width: 34%;
  }

  .howto-image-2 {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }

  .howto-purchase {
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .f-4 {
    top: 18%;
    left: -17%;
    width: 38%;
  }

  .f-5 {
    top: -7%;
    width: 40%;
  }

  .f-6 {
    top: -10%;
    right: -20%;
    width: 44%;
    z-index: 2;
  }

  .howto-tshirt {
    width: 80%;
    margin: 0 auto;
  }

  .text {
    font-size: 4.267vw;
    /* 16px */
  }

  .btn {
    width: 90%;
    margin: 1.5rem auto 0;
  }

  a.button {
    height: 4rem;
    padding: 0 1.5em;
    font-size: 4.800vw;
    /* 18px */
    box-shadow: 3px 3px 0 rgba(255, 74, 74, 0.3);
  }

  a.button img {
    width: 30%;
    padding: 0 15px 0 0;
  }

  .ul-dot li {
    font-size: 3.733vw;
    /* 14px */
  }

  .note-image {
    width: 100%;
    margin: 1.5rem auto;
    gap: 20px;
  }

  .tom-logo {
    width: 46%;
    margin: 1.5rem auto;
  }

  .btn-contact {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .ft-logo {
    width: 60%;
    margin: 0 auto 1.5rem;
  }

  .social-text {
    padding: 0 0 1rem;
    font-size: 4.800vw;
    /* 18px */
  }

  .social {
    margin: 0 0 1.5rem;
  }

  .social-item {
    width: 60px;
    padding: 0 10px;
  }

  .copy {
    font-size: 3.200vw;
    /* 12px */
  }

  .footer {
    width: 100%;
    padding: 2rem 0 1rem;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .pc {
    display: none;
  }

  .catch {
    font-size: min(6vw, 64px);
  }

  .content {
    width: 100%;
  }

  .inner {
    width: 90%;
  }

  .catch {
    font-size: 8.33vw;
    /* 64px */
  }

  .lead {
    font-size: 3.13vw;
    /* 24px */
  }

  .heading p {
    font-size: 6.25vw;
    /* 48px */
  }

  .heading-2 p {
    font-size: 6.25vw;
    /* 48px */
  }

  .howto-h-text {
    font-size: 2.7vw;
    /* 22px */
  }

  .text {
    font-size: 3.13vw;
    /* 24px */
  }

  a.button {
    font-size: 2.86vw;
    /* 22px */
  }

  a.button span {
    font-size: 80%;
  }

  .social-text {
    font-size: 2.60vw;
    /* 20px */
  }

  .copy {
    font-size: 1.56vw;
    /* 12px */
  }

  .btn-contact .button {
    font-size: 2.47vw;
    /* 19px */
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .tab {
    display: none;
  }

  a.button:hover {
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 0 rgba(255, 74, 74, 0);
  }

  .alpha img {
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn_over img {
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    transform: scale(1.03);
  }
}