@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

*, *:after, :after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0em;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.ambassador {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 120px;
}
.ambassador picture {
  display: block;
}
.ambassador__annoution {
  font-size: 12px;
}
.ambassador__annoution.annoution__tac {
  margin-top: 5px;
  text-align: center;
}
.ambassador-text-link {
  text-decoration: underline;
}
.ambassador-text-link:hover {
  text-decoration: none;
}
.ambassador__body {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .ambassador__body {
    max-width: 90%;
  }
}
.ambassador__text_min {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .ambassador__text_min {
    padding: 0;
  }
}
.ambassador__text_min p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 600px) {
  .ambassador__text_min p + p {
    margin-top: 0.8rem;
  }
}
.ambassador__text_min02 {
  font-size: 14px;
  line-height: 2.25;
}
@media screen and (max-width: 600px) {
  .ambassador__text_min02 {
    line-height: 2;
  }
}
.ambassador__text_min02 p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 600px) {
  .ambassador__text_min02 p + p {
    margin-top: 0.8rem;
  }
}
.ambassador__common__title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .ambassador__common__title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
.ambassador__common__title.mb0 {
  margin-bottom: 0 !important;
}
.ambassador__common__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1;
}
.ambassador__common__title__small {
  font-size: 30px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .ambassador__common__title__small {
    font-size: 15px;
  }
}
.ambassador__common__title__middle {
  font-size: 43px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .ambassador__common__title__middle {
    font-size: 22px;
  }
}
.ambassador__common__title__num {
  font-size: 50px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  display: inline-block;
  margin: 0 4px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .ambassador__common__title__num {
    font-size: 26px;
  }
}
.ambassador__common__text_tac {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .ambassador__common__text_tac {
    font-size: 14px;
    line-height: 1.6;
  }
}
.ambassador__common__text_tac p + p {
  margin-top: 1.6rem;
}
.ambassador__mv__img {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .ambassador__mv__img {
    margin-bottom: 40px;
  }
}
.ambassador__mv__title {
  font-size: 35px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .ambassador__mv__title {
    font-size: 20px;
  }
}
.ambassador__mv__subtitle {
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  margin-top: 20px;
  font-weight: 600;
}
.ambassador__mv__subtitle > span {
  position: relative;
  background: #fff;
  padding: 0 15px;
  display: inline-block;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
}
.ambassador__mv__subtitle > span::before {
  position: absolute;
  content: "";
  background: #222;
  width: 125%;
  height: 0.5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 55%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .ambassador__mv__subtitle > span::before {
    left: 48.5%;
  }
}
@media screen and (max-width: 600px) {
  .ambassador__mv__subtitle {
    font-size: 13px;
    margin-top: 7px;
  }
}
.ambassador__mv__subtitle02 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .ambassador__mv__subtitle02 {
    font-size: 14px;
    margin-top: 30px;
  }
}
.ambassador__mv__layout {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .ambassador__mv__layout {
    margin-bottom: 40px;
  }
}
.ambassador__mv__text {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .ambassador__mv__text {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 15px;
  }
}
.ambassador__insta {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .ambassador__insta {
    margin-bottom: 60px;
  }
}
.ambassador__insta__body {
  max-width: 760px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .ambassador__insta__body {
    width: 75%;
  }
}
.ambassador__insta__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}
@media screen and (max-width: 600px) {
  .ambassador__insta__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.ambassador__insta__list > li {
  overflow: hidden;
}
.ambassador__insta__list__title {
  margin: 30px 0 15px;
}
@media screen and (max-width: 600px) {
  .ambassador__insta__list__title {
    margin: 20px 0 10px;
  }
}
.ambassador__insta__list__title.title-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ambassador__insta__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ambassador__insta__list__link:hover {
  opacity: 0.5;
}
.ambassador__insta__list__icon {
  width: 65px;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .ambassador__insta__list__icon {
    width: 45px;
    margin-right: 10px;
  }
}
.ambassador__insta__list__user {
  font-size: 12px;
  color: #8E8E8E;
}
.ambassador__insta__list__text {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 2;
}
.ambassador__insta__list__cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.ambassador__insta__list__cat__list > li {
  font-size: 11px;
  background: #EBEBEB;
  border-radius: 2px;
  padding: 1px 7px;
}
.ambassador__insta__list__name {
  height: 28px;
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  .ambassador__insta__list__name {
    height: 18px;
    padding-top: 6px;
  }
}
.ambassador__insta__list__name img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.ambassador__insta__list__name.high {
  height: 40px;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .ambassador__insta__list__name.high {
    height: 30px;
  }
}
.ambassador__insta__list__name img {
  height: 100%;
}
.ambassador__insta__list__name__wrap {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ambassador__insta__list .swiper {
  width: 100%;
}
.ambassador__insta__list .swiper__item {
  position: relative;
}
.ambassador__insta__list .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 600px) {
  .ambassador__insta__list .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.ambassador__insta__list .swiper-pagination-bullet-active {
  background: #dc000c;
}
.ambassador__insta__list .swiper-horizontal > .swiper-pagination-bullets,
.ambassador__insta__list .swiper-pagination-bullets.swiper-pagination-horizontal,
.ambassador__insta__list .swiper-pagination-custom,
.ambassador__insta__list .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 6px);
}
.ambassador__insta__list .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .ambassador__insta__list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}
.ambassador__cta {
  max-width: 818px;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 22px 14px 34px 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .ambassador__cta {
    padding: 40px 30px;
    display: block;
    width: 90%;
  }
}
.ambassador__cta .pc {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.ambassador__cta__img {
  width: 100%;
}
.ambassador__cta__img img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .ambassador__cta__img {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.ambassador__cta__title {
  font-size: 26px;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .ambassador__cta__title {
    font-size: 18px;
    text-align: center;
  }
}
.ambassador__cta__text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .ambassador__cta__text {
    text-align: center;
    margin-bottom: 10px;
  }
}
.ambassador__cta__desc {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.ambassador__cta__button {
  width: 291px;
  height: 49px;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  text-decoration: none;
  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;
  border: 1px solid #e00000;
  background: #e00000 url(../images/common/background/arrow-w.svg) top 50% right 16px/22px no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .ambassador__cta__button {
    width: 100%;
  }
}
.ambassador__cta__button:hover {
  color: #222222;
  border: 1px solid #222;
  background-color: #fff;
  background-image: url(../images/common/background/arrow-b.svg);
}
.ambassador__feature {
  margin-bottom: 110px;
}
@media screen and (max-width: 600px) {
  .ambassador__feature {
    margin-bottom: 60px;
  }
}
.ambassador__feature__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .ambassador__feature__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.ambassador__feature__list__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .ambassador__feature__list__img {
    margin-bottom: 15px;
  }
}
.ambassador__feature__list__desc {
  width: 90%;
  margin: 0 auto;
}
.ambassador__feature__list__title {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .ambassador__feature__list__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.ambassador__feature__list__title__small {
  font-size: 23px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
}
@media screen and (max-width: 600px) {
  .ambassador__feature__list__title__small {
    font-size: 18px;
  }
}
.ambassador__info {
  margin-bottom: 120px;
  background: url(../images/ambassador/05_pc.jpg) center/cover no-repeat;
  padding: 80px 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .ambassador__info {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .ambassador__info {
    padding: 60px 0;
    background: url(../images/ambassador/05_sp.jpg) center/cover no-repeat;
  }
}
.ambassador__info .ambassador__common__title {
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .ambassador__info .ambassador__common__title {
    line-height: 1.5;
  }
}
.ambassador__info__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .ambassador__info__text {
    font-size: 14px;
  }
}
.ambassador__info__text p + p {
  margin-top: 1.5rem;
}
.ambassador__info .ambassador__cta__button {
  margin: 0 auto;
}