@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a img {
  border-width: 0px;
  border-style: none;
  border-color: #fff;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

em {
  font-style: normal;
}

:root {
  --base-width: 375;
  --scale: calc(100vw / var(--base-width));
}

html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  --h: 60;
  scroll-padding-top: calc(var(--h) * var(--scale));
}

body {
  background: #fff;
  font-family: "BIZ UDGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  --n: 15;
  font-size: calc(var(--n) * var(--scale));
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  min-height: -webkit-fill-available;
  font-size-adjust: 100%;
  --col-black: #000;
  --col-orange: #ea392a;
  --col-green: #00ab48;
  --col-beige: #f3f2f0;
  --col-gray-light: #f2f2f2;
  --col-beige-shadow: #e2dfda;
  --col-modal-bg: #333333;
}
body *,
body ::before,
body ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: unset;
}
body img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

/*font*/
.bold {
  font-weight: 700;
}

.biz {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.biz.bold,
.biz .bold {
  font-weight: 700;
}

.latin {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.latin.bold,
.latin .bold {
  font-weight: 700;
}
.latin.black,
.latin .black {
  font-weight: 900;
}

.gatagata {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.santa_comment_font {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pc-block {
  display: none;
}

.sp-block {
  display: block;
}

.sp350-block {
  display: none;
}

#all #left {
  display: none;
}
#all #right {
  display: none;
}
#all #main {
  position: relative;
  padding-top: calc(60 * var(--scale));
  overflow: clip;
}
#all #gototop {
  -webkit-filter: drop-shadow(calc(4.5 * var(--scale)) calc(4.5 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(4.5 * var(--scale)) calc(4.5 * var(--scale)) 0 var(--col-black));
  position: fixed;
  right: 0;
  bottom: 16px;
  z-index: 80;
}
#all #gototop .inner {
  --size: calc(20 * var(--scale));
  --border: calc(3 * var(--scale));
  width: calc(65.5 * var(--scale));
  aspect-ratio: 65.5/64.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  --n: 13.5;
  font-size: calc(15 * var(--scale));
  letter-spacing: 0.055em;
  background: var(--col-beige);
  outline: calc(var(--border) + 1px) solid var(--col-black);
  outline-offset: calc(var(--border) * -1 + 1px);
  -webkit-clip-path: polygon(var(--size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--size));
          clip-path: polygon(var(--size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--size));
  position: relative;
  right: calc(var(--border) * -1 / 2);
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}
#all #gototop .inner::after {
  content: "";
  position: absolute;
  width: calc(var(--size) * 1.4142);
  height: var(--border);
  background: var(--col-black);
  left: 0;
  top: calc(var(--size) - 0.5px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (any-hover: hover) {
  #all #gototop .inner:hover {
    background: var(--col-orange);
    color: #fff;
  }
}

html:has(input#label:checked) {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body:has(input#label:checked) {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

#header {
  position: fixed;
  top: 0;
  --h: 60;
  height: calc(var(--h) * var(--scale));
  --w: 375;
  width: calc(var(--w) * var(--scale));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.85);
}
#header .logo {
  display: block;
  --w: 111;
  width: calc(var(--w) * var(--scale));
  --mt: 13;
  --ml: 18.5;
  margin: calc(var(--mt) * var(--scale)) auto auto calc(var(--ml) * var(--scale));
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (any-hover: hover) {
  #header .logo:hover {
    opacity: 0.5;
  }
}
#header #label {
  display: none;
}
#header #label + label {
  position: relative;
  z-index: 10;
  cursor: pointer;
  --mt: 15.4;
  --mr: 30.5;
  margin: calc(var(--mt) * var(--scale)) calc(var(--mr) * var(--scale)) auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(11 * var(--scale));
}
@media (any-hover: hover) {
  #header #label + label:hover .text {
    color: var(--col-orange);
  }
  #header #label + label:hover .icon > span {
    background: var(--col-orange);
  }
}
#header #label + label .text {
  --n: 12;
  font-size: calc(var(--n) * var(--scale));
  line-height: 1;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
#header #label + label .text span:first-child {
  display: block;
}
#header #label + label .text span:last-child {
  display: none;
}
#header #label + label .icon {
  --w: 24;
  width: calc(var(--w) * var(--scale));
  aspect-ratio: 1/1;
  position: relative;
}
#header #label + label .icon > span {
  display: block;
  width: 100%;
  --h: 3;
  height: calc(var(--h) * var(--scale));
  background: var(--col-black);
  position: absolute;
  top: calc(50% - var(--h) * var(--scale) / 2);
  -webkit-transition: opacity 0.3s ease-in, background 0.3s ease-in, rotate 0.3s ease-in, top 0.3s ease-in, bottom 0.3s ease-in;
  transition: opacity 0.3s ease-in, background 0.3s ease-in, rotate 0.3s ease-in, top 0.3s ease-in, bottom 0.3s ease-in;
}
#header #label + label .icon > span:first-child {
  top: calc(1.5 * var(--scale));
}
#header #label + label .icon > span:last-child {
  top: auto;
  bottom: calc(1.5 * var(--scale));
}
#header #label + label .icon > span:nth-child(3) {
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../_img/icon_x.svg);
          mask-image: url(../_img/icon_x.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 0;
}
#header #label + label + .menu {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(375 * var(--scale));
  height: 100dvh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in, background 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: opacity 0.5s ease-in, background 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: opacity 0.5s ease-in, transform 0.5s ease-in, background 0.5s ease-in;
  transition: opacity 0.5s ease-in, transform 0.5s ease-in, background 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
#header #label:checked + label .text span:first-child {
  display: none;
}
#header #label:checked + label .text span:last-child {
  display: block;
}
#header #label:checked + label .icon > span {
  opacity: 0;
  --w: 30;
}
#header #label:checked + label .icon > span:first-child {
  top: calc(50% - var(--h) * var(--scale) / 2);
  rotate: 45deg;
}
#header #label:checked + label .icon > span:last-child {
  top: auto;
  bottom: calc(50% - var(--h) * var(--scale) / 2);
  rotate: -45deg;
}
#header #label:checked + label .icon > span:nth-child(3) {
  opacity: 1;
}
#header #label:checked + label + .menu {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: rgba(255, 255, 255, 0.95);
  opacity: 1;
}
#header .menu {
  padding: calc(76 * var(--scale)) 0 0;
  display: grid;
  place-items: start center;
}
#header .menu nav ul {
  font-size: calc(16.5 * var(--scale));
  line-height: 1;
  font-weight: 600;
  display: grid;
  gap: calc(2 * var(--scale));
}
#header .menu nav ul li {
  position: relative;
}
#header .menu nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(47 * var(--scale));
  padding-inline: calc(8 * var(--scale));
}
#header .menu nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0%;
  height: calc(2 * var(--scale));
  background: var(--col-black);
  will-change: width;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}
@media (any-hover: hover) {
  #header .menu nav ul li a:hover::after {
    width: 100%;
  }
}

/* ループ */
.loop_sticker {
  --height: 40;
  --original-width: 191;
  --original-height: 40;
  width: 100%;
  /* 実際の高さ = デザイン値 × scale */
  height: calc(var(--height) * var(--scale));
  background: var(--col-green) url("../_img/sticker_sos.svg") repeat-x;
  background-size: auto 100%;
  -webkit-animation: scroll 3s linear infinite;
          animation: scroll 3s linear infinite;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  will-change: background-position;
}
@-webkit-keyframes scroll {
  to {
    background-position: calc(var(--height) * var(--scale) / var(--original-height) * var(--original-width) * -1) 0;
  }
}
@keyframes scroll {
  to {
    background-position: calc(var(--height) * var(--scale) / var(--original-height) * var(--original-width) * -1) 0;
  }
}
.loop_sticker.soldout {
  background: var(--col-orange) url("../_img/sticker_soldout.svg") repeat-x;
  background-size: auto 100%;
}
.loop_sticker.sos_red {
  background: var(--col-orange) url("../_img/sticker_sos_red.svg") repeat-x;
  background-size: auto 100%;
}
.loop_sticker.getapp {
  --original-width: 267;
  --original-height: 40;
  background: var(--col-green) url("../_img/sticker_getapp.svg") repeat-x;
  background-size: auto 100%;
  -webkit-animation: scroll 4.1937172775s linear infinite;
          animation: scroll 4.1937172775s linear infinite;
}
.loop_sticker.campaign {
  --original-width: 145;
  --original-height: 40;
  background: var(--col-orange) url("../_img/sticker_campaign.svg") repeat-x;
  background-size: auto 100%;
  -webkit-animation: scroll 2.277486911s linear infinite;
          animation: scroll 2.277486911s linear infinite;
}

/* 右下欠けボックス */
.chamfer-box {
  --size: calc(35 * var(--scale));
  --border: calc(3 * var(--scale));
  --color: var(--col-black);
  width: 100%;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--size)), calc(100% - var(--size)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--size)), calc(100% - var(--size)) 100%, 0 100%);
  outline: calc(var(--border) + 1 * var(--scale)) solid var(--color);
  outline-offset: calc(var(--border) * -1);
}
.chamfer-box::after {
  content: "";
  position: absolute;
  /* 斜め線の長さ */
  width: calc(var(--size) * 1.4142);
  height: calc(var(--border) + 1px);
  background: var(--color);
  right: calc(1.5 * var(--scale) * -0.5);
  /* ▼ 外側に出さないための bottom（線の内側端を合わせる） */
  bottom: calc(var(--size) - 1 * var(--scale));
  /* ▼ 斜め線の回転軸を “線幅の内側端” にする */
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 5;
}

/*ボタンベース*/
.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  -webkit-filter: drop-shadow(calc(4.5 * var(--scale)) calc(4.5 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(4.5 * var(--scale)) calc(4.5 * var(--scale)) 0 var(--col-black));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn .chamfer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  --font: 13.5;
  font-size: calc(var(--font) * var(--scale));
  font-weight: 600;
  letter-spacing: 0.055em;
  width: calc(226 * var(--scale));
  height: calc(50 * var(--scale));
  background: var(--col-beige);
  padding: 0;
  --size: calc(20 * var(--scale));
  --border: calc(2.5 * var(--scale));
  background: var(--col-beige);
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
.btn .arrow {
  rotate: 90deg;
  padding-left: calc(2 * var(--scale));
}
.btn .exclamation {
  letter-spacing: -0.2em;
}
.btn.cooperation, .btn.choice, .btn.share_btn {
  -webkit-filter: drop-shadow(calc(5 * var(--scale)) calc(5 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(5 * var(--scale)) calc(5 * var(--scale)) 0 var(--col-black));
}
.btn.cooperation .white_border, .btn.choice .white_border, .btn.share_btn .white_border {
  display: block;
  -webkit-filter: drop-shadow(calc(1 * var(--scale)) calc(1 * var(--scale)) 0 #fff);
          filter: drop-shadow(calc(1 * var(--scale)) calc(1 * var(--scale)) 0 #fff);
}
.btn.cooperation .white_border .chamfer-box, .btn.choice .white_border .chamfer-box, .btn.share_btn .white_border .chamfer-box {
  --border: calc(3 * var(--scale));
  --font: 14.5;
  font-weight: 600;
  line-height: 1;
  width: calc(176 * var(--scale));
  height: calc(56 * var(--scale));
  color: #fff;
  background: var(--col-orange);
  gap: calc(8 * var(--scale));
  text-indent: 0;
}
.btn.cooperation .white_border .chamfer-box .arrow, .btn.choice .white_border .chamfer-box .arrow, .btn.share_btn .white_border .chamfer-box .arrow {
  text-indent: 0;
  color: var(--col-black);
}
.btn.cooperation .white_border.white .chamfer-box, .btn.choice .white_border.white .chamfer-box, .btn.share_btn .white_border.white .chamfer-box {
  background: #fff;
}
.btn.choice .white_border .chamfer-box {
  width: calc(190 * var(--scale));
}
.btn.share_btn {
  background: transparent;
  border: none;
}
.btn.share_btn .white_border .chamfer-box {
  width: calc(276 * var(--scale));
  height: calc(70 * var(--scale));
  background: var(--col-green);
  gap: calc(12 * var(--scale));
}
.btn.share_btn .white_border .chamfer-box .icon_share {
  display: block;
  width: calc(16 * var(--scale));
  height: calc(16 * var(--scale));
  background-color: var(--col-black);
  -webkit-mask-image: url(../_img/icon_share.svg);
          mask-image: url(../_img/icon_share.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.btn.friends .chamfer-box {
  color: #fff;
  background: var(--col-orange);
}
.btn.back .arrow {
  rotate: -90deg;
}
.btn.back .narrow {
  letter-spacing: -0.05em;
}
@media (any-hover: hover) {
  .btn:hover .chamfer-box {
    color: #fff;
    background: var(--col-orange);
  }
  .btn:hover.friends .chamfer-box {
    color: var(--col-black);
    background: var(--col-green);
  }
  .btn:hover.cooperation .white_border .chamfer-box, .btn:hover.share_btn .white_border .chamfer-box {
    color: var(--col-orange);
    background: #fff;
  }
  .btn:hover.share_btn .white_border .chamfer-box {
    color: var(--col-green);
  }
}

/* シェアボタン */
.share_btn {
  cursor: pointer;
}
.share_btn::before, .share_btn::after {
  pointer-events: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  content: "URLをコピーしました";
  position: absolute;
  top: calc(3 * var(--scale));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--col-orange);
  color: #fff;
  padding: calc(4 * var(--scale)) calc(8 * var(--scale));
  font-size: calc(9 * var(--scale));
  line-height: 1;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease-in;
  transition: opacity 0.3s ease, top 0.3s ease-in;
  z-index: 10;
}
.share_btn::after {
  content: "シェアしました";
}
.share_btn.copied::before, .share_btn.share::after {
  opacity: 1;
  top: calc(-3 * var(--scale));
}

.index_page section {
  padding: 0 calc(21 * var(--scale));
}
.index_page section .wrap {
  width: 100%;
}

.friends_page section {
  padding: 0 calc(23 * var(--scale)) 0 calc(21 * var(--scale));
}
.friends_page section .wrap {
  width: 100%;
}

/* カウント・棒グラフ・残り時間ベース */
.counter_wrap {
  /* 達成・未達成 */
  /* ／達成・未達成 */
}
.counter_wrap .countdown_message {
  display: none;
}
.counter_wrap .countdown_message .message {
  margin: calc(13 * var(--scale)) auto calc(18 * var(--scale));
  text-align: center;
  font-size: calc(13 * var(--scale));
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.counter_wrap .countdown_message .kome {
  text-align: left;
  display: grid;
}
.counter_wrap .countdown_message .kome li {
  position: relative;
  padding-left: 1em;
  font-size: calc(8 * var(--scale));
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.counter_wrap .countdown_message .kome li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1.75em;
}
.counter_wrap .countdown_message.period_before .message {
  margin: calc(18.5 * var(--scale)) auto calc(19 * var(--scale));
  font-size: calc(11.5 * var(--scale));
  font-weight: normal;
  line-height: 1.7495652174;
  letter-spacing: 0.05em;
}
.counter_wrap .ten_thousand_wrap {
  position: relative;
  z-index: 10;
  display: none;
}
.counter_wrap .ten_thousand_wrap .not_achieved {
  display: none;
  position: absolute;
  top: calc(-63.84 * var(--scale));
  right: calc(-8.5 * var(--scale));
  width: calc(122 * var(--scale));
}
.counter_wrap .ten_thousand_wrap .achieved {
  display: none;
  position: absolute;
  top: calc(-62.1626 * var(--scale));
  right: calc(-12.7634 * var(--scale));
  width: calc(122 * var(--scale));
}
.counter_wrap:has(.graph_bar.is-over) .countdown_message.period_before {
  display: block;
}
.counter_wrap:has(.graph_bar.is-over) .ten_thousand_wrap {
  display: block;
}
.counter_wrap:has(.graph_bar.is-over) .ten_thousand_wrap .achieved {
  display: none;
}
.counter_wrap:has(.graph_bar.is-over) .ten_thousand_wrap .achieved.period_before {
  display: block;
}
.counter_wrap:has(.countdown.is-over) .count dd .graph_wrap .graph_bar {
  background: #a2a6a2;
}
.counter_wrap:has(.countdown.is-over) dd.countdown > span {
  display: none;
}
.counter_wrap:has(.countdown.is-over) dd.countdown .timeover {
  display: block;
  font-size: calc(14.5 * var(--scale));
  letter-spacing: 1;
}
.counter_wrap:has(.countdown.is-over) .countdown_message.not_achieved.period_end {
  display: block;
}
.counter_wrap:has(.countdown.is-over) .ten_thousand_wrap {
  display: block;
}
.counter_wrap:has(.countdown.is-over) .ten_thousand_wrap .not_achieved {
  display: block;
}
.counter_wrap:has(.countdown.is-over) .ten_thousand_wrap .achieved {
  display: none;
}
.counter_wrap:has(.countdown.is-over) .ten_thousand_wrap .achieved.period_before {
  display: none;
}
.counter_wrap:has(.graph_bar.is-over):has(.countdown.is-over) .count dd .graph_wrap .graph_bar {
  background: var(--col-orange);
}
.counter_wrap:has(.graph_bar.is-over):has(.countdown.is-over) .countdown_message.not_achieved.period_end {
  display: none;
}
.counter_wrap:has(.graph_bar.is-over):has(.countdown.is-over) .countdown_message.achieved.period_end {
  display: block;
}
.counter_wrap:has(.graph_bar.is-over):has(.countdown.is-over) .countdown_message.achieved.period_before {
  display: none;
}
.counter_wrap:has(.graph_bar.is-over):has(.countdown.is-over) .ten_thousand_wrap {
  display: block;
}
.counter_wrap:has(.graph_bar.is-over):has(.countdown.is-over) .ten_thousand_wrap .not_achieved {
  display: none;
}
.counter_wrap:has(.graph_bar.is-over):has(.countdown.is-over) .ten_thousand_wrap .achieved {
  display: block;
}
.counter_wrap:has(.graph_bar.is-over):has(.countdown.is-over) .ten_thousand_wrap .achieved.period_before {
  display: none;
}
.counter_wrap .count dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(7.5 * var(--scale));
  font-size: calc(10.63 * var(--scale));
  line-height: 1;
  font-weight: 700;
  margin-bottom: calc(10 * var(--scale));
}
.counter_wrap .count dt img {
  width: calc(28 * var(--scale));
}
.counter_wrap .count dd .count_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: calc(14 * var(--scale));
  margin-bottom: calc(3.5 * var(--scale));
}
.counter_wrap .count dd .count_text .count_current {
  font-size: calc(34.5 * var(--scale));
  line-height: 1;
  letter-spacing: 0.015em;
  -webkit-text-stroke-width: calc(1.5 * var(--scale));
  -webkit-text-stroke-color: var(--col-black);
  color: #fff;
  margin-right: calc(3 * var(--scale));
}
.counter_wrap .count dd .graph_wrap {
  width: 100%;
  height: calc(32.5 * var(--scale));
  background: var(--col-beige-shadow);
  border: solid calc(2.3 * var(--scale)) var(--col-black);
  border-radius: calc(2.7 * var(--scale));
  position: relative;
  overflow: hidden;
  margin-bottom: calc(12 * var(--scale));
}
.counter_wrap .count dd .graph_wrap .graph_bar {
  width: 0px;
  height: calc(100% + 2.3 * var(--scale) * 2);
  background: var(--col-orange);
  position: relative;
  margin-block: calc(2.3 * var(--scale) * -1);
  border-top-right-radius: calc(7.43 * var(--scale));
  border-bottom-right-radius: calc(7.43 * var(--scale));
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.counter_wrap .count dd .graph_wrap .graph_bar.is-over {
  border-radius: 0;
}
.counter_wrap .count dd .graph_wrap::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  bottom: 0;
  display: block;
  background: #fff;
  border-top-right-radius: 5px;
}
.counter_wrap .count dd .remain_text {
  font-size: calc(10.6 * var(--scale));
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.counter_wrap .count dd .remain_text .count_remain {
  font-size: calc(20.4 * var(--scale));
  line-height: 1;
  letter-spacing: 0.015em;
  -webkit-text-stroke-width: calc(1 * var(--scale));
  -webkit-text-stroke-color: var(--col-black);
  color: transparent;
}
.counter_wrap .countdown_wrap {
  margin-top: calc(4 * var(--scale) * -1);
  font-weight: 700;
  line-height: 1;
}
.counter_wrap .countdown_wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(7.5 * var(--scale));
  font-size: calc(10.63 * var(--scale));
  line-height: 1;
  font-weight: 700;
  margin-bottom: calc(7 * var(--scale));
}
.counter_wrap .countdown_wrap dt img {
  width: calc(21 * var(--scale));
}
.counter_wrap .countdown_wrap dd.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: calc(10.6 * var(--scale));
  gap: calc(6 * var(--scale));
}
.counter_wrap .countdown_wrap dd.countdown .latin {
  font-size: calc(19.5 * var(--scale));
}
.counter_wrap .countdown_wrap dd.countdown .timeover {
  display: none;
}

/* ／棒グラフデザインベース */
/* MV／index */
#mv {
  padding-bottom: calc(35.5 * var(--scale));
  position: relative;
}
#mv .loop_sticker {
  position: absolute;
  --height: 24;
  z-index: -1;
  rotate: -45deg;
  bottom: calc(-260 * var(--scale));
  left: calc(40 * var(--scale));
  width: calc(800 * var(--scale));
}
#mv .loop_sticker.soldout {
  bottom: auto;
  top: calc(278 * var(--scale));
  left: calc(-79 * var(--scale));
  width: calc(600 * var(--scale));
}
#mv .mv_img {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 10;
  margin-bottom: calc(18 * var(--scale));
}
#mv .mv_img .chamfer-box {
  --size: calc(65 * var(--scale));
  grid-area: 1/1;
}
#mv .mv_img .ornament {
  position: absolute;
  bottom: calc(-1.7 * var(--scale));
  right: calc(1.1 * var(--scale));
  width: calc(30 * var(--scale));
}
#mv .counter_wrap {
  margin-bottom: calc(20 * var(--scale));
}
#mv .btn.cooperation {
  margin-bottom: calc(14 * var(--scale));
}

/* 達成・未達成 */
#mv:has(.countdown.is-over) {
  padding-bottom: 0;
}
#mv:has(.countdown.is-over) .loop_sticker {
  bottom: calc(-285 * var(--scale));
}
#mv:has(.countdown.is-over) .counter_wrap {
  margin-bottom: calc(30 * var(--scale));
}
#mv:has(.countdown.is-over) .btn.cooperation,
#mv:has(.countdown.is-over) .btn.share_btn {
  display: none;
}

/* ／達成・未達成 */
/* message／index */
#message .message.chamfer-box {
  width: 100%;
  padding: 0 calc(14 * var(--scale)) calc(15 * var(--scale));
  background: url(../_img/bg_sos@2x.png) 0 0 no-repeat;
  background-size: calc(430 * var(--scale)) auto;
  margin-bottom: calc(35 * var(--scale));
}
#message .message.chamfer-box h2 {
  margin-inline: calc(14 * var(--scale) * -1);
  padding-block: calc(7 * var(--scale));
  font-size: calc(9.5 * var(--scale));
  text-align: center;
  color: #fff;
  background: var(--col-black);
  text-transform: uppercase;
  margin-bottom: calc(15 * var(--scale));
}
#message .message.chamfer-box p {
  font-weight: 700;
  font-size: calc(14 * var(--scale));
  line-height: 1;
  text-align: center;
  margin-top: calc(14 * var(--scale));
}
#message .message.chamfer-box .youtube_box {
  width: 100%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: calc(4.3 * var(--scale));
  overflow: hidden;
  display: grid;
  place-items: center;
}
#message .message.chamfer-box .youtube_box iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
#message .message.chamfer-box .youtube_box .play {
  cursor: pointer;
  position: relative;
  z-index: 10;
  border: none;
  background: none;
  grid-area: 1/1;
  display: grid;
  place-items: center;
  -webkit-filter: drop-shadow(calc(5.5 * var(--scale)) calc(5.5 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(5.5 * var(--scale)) calc(5.5 * var(--scale)) 0 var(--col-black));
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#message .message.chamfer-box .youtube_box .play > span {
  grid-area: 1/1;
  display: block;
  width: calc(83 * var(--scale));
  min-width: 73px;
  aspect-ratio: 1/1;
}
#message .message.chamfer-box .youtube_box .play > span.inner {
  background: var(--col-orange);
  -webkit-mask-image: url(../_img/btn_youtube_inner.svg);
          mask-image: url(../_img/btn_youtube_inner.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#message .message.chamfer-box .youtube_box .play > span.arrow {
  background: var(--col-black);
  -webkit-mask-image: url(../_img/btn_youtube_arrow.svg);
          mask-image: url(../_img/btn_youtube_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#message .message.chamfer-box .youtube_box.is-playing .play {
  opacity: 0;
}
@media (hover: hover) {
  #message .message.chamfer-box .youtube_box:hover .play > span.inner {
    background: #fff;
  }
  #message .message.chamfer-box .youtube_box:hover .play > span.arrow {
    background: var(--col-orange);
  }
}
#message .recruit {
  width: calc(248.5 * var(--scale));
  height: calc(38 * var(--scale));
  padding: 0 calc(15 * var(--scale));
  margin: 0 auto calc(21 * var(--scale));
  border: solid calc(2.95 * var(--scale)) var(--col-black);
  border-radius: calc(infinity * 1px);
  background: var(--col-gray-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(31 * var(--scale));
  font-size: calc(14.5 * var(--scale));
  line-height: 1;
}
#message .recruit .gatagata {
  font-size: calc(13 * var(--scale));
  margin-top: calc(1 * var(--scale));
}
#message .recruit + p {
  font-size: calc(11.5 * var(--scale));
  line-height: 1.747826087;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 auto calc(17 * var(--scale));
}
#message .bot {
  position: relative;
}
#message .bot .chamfer-box {
  background: url(../_img/bg_patterm_whitedot@2x.png) 0 0;
  background-size: calc(38 * var(--scale)) auto;
  display: grid;
  gap: calc(22.5 * var(--scale));
  margin-bottom: calc(21 * var(--scale));
}
#message .bot .chamfer-box figure {
  text-align: center;
  width: 100%;
  margin-bottom: calc(24 * var(--scale));
}
#message .bot .chamfer-box figure figcaption {
  font-size: calc(14 * var(--scale));
  line-height: 1;
  margin-top: calc(10 * var(--scale));
}
#message .bot + p {
  font-size: calc(11.5 * var(--scale));
  line-height: 1.747826087;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: calc(21 * var(--scale));
}
#message .bot + p .reference {
  color: #6e8290;
}
#message .bot + p .reference a {
  color: #6e8290;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  padding: 0.1em 0.5em;
  margin: -0.1em -0.5em;
  display: inline-block;
  border-radius: calc(3 * var(--scale));
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}
@media (any-hover: hover) {
  #message .bot + p .reference a:hover {
    text-decoration: none;
    background: var(--col-orange);
    color: #fff;
  }
}
#message .solutiont.chamfer-box {
  background: url(../_img/bg_patterm_whitedot@2x.png) 0 0;
}
#message .solutiont.chamfer-box h2 {
  margin-inline: calc(14 * var(--scale) * -1);
  padding-block: calc(7 * var(--scale));
  font-size: calc(13.9 * var(--scale));
  text-align: center;
  color: #fff;
  background: var(--col-black);
  margin-bottom: calc(38.5 * var(--scale));
}
#message .solutiont.chamfer-box .orb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8.5 * var(--scale));
  font-size: calc(10.5 * var(--scale));
  font-weight: 700;
  line-height: 1.7495238095;
  text-align: center;
  letter-spacing: 0.055em;
  margin-bottom: calc(27.9 * var(--scale));
}
#message .solutiont.chamfer-box .orb img {
  width: calc(92 * var(--scale));
}
#message .solutiont.chamfer-box .step {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(10.5 * var(--scale));
  line-height: 1.580952381;
  text-align: center;
  margin: 0 auto calc(25 * var(--scale));
  padding-bottom: calc(38.1 * var(--scale));
}
#message .solutiont.chamfer-box .step li img {
  width: calc(120 * var(--scale));
  margin-bottom: calc(8.7 * var(--scale));
}
#message .solutiont.chamfer-box .step li:nth-child(2) img {
  width: calc(44 * var(--scale));
}
#message .solutiont.chamfer-box + p {
  font-size: calc(11.5 * var(--scale));
  line-height: 1.747826087;
  text-align: center;
  letter-spacing: 0.055em;
  margin-bottom: calc(21 * var(--scale));
}
#message .solutiont.chamfer-box + p .narrow {
  letter-spacing: 0.02em;
  display: inline-block;
  margin-inline: -0.1em -0.5em;
  white-space: nowrap;
}
#message .solutiont.chamfer-box + p .narrow > span {
  margin-left: -0.3em;
}
#message .solutiont.chamfer-box + p .narrow > span:nth-child(2) {
  margin-left: auto;
  margin-right: -0.3em;
}
#message .xmas {
  display: grid;
  justify-items: center;
  gap: calc(13 * var(--scale));
  margin-bottom: calc(24 * var(--scale));
}
#message .xmas .ornament {
  width: calc(30 * var(--scale));
}
#message .xmas .title {
  width: calc(213 * var(--scale));
}
#message + .loop_sticker.sos_red {
  --height: 20;
}

.loop_sticker.bg_gray {
  position: relative;
}
.loop_sticker.bg_gray::before {
  content: "";
  position: absolute;
  top: calc(-10 * var(--scale));
  left: 0;
  display: block;
  width: 100%;
  height: calc(10 * var(--scale));
  background: var(--col-gray-light);
}

/* SOS／index */
#sos {
  background-color: var(--col-gray-light);
  padding-block: calc(30 * var(--scale)) calc(17.8 * var(--scale));
}
#sos h2 {
  width: calc(302 * var(--scale));
  margin: 0 auto calc(18 * var(--scale));
}
#sos dl.dates {
  width: calc(210 * var(--scale));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1px calc(8 * var(--scale));
  margin: auto;
  margin-bottom: calc(25 * var(--scale));
}
#sos dl.dates dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#sos dl.dates dt > span {
  font-size: calc(8.37 * var(--scale));
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding: calc(3.5 * var(--scale)) calc(5 * var(--scale) - 0.05em) calc(3 * var(--scale)) calc(5 * var(--scale));
  background: var(--col-black);
}
#sos dl.dates dd {
  font-size: calc(20.2 * var(--scale));
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 900;
}
#sos dl.dates dd > span {
  font-size: calc(12.5 * var(--scale));
  margin-bottom: calc(1.5 * var(--scale));
}
#sos .santa_img {
  margin: 0 calc(5.5 * var(--scale) * -1);
}
#sos .santa_img img {
  width: 100%;
}
#sos .santa_img + p {
  font-size: calc(13.7 * var(--scale));
  line-height: 1.5693430657;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
  margin: calc(11 * var(--scale)) auto calc(15 * var(--scale));
}
#sos .santa_img + p > span {
  font-weight: 900;
  font-size: 1.36em;
  letter-spacing: 0.07em;
}
#sos .santa_img + p em {
  font-size: 1.2em;
}
#sos .counter_wrap {
  margin-bottom: calc(38.9 * var(--scale));
}
#sos .howto {
  padding-top: calc(38.9 * var(--scale));
}
#sos .howto h3 {
  width: 100%;
  height: calc(32.5 * var(--scale));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(15.5 * var(--scale));
  letter-spacing: 0.8em;
  font-weight: 700;
  color: #fff;
  background-color: var(--col-black);
  margin-bottom: calc(17.25 * var(--scale));
}
#sos .howto h3 span {
  padding-left: 0.8em;
}
#sos .howto .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(22 * var(--scale));
  margin-bottom: calc(25 * var(--scale));
}
#sos .howto .step li {
  text-align: center;
  width: calc(94 * var(--scale));
}
#sos .howto .step li p {
  font-size: calc(9 * var(--scale));
  line-height: 1.4444444444;
  font-weight: 700;
}
#sos .howto .step li p.latin {
  font-size: calc(14.5 * var(--scale));
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  margin-bottom: calc(8 * var(--scale));
}
#sos .howto .step li:last-child picture {
  display: block;
  margin-right: calc(10 * var(--scale) * -1);
}
#sos .howto .details > li h4 {
  font-size: calc(15 * var(--scale));
  line-height: 1;
  font-weight: 600;
  margin-bottom: calc(6 * var(--scale));
}
#sos .howto .details > li h4 + .list {
  font-size: calc(14 * var(--scale));
  line-height: 1.5857142857;
}
#sos .howto .details > li h4 + .list > li {
  padding-left: 1.2em;
  position: relative;
}
#sos .howto .details > li h4 + .list > li > span {
  width: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
#sos .howto .details > li h4 + .list > li a.link {
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#sos .howto .details > li h4 + .list > li a.link > span {
  border-bottom: solid calc(1.5 * var(--scale)) var(--col-black);
  padding-bottom: calc(2 * var(--scale));
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
#sos .howto .details > li h4 + .list > li a.link:hover {
  color: var(--col-orange);
}
#sos .howto .details > li h4 + .list > li a.link:hover > span {
  border-color: var(--col-orange);
}
#sos .howto .details > li h4 + p {
  font-size: calc(12 * var(--scale));
  line-height: 1.75;
}
#sos .howto .details > li:not(:last-child) {
  margin-bottom: calc(26 * var(--scale));
}
#sos + .loop_sticker.getapp {
  --height: 20;
}
#sos .message.chamfer-box {
  width: 100%;
  padding: 0 calc(14 * var(--scale)) calc(15 * var(--scale));
  background: url(../_img/bg_sos@2x.png) 0 0 no-repeat;
  background-size: calc(430 * var(--scale)) auto;
  margin-bottom: calc(35 * var(--scale));
}
#sos .message.chamfer-box h2 {
  margin-inline: calc(14 * var(--scale) * -1);
  padding-block: calc(7 * var(--scale));
  font-size: calc(9.5 * var(--scale));
  text-align: center;
  color: #fff;
  background: var(--col-black);
  text-transform: uppercase;
  margin-bottom: calc(15 * var(--scale));
}
#sos .message.chamfer-box p {
  font-weight: 700;
  font-size: calc(14 * var(--scale));
  line-height: 1;
  text-align: center;
  margin-top: calc(14 * var(--scale));
}
#sos .message.chamfer-box .youtube_box {
  width: 100%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: calc(4.3 * var(--scale));
  overflow: hidden;
  display: grid;
  place-items: center;
}
#sos .message.chamfer-box .youtube_box iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
#sos .message.chamfer-box .youtube_box .play {
  cursor: pointer;
  position: relative;
  z-index: 10;
  border: none;
  background: none;
  grid-area: 1/1;
  display: grid;
  place-items: center;
  -webkit-filter: drop-shadow(calc(5.5 * var(--scale)) calc(5.5 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(5.5 * var(--scale)) calc(5.5 * var(--scale)) 0 var(--col-black));
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#sos .message.chamfer-box .youtube_box .play > span {
  grid-area: 1/1;
  display: block;
  width: calc(83 * var(--scale));
  min-width: 73px;
  aspect-ratio: 1/1;
}
#sos .message.chamfer-box .youtube_box .play > span.inner {
  background: var(--col-orange);
  -webkit-mask-image: url(../_img/btn_youtube_inner.svg);
          mask-image: url(../_img/btn_youtube_inner.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#sos .message.chamfer-box .youtube_box .play > span.arrow {
  background: var(--col-black);
  -webkit-mask-image: url(../_img/btn_youtube_arrow.svg);
          mask-image: url(../_img/btn_youtube_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#sos .message.chamfer-box .youtube_box.is-playing .play {
  opacity: 0;
}
@media (hover: hover) {
  #sos .message.chamfer-box .youtube_box:hover .play > span.inner {
    background: #fff;
  }
  #sos .message.chamfer-box .youtube_box:hover .play > span.arrow {
    background: var(--col-orange);
  }
}

/* app／index・friends */
#app {
  padding-block: calc(19 * var(--scale)) calc(27 * var(--scale));
}
#app h2 {
  text-align: center;
  font-size: calc(17 * var(--scale));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.121em;
  margin-bottom: calc(14 * var(--scale));
}
#app h2 .latin {
  font-weight: 900;
}
#app .bnr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15 * var(--scale));
  margin-bottom: calc(15 * var(--scale));
}
#app .bnr_wrap a {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (any-hover: hover) {
  #app .bnr_wrap a:hover {
    opacity: 0.5;
  }
}
#app .bnr_wrap img {
  width: auto;
  height: calc(53.46 * var(--scale));
}

/* gift／index */
#gift {
  padding-bottom: calc(108 * var(--scale));
}
#gift h2 {
  font-size: calc(15 * var(--scale));
  line-height: 1.4333333333;
  text-align: center;
  margin-bottom: calc(15 * var(--scale));
}
#gift .presents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(7.5 * var(--scale));
}
#gift .presents_list li {
  width: calc((100% - 7.5 * var(--scale)) / 2);
  border: solid calc(2.5 * var(--scale)) var(--col-black);
  padding: calc(7 * var(--scale));
  padding-bottom: calc(24.3 * var(--scale));
  display: grid;
  justify-items: center;
  gap: calc(5.5 * var(--scale));
}
#gift .presents_list li .presents_img {
  display: block;
  width: 100%;
  border: solid calc(1 * var(--scale)) var(--col-black);
}
#gift .presents_list li .presents_text {
  width: calc(100% - 3 * var(--scale) * 2);
  margin: auto;
  font-size: calc(8.5 * var(--scale));
  font-weight: 600;
  line-height: 1.6;
  /**/
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(27.2 * var(--scale));
}
#gift .presents_list li .btn_wrap {
  cursor: pointer;
  position: relative;
  width: calc(100% - 3 * var(--scale) * 2);
}
#gift .presents_list li .btn_wrap .btn {
  width: 100%;
  -webkit-filter: drop-shadow(calc(2.8 * var(--scale)) calc(2.8 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(2.8 * var(--scale)) calc(2.8 * var(--scale)) 0 var(--col-black));
}
#gift .presents_list li .btn_wrap .btn .chamfer-box {
  --size: calc(13 * var(--scale));
  --border: calc(2.5 * var(--scale));
  width: 100%;
  height: calc(33.38 * var(--scale));
  display: grid;
  place-items: center;
  background-color: var(--col-orange);
}
#gift .presents_list li .btn_wrap .btn .chamfer-box .cart {
  font-size: 0;
  display: block;
  width: calc(19 * var(--scale));
  height: calc(16 * var(--scale));
  background: #fff;
  -webkit-mask-image: url(../_img/icon_cart.svg);
          mask-image: url(../_img/icon_cart.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#gift .presents_list li .btn_wrap::after {
  content: "";
  position: absolute;
  top: calc(8.5 * var(--scale));
  left: calc(85.4 * var(--scale));
  display: block;
  width: calc(46 * var(--scale));
  height: calc(41 * var(--scale));
  background: url(../_img/icon_hand.svg) center center no-repeat;
}
@media (any-hover: hover) {
  #gift .presents_list li .btn_wrap:hover .btn .chamfer-box {
    background-color: var(--col-beige);
  }
  #gift .presents_list li .btn_wrap:hover .btn .chamfer-box .cart {
    background: var(--col-orange);
  }
}

/* find（Orbをさがす）／index */
#find {
  padding-block: 0 calc(46 * var(--scale));
}
#find h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(40 * var(--scale));
  margin: auto;
  margin-bottom: calc(17 * var(--scale));
}
#find h2 picture {
  width: calc(94 * var(--scale));
}
#find h2 .text_wrap {
  display: grid;
  text-align: center;
}
#find h2 .text_wrap .main {
  font-size: calc(22.5 * var(--scale));
  line-height: 1.4222222222;
  letter-spacing: 0.294em;
}
#find h2 .text_wrap .sub {
  font-size: calc(9.5 * var(--scale));
  line-height: 2.7684210526;
  letter-spacing: 0.131em;
}
#find .chamfer-box.map_wrap {
  display: grid;
  place-items: center;
  margin-bottom: calc(22 * var(--scale));
}
#find .chamfer-box.map_wrap .iframe_wrap {
  margin-block: calc(3 * var(--scale));
  aspect-ratio: 1/1;
  width: calc(100% - 6 * var(--scale));
  overflow: hidden;
}
#find .chamfer-box.map_wrap .iframe_wrap iframe {
  -webkit-transform: translateY(-5em);
          transform: translateY(-5em);
  width: 100%;
  height: calc(100% + 5em);
}

/* entry（応募要項） */
#entry {
  text-align: center;
}
#entry h2 {
  text-align: center;
  display: grid;
  gap: calc(4 * var(--scale));
  margin: auto;
  margin-bottom: calc(18 * var(--scale));
}
#entry h2 .main {
  font-size: calc(22.5 * var(--scale));
  line-height: 1;
  letter-spacing: 0.294em;
}
#entry h2 .sub {
  font-size: calc(9.5 * var(--scale));
  line-height: 1;
  letter-spacing: 0.191em;
}
#entry .text_box_borde {
  border: solid 1px var(--col-beige-shadow);
  margin: auto;
  margin-bottom: calc(50 * var(--scale));
}
#entry .text_box_wrap {
  width: calc(330 * var(--scale));
  height: calc(330 * var(--scale));
  overflow-y: auto;
  margin: auto;
}
#entry .text_box_wrap .simplebar-track.simplebar-vertical {
  width: calc(8 * var(--scale));
}
#entry .text_box_wrap .simplebar-scrollbar:before {
  background: var(--col-green);
  opacity: 1;
}
#entry .text_box {
  text-align: left;
  padding: calc(24 * var(--scale)) calc(16 * var(--scale)) calc(24 * var(--scale)) calc(16 * var(--scale));
  display: grid;
  gap: calc(12 * var(--scale));
  font-size: calc(12 * var(--scale));
  line-height: 1.3;
}
#entry .text_box dl.main_dl {
  display: grid;
  gap: calc(12 * var(--scale));
}
#entry .text_box dl.main_dl > dt {
  margin-bottom: calc(-8 * var(--scale));
  padding-left: 1em;
  position: relative;
}
#entry .text_box dl.main_dl > dt::before {
  display: block;
  width: 1em;
  height: 1em;
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
#entry .text_box dl.main_dl > dd {
  display: grid;
  gap: calc(4 * var(--scale));
}
#entry .text_box dl.participate {
  display: grid;
  gap: calc(4 * var(--scale));
}
#entry .text_box dl.participate dt {
  margin-bottom: calc(-2 * var(--scale));
}
#entry .text_box ul.nakaguro,
#entry .text_box ul.kome {
  display: grid;
  gap: calc(2 * var(--scale));
}
#entry .text_box ul.nakaguro > li,
#entry .text_box ul.kome > li {
  position: relative;
  padding-left: 1em;
}
#entry .text_box ul.nakaguro > li::before,
#entry .text_box ul.kome > li::before {
  display: block;
  width: 1em;
  height: 1em;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#entry .text_box ul.nakaguro > li.blank::before,
#entry .text_box ul.kome > li.blank::before {
  display: none;
}
#entry .text_box ul.kome > li::before {
  content: "※";
}
#entry .text_box ul.kome.chanel li dl {
  display: grid;
  grid-template-columns: 3em 1fr;
  grid-template-rows: auto;
}
#entry .text_box ol.num_list {
  display: grid;
  gap: 0.8em;
  counter-reset: listnum;
  list-style: none;
}
#entry .text_box ol.num_list > li {
  padding-left: 1em;
  position: relative;
}
#entry .text_box ol.num_list > li::before {
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum);
}
#entry .text_box ol.maru {
  display: grid;
  gap: calc(2 * var(--scale));
  list-style: none;
}
#entry .text_box ol.maru > li {
  position: relative;
  padding-left: 1em;
}
#entry .text_box ol.maru > li > span {
  position: absolute;
  top: 0;
  left: 0;
}
#entry .text_box dl.contact_dl {
  width: 100%;
  display: grid;
  grid-template-columns: 5em 1fr;
  grid-template-rows: auto;
}
#entry .text_box .wrap_dd {
  display: grid;
  gap: 1em !important;
}
#entry .text_box .link_wrap {
  display: grid;
  gap: calc(4 * var(--scale));
}
#entry .text_box a {
  text-decoration: underline;
  text-underline-offset: calc(2 * var(--scale));
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
@media (any-hover: hover) {
  #entry .text_box a:hover {
    color: var(--col-orange);
  }
}
#entry .title_xmas {
  width: calc(303 * var(--scale));
  margin: auto;
  margin-bottom: calc(30 * var(--scale));
}

/* campaign（friends.html誘導）／index */
#campaign {
  text-align: center;
}
#campaign .friends_wrap {
  position: relative;
  margin-bottom: calc(42 * var(--scale));
}
#campaign .friends_wrap .friends.chamfer-box {
  background: var(--col-beige);
}
#campaign .friends_wrap .friends.chamfer-box h2 {
  margin-inline: calc(14 * var(--scale) * -1);
  padding-block: calc(9 * var(--scale)) calc(6 * var(--scale));
  font-size: calc(9.5 * var(--scale));
  line-height: 1.2;
  text-align: center;
  margin-bottom: calc(17 * var(--scale));
  background: var(--col-orange);
  border-bottom: solid calc(2 * var(--scale)) var(--col-black);
}
#campaign .friends_wrap .friends.chamfer-box .title {
  width: 100%;
  margin-bottom: calc(17 * var(--scale));
}
#campaign .friends_wrap .friends.chamfer-box .lead {
  font-size: calc(11 * var(--scale));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: calc(15 * var(--scale));
}
#campaign .friends_wrap .friends.chamfer-box .lead .latin {
  font-size: 2.3em;
  line-height: 1;
  position: relative;
  top: 0.1em;
}
#campaign .friends_wrap .friends.chamfer-box .lead .narrow {
  letter-spacing: 0.08em;
}
#campaign .friends_wrap .friends.chamfer-box .lead .large {
  font-size: 1.5em;
  line-height: 1;
}
#campaign .friends_wrap .friends.chamfer-box .lead .last {
  display: inline-block;
  padding: calc(12 * var(--scale)) 0 0;
}
#campaign .friends_wrap .friends.chamfer-box .btn.friends {
  margin-bottom: calc(13 * var(--scale));
}
#campaign .friends_wrap .friends.chamfer-box .gatagata.doco_text {
  text-align: center;
  font-size: calc(9.5 * var(--scale));
  position: absolute;
  bottom: calc(78.7 * var(--scale));
  width: 100%;
}
#campaign .friends_wrap .friends.chamfer-box .deco {
  width: 100%;
}
#campaign .friends_wrap .people {
  width: calc(91 * var(--scale));
  position: absolute;
  left: calc(118.3 * var(--scale));
  bottom: calc(-15.8 * var(--scale));
}

/* bottom／index・friends */
#bottom {
  padding: 0 0 calc(62 * var(--scale));
}
#bottom .btn {
  margin-bottom: calc(12 * var(--scale));
}
#bottom .btn + p {
  text-align: center;
  font-size: calc(10.5 * var(--scale));
  line-height: 1.580952381;
  letter-spacing: 0.05;
  font-weight: bold;
  margin-bottom: calc(30 * var(--scale));
}

/* friend_top／friends */
#friend_top .shadow_wrap {
  position: relative;
  margin-bottom: calc(21 * var(--scale));
  -webkit-filter: drop-shadow(calc(7.5 * var(--scale)) calc(7.5 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(7.5 * var(--scale)) calc(7.5 * var(--scale)) 0 var(--col-black));
}
#friend_top .shadow_wrap .campaign.chamfer-box {
  background: var(--col-beige) url(../_img/friends_top_bg@2x.png) center bottom no-repeat;
  background-size: calc(330 * var(--scale)) auto;
  padding-bottom: calc(26 * var(--scale));
}
#friend_top .shadow_wrap .campaign.chamfer-box h2 {
  margin-inline: calc(14 * var(--scale) * -1);
  padding-block: calc(9 * var(--scale)) calc(6 * var(--scale));
  font-size: calc(9.5 * var(--scale));
  line-height: 1.2;
  text-align: center;
  margin-bottom: calc(14 * var(--scale));
  background: var(--col-orange);
  border-bottom: solid calc(2 * var(--scale)) var(--col-black);
}
#friend_top .shadow_wrap .campaign.chamfer-box .santa_img {
  display: grid;
  place-items: center;
  width: calc(300 * var(--scale));
  border-radius: calc(4.33 * var(--scale));
  overflow: hidden;
  margin: auto;
  margin-bottom: calc(20 * var(--scale));
}
#friend_top .shadow_wrap .campaign.chamfer-box .santa_img > * {
  grid-area: 1/1;
  width: 100%;
}
#friend_top .shadow_wrap .campaign.chamfer-box .title {
  width: 100%;
  margin-bottom: calc(25 * var(--scale));
}
#friend_top .shadow_wrap .campaign.chamfer-box .lead {
  font-size: calc(15 * var(--scale));
  line-height: 1.9333333333;
  letter-spacing: 0.145em;
  text-align: center;
  margin: auto;
  margin-bottom: calc(16 * var(--scale));
}
#friend_top .shadow_wrap .campaign.chamfer-box .lead .latin {
  font-size: 1.5em;
  position: relative;
  top: 0.1em;
}
#friend_top .shadow_wrap .campaign.chamfer-box .lead.small {
  font-size: calc(11.5 * var(--scale));
  line-height: 2.0869565217;
  letter-spacing: 0.15em;
  margin-bottom: calc(26 * var(--scale));
}
#friend_top .shadow_wrap .campaign.chamfer-box .lead + .lead + .lead {
  margin-bottom: 0;
}
#friend_top + .loop_sticker.campaign {
  --height: 27.5;
}

/* friendship／friends */
#friendship {
  padding-block: calc(19 * var(--scale)) calc(14 * var(--scale));
  text-align: center;
}
#friendship h2 {
  font-size: calc(9.5 * var(--scale));
  margin-bottom: calc(6 * var(--scale));
}
#friendship .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(19 * var(--scale));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#friendship .detail li {
  margin-left: calc(3.5 * var(--scale) * -1);
  width: calc((100% + 3.5 * var(--scale) - 19 * var(--scale)) / 2);
}
#friendship .detail li img {
  width: calc(65 * var(--scale));
}
#friendship .detail li .box_wrap {
  -webkit-filter: drop-shadow(calc(7.5 * var(--scale)) calc(7.5 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(7.5 * var(--scale)) calc(7.5 * var(--scale)) 0 var(--col-black));
  margin-bottom: calc(17.5 * var(--scale));
}
#friendship .detail li .box {
  border-radius: calc(10 * var(--scale));
  border: solid calc(2.5 * var(--scale)) var(--col-black);
  overflow: hidden;
}
#friendship .detail li .box dt {
  background: var(--col-black);
  color: #fff;
  border-bottom: solid calc(2.5 * var(--scale)) var(--col-black);
  letter-spacing: 0.15em;
  font-size: calc(10.5 * var(--scale));
  font-weight: 600;
  padding: calc(6 * var(--scale)) 0 calc(3.2 * var(--scale));
}
#friendship .detail li .box dd {
  background: var(--col-beige) url(../_img/friends_fs_bg@2x.png) top center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(78 * var(--scale));
  font-size: calc(8.5 * var(--scale));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.094em;
}
#friendship .detail li .box dd .latin {
  font-size: 2.13em;
  position: relative;
  top: -0.2em;
}
#friendship .detail li .box dd .latin sup {
  font-size: calc(13.5 * var(--scale));
  position: absolute;
  top: -0.3em;
  right: -0.5em;
  font-weight: normal;
}
#friendship .detail li .box_under {
  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;
  gap: calc(8 * var(--scale));
  font-size: calc(9.5 * var(--scale));
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto calc(12 * var(--scale));
}
#friendship .detail li .box_under .latin {
  font-size: 1.5em;
  position: relative;
  top: 0.08em;
}
#friendship .detail li .box_under .under_line {
  font-size: calc(10.5 * var(--scale));
  border-bottom: solid calc(2 * var(--scale)) var(--col-black);
  padding-inline: calc(3 * var(--scale));
  padding-bottom: calc(3 * var(--scale));
}
#friendship .detail li .box_under .mini {
  font-size: calc(9.5 * var(--scale) * 0.75);
  letter-spacing: 0.1em;
}
#friendship .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(7.5 * var(--scale));
  line-height: 1.5714285714;
  letter-spacing: 0.15em;
  text-align: left;
}
#friendship .notes li {
  padding-left: 1em;
  position: relative;
}
#friendship .notes li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: calc(10 * var(--scale));
  line-height: 1;
  width: 1em;
  height: 1em;
}

/* step_tab／friends */
#step_tab {
  text-align: center;
}
#step_tab h2 {
  font-size: calc(19.5 * var(--scale));
  line-height: 1;
  margin: 0 auto calc(15 * var(--scale));
}
#step_tab .tab_outer_wrap {
  margin-left: calc(3.5 * var(--scale) * -1);
  width: calc(100% + 3.5 * var(--scale));
}
#step_tab .tab_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(27 * var(--scale));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
#step_tab .tab_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: calc(27 * var(--scale));
  height: calc(2.5 * var(--scale));
  background: var(--col-black);
}
#step_tab .tab_wrap input {
  display: none;
}
#step_tab .tab_wrap label.tab_item {
  width: 100%;
  cursor: pointer;
  background: var(--col-black);
  color: #fff;
  font-size: calc(10.5 * var(--scale));
  font-weight: 600;
  line-height: 1;
  border: solid calc(2.5 * var(--scale)) var(--col-black);
  border-bottom: none;
  border-radius: calc(10 * var(--scale)) calc(10 * var(--scale)) 0 0;
  padding-block: calc(12 * var(--scale)) calc(11 * var(--scale));
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
  -webkit-box-shadow: calc(5 * var(--scale)) calc(5 * var(--scale)) 0 var(--col-black);
          box-shadow: calc(5 * var(--scale)) calc(5 * var(--scale)) 0 var(--col-black);
}
#step_tab .tab_wrap input:checked + label.tab_item {
  pointer-events: none;
  background: #fff;
  color: var(--col-black);
  position: relative;
}
#step_tab .tab_wrap input:checked + label.tab_item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
#step_tab .tab_wrap:has(input#left_tab:checked) + .content_wrap .left_content {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: auto;
}
#step_tab .tab_wrap:has(input#right_tab:checked) + .content_wrap .right_content {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: auto;
}
#step_tab .content_wrap {
  background: #fff;
  margin: 0 auto;
  padding: calc(38 * var(--scale)) 0 calc(9.6 * var(--scale));
  display: grid;
  place-items: center;
  border: solid calc(2.5 * var(--scale)) var(--col-black);
  border-top: none;
  border-radius: 0 0 calc(10 * var(--scale)) calc(10 * var(--scale));
  -webkit-box-shadow: calc(5 * var(--scale)) calc(5 * var(--scale)) 0 var(--col-black);
          box-shadow: calc(5 * var(--scale)) calc(5 * var(--scale)) 0 var(--col-black);
  position: relative;
  z-index: 10;
}
#step_tab .content_wrap .left_content,
#step_tab .content_wrap .right_content {
  display: block;
  visibility: hidden;
  grid-area: 1/1;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#step_tab .content_wrap .content .step_wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(59 * var(--scale));
}
#step_tab .content_wrap .content .step_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 * var(--scale));
}
#step_tab .content_wrap .content .step_wrap li h3 {
  font-size: calc(18 * var(--scale));
  line-height: 1;
  letter-spacing: 0.15em;
}
#step_tab .content_wrap .content .step_wrap li h3 + .lead {
  font-size: calc(11.5 * var(--scale));
  line-height: 1.652173913;
  letter-spacing: 0.13em;
}
#step_tab .content_wrap .content .step_wrap li h3 + .lead .small {
  font-size: calc(11.5 * var(--scale) * 0.8);
}
#step_tab .content_wrap .content .step_wrap li h3 + .lead .narrow {
  letter-spacing: 0.05em;
  margin-right: -0.5em;
}
#step_tab .content_wrap .content .step_wrap li .note {
  font-size: calc(7 * var(--scale));
  line-height: 1;
  letter-spacing: 0.13em;
  font-weight: 600;
}
#step_tab .content_wrap .content .tab_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(41.6 * var(--scale));
  margin-top: calc(25 * var(--scale));
}
#step_tab .content_wrap .content .tab_bottom .gatagata {
  font-size: calc(10 * var(--scale));
  line-height: 1;
}
#step_tab .content_wrap .content .tab_bottom .notes {
  margin: auto;
  width: calc(100% - 9.4 * var(--scale) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(7.5 * var(--scale));
  line-height: 1.5714285714;
  letter-spacing: 0.15em;
  text-align: left;
}
#step_tab .content_wrap .content .tab_bottom .notes li {
  padding-left: 1em;
  position: relative;
}
#step_tab .content_wrap .content .tab_bottom .notes li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: calc(10 * var(--scale));
  line-height: 1;
  width: 1em;
  height: 1em;
}
#step_tab .left_content {
  --gap-top: 59;
  --gap: 8;
}
#step_tab .left_content .step1 > img {
  margin-bottom: calc((29 - var(--gap)) * var(--scale));
}
#step_tab .left_content .step2 > img {
  margin-top: calc((42 - var(--gap-top)) * var(--scale));
  margin-bottom: calc((25 - var(--gap)) * var(--scale));
}
#step_tab .left_content .step3 > img {
  margin-bottom: calc((14 - var(--gap)) * var(--scale));
}
#step_tab .left_content .step4 > img {
  margin-top: calc((50.5 - var(--gap-top)) * var(--scale));
  margin-bottom: calc((24 - var(--gap)) * var(--scale));
}
#step_tab .right_content {
  --gap-top: 59;
  --gap: 8;
}
#step_tab .right_content .step1 > img {
  margin-bottom: calc((29 - var(--gap)) * var(--scale));
}
#step_tab .right_content .step2 > img {
  margin-top: calc((43 - var(--gap-top)) * var(--scale));
  margin-bottom: calc((25 - var(--gap)) * var(--scale));
}
#step_tab .right_content .step3 > img {
  margin-top: calc((61 - var(--gap-top)) * var(--scale));
  margin-bottom: calc((14 - var(--gap)) * var(--scale));
}
#step_tab .right_content .step4 > img {
  margin-top: calc((69.5 - var(--gap-top)) * var(--scale));
  margin-bottom: calc((19 - var(--gap)) * var(--scale));
}
#step_tab .right_content .step5 > img {
  margin-top: calc((59 - var(--gap-top)) * var(--scale));
  margin-bottom: calc((24 - var(--gap)) * var(--scale));
}
#step_tab .right_content .error_wrap {
  width: calc(278 * var(--scale));
  margin: auto;
  margin-top: calc(15 * var(--scale));
  padding-block: calc(26.5 * var(--scale)) calc(18 * var(--scale));
  border: solid calc(3 * var(--scale)) var(--col-black);
  border-radius: calc(10.1 * var(--scale));
  display: grid;
  gap: calc(14 * var(--scale));
}
#step_tab .right_content .error_wrap h4 {
  font-size: calc(11.5 * var(--scale));
  line-height: 1.652173913;
  letter-spacing: 0.11em;
  font-weight: normal;
}
#step_tab .right_content .error_wrap > img {
  width: calc(106 * var(--scale));
  margin: auto;
}
#step_tab .right_content .error_wrap p {
  width: calc(220 * var(--scale));
  height: calc(50 * var(--scale));
  margin: auto;
  display: grid;
  place-items: center;
  background: var(--col-black);
  color: #fff;
  font-size: calc(11.5 * var(--scale));
  font-weight: 600;
  line-height: 1.652173913;
  letter-spacing: 0.11em;
  border-radius: calc(5 * var(--scale));
}

#endcatch {
  padding-inline: calc(21 * var(--scale));
  padding-block: calc(40 * var(--scale));
  text-align: center;
}
#endcatch .title_xmas {
  width: calc(212.68 * var(--scale));
  margin: auto;
  margin-bottom: calc(22 * var(--scale));
}
#endcatch .title_xmas + p {
  font-size: calc(17 * var(--scale));
  font-weight: 600;
  line-height: 1.5;
}

.friends_page #app {
  padding-inline: calc(21 * var(--scale));
  padding-block: 0 calc(45 * var(--scale));
}
.friends_page #app .bnr_wrap {
  margin-bottom: 0;
}

.friends_page #bottom {
  padding-inline: calc(21 * var(--scale));
}
.friends_page #bottom .back_btn {
  display: block;
  font-size: calc(13.5 * var(--scale));
  font-weight: 600;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid calc(2.5 * var(--scale)) var(--col-black);
  padding: 0 calc(2 * var(--scale)) calc(5 * var(--scale));
  margin: auto;
  margin-bottom: calc(31 * var(--scale));
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.friends_page #bottom .back_btn .arrow {
  display: inline-block;
  rotate: -90deg;
  color: var(--col-black);
}
@media (any-hover: hover) {
  .friends_page #bottom .back_btn:hover {
    color: var(--col-orange);
  }
}

:where(dialog) {
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
  padding: unset;
  margin: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}

html[data-mousedown=true] :focus {
  outline: none !important;
  -webkit-focus-ring-color: transparent !important;
}

.modal {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px 0 30px;
  overflow-y: auto;
  background: transparent;
  -webkit-transition: opacity 0.5s ease, scale 0.5s ease;
  transition: opacity 0.5s ease, scale 0.5s ease;
}
.modal:not([data-active=true]) {
  opacity: 0;
  scale: 0.95;
  height: 0;
}
.modal::-ms-backdrop {
  background: #333;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  mix-blend-mode: multiply;
}
.modal::backdrop {
  background: #333;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  mix-blend-mode: multiply;
}
.modal:not([data-active=true])::-ms-backdrop {
  opacity: 0;
}
.modal:not([data-active=true])::backdrop {
  opacity: 0;
}

.modal .container {
  width: calc(300 * var(--scale));
  background: var(--col-beige);
  position: relative;
  padding: calc(28 * var(--scale)) 0 calc(42 * var(--scale));
  border: solid calc(2.5 * var(--scale)) var(--col-black);
}
.modal .container h2 {
  font-size: calc(13 * var(--scale));
  line-height: 1.5692307692;
  text-align: center;
  font-weight: 600;
  margin-bottom: calc(11.2 * var(--scale));
}
.modal .container .presents_img {
  display: block;
  width: calc(150 * var(--scale));
  border: solid calc(1 * var(--scale)) var(--col-black);
  margin: auto;
  margin-bottom: calc(5 * var(--scale));
}
.modal .container .detail {
  width: calc(144.5 * var(--scale));
  font-size: calc(12.75 * var(--scale));
  line-height: 1.6;
  font-weight: 600;
  margin: auto;
  margin-bottom: calc(13.6 * var(--scale));
}
.modal .container .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(144.5 * var(--scale));
  margin: auto;
  margin-bottom: calc(16.8 * var(--scale));
  gap: 1px;
}
.modal .container .notes li {
  position: relative;
  font-size: calc(12.75 * var(--scale));
  line-height: 1.6;
  font-weight: 600;
  padding-left: 1.1em;
}
.modal .container .notes li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
}
.modal .container .notes li.blank::before {
  display: none;
}
.modal .container .santa_comment {
  width: calc(185 * var(--scale));
  position: relative;
  border: solid calc(2.3 * var(--scale));
  background-color: #fff;
  padding: calc(8 * var(--scale)) 0 calc(8 * var(--scale)) calc(8 * var(--scale));
  margin: calc(6.8 * var(--scale) * -1) auto calc(21.9 * var(--scale));
  border-radius: calc(7.1 * var(--scale));
  font-size: calc(10.5 * var(--scale));
  line-height: 1.6428571429;
}
.modal .container .santa_comment > figure {
  display: grid;
  place-items: center;
  gap: calc(5 * var(--scale));
  position: absolute;
  top: calc(2.38 * var(--scale) * -1);
  left: calc(43.6 * var(--scale) * -1);
}
.modal .container .santa_comment > figure figcaption {
  line-height: 1;
}
.modal .container .santa_comment::after {
  content: "";
  position: absolute;
  top: calc(6.48 * var(--scale));
  left: calc(10 * var(--scale) * -1);
  display: block;
  width: calc(10 * var(--scale));
  aspect-ratio: 1/1;
  background: url(../_img/modal_sankaku.svg);
}
.modal .btn_wrap {
  cursor: pointer;
  position: relative;
  width: calc(142.8 * var(--scale));
  margin: auto;
  display: block;
}
.modal .btn_wrap .btn {
  width: 100%;
  -webkit-filter: drop-shadow(calc(2.8 * var(--scale)) calc(2.8 * var(--scale)) 0 var(--col-black));
          filter: drop-shadow(calc(2.8 * var(--scale)) calc(2.8 * var(--scale)) 0 var(--col-black));
}
.modal .btn_wrap .btn .chamfer-box {
  --size: calc(13 * var(--scale));
  --border: calc(2.5 * var(--scale));
  --font: 12.5;
  width: 100%;
  height: calc(36.26 * var(--scale));
  display: grid;
  place-items: center;
  color: #fff;
  line-height: 1;
  background-color: var(--col-orange);
}
.modal .btn_wrap::after {
  content: "";
  position: absolute;
  top: calc(-2.8 * var(--scale));
  left: calc(101.9 * var(--scale));
  display: block;
  width: calc(46 * var(--scale));
  height: calc(49 * var(--scale));
  background: url(../_img/icon_like.svg) center center no-repeat;
}
@media (any-hover: hover) {
  .modal .btn_wrap:hover .btn .chamfer-box {
    color: var(--col-orange);
    background-color: var(--col-beige);
  }
}
.modal .close {
  position: absolute;
  top: calc(11 * var(--scale) * -1);
  right: calc(12.2 * var(--scale) * -1);
  z-index: 1;
  width: calc(45 * var(--scale));
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: solid calc(2.5 * var(--scale)) var(--col-black);
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background: var(--col-beige);
}
.modal .close::before, .modal .close::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 50%;
  height: calc(2.5 * var(--scale));
  margin: auto;
  border-radius: calc(infinity * 1px);
  content: "";
  background: var(--col-black);
  rotate: 45deg;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.modal .close::after {
  rotate: -45deg;
}
@media (any-hover: hover) {
  .modal .close:hover {
    background-color: var(--col-orange);
  }
  .modal .close:hover::before, .modal .close:hover::after {
    background: #fff;
  }
}

.animation.once.slide-in {
  opacity: 0;
}
.animation.once.slide-in.is-active {
  -webkit-animation-name: slide_in_animation;
          animation-name: slide_in_animation;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  will-change: opacity, transform, filter;
}
@-webkit-keyframes slide_in_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(30 * var(--scale))) translateZ(0);
            transform: translateY(calc(30 * var(--scale))) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}
@keyframes slide_in_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(30 * var(--scale))) translateZ(0);
            transform: translateY(calc(30 * var(--scale))) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}
.animation.once.slide-in.delay.is-active {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.presents_list li:nth-of-type(2n) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.ornament.animation {
  -webkit-transform-origin: center 10%;
          transform-origin: center 10%;
}
.ornament.animation.is-active {
  -webkit-animation-name: ornament_rotate;
          animation-name: ornament_rotate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes ornament_rotate {
  0% {
    rotate: 0deg;
  }
  33.3% {
    rotate: -20deg;
  }
  100% {
    rotate: 20deg;
  }
}
@keyframes ornament_rotate {
  0% {
    rotate: 0deg;
  }
  33.3% {
    rotate: -20deg;
  }
  100% {
    rotate: 20deg;
  }
}

#right .ornament.animation.is-active {
  -webkit-animation-name: ornament_rotate_loop;
          animation-name: ornament_rotate_loop;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes ornament_rotate_loop {
  0% {
    rotate: 0deg;
  }
  5% {
    rotate: -15deg;
  }
  10% {
    rotate: 15deg;
  }
  15% {
    rotate: 0deg;
  }
}
@keyframes ornament_rotate_loop {
  0% {
    rotate: 0deg;
  }
  5% {
    rotate: -15deg;
  }
  10% {
    rotate: 15deg;
  }
  15% {
    rotate: 0deg;
  }
}

.pop.animation {
  opacity: 0;
}
.pop.animation.is-active {
  -webkit-animation-name: pop_animation_fade, pop_animation;
          animation-name: pop_animation_fade, pop_animation;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes pop_animation_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pop_animation_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pop_animation {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop_animation {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 769px) {
  :root {
    --scale: 1px;
  }
  body {
    min-width: 768px !important;
  }
  body .pc-block {
    display: block;
  }
  body .sp350-block {
    display: none;
  }
  body .sp-block {
    display: none;
  }
  #all {
    display: grid;
    grid-template-columns: 1fr 383px 1fr;
    grid-row: auto;
  }
  #all #left {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #all #right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 3/4;
    grid-row: 1/2;
    z-index: 100;
    border-left: solid 8px var(--col-green);
  }
  #all #main {
    grid-column: 2/3;
    grid-row: 1/2;
    border: solid 4px var(--col-black);
    border-top: none;
    border-bottom: none;
    width: 383px;
  }
  #all #gototop {
    right: calc((100% - 375px) / 2);
  }
  #left,
  #right {
    background: url(../_img/bg_patterm_whitedot@2x.png) top center;
    background-size: 38px auto;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    overflow: clip;
    top: 0;
  }
  #left .logo,
  #right .logo {
    width: 181px;
    margin: 41px auto auto 42px;
  }
  #left .logo {
    display: block;
    width: 181px;
    position: relative;
    z-index: 10;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
  #left .logo:hover {
    opacity: 0.5;
  }
  #left .title_sos {
    width: 32.5520833333%;
    position: absolute;
    top: 34.4230769231%;
    left: 35.2604166667%;
  }
  #left .loop_sticker {
    width: 1000px;
    position: absolute;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    rotate: -45deg;
  }
  #left .loop_sticker.sticker1 {
    top: 37.1153846154%;
    left: -0.5208333333%;
  }
  #left .loop_sticker.sticker2 {
    top: 99.1346153846%;
    left: 85.9375%;
  }
  #right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    /* 達成・未達成 */
    /* ／達成・未達成 */
  }
  #right .content_wrap {
    max-width: 475px;
    width: 100%;
    display: grid;
    position: relative;
  }
  #right .content_wrap .ornament {
    position: absolute;
    top: 81.5px;
    right: 2px;
    width: 40px;
    z-index: -1;
  }
  #right .content_wrap .title_xmas {
    max-width: 315px;
    margin: 0 auto 34px;
  }
  #right .content_wrap .btn_wrap {
    display: grid;
    gap: 13.5px;
  }
  #right .counter_wrap {
    margin-bottom: calc(45 * var(--scale));
  }
  #right .counter_wrap .countdown_wrap {
    margin-top: calc(3.5 * var(--scale) * -1);
  }
  #right .counter_wrap .countdown_wrap dt {
    margin-bottom: calc(5.2 * var(--scale));
  }
  #right:has(.countdown.is-over) .btn.cooperation,
  #right:has(.countdown.is-over) .btn.share_btn {
    display: none;
  }
  #right .counter_wrap .countdown_message .message {
    margin: calc(27.75 * var(--scale)) auto calc(19 * var(--scale));
    font-size: calc(17.5 * var(--scale));
    line-height: 1.7428571429;
  }
  #right .counter_wrap .countdown_message.period_before .message {
    margin: calc(27.75 * var(--scale)) auto calc(19 * var(--scale));
    font-size: calc(11.5 * var(--scale));
    font-weight: normal;
    line-height: 1.7495652174;
    letter-spacing: 0.05em;
  }
  #right .counter_wrap .ten_thousand_wrap .not_achieved {
    top: calc(-70.49 * var(--scale));
    right: calc(54.82 * var(--scale));
  }
  #right .counter_wrap .ten_thousand_wrap .achieved {
    top: calc(-64.88 * var(--scale));
    right: calc(54.82 * var(--scale));
  }
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  #right .counter_wrap .countdown_message .message {
    font-size: 1.2030075188vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1190px) {
  #right .counter_wrap .countdown_message .message {
    font-size: 1.1278195489vw;
  }
  #right .counter_wrap .ten_thousand_wrap .not_achieved {
    top: calc(-60.49 * var(--scale));
    right: calc(30 * var(--scale));
    width: 90px;
  }
  #right .counter_wrap .ten_thousand_wrap .achieved {
    top: calc(-32 * var(--scale));
    right: calc(40 * var(--scale));
    width: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1090px) {
  #right .counter_wrap .countdown_message .message {
    font-size: 1.0526315789vw;
  }
  #right .counter_wrap .ten_thousand_wrap .not_achieved {
    display: none;
  }
  #right .counter_wrap .ten_thousand_wrap .achieved {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 870px) {
  #right .content_wrap .ornament {
    top: -20px;
    right: -10px;
  }
  #right .counter_wrap {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #right .loop_sticker {
    width: 1000px;
    position: absolute;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    rotate: -45deg;
  }
  #right .loop_sticker.sticker1 {
    top: 8.9423076923%;
    left: -0.5208333333%;
  }
  #right .loop_sticker.sticker2 {
    top: 99.0384615385%;
    left: 68.4895833333%;
  }
}/*# sourceMappingURL=style.css.map */