@charset "utf-8";

/* CSS変数 */
:root {
  --color-main: #c30014;
  --color-sub: #c8c8c8;
}

/* WebFont */
@font-face {
  font-family: 'YakuHanRP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/internet/set/data/special/adsl-thankyou22/font/YakuHanRP-Medium.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d,
    U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08,
    U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
/* WebFont */
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/internet/set/data/special/adsl-thankyou22/font/MPLUSRounded1c-Medium.woff2') format('woff2');
}
#contents-area{
  width: 100%;
  min-width: 990px;
}
.lyt-col-1 #contents-body {
  width: 100%;
}
#str-contents {
  padding: 0;
}
/*
#nav-top-area {
  bottom: 130px;
  right: 30px
}
*/

#adsl-thankyou22-wrapper {
  width: 100%;
}
#adsl-thankyou22 {
  min-width: 990px;
  /* max-width: 1200px; */
  margin-inline: auto;
  font-family: 'YakuHanRP', 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp( 22px, calc( 22vw / 990 * 100 ), 30px );
  line-height: 1.7;
  letter-spacing: .07em;
}
#adsl-thankyou22 .adsl-thankyou22-inner {
  width: clamp( 475px, 50%, 675px );
  margin-top: -100vh;
  margin-inline: auto;
  color: #000;
  background: var(--color-main);
  overflow: hidden;
  -webkit-filter: drop-shadow( 0 0 20px rgba(0,0,0,.15) );
          filter: drop-shadow( 0 0 20px rgba(0,0,0,.15) );
}
#adsl-thankyou22 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#adsl-thankyou22 ul,
#adsl-thankyou22 ol,
#adsl-thankyou22 dl,
#adsl-thankyou22 p {
  margin: 0;
  padding: 0;
}
#adsl-thankyou22 img,
#adsl-thankyou22 svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
#adsl-thankyou22 a {
  outline: none;
}
#adsl-thankyou22 .pc {
  display: none;
}
#adsl-thankyou22 .newwindowicon {
  display: none;
}

/* fixed-bg */
#adsl-thankyou22-wrapper .fixed-bg {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  background: url(/internet/set/data/special/adsl-thankyou22/img/p/fixed_bg.webp) no-repeat center 50% #78777c;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
#adsl-thankyou22-wrapper .fixed-bg__inner {
  position: relative;
  min-width: 750px;
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
}
#adsl-thankyou22-wrapper .fixed-otosan {
  position: absolute;
  left: 0;
  top: 0;
  width: max(calc(50% - 337.5px), 25%);
  min-width: 248px;
  height: 100%;
  background: url(/internet/set/data/special/adsl-thankyou22/img/p/fixed-otosan.webp) no-repeat right bottom;
  background-size: clamp( 2000px, 180vw, 3000px );
}

/* mv */
#adsl-thankyou22 .mv {
  position: relative;
  background: url(/internet/set/data/special/adsl-thankyou22/img/p/mv_bg.webp) no-repeat center top var(--color-sub);
  background-size: 100% auto;
  padding: calc( 944% / 750 * 100 ) calc( 81% / 750 * 100 ) calc( 124% / 750 * 100 );

}
#adsl-thankyou22 .mv__title {
  position: absolute;
  left: calc( 81% / 750 * 100 );
  right: calc( 81% / 750 * 100 );
  top: 0;
  margin-top: calc( 130% / 750 * 100 );
}
#adsl-thankyou22 .mv__text {
  margin: 0;
}
#adsl-thankyou22 .mv__text + .mv__text {
  margin-top: calc( 83% / 750 * 100 );
}

/* timeline */
#adsl-thankyou22 .history {
  overflow: hidden;
}
#adsl-thankyou22 .history__tl {
  position: relative;
}
#adsl-thankyou22 .tl-section {
  position: relative;
  color: #000;
  background-color: var(--color-sub);
  padding: calc( 174% / 750 * 100 ) calc( 95% / 750 * 100 ) calc( 45% / 750 * 100 );
}
#adsl-thankyou22 .tl-section:first-child {
  padding-top: 0;
}
#adsl-thankyou22 .tl-section:last-child {
  padding-bottom: calc( 95% / 750 * 100 );
}
#adsl-thankyou22 .tl-section::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 750 / 154;
  background: url(/internet/set/data/special/adsl-thankyou22/img/shared/separator01.svg) no-repeat center top var(--color-main);
  background-size: 100%;
}
#adsl-thankyou22 .tl-section:first-child::before {
  margin-top: calc( -154% / 750 * 100 );
  background-color: transparent;
}
#adsl-thankyou22 .tl-section:nth-child(even) {
  padding-top: calc( 263% / 750 * 100 );
  padding-bottom: calc( 10% / 750 * 100 );
  color: #fff;
  background: var(--color-main);
}
#adsl-thankyou22 .tl-section:nth-child(even)::before {
  aspect-ratio: 750 / 243;
  background-image: url(/internet/set/data/special/adsl-thankyou22/img/shared/separator02.svg);
  background-color: var(--color-sub);
}
#adsl-thankyou22 .tl-section__inner {
  position: relative;
  margin-inline: auto;
  padding-top: calc( 150% / 562 * 100 );
}
#adsl-thankyou22 .tl-section:nth-child(even) .tl-section__inner {
  padding-block: calc( 90% / 562 * 100 );
}
#adsl-thankyou22 .tl-year {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: calc( -105% / 562 * 100 );
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#adsl-thankyou22 .tl-section:nth-child(even) .tl-year {
  top: 0;
  width: 100%;
  margin-top: calc( -90% / 562 * 100 );
}
#adsl-thankyou22 .tl-item {
  position: relative;
}
#adsl-thankyou22 .tl-item + .tl-item {
  margin-top: calc(75% / 562 * 100);
  padding-top: calc(75% / 562 * 100);
}
#adsl-thankyou22 .tl-item + .tl-item::before {
  position: absolute;
  top: 0;
  background: radial-gradient(circle farthest-side, currentColor, currentColor 40%, transparent 20%, transparent);
  background-size: calc(11% / 750* 100);
  content: '';
  display: inline-block;
  height: calc(4% / 750* 100);
  width: 100%;
  
}
#adsl-thankyou22 .tl-item__time {
  position: relative;
  margin-bottom: calc( 22% / 562 * 100 );
  text-decoration: underline;
  letter-spacing: .05em;
}
#adsl-thankyou22 .tl-item__time::before {
  content: '';
  display: block;
  position: absolute;
  left: calc( -102% / 750 * 100 );
  top: 0;
  width: calc( 60% / 750 * 100 );
  height: calc( 60% / 750 * 100 );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#adsl-thankyou22 .tl-item__title {
  position: relative;
  color: var(--color-main);
  font-size: 1.7647em;
  line-height: 1.4296;
  white-space: nowrap;
}
#adsl-thankyou22 .tl-section:nth-child(even) .tl-item__title {
  color: #fff;
}
#adsl-thankyou22 .tl-item__content {
  position: relative;
  margin: 0;
}
#adsl-thankyou22 .tl-item__image {
  position: relative;
  z-index: 2;
}
#adsl-thankyou22 .tl-item__text {
  margin: calc( 36% / 562 * 100 ) 0;
  text-align: justify;
  letter-spacing: .02em;
}

#adsl-thankyou22 .tl-item-199901 .tl-item__image {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: calc( -80% / 562 * 100 );
  margin-right: calc( 60% / 562 * 100 );
  width: calc( 100% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-199902 .tl-item__image {
  margin-top: calc( -20% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-200203 .tl-item__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc( 139% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-200204 .tl-item__title {
  margin-inline: calc( -14% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-200304 .tl-item__image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: calc( -12% / 562 * 100 );
  width: calc( 139% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-200401 .tl-item__image {
  position: absolute;
  right: 0;
  top: calc(20vw / 750* 100);
  margin-bottom: calc( -5% / 562 * 100 );
  width: calc( 139% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-200403 .tl-item__image {
  margin-bottom: calc( -23% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-200405 .tl-item__image {
  margin-top: calc( -26% / 750 * 100 );
}
#adsl-thankyou22 .tl-item-200502 {
  margin-bottom: calc( 65% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-200601 .tl-item__image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: calc( 55% / 562 * 100 );
  width: calc( 139% / 562 * 100 );
}
#adsl-thankyou22 .tl-item-200601 .tl-item__title {
  margin-bottom: calc( 36% / 750 * 100 );
}
#adsl-thankyou22 .tl-item-200801 .tl-item__title {
  margin-bottom: calc( 20% / 750 * 100 );
}
#adsl-thankyou22 .tl-item-201001 .tl-item__title {
  margin-bottom: calc( -10% / 750 * 100 );
}
#adsl-thankyou22 .tl-item-201201 .tl-item__image {
  margin-bottom: calc( -20% / 750 * 100 );
}
#adsl-thankyou22 .tl-item-201902 .tl-item__title {
  margin-bottom: calc( -20% / 750 * 100 );
}

/* confetti */
#adsl-thankyou22 .js-confetti {
  position: absolute;
  top: -25%;
  right: calc( -94% / 750 * 100 );
  height: 150%;
}
#adsl-thankyou22 .tl-item__title:has( .js-confetti ) {
  padding-block: calc( 40% / 562 * 100 );
}
#adsl-thankyou22 .tl-item__title:has( .js-confetti ) img {
  position: relative;
  z-index: 1;
}


/* voice */
#adsl-thankyou22 .voice {
  color: #fff;
  background: var(--color-main);
}
#adsl-thankyou22 .voice__text {
  margin-top: calc( 62% / 750 * 100 );
}
#adsl-thankyou22 .voice__inner {
  padding: calc( 119% / 750 * 100 ) calc( 34% / 750 * 100 ) calc( 34% / 750 * 100 );
}
#adsl-thankyou22 .voice__comment-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min( calc( 91vw / 750 * 100 ), 91px );
  color: #000;
  background: #fff;
  margin-top: calc( 96% / 750 * 100 );
  padding: calc( 73% / 750 * 100 ) calc( 45% / 750 * 100 );
  border-radius: min( calc( 45vw / 750 * 100 ), 45px );
}
#adsl-thankyou22 .voice__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#adsl-thankyou22 .voice__comment-user {
  width: calc( 132% / 600 * 100 );
  font-size: .6176em;
  text-align: center;
}
#adsl-thankyou22 .voice__comment-text {
  position: relative;
  width: calc( 420% / 600 * 100 );
  margin: 0;
  padding: calc( 32% / 420 * 100 ) calc( 26% / 420 * 100 ) calc( 32% / 420 * 100 ) calc( 36% / 420 * 100 );
  font-size: .8235em;
  line-height: 1.661;
  letter-spacing: .02em;
  border-radius: min( calc( 45vw / 750 * 100 ), 45px );
}
#adsl-thankyou22 .voice__comment-text.is-blue {
  background-color: #e0eef8;
}
#adsl-thankyou22 .voice__comment-text.is-red {
  background-color: #f4e4ec;
}
#adsl-thankyou22 .voice__comment-text.is-green {
  background-color: #e1ece0;
}
#adsl-thankyou22 .voice__comment-text.is-yellow {
  background-color: #fff9db;
}
#adsl-thankyou22 .voice__comment-text.is-purple {
  background-color: #e6dfed;
}
#adsl-thankyou22 .voice__comment-text::before {
  content: '';
  display: block;
  position: absolute;
  left: calc( -27% / 750 * 100 );
  top: calc( 52% / 750 * 100 );
  width: calc( 39% / 750 * 100 );
  height: calc( 28% / 750 * 100 );
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: inherit;
}
#adsl-thankyou22 .voice__comment-text em {
  color: #cc2d22;
  font-weight: 500;
}
#adsl-thankyou22 .voice__comment:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#adsl-thankyou22 .voice__comment:nth-child(even) .voice__comment-text::before {
  left: auto;
  right: calc( -27% / 750 * 100 );
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/* タイムマシーン */
#adsl-thankyou22 .time-machine-container {
  position: fixed;
  left: clamp( 742px, 74.25vw, calc( 50% + 337.5px ) );
  bottom: max( 7%, 7vw );
  width: calc(50vw - 25%);
  z-index: 100;
}
#adsl-thankyou22 .time-machine {
  position: relative;
  width: min( 54%, 220px );
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}
#adsl-thankyou22 .time-machine__otosan {
  position: absolute;
  left: 0;
  top: 0;
  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;
  width: 100%;
  height: 100%;
}
#adsl-thankyou22 #otosan {
  width: calc( 88% / 164 * 100 );
}
#adsl-thankyou22 .time-machine__clock {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url(/internet/set/data/special/adsl-thankyou22/img/shared/clock_face.svg) no-repeat center;
  background-size: contain;
}
#adsl-thankyou22 #minute-hand {
  display: block;
  position: absolute;
  left: calc( 50% - ( 5% / 220 * 100 ) );
  bottom: calc( 50% - ( 5% / 220 * 100 ) );
  width: calc( 10% / 220 * 100 );
  height: calc( 95% / 220 * 100 );
  background: url(/internet/set/data/special/adsl-thankyou22/img/shared/clock_hand.svg) no-repeat center top;
  background-size: contain;
}

/* フローティングバナー */
#adsl-thankyou22 #sticky-area {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: clamp( 475px, 50%, 675px );
  margin-inline: auto;
  z-index: 100;
}
#adsl-thankyou22 .campaign-banner a > img {
  -webkit-transition: -webkit-filter .3s ease;
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease ;
  transition: filter .3s ease, -webkit-filter .3s ease;
}
#adsl-thankyou22 .campaign-banner a:hover > img {
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
}
