@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  contain: paint;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media only screen and (min-width: 412px) {
  .br-sp {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media only screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media only screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media only screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.section__inner, .l-content {
  padding: 100px 0;
}
@media only screen and (min-width: 767px) {
  .section__inner, .l-content {
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-dib {
  display: inline-block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

* {
  box-sizing: border-box; /* paddingが要素サイズに含まれる */
}

/* 初期状態（透明） */
[data-scroll] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scrollIn {
  opacity: 1;
  transform: translateY(0);
}

.brandHistoryText {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.brandHistoryText.on {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}

.p-mv {
  background-image: linear-gradient(90deg, #eb6100, #e50112);
}
@media only screen and (min-width: 1024px) {
  .p-mv {
    overflow: hidden;
  }
}
.p-mv__inner {
  padding: 20px 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(375px, 100%);
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .p-mv__inner {
    padding: 20px 0 30px;
    width: min(768px, 94%);
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__inner {
    padding: 57px 40px 40px;
    margin: auto;
    width: min(1100px, 100%);
  }
}
@media only screen and (min-width: 767px) {
  .p-mv__pcInner {
    display: flex;
    gap: 18px;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__pcInner {
    display: flex;
    gap: 18px;
    justify-content: center;
  }
}
.p-mv__logo {
  display: block;
  margin: 52px auto 0;
}
@media only screen and (min-width: 767px) {
  .p-mv__logo {
    margin: 0;
    width: 282.6666666667px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__logo {
    margin: 0;
    width: min(424px, 80%);
    height: 306px;
  }
}
.p-mv__img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .p-mv__text1 {
    width: 290px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__text1 {
    width: 435px;
  }
}
.p-mv__text2 {
  display: block;
  margin: 25px 0 0;
}
@media only screen and (min-width: 767px) {
  .p-mv__text2 {
    width: 362.6666666667px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__text2 {
    margin: 42px 0 0;
    width: 544px;
  }
}
.p-mv__brandTextBlock {
  margin: 17px 0 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 767px) {
  .p-mv__brandTextBlock {
    margin: 35px 0 58px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__brandTextBlock {
    gap: 22px;
  }
}
.p-mv__text3 {
  display: block;
}
@media only screen and (min-width: 767px) {
  .p-mv__text3 {
    width: 138.6666666667px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__text3 {
    min-width: 208px;
  }
}
.p-mv__text4 {
  display: block;
}
@media only screen and (min-width: 767px) {
  .p-mv__text4 {
    width: 167.3333333333px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__text4 {
    width: min(251px, 22.8vw);
  }
}
.p-mv__text5 {
  display: block;
}
@media only screen and (min-width: 767px) {
  .p-mv__text5 {
    width: 196px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__text5 {
    min-width: 294px;
  }
}
.p-mv__text6 {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .p-mv__text6 {
    min-width: 446px;
  }
}
.p-mv__linkBlock {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-top: 37px;
  color: #fff;
  font-size: 10px;
}
@media only screen and (min-width: 767px) {
  .p-mv__linkBlock {
    margin-top: 0;
    width: 45vw;
    align-self: flex-end;
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__linkBlock {
    margin-top: 0;
    width: 488px;
    align-self: flex-end;
    gap: 40px;
  }
}
.p-mv__linkItem {
  display: block;
  color: #fff !important;
}
.p-mv__linkItem:hover, .p-mv__linkItem:active {
  color: #fff !important;
  text-decoration: none !important;
}
.p-mv__linkText {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .p-mv__linkText {
    font-size: 14px;
  }
}
.p-mv__linkText::after {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  margin: 6px auto 10px;
  content: "";
  display: block;
  background: url("../_images/link_arrow.svg") no-repeat;
  width: 10px;
  height: 7px;
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .p-mv__linkText::after {
    width: 17px;
    height: 11px;
  }
}
.p-mv__linkImg {
  filter: drop-shadow(0 0px 10px rgb(255, 255, 255));
}
@media only screen and (min-width: 1024px) {
  .p-mv__linkImg.-aq {
    width: 139px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__linkImg.-gordon {
    width: 121px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__linkImg.-arta {
    width: 148px;
  }
}
.p-mv__textNormal {
  margin: 33px auto 30px;
  color: #fff;
  font-size: 10px;
}
@media only screen and (min-width: 767px) {
  .p-mv__textNormal {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mv__textNormal {
    margin: 43px 0 0;
    font-size: 18px;
  }
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.js-mvImg {
  opacity: 0;
}
.js-mvImg.active {
  opacity: 1;
}

.scrollUp {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scrollUp.on {
  transform: translateY(0);
  opacity: 1;
}

.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.on {
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scrollLeft {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.scrollLeft.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
}

.p-pb {
  background: #000;
  color: #fff;
  font-size: min(4.26vw, 16px);
}
.p-pb__inner {
  margin: auto;
  padding: 100px 48px;
  width: min(375px, 100%);
}
@media only screen and (min-width: 767px) {
  .p-pb__inner {
    padding: 100px 0;
    width: min(768px, 94%);
  }
}
@media only screen and (min-width: 1024px) {
  .p-pb__inner {
    padding: 100px 0;
    width: 820px;
  }
}
.p-pb__title {
  font-size: min(13.33333vw, 50px);
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .p-pb__title {
    font-size: 96px;
    letter-spacing: 0.96px;
  }
}
.p-pb__titleLine {
  display: block;
}
@media only screen and (min-width: 767px) {
  .p-pb__titleLine {
    display: inline;
  }
}
@media only screen and (min-width: 767px) {
  .p-pb__titleLine.-brand {
    margin-left: 0.4em;
  }
}
.p-pb__textBox {
  margin-top: 24px;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) {
  .p-pb__textBox {
    margin-top: 40px;
    line-height: 2;
    letter-spacing: 1px;
  }
}
.p-pb__para {
  line-height: 1.8;
}
.p-pb__para:not(:first-of-type) {
  margin-top: 1em;
}
@media only screen and (min-width: 767px) {
  .p-pb__pcInline {
    display: flex;
    gap: 0;
  }
}

.prompt-semibold {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.typing-effect {
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  line-height: 0.96;
  letter-spacing: 0.5px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (min-width: 767px) {
  .typing-effect {
    letter-spacing: 0.96px;
  }
}
.typing-effect.one {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 9.2ch;
  -webkit-animation: fadeIn 0s 0s forwards, typing 1s steps(8) forwards, effect 0.5s step-end infinite alternate, borderFade 0s 1s forwards;
          animation: fadeIn 0s 0s forwards, typing 1s steps(8) forwards, effect 0.5s step-end infinite alternate, borderFade 0s 1s forwards;
}
.typing-effect.two {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 7ch;
  -webkit-animation: fadeIn 0s 0s forwards, typing 1s steps(7) forwards, effect 0.5s step-end infinite alternate, borderFade 0s 1s forwards;
          animation: fadeIn 0s 0s forwards, typing 1s steps(7) forwards, effect 0.5s step-end infinite alternate, borderFade 0s 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (min-width: 767px) {
  .typing-effect.two {
    margin-right: 0.25em;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 6ch;
  }
}
.typing-effect.three {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 6ch;
  -webkit-animation: fadeIn 0s 0s forwards, typing 1s steps(5) forwards, effect 0.5s step-end infinite alternate, borderFade 0s 1s forwards;
          animation: fadeIn 0s 0s forwards, typing 1s steps(5) forwards, effect 0.5s step-end infinite alternate, borderFade 0s 1s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media only screen and (min-width: 767px) {
  .typing-effect.three {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.typing-effect.four {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 6.5ch;
  -webkit-animation: fadeIn 0s 0s forwards, typing 1s steps(5) forwards, effect 0.5s step-end infinite alternate;
          animation: fadeIn 0s 0s forwards, typing 1s steps(5) forwards, effect 0.5s step-end infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}
@-webkit-keyframes effect {
  50% {
    border-color: transparent;
  }
}
@keyframes effect {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes borderFade {
  to {
    border-right: none;
  }
}
@keyframes borderFade {
  to {
    border-right: none;
  }
}
@-webkit-keyframes brandImg {
  0% {
    width: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    width: 200%;
  }
}
@keyframes brandImg {
  0% {
    width: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    width: 200%;
  }
}
@-webkit-keyframes historyZoomSp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.55);
  }
}
@keyframes historyZoomSp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.55);
  }
}
@-webkit-keyframes historyZoomPc {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes historyZoomPc {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.p-pb-history {
  margin-top: -1px;
  color: #fff;
  background: #000;
  contain: paint;
}
.p-pb-history__innerWrap {
  position: relative;
  padding: 100px 0;
}
@media only screen and (min-width: 767px) {
  .p-pb-history__innerWrap {
    padding: 209px 0;
  }
}
.p-pb-history__imgPlace {
  position: absolute;
  top: 23%;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .p-pb-history__imgPlace {
    top: 25%;
    transform: translateY(-25%);
  }
}
@media only screen and (min-width: 767px) {
  .p-pb-history__imgPlace {
    top: 10%;
    transform: translateY(-10%);
  }
}
.p-pb-history__imgPlace.on {
  -webkit-animation: 3s linear 0s 1 historyZoomSp forwards;
          animation: 3s linear 0s 1 historyZoomSp forwards;
}
@media only screen and (min-width: 767px) {
  .p-pb-history__imgPlace.on {
    -webkit-animation: 3s linear 0s 1 historyZoomPc forwards;
            animation: 3s linear 0s 1 historyZoomPc forwards;
  }
}
.p-pb-history__history {
  position: relative;
  background: #000;
}
.p-pb-history__inner {
  position: relative;
  z-index: 1;
}
.p-pb-history__title {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  font-size: min(7.46vw, 28px);
}
@media only screen and (min-width: 767px) {
  .p-pb-history__title {
    font-size: 46px;
    text-align: center;
  }
}
.p-pb-history__50th {
  display: block;
  margin: 22px auto;
}
.p-pb-history__text {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.16px;
  font-size: min(4.26vw, 16px);
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .p-pb-history__text {
    font-size: 20px;
  }
}
.p-pb-history__descriptionWrap {
  margin: auto;
  width: 84%;
}
.p-pb-history__description {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media only screen and (min-width: 767px) {
  .p-pb-history__img {
    width: 820px;
    height: 410px;
  }
}

.historyBlockWrapAll {
  position: relative;
  background: #000;
}

.historyBlockWrap {
  box-sizing: border-box;
  padding: 0 1rem;
  margin: auto;
  position: relative;
  position: relative;
  background: #000;
  width: min(375px, 100%);
}
@media only screen and (min-width: 767px) {
  .historyBlockWrap {
    margin: auto;
    width: min(768px, 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .historyBlockWrap {
    padding: 0;
    margin: auto;
    width: min(1100px, 96%);
  }
}
@media only screen and (min-width: 1100px) {
  .historyBlockWrap {
    padding: 0;
    margin: auto;
    width: min(1100px, 100%);
  }
}
.historyBlockWrap::before {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  left: 0;
  content: "";
  background: url(../_images/history_circle.svg) no-repeat;
  width: min(36px, 8.6vw);
  height: min(36px, 8.6vw);
  background-size: contain;
  z-index: 1;
  transform: translateX(1.5vw);
}
@media only screen and (min-width: 767px) {
  .historyBlockWrap::before {
    top: 200px;
    transform: translateX(6vw);
  }
}
@media only screen and (min-width: 767px) and (orientation: landscape) {
  .historyBlockWrap::before {
    top: 14vw;
    transform: translateX(3vw);
  }
}
@media only screen and (min-width: 1024px) {
  .historyBlockWrap::before {
    transform: translateX(-1.5vw);
  }
}
@media only screen and (min-width: 1100px) {
  .historyBlockWrap::before {
    transform: translateX(-1.1vw);
  }
}
.historyBlockWrap::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: orange;
  top: 0;
  left: 0;
  transform: translateX(10vw);
}
@media only screen and (orientation: landscape) {
  .historyBlockWrap::after {
    transform: translateX(6.5vw);
  }
}
@media only screen and (min-width: 1024px) {
  .historyBlockWrap::after {
    transform: translateX(0);
  }
}
.historyBlockWrap__inner.active {
  position: fixed;
  height: 778px;
  width: 100%;
}

.historyBlock {
  padding: 40px 0;
  margin: auto;
  text-align: center;
  width: min(327px, 100%);
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .historyBlock {
    padding: 100px 0;
    width: min(768px, 100%);
    top: 12vh;
  }
}
@media only screen and (min-width: 767px) {
  .historyBlock {
    padding: 200px 0;
    width: min(1100px, 100%);
    top: 12vh;
  }
}
.historyBlock__imgWrap {
  position: relative;
}
.historyBlock__img {
  margin-left: auto;
  display: block;
  top: 245px;
  top: 60px;
  right: 0;
  transition: visible 0.5s;
  width: 80%;
}
@media only screen and (min-width: 767px) {
  .historyBlock__img {
    width: min(768px, 90%);
    top: 77px;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .historyBlock__img {
    margin: auto;
    width: min(1100px, 100%);
  }
}
@media only screen and (min-width: 767px) {
  .historyBlock__allImgWrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}

.section {
  position: relative;
  background: #00b0ec;
  color: #fff;
}
.section.-gordon {
  background: #9f9772;
  color: #000;
}
.section.-arta {
  background: #000;
  color: #fff;
}
.section__inner {
  margin: auto;
  padding: 100px 2rem;
  width: min(375px, 100%);
}
@media only screen and (min-width: 767px) {
  .section__inner {
    margin: auto;
    width: min(1100px, 90%);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    gap: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .section__inner {
    padding: 200px 0;
    width: min(1100px, 100%);
  }
}
@media only screen and (min-width: 767px) {
  .section__contents {
    width: min(820px, 60%);
  }
}
@media only screen and (min-width: 1100px) {
  .section__contents {
    width: min(820px, 100%);
  }
}
.section__title {
  text-align: center;
}
.section__titleImg {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .section__titleImg {
    margin: inherit;
    width: 240px;
    width: min(240px, 80%);
    height: 1÷93px;
  }
}
.section__img {
  display: block;
  margin: 40px auto 24px;
}
@media only screen and (min-width: 767px) {
  .section__img {
    margin: auto;
    width: 820px;
    height: 410px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__img {
    margin: auto;
    width: 820px;
    height: 410px;
  }
}
.section__productBrand {
  font-size: 11px;
  font-weight: bold;
}
.section__productBrand::before {
  margin-right: 4px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 999px;
  line-height: 1.75;
}
.section__productBrand.-black::before {
  background: #000;
}
@media only screen and (min-width: 767px) {
  .section__productBrand {
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) {
  .section__brandDisc {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__brandDisc {
    width: min(347px, 44%);
    flex-basis: 347px;
    flex: 1;
  }
}
.section__brandDiscText {
  margin-top: 20px;
  line-height: 1.75;
}
@media only screen and (min-width: 1024px) {
  .section__brandDiscText {
    margin-top: 0;
    width: min(453px, 56%);
    font-size: min(1.36vw, 14px);
    line-height: 1.8;
    letter-spacing: 0.14px;
  }
}
.section__text1 {
  margin-top: 10px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (min-width: 767px) {
  .section__text1 {
    font-size: min(2.6vw, 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .section__text1 {
    font-size: min(1.81vw, 20px);
  }
}
.section__text2 {
  margin-top: 10px;
  line-height: 1.75;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .section__text2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) {
  .section__text2 {
    font-size: min(2.08vw, 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .section__text2 {
    font-size: min(1.45vw, 16px);
  }
}
.section__linkWrap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 1100px) {
  .section__linkWrap {
    margin-top: 40px;
    flex-direction: row;
    gap: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__link {
    width: 400px;
  }
}
@media only screen and (min-width: 767px) {
  .section__textWrap {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__textWrap {
    display: flex;
    gap: 20px;
  }
}

.para:not(:first-of-type) {
  margin-top: 2em;
}

.link {
  position: relative;
  display: flex;
  padding: 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #0b8af5;
  background: #fff;
  color: #0b8af5 !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.16px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 320px) {
  .link__line {
    display: block;
  }
}
@media only screen and (min-width: 375px) {
  .link__line {
    display: inline-block;
  }
}
@media only screen and (min-width: 767px) {
  .link {
    padding: 17px;
    font-size: min(1.6vw, 20px);
  }
}
@media only screen and (min-width: 1100px) {
  .link {
    font-size: min(1.8vw, 20px);
  }
}
.link:hover, .link:active {
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  .link:hover::after, .link:active::after {
    right: 12px;
  }
}
.link::after {
  position: absolute;
  right: 16px;
  display: inline-block;
  content: "";
  background: url("../_images/blue_arrow.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: 0.2s;
}
.link.-gordon {
  border: 1px solid #fff;
  background: #000;
  color: #fff !important;
}
.link.-gordon::after {
  background: url("../_images/white_arrow.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.link.-arta {
  border: 1px solid #fff;
  background: #a50000;
  color: #fff !important;
}
.link.-arta::after {
  background: url("../_images/white_arrow.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.js-details .icon {
  transform: rotate(180deg);
}

.js-details.is-opened .icon {
  transform: rotate(0);
}

@media only screen and (min-width: 767px) {
  .p-faq {
    padding: 170px 0 0;
    margin: auto;
  }
  .p-faq:not(:first-child) {
    padding-top: 120px;
  }
}
.p-faq__title {
  padding: 9px 24px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 767px) {
  .p-faq__title {
    padding: 10px 24px;
    font-size: 22px;
  }
}
.p-faq__question {
  position: relative;
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .p-faq__question {
    padding: 20px 18px;
    align-items: flex-start;
  }
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}
.p-faq__answer {
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 767px) {
  .p-faq__answer {
    padding: 20px 18px;
  }
}
.p-faq__details {
  border-top: 1px solid #fff;
}
.p-faq .faq-icon {
  margin-right: 12px;
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.p-faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.js-details.is-opened .js-arrow::after {
  width: 0;
}

.js-fadein {
  opacity: 0;
  transition: 2s;
  transition-property: transform, opacity;
}

/*フローティング*/
.floating-bnr {
  position: fixed;
  bottom: 5px;
  right: 1vw;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .floating-bnr {
    bottom: 10px;
    right: 18px;
  }
}
@media only screen and (min-width: 767px) {
  .floating-bnr__img {
    width: 160px;
    height: 160px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .floating-bnr__img:hover {
    opacity: 0.7;
  }
}

/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}

.modal {
  cursor: pointer;
  transition: 0.2s;
}
.modal:hover {
  opacity: 0.7;
}

#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#modalWin {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 102;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -25px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */
.o {
  background: pink;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/*# sourceMappingURL=ppbrand.css.map */