@import url("https://fonts.googleapis.com/css2?family=Damion&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc-01 {
  color: #222 !important;
}
.tc-02 {
  color: #fff !important;
}
.tc-03 {
  color: #3461B5 !important;
}

/* ------------------------------------------------------
 * Font size
------------------------------------------------------ */
.fs-10px {
  font-size: 10px !important;
}
.fs-11px {
  font-size: 11px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-14px {
  font-size: 14px !important;
}
.fs-16px {
  font-size: 16px !important;
}
.fs-18px {
  font-size: 18px !important;
}
.fs-20px {
  font-size: 20px !important;
}
.fs-22px {
  font-size: 22px !important;
}
.fs-24px {
  font-size: 24px !important;
}
.fs-28px {
  font-size: 28px !important;
}
.fs-30px {
  font-size: 30px !important;
}

/* ------------------------------------------------------
 * Font weight
------------------------------------------------------ */
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ta-r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * Width
------------------------------------------------------ */
.w-auto {
  width: auto !important;
}
.w-0 {
  width: 0% !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}

/* ------------------------------------------------------
 * Height
------------------------------------------------------ */
.h-auto {
  height: auto !important;
}
.h-0 {
  height: 0% !important;
}
.h-100 {
  height: 100% !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb-auto {
  margin-bottom: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-05em {
  margin-bottom: 0.5em !important;
}
.mb-1em {
  margin-bottom: 1em !important;
}
.mb-2em {
  margin-bottom: 2em !important;
}
.mb-3em {
  margin-bottom: 3em !important;
}
.mb-4em {
  margin-bottom: 4em !important;
}
.mb-5em {
  margin-bottom: 5em !important;
}
.mb-6em {
  margin-bottom: 6em !important;
}
.mb-7em {
  margin-bottom: 7em !important;
}
.mb-8em {
  margin-bottom: 8em !important;
}
.mb-9em {
  margin-bottom: 9em !important;
}
.mb-10em {
  margin-bottom: 10em !important;
}

/* ------------------------------------------------------
 * display
------------------------------------------------------ */
@media screen and (max-width: 678px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 678px) {
  .sp {
    display: block !important;
  }
}

/* ------------------------------------------------------
 * Slick
------------------------------------------------------ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------------
 * Contents
------------------------------------------------------ */
.wrapper .tie2025-wrapper {
  width: 100vw;
  background: url("/ec/img/usr/pg/campaign/tie/25aw/bg_pc-01.png") no-repeat 50% 50%/auto 622px;
  background-attachment: fixed;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.wrapper .tie2025-wrapper > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-wrapper h1, .wrapper .tie2025-wrapper h2, .wrapper .tie2025-wrapper h3, .wrapper .tie2025-wrapper h4, .wrapper .tie2025-wrapper h5, .wrapper .tie2025-wrapper h6 {
  color: inherit;
}
.wrapper .tie2025-wrapper b, .wrapper .tie2025-wrapper em, .wrapper .tie2025-wrapper strong {
  font-weight: bold;
  font-style: normal;
}
.wrapper .tie2025-wrapper span {
  font-weight: inherit;
}
.wrapper .tie2025-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}
.wrapper .tie2025-wrapper button, .wrapper .tie2025-wrapper [type=button], .wrapper .tie2025-wrapper [type=reset], .wrapper .tie2025-wrapper [type=submit] {
  border: 0;
  background: none;
  font-weight: inherit;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wrapper .tie2025-wrapper a, .wrapper .tie2025-wrapper button {
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .wrapper .tie2025-wrapper {
    background-image: url("/ec/img/usr/pg/campaign/tie/25aw/bg_pc-02.png");
  }
}
@media screen and (max-width: 678px) {
  .wrapper .tie2025-wrapper {
    width: auto;
    max-width: 678px;
  }
}
.wrapper .tie2025-logo {
  width: calc(50% - 187.5px);
  height: 100%;
  padding: 0 40px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .tie2025-logo > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .wrapper .tie2025-logo {
    display: none;
  }
}
.wrapper .tie2025-main {
  max-width: 375px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}
.wrapper .tie2025-main > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 678px) {
  .wrapper .tie2025-main {
    max-width: none;
    box-shadow: none;
  }
}
.wrapper .tie2025-menu {
  width: calc(50% - 187.5px);
  height: 100%;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wrapper .tie2025-menu > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-menu--list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.wrapper .tie2025-menu--list > li a {
  text-align: center;
  display: block;
}
.wrapper .tie2025-menu--list > li a:hover {
  opacity: 1;
}
.wrapper .tie2025-menu--list > li a:hover .tie2025-menu--list-img::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(25deg);
}
.wrapper .tie2025-menu--list > li a[href="#anc_color"] {
  color: #97C10A;
}
.wrapper .tie2025-menu--list > li a[href="#anc_pattern"] {
  color: #F06D52;
}
.wrapper .tie2025-menu--list > li a[href="#anc_coordination"] {
  color: #997BEA;
}
.wrapper .tie2025-menu--list-img {
  width: 120px;
  height: 120px;
  padding: 4px;
  margin: 0 0 7px;
  position: relative;
}
.wrapper .tie2025-menu--list-img::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #8E8A59;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: 0.5s ease-in-out;
}
.wrapper .tie2025-menu--list-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .tie2025-menu--list-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
@media screen and (max-width: 1200px) {
  .wrapper .tie2025-menu {
    display: none;
  }
}
.wrapper .tie2025-ticker {
  width: 100%;
  color: #989898;
  font-size: 64px;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  opacity: 0.2;
  overflow: hidden;
  cursor: default;
}
.wrapper .tie2025-ticker--items {
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  flex-shrink: 0;
}
.is_loaded .wrapper .tie2025-ticker--items {
  animation: ticker_scrollLeft 50s linear infinite;
}
.wrapper .tie2025-ticker--item {
  text-box-trim: trim-both;
}
.wrapper .tie2025-ticker[data-ticker-style=color] {
  color: #B0D62F;
}
.wrapper .tie2025-ticker[data-ticker-style=pattern] {
  color: #FA9B72;
}
.wrapper .tie2025-ticker[data-ticker-style=column] {
  color: #4283DD;
}
.wrapper .tie2025-ticker[data-ticker-style=coordination] {
  color: #997BEA;
}
@media screen and (min-width: 679px) {
  .wrapper .tie2025-ticker[data-ticker-style=fixed] {
    -moz-column-gap: 1em;
         column-gap: 1em;
    position: fixed;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
  }
  .wrapper .tie2025-ticker[data-ticker-style=fixed] .tie2025-ticker--items {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .tie2025-ticker[data-ticker-style=fixed] {
    display: none;
  }
}
.wrapper .tie2025-hdg--lv2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 15px;
  margin: 0 0 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.wrapper .tie2025-hdg--lv2::before {
  content: "";
  width: 20px;
  height: 2px;
  -webkit-mask-image: url("/ec/img/usr/pg/campaign/tie/25aw/icon_line-01.svg");
          mask-image: url("/ec/img/usr/pg/campaign/tie/25aw/icon_line-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #3461B5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wrapper .tie2025-hdg--lv2-large {
  font-size: 32px;
}
.wrapper .tie2025-mv--inner > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-mv--img img {
  width: 100%;
}
.wrapper .tie2025-mv--box {
  background: url("/ec/img/usr/pg/campaign/tie/25aw/bg-01.png") repeat 0 0 #3461B5;
  background-size: 8.5px auto;
  color: #fff;
  padding: 55px 0 50px;
  margin: -85px 0 0;
  clip-path: polygon(0 calc(0% + 25px), 100% 0, 100% calc(100% - 25px), 0 100%);
}
.wrapper .tie2025-mv--box-inner {
  padding: 0 20px;
}
.wrapper .tie2025-mv--box-inner > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-mv--catch {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 0 35px;
}
.wrapper .tie2025-mv--catch-label {
  font-weight: 400 !important;
}
.wrapper .tie2025-mv--menu {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.wrapper .tie2025-mv--menu > li {
  width: 105px;
  text-align: center;
  padding: 0 0 38px;
}
.wrapper .tie2025-mv--menu > li a {
  border-top: 5px solid #000;
  position: relative;
  display: block;
}
.wrapper .tie2025-mv--menu > li a::before, .wrapper .tie2025-mv--menu > li a::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  display: block;
  transition: bottom 0.2s ease-out;
}
.wrapper .tie2025-mv--menu > li a::before {
  width: 105px;
  height: 100%;
  background: #000;
  bottom: -2px;
}
.wrapper .tie2025-mv--menu > li a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 36px 52.5px 0 52.5px;
  bottom: -38px;
}
.wrapper .tie2025-mv--menu > li a:hover {
  opacity: 1;
}
.wrapper .tie2025-mv--menu > li a:hover::before {
  bottom: -12px;
}
.wrapper .tie2025-mv--menu > li a:hover::after {
  bottom: -48px;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_color"] {
  border-top-color: #B0D62F;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_color"]::before {
  background: #B0D62F;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_color"]::after {
  border-top-color: #B0D62F;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_pattern"] {
  border-top-color: #F07C4B;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_pattern"]::before {
  background: #F07C4B;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_pattern"]::after {
  border-top-color: #F07C4B;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_coordination"] {
  border-top-color: #997BEA;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_coordination"]::before {
  background: #997BEA;
}
.wrapper .tie2025-mv--menu > li a[href="#anc_coordination"]::after {
  border-top-color: #997BEA;
}
.wrapper .tie2025-mv--menu-haed {
  background: #fff;
  color: #000;
  line-height: 1.2;
  padding: 15px 5px;
  position: relative;
  z-index: 1;
}
.wrapper .tie2025-mv--menu-haed-txt {
  font-size: 12px;
  font-weight: 400 !important;
}
.wrapper .tie2025-mv--menu-haed-txt .large {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.wrapper .tie2025-mv--menu-body {
  width: 100%;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}
.wrapper .tie2025-color {
  position: relative;
  padding: 40px 0;
}
.wrapper .tie2025-color .tie2025-hdg--lv2 {
  padding-top: 10px;
}
.wrapper .tie2025-color .tie2025-hdg--lv2::before {
  background: #B0D62F;
}
.wrapper .tie2025-color--inner {
  padding: 0 20px;
}
.wrapper .tie2025-color--inner > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-color--txt {
  font-size: 15px;
  line-height: 1.6666666667;
  margin: 0 0 40px;
}
.wrapper .tie2025-color--item > li {
  margin: 0 0 40px;
}
.wrapper .tie2025-color--item > li:nth-child(odd) .tie2025-color--item-img {
  margin-left: -20px;
}
.wrapper .tie2025-color--item > li:nth-child(even) .tie2025-color--item-img {
  margin-right: -20px;
}
.wrapper .tie2025-color--item > li:nth-child(even) .tie2025-color--item-head {
  align-items: flex-end;
}
.wrapper .tie2025-color--item > li:nth-child(even) .tie2025-color--item-head-tag {
  justify-content: flex-end;
}
.wrapper .tie2025-color--item > li:nth-child(even) .tie2025-color--item-body-list {
  justify-content: flex-end;
}
.wrapper .tie2025-color--item > li:nth-child(even) .tie2025-color--item-body-btn {
  text-align: right;
}
.wrapper .tie2025-color--item > li:last-child {
  margin-bottom: 0;
}
.wrapper .tie2025-color--item > li[data-color-name=red] .tie2025-color--item-head-tag {
  color: #F05252;
}
.wrapper .tie2025-color--item > li[data-color-name=red] .tie2025-color--item-body-list > li::before {
  background: #F05252;
}
.wrapper .tie2025-color--item > li[data-color-name=blue] .tie2025-color--item-head-tag {
  color: #4183DD;
}
.wrapper .tie2025-color--item > li[data-color-name=blue] .tie2025-color--item-body-list > li::before {
  background: #4183DD;
}
.wrapper .tie2025-color--item > li[data-color-name=yellow] .tie2025-color--item-head-tag {
  color: #FF9300;
}
.wrapper .tie2025-color--item > li[data-color-name=yellow] .tie2025-color--item-body-list > li::before {
  background: #FF9300;
}
.wrapper .tie2025-color--item > li[data-color-name=green] .tie2025-color--item-head-tag {
  color: #46A289;
}
.wrapper .tie2025-color--item > li[data-color-name=green] .tie2025-color--item-body-list > li::before {
  background: #46A289;
}
.wrapper .tie2025-color--item > li[data-color-name=purple] .tie2025-color--item-head-tag {
  color: #8F49EF;
}
.wrapper .tie2025-color--item > li[data-color-name=purple] .tie2025-color--item-body-list > li::before {
  background: #8F49EF;
}
.wrapper .tie2025-color--item > li[data-color-name=gray] .tie2025-color--item-head-tag {
  color: #656565;
}
.wrapper .tie2025-color--item > li[data-color-name=gray] .tie2025-color--item-body-list > li::before {
  background: #656565;
}
.wrapper .tie2025-color--item-img {
  position: relative;
  z-index: 0;
}
.wrapper .tie2025-color--item-inner {
  max-width: 375px;
  margin: -55px 0 0;
  position: relative;
  z-index: 1;
}
.wrapper .tie2025-color--item-head {
  border-bottom: 1px dashed #C7C7C0;
  line-height: 1;
  padding: 0 0 10px;
  margin: 0 0 10px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  row-gap: 10px;
}
.wrapper .tie2025-color--item-head-title {
  font-size: 24px;
  font-weight: 700;
}
.wrapper .tie2025-color--item-head-tag {
  font-size: 12px;
  color: #3461B5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 3px;
}
.wrapper .tie2025-color--item-body-list {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 3px;
}
.wrapper .tie2025-color--item-body-list > li {
  padding: 0 0 0 10px;
  position: relative;
}
.wrapper .tie2025-color--item-body-list > li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3461B5;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.wrapper .tie2025-color--item-body-btn-label {
  border-radius: 5px;
  background: #222;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 6px 26px 7px 12px;
  position: relative;
  display: inline-block;
}
.wrapper .tie2025-color--item-body-btn-label::before {
  content: "";
  width: 4px;
  height: 7px;
  background: url("/ec/img/usr/pg/campaign/tie/25aw/icon_arrow-02.svg") no-repeat 50% 50%/auto 7px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.wrapper .tie2025-color--item-body-btn-label:hover {
  opacity: 0.7;
}
@media screen and (max-width: 678px) {
  .wrapper .tie2025-color--item > li:nth-child(even) .tie2025-color--item-inner {
    margin-left: auto;
  }
  .wrapper .tie2025-color--item-inner {
    margin: -14vw 0 0;
  }
}
.wrapper .tie2025-pattern {
  position: relative;
  padding: 40px 0;
}
.wrapper .tie2025-pattern .tie2025-hdg--lv2 {
  text-align: right;
  padding-top: 10px;
  justify-content: flex-end;
}
.wrapper .tie2025-pattern .tie2025-hdg--lv2::before {
  background: #F07C4B;
  left: auto;
  right: 0;
}
.wrapper .tie2025-pattern--inner {
  padding: 0 20px;
}
.wrapper .tie2025-pattern--inner > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-pattern--txt {
  font-size: 15px;
  line-height: 1.6666666667;
  text-align: right;
  margin: 0 0 40px;
}
.wrapper .tie2025-pattern--item {
  margin: 0 -5px;
}
.wrapper .tie2025-pattern--item > li {
  max-width: 375px;
  margin: 0 auto 40px;
  position: relative;
}
.wrapper .tie2025-pattern--item > li:nth-child(even) .tie2025-pattern--item-contents {
  text-align: right;
  right: auto;
  left: 0;
}
.wrapper .tie2025-pattern--item > li:nth-child(even) .tie2025-pattern--item-img {
  margin-left: auto;
}
.wrapper .tie2025-pattern--item > li:last-child {
  margin-bottom: 0;
}
.wrapper .tie2025-pattern--item > li[data-pattern-name=almighty] .tie2025-pattern--item-img {
  width: 247.5px;
}
.wrapper .tie2025-pattern--item > li[data-pattern-name=chic] .tie2025-pattern--item-img {
  width: 195px;
}
.wrapper .tie2025-pattern--item > li[data-pattern-name=basic] .tie2025-pattern--item-img {
  width: 238.5px;
}
.wrapper .tie2025-pattern--item > li[data-pattern-name=elegant] .tie2025-pattern--item-contents {
  min-width: 140px;
}
.wrapper .tie2025-pattern--item > li[data-pattern-name=elegant] .tie2025-pattern--item-img {
  width: 219.5px;
}
.wrapper .tie2025-pattern--item > li[data-pattern-name=traditional] .tie2025-pattern--item-img {
  width: 209px;
}
.wrapper .tie2025-pattern--item > li[data-pattern-name=classical] .tie2025-pattern--item-img {
  width: 238.5px;
}
.wrapper .tie2025-pattern--item-contents {
  min-width: 130px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.wrapper .tie2025-pattern--item-head {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}
.wrapper .tie2025-pattern--item-head .min {
  font-size: 14px;
}
.wrapper .tie2025-pattern--item-body {
  font-size: 13px;
}
.wrapper .tie2025-pattern--item-body-txt {
  margin: 0 0 10px;
}
.wrapper .tie2025-pattern--item-body-btn-label {
  border-radius: 5px;
  background: #222;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 6px 26px 7px 12px;
  position: relative;
  display: inline-block;
}
.wrapper .tie2025-pattern--item-body-btn-label::before {
  content: "";
  width: 4px;
  height: 7px;
  background: url("/ec/img/usr/pg/campaign/tie/25aw/icon_arrow-02.svg") no-repeat 50% 50%/auto 7px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.wrapper .tie2025-pattern--item-body-btn-label:hover {
  opacity: 0.7;
}
.wrapper .tie2025-pattern--item-img {
  position: relative;
  z-index: 0;
}
.wrapper .tie2025-column {
  position: relative;
  padding: 60px 0 40px;
}
.wrapper .tie2025-column--inner {
  background: url("/ec/img/usr/pg/campaign/tie/25aw/bg-02.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 50px 20px 25px;
}
.wrapper .tie2025-column--inner > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-column--contents {
  background: #fff;
  font-size: 15px;
  line-height: 1.8;
  padding: 0 20px 40px;
}
.wrapper .tie2025-column--contents > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-column--head {
  margin: 0 -20px 15px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  row-gap: 30px;
}
.wrapper .tie2025-column--head-title {
  font-size: 20px;
  font-weight: 500;
}
.wrapper .tie2025-column--head-img img {
  width: 100%;
}
.wrapper .tie2025-column--txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 30px;
}
.wrapper .tie2025-column--section {
  margin: 0 0 40px;
}
.wrapper .tie2025-column--section > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-column--section-title {
  border-top: 1px dashed #C7C7C0;
  border-bottom: 1px dashed #C7C7C0;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 16px 20px;
  margin: 0 -20px 30px;
}
.wrapper .tie2025-column--section-img {
  text-align: center;
  margin: 0 0 30px;
}
.wrapper .tie2025-column--section-img [src*="img_column-02.png"],
.wrapper .tie2025-column--section-img [src*="img_column-05.png"] {
  width: 160px;
}
.wrapper .tie2025-column--section-txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 20px;
}
.wrapper .tie2025-column--supplement > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-column--supplement-title {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.wrapper .tie2025-column--supplement-title::before, .wrapper .tie2025-column--supplement-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
}
.wrapper .tie2025-column--supplement-title-label {
  white-space: nowrap;
}
.wrapper .tie2025-column--supplement-img {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.wrapper .tie2025-column--supplement-img > li {
  width: calc(50% - 2.5px);
}
.wrapper .tie2025-coordination {
  position: relative;
  padding: 40px 0;
}
.wrapper .tie2025-coordination .tie2025-hdg--lv2 {
  text-align: right;
  padding-top: 10px;
  justify-content: flex-end;
}
.wrapper .tie2025-coordination .tie2025-hdg--lv2::before {
  background: #997BEA;
  left: auto;
  right: 0;
}
.wrapper .tie2025-coordination--inner {
  padding: 0 20px;
}
.wrapper .tie2025-coordination--inner > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-coordination--txt {
  font-size: 15px;
  line-height: 1.6666666667;
  text-align: right;
  margin: 0 0 40px;
}
.wrapper .tie2025-coordination--section {
  margin: 0 0 60px;
}
.wrapper .tie2025-coordination--section > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-coordination--section-title {
  margin: 0 -20px 10px;
}
.wrapper .tie2025-coordination--section-txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 30px;
}
.wrapper .tie2025-coordination--section[data-coordination-name=black] .tie2025-coordination--item::before {
  width: 60px;
  background-image: url("/ec/img/usr/pg/campaign/tie/25aw/txt_coordinate_black-01.svg");
}
.wrapper .tie2025-coordination--section[data-coordination-name=navy] .tie2025-coordination--item::before {
  width: 75px;
  background-image: url("/ec/img/usr/pg/campaign/tie/25aw/txt_coordinate_navy-01.svg");
}
.wrapper .tie2025-coordination--section[data-coordination-name=gray] .tie2025-coordination--item::before {
  width: 75px;
  background-image: url("/ec/img/usr/pg/campaign/tie/25aw/txt_coordinate_gray-01.svg");
}
.wrapper .tie2025-coordination--item {
  counter-reset: itemnum;
  padding: 0 20px;
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
}
.wrapper .tie2025-coordination--item::before {
  content: "";
  width: 75px;
  height: 100%;
  background: no-repeat 50% 0/100% auto;
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 0;
}
.wrapper .tie2025-coordination--item > li {
  border-top: 1px dashed #C7C7C0;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wrapper .tie2025-coordination--item > li::before {
  counter-increment: itemnum;
  content: counter(itemnum, decimal-leading-zero);
  width: 27px;
  height: 33px;
  border-radius: 0 0 14px 14px;
  background: #C7C7C0;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .tie2025-coordination--item > li:last-child {
  border-bottom: 1px dashed #C7C7C0;
}
.wrapper .tie2025-coordination--item-contents {
  width: calc(100% - 135px);
}
.wrapper .tie2025-coordination--item-img {
  width: 120px;
}
.wrapper .tie2025-coordination--item-head {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 5px;
}
.wrapper .tie2025-coordination--item-body > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-coordination--item-body-txt {
  font-size: 12px;
  line-height: 1.5833333333;
  text-align: justify;
  word-break: break-all;
  margin: 0 0 10px;
}
.wrapper .tie2025-coordination--item-body-btn-label {
  width: 100%;
  border-radius: 5px;
  background: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 6px 12px;
  display: block;
}
.wrapper .tie2025-coordination--item-body-btn-label:hover {
  opacity: 0.7;
}
.wrapper .tie2025-styling {
  background: #3461B5;
  color: #fff;
  padding: 30px 0 50px;
  clip-path: polygon(0 calc(0% + 25px), 100% 0, 100% calc(100% - 25px), 0 100%);
}
.wrapper .tie2025-styling--inner {
  padding: 0 20px;
}
.wrapper .tie2025-styling--inner > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-styling--title {
  font-family: "Damion", cursive;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin: 0 0 15px;
}
.wrapper .tie2025-styling--txt {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}
.wrapper .tie2025-styling--gallery {
  max-width: 100vw;
  margin: 0 -20px 30px;
}
.wrapper .tie2025-styling--gallery-item {
  width: 375px;
  text-align: center;
  padding: 0 58px 25px;
}
.wrapper .tie2025-styling--gallery-item > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-styling--gallery-item a > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-styling--gallery-item a:hover {
  opacity: 1;
}
.wrapper .tie2025-styling--gallery-item a:hover .tie2025-styling--gallery-icon {
  transform: rotate(15deg) scale(1.2);
}
.wrapper .tie2025-styling--gallery-img {
  margin: 0 0 15px;
  position: relative;
}
.wrapper .tie2025-styling--gallery-img img {
  max-width: 260px;
  border-radius: 130px;
  background: #fff;
  margin: 0 auto;
}
.wrapper .tie2025-styling--gallery-icon {
  width: 79px;
  height: 76px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.2142857143;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  transform: rotate(15deg);
}
.wrapper .tie2025-styling--gallery-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/ec/img/usr/pg/campaign/tie/25aw/icon-01.svg") no-repeat 50% 50%/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: key_rotation 10s linear infinite;
}
.wrapper .tie2025-styling--gallery-icon[data-icon-color=black]::before {
  background-image: url("/ec/img/usr/pg/campaign/tie/25aw/icon-01.svg");
}
.wrapper .tie2025-styling--gallery-icon[data-icon-color=navy]::before {
  background-image: url("/ec/img/usr/pg/campaign/tie/25aw/icon-02.svg");
}
.wrapper .tie2025-styling--gallery-icon[data-icon-color=gray]::before {
  background-image: url("/ec/img/usr/pg/campaign/tie/25aw/icon-03.svg");
}
.wrapper .tie2025-styling--gallery-txt {
  font-size: 14px;
  margin: 0 -38px 10px;
}
.wrapper .tie2025-styling--gallery.js_slick--styling {
  position: relative;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-slide {
  position: relative;
  z-index: 0;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-arrow {
  width: 58px;
  height: 50px;
  text-indent: 100%;
  position: absolute;
  top: 160px;
  z-index: 1;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-arrow img {
  width: 17px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-arrow.prev {
  left: 0;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-arrow.prev img {
  left: 30px;
  transform: translate(-50%, -50%) rotate(-180deg);
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-arrow.next {
  right: 0;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-arrow.next img {
  right: 20px;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-dots > li {
  width: 8.3333333333%;
  height: 2px;
  position: relative;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-dots > li button {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: transparent;
  font-size: 0;
  text-indent: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.wrapper .tie2025-styling--gallery.js_slick--styling .slick-dots > li.slick-active button {
  background: white;
}
.wrapper .tie2025-styling--btn-label {
  width: 100%;
  border-radius: 100px;
  background: #222;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 14px 20px;
  display: block;
}
.wrapper .tie2025-styling--btn-label:hover {
  opacity: 0.7;
}
.wrapper .tie2025-banner {
  padding: 75px 0 0;
}
.wrapper .tie2025-banner--inner {
  padding: 0 20px;
}
.wrapper .tie2025-banner--inner > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-banner--list {
  margin: 0 0 50px;
}
.wrapper .tie2025-banner--list > li {
  margin: 0 0 40px;
}
.wrapper .tie2025-banner--list > li:last-child {
  margin-bottom: 0;
}
.wrapper .tie2025-banner--pickup-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 25px;
}
.wrapper .tie2025-banner--pickup-contents > :last-child {
  margin-bottom: 0 !important;
}
.wrapper .tie2025-banner--pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 10px;
}
.wrapper .tie2025-banner--pickup-list > li {
  width: calc(50% - 9px);
}
.wrapper .tie2025-banner--pickup-list-border {
  border: 1px solid #ddd;
}
/* ------------------------------------------------------
 * @keyframes
------------------------------------------------------ */
@keyframes ticker_scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ticker_scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes key_rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------
 * Overwrite
------------------------------------------------------ */
.wrapper .pane-main {
  margin-bottom: 0;
}

@media screen and (min-width: 679px) {
  .pane-footer {
    position: relative;
    z-index: 2;
  }
}/*# sourceMappingURL=master.css.map */