/*============================================
 Reset
============================================*/
body {
  margin: 0;
}
.X-camera {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
.X-camera *,
.X-camera :after,
.X-camera :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.X-camera :after,
.X-camera :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
.X-camera * {
  padding: 0;
  margin: 0;
}
.X-camera audio:not([controls]) {
  display: none;
  height: 0;
}
.X-camera hr {
  overflow: visible;
}
.X-camera article,
.X-camera aside,
.X-camera details,
.X-camera figcaption,
.X-camera figure,
.X-camera footer,
.X-camera header,
.X-camera main,
.X-camera menu,
.X-camera nav,
.X-camera section,
.X-camera summary {
  display: block;
}
.X-camera summary {
  display: list-item;
}
.X-camera small {
  font-size: 80%;
}
.X-camera [hidden],
.X-camera template {
  display: none;
}
.X-camera abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.X-camera li,
.X-camera ol {
  list-style: none;
}
.X-camera a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.X-camera a:active,
.X-camera a:hover {
  outline-width: 0;
  text-decoration: none;
}
.X-camera code,
.X-camera kbd,
.X-camera pre,
.X-camera samp {
  font-family: monospace, monospace;
}
.X-camera b,
.X-camera strong {
  font-weight: bolder;
}
.X-camera dfn {
  font-style: italic;
}
.X-camera mark {
  color: #000;
}
.X-camera ::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, .7);
}
.X-camera ::selection {
  color: #fff;
  background: rgba(0, 0, 0, .7);
}
.X-camera sub,
.X-camera sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
}
.X-camera sub {
  bottom: -0.25em;
}
.X-camera sup {
  top: -0.5em;
  left: -0.15em;
  margin: 0 -0.25em;
}
.X-camera [role=button],
.X-camera [type=button],
.X-camera [type=reset],
.X-camera [type=submit],
.X-camera button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.X-camera [disabled] {
  cursor: default;
}
.X-camera [type=number] {
  width: auto;
}
.X-camera [type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.X-camera [type=search]::-webkit-search-cancel-button,
.X-camera [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.X-camera textarea {
  overflow: auto;
  resize: vertical;
}
.X-camera h2,
.X-camera h3,
.X-camera h4,
.X-camera button,
.X-camera input,
.X-camera optgroup,
.X-camera select,
.X-camera textarea {
  font: inherit;
}
.X-camera optgroup {
  font-weight: 700;
}
.X-camera button {
  overflow: visible;
}
.X-camera [type=button]::-moz-focus-inner,
.X-camera [type=reset]::-moz-focus-inner,
.X-camera [type=submit]::-moz-focus-inner,
.X-camera button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
.X-camera [type=button]::-moz-focus-inner,
.X-camera [type=reset]::-moz-focus-inner,
.X-camera [type=submit]::-moz-focus-inner,
.X-camera button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.X-camera [type=reset],
.X-camera [type=submit],
.X-camera button,
.X-camera html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.X-camera button,
.X-camera select {
  text-transform: none;
}
.X-camera select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.X-camera select::-ms-expand {
  display: none;
}
.X-camera select::-ms-value {
  color: currentColor;
}
.X-camera legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
.X-camera ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.X-camera [type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
.X-camera img {
  border-style: none;
  image-rendering: auto;
}
.X-camera progress {
  vertical-align: baseline;
}
.X-camera svg:not(:root) {
  overflow: hidden;
}
.X-camera audio,
.X-camera canvas,
.X-camera progress,
.X-camera video {
  display: inline-block;
}
@media screen {
  .X-camera [hidden~=screen] {
    display: inherit;
  }
  .X-camera [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
.X-camera [aria-busy=true] {
  cursor: progress;
}
.X-camera [aria-controls] {
  cursor: pointer;
}
.X-camera [aria-disabled] {
  cursor: default;
}
/*============================================
 Base
============================================*/
.X-camera {
  display: flex;
  flex-direction: column;
  gap: max(60px, 15vw);
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, sans-serif;
  font-size: max(16px, 3.6364vw);
  font-weight: 400;
  line-height: 1.8;
  margin: -16px auto 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.X-camera a,
.X-camera button {
  display: inline-block;
  border: none;
  transition: .3s !important;
  cursor: pointer;
}
.X-camera img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle
}
@media(hover: hover)and (pointer: fine) {
  .X-camera a:hover,
  .X-camera button:hover {
    color: inherit;
    opacity: .7
  }
}
@media(min-width: 768px) {
  .X-camera {
    gap: 80px;
    font-size: 18px;
  }
}
/*============================================
 Component
============================================*/
/*  Modal  */
.X-camera .c-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  transition: opacity .25s, visibility .25s;
  visibility: hidden;
  z-index: 10000
}
.X-camera .c-modal.is-active {
  opacity: 1;
  visibility: visible
}
.X-camera .c-modal__dialog {
  display: block;
  position: relative;
  width: 96%;
  max-width: 1200px;
  color: #262626;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  z-index: 2
}
.X-camera .c-modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}
.X-camera .c-modal__content {
  display: block;
  padding-top: 3em;
  position: relative;
  width: 100%
}
.X-camera .c-modal__body {
  padding: max(20px, 5vw);
}
.X-camera .c-modal__text {
  color: #fff;
  font-size: max(14px, 3.5vw);
  line-height: 1.6;
}
.X-camera .c-modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  z-index: 2;
}
.X-camera .c-modal__close::before,
.X-camera .c-modal__close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #fff;
}
.X-camera .c-modal__close::before {
  transform: translateX(-50%) rotate(-45deg);
}
.X-camera .c-modal__close::after {
  transform: translateX(-50%) rotate(45deg);
}
.X-camera .c-modal__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.X-camera .c-modal__movie iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  right: 0;
}
@media(min-width: 768px) {
  .X-camera .c-modal__text {
    font-size: 14px;
  }
}
/*  Link  */
.X-camera .c-link {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 70px;
  height: 100px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s, background 0.3s, visibility 0.3s;
  z-index: 9999;
}
.X-camera .c-link::before {
  display: none;
}
.X-camera .c-link.show {
  opacity: 1;
  visibility: visible;
}
.X-camera .c-link__button {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 70px;
  height: 90px;
  margin-top: 10px;
  background: linear-gradient(180deg, var(--black, #000) 0%, #333 100%);
  border-radius: 10px 0 0 10px;
}
.X-camera .c-link__button:active,
.X-camera .c-link__button:focus {
  outline: none;
}
.X-camera .c-link__image {
  width: 26px;
  aspect-ratio: 13/28;
  margin-top: -10px;
}
.X-camera .c-link__text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  margin-top: 6px;
}
.X-camera .c-link__text::after {
  content: '';
  width: 14px;
  height: 9px;
  background: url('../img/link_arrow.png') center bottom / 14px 9px no-repeat;
}
@media(min-width: 768px) {
  .X-camera .c-link {
    bottom: 150px;
  }
}
/*============================================
 Mainvisual
============================================*/
.X-camera .X-camera-mainvisual {
  background-color: #eee;
}
.X-camera .X-camera-mainvisual__inner {
  display: flex;
  flex-direction: column;
  padding: max(30px, 7.5vw) max(20px, 5vw) max(60px, 15vw);
}
.X-camera .X-camera-mainvisual__catch {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
.X-camera .X-camera-mainvisual__heading {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
}
.X-camera .X-camera-mainvisual__title {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, sans-serif;
  font-size: max(14px, 3.5vw);
  font-weight: 400;
  line-height: 1.5;
}
.X-camera .X-camera-mainvisual__text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
  max-width: 100%;
  text-align: left;
  margin-inline: auto;
  margin-top: max(30px, 7.5vw);
}
.X-camera .X-camera-mainvisual__text > * {
  font-size: max(32px, 8vw);
  font-style: italic;
  letter-spacing: .1em;
  line-height: 1.5;
}
.X-camera .X-camera-mainvisual__text-underline {
  position: relative;
  font-size: max(20px, 5vw);
  letter-spacing: .09em;
  line-height: 3;
}
.X-camera .X-camera-mainvisual__text-underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(15px, 3.75vw);
  width: 100%;
  height: 1px;
  background-color: #000;
}
.X-camera .X-camera-mainvisual__image {
  width: max(100px, 25vw);
  aspect-ratio: 50/29;
}
.X-camera .X-camera-mainvisual__movie {
  width: 100%;
  margin-top: max(25px, 6.25vw);
}
.X-camera .X-camera-mainvisual__movie img {
  width: 100%;
  aspect-ratio: 133/75;
  border-radius: 20px;
}
@media(min-width: 768px) {
  .X-camera .X-camera-mainvisual__inner {
    align-items: flex-start;
    flex-direction: row;
    gap: 50px;
    position: relative;
    max-width: 1200px;
    padding: 50px 0 60px;
    margin: 0 auto;
  }
  .X-camera .X-camera-mainvisual__catch {
    flex: 1 0 0;
    align-items: flex-start;
  }
  .X-camera .X-camera-mainvisual__heading {
    gap: max(20px, 1.6667vw);
  }
  .X-camera .X-camera-mainvisual__title {
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.8;
  }
  .X-camera .X-camera-mainvisual__text {
    margin-inline: 0;
    margin-top: 60px;
  }
  .X-camera .X-camera-mainvisual__text > * {
    font-size: clamp(26px, 3.8333vw, 48px);
  }
  .X-camera .X-camera-mainvisual__text-underline {
    font-size: clamp(20px, 2.5vw, 32px);
    line-height: 2.3125;
  }
  .X-camera .X-camera-mainvisual__text-underline::after {
    bottom: 12px;
  }
  .X-camera .X-camera-mainvisual__image {
    width: 140px;
    aspect-ratio: 140/81;
  }
  .X-camera .X-camera-mainvisual__movie {
    width: 58.3333%;
    margin-top: 0;
  }
  .X-camera .X-camera-mainvisual__movie img {
    aspect-ratio: 167/94;
  }
}
/*============================================
 Features
============================================*/
.X-camera .X-camera-features {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 max(20px, 5vw);
}
.X-camera .X-camera-features__title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.X-camera .X-camera-features__title > * {
  position: relative;
  display: inline-flex;
  font-size: max(24px, 6vw);
  font-weight: 400;
  line-height: 1.8;
}
.X-camera .X-camera-features__title > *::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(5px, 1.25vw);
  width: 100%;
  height: 1px;
  background-color: #000;
}
.X-camera .X-camera-features__intro {
  margin-top: max(40px, 10vw);
}
.X-camera .X-camera-features__intro-note {
  display: block;
  font-size: max(12px, 3vw);
  line-height: 1.8;
  margin-top: max(20px, 5vw);
}
.X-camera .X-camera-features__intro-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: max(40px, 10vw);
}
.X-camera .X-camera-features__howto {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(60px, 15vw);
  position: relative;
  width: calc(100% + max(40px, 10vw));
  padding: max(60px, 15vw) max(20px, 5vw);
  margin: max(80px, 20vw) min(-20px, -5vw) 0;
  background-color: #7d8ea8;
}
.X-camera .X-camera-features__howto::before {
  content: '';
  position: absolute;
  top: -5vw;
  left: 50%;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 5vw solid transparent;
  border-right: 5vw solid transparent;
  border-bottom: 5vw solid #7d8ea8;
  transform: translateX(-50%);
}
.X-camera .X-camera-features__howto-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(40px, 10vw);
}
.X-camera .X-camera-features__howto-title {
  color: #fff;
  font-size: max(28px, 7vw);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.X-camera .X-camera-features__howto-movie {
  width: max(280px, 70vw);
  aspect-ratio: 131/233;
}
.X-camera .X-camera-features__howto-movie img {
  border-radius: 20px;
}
.X-camera .X-camera-features__before-after {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: calc(100% + max(40px, 10vw));
  padding: max(60px, 15vw) max(20px, 5vw) max(50px, 12.5vw);
  margin: max(80px, 20vw) min(-20px, -5vw) 0;
  /* margin: 0 min(-20px, -5vw); howto復活したらこちら*/
  background-color: #b2728a;
}
.X-camera .X-camera-features__before-after-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(40px, 10vw);
}
.X-camera .X-camera-features__before-after-title {
  color: #fff;
  font-size: max(28px, 7vw);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.X-camera .X-camera-features__before-after-text {
  color: #fff;
  text-align: center;
}
.X-camera .X-camera-features__before-after-note {
  color: #fff;
  font-size: max(12px, 3vw);
  line-height: 1.8;
  text-align: center;
  margin-top: min(-10px, -2.5vw);
}
.X-camera .X-camera-features__before-after-wrap {
  margin: 0 min(-20px, -5vw);
  overflow: hidden;
}
.X-camera .X-camera-features__before-after-lists,
.X-camera .X-camera-features__before-after-lists.splide {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
}
.X-camera .X-camera-features__before-after-lists {
  padding-bottom: max(30px, 7.5vw);
}
.X-camera .X-camera-features__before-after-item {
  width: auto;
}
.X-camera .X-camera-features__before-after-item figure {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(20px, 5vw);
}
.X-camera .X-camera-features__before-after-item figcaption {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.X-camera .splide__pagination {
  gap: max(10px, 2.5vw);
  bottom: 0;
}
.X-camera .splide__pagination__page {
  width: max(10px, 2.5vw);
  height: max(10px, 2.5vw);
  margin: 0;
  border: none;
  border-radius: 2.5em;
  background: #fff;
  opacity: 1;
  transform: none;
}
.X-camera .splide__pagination__page.is-active {
  background: #000;
  transform: none;
}
.X-camera .X-camera-features__technology {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(40px, 10vw);
  margin-top: max(60px, 15vw);
}
.X-camera .X-camera-features__technology-title {
  font-size: max(28px, 7vw);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.X-camera .X-camera-features__technology-text {
  text-align: center;
}
.X-camera .X-camera-features__technology-image img {
  border-radius: 15px;
}
@media(min-width: 768px) {
  .X-camera .X-camera-features {
    padding: 0;
  }
  .X-camera .X-camera-features__title > * {
    font-size: 36px;
  }
  .X-camera .X-camera-features__title > *::after {
    bottom: 7px;
  }
  .X-camera .X-camera-features__intro {
    text-align: center;
    margin-top: 50px;
  }
  .X-camera .X-camera-features__intro-note {
    font-size: 12px;
    margin-top: 20px;
  }
  .X-camera .X-camera-features__intro-content {
    flex-direction: row;
    max-width: 740px;
    margin: 60px auto 0;
  }
  .X-camera .X-camera-features__intro-content > * {
    flex: 1 0 0;
  }
  .X-camera .X-camera-features__howto {
    gap: 80px;
    width: 100%;
    padding: 80px 0;
    margin: 100px auto 0;
  }
  .X-camera .X-camera-features__howto::before {
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #7d8ea8;
  }
  .X-camera .X-camera-features__howto-content {
    gap: 50px;
  }
  .X-camera .X-camera-features__howto-title {
    font-size: 48px;
  }
  .X-camera .X-camera-features__howto-movie {
    width: 360px;
    height: 640px;
  }
  .X-camera .X-camera-features__before-after {
    width: 100%;
    padding: 80px 0;
    margin: 100px auto 0;
    /* margin: 0 auto; howto復活したらこちら */
  }
  .X-camera .X-camera-features__before-after-content {
    gap: 50px;
  }
  .X-camera .X-camera-features__before-after-title {
    font-size: 48px;
  }
  .X-camera .X-camera-features__before-after-note {
    font-size: 12px;
    margin-top: -20px;
  }
  .X-camera .X-camera-features__before-after-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .X-camera .X-camera-features__before-after-lists {
    padding-bottom: 0;
  }
  .X-camera .X-camera-features__before-after-list {
    display: flex !important;
    gap: 20px;
  }
  .X-camera .X-camera-features__before-after-item {
    flex: 1 0 0;
  }
  .X-camera .X-camera-features__before-after-item figure {
    gap: 20px;
  }
  .X-camera .X-camera-features__before-after-item figcaption {
    font-size: 16px;
  }
  .X-camera .X-camera-features__technology {
    gap: 50px;
    margin-top: 80px;
  }
  .X-camera .X-camera-features__technology-title {
    font-size: 48px;
  }
  .X-camera .X-camera-features__technology-text {
    text-align: center;
  }
  .X-camera .X-camera-features__technology-image {
    max-width: 720px;
    aspect-ratio: 18/11;
  }
}
/*============================================
 Special Movie
============================================*/
.X-camera .X-camera-special {
  background-color: #eee;
}
.X-camera .X-camera-special__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(40px, 10vw);
  padding: max(60px, 15vw) max(20px, 5vw) max(50px, 12.5vw);
}
.X-camera .X-camera-special__title {
  font-family: "henderson-sans-basic", sans-serif;
  font-size: max(32px, 7.2727vw);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1;
  text-align: center;
}
.X-camera .X-camera-special__text {
  text-align: center;
}
.X-camera .X-camera-special__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(40px, 10vw);
}
.X-camera .X-camera-special__item {
  display: flex;
  flex-direction: column-reverse;
  gap: max(15px, 3.75vw);
}
.X-camera .X-camera-special__artist {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: max(20px, 5vw);
}
.X-camera .X-camera-special__profile {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: max(10px, 2.5vw);
}
.X-camera .X-camera-special__profile-name {
  font-weight: 700;
  line-height: 1.5;
}
.X-camera .X-camera-special__profile-text {
  line-height: 1.5;
}
.X-camera .X-camera-special__image {
  width: max(60px, 15vw);
}
.X-camera .X-camera-special__image img {
  border-radius: 2.5em;
}
.X-camera .X-camera-special__trigger img {
  border-radius: 20px;
}
.X-camera .X-camera-special__movie {
  display: flex;
  flex-direction: column;
}
.X-camera .X-camera-special__link {
  text-align: right;
}
.X-camera .X-camera-special__link-text {
  position: relative;
  text-decoration: underline;
  padding-right: 1.5em;
}
.X-camera .X-camera-special__link-text::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 5px;
  width: .8em;
  height: .7em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.17 9.17'%3E%3Cpath d='M11.17 0v6.17H9.08V2.09H3V0ZM0 9.17h8.17V3H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media(min-width: 768px) {
  .X-camera .X-camera-special__inner {
    gap: 50px;
    max-width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
  }
  .X-camera .X-camera-special__title {
    font-size: 48px;
    line-height: 1.3;
  }
  .X-camera .X-camera-special__list {
    align-items: flex-start;
    flex-direction: row;
    gap: 60px;
  }
  .X-camera .X-camera-special__item {
    flex: 1 0 0;
    gap: 20px;
  }
  .X-camera .X-camera-special__artist {
    gap: 20px;
  }
  .X-camera .X-camera-special__profile {
    gap: 0 ;
  }
  .X-camera .X-camera-special__profile-name {
    font-size: 16px;
    line-height: 1.8;
  }
  .X-camera .X-camera-special__profile-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .X-camera .X-camera-special__image {
    width: 60px;
  }
  .X-camera .X-camera-special__link-text {
    font-size: 16px;
  }
}
/*============================================
 Event
============================================*/
.X-camera .X-camera-event {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(40px, 10vw);
  padding: 0 max(20px, 5vw);
}
.X-camera .X-camera-event__title {
  font-family: "henderson-sans-basic", sans-serif;
  font-size: max(32px, 7.2727vw);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media(min-width: 768px) {
  .X-camera .X-camera-event {
    gap: 50px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
  .X-camera .X-camera-event__title {
    font-size: 48px;
    line-height: 1.3;
  }
  .X-camera .X-camera-event__text {
    text-align: center;
  }
  .X-camera .X-camera-event__image {
    max-width: 720px;
    aspect-ratio: 90/47;
  }
}
/*============================================
 New
============================================*/
.X-camera .X-camera-new {
  background-color: #121212;
}
.X-camera .X-camera-new__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(60px, 15vw );
  padding: max(60px, 15vw) max(20px, 5vw);
}
.X-camera .X-camera-new__xperia {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.X-camera .X-camera-new__xperia-title {
  order: 3;
  width: max(240px, 60vw);
  margin: max(40px, 10vw) auto 0;
}
.X-camera .X-camera-new__xperia-text {
  order: 1;
  color: #fff;
  font-size: max(20px, 5vw);
  line-height: 1.5;
  text-align: center;
}
.X-camera .X-camera-new__xperia-list {
  order: 2;
  display: inline-flex;
  align-items: center;
  gap: max(8px, 2vw);
  margin-top: max(30px, 7.5vw);
}
.X-camera .X-camera-new__xperia-item {
  flex: 1 0 0 ;
}
.X-camera .X-camera-new__xperia-link {
  order: 4;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(20px, 5vw);
  width: 100%;
  margin-top: max(40px, 10vw);
}
.X-camera .X-camera-new__xperia-button {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: max(20px, 5vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-radius: 2.5em;
}
.X-camera .X-camera-new__xperia-button:hover {
  color: #fff;
}
.X-camera .X-camera-new__xperia-button--detail {
  width: 100%;
  padding: 15px 0;
  background: #2c75c7 url('../img/arrow-right.png') right max(20px, 5vw) center / max(8px, 2vw) auto no-repeat;
}
.X-camera .X-camera-new__xperia-button--buy button {
  display: flex;
  justify-content: center;
  width: max(250px, 62.5vw);
  padding: 10px 0;
  background-color: #F25528;
}
.X-camera .X-camera-new__campaign {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: max(8px, 2vw);
}
.X-camera .X-camera-new__campaign-title {
  color: #fff;
  font-size: max(20px, 5vw);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media(min-width: 768px) {
  .X-camera .X-camera-new__inner {
    gap: 60px;
    padding: 80px 0;
  }
  .X-camera .X-camera-new__xperia-title {
    max-width: 320px;
    margin-top: 50px;
  }
  .X-camera .X-camera-new__xperia-text {
    font-size: 32px;
  }
  .X-camera .X-camera-new__xperia-list {
    gap: 10px;
    max-width: 618px;
    margin-top: 53px;
  }
  .X-camera .X-camera-new__xperia-link {
    gap: 20px;
    margin-top: 50px ;
  }
  .X-camera .X-camera-new__xperia-button {
    font-size: 20px;
  }
  .X-camera .X-camera-new__xperia-button--detail {
    max-width: 360px;
    background: #2c75c7 url('../img/arrow-right.png') right 20px center / 8px auto no-repeat;
  }
  .X-camera .X-camera-new__xperia-button--buy {
    max-width: 250px;
  }
  .X-camera .X-camera-new__campaign {
    gap: 28px;
  }
  .X-camera .X-camera-new__campaign-title {
    font-size: 32px;
  }
  .X-camera .X-camera-new__campaign-image {
    max-width: 607px;
  }
}
/*============================================
 Utility
============================================*/
.X-camera .u-sp {
  display: block;
}
.X-camera .u-pc {
  display: none;
}
@media(min-width: 768px) {
  .X-camera .u-sp {
    display: none;
  }
  .X-camera .u-pc {
    display: block;
  }
}