@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  margin: 0;
  padding: 0
}

hr {
  color: inherit;
  height: 0;
  overflow: visible
}

details, main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  /* font-family: monospace, monospace */
}

pre {
  font-size: 1em
}

b, strong {
  font-weight: bolder
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  border-color: inherit;
  text-indent: 0
}

iframe {
  border-style: none
}

input {
  border-radius: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}

[disabled] {
  cursor: default
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true] {
  cursor: default
}

@media only screen and (min-width: 768px) {
  html {
    font-size: .625vw
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.4154589372vw
  }
}

body {
  /* font-family: arial,helvetica,clean,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,"メイリオ", sans-serif; */
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #0a0a14;
  background: #fff;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0
}

ul, ol, li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

a {
  color: inherit;
  text-decoration: none
}

.header {
  z-index: 100
}


details, main {
  display: block
}


/* スクリーンサイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px){
.inner {
	width: 152rem;
    margin: 0 auto
 }
  .inner--pc_p {
    padding: 0 7rem
  }
}
/* スクリーンサイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px){
  .inner {
    width: 100%;
    padding: 0 2rem
  }
}
.breadcrumb {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    font-size: max(10px, .875vw);
    margin-left: auto
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 1rem
  }
}

.breadcrumb a {
  display: inline;
  line-height: 1.7
}

.breadcrumb a[href] {
  color: #878a8c
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb a[href] {
    transition: color .2s ease-out
  }
  .breadcrumb a[href]:hover {
    color: #0a0a14
  }
}

.breadcrumb a:not([href]) {
  letter-spacing: -.03em
}

.breadcrumb .arrow {
  display: inline-block
}

@media only screen and (min-width: 768px) {
  .breadcrumb .arrow {
    width: .65em;
    margin-left: .6em;
    margin-right: .45em;
    margin-bottom: .05em
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb .arrow {
    width: .8em;
    margin-left: .6rem;
    margin-right: .5rem
  }
}

@media only screen and (min-width: 768px) {
  .mv {
    margin-top: 4.8rem
  }
}

@media only screen and (max-width: 767px) {
  .mv {
    margin-top: 1.9rem
  }
}

@media only screen and (min-width: 768px) {
  .mv .inner--image {
    margin-top: 4.5rem
  }
}

@media only screen and (max-width: 767px) {
  .mv .inner--image {
    padding: 0;
    margin-top: 1.7rem
  }
}

.mv__image {
  width: 100%
}

@media only screen and (min-width: 768px) {
  .mv__image {
    height: 70rem
  }
}

@media only screen and (max-width: 767px) {
  .mv__image {
    height: 27rem
  }
}

.mv__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none!important
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none!important
  }
}

.link_border {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.2rem;
  border: .2rem solid #c0c4c7
}

.link_border .text {
  position: relative;
  /* font-family: arial,helvetica,clean,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,"メイリオ", sans-serif; */
  font-feature-settings: "palt";
  display: block;
  white-space: nowrap;
  line-height: 1.3
}

.link_border .text:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0)
}

@media only screen and (min-width: 768px) {
  .link_border--m {
    min-width: 23rem;
    height: 5rem;
    padding-left: 1.7rem;
    padding-right: .6rem;
    font-size: max(10px, .875vw)
  }
}

@media only screen and (max-width: 767px) {
  .link_border--m {
    font-size: 1.4rem;
    height: 5.5rem;
    padding-left: 1.8rem;
    padding-right: 1.7rem;
    padding-bottom: .1rem
  }
}

.link_border--m .text {
  letter-spacing: .02em
}

@media only screen and (min-width: 768px) {
  .link_border--m .text {
    margin-right: 1.4rem
  }
}

@media only screen and (min-width: 768px) {
  .link_border--m .arrow_bg .arrow {
    font-size: max(10px, .875vw);
    width: .64em
  }
}

@media only screen and (max-width: 767px) {
  .link_border--m .arrow_bg .arrow {
    width: 1rem;
    margin-top: .2rem
  }
}

@media only screen and (min-width: 768px) {
  .link_border--l {
    min-width: 36rem;
    max-width: 100%;
    height: 7rem;
    font-size: max(10px, 1.125vw);
    padding-left: 2.8rem;
    padding-right: 1.5rem
  }
}

@media only screen and (max-width: 767px) {
  .link_border--l {
    width: 100%;
    font-size: 1.7rem;
    height: 7.5rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-bottom: .1rem
  }
}

.link_border--l .text {
  letter-spacing: .02em
}

@media only screen and (min-width: 768px) {
  .link_border--l .text {
    margin-right: 4rem
  }
}

@media only screen and (min-width: 768px) {
  .link_border--l .arrow_bg .arrow {
    font-size: max(10px, 1.125vw);
    width: .78em
  }
}

@media only screen and (max-width: 767px) {
  .link_border--l .arrow_bg .arrow {
    width: 1.4rem;
    margin-top: .2rem
  }
}

@media (hover: hover) and (pointer: fine) {
  .link_border {
    transition: border-color .2s ease-out
  }
  .link_border .text:after {
    transition: transform .2s ease-out
  }
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .link_border .arrow_bg .bg {
    transition: opacity .2s ease-out, transform .3s ease-out
  }
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .link_border .arrow_bg .arrow {
    transition: background .2s ease-out
  }
}

@media only screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .link_border .arrow_bg .arrow {
    transition: transform .2s ease-out
  }
}

@media (hover: hover) and (pointer: fine) {
  .link_border:hover {
    border-color: #e8eaed
  }
  .link_border:hover .text:after {
    transform: scaleX(1)
  }
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .link_border:hover .arrow_bg .bg {
    opacity: 1;
    transform: scale(1)
  }
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .link_border:hover .arrow_bg .arrow {
    background: #fff;
    animation: arrow_run .3s 1 forwards linear
  }
}

@media only screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .link_border:hover .arrow_bg .arrow {
    transform: translate(.5rem)
  }
}
.arrow {
  display: block;
  aspect-ratio: 1
}

.arrow--head_one {
  -webkit-mask: url(../img/common/arrow_head_one_984d7bae.svg) center/contain no-repeat;
  mask: url(../img/common/arrow_head_one_984d7bae.svg) center/contain no-repeat
}

.arrow--head_two {
  -webkit-mask: url(../img/common/arrow_head_two_f53bdf9b.svg) center/contain no-repeat;
  mask: url(../img/common/arrow_head_two_f53bdf9b.svg) center/contain no-repeat
}

.arrow--head_seven {
  -webkit-mask: url(../img/common/arrow_head_seven_13f778e5.svg) center/contain no-repeat;
  mask: url(../img/common/arrow_head_seven_13f778e5.svg) center/contain no-repeat
}

.arrow--s {
  -webkit-mask: url(../img/common/arrow_normal_s_bf98141f.svg) center/contain no-repeat;
  mask: url(../img/common/arrow_normal_s_bf98141f.svg) center/contain no-repeat
}

.arrow--l {
  -webkit-mask: url(../img/common/arrow_normal_l_41fbcdf9.svg) center/contain no-repeat;
  mask: url(../img/common/arrow_normal_l_41fbcdf9.svg) center/contain no-repeat
}

.arrow--left {
  rotate: 180deg
}

.arrow--blank {
  rotate: -45deg
}

.arrow--black {
  background: #0a0a14
}

.arrow--gray {
  background: #a5acb1
}

.arrow--white {
  background: #fff
}

.arrow--current {
  background: currentColor
}

.arrow_bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1
}

.arrow_bg--s {
  border-radius: .6rem
}

@media only screen and (max-width: 767px) {
  .arrow_bg--s {
    width: 2rem
  }
}

.arrow_bg--s .bg {
  border-radius: .6rem
}

.arrow_bg--s .arrow {
  width: 50%
}

@media only screen and (min-width: 768px) {
  .arrow_bg--m {
    width: 3.4rem;
    border-radius: 1rem
  }
}

@media only screen and (min-width: 768px) {
  .arrow_bg--m .bg {
    border-radius: 1rem
  }
}

@media only screen and (min-width: 768px) {
  .arrow_bg--l {
    width: 4rem;
    border-radius: 1.2rem
  }
}

@media only screen and (min-width: 768px) {
  .arrow_bg--l .bg {
    border-radius: 1.2rem
  }
}

.arrow_bg--xl {
  border-radius: 1.2rem
}

@media only screen and (min-width: 768px) {
  .arrow_bg--xl {
    width: 5rem
  }
}

@media only screen and (max-width: 767px) {
  .arrow_bg--xl {
    width: 4.5rem
  }
}

.arrow_bg--xl .bg {
  border-radius: 1.2rem
}

@media only screen and (min-width: 768px) {
  .arrow_bg--xl .arrow {
    width: 2rem
  }
}

@media only screen and (max-width: 767px) {
  .arrow_bg--xl .arrow {
    width: 1.4rem
  }
}

@media only screen and (max-width: 767px) {
  .arrow_bg--sp_arrow_only {
    width: -moz-fit-content!important;
    width: fit-content!important;
    overflow: visible
  }
}

.arrow_bg .bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.arrow_bg .bg--black {
  background: #0a0a14
}

.arrow_bg .bg--gray2 {
  background: #e8eaed
}

.arrow_bg .bg--hidden {
  opacity: 0;
  transform: scale(0)
}



.icon {
  display: block;
  aspect-ratio: 1
}

.icon--announce {
  -webkit-mask: url(../img/common/icon_announce_d3061b46.svg) center/contain no-repeat;
  mask: url(../img/common/icon_announce_d3061b46.svg) center/contain no-repeat
}

.icon--list {
  -webkit-mask: url(../img/common/icon_list_7a541d8c.svg) center/contain no-repeat;
  mask: url(../img/common/icon_list_7a541d8c.svg) center/contain no-repeat
}

.icon--sns_twitter {
  -webkit-mask: url(../img/common/icon_sns_twitter_5d2e0f0a.svg) center/contain no-repeat;
  mask: url(../img/common/icon_sns_twitter_5d2e0f0a.svg) center/contain no-repeat
}

.icon--sns_x {
  -webkit-mask: url(../img/common/icon_sns_x.svg) center/contain no-repeat;
  mask: url(../img/common/icon_sns_x.svg) center/contain no-repeat
}

.icon--sns_instagram {
  -webkit-mask: url(../img/common/icon_sns_instagram_1a3d5a55.svg) center/contain no-repeat;
  mask: url(../img/common/icon_sns_instagram_1a3d5a55.svg) center/contain no-repeat
}

.icon--sns_facebook {
  -webkit-mask: url(../img/common/icon_sns_facebook_7302e499.svg) center/contain no-repeat;
  mask: url(../img/common/icon_sns_facebook_7302e499.svg) center/contain no-repeat
}
.icon--sns_youtube {
  -webkit-mask: url(../img/common/icon_sns_youtube.svg) center/contain no-repeat;
  mask: url(../img/common/icon_sns_youtube.svg) center/contain no-repeat
}
.icon--sns_line {
  -webkit-mask: url(../img/common/icon_sns_line_cad4a2ea.svg) center/contain no-repeat;
  mask: url(../img/common/icon_sns_line_cad4a2ea.svg) center/contain no-repeat
}

.icon--support_repair {
  background: url(../img/common/icon_support_repair_78c1d55c.svg) center/contain no-repeat
}

.icon--support_search {
  background: url(../img/common/icon_support_search_a00b2ce1.svg) center/contain no-repeat
}

.icon--support_custom {
  background: url(../img/common/icon_support_custom_cdfa2724.svg) center/contain no-repeat
}
