@charset "UTF-8";
/* ==================================================
foundation
- (変数設定)
- リセットCSS
- ベース設定
- コピーガード

component
- 共通
- レイアウト
- ヘッダー
- 予告動画
- みんなの投稿
- みんなの投稿 > スマコレ
- スケジュール
- 応募方法
- 応募方法 > ステップ
- 応募方法 > ステップ > フォローボタン
- プレゼント
- 自由入力エリア
- ムビチケウィジェット
- バナー
- フッター
- 応募規約

vendor
- スクロールバーカスタム

utility
- ユーティリティ
================================================== */
/* --------------------------------------------------
reset
リセットCSS
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'メイリオ', 'Meiryo', 'Noto Sans JP','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  vertical-align: bottom;
  border: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

input {
  vertical-align: middle;
  width: auto;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}

label {
  font-weight: normal;
}

* {
  -webkit-print-color-adjust: exact;
}

/* --------------------------------------------------
base
ベース設定
-------------------------------------------------- */
html {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  html {
    font-size: 0.133334vw;
  }
}

@media (min-width: 769px) {
  html {
    font-size: 1px;
  }
}

body {
  color: #000000;
  background-color: #e9f6ff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  word-break: break-all;
  font-size: 22rem;
  line-height: 1.81818;
}

html[data-type="movie"] body {
  background-color: #000000;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16rem;
    line-height: 1.875;
  }
}

main {
  display: block;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
copyguard
コピーガード
-------------------------------------------------- */
img {
  pointer-events: none;
}

@media print {
  * {
    display: none;
  }
  body {
    background-color: #ffffff;
  }
}

/* --------------------------------------------------
common
共通要素
-------------------------------------------------- */
.c-hdg {
  padding: 20rem 10rem;
  border: 1px solid #cccccc;
  background: linear-gradient(#f0f0f0, #ffffff);
  margin-bottom: 40rem;
  text-align: center;
  font-size: 28rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .c-hdg {
    font-size: 18rem;
    padding: 15rem 10rem;
  }
}

.c-note {
  font-size: 18rem;
  line-height: 1.88889;
  color: #333;
}

@media screen and (min-width: 769px) {
  .c-note {
    font-size: 12rem;
    line-height: 1.66667;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .c-note li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.c-btn {
  width: 450rem;
  border-radius: 10rem;
  overflow: hidden;
  margin-inline: auto;
  background-color: #000000;
  font-size: 28rem;
}

@media screen and (min-width: 769px) {
  .c-btn {
    width: 270rem;
    border-radius: 5rem;
    font-size: 16rem;
    transition: opacity 0.5s;
  }
  .c-btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.c-btn--round {
  border-radius: 50rem;
  width: 500rem;
  font-size: 26rem;
}

@media screen and (min-width: 769px) {
  .c-btn--round {
    border-radius: 30rem;
    width: 270rem;
    font-size: 15rem;
  }
}

.c-btn--terms {
  margin-top: 40rem;
  background-color: #999999;
}

.c-btn--icon {
  position: relative;
  padding-left: 60rem;
}

@media screen and (min-width: 769px) {
  .c-btn--icon {
    padding-left: 40rem;
  }
}

.c-btn__icon {
  position: absolute;
  width: 44rem;
  height: 44rem;
  left: 50rem;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .c-btn__icon {
    width: 25rem;
    height: 25rem;
    left: 30rem;
  }
}

.c-btn__icon img {
  opacity: 0;
}

.c-btn__icon svg {
  width: 100%;
  height: auto;
}

.c-btn__icon svg path {
  fill: #ffffff;
  fill-rule: evenodd;
}

.c-btn--x {
  background-color: #000000;
}

.c-btn--insta {
  background-color: #f91c74;
}

.c-btn__inner {
  display: block;
  width: 100%;
  min-height: 100rem;
  padding: 25rem 10rem;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .c-btn__inner {
    min-height: 60rem;
    padding-block: 15rem;
  }
}

/* --------------------------------------------------
layout
レイアウト
-------------------------------------------------- */
.l-wrap {
  position: relative;
  min-height: 100vh;
}

.l-bg {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

html[data-type="normal"] .l-bg {
  display: none;
}

.l-bg__movie video {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .l-bg__movie video {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .l-bg__movie {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100vw;
    min-height: 100vh;
    width: calc(1280/720*100vh);
    height: calc(720/1280*100vw);
  }
  .l-bg__movie video {
    width: 100%;
    height: 100%;
  }
}

.l-bg__dots {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%), linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  opacity: 0.5;
}

.l-inner {
  z-index: 2;
  position: relative;
  width: 100%;
}

@media (min-width: 769px) and (max-width: 1040px) {
  .l-inner {
    overflow-x: scroll;
  }
}

.l-cont {
  width: 100%;
  max-width: 1040rem;
  min-height: 100vh;
  margin-inline: auto;
}

html[data-type="normal"] .l-cont {
  box-shadow: 0 0 5rem 0.25rem rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .l-cont {
    min-width: 1040rem;
  }
}

.l-main {
  background-color: #ffffff;
  padding: 80rem 30rem 0;
}

html[data-type="movie"] .l-main {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 769px) {
  .l-main {
    padding: 100rem 100rem 0;
  }
  html[data-type="movie"] .l-main {
    padding-top: 60rem;
  }
}

.l-sec {
  padding-bottom: 100rem;
}

/* --------------------------------------------------
header
ヘッダー
-------------------------------------------------- */
.header {
  width: 100%;
}

.header__ttl {
  width: 100%;
}

.header__ttl span {
  display: block;
}

/* --------------------------------------------------
movie
予告動画
-------------------------------------------------- */
.movie__player {
  width: 100%;
}

.movie__player iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------
post
みんなの投稿
-------------------------------------------------- */
/* --------------------------------------------------
smacolle
みんなの投稿 > スマコレ
-------------------------------------------------- */
#smacolle {
  width: 690rem;
  margin-inline: 0;
  margin-top: 40rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  #smacolle {
    width: 855rem !important;
    margin-inline: -7.5rem;
    margin-top: 40rem;
  }
}

#smacolle .sc_grid .sc_grid-item_inner {
  width: 690rem;
  margin: 0 0 30rem;
  border-radius: 10rem;
  border: none;
  box-shadow: 0 0 5rem 0.25rem rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  #smacolle .sc_grid .sc_grid-item_inner {
    width: 270rem;
    margin: 0 7.5rem 15rem;
    border-radius: 4rem;
    box-shadow: 0 0 3rem 0.25rem rgba(0, 0, 0, 0.15);
  }
}

#smacolle .sc_grid .sc_grid-item_text {
  color: #333;
  text-align: left;
  font-size: 20rem;
  line-height: 36rem;
  padding: 33rem 30rem;
  min-height: 160rem;
}

@media screen and (min-width: 769px) {
  #smacolle .sc_grid .sc_grid-item_text {
    font-size: 14rem;
    line-height: 26rem;
    padding: 15rem 17rem;
    min-height: 96rem;
  }
}

#smacolle .sc_grid .sc_grid-item_text p {
  position: relative;
  box-sizing: content-box;
  width: 90rem;
  height: 90rem;
  padding: 0 20rem 0 0;
  margin: 4rem 0 0 -10rem;
}

@media screen and (min-width: 769px) {
  #smacolle .sc_grid .sc_grid-item_text p {
    width: 64rem;
    height: 64rem;
    margin: 2rem 0 0 -4rem;
    padding-right: 15rem;
  }
}

#smacolle .sc_grid .sc_grid-item_text p::before {
  z-index: 1;
  content: '';
  display: block;
  width: calc(90rem - 2rem);
  height: calc(90rem - 2rem);
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #cccccc;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #smacolle .sc_grid .sc_grid-item_text p::before {
    width: calc(64rem - 1rem);
    height: calc(64rem - 1rem);
    top: 1rem;
    left: 1rem;
  }
}

#smacolle .sc_grid .sc_grid-item_text p img {
  position: relative;
  z-index: 2;
}

#smacolle #sc_grid_more_btn {
  width: 450rem;
  height: 100rem;
  margin: 0 auto;
  border-radius: 10rem;
  background-color: #ff0074;
  color: #ffffff;
  font-weight: 500;
  font-size: 28rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  #smacolle #sc_grid_more_btn {
    width: 270rem;
    height: 60rem;
    font-size: 16rem;
    border-radius: 5rem;
  }
}

#smacolle #sc_grid_more_btn::after {
  content: '続きを見る';
}

#smacolle #sc_grid_wait_btn {
  background: transparent;
  color: transparent;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  width: 86rem;
  height: 86rem;
  border: 5rem solid #cccccc;
  border-top: 5rem solid transparent;
  border-radius: 50%;
  animation: a-sc-loader 0.3s infinite linear;
}

@media screen and (min-width: 769px) {
  #smacolle #sc_grid_wait_btn {
    width: 60rem;
    height: 60rem;
  }
}

#smacolle #sc_grid_more_btn,
#smacolle #sc_grid_wait_btn {
  margin-top: 30rem;
}

@media screen and (min-width: 769px) {
  #smacolle #sc_grid_more_btn,
  #smacolle #sc_grid_wait_btn {
    margin-top: 25rem;
  }
}

@keyframes a-sc-loader {
  100% {
    transform: rotate(360deg);
  }
}

/* --------------------------------------------------
schedule
スケジュール
-------------------------------------------------- */
.schedule__switch time {
  display: none;
}

.schedule__switch.is-end .schedule__ongoing {
  display: none;
}

.schedule__end {
  display: none;
}

.schedule__switch.is-end .schedule__end {
  display: block;
}

/* --------------------------------------------------
howto
応募方法
-------------------------------------------------- */
/* --------------------------------------------------
step
応募方法 > ステップ
-------------------------------------------------- */
.step {
  counter-reset: number 0;
  margin-top: 60rem;
}

.step__item {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 70rem 60rem;
}

@media screen and (min-width: 769px) {
  .step__item {
    padding: 30rem 90rem;
  }
}

.step__item:nth-child(n+2) {
  margin-top: 30rem;
}

@media screen and (min-width: 769px) {
  .step__item:nth-child(n+2) {
    margin-top: 20rem;
  }
}

.step__item::before {
  z-index: 2;
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  top: -1px;
  left: -1px;
  width: 60rem;
  height: 60rem;
  background: linear-gradient(#f0f0f0, #ffffff);
  border: 1px solid #cccccc;
  font-size: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .step__item::before {
    width: 50rem;
    height: 50rem;
    top: 20rem;
    left: 20rem;
    font-size: 18rem;
  }
}

.step__txt {
  font-size: 28rem;
  line-height: 1.78571;
}

@media screen and (min-width: 769px) {
  .step__txt {
    font-size: 18rem;
    line-height: 2;
  }
}

.step__hashtag {
  color: #ff0074;
}

/* --------------------------------------------------
follow
応募方法 > ステップ > フォローボタン
-------------------------------------------------- */
.follow {
  margin-top: 50rem;
  padding-bottom: 10rem;
}

@media screen and (min-width: 769px) {
  .follow {
    margin-top: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.follow__item:nth-child(n+2) {
  margin-top: 30rem;
}

@media screen and (min-width: 769px) {
  .follow__item:nth-child(n+2) {
    margin: 0 0 0 20rem;
  }
}

/* --------------------------------------------------
present
プレゼント
-------------------------------------------------- */
.present__list:not(.is-large) {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 30rem);
  margin-inline: -15rem;
}

@media screen and (min-width: 769px) {
  .present__list:not(.is-large) {
    width: calc(100% + 13rem);
    margin-inline: -6.5rem;
  }
}

.present__item {
  text-align: center;
  width: 330rem;
  margin-inline: 15rem;
  padding-bottom: 60rem;
}

@media screen and (min-width: 769px) {
  .present__item {
    width: 200rem;
    margin-inline: 6.5rem;
    padding-bottom: 40rem;
  }
}

.present__photo {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 22rem;
}

.present__list:not(.is-large) .present__photo {
  aspect-ratio: 1;
}

.present__photo::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  pointer-events: none;
}

.present__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.present__photo.is-noImage {
  background-color: #cccccc;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 42rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .present__photo.is-noImage {
    font-size: 40rem;
  }
  .present__item:not(.is-large) .present__photo.is-noImage {
    font-size: 26rem;
  }
}

.present__name {
  font-size: 26rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .present__name {
    font-size: 18rem;
  }
}

.present__sub {
  font-size: 18rem;
  line-height: 1.4;
  margin-top: 0.8em;
}

@media screen and (min-width: 769px) {
  .present__sub {
    font-size: 12rem;
    margin-top: 1.2em;
  }
}

.present__winners {
  color: #ff0074;
  font-weight: bold;
  font-size: 40rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .present__winners {
    font-size: 26rem;
    margin-top: 0.5em;
  }
}

.present__winners span {
  font-size: 65rem;
  vertical-align: baseline;
  display: inline-block;
  transform: translateY(0.05em);
}

@media screen and (min-width: 769px) {
  .present__winners span {
    font-size: 40rem;
  }
}

.is-large .present__item {
  width: 100%;
  margin-inline: 0;
}

.is-large .present__photo.is-noImage {
  aspect-ratio: 840 / 430;
}

.is-large .present__name {
  font-size: 36rem;
}

@media screen and (min-width: 769px) {
  .is-large .present__name {
    font-size: 30rem;
  }
}

.is-large .present__sub {
  font-size: 20rem;
  margin-top: 1.2em;
}

@media screen and (min-width: 769px) {
  .is-large .present__sub {
    font-size: 16rem;
    margin-top: 1.4em;
  }
}

.is-large .present__winners {
  font-size: 44rem;
  margin-top: 0.3em;
}

@media screen and (min-width: 769px) {
  .is-large .present__winners {
    font-size: 40rem;
  }
}

.is-large .present__winners span {
  font-size: 80rem;
}

@media screen and (min-width: 769px) {
  .is-large .present__winners span {
    font-size: 70rem;
  }
}

/* --------------------------------------------------
free
自由入力エリア
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .free {
    padding-inline: 20rem;
  }
}

.free p {
  margin-bottom: 1.4em;
}

@media screen and (min-width: 769px) {
  .free p {
    margin-bottom: 0.7em;
  }
}

/* --------------------------------------------------
mvtk
ムビチケウィジェット
-------------------------------------------------- */
.mvtk {
  padding-bottom: 60rem;
}

#mvtk-widgets-container {
  margin-inline: auto;
}

/* --------------------------------------------------
bnr
バナー
-------------------------------------------------- */
.bnr {
  padding-bottom: 60rem;
}

@media screen and (min-width: 769px) {
  .bnr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 40rem);
    margin-inline: -20rem;
  }
}

.bnr__item {
  width: 690rem;
}

@media screen and (min-width: 769px) {
  .bnr__item {
    width: 400rem;
    margin-inline: 20rem;
    transition: opacity 0.5s;
  }
  .bnr__item:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .bnr__item:nth-child(n+2) {
    margin-top: 30rem;
  }
}

@media screen and (min-width: 769px) {
  .bnr__item:nth-child(n+3) {
    margin-top: 30rem;
  }
}

/* --------------------------------------------------
footer
フッター
-------------------------------------------------- */
.footer {
  background-color: #ededed;
  font-size: 20rem;
  font-weight: normal;
  padding: 42rem 20rem;
}

html[data-type="movie"] .footer {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 769px) {
  .footer {
    font-size: 12rem;
    padding-block: 30rem;
  }
}

.footer__list {
  display: flex;
  justify-content: center;
}

.footer__item:nth-child(n+2) a {
  border-left: 1px solid #000000;
}

.footer__item a {
  color: #000000;
  padding-inline: 20rem;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .footer__item a {
    padding-inline: 13rem;
  }
}

.footer__item a:hover {
  text-decoration: underline;
}

.footer__copyright {
  text-align: center;
  margin-top: 12rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .footer__copyright {
    margin-top: 7rem;
  }
}

/* --------------------------------------------------
terms
応募規約
-------------------------------------------------- */
.terms {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 132rem;
  display: none;
}

.terms__bg {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
}

.terms__cont {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  border: 20rem solid #cccccc;
  background-color: #ffffff;
  width: 690rem;
  height: calc(100vh - 132rem - 80rem);
}

@media screen and (min-width: 769px) {
  .terms__cont {
    width: 800rem;
    height: calc(100vh - 138rem - 138rem) !important;
  }
}

.terms__close {
  z-index: 3;
  position: fixed;
  width: 74rem;
  height: 74rem;
  top: 30rem;
  right: 30rem;
  font-size: 0;
  color: transparent;
}

@media screen and (min-width: 769px) {
  .terms__close {
    position: absolute;
    width: 30rem;
    height: 30rem;
    top: -60rem;
    right: -20rem;
    transition: opacity 0.2s;
  }
  .terms__close:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.terms__close::before, .terms__close::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #ffffff;
  width: 100rem;
  height: 2rem;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 769px) {
  .terms__close::before, .terms__close::after {
    width: 40rem;
    height: 2rem;
  }
}

.terms__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.terms__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.terms__contInner {
  width: 100%;
  height: 100%;
  padding: 20rem 15rem 20rem 45rem;
}

@media screen and (min-width: 769px) {
  .terms__contInner {
    padding: 20rem 10rem 20rem 40rem;
  }
}

.terms__scroll {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
}

.terms__box {
  color: #333;
  width: 100%;
  font-weight: normal;
  padding-right: 30rem;
  padding-bottom: 60rem;
}

@media screen and (min-width: 769px) {
  .terms__box {
    padding-right: 40rem;
  }
}

.terms__ttl {
  text-align: center;
  font-size: 30rem;
  padding: 30rem 0 40rem;
}

@media screen and (min-width: 769px) {
  .terms__ttl {
    font-size: 18rem;
    padding-block: 30rem;
  }
}

.terms__txt {
  text-align: justify;
  font-size: 22rem;
  line-height: 1.45455;
}

@media screen and (min-width: 769px) {
  .terms__txt {
    font-size: 12rem;
    line-height: 1.5;
  }
}

.terms__txt h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.terms__txt h3:first-child {
  margin-top: 0;
}

.terms__txt li {
  padding-left: 1em;
  text-indent: -1em;
}

.terms__txt li::before {
  content: '・';
}

.terms__txt li.is-asterisk::before {
  content: '※';
}

.terms__txt a {
  color: #069ad7;
}

.terms__txt a:hover {
  text-decoration: none;
}

/* --------------------------------------------------
perfect-scrollbar
スクロールバーカスタム
-------------------------------------------------- */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  height: 6px;
  bottom: 0;
  position: absolute;
}

.ps__rail-y {
  width: 6px;
  right: 0;
  position: absolute;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #cccccc;
  border-radius: 6rem;
  height: 6rem;
  bottom: 0;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .ps__thumb-x {
    border-radius: 6px;
    height: 6px;
  }
}

.ps__thumb-y {
  background-color: #cccccc;
  border-radius: 6rem;
  width: 6rem;
  right: 0;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .ps__thumb-y {
    border-radius: 6px;
    width: 6px;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* --------------------------------------------------
utility
ユーティリティ
-------------------------------------------------- */
html[data-type="normal"] *[data-type="movie"] {
  display: none !important;
}

html[data-type="movie"] *[data-type="normal"] {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-onlyPC {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-onlySP {
    display: none !important;
  }
}

.u-hover, #smacolle #sc_grid_more_btn {
  transition: opacity 0.5s;
}

.u-hover:hover, #smacolle #sc_grid_more_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.u-wb-keep-all {
  word-break: keep-all;
}

.u-fw-regular {
  font-weight: normal !important;
}

.u-fw-medium {
  font-weight: 500 !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-small {
  font-size: 19rem !important;
}

@media screen and (min-width: 769px) {
  .u-fs-small {
    font-size: 12rem !important;
  }
}

.u-fs-m-small {
  font-size: 22rem !important;
}

@media screen and (min-width: 769px) {
  .u-fs-m-small {
    font-size: 14rem !important;
  }
}

.u-fs-medium {
  font-size: 24rem !important;
}

@media screen and (min-width: 769px) {
  .u-fs-medium {
    font-size: 16rem !important;
  }
}

.u-fs-m-large {
  font-size: 28rem !important;
}

@media screen and (min-width: 769px) {
  .u-fs-m-large {
    font-size: 26rem !important;
  }
}

.u-fs-large {
  font-size: 34rem !important;
}

@media screen and (min-width: 769px) {
  .u-fs-large {
    font-size: 30rem !important;
  }
}

.u-fs-p10 {
  font-size: 10% !important;
}

.u-fs-p20 {
  font-size: 20% !important;
}

.u-fs-p30 {
  font-size: 30% !important;
}

.u-fs-p40 {
  font-size: 40% !important;
}

.u-fs-p50 {
  font-size: 50% !important;
}

.u-fs-p60 {
  font-size: 60% !important;
}

.u-fs-p70 {
  font-size: 70% !important;
}

.u-fs-p80 {
  font-size: 80% !important;
}

.u-fs-p90 {
  font-size: 90% !important;
}

.u-fs-p100 {
  font-size: 100% !important;
}

.u-fs-p110 {
  font-size: 110% !important;
}

.u-fs-p120 {
  font-size: 120% !important;
}

.u-fs-p130 {
  font-size: 130% !important;
}

.u-fs-p140 {
  font-size: 140% !important;
}

.u-fs-p150 {
  font-size: 150% !important;
}

.u-fs-p160 {
  font-size: 160% !important;
}

.u-fs-p170 {
  font-size: 170% !important;
}

.u-fs-p180 {
  font-size: 180% !important;
}

.u-fs-p190 {
  font-size: 190% !important;
}

.u-fs-p200 {
  font-size: 200% !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}
