@charset "utf-8";

:root {
  --color: #fe4846;
}

body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  color: #545454;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
}

.fixed-bg {
  opacity: 0.2;
}

.wrap {
  width: 100%;
}

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

.header img {
  display: block;
  width: 500px;
  max-width: 100%;
}

.top {
  width: 100%;
  height: 400px;
  padding: 60px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-inner {
  width: 100%;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.top-title {
  color: var(--color);
  font-size: 68px;
}

.top-title span {
  font-size: 68px;
  transform: translateY(0.14em);
}

.in-japan {
  display: block;
  max-width: 260px;
  margin: 0.2em auto 0;
  padding: 0.1em 0;
  text-align: center;
  font-size: 46px;
  color: #fff;
  line-height: 1;
  background-color: var(--color);
  transform: rotate(-5deg);
}

.in-japan span {
  font-size: 46px;
  transform: translateY(0.1em);
}

.top-catch {
  display: block;
  margin: 0.6em 0 0;
  font-size: 32px;
}

.content {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}

.note {
  margin: 0 0 1em;
  font-size: 14px;
}

.tshirt {
  width: 100%;
  display: grid;
}

.tshirt_item {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: rgba(244, 244, 244, 0.7);
  border-radius: 10px;
}

.tshirt_item .btn {
  width: 100%;
}

.name {
  width: 100%;
  margin: .6rem 0;
  text-align: center;
  font-weight: 500;
}

.popup_outer {
  position: relative;
  background-image: url(../img/common/t_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.tshirt_inner {
  position: relative;
  width: 100%;
  background-image:
    url(../img/common/loupe.png),
    url(../img/common/t_bg.png);
  background-size:
    10% auto,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    bottom 10% right 3%,
    top center;
  vertical-align: top;
  text-align: center;
}

.tshirt_inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.tshirt_image {
  position: absolute;
  width: 40%;
  top: 24%;
  left: 30%;
  bottom: 0;
  right: 0;
}

.rank {
  width: 100%;
  margin: 0 0 .6rem;
  padding: .4rem 0;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.rank span {
  font-size: 150%;
  transform: translateY(-0.1em);
}

.rank_1 {
  background: #ff9600;
}

.rank_2 {
  background: #0072ff;
}

.rank_3 {
  background: #329e0c;
}

.rank_4 {
  background: #545454;
}

.name {
  font-weight: 500;
}

.name span {
  display: block;
  font-size: 80%;
}

.rank p {
  margin: 0 .8rem;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.rank span {
  color: #fff;
  font-size: 24px;
  transform: translateY(-0.01em);
}

.btn,
a.btn,
button.btn {
  margin: 1rem 0 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: .8rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.4rem;
}

.btn_link,
a.btn_link,
.btn_buy,
a.btn_buy,
.btn_back,
a.btn_back {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right 5%;
}

.btn_link,
a.btn_link {
  color: #fff;
  font-size: 16px;
  background-color: #9866f5;
  background-image: url(../img/common/arrow.png);
  background-size: 3% auto;
}

.btn_link:hover,
a.btn_link:hover {
  color: #fff;
  background-color: #b892ff;
}

.btn_link2,
a.btn_link2 {
  width: 100%;
  font-size: 18px;
  color: var(--color);
  background-color: #fff;
  border: solid;
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 3% auto;
}

.btn_link2:hover,
a.btn_link2:hover {
  width: 100%;
  color: var(--color);
  background: #fff;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 3% auto;
}

.btn_buy,
a.btn_buy {
  color: #fff;
  background-color: var(--color);
  background-image: url(../img/common/arrow.png);
  background-size: 3% auto;
}

.btn_buy:hover,
a.btn_buy:hover {
  color: #fff;
  background-color: #ff7575;
}

a.btn_color {
  color: blue;
}

a.btn_color3 {
  color: black;
}

a.btn_color3:hover {
  color: gray;
}

a.btn_color2 {
  color: black;
  text-decoration: underline;
}

.btn_wrap {
  width: 300px;
  margin: 4rem auto 0;
}

.btn_back {
  font-size: 18px;
  color: var(--color);
  border: var(--color) solid 2px;
  background-image: url(../img/common/arrow_2.png);
  background-size: 6% auto;
}

.btn_back:hover {
  color: #fff;
  background-color: var(--color);
}

.popup_outer:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 90%;
}

.popup_outer img {
  position: absolute;
  width: 40%;
  height: auto;
  top: 20%;
  left: 30%;
}

.lity-content:after {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.frame {
  width: 80%;
  margin: 4rem auto;
  padding: 3rem;
  border: var(--color) solid 3px;
}

.tom-logo {
  width: 20%;
  margin: 0 0 2rem;
}

.lead-1 {
  width: 77%;
  font-size: 32px;
  font-weight: 800;
}

.more-contact {
  width: 48%;
  margin: 0 auto;
}

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

.lead-2 {
  width: 77%;
  font-size: 24px;
  font-weight: 800;
}

.tom-contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 3% 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: 22%;
  padding: 0 10px 0 0;
}

.ft-logo {
  width: 30%;
  margin: 0 auto 2rem;
}

.social-text {
  padding: 0 0 1rem;
  color: var(--color);
  font-size: 16px;
  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;
}

#page-top {
  position: fixed;
  width: 5rem;
  height: 5rem;
  bottom: .8rem;
  right: .8rem;
  z-index: 9;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }

  .fixed-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/common/t.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130% auto;
  }
/*
  .fixed-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/common/t-2.svg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 130% auto;
  }
*/
  .top {
    height: auto;
    aspect-ratio: 1 / 0.85;
    padding: 50px 0 0;
  }

  .top-title {
    font-size: 11vw;
    line-height: 1.1;
  }

  .top-title span {
    font-size: 11vw;
    transform: translateY(0.14em);
  }

  .in-japan {
    width: 46%;
    max-width: 340px;
    margin: 0.3em auto 0;
    font-size: 8vw;
  }

  .in-japan span {
    font-size: 8vw;
    transform: translateY(0.1em);
  }

  .top-catch {
    margin: 0.8em 0 0;
    font-size: 5.6vw;
  }

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

  .header img {
    width: 86%;
  }

  .note {
    margin: 0 0 1em;
    font-size: 2.8vw;
    text-align: center;
  }

  .tshirt {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .tshirt_item:first-child {
    grid-column: 1 / -1;
  }

  .rank p {
    margin: 0 .8rem;
    font-size: 4.615vw;
  }

  .rank span {
    color: #fff;
    font-size: 5.641vw;
    transform: translateY(-0.01em);
  }

  .rank_1 p {
    font-size: 6vw !important;
  }

  .name {
    font-size: 3.077vw;
  }

  .tshirt_item:first-child .name {
    font-size: 4vw !important;
    margin: 0 0 1em;
  }

  .popup_outer {
    width: 375px;
  }

  .btn_wrap {
    width: 80%;
    margin: 3rem auto 0;
  }

  .frame {
    width: 100%;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
  }

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

  .lead-1 {
    width: 100%;
    font-size: 5vw;
  }

  .more-contact {
    width: 100%;
  }

  .lead-2 {
    width: 100%;
    font-size: 5vw;
  }

  .tom-contact {
    width: 100%;
    display: block;
    margin: 0 0 1.5rem;
  }

  .btn-contact {
    width: 100%;
    display: block;
  }

  a.button {
    height: 66px;
    font-size: 5vw;
    margin: 1.5rem 0 0;
  }

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

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

  a.button:hover {
    background-color: #ff7575;
  }

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

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

  .social {
    margin: 0 0 1.5rem;
  }

  .social-item {
    width: 54px;
    padding: 0 8px;
  }

  .copy {
    font-size: 3.077vw;
  }

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

@media screen and (min-width: 744px) and (max-width: 1024px) {

  .fixed-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/common/t.svg), url(../img/common/t.svg);
    background-position: left -180% center, right -180% center;
    background-repeat: no-repeat;
    background-size: 80% auto;
  }

  .top {
    height: auto;
    aspect-ratio: 1 / 0.38;
    padding: 60px 0 0;
  }

  .top-title {
    font-size: 6.2vw;
  }

  .top-title span {
    font-size: 6.2vw;
  }

  .in-japan {
    width: 24%;
    margin: 0.4em auto 0;
    font-size: 4.2vw;
  }

  .in-japan span {
    font-size: 4.2vw;
  }

  .top-catch {
    margin: 0.8em 0 0;
    font-size: 3vw;
  }

  .tshirt {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .rank p {
    margin: 0 .8rem;
    font-size: 2.8vw;
    font-weight: 600;
    color: #fff;
  }

  .name {
    font-size: 1.707vw;
  }

  .popup_outer {
    width: 720px;
  }

  .frame {
    width: 90%;
    margin: 4rem auto;
    padding: 3rem;
  }

  .tom-logo {
    margin: 0 0 2rem;
  }

  .lead-1 {
    font-size: 3.2vw;
  }

  .more-contact {
    width: 50%;
  }

  .lead-2 {
    width: 77%;
    font-size: 2.5vw;
    font-weight: 800;
  }

  .btn-contact {
    gap: 20px;
  }

  a.button {
    height: 78px;
    font-size: 2.4vw;
  }

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

  .social-text {
    font-size: 2.60vw;
  }

  .copy {
    font-size: 1.56vw;
  }

}

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

  /*
  .fixed-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/common/t-2.svg), url(../img/common/t-2.svg);
    background-position: left -180% center, right -180% center;
    background-repeat: repeat-y;
    background-size: 80% auto;
  }
*/

  .fixed-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/common/t.svg), url(../img/common/t.svg);
    background-position: left -45% center, right -45% center;
    background-repeat: no-repeat;
    background-size: 60% auto;
  }

  .tshirt {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .name {
    font-size: 14px;
  }

  .popup_outer {
    width: 720px;
  }

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

  a.btn_opacity img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_opacity img:hover {
    opacity: 0.7;
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.header .pc {
  display: block;
}

.header .sp {
  display: none;
}

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

  .header .sp {
    display: block;
  }
}