@charset "UTF-8";
/* COMMON
----------------------------------------------- */
body *,body :after,body :before {
    box-sizing: border-box
}

.util-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(0,0,0,0) !important;
  overflow: hidden !important;
}

/* modal
  ----------------------------------------------- */
a[class*="--modal"].is-blur {
  outline: none!important;
}
a[class*="--modal"]:focus-within {
  outline: auto!important;
}
[class*="modal--iframe"].modaal-wrapper .modaal-container {
  overflow: visible!important;
}
.brand-modaal-overlay {
  z-index: 1001!important;
}
[class*=brand-modal--].modaal-wrapper .modaal-container {
  position: relative;
  box-shadow: none;
}
[class*=brand-modal--].modaal-wrapper .modaal-content {
  position: relative;
  z-index: 1;
}
[class*=brand-modal--].modaal-wrapper .modaal-content > *:first-child {
  margin-top: 0 !important;
}
[class*=brand-modal--].modaal-wrapper .modaal-content-container {
  padding: 0;
}
[class*=brand-modal--].modaal-wrapper .modaal-content-container > *:first-child {
  margin-top: 0 !important;
}
[class*=brand-modal--].modaal-wrapper .modaal-close {
  position: absolute;
  border-radius: 0;
  background: #1746ff;
  z-index: 2;
}
[class*=brand-modal--].modaal-wrapper .modaal-close:focus {
  outline: auto;
}
[class*=brand-modal--].modaal-wrapper .modaal-close::before,
[class*=brand-modal--].modaal-wrapper .modaal-close::after {
  display: none;
}
[class*=brand-modal--].modaal-wrapper .modaal-close > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  text-indent: -100vw;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  clip: auto;
}
[class*=brand-modal--].modaal-wrapper .modaal-close > span::before,
[class*=brand-modal--].modaal-wrapper .modaal-close > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform-origin: center;
  z-index: 2;
}
[class*=brand-modal--].modaal-wrapper .modaal-close > span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
[class*=brand-modal--].modaal-wrapper .modaal-close > span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modaal-overlay {
  opacity: .7 !important;
}
[class^=brand-modal--] {
  display: none;
}


/* brand-video
----------------------------------------------- */
.brand-video-wrap {
  display: flex;
  justify-content: center;
  margin: 2em 0 0 0;
}
.brand-video-wrap > *:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.brand-video-wrap__inner {
  width: 100%;
}
.brand-iframe-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.brand-iframe-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* PC
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  /* base
  ----------------------------------------------- */
  body {
    word-wrap: break-word;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-color: #fff;
    color: #000;
    word-break: break-word;
    font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .Main {

  }
  .Main__content {
    margin: 0 auto;
  }
  .util-pc-hidden {
    display: none !important;
  }
  /* header
  ----------------------------------------------- */
  .Header {
    padding-inline: 40px;
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #dedede;
  }
  .Header__inner {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    gap: 0 20px;
  }
  .Header__inner  :first-child {
    margin-top: 0 !important;
  }
  .header-logo {
    width: 228px;
  }
  .header-logo__type {
    display: block;
    width: 100%;
  }
  .header-logo__type > img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  /* contents
  ----------------------------------------------- */
   /*-----brand-main-visual----- */
  .brand-main-visual {
    width: 100%;
  }
  .brand-main-visual__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*-----brand-info----- */
  .brand-info {
    padding: 2em 0;
  }
  .brand-info > :first-child {
    margin-top: 0 !important;
  }
  .brand-info__lead {
    margin: 1em 0 0;
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    color: #000;
    font-weight: bold;
  }
  .brand-info__text {
    font-size: 1.6rem;
    line-height: 1.625;
    color: #000;
    margin: 0;
  }
  .brand-info__column {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 2em;
    gap: 2rem 36px;
  }
  .brand-info__column__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .brand-info__column__item:nth-of-type(2n+1) {
    flex: 1;
  }
  .brand-info__column__item:nth-of-type(2n) {
    width: 48%;
  }
  /*-----brand-info-list----- */
  .brand-info-list-wrap {
    margin: 1em 0 0;
  }
  .brand-info-list-wrap > :first-child {
    margin-top: 0 !important;
  }
  .brand-info-link-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: .5rem;
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
  }
  .brand-info-link-list > :first-child {
    margin-top: 0 !important;
  }
  .brand-info-link-list > li {
    font-size: 1.6rem;
    line-height: 1.625;
    position: relative;
    color: #000;
    list-style: none;
  }
  .brand-info-link-list__type--pdf {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
  }
  .brand-info-link-list__type--pdf:hover {
    text-decoration: underline;
    color: #000;
  }
  .brand-info-link-list__type--pdf::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 14px;
    height: 14px;
    margin-left: 1rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/com_ic_01.png);
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
  }
  .brand-info-link-list__filesize {
    font-style: normal;
  }
  /*-----brand-change----- */
  .brand-change {
    display: flex;
    flex-flow: row wrap;
    width: 398px;
    margin: 0 auto;
  }
  .brand-change-figure {
    margin: 0;
    text-align: center;
  }
  .brand-change__item--before {
    width: 24.112%;

  }
  .brand-change__item--after {
    position: relative;
    margin-left: 94px;
    flex: 1;
  }
  .brand-change__item--after::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    background-image: url(../images/com_ic_02.png);
    background-size: 100%;
  }
  .brand-change-figure__frame {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 90px;
  }
  .brand-change__item--before .brand-change-figure__frame > img {
    width: 65px;
  }
  .brand-change__item--after .brand-change-figure__frame > img {
    width: 208px;
  }
  .brand-change-figure__caption {
    margin: .5em 0 0;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .brand-change-figure__caption-v2 {
    margin: .5em 0 0;
    font-size: 1.6rem;
    white-space: nowrap;
    padding-left: 3.6em;
  }
  /*-----brand-layout----- */
  .brand-layout {
    width: 100%;
    background-color: #fff;
  }
  .brand-layout__inner {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1260px;
  }
  .brand-layout__inner > *:first-child,
  .brand-layout__inner > section > *:first-child {
    margin-top: 0 !important;
  }
  /*-----brand-layout-v2----- */
  .brand-layout-v2 {
    width: 100%;
    background-color: #dff1ff;
  }
  .brand-layout-v2__inner {
    margin: 0 auto;
    padding: 0 30px 7rem;
    max-width: 1260px;
  }
  .brand-layout-v2__inner > *:first-child,
  .brand-layout-v2__inner > section > *:first-child {
    margin-top: 0 !important;
  }
  /*-----brand-layout-v3----- */
  .brand-layout-v3 {
    width: 100%;
    background: #1646ff url(../images/index_bg_03.jpg) repeat-y 50% 0/cover;
  }
  .brand-layout-v3__inner {
    margin: 0 auto;
    padding: 6.8rem 30px 6.8rem;
    max-width: 1260px;
  }
  .brand-layout-v3__inner > *:first-child,
  .brand-layout-v3__inner > section > *:first-child {
    margin-top: 0 !important;
  }
  /*-----brand-layout-v4----- */
  .brand-layout-v4 {
    width: 100%;
    background-color: #fff;
  }
  .brand-layout-v4__inner {
    margin: 0 auto;
    padding: 12rem 30px 10rem;
    max-width: 1260px;
  }
  .brand-layout-v4__inner > *:first-child,
  .brand-layout-v4__inner > section > *:first-child {
    margin-top: 0 !important;
  }
  /*-----.brand-fix----- */
  .brand-fix {
    display: flex;
    column-gap: 30px;
    position: relative;
  }

  .brand-fix__nav-area {
    flex-shrink: 0;
    width: 116px;
  }
  .brand-fix__nav-sticky {
    position: sticky;
    top: 0;
    left: 0;
  }

  .brand-fix__nav {
    max-height: 100dvh;
    padding: 7rem 0 0;
    overflow: auto;
  }
  .brand-fix__nav-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .brand-fix__nav-list::before {
    position: absolute;
    top: 0;
    left: 17px;
    width: 1px;
    height: 100%;
    background-color: #d7d7d7;
    content: "";
    z-index: -1;
  }
  .brand-fix__nav-list > li{
    margin: 7.1rem 0 0;
    padding: 0;
    list-style: none;
  }
  .brand-fix__nav-list > li:first-child {
    margin-top: 0 !important;
  }
  .brand-fix__nav-list__link {
    display: block;
    padding: 5px 3px 5px 10px;
    background-color: #dff1ff;
    font-size: 1.6rem;
    line-height: 1.375;
    color: #000;
    text-decoration: none;
    outline-offset: -1px;
  }
  a.brand-fix__nav-list__link:focus {
    color: inherit;
  }
  .brand-fix__nav-list > li.is-current .brand-fix__nav-list__link,
  .brand-fix__nav-list__link:hover{
    background-color: #fff;
    color: #1746ff;
  }
  .brand-fix__nav-list__sub {
    display: block;
    font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro", 'Hiragino Sans', Osaka, "Yu Gothic", "MS PGothic", sans-serif;
  }
  .brand-fix__nav-list__title {
    display: block;
    font-weight: 700;
  }

  .brand-fix__contents-area {
    padding: 7rem 0 0;
    width: 100%;
  }
  .brand-fix__contents-area > *:first-child {
    margin-top: 0 !important;
  }

  /*-----brand-box----- */
  .brand-box {
    margin: 14rem 0 0;
    background-image: url(../images/index_bg_02.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    background-color: #fff;
  }
  .brand-box__inner {
    display: grid;
    grid-template-rows: auto 1fr;
	  grid-template-columns: 1fr 48.2%;
    padding: 4rem 30px 3rem;
  }
  .brand-box__inner > *:first-child,
  .brand-box__inner > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .brand-box__heading {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .brand-box__heading > *:first-child,
  .brand-box__heading > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .brand-box__subcontents {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    padding-left: 36px;
  }
  .brand-box__subcontents > *:first-child,
  .brand-box__subcontents > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .brand-box__subcontents__inner > *:first-child,
  .brand-box__subcontents__inner > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .brand-box__contents {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin-top: 3.5rem;
  }
  .brand-box__contents > *:first-child,
  .brand-box__contents > section:first-child > *:first-child {
    margin-top: 0 !important;
  }

  /*-----brand-heading2----- */
  .brand-heading2 {
    margin: 2rem 0 0;

  }
  .brand-heading2__inner {
    display: flex;
    flex-wrap: nowrap;
  }
  .brand-heading2__subtitle {
    flex-shrink: 0;
    margin-right: 1.3rem;
    padding-left: .4rem;
    font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro", 'Hiragino Sans', Osaka, "Yu Gothic", "MS PGothic", sans-serif;
    font-size: 2.6rem;
    line-height: 1;
    color: #1746ff;
  }
  .brand-heading2__title {
    font-size: 2rem;
    line-height: 1.4;
    width: 100%;
  }

  /*-----brand-heading2-v2----- */
  .brand-heading2-v2 {
    margin: 2rem 0 0;

  }
  .brand-heading2-v2__title {
    margin-right: 1rem;
    font-size: 3.2rem;
    line-height: 1.4;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  /*-----brand-heading3----- */
  .brand-heading3 {
    margin: 2rem 0 0;
  }
  .brand-heading3__title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .brand-heading3__title--highlight {
    color: #1746ff;
    font-style: normal;
  }
  .brand-heading3 + * {
    margin-top: 3.2rem !important;
  }

  /*-----brand-lead----- */
  .brand-lead {
    margin: 2.7rem 0 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.444;
  }

  /*-----brand-text----- */
  .brand-text {
    margin: 2.6rem 0 0;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .brand-lead + .brand-text {
    margin-top: 0 !important;
  }

  /*-----brand-text-v2----- */
  .brand-text-v2 {
    margin: 1.6rem 0 0;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #fff;
    text-align: center;
  }

  /*-----brand-button-wrap----- */
  .brand-button-wrap {
    display: grid;
    grid-template-columns: auto;
    margin: 5.8em 0 0;
  }
  .brand-button-wrap--centering {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 36px;
    justify-content: center;
    margin: 1.8em 0 0;
  }

  /*-----brand-button-wrap-v2----- */
  .brand-button-wrap-v2 {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 36px;
    justify-content: center;
    margin: 2em 0 0;
    padding-top: 3.2rem;
    border-top: 1px solid #fff;
  }


  /*-----brand-button----- */
  .brand-button {
    display: flex;
    width: 100%;
  }
  .brand-button[data-size-pc="3col"] {
    width: calc(((100% - (36px * (3 - 1))) / 3) - .1px);
  }
  .brand-button[data-size-pc="3col"]>* {
    width: 100%;
  }
  .brand-button[data-size-pc="4col"] {
    width: calc(((100% - (36px * (4 - 1))) / 4) - .1px);
  }
  .brand-button[data-size-pc="4col"]>* {
    width: 100%;
  }

  .brand-button__label {
    display: block;
    position: relative;
    width: 100%;
  }
  .brand-button__type {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 3.5rem 1.3rem 2rem;
    border: 1px solid #888888;
    border-radius: 30px;
    background-color: #fff;
    line-height: 1.375;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-button:not([data-size-pc]) .brand-button__type {
    min-width: 273px;
  }
  .brand-button__type:hover {
    background-color: #000064;
    border-color: #000064;
    color: #fff;
  }
  .brand-button__type::after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 24px;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    border-top: 1px solid #1746ff;
    border-right: 1px solid #1746ff;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
  }
  .brand-button__type:hover::after {
    border-color: #fff;
  }

  /*-----brand-button----- */
  .brand-button-v2 {
    display: flex;
    width: 100%;
  }
  .brand-button-v2[data-size-pc="3col"] {
    width: calc(((100% - (36px * (3 - 1))) / 3) - .1px);
  }
  .brand-button-v2[data-size-pc="3col"]>* {
    width: 100%;
  }
  .brand-button-v2[data-size-pc="4col"] {
    width: calc(((100% - (36px * (4 - 1))) / 4) - .1px);
  }
  .brand-button-v2[data-size-pc="4col"]>* {
    width: 100%;
  }

  .brand-button-v2__label {
    display: block;
    position: relative;
    width: 100%;
  }
  .brand-button-v2__type {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 3.5rem 1.4rem 2rem;
    border-radius: 30px;
    background-color: #fff;
    line-height: 1.375;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-button-v2:not([data-size-pc]) .brand-button-v2__type {
    min-width: 273px;
  }
  .brand-button-v2__type:hover {
    background-color: #000064;
    border-color: #000064;
    color: #fff;
  }
  .brand-button-v2__type::after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 24px;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    border-top: 1px solid #1746ff;
    border-right: 1px solid #1746ff;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
  }
  .brand-button-v2__type:hover::after {
    border-color: #fff;
  }


  /*-----brand-figure-wrap----- */
  .brand-figure-wrap {
    display: flex;
    justify-content: center;
    margin: .8em 0 0;
  }
  .brand-figure {
    margin: 0;
  }
  .brand-figure[data-width-pc="80per"] {
    width: 80.5%;
  }
  .brand-figure__frame--modal {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-figure__frame--modal:hover {
    text-decoration: underline;
  }
  .brand-figure__frame--modal:hover img {
    transform: scale(1.18);
  }
  .brand-figure__frame--modal:hover .brand-figure__image::before {
    transform: translate(-50%,-50%) scale(1.18);
  }
  .brand-figure__frame--modal:hover .brand-figure__image::after {
    transform: translate(-50%,-50%) scale(1.18);
  }
  .brand-figure__frame--modal:hover {
    text-decoration: underline;
  }
  .brand-figure__image {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .brand-figure__image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: min(calc((100vw / 1260) * 102), 102px);
    height: min(calc((100vw / 1260) * 102), 102px);
    background-color: #1746ff;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    content: "";
  }
  .brand-figure__image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(calc((100vw / 1260) * 28), 28px);
    height: min(calc((100vw / 1260) * 32), 32px);
    background-color: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    content: "";
  }
  .brand-figure__image > img {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-figure__caption--white {
    display: block;
    margin: 1rem 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

  .brand-figure-v2 {
    margin: 0;
  }
  .brand-figure-v2[data-width-pc="80per"] {
    width: 80.5%;
  }
  .brand-figure-v2__frame--modal {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    color: #fff !important;
  }
  .brand-figure-v2__frame--modal:hover {
    text-decoration: underline;
  }
  .brand-figure-v2__frame--modal:hover img {
    transform: scale(1.18);
  }
  .brand-figure-v2__frame--modal:hover .brand-figure-v2__image::before {
    transform: translate(-50%,-50%) scale(1.18);
  }
  .brand-figure-v2__frame--modal:hover .brand-figure-v2__image::after {
    transform: translate(-50%,-50%) scale(1.18);
  }
  .brand-figure-v2__image {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .brand-figure-v2__image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: min(calc((100vw / 1260) * 87), 87px);
    height: min(calc((100vw / 1260) * 87), 87px);
    background-color: #1746ff;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    content: "";
  }
  .brand-figure-v2__image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(calc((100vw / 1260) * 24), 24px);
    height: min(calc((100vw / 1260) * 27), 27px);
    background-color: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    content: "";
  }
  .brand-figure-v2__image > img {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-figure-v2__caption--white {
    display: block;
    margin: 1rem 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }

  /*-----brand-column----- */
  .brand-column {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2rem 36px;
    margin: 2rem 0 0;
    width: 100%;
  }
  .brand-column__item {
    width: calc((100% - (36px * 2)) / 3);
  }
    /*-----brand-social-area----- */
  .brand-social-area {
    padding-top: 80px;
    border-top: solid 1px #454545;
  }
  .brand-social-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*-----brand-social-button----- */
  .brand-social-button {
    display: flex;
    justify-content: center;
  }
  .brand-social-button__type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 56px;
    padding: 0 40px;
    text-decoration: none;
    color: #fff;
    background-color: #0067be;
    border: solid 1px #0067be;
    border-radius: 50px;
    transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
  }
  .brand-social-button__type svg {
    width: 11px;
    height: 10px;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    fill: #fff;
    transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(-50%);
  }
  .brand-social-button .brand-social-button__type.visited {
    color: #fff !important;
  }
  .brand-social-button__type:hover {
    background-color: #1a1a1a;
    color: #fff;
    border: solid 1px #1a1a1a;
  }
  .brand-social-youtube-button {
    margin-left: 30px;
  }
  .brand-social-youtube-button__type {
    display: block;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-social-youtube-button__type:hover {
    opacity: .7;
  }
  .brand-social-youtube-button__type > img {
    width: 44px;
  }
  /*-----brand-social-link----- */
  .brand-social-link {
    margin-left: 28px;
  }
  .brand-social-link__type {
    display: flex;
    align-items: center;
    line-height: 1.2;
    color: #444;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  .brand-social-link__type:hover {
    color: #444;
    text-decoration: underline;
  }
  .brand-social-link__icon {
    width: 15px;
    height: 15px;
    margin-left: 0.7em;
    fill: #252525;
    transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translateX(0);
  }

/* modal
----------------------------------------------- */
[class*=brand-modal--].modaal-wrapper .modaal-container {
  max-width: 876px;
  margin-block: 48px;
  padding: 61px;
}
[class*=brand-modal--].modaal-wrapper .modaal-close {
  top: -48px;
  right: 0;
  width: 48px;
  height: 48px;
}
[class*=brand-modal--].modaal-wrapper .modaal-close:hover {
  background-color: #5d7eff;
}
[class*=brand-modal--].modaal-wrapper .modaal-close > span::before,
[class*=brand-modal--].modaal-wrapper .modaal-close > span::after {
  width: 28px;
  height: 2px;
}

  /*-----Main__guide----- */
  .Main__guide li:not(:first-child)::before {
    position: relative;
    top: -1px;
    display: inline;
    margin: 0 8px 0 4px;
    color: #92846e;
    content: '\003e';
  }
  .Main__guide {
    width: 100%;
    background-color: #fff;
  }
  .Main__guide__inner {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 30px 7px;
    text-align: center;
  }
  .main-breadcrumb {
    margin: 0;
  }
  .main-breadcrumb li {
    margin: 0 auto;
    padding: 0 0 10px;
    display: inline;
    font-size: 1.4rem;
  }
  .main-breadcrumb__type {
    color: #444;
    text-decoration: none;
    transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .main-breadcrumb__type:hover {
    color: #444;
    text-decoration: underline;
  }
  .main-breadcrumb__type--nolink {
    font-weight: bold;
  }
  /* footer
  ----------------------------------------------- */
  .Footer__list {
    margin: 0 0 7px;
    line-height: 1.2;
    text-align: center;
  }
  .Footer__list li {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 2px 13px 1px 0;
    border-right: 1px solid #c2b7a8;
    color: #444444;
  }
  .footer-link-list__type {
    color: #444;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .footer-link-list__type:hover {
    color: #444;
    text-decoration: underline;
  }
  .Footer__body {
    padding-inline: 15px;
    border-top: 1px solid #e2ddd4;
    border-bottom: 3px solid #c7000d;
    background: #e2ddd4;
    font-size: 1.5rem;
  }
  .Footer__body__inner {
    margin-inline: auto;
    padding-block: 30px 120px;
    width: min(100%, 1200px);
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright__label {
    margin: 2px 0 0;
    color: #444444;
    font-size: 1.35rem;
  }
  /*-----footer-pagetop----- */
  .footer-pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    line-height: 0;
    opacity: 1;
    pointer-events: all;
    transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1), visibility 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .footer-pagetop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .footer-pagetop__link:hover {
    background-color: #e9e9e9;
  }
}
/* SP
----------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  /* base
  ----------------------------------------------- */
  body {
    word-wrap: break-word;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-color: #fff;
    color: #000;
    word-break: break-word;

    font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .Main__content {
    margin: 0 auto;
    width: 100%;
    padding: 23px 15px 8rem;
  }

  .util-sp-hidden {
    display: none !important;
  }

  /* header
  ----------------------------------------------- */
  .Header {
    padding-inline: 15px;
    width: 100%;
    height: 60px;
  }
  .Header__inner {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
  }
  .Header__inner  :first-child {
    margin-top: 0 !important;
  }
  .header-logo {
    width: 210px;
  }
  .header-logo__type {
    display: block;
    width: 100%;
  }
  .header-logo__type > img {
    max-width: 100%;
    height: auto;
  }

  /* contents
  ----------------------------------------------- */
  /*-----brand-main-visual----- */
  .brand-main-visual {
    width: 100%;
  }
  .brand-main-visual__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*-----brand-layout----- */
  .brand-layout {
    width: 100%;
    background-color: #fff;
  }
  .brand-layout__inner {
    margin: 0 auto;
    padding: 0 0 2rem;
  }
  /*-----brand-layout-v2----- */
  .brand-layout-v2 {
    margin: 0 -15px;
    width: calc(100% + (15px * 2));
    background-color: #dff1ff;
  }
  .brand-layout-v2__inner {
    padding: 1.9rem 0 0;
  }
  /*-----brand-layout-v3----- */
  .brand-layout-v3 {

    margin: 0 -15px;
    width: calc(100% + (15px * 2));
    background: #1646ff url(../images/index_bg_03_sp.jpg) repeat-y 50% 0/cover;
  }
  .brand-layout-v3__inner {
    padding: 3rem 15px 2.6rem;
  }
  .brand-layout-v3__inner > *:first-child,
  .brand-layout-v3__inner > section > *:first-child {
    margin-top: 0 !important;
  }
  /*-----brand-layout-v4----- */
  .brand-layout-v4 {
    width: 100%;
    margin-top: 24.667vw;
    background-color: #fff;
    padding: 0 15px;
  }
  .brand-layout-v4__inner {
    margin: 0 auto;
  }
  .brand-layout-v4__inner > *:first-child,
  .brand-layout-v4__inner > section > *:first-child {
    margin-top: 0 !important;
  }
  /*-----.brand-fix----- */
  .brand-fix {
    position: relative;
  }

  .brand-fix__nav-area {
    position: sticky;
    padding: 9px 15px;
    top: 0;
    left: 0;
    background-color: #dff1ff;
    z-index: 100;
    transition: box-shadow .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-fix.is-brand-fix-fixed .brand-fix__nav-area {
    box-shadow: 0 5px 20px -4px rgba(51, 51, 51, .25);
  }

  .brand-fix__nav-sticky {
    position: relative;
  }

  .brand-fix__nav {
    overflow-x: auto;
  }
  .brand-fix__nav-list {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .brand-fix__nav-list > li{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .brand-fix__nav-list > li::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 13px;
    height: 1px;
    background-color: #d7d7d7;
    content: "";
    z-index: -1;
  }
  .brand-fix__nav-list > li:last-child::after {
    content: none;
  }
  .brand-fix__nav-list > li:first-child {
    margin-top: 0 !important;
  }
  .brand-fix__nav-list__link {
    display: block;
    padding: 5px 6px 5px;
    height: 100%;
    background-color: #dff1ff;
    color: #000;
    text-decoration: none;
    outline-offset: -1px;
  }

  .brand-fix__nav-list > li.is-current .brand-fix__nav-list__link {
    background-color: #fff;
    color: #1746ff;
  }

  .brand-fix__nav-list__sub {
    display: block;
    font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro", 'Hiragino Sans', Osaka, "Yu Gothic", "MS PGothic", sans-serif;
    font-size: 1.1rem;
    line-height: 1.41;
  }
  .brand-fix__nav-list__title {
    display: block;
    font-size: 1.2rem;
    line-height: 1.41666;
    font-weight: 700;
    white-space: nowrap;
  }

  .brand-fix__contents-area {
    margin: 1.8rem 0 0;
    padding: 0 15px 2.8rem;
    width: 100%;
  }
  .brand-fix__contents-area > *:first-child {
    margin-top: 0 !important;
  }

  /*-----brand-box----- */
  .brand-box {
    margin: 2.8rem 0 0;
    background-image: url(../images/index_bg_02_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    background-color: #fff;
  }
  .brand-box__inner {
    padding: 2.6rem 14px 1.8rem;
  }
  .brand-box__inner > *:first-child,
  .brand-box__inner > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .brand-box__heading {

  }

  .brand-box__heading > *:first-child,
  .brand-box__heading > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .brand-box__subcontents {
    margin: .5rem 0 0;
  }
  .brand-box__subcontents > *:first-child,
  .brand-box__subcontents > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .brand-box__subcontents__inner > *:first-child,
  .brand-box__subcontents__inner > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .brand-box__contents {
    margin: 2rem 0 0;
  }
  .brand-box__contents > *:first-child,
  .brand-box__contents > section:first-child > *:first-child {
    margin-top: 0 !important;
  }

  /*-----brand-heading2----- */
  .brand-heading2 {
    margin: 2rem 0 0;

  }
  .brand-heading2__inner {
    display: flex;
    flex-wrap: nowrap;
  }
  .brand-heading2__subtitle {
    flex-shrink: 0;
    margin-right: .7rem;
    font-family: Arial, Meiryo, "Hiragino Kaku Gothic Pro", 'Hiragino Sans', Osaka, "Yu Gothic", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #1746ff;
  }
  .brand-heading2__title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
  }

  /*-----brand-heading2-v2----- */
  .brand-heading2-v2 {
    margin: 2rem 0 0;

  }
  .brand-heading2-v2__title {
    margin-right: 1rem;
    font-size: 1.8rem;
    line-height: 1.388;
    color: #fff;
    width: 100%;
  }
  /*-----brand-heading3----- */
  .brand-heading3 {
    margin: 2rem 0 0;
  }
  .brand-heading3__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.388;
  }
  .brand-heading3__title--highlight {
    color: #1746ff;
    font-style: normal;
  }
  .brand-heading3 + * {
    margin-top: 2rem !important;
  }

  /*-----brand-lead----- */
  .brand-lead {
    margin: 2rem 0 0;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.357;
  }

  /*-----brand-text----- */
  .brand-text {
    margin: 1.9rem 0 0;
    font-size: 1.2rem;
    line-height: 1.58;
  }
  .brand-lead + .brand-text {
    margin-top: 0 !important;
  }

  /*-----brand-text-v2----- */
  .brand-text-v2 {
    margin: .8rem 0 0;
    font-size: 1.2rem;
    line-height: 1.583;
    color: #fff;
  }

  /*-----brand-button-wrap----- */
  .brand-button-wrap {
    display: grid;
    grid-template-columns: auto;
    margin: 1em 0 0;
  }
  .brand-button-wrap--centering {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 36px;
    justify-content: center;
    margin: 1.2em 0 0;
  }

  /*-----brand-button-wrap-v2----- */
  .brand-button-wrap-v2 {
    margin: 1.5em 0 0;
    padding-top: 2.6rem;
    border-top: 1px solid #fff;
  }
  .brand-button-wrap-v2 > *:first-child {
    margin-top: 0 !important;
  }


  /*-----brand-button----- */
  .brand-button {
    display: flex;
    width: 100%;
  }


  .brand-button__label {
    display: block;
    position: relative;
    width: 100%;
  }
  .brand-button__type {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3.8rem 1rem 2.2rem;
    border: 1px solid #888888;
    border-radius: 30px;
    background-color: #fff;
    line-height: 1.3928;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    color: #000;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-button__type::after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 22px;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    border-top: 1px solid #1746ff;
    border-right: 1px solid #1746ff;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
  }

    /*-----brand-button-v2----- */
  .brand-button-v2 {
    display: flex;
    width: 100%;
  }
  .brand-button-v2 + .brand-button-v2 {
    margin-top: 1.5rem;
  }
  .brand-button-v2__label {
    display: block;
    position: relative;
    width: 100%;
  }
  .brand-button-v2__type {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3.8rem 1.2rem 2.2rem;
    border-radius: 30px;
    background-color: #fff;
    line-height: 1.3928;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    color: #000;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-button-v2__type::after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 22px;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    border-top: 1px solid #1746ff;
    border-right: 1px solid #1746ff;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
  }


  /*-----brand-figure-wrap----- */
  .brand-figure-wrap {
    display: flex;
    justify-content: center;
    margin: .8em 0 0;
  }
  .brand-figure {
    margin: 0;
  }
  .brand-figure[data-width-sp="80per"] {
    width: 80%;
  }
  .brand-figure__frame--modal {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .brand-figure__frame--modal::before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background-color: #1746ff;
    transform: translate(-50%,-50%);
    content: "";
  }
  .brand-figure__frame--modal::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 23px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translate(-50%,-50%);
    content: "";
  }
  .brand-figure__frame--modal > img {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .brand-figure__caption--white {
    display: block;
    margin: 1rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .brand-figure-v2 {
    margin: 0;
  }
  .brand-figure-v2[data-width-sp="80per"] {
    width: 80%;
  }
  .brand-figure-v2__frame--modal {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .brand-figure-v2__image {
    position: relative;
  }
  .brand-figure-v2__image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #1746ff;
    transform: translate(-50%,-50%);
    content: "";
  }
  .brand-figure-v2__image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 23px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translate(-50%,-50%);
    content: "";
  }
  .brand-figure-v2__frame--modal > img {

  }

  .brand-figure-v2__caption--white {
    display: block;
    margin: 1rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  /*-----brand-column----- */
  .brand-column {
    margin: 1rem 0 0;
    width: 100%;
  }
  .brand-column__item + .brand-column__item {
    margin-top: 1rem;
  }

  /*-----brand-info----- */
  .brand-info > :first-child {
    margin-top: 0 !important;
  }
  .brand-info__lead {
    margin: 1em 0 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000;
    font-weight: bold;
  }
  .brand-info__text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #000;
    margin: 0;
  }
  .brand-info__column {
    margin-top: 2em;
    width: 100%;
  }
  .brand-info__column__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }
  /*-----brand-info-list----- */
  .brand-info-list-wrap {
    margin: 1em 0 0;
  }
  .brand-info-list-wrap > :first-child {
    margin-top: 0 !important;
  }
  .brand-info-link-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
  }
  .brand-info-link-list > :first-child {
    margin-top: 0 !important;
  }
  .brand-info-link-list > li {
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
    color: #000;
    list-style: none;
  }
  .brand-info-link-list__type--pdf {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
  }
  .brand-info-link-list__type--pdf:hover {
    color: #000;
    text-decoration: none;
  }
  .brand-info-link-list__type--pdf::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    width: 14px;
    height: 14px;
    margin-left: 0.7rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/com_ic_01.png);
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
  }
  .brand-info-link-list__filesize {
    font-style: normal;
  }
  /*-----brand-change----- */
  .brand-change {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 1.7em auto 0;
  }
  .brand-change-figure {
    margin: 0;
    text-align: center;
  }
  .brand-change__item--before {
    width: 30%;
  }
  .brand-change__item--after {
    position: relative;
    margin-left: calc((90 / 750) * 100vw);
    flex: 1;
  }
  .brand-change__item--after::before {
    content: "";
    position: absolute;
    width: calc((61 / 750) * 100vw);
    height: calc((57 / 750) * 100vw);
    top: 50%;
    transform: translateY(-50%);
    left: calc(((-151 / 750) * 100vw) / 2);
    background-image: url(../images/com_ic_02.png);
    background-size: 100%;
  }
  .brand-change-figure__frame {
    display: grid;
    align-items: center;
    justify-content: center;
    height: calc((156 / 750) * 100vw);
  }
  .brand-change__item--before .brand-change-figure__frame > img {
    width: calc((109 / 750) * 100vw);
  }
  .brand-change__item--after .brand-change-figure__frame > img {
    width: calc((347 / 750) * 100vw);
  }
  .brand-change-figure__caption {
    margin: .5em 0 0;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .brand-change-figure__caption-v2 {
    margin: .5em 0 0;
    font-size: 1.4rem;
    white-space: nowrap;
    padding-left: calc((100 / 750) * 100vw);
  }
  /*-----brand-social-area----- */
  .brand-social-area {
    padding-top: 66px;
    border-top: solid 1px #454545;
  }
  .brand-social-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 4vw;
  }
  /*-----brand-social-button----- */
  .brand-social-button {
    display: flex;
    justify-content: center;
  }
  .brand-social-button__type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 56px;
    padding: 0 40px;
    color: #fff;
    font-size: calc((26 / 750) * 100vw);
    font-weight: 700;
    letter-spacing: 0.01em;
    background-color: #0067be;
    border: solid 1px #0067be;
    border-radius: 50px;
    text-decoration: none;
  }
  .brand-social-button .brand-social-button__type.visited {
    color: #fff !important;
  }
  .brand-social-button__type svg {
    width: 11px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    fill: #fff;
    transform: translateY(-50%);
  }
  .brand-social-button__type:hover {
    background-color: #1a1a1a;
    color: #fff;
    border: solid 1px #1a1a1a;
  }
  .brand-social-youtube-button {
    margin-left: calc((36 / 750) * 100vw);
  }
  .brand-social-youtube-button__type {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .brand-social-youtube-button__type > img {
    width: calc((121 / 750) * 100vw);
    max-width: 61px;
  }
  /*-----brand-social-link----- */
  .brand-social-link {
    margin-top: 6vw;
  }
  .brand-social-link__type {
    display: flex;
    align-items: center;
    line-height: 1.6;
    color: #444;
    font-size: calc((21 / 750) * 100vw);
    text-decoration: none;
    text-align: center;
  }
  .brand-social-link__type:hover {
    color: #444;
    text-decoration: none;
  }
  .brand-social-link__icon {
    width: 1em;
    height: 1em;
    margin-left: 0.8em;
    margin-top: -0.25em;
    fill: #252525;
    transform: translateX(0);
  }

  /* modal
  ----------------------------------------------- */
  [class*=brand-modal--].modaal-wrapper .modaal-container {
    margin-block: 40px;
    padding: calc(39px / 2);
  }
  [class*=brand-modal--].modaal-wrapper .modaal-inner-wrapper {
    padding-inline: 15px;
  }
  [class*=brand-modal--].modaal-wrapper .modaal-close {
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
  }
  [class*=brand-modal--].modaal-wrapper .modaal-close > span::before,
  [class*=brand-modal--].modaal-wrapper .modaal-close > span::after {
    width: 14px;
    height: 1px;
  }
/*-----Main__guide----- */
  .Main__guide {
    width: 100%;
    background-color: #fff;
  }
  .Main__guide li:not(:first-child)::before {
    position: relative;
    top: -1px;
    display: inline;
    margin: 0 8px 0 3px;
    color: #92846e;
    content: '\003e';
  }
  .Main__guide__inner {
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-breadcrumb {
    text-align: left;
    margin: 0;
    line-height: 1.4;
  }
  .main-breadcrumb li {
    margin: 0 auto;
    padding: 0;
    display: inline;
    font-size: 1.2rem;
    vertical-align: baseline;
  }
  .main-breadcrumb__type {
    color: #444;
    text-decoration: none;
  }
  .main-breadcrumb__type:hover {
    color: #444;
    text-decoration: none;
  }
  .main-breadcrumb__type--nolink {
    font-weight: bold;
  }
  /* footer
  ----------------------------------------------- */
  .Footer__list {
    margin: 0 0 6px;
    line-height: 1.2;
    text-align: center;
    list-style: none;
  }
  .Footer__list li {
    display: inline-block;
    margin: 2px 7px 2px 0;
    padding: 1px 13px 1px 0;
    font-size: 1.25rem;
    border-right: 1px solid #c2b7a8;
    color: #444444;
  }
  .footer-link-list__type {
    color: #444;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .footer-link-list__type:hover {
    color: #444;
    text-decoration: underline;
  }
  .Footer__body {
    min-width: initial;
    padding: 0 15px 75px;
    border-top: 1px solid #e2ddd4;
    border-bottom: 3px solid #c7000d;
    background: #e2ddd4;
    font-size: 1.4rem;
  }
  .Footer__body__inner {
    margin: 22px auto 0;
    text-align: center;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright__label {
    margin: 2px 0 0;
    color: #444444;
    font-size: 1.05rem;
  }
  /*-----footer-pagetop----- */
  .footer-pagetop {
    position: fixed;
    right: 17px;
    bottom: 17px;
    z-index: 100;
    line-height: 0;
    opacity: 1;
    pointer-events: all;
  }
  .footer-pagetop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(calc((100vw / 375) * 64), 64px);
    height: min(calc((100vw / 375) * 64), 64px);
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }

}

@media print {
  body {
    page: print-width;
    width: 1260px !important;
    margin: 0 auto !important;
    zoom: .85;
  }
  .brand-fix__nav-sticky {
    position: absolute;
  }
}