@charset "UTF-8";
/*================================================================
 *FILE          :single-brand.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* 共通パーツ
-----------------------------------------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  scrollbar-width: none; }
  .breadcrumb::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .breadcrumb {
      margin-bottom: 32px;
      margin-left: 21px; } }

a.breadcrumb_item {
  position: relative; }
  a.breadcrumb_item::after {
    content: url(../images/common/icn_arrow_gr.svg);
    padding: 0 20px;
    margin-top: -1px; }

.breadcrumb_item {
  white-space: nowrap;
  font-size: 14px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .breadcrumb_item {
      padding: 3.738317757vw 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .breadcrumb_item {
      padding: 24px 0 17px; } }

.breadcrumb_item_separator {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  rotate: 45deg;
  margin: 2px 18px; }

.c-brand_title {
  opacity: 0;
  translate: 0 30px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center; }
  .c-brand_title.is-appear {
    opacity: 1;
    translate: 0 0;
    -webkit-transition: opacity 1s ease, translate 1s ease;
    transition: opacity 1s ease, translate 1s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-brand_title {
      font-size: 28px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-brand_title {
      font-size: 30px; } }

.c-arrow {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1c1411;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .c-arrow.c-arrow-white {
    color: #fff; }
  .c-arrow.c-arrow-bottom {
    rotate: 90deg; }

#brand.content {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  #brand.content .l-container {
    font-family: "Noto Sans JP", serif; }
  #brand.content .fvSection {
    opacity: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .fvSection {
        aspect-ratio: 1/1;
        margin: 15px auto 56px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .fvSection {
        width: 1120px;
        height: 563px;
        margin: 40px auto 80px; } }
    #brand.content .fvSection.is-appear {
      opacity: 1; }
  #brand.content .fvSection_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  #brand.content .fvSection_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25; }
  #brand.content .fvSection_content {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px; }
  #brand.content .fvSection_logoContainer {
    margin: auto; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .fvSection_logoContainer {
        width: 200px;
        height: 77px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .fvSection_logoContainer {
        width: 260px;
        height: 100px; } }
  #brand.content .fvSection_logo {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; }
  #brand.content .fvSection_subtitle {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: block; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .fvSection_subtitle {
        margin-top: 12px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .fvSection_subtitle {
        margin-top: 16px; } }
  #brand.content .fvSection_divider {
    width: 30px;
    height: 1px;
    background-color: #fff;
    padding-bottom: 1px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .fvSection_divider {
        margin-top: 24px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .fvSection_divider {
        margin-top: 40px; } }
  #brand.content .fvSection_catchCopy {
    color: #fff;
    font-weight: bold;
    text-align: center; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .fvSection_catchCopy {
        font-size: 18px;
        letter-spacing: 0.02em;
        line-height: 1.6;
        margin-top: 24px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .fvSection_catchCopy {
        font-size: 30px;
        line-height: 1.8;
        letter-spacing: 0.05em;
        margin-top: 40px; } }
  #brand.content .aboutSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .aboutSection {
        padding: 0 calc(20 / 375 * 100vw) 56px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .aboutSection {
        max-width: 996px;
        margin: 0 auto;
        padding: 0 20px 80px; } }
  #brand.content .aboutSection_logoContainer {
    opacity: 0;
    translate: 0 30px;
    margin: 12px auto 0; }
    #brand.content .aboutSection_logoContainer.is-appear {
      opacity: 1;
      translate: 0 0;
      -webkit-transition: opacity 1s ease, translate 1s ease;
      transition: opacity 1s ease, translate 1s ease; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .aboutSection_logoContainer {
        width: 180px;
        height: 67px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .aboutSection_logoContainer {
        width: 275px;
        height: 103px; } }
  #brand.content .aboutSection_logo {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; }
  #brand.content .aboutSection_description_wrap {
    opacity: 0;
    translate: 0 30px; }
    #brand.content .aboutSection_description_wrap.is-appear {
      opacity: 1;
      translate: 0 0;
      -webkit-transition: opacity 1s ease, translate 1s ease;
      transition: opacity 1s ease, translate 1s ease; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .aboutSection_description_wrap {
        margin-top: 16px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .aboutSection_description_wrap {
        margin-top: 12px; } }
  #brand.content .aboutSection_divider {
    width: 30px;
    height: 1px;
    background-color: #c3c3c3;
    margin: 0 auto; }
  #brand.content .aboutSection_description {
    color: #1c1411;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .aboutSection_description {
        font-size: 14px;
        margin-top: 24px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .aboutSection_description {
        font-size: 16px;
        margin-top: 40px; } }
  #brand.content .brandStorySection {
    width: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .brandStorySection {
        padding: 56px calc(20 / 375 * 100vw) 31px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .brandStorySection {
        padding: 100px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    #brand.content .brandStorySection_container {
      width: 1120px;
      margin: 0 auto; } }
  #brand.content .brandStorySection_image {
    opacity: 0;
    translate: 0 30px; }
    #brand.content .brandStorySection_image.is-appear {
      opacity: 1;
      translate: 0 0;
      -webkit-transition: opacity 1s ease, translate 1s ease;
      transition: opacity 1s ease, translate 1s ease; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .brandStorySection_image {
        aspect-ratio: 2.07182;
        overflow: hidden;
        width: calc(100% + vwSp(-40));
        margin: 24px calc(-20 / 375 * 100vw); }
        #brand.content .brandStorySection_image img,
        #brand.content .brandStorySection_image svg,
        #brand.content .brandStorySection_image iframe,
        #brand.content .brandStorySection_image video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .brandStorySection_image {
        margin-top: 40px;
        width: 1120px;
        height: 540px;
        -o-object-fit: cover;
        object-fit: cover; } }
  #brand.content .brandStorySection_description {
    opacity: 0;
    translate: 0 30px;
    color: #1c1411;
    font-size: 14px;
    letter-spacing: 0.05em; }
    #brand.content .brandStorySection_description.is-appear {
      opacity: 1;
      translate: 0 0;
      -webkit-transition: opacity 1s ease, translate 1s ease;
      transition: opacity 1s ease, translate 1s ease; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .brandStorySection_description {
        line-height: 1.8;
        margin-top: 32px;
        text-align: left; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .brandStorySection_description {
        line-height: 2.2;
        margin-top: 64px;
        text-align: center; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    #brand.content .keyFeaturesSection {
      padding: 56px calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    #brand.content .keyFeaturesSection {
      width: 996px;
      margin: 0 auto;
      padding: 100px 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    #brand.content .keyFeaturesSection_pointWrap {
      margin-top: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    #brand.content .keyFeaturesSection_pointWrap {
      margin-top: 40px; } }
  #brand.content .keyFeaturesSection_pointnode {
    opacity: 0;
    translate: 0 30px; }
    #brand.content .keyFeaturesSection_pointnode.is-appear {
      opacity: 1;
      translate: 0 0;
      -webkit-transition: opacity 1s ease, translate 1s ease;
      transition: opacity 1s ease, translate 1s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    #brand.content .keyFeaturesSection_pointnode + .keyFeaturesSection_pointnode {
      margin-top: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    #brand.content .keyFeaturesSection_pointnode + .keyFeaturesSection_pointnode {
      margin-top: 64px; } }
  #brand.content .keyFeaturesSection_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .keyFeaturesSection_item {
        gap: 30px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1023px) {
      #brand.content .keyFeaturesSection_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .keyFeaturesSection_item {
        gap: 57px; } }
  #brand.content .keyFeaturesSection_pointBadge {
    position: relative;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .keyFeaturesSection_pointBadge {
        width: 56px;
        height: 76px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .keyFeaturesSection_pointBadge {
        width: 76px;
        height: 99px; } }
    #brand.content .keyFeaturesSection_pointBadge::before {
      rotate: -45deg;
      content: '';
      position: absolute;
      height: 1px;
      background-color: #1c1411; }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
        #brand.content .keyFeaturesSection_pointBadge::before {
          width: 104px;
          bottom: 23px;
          right: -48px; } }
      @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
        #brand.content .keyFeaturesSection_pointBadge::before {
          width: 165px;
          bottom: 35px;
          right: -85px; } }
  #brand.content .keyFeaturesSection_pointBadge_accent {
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78.5%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78.5%, 0 100%);
    top: 0;
    left: 0;
    width: 75px;
    height: 3px;
    background-color: #1c1411; }
  #brand.content .keyFeaturesSection_pointBadge_decoration {
    position: absolute;
    top: 0;
    left: 19px;
    width: 117px;
    height: 117px;
    pointer-events: none; }
  #brand.content .keyFeaturesSection_pointBadge_content {
    position: relative;
    z-index: 1;
    padding: 8px; }
    #brand.content .keyFeaturesSection_pointBadge_content::before {
      content: '';
      position: absolute;
      top: -1px;
      left: 50%;
      translate: -50% 0;
      width: calc(100% + 2px);
      height: 3px;
      background-color: #1c1411; }
  #brand.content .keyFeaturesSection_pointBadge_label {
    color: #1c1411;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.04em; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .keyFeaturesSection_pointBadge_label {
        font-size: 10px;
        margin-left: 3px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .keyFeaturesSection_pointBadge_label {
        font-size: 14px;
        margin-left: 4px; } }
  #brand.content .keyFeaturesSection_pointBadge_number {
    margin-top: -3px;
    color: #1c1411;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 1px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .keyFeaturesSection_pointBadge_number {
        font-size: 26px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .keyFeaturesSection_pointBadge_number {
        font-size: 37px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    #brand.content .keyFeaturesSection_textArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 18px;
      margin-top: 45px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    #brand.content .keyFeaturesSection_textArea {
      margin-top: 40px;
      width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-grid-columns: 1fr 1.36fr;
      grid-template-columns: 1fr 1.36fr;
      gap: 20px; } }
  #brand.content .keyFeaturesSection_title {
    color: #1c1411;
    font-weight: bold;
    letter-spacing: 0.05em; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .keyFeaturesSection_title {
        font-size: 18px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .keyFeaturesSection_title {
        font-size: 22px; } }
  #brand.content .keyFeaturesSection_description {
    color: #1c1411;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em; }
  #brand.content .keyFeaturesSection_imageCard_wrap {
    margin-top: 22px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media print, screen and (max-width: 767px) {
      #brand.content .keyFeaturesSection_imageCard_wrap {
        aspect-ratio: 335/190;
        width: calc(335 / 375 * 100vw);
        padding: 5px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1023px) {
      #brand.content .keyFeaturesSection_imageCard_wrap {
        aspect-ratio: 874/489;
        margin: 22px auto 0;
        max-width: 854px;
        padding: 5px; } }
    @media print, screen and (min-width: 1024px) {
      #brand.content .keyFeaturesSection_imageCard_wrap {
        aspect-ratio: 874/489;
        width: calc(874 / 1280 * 100vw);
        max-width: 874px;
        margin-left: auto;
        padding: 10px; } }
  #brand.content .keyFeaturesSection_imageCard {
    aspect-ratio: 874/489;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    #brand.content .lineupSection {
      padding: 56px calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    #brand.content .lineupSection {
      padding: 100px 0; } }
  #brand.content .lineupSection_cardContainer {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media print, screen and (max-width: 767px) {
      #brand.content .lineupSection_cardContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media print, screen and (min-width: 768px) {
      #brand.content .lineupSection_cardContainer {
        margin: 40px auto 0;
        max-width: 996px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #brand.content .lineupSection_cardContainer:has(.lineupSection_card:nth-child(4)) {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
  #brand.content .lineupSection_card {
    opacity: 0;
    translate: 0 30px;
    position: relative;
    background-color: #fff;
    border: 1px solid #edebeb; }
    #brand.content .lineupSection_card.is-appear {
      opacity: 1;
      translate: 0 0;
      -webkit-transition: opacity 1s ease, translate 1s ease;
      transition: opacity 1s ease, translate 1s ease; }
    @media print, screen and (max-width: 767px) {
      #brand.content .lineupSection_card {
        padding: 24px 20px 30px; } }
    @media print, screen and (min-width: 768px) {
      #brand.content .lineupSection_card {
        padding: 24px 16px 40px;
        max-width: 315px; } }
  #brand.content .lineupSection_card_topBorder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1c1411; }
  #brand.content .lineupSection_card_flagBadge {
    position: absolute;
    top: 0;
    left: 10px;
    width: 30px;
    height: 35px;
    background-color: #1c1411;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78.5%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78.5%, 0 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 6px;
    z-index: 1; }
  #brand.content .lineupSection_card_flagNumber {
    color: #fff;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.02em; }
  #brand.content .lineupSection_card_categoryArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #brand.content .lineupSection_card_category {
    color: #1c1411;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.01em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 10px;
    line-height: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media print, screen and (max-width: 767px) {
      #brand.content .lineupSection_card_category {
        max-width: calc(200 / 375 * 100vw);
        margin: 0 auto 24px; } }
    @media print, screen and (min-width: 768px) {
      #brand.content .lineupSection_card_category {
        max-width: 200px;
        margin: 0 auto 33px; } }
  #brand.content .lineupSection_card_underline {
    margin-top: 7px;
    height: 1px;
    background-color: transparent;
    border-top: 1px solid #1c1411; }
  #brand.content .lineupSection_card_image {
    aspect-ratio: 1.5051;
    overflow: hidden; }
    #brand.content .lineupSection_card_image img,
    #brand.content .lineupSection_card_image svg,
    #brand.content .lineupSection_card_image iframe,
    #brand.content .lineupSection_card_image video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media print, screen and (max-width: 767px) {
      #brand.content .lineupSection_card_image {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 20px; } }
    @media print, screen and (min-width: 768px) {
      #brand.content .lineupSection_card_image {
        width: 100%;
        max-width: 295px;
        margin: 0 auto 16px; } }
  #brand.content .lineupSection_card_description {
    color: #1c1411;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.61;
    letter-spacing: 0.05em;
    text-align: center;
    word-break: break-word; }
    @media print, screen and (min-width: 768px) {
      #brand.content .lineupSection_card_description {
        width: 281px; } }
  #brand.content .ctaSection {
    width: 100%;
    background-color: #fff;
    background-image: url(../images/checkpattern.svg);
    background-size: 30px 30px;
    background-repeat: repeat; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .ctaSection {
        padding: 56px calc(30 / 375 * 100vw); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .ctaSection {
        padding: 80px 20px; } }
  #brand.content .ctaSection_topBorder {
    width: 100%;
    height: 1px;
    background-color: #f5f5f5; }
  #brand.content .ctaSection_downloadBanner {
    opacity: 0;
    translate: 0 30px;
    display: block;
    cursor: pointer; }
    #brand.content .ctaSection_downloadBanner.is-appear {
      opacity: 1;
      translate: 0 0;
      -webkit-transition: opacity 1s ease, translate 1s ease;
      transition: opacity 1s ease, translate 1s ease; }
    @media print, screen and (max-width: 767px) {
      #brand.content .ctaSection_downloadBanner {
        width: 100%; } }
    @media print, screen and (min-width: 768px) {
      #brand.content .ctaSection_downloadBanner {
        max-width: 672px;
        margin: 0 auto; } }
    #brand.content .ctaSection_downloadBanner img {
      width: 100%; }
    @media (hover: hover) {
      #brand.content .ctaSection_downloadBanner:hover {
        opacity: 0.8 !important; } }
  #brand.content .ctaSection_downloadImage {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  #brand.content .ctaSection_container {
    opacity: 0;
    translate: 0 30px; }
    #brand.content .ctaSection_container.is-appear {
      opacity: 1;
      translate: 0 0;
      -webkit-transition: opacity 1s ease, translate 1s ease;
      transition: opacity 1s ease, translate 1s ease; }
    @media print, screen and (max-width: 767px) {
      #brand.content .ctaSection_container {
        margin-top: 32px; } }
    @media print, screen and (min-width: 768px) {
      #brand.content .ctaSection_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1120px;
        margin: 80px auto; } }
  @media print, screen and (min-width: 768px) {
    #brand.content .ctaSection_leftColumn {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%; } }
  #brand.content .ctaSection_leftColumn_image {
    position: relative;
    aspect-ratio: 1.43959;
    overflow: hidden;
    width: 100%; }
    #brand.content .ctaSection_leftColumn_image img,
    #brand.content .ctaSection_leftColumn_image svg,
    #brand.content .ctaSection_leftColumn_image iframe,
    #brand.content .ctaSection_leftColumn_image video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  #brand.content .ctaSection_leftColumn_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25; }
  #brand.content .ctaSection_leftColumn_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: 10;
    width: 194px;
    height: 75px;
    margin: auto; }
    #brand.content .ctaSection_leftColumn_logo img {
      width: 100% !important;
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover; }
  #brand.content .ctaSection_rightColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .ctaSection_rightColumn {
        padding: 32px 13px 20px; } }
    @media print, screen and (min-width: 768px) {
      #brand.content .ctaSection_rightColumn {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .ctaSection_rightColumn {
        padding: 64px; } }
  #brand.content .ctaSection_rightColumn_text {
    color: #1c1411;
    font-weight: bold;
    text-align: center; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .ctaSection_rightColumn_text {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.05em; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .ctaSection_rightColumn_text {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0.1em; } }
  #brand.content .ctaSection_rightColumn_button {
    background-color: #1c1411;
    border: 1px solid #1c1411;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 17px 16px; }
    @media (hover: hover) {
      #brand.content .ctaSection_rightColumn_button:hover .c-arrow {
        translate: 5px 0; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      #brand.content .ctaSection_rightColumn_button {
        margin-top: 24px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      #brand.content .ctaSection_rightColumn_button {
        margin-top: 40px; } }
    @media (hover: hover) {
      #brand.content .ctaSection_rightColumn_button:hover {
        opacity: 1 !important; } }
  #brand.content .ctaSection_rightColumn_buttonText {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em; }
  #brand.content .ctaSection_rightColumn_buttonArrow {
    width: 9.96px;
    height: 9px; }
