@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

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

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

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=radio] {
  -webkit-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;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[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 {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html body .main .content.gray-pattern::after {
  display: none;
}

html body .main .content__wrapper__inner .main-content.gray-pattern::after {
  background: #fff;
}

html body .main .content__wrapper.gray-pattern {
  background: none;
}

html body .main .content__wrapper {
  background: url(../img/partner-bg.jpg) repeat-y !important;
  background-size: 100% auto !important;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper {
    background: none !important;
  }
}

h2 {
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 40px;
  }
}
h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 25px;
  color: #000;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  h2 .main-text {
    font-size: 28px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  h2 .main-text {
    padding-bottom: 15px;
    font-size: 22px;
  }
}
h2 .main-text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  margin: auto;
  content: "";
  background: var(--red);
}
@media screen and (max-width: 768px) {
  h2 .main-text::after {
    width: 50px;
    height: 6px;
  }
}

.mv::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  -webkit-mask-image: url(../img/mv-left.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/mv-left.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #e0e0e0;
  height: auto;
  width: 245px;
  aspect-ratio: 366/354;
}
@media screen and (max-width: 768px) {
  .mv::before {
    top: 50px;
    width: 120px;
  }
}
.mv::after {
  content: "";
  position: absolute;
  top: 130px;
  right: 0;
  background: url(../img/mv-right.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 310px;
  aspect-ratio: 461/455;
}
@media screen and (max-width: 768px) {
  .mv::after {
    top: 90px;
    width: 160px;
  }
}

.btn {
  background: var(--red);
  border: solid 2px var(--red);
  margin-bottom: 50px;
  height: 60px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 50px;
    margin-bottom: 30px;
  }
}
.btn span {
  z-index: -1;
}
.btn b {
  font-size: 18px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .btn b {
    font-size: 16px;
  }
}
@media (hover) {
  .btn:hover {
    color: var(--red) !important;
  }
}

.ambassador-anchor {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .ambassador-anchor {
    margin-bottom: 50px;
  }
}
.ambassador-anchor__list {
  margin: 0 auto;
  max-width: 960px;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 35px;
}
@media screen and (max-width: 1080px) {
  .ambassador-anchor__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .ambassador-anchor__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.ambassador-anchor__link {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1080px) {
  .ambassador-anchor__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .ambassador-anchor__link {
    font-size: 14px;
  }
}
@media (hover) {
  .ambassador-anchor__link:hover {
    opacity: 0.7;
  }
  .ambassador-anchor__link:hover .ambassador-anchor__arrow {
    translate: 0 3px;
  }
}
.ambassador-anchor__arrow {
  max-width: 20px;
  transition: translate 0.3s;
}

.ambassador {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 80px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .ambassador {
    padding-bottom: 100px;
    gap: 60px;
  }
}
.ambassador .ambassador-wrap:not(:last-child) {
  position: relative;
}
.ambassador .ambassador-wrap:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  translate: -50% 0;
  height: 1px;
  width: 100%;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap:not(:last-child)::after {
    bottom: -30px;
  }
}
.ambassador .ambassador-wrap .img-list-title {
  color: #000;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.ambassador .ambassador-wrap .img-list-title span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list-title span {
    font-size: 12px;
    margin-left: 10px;
  }
}
.ambassador .ambassador-wrap .img-list-sub-title {
  color: #000;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list-sub-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.ambassador .ambassador-wrap .img-list-sub-title.mt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list-sub-title.mt {
    margin-top: 20px;
  }
}
.ambassador .ambassador-wrap .img-list-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.ambassador .ambassador-wrap .img-list {
  display: flex;
  flex-wrap: wrap;
}
.ambassador .ambassador-wrap .img-list.col7 .img-list--item {
  width: 14.2857142857%;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list.col7 .img-list--item {
    width: 25%;
  }
}
.ambassador .ambassador-wrap .img-list.silver .img-list--item {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list.silver .img-list--item {
    width: 33.3333333333%;
  }
}
.ambassador .ambassador-wrap .img-list.gold .img-list--item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list.gold .img-list--item {
    width: 50%;
  }
}
.ambassador .ambassador-wrap .img-list .img-list--item {
  width: 16.6666666667%;
  height: auto;
  aspect-ratio: 1.46/1;
  background: white;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list .img-list--item {
    width: 33.3333333333%;
  }
}
.ambassador .ambassador-wrap .img-list .img-list--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador-wrap .img-list .img-list--item a {
    padding: 0 16px;
  }
}
@media (hover) {
  .ambassador .ambassador-wrap .img-list .img-list--item a:hover img {
    scale: 1.1;
  }
}
.ambassador .ambassador-wrap .img-list .img-list--item a img {
  display: block;
  width: 100%;
  height: 70%;
  object-fit: contain;
  transition: all var(--transition);
}

/*# sourceMappingURL=style.css.map */
