@charset 'utf-8';
/* use npm version */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* reset */
html,
body,
div,
span,
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,
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;
}
ol,
ul {
  list-style: none;
}
img {
  vertical-align: bottom;
  border: 0;
}
/* lib */
/* original */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
html {
  font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYugothicM, Meiryo, sans-serif;
  font-size: 62.5%;
}
@media print, screen and (min-width: 769px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter {
    overflow: hidden;
    width: 100%;
  }
}
html {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}
.st-Footer {
  background: #40210f;
}
@media print, screen and (min-width: 769px) {
  .st-Footer {
    min-width: 980px;
  }
}
.st-Footer img {
  width: 100%;
}
.st-FooterInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st-FooterInner {
    width: 980px;
    padding: 6px 7px 8px;
  }
}
@media screen and (max-width: 768px) {
  .st-FooterInner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .st-FooterLogo {
    width: 74px;
  }
}
@media screen and (max-width: 768px) {
  .st-FooterLogo {
    width: 15.6%;
    padding: 0.933333333333333% 0px 1.333333333333333% 1.333333333333333%;
  }
}
.st-FooterText {
  display: block;
  color: #fff;
  font-size: 10px;
}
@media print, screen and (min-width: 769px) {
  .st-FooterText {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .st-FooterText {
    margin-left: 1.333333333333333%;
  }
}
.st-FooterPageTop {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .st-FooterPageTop {
    width: 72px;
    bottom: 60px;
    right: 20px;
  }
  .st-FooterPageTop:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .st-FooterPageTop {
    width: 13.333333333333334vw;
    right: 4.666666666666667%;
    bottom: 12.666666666666668vw;
  }
}
.st-FooterHome {
  position: fixed;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .st-FooterHome {
    width: 72px;
    bottom: 28px;
    right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .st-FooterHome {
    display: none;
  }
}
.js-FixBtn[data-fix="true"] {
  position: fixed;
  top: auto;
}
.js-FixBtn[data-fix="false"] {
  position: absolute;
}
.st-FooterPageTopTest {
  width: 52px;
}
.st-FooterPageTopTest img {
  width: 100%;
}
.st-FooterHomeTeat {
  width: 52px;
  right: 90px;
}
.st-FooterHomeTeat img {
  width: 100%;
}
.st-Header {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .st-Header {
    border-top: 4px solid #e50012;
  }
}
@media screen and (max-width: 768px) {
  .st-Header {
    border-bottom: 2px solid #e50012;
    padding: 1.285rem 0 0.679rem 0.286rem;
    box-sizing: border-box;
    height: 46px;
  }
}
.st-Header img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .st-Header {
    min-width: 980px;
  }
}
.st-HeaderInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st-HeaderInner {
    height: 74px;
    width: 980px;
  }
}
@media print, screen and (min-width: 769px) {
  .st-HeaderLogo {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .st-HeaderLogo {
    width: 139px;
  }
}
@media print, screen and (min-width: 769px) {
  .st-HeaderLogoSub {
    width: 141px;
  }
}
.tp-Main {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp-Main {
    background: url("/snoopyspecial/assets/img/index/bg_pc.jpg") repeat center center;
    min-width: 980px;
    padding: 41px 0 238px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Main {
    background: url("/snoopyspecial/assets/img/index/bg_sp.jpg") repeat center center;
  }
}
.tp-Main .bk-ViasoInfoTitle,
.tp-Main .bk-MufgInfoTitle {
  pointer-events: none;
}
.tp-Main .bk-ViasoInfoTitleIcon,
.tp-Main .bk-MufgInfoTitleIcon {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .tp-Main .st-FooterPageTopWrap {
    width: 100%;
    margin: 0 auto;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .tp-Main .bk-ViasoSwitch {
    padding-bottom: 10.666666666666668vw;
  }
}
@media screen and (max-width: 768px) {
  .tp-Main .bk-MufgInfo {
    padding-bottom: 10.666666666666668vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-Main .st-FooterPageTop {
    position: relative;
    margin-left: auto;
    bottom: 180px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Main .st-FooterPageTop {
    bottom: 30.666666666666664vw;
  }
}
.tp-MainInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp-MainInner {
    width: 980px;
  }
}
.tp-MvArea {
  margin-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .tp-MvArea {
    margin-bottom: 66px;
  }
}
.tp-MvTitle {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp-MvTitle {
    width: 703px;
  }
}
@media screen and (max-width: 768px) {
  .tp-MvTitle {
    width: 87.46666666666667%;
    padding-top: 6.933333333333333%;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-MvImg {
    width: 651px;
    margin: 27px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .tp-MvImg {
    width: 91.73333333333333%;
    margin: 2.933333333333333vw auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-MvLead {
    width: 675px;
    margin: 60px 0 0 166px;
  }
}
@media screen and (max-width: 768px) {
  .tp-MvLead {
    width: 87.46666666666667%;
    margin: 7.466666666666668% auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-MvItem {
    width: 900px;
    margin: 46px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .tp-MvItem {
    width: 91.33333333333333%;
    margin: 7.733333333333333% auto 0;
  }
}
.tp-MvMovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 2px solid #000;
}
@media print, screen and (min-width: 769px) {
  .tp-MvMovie {
    margin: 39px auto 0;
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .tp-MvMovie {
    width: 89.33333333333333%;
    margin: 2.4% auto 0;
  }
}
.tp-MvMovieEl {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp-TabArea {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabArea {
    padding-bottom: 40vw;
  }
}
.tp-TabAreaTitle {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp-TabAreaTitle {
    width: 578px;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabAreaTitle {
    width: 94.13333333333334%;
    margin: 6.266666666666667% auto 9.333333333333334%;
  }
}
.tp-TabBtnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnList {
    margin-top: 37px;
  }
}
.tp-TabBtnEl {
  width: 50%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnEl {
    padding: 25px 0 10px;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnEl[aria-hidden="true"] {
    padding: 28px 0 13px;
  }
}
.tp-TabBtnEl[aria-hidden="true"] .tp-TabBtnTitle img,
.tp-TabBtnEl[aria-hidden="true"] .tp-TabBtnImg img {
  opacity: 0.5;
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnEl[aria-hidden="true"]:first-child {
    border-bottom: 3px solid #f29600;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabBtnEl[aria-hidden="true"]:first-child {
    border-bottom: 0.4vw solid #f29600;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnEl[aria-hidden="true"]:last-child {
    border-bottom: 3px solid #83c4a7;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabBtnEl[aria-hidden="true"]:last-child {
    border-bottom: 0.4vw solid #83c4a7;
  }
}
.tp-TabBtnEl[aria-hidden="false"] {
  box-sizing: border-box;
}
.tp-TabBtnEl[aria-hidden="false"] .tp-TabBtnImg img,
.tp-TabBtnEl[aria-hidden="false"] .tp-TabBtnTitle img {
  opacity: 1;
}
.tp-TabBtnEl:first-child {
  background: #ebf4ec;
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnEl:first-child[aria-hidden="false"] {
    border: 3px solid #83c4a7;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabBtnEl:first-child[aria-hidden="false"] {
    border: 0.4vw solid #83c4a7;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnEl:first-child .tp-TabBtnImg {
    width: 428px;
  }
}
.tp-TabBtnEl:last-child {
  background: #fffbda;
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnEl:last-child[aria-hidden="false"] {
    border: 3px solid #f29600;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabBtnEl:last-child[aria-hidden="false"] {
    border: 0.4vw solid #f29600;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnEl:last-child .tp-TabBtnImg {
    width: 413px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-TabBtnTitle {
    width: 388px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabBtnTitle {
    margin-top: -3.333333333333333vw;
  }
}
.tp-TabBtnImg {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-TabBtnImg {
    width: 41.733333333333334vw;
    text-align: center;
    padding: 2.133333333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabBtnImg img.spOnly {
    width: 92.80000000000001%;
    display: inline-block;
  }
}
.tp-TabListEl {
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .tp-TabListEl {
    padding-bottom: 30px;
  }
}
.tp-TabListEl:first-child {
  background: #ebf4ec;
}
@media print, screen and (min-width: 769px) {
  .tp-TabListEl:first-child {
    border: 3px solid #83c4a7;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabListEl:first-child {
    border: 0.4vw solid #83c4a7;
    border-top: none;
  }
}
.tp-TabListEl:last-child {
  background: #fffbda;
}
@media print, screen and (min-width: 769px) {
  .tp-TabListEl:last-child {
    border: 3px solid #f29600;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .tp-TabListEl:last-child {
    border: 0.4vw solid #f29600;
    border-top: none;
  }
}
.tp-TabListEl[aria-hidden="true"] {
  display: none;
}
.tp-TabListEl[aria-hidden="false"] {
  display: block;
}
.tp-ViasoCpnLinkWrap {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .tp-ViasoCpnLinkWrap {
    margin-bottom: 40px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .tp-ViasoCpnLinkWrap {
    margin-bottom: 10.666666666666668vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-ViasoCpnLinkText {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tp-ViasoCpnLinkText {
    font-size: 10px;
  }
}
.tp-ViasoCpnLink {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .tp-ViasoCpnLink {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tp-ViasoCpnLink {
    font-size: 10px;
    display: block;
    width: 10.666666666666668vw;
    height: 2.666666666666667vw;
    position: absolute;
    left: 38.4vw;
    bottom: 0;
  }
}
.tp-ViasoCpnLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .tp-ViasoCpnLink::after {
    content: none;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-ViasoBenefitsTitle {
    margin-left: -4px;
  }
}
@media screen and (max-width: 768px) {
  .tp-ViasoBenefitsTitle {
    margin-top: -2.666666666666667%;
  }
}
.tp-ViasoBenefitsDetail {
  text-align: center;
  position: relative;
}
.tp-ViasoBenefitsDetailBnr {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .tp-ViasoBenefitsDetailBnr {
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .tp-ViasoBenefitsDetailBnr:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .tp-ViasoBenefitsDetailBnr {
    width: 78.53333333333333%;
    bottom: 7.666666666666667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.tp-ViasoBenefitsDetailBnrLead {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media print, screen and (min-width: 769px) {
  .tp-ViasoBenefitsDetailBnrLead {
    bottom: 234px;
  }
}
@media screen and (max-width: 768px) {
  .tp-ViasoBenefitsDetailBnrLead {
    width: 34.13333333333333vw;
    bottom: 20vw;
  }
}
.tp-ViasoBenefitsDetailLink {
  color: #1d2087;
  text-decoration: none;
  position: absolute;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .tp-ViasoBenefitsDetailLink {
    width: 300px;
    font-size: 22px;
    bottom: 290px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .tp-ViasoBenefitsDetailLink:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .tp-ViasoBenefitsDetailLink {
    bottom: 26.666666666666668%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 53.333333333333336vw;
    height: 5.333333333333334vw;
  }
}
.tp-ViasoBenefitsDetailLink::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .tp-ViasoBenefitsDetailLink::after {
    content: none;
  }
}
.tp-ViasoBenefitsDetailLinkIcon {
  color: #e50012;
}
@media screen and (max-width: 768px) {
  .tp-MufgBenefitsTitle {
    margin-top: -2.666666666666667%;
  }
}
.tp-ViasoBenefits .cbBtn {
  position: absolute;
  bottom: 134px;
  left: 296px;
}
@media screen and (max-width: 768px) {
  .tp-ViasoBenefits .cbBtn {
    bottom: 6.9%;
    left: 18.2%;
    width: 70.3%;
  }
}

.tp-MufgBenefitsDetail {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp-MufgBenefitsDetail {
    width: 980px;
  }
}
.tp-MufgBenefitsDetailBnr {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .tp-MufgBenefitsDetailBnr {
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .tp-MufgBenefitsDetailBnr.bnr02 {
    position: static;
    width: 490px;
    margin: 0 auto 79px;
    transform: none;
    display: block;
  }
  .tp-MufgBenefitsDetailTxt {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .tp-MufgBenefitsDetailBnr:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .tp-MufgBenefitsDetailBnr {
    width: 78.53333333333333%;
    bottom: 2.666666666666667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .tp-MufgBenefitsDetailBnr.bnr02 {
    position: static;
    width: 78.53333333333333%;
    margin: 0 auto;
    transform: none;
    display: block;
  }
  .tp-MufgBenefitsDetailTxt {
    display: block;
    width: 76vw;
    margin: 0 auto 5px;
    text-align: center;
  }
}
.tp-MufgBenefitsDetailBnrLead {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media print, screen and (min-width: 769px) {
  .tp-MufgBenefitsDetailBnrLead {
    bottom: 280px;
  }
}
@media screen and (max-width: 768px) {
  .tp-MufgBenefitsDetailBnrLead {
    width: 34.13333333333333vw;
    bottom: 35vw;
  }
}
.tp-MufgBenefitsDetailLink {
  color: #1d2087;
  text-decoration: none;
  position: absolute;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .tp-MufgBenefitsDetailLink {
    width: 580px;
    font-size: 20px;
    bottom: 340px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .tp-MufgBenefitsDetailLink:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .tp-MufgBenefitsDetailLink {
    bottom: 53.3%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100vw;
    height: 5.333333333333334vw;
  }
}
.tp-MufgBenefitsDetailLink::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .tp-MufgBenefitsDetailLink::after {
    content: none;
  }
}
.tp-MufgBenefitsDetailLinkIcon {
  color: #e50012;
}
.tp-FixBnr {
  z-index: 3;
  background: #fbf8f2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-FixBnr {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-FixBnr {
    min-width: 980px;
    padding: 8px 0;
  }
}
.tp-FixBnr[data-fix="true"] {
  position: fixed;
  bottom: 0;
  left: 0;
}
.tp-FixBnr[data-fix="false"] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-FixBnrInner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .tp-FixBnrInner {
    width: 925px;
  }
}
@media screen and (max-width: 768px) {
  .tp-FixBnrInner {
    padding: 0.933333333333333% 0 0.4%;
    width: 92vw;
  }
}
.tp-FixBnrLink {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .tp-FixBnrLink:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .tp-FixBnrLink {
    width: 47.46666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .tp-FixBnrLink input {
    width: 100%;
  }
}
.tp-FixBnrText {
  color: #1d2087;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp-FixBnrText {
    font-size: 15px;
    margin-top: 6px;
    line-height: 1.533333333333333;
    width: 460px;
  }
  .tp-FixBnrText:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .tp-FixBnrText {
    margin-bottom: 2.666666666666667vw;
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .tp-FixBnrTextNote {
    color: #40210f;
    text-align: center;
    margin-top: 2.666666666666667vw;
    padding-bottom: 2.666666666666667vw;
  }
}
.mu-Main {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mu-Main {
    background: url("/snoopyspecial/assets/img/mufgcard/bg_pc.jpg") repeat left center;
    min-width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .mu-Main {
    width: 100%;
    background: #fffbda;
  }
}
@media screen and (max-width: 768px) {
  .mu-Main img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-Main .bk-MufgInfoInner {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-Main .st-FooterPageTopWrap {
    width: 100%;
    margin: 0 auto;
    height: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-Main .st-FooterPageTop {
    position: relative;
    margin-left: auto;
    bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .mu-Main .st-FooterPageTop {
    bottom: 30.666666666666664vw;
  }
}
.mu-MainInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .mu-MainInner {
    width: 980px;
    background: #fffbda;
    padding: 35px 0 226px;
  }
}
@media screen and (max-width: 768px) {
  .mu-MainInner {
    padding: 3.733333333333334vw 0 30.666666666666664vw;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvArea {
    padding-bottom: 3.066666666666666vw;
  }
}
.mu-MvTitle {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .mu-MvTitle {
    width: 626px;
    margin-left: 190px;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvTitle {
    width: 94.53333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvImg {
    width: 971px;
    margin: 45px auto 0;
  }
}
.mu-MvText {
  color: #3f210f;
}
@media print, screen and (min-width: 769px) {
  .mu-MvText {
    font-size: 12px;
    width: 257px;
    margin-left: auto;
    margin-right: 176px;
    text-indent: -12px;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvLead {
    width: 871px;
    margin: 20px auto 15px;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvLead {
    width: 94.93333333333334vw;
    margin: 0 auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvCard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 18px 179px 0;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvCard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 82.66666666666667vw;
    margin: 5.600000000000001vw auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvCard .mu-MvCardEl:nth-child(3),
  .mu-MvCard .mu-MvCardEl:nth-child(4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvCard .mu-MvCardEl:nth-child(3),
  .mu-MvCard .mu-MvCardEl:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvCardEl {
    width: 41.333333333333336vw;
    margin-bottom: 3.733333333333334vw;
  }
  .mu-MvCardEl img {
    width: 34.266666666666666vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvCardImg .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvCardImg .spOnly {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvCardLink {
    display: inline-block;
    margin: 8px 0 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvCardLink {
    margin-top: 1.333333333333333vw;
    display: block;
  }
  .mu-MvCardLink img {
    width: 41.333333333333336vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvCardLink:hover {
    opacity: 0.4;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvAnchorImg {
    width: 981px;
    margin: 0 auto 0;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvAnchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 980px;
    margin: 0 auto;
    margin-top: -54px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .mu-MvAnchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 96vw;
    margin: 0 auto 0;
    padding: 5.333333333333334vw 0;
  }
}
.mu-MvAnchorWrap[data-fix="true"] {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
  background: #fffbda;
}
@media print, screen and (min-width: 769px) {
  .mu-MvAnchorWrapWrap {
    height: 73px;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvAnchorEl {
    margin-left: -15px;
    cursor: pointer;
  }
}
.mu-MvAnchorLink {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .mu-MvAnchorLink {
    height: 54px;
    width: 326.6666666666667px;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-MvAnchorLink:hover {
    opacity: 0.4;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-Join {
    margin-top: 15px;
  }
}
.mu-JoinImgBox {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mu-JoinBnr {
    position: absolute;
    top: 1390px;
    left: 170px;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-JoinBnr:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .mu-JoinBnr {
    width: 78.66666666666666vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 5.333333333333334vw;
  }
}
.mu-FeatureSubInner {
  display: none;
}
@media screen and (max-width: 768px) {
  .mu-FeatureSubInner {
    width: 90.53333333333333vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureSubInner .mu-FeatureImg {
    position: relative;
    width: 927px;
    margin: 0 auto 0;
    border-top: none;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureTitle {
    margin-left: -4px;
  }
}
.mu-FeatureSubTitle {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureSubTitle {
    width: 927px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureSubTitle {
    width: 90.53333333333333vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureSubTitle[aria-expanded="false"] .mu-FeatureSubTitleIcon {
    width: 38px;
    height: 39px;
    background: url("/snoopyspecial/assets/img/mufgcard/icon_open.png") no-repeat left top;
    top: 6px;
    right: 9px;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureSubTitle[aria-expanded="false"] .mu-FeatureSubTitleIcon {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    background: url("/snoopyspecial/assets/img/mufgcard/icon_open.png") no-repeat left top;
    background-size: cover;
    top: 0.8vw;
    right: 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureSubTitle[aria-expanded="true"] .mu-FeatureSubTitleIcon {
    width: 38px;
    height: 39px;
    background: url("/snoopyspecial/assets/img/mufgcard/icon_close.png") no-repeat center;
    bottom: 6px;
    right: 9px;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureSubTitle[aria-expanded="true"] .mu-FeatureSubTitleIcon {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    background: url("/snoopyspecial/assets/img/mufgcard/icon_close.png") no-repeat center;
    background-size: cover;
    top: 0.8vw;
    right: 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureSubTitle2 {
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureSubTitle2 {
    width: 90.53333333333333vw;
    margin: 0 auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureImg {
    position: relative;
  }
}
.mu-FeatureSubTitleIcon {
  position: absolute;
  display: block;
}
.mu-FeatureCnt {
  position: relative;
}
.mu-FeatureCnt2 {
  padding-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .mu-FeaturePlusTextBox {
    font-size: 18px;
    line-height: 1.5;
    position: absolute;
    top: 98px;
    left: 560px;
    letter-spacing: -0.02em;
  }
}
.mu-FeaturePlusTextLink {
  color: #1d2087;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePlusTextLink {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 3.2vw;
    position: absolute;
    left: 5.333333333333334vw;
    top: 53.333333333333336vw;
    width: 47.199999999999996vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeaturePlusTextLink {
    font-size: 18px;
    line-height: 1.5;
    color: #1d2087;
  }
  .mu-FeaturePlusTextLink:hover {
    text-decoration: underline;
  }
}
.mu-FeaturePlusTextLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePlusTextLink::after {
    width: 10px;
    height: 10px;
  }
}
.mu-FeaturePlusTextLinkIcon {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  .mu-FeaturePointTextBox {
    font-size: 18px;
    line-height: 1.5;
    position: absolute;
    top: 266px;
    left: 318px;
    letter-spacing: -0.02em;
  }
}
.mu-FeaturePointTextLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .mu-FeaturePointTextLink {
    font-size: 16px;
    line-height: 1.5;
    color: #1d2087;
  }
  .mu-FeaturePointTextLink:hover {
    text-decoration: underline;
  }
}
.mu-FeaturePointTextLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePointTextLink::after {
    width: 10px;
    height: 10px;
  }
}
.mu-FeaturePointTextLink3 {
  color: #1d2087;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePointTextLink3 {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 73.33333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeaturePointTextLink3 {
    font-size: 18px;
    line-height: 1.5;
    color: #1d2087;
  }
  .mu-FeaturePointTextLink3:hover {
    text-decoration: underline;
  }
}
.mu-FeaturePointTextLink3::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePointTextLink3::after {
    width: 10px;
    height: 10px;
  }
}
.mu-FeaturePointTextLink2 {
  color: #1d2087;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePointTextLink2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 3.2vw;
    position: absolute;
    left: 5.333333333333334vw;
    bottom: 5.333333333333334vw;
    width: 47.199999999999996vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeaturePointTextLink2 {
    font-size: 18px;
    line-height: 1.5;
    color: #1d2087;
  }
}
.mu-FeaturePointTextLink2::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePointTextLink2::after {
    width: 10px;
    height: 10px;
  }
}
.mu-FeaturePointTextLink4 {
  color: #1d2087;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePointTextLink4 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 3.2vw;
    position: absolute;
    left: 10.666666666666668vw;
    bottom: 5.333333333333334vw;
    width: 32.800000000000004vw;
  }
}
.mu-FeaturePointTextLink4::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .mu-FeaturePointTextLink4::after {
    width: 10px;
    height: 10px;
  }
}
.mu-FeaturePointTextLinkIcon {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureDesignTextBox {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    top: 174px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureDesignTextBox {
    font-size: 3.733333333333334vw;
    line-height: 1.571428571428571;
    width: 73.33333333333333vw;
    position: absolute;
    top: 45.6vw;
    left: 5.600000000000001vw;
  }
}
.mu-FeatureDesignTextLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureDesignTextLink:hover {
    text-decoration: underline;
  }
}
.mu-FeatureDesignTextLinkIcon {
  color: #e50012;
}
.mu-FeatureImgWrap {
  position: relative;
}
.mu-FeatureNoteList {
  color: #40210f;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureNoteList {
    font-size: 15px;
    line-height: 1.5;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureNoteList {
    font-size: 2.666666666666667vw;
    line-height: 1.571428571428571;
    width: 78.66666666666666vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureNoteList:nth-child(1) {
    left: 58px;
    top: 234px;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureNoteList:nth-child(1) {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureNoteList:nth-child(2) {
    left: 522px;
    top: 234px;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureNoteList:nth-child(2) {
    display: none;
  }
}
.mu-FeatureNoteIndent {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .mu-FeatureNoteIndent {
    text-indent: -15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mu-FeatureNoteIndent {
    text-indent: -3.2vw;
    margin-left: 3.2vw;
  }
}
.mu-FixBnr {
  background: #f8c86d;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .mu-FixBnr {
    min-width: 980px;
    padding: 9px 0;
  }
}
@media screen and (max-width: 768px) {
  .mu-FixBnr {
    padding: 2.666666666666667vw 0;
  }
}
.mu-FixBnr[data-fix="true"] {
  position: fixed;
  bottom: 0;
  left: 0;
}
.mu-FixBnr[data-fix="false"] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mu-FixBnrInner {
  margin: 0 auto;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .mu-FixBnrInner {
    width: 338px;
  }
}
.mu-FixBnrLink {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .mu-FixBnrLink {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .mu-FixBnrLink {
    width: 47.199999999999996vw;
    margin: 0 auto;
  }
}
.mu-FixBnrText {
  color: #1d2087;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .mu-FixBnrText {
    font-size: 15px;
    margin-top: 6px;
    line-height: 1.533333333333333;
    width: 284px;
    margin-left: 30px;
  }
  .mu-FixBnrText:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .mu-FixBnrText {
    margin-top: 2.666666666666667vw;
  }
}
.mu-FixBnrTextIcon {
  color: #e50012;
}
@media screen and (max-width: 768px) {
  .mu-FixBnrTextNote {
    text-align: center;
    margin-top: 2.666666666666667vw;
    color: #40210f;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-AcBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mu-AcBtn {
    position: fixed;
    width: 7.733333333333333vw;
    height: 7.733333333333333vw;
    background: url("/snoopyspecial/assets/img/common/ac_open.png") no-repeat left top;
    background-size: cover;
    display: block;
    top: 1.866666666666667vw;
    right: 3.466666666666666vw;
    z-index: 101;
  }
  .mu-AcBtn.active {
    background: url("/snoopyspecial/assets/img/common/ac_close_2.png") no-repeat left top;
    background-size: cover;
  }
}
@media print, screen and (min-width: 769px) {
  .mu-AcWrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mu-AcWrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255,255,255,0.8);
  }
  .mu-AcWrap.active {
    display: block;
  }
}
.mu-Ac {
  width: 74.93333333333332vw;
  padding-top: 10.666666666666668vw;
  margin-left: auto;
}
.mu-AcLink {
  display: block;
}
.mu-JoinYoutube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 2px solid #000;
}
@media print, screen and (min-width: 769px) {
  .mu-JoinYoutube {
    margin: 39px auto 40px;
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .mu-JoinYoutube {
    width: 89.33333333333333%;
    margin: 2.4% auto 4%;
  }
}
.mu-JoinYoutubeEl {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.vi-Main {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .vi-Main {
    background: url("/snoopyspecial/assets/img/viaso/bg_pc.jpg") repeat center center;
    min-width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .vi-Main {
    width: 100%;
  }
  .vi-Main img {
    width: 100%;
  }
}
.vi-Main .bk-ViasoInfo {
  background: #ebf4ec;
}
@media print, screen and (min-width: 769px) {
  .vi-Main .bk-ViasoInfo {
    background: #e9f2ea;
    border-radius: 0 0 90px 90px;
  }
}
@media screen and (max-width: 768px) {
  .vi-Main .bk-ViasoInfo {
    border-radius: 0 0 12vw 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-Main .st-FooterPageTopWrap {
    width: 100%;
    margin: 0 auto;
    height: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-Main .st-FooterPageTop {
    position: relative;
    margin-left: auto;
    bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .vi-Main .st-FooterPageTop {
    bottom: 30.666666666666664vw;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-Main .bk-ViasoInfoInner {
    padding-bottom: 72px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vi-Main .bk-ViasoSwitch {
    padding-bottom: 19.066666666666666vw;
  }
}
.vi-MainInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .vi-MainInner {
    width: 980px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0 226px;
  }
}
@media screen and (max-width: 768px) {
  .vi-MainInner {
    padding-bottom: 31.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-MvArea {
    background: #ebf4ec;
    border-radius: 0 0 90px 90px;
    padding: 56px 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .vi-MvArea {
    background: #ebf4ec;
    border-radius: 0 0 12vw 12vw;
    padding: 6.266666666666667vw 0 6.133333333333333vw;
    margin-bottom: 2.4vw;
  }
}
.vi-MvTitle {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .vi-MvTitle {
    width: 712px;
  }
}
@media screen and (max-width: 768px) {
  .vi-MvTitle {
    width: 92.93333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-MvImg {
    width: 857px;
    margin: 38px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .vi-MvImg {
    width: 92.13333333333334vw;
    margin: 5.066666666666666vw auto 0;
  }
}
.vi-MvBtn {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .vi-MvBtn {
    width: 400px;
    margin: 12px auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-MvLead {
    width: 874px;
    margin: 9px auto 15px;
  }
}
@media screen and (max-width: 768px) {
  .vi-MvLead {
    width: 95.33333333333334vw;
    margin: 3.6vw auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-MvAnchorImg {
    width: 883px;
    margin: 0 auto 0;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-MvAnchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 883px;
    margin: 0 auto;
    margin-top: -54px;
  }
}
@media screen and (max-width: 768px) {
  .vi-MvAnchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 92.53333333333333vw;
    padding: 5.066666666666666vw 0;
    margin: 0 auto;
  }
}
.vi-MvAnchorWrap[data-fix="true"] {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
  background: #ebf4ec;
}
@media print, screen and (min-width: 769px) {
  .vi-MvAnchorWrapWrap {
    height: 74px;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-MvAnchorEl img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .vi-MvAnchorEl {
    width: 46vw;
    margin-bottom: 1.333333333333333vw;
  }
}
.vi-MvAnchorLink {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .vi-MvAnchorLink {
    height: 54px;
    width: 220.75px;
    cursor: pointer;
  }
  .vi-MvAnchorLink:hover {
    opacity: 0.4;
  }
}
.vi-Join {
  background: #ebf4ec;
}
@media print, screen and (min-width: 769px) {
  .vi-Join {
    margin-top: 26px;
    background: #eaf4eb;
    border-radius: 0 0 90px 90px;
  }
}
.vi-JoinInner {
  position: relative;
}
.vi-JoinTitle {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .vi-JoinTitle {
    margin-left: -4px;
    cursor: pointer;
  }
}
.vi-JoinTitle[aria-expanded="false"] .vi-JoinTitleIcon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #83c4a7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .vi-JoinTitle[aria-expanded="false"] .vi-JoinTitleIcon::after {
    width: 5px;
    height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .vi-JoinTitle[aria-expanded="false"] .vi-JoinTitleIcon::after {
    width: 0.8vw;
    height: 4.399999999999999vw;
  }
}
.vi-JoinTitleIcon {
  position: absolute;
  display: block;
  background: #d4e9d7;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .vi-JoinTitleIcon {
    width: 46px;
    height: 46px;
    top: 38px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .vi-JoinTitleIcon {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    top: 2.4vw;
    right: 2.8vw;
  }
}
.vi-JoinTitleIcon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #83c4a7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .vi-JoinTitleIcon::before {
    width: 31px;
    height: 5px;
  }
}
@media screen and (max-width: 768px) {
  .vi-JoinTitleIcon::before {
    width: 4.399999999999999vw;
    height: 0.8vw;
  }
}
.vi-JoinImg {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .vi-JoinImg img {
    border-radius: 0 0 90px 90px;
  }
}
.vi-JoinBnr {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media print, screen and (min-width: 769px) {
  .vi-JoinBnr img {
    border-radius: 0px;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-JoinBnr {
    top: 50px;
  }
  .vi-JoinBnr:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .vi-JoinBnr {
    width: 78.66666666666666vw;
    top: 6vw;
  }
}
.vi-Feature {
  background: #ebf4ec;
}
@media print, screen and (min-width: 769px) {
  .vi-Feature {
    margin-top: 20px;
    background: #e9f2ea;
    border-radius: 0 0 90px 90px;
  }
}
.vi-FeatureTitle {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .vi-FeatureTitle {
    margin-left: -4px;
    cursor: pointer;
  }
}
.vi-FeatureTitle[aria-expanded="false"] .vi-FeatureTitleIcon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #83c4a7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .vi-FeatureTitle[aria-expanded="false"] .vi-FeatureTitleIcon::after {
    width: 5px;
    height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .vi-FeatureTitle[aria-expanded="false"] .vi-FeatureTitleIcon::after {
    width: 0.8vw;
    height: 4.399999999999999vw;
  }
}
.vi-FeatureTitleIcon {
  position: absolute;
  display: block;
  background: #d4e9d7;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .vi-FeatureTitleIcon {
    width: 46px;
    height: 46px;
    top: 38px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .vi-FeatureTitleIcon {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    top: 2.933333333333333vw;
    right: 2.8vw;
  }
}
.vi-FeatureTitleIcon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #83c4a7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .vi-FeatureTitleIcon::before {
    width: 31px;
    height: 5px;
  }
}
@media screen and (max-width: 768px) {
  .vi-FeatureTitleIcon::before {
    width: 4.399999999999999vw;
    height: 0.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-FeatureImg img {
    border-radius: 0 0 90px 90px;
  }
}
.vi-Point {
  background: #ebf4ec;
}
@media print, screen and (min-width: 769px) {
  .vi-Point {
    margin: 20px 0 20px;
    background: #e9f2ea;
    border-radius: 0 0 90px 90px;
  }
}
.vi-PointInner {
  display: none;
}
.vi-PointTitle {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .vi-PointTitle {
    margin-left: -4px;
    cursor: pointer;
  }
}
.vi-PointTitle[aria-expanded="false"] .vi-PointTitleIcon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #83c4a7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .vi-PointTitle[aria-expanded="false"] .vi-PointTitleIcon::after {
    width: 5px;
    height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointTitle[aria-expanded="false"] .vi-PointTitleIcon::after {
    width: 0.8vw;
    height: 4.399999999999999vw;
  }
}
.vi-PointTitleIcon {
  position: absolute;
  display: block;
  background: #d4e9d7;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .vi-PointTitleIcon {
    width: 46px;
    height: 46px;
    top: 44px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointTitleIcon {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    top: 3.2vw;
    right: 2.8vw;
  }
}
.vi-PointTitleIcon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #83c4a7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .vi-PointTitleIcon::before {
    width: 31px;
    height: 5px;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointTitleIcon::before {
    width: 4.399999999999999vw;
    height: 0.8vw;
  }
}
.vi-PointImg {
  position: relative;
}
.vi-PointImg:nth-child(1) .vi-PointTextList {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .vi-PointImg:nth-child(1) .vi-PointTextList {
    bottom: 40px;
    left: 126px;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointImg:nth-child(1) .vi-PointTextList {
    bottom: 5.066666666666666vw;
    left: 4.266666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointImg:nth-child(1) .vi-PointText:nth-child(2) {
    width: 62.133333333333326vw;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointImg:nth-child(1) .vi-PointText:nth-child(3) {
    width: 75.86666666666667vw;
  }
  .vi-PointImg:nth-child(1) .vi-PointText:nth-child(3) .vi-PointLink {
    padding-bottom: 5.333333333333334vw;
    margin-top: 2.666666666666667vw;
  }
}
.vi-PointImg:nth-child(2) .vi-PointTextList {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .vi-PointImg:nth-child(2) .vi-PointTextList {
    bottom: 18px;
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointImg:nth-child(2) .vi-PointTextList {
    bottom: 3.733333333333334vw;
    left: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointImg:nth-child(2) .vi-PointText:nth-child(4) {
    width: 62.133333333333326vw;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointImg:nth-child(2) .vi-PointText:nth-child(5) {
    width: 62.133333333333326vw;
  }
  .vi-PointImg:nth-child(2) .vi-PointText:nth-child(5) .vi-PointLink {
    margin-top: 2.666666666666667vw;
  }
}
.vi-PointImg:nth-child(3) .vi-PointTextList {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .vi-PointImg:nth-child(3) .vi-PointTextList {
    bottom: 36px;
    left: 26px;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointImg:nth-child(3) .vi-PointTextList {
    bottom: 5.733333333333333vw;
    left: 4.933333333333334vw;
  }
}
.vi-PointText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .vi-PointText {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointText {
    position: relative;
    font-size: 3.2vw;
    line-height: 1.416666666666667;
    text-indent: -3.2vw;
    margin-left: 3.2vw;
  }
}
.vi-PointLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .vi-PointLink {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
  .vi-PointLink:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointLink {
    font-size: 3.2vw;
    line-height: 1.416666666666667;
    width: 100%;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
}
.vi-PointLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
.vi-PointShopLink {
  color: #1d2087;
  text-decoration: none;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .vi-PointShopLink {
    font-size: 15px;
    line-height: 1.533333333333333;
    width: 220px;
    display: block;
    bottom: 62px;
    right: 106px;
  }
  .vi-PointShopLink:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .vi-PointShopLink {
    font-size: 3.2vw;
    line-height: 1.416666666666667;
    bottom: 9.066666666666666vw;
    left: 26.666666666666668vw;
  }
}
.vi-PointShopLinkIcon,
.vi-PointLinkIcon {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  .vi-PointLink1 {
    width: 244px;
    left: 123px;
    bottom: 62px;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-PointLink2 {
    width: 433px;
    left: 123px;
    bottom: 38px;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-PointLink3 {
    width: 230px;
    left: 33px;
    bottom: 157px;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-PointLink4 {
    width: 208px;
    right: 137px;
    bottom: 65px;
  }
}
.vi-FixBnr {
  z-index: 3;
  background: #8ed49c;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .vi-FixBnr {
    min-width: 980px;
    padding: 9px 0;
  }
}
@media screen and (max-width: 768px) {
  .vi-FixBnr {
    padding: 2.666666666666667vw 0;
  }
}
.vi-FixBnr[data-fix="true"] {
  position: fixed;
  bottom: 0;
  left: 0;
}
.vi-FixBnr[data-fix="false"] {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .vi-FixBnr input {
    width: 100%;
  }
}
.vi-FixBnrInner {
  margin: 0 auto;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .vi-FixBnrInner {
    width: 462px;
  }
}
.vi-FixBnrLink {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .vi-FixBnrLink {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .vi-FixBnrLink {
    width: 47.199999999999996vw;
    margin: 0 auto;
  }
}
.vi-FixBnrText {
  color: #1d2087;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .vi-FixBnrText {
    font-size: 15px;
    margin-top: 6px;
    line-height: 1.533333333333333;
    width: 284px;
    margin-left: 30px;
  }
  .vi-FixBnrText:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .vi-FixBnrText {
    margin-top: 2.666666666666667vw;
  }
}
.vi-FixBnrTextIcon {
  color: #e50012;
}
@media screen and (max-width: 768px) {
  .vi-FixBnrTextNote {
    text-align: center;
    margin-top: 2.666666666666667vw;
    color: #40210f;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-AcBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vi-AcBtn {
    position: fixed;
    width: 7.733333333333333vw;
    height: 7.733333333333333vw;
    background: url("/snoopyspecial/assets/img/common/ac_open.png") no-repeat left top;
    background-size: cover;
    display: block;
    top: 1.866666666666667vw;
    right: 3.466666666666666vw;
    z-index: 101;
  }
  .vi-AcBtn.active {
    background: url("/snoopyspecial/assets/img/common/ac_close_2.png") no-repeat left top;
    background-size: cover;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-AcWrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vi-AcWrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255,255,255,0.8);
  }
  .vi-AcWrap.active {
    display: block;
  }
}
.vi-Ac {
  width: 74.93333333333332vw;
  padding-top: 10.666666666666668vw;
  margin-left: auto;
}
.vi-AcLink {
  display: block;
}
.vi-JoinYoutube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 2px solid #000;
}
@media print, screen and (min-width: 769px) {
  .vi-JoinYoutube {
    margin: 39px auto 40px;
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .vi-JoinYoutube {
    width: 89.33333333333333%;
    margin: 2.4% auto 4%;
  }
}
.vi-JoinYoutubeEl {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.vi-JoinCpnLinkWrap {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .vi-JoinCpnLinkWrap {
    position: relative;
    margin-top: -20px;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .vi-JoinCpnLinkWrap {
    position: relative;
    margin-bottom: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .vi-JoinCpnLinkText {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .vi-JoinCpnLinkText {
    font-size: 10px;
  }
}
.vi-JoinCpnLink {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .vi-JoinCpnLink {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .vi-JoinCpnLink {
    font-size: 10px;
    display: block;
    width: 10.666666666666668vw;
    height: 2.666666666666667vw;
    position: absolute;
    left: 38.4vw;
    bottom: 0;
  }
}
.vi-JoinCpnLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .vi-JoinCpnLink::after {
    content: none;
    width: 10px;
    height: 10px;
    margin-left: 3px;
  }
}
@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .tp-ViasoBenefitsDetailBnr {
/* IE11 にのみ適用される */
    bottom: -20px;
  }
  *::-ms-backdrop,
  .tp-ViasoCpnLinkWrap {
/* IE11 にのみ適用される */
    bottom: -20px;
    margin-top: 30px;
  }
}
@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .tp-MufgBenefitsDetailBnr {
/* IE11 にのみ適用される */
    bottom: 18px;
  }
}
@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .vi-JoinCpnLinkWrap {
/* IE11 にのみ適用される */
    margin-top: 40px;
  }
}
.bk-MufgInfoTitle {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTitle {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTitle {
    pointer-events: none;
  }
}
.bk-MufgInfoInner {
  display: block !important;
}
.bk-MufgInfoTableArea {
  border-bottom: 1px solid #fce5c0;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTableArea {
    width: 928px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTableArea {
    margin: 4% 3.2% 0;
  }
}
.bk-MufgInfoTable {
  border: 1px solid #fce5c0;
  background: #fff4d6;
  border-bottom: none;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
  }
}
.bk-MufgInfoTableTitle {
  font-weight: bold;
  color: #40210f;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTableTitle {
    width: 210px;
    font-size: 15px;
    padding-left: 22px;
    line-height: 1.533333333333333;
    display: block;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTableTitle {
    font-size: 15px;
    padding: 2% 0 2% 5.142857142857142%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTableTitle::before {
    display: none;
    content: "";
    width: 5.066666666666666vw;
    height: 5.066666666666666vw;
    position: absolute;
    background: #efc576;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTableTitle::after {
    display: none;
    content: "";
    width: 3.2vw;
    height: 3.333333333333333vw;
    background: url("/snoopyspecial/assets/img/common/icon_plus.png") no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 2.4vw;
  }
}
.bk-MufgInfoTableTitle[aria-expanded="false"]::after {
  background: url("/snoopyspecial/assets/img/common/icon_minus.png") no-repeat;
  background-size: contain;
}
.bk-MufgInfoTableDetail {
  color: #40210f;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTableDetail {
    width: 718px;
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoCard {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoCard {
    width: 68.57142857142857%;
    margin: 0 auto 0;
    padding: 3.428571428571429% 0;
  }
}
.bk-MufgInfoBrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoBrand {
    padding: 10px 22px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoBrand {
    width: 35.285714285714285%;
    padding: 3.285714285714286% 0 2.428571428571428% 5.285714285714286%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bk-MufgInfoBrand img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoBrandImg {
    margin-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoBrandImg {
    width: 14.000000000000002vw;
    padding: 2.428571428571428% 0 2.428571428571428% 4.571428571428571%;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoBrandImg img {
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoBrandImg:last-child {
    margin-left: 27px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoBrandImg:last-child {
    margin-left: 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoText {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding: 10px 22px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoText {
    padding: 3.428571428571429% 4.571428571428571% 3.428571428571429% 4.571428571428571%;
    font-size: 13px;
    line-height: 1.5;
  }
}
.bk-MufgInfoText_yellow {
  color: #e50012;
  display: inline;
}
.bk-MufgInfoTextLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTextLink:hover {
    text-decoration: underline;
  }
}
.bk-MufgInfoTextLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTextLink {
    font-size: 13px;
  }
}
.bk-MufgInfoTextLinkIcon {
  color: #e50012;
}
.bk-MufgInfoTextEtc {
  color: #fff;
  background: #1d2087;
  border-radius: 4px;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTextEtc {
    padding: 2px 4px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTextEtc {
    padding: 2px 4px;
  }
}
.bk-MufgInfoTextFamily {
  color: #fff;
  background: #83c4a7;
  border-radius: 4px;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTextFamily {
    padding: 2px 4px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTextFamily {
    margin-left: 1.285714285714286%;
    padding: 2px 4px;
  }
}
.bk-MufgInfoTextUnion {
  color: #fff;
  background: #e50012;
  border-radius: 4px;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTextUnion {
    padding: 2px 4px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTextUnion {
    margin-left: 1.285714285714286%;
    padding: 2px 4px;
  }
}
.bk-MufgInfoTextIndent {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTextIndent {
    text-indent: -15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTextIndent {
    text-indent: -13px;
    margin-left: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoAmount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoAmount.spOnly {
    display: none;
  }
}
.bk-MufgInfoAmountDt {
  width: 50%;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoAmountDt {
    padding: 40px 0 0 22px;
    font-size: 15px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoAmountDt {
    width: 46.666666666666664vw;
    padding: 4vw 0 0 11px;
    font-size: 13px;
    line-height: 1.533333333333333;
  }
}
.bk-MufgInfoAmountDtSub {
  display: block;
  border-left: 1px solid #fce5c0;
  border-top: 1px solid #fce5c0;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoAmountDtSub {
    width: 250px;
    margin-left: auto;
    padding: 16px 0 16px 22px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoAmountDtSub {
    width: 39.733333333333334vw;
    margin-left: auto;
    padding: 3.466666666666666vw 0 3.466666666666666vw 11px;
    margin-top: 15.2vw;
  }
}
.bk-MufgInfoAmountList {
  width: 50%;
  border-left: 1px solid #fce5c0;
  line-height: 1.533333333333333;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoAmountList {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoAmountList {
    font-size: 13px;
    width: 29.333333333333332vw;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoAmountList_last {
    width: 18.666666666666668vw;
  }
}
.bk-MufgInfoAmountListEl {
  border-top: 1px solid #fce5c0;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoAmountListEl {
    padding: 16px 0 16px 22px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoAmountListEl {
    padding: 3.466666666666666vw 0 3.466666666666666vw 0;
    text-align: center;
  }
}
.bk-MufgInfoAmountListEl:first-child {
  border-top: none;
}
.bk-MufgNote {
  border: 2px solid #e50012;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgNote {
    margin: 28px auto 0;
    width: 928px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgNote {
    margin: 3.2% 3.2% 0;
    padding-bottom: 10px;
  }
}
.bk-MufgNoteTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #40210f;
  border-bottom: 1px solid #fce5c0;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgNoteTitle {
    font-size: 15px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgNoteTitle {
    font-size: 17px;
    padding: 2.571428571428571% 0 2.571428571428571% 1.714285714285714%;
  }
}
.bk-MufgNoteIcon {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgNoteIcon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgNoteIcon {
    width: 5.733333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgNoteList {
    margin-top: 18px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgNoteList {
    font-size: 13px;
    line-height: 1.5;
    padding: 3.428571428571429% 5.142857142857142% 0 4.285714285714286%;
  }
}
.bk-MufgNoteListEl {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgNoteListEl {
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-left: 15px;
    text-indent: -15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgNoteListEl {
    margin-left: 1em;
    text-indent: -1em;
  }
}
.bk-MufgInfoTextLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTextLink {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
  .bk-MufgInfoTextLink:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgInfoTextLink {
    font-size: 13px;
    line-height: 1.533333333333333;
  }
}
.bk-MufgInfoTextLinkIcon {
  color: #e50012;
}
.bk-MufgInfoTextBtn {
  color: #1d2087;
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  background: #fdeabe;
  text-align: center;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTextBtn {
    font-size: 15px;
    margin-left: 25px;
    margin-top: 6px;
    line-height: 1.533333333333333;
    width: 264px;
  }
  .bk-MufgInfoTextBtn:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgInfoTextBtn_long {
    width: 496px;
  }
}
.bk-MufgInfoTextBtnIcon {
  color: #e50012;
}
.bk-MufgBeginner {
  border: 1px solid #f6b542;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginner {
    margin: 28px auto 0;
    width: 928px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginner {
    margin: 4.533333333333333vw 3.2% 0 3.2%;
  }
}
.bk-MufgBeginnerTitle {
  position: relative;
  background: #fdeabe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding-left: 28px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerTitle {
    font-size: 15px;
    padding: 0.714285714285714% 0 0.714285714285714% 3.428571428571429%;
  }
}
.bk-MufgBeginnerIcon {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerIcon {
    width: 32px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerIcon {
    padding-right: 1.428571428571429%;
    width: 4.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerIcon img {
    width: 100%;
  }
}
.bk-MufgBeginnerIconRight {
  display: block;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerIconRight {
    margin-top: -13px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerIconRight {
    position: absolute;
    right: 0;
    z-index: 2;
    top: -4vw;
    width: 10.666666666666668vw;
  }
}
.bk-MufgBeginnerText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerText {
    padding: 0 28px;
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerText {
    padding: 0 4%;
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-top: 2%;
  }
}
.bk-MufgBeginnerLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerLink {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
  .bk-MufgBeginnerLink:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerLink {
    font-size: 13px;
  }
}
.bk-MufgBeginnerLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
.bk-MufgBeginnerLinkIcon {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerList {
    padding: 0 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerList {
    margin: 2.571428571428571% 4% 4.571428571428571%;
  }
}
.bk-MufgBeginnerListEl {
  background: #fff4d6;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerListEl {
    width: 420px;
    padding: 14px;
    margin-bottom: 10px;
    height: 156px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListEl {
    padding: 2.484472049689441% 5.279503105590062% 3.105590062111801% 3.105590062111801%;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListEl:first-child {
    margin-bottom: 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerListEl:first-child .bk-MufgBeginnerListBox {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListEl:last-child {
    margin-top: 4%;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerListEl:last-child .bk-MufgBeginnerListBox {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListEl:last-child .bk-MufgBeginnerListBox {
    margin-top: 4%;
  }
}
.bk-MufgBeginnerListTitle {
  color: #40210f;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerListTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListTitle {
    font-size: 15px;
    line-height: 1.5;
  }
}
.bk-MufgBeginnerListBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListBox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 4.576271186440678%;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerListImg {
    width: 52px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListImg {
    width: 12.533333333333333vw;
  }
}
.bk-MufgBeginnerListText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgBeginnerListText {
    width: 320px;
    font-size: 13px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListText {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 3.333333333333333vw;
    width: 62.133333333333326vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoin {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoin {
    margin-top: 3.428571428571429%;
  }
}
.bk-MufgJoinTitle {
  background: #fdeabe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40210f;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding-left: 28px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding: 2% 0 2% 5.142857142857142%;
  }
}
.bk-MufgJoinTitleIconRight {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinTitleIconRight {
    margin-left: auto;
    margin-top: -13px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinTitleIconRight {
    position: absolute;
    right: 0;
    z-index: 2;
    top: -1.333333333333333vw;
    width: 16.133333333333333vw;
  }
}
.bk-MufgJoinBox {
  border: 1px solid #f6b542;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinBox {
    margin: 16px auto 0;
    width: 928px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinBox {
    margin: 2.857142857142857% 3.428571428571429% 0;
    padding-bottom: 3.333333333333333vw;
  }
}
.bk-MufgJoinBoxTitle {
  color: #40210f;
  background: #fdeabe;
  border-bottom: 1px solid #f6b542;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinBoxTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding: 10px 36px;
  }
}
.bk-MufgJoinBoxDetail {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinBoxDetail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 864px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinBoxDetail {
    width: 85.33333333333334vw;
    margin-top: 3.2vw;
  }
}
.bk-MufgJoinTel {
  background: #fff4d6;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinTel {
    width: 420px;
    padding: 34px 36px 16px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinTel {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 3.785488958990536% 0 3.785488958990536% 9.14826498422713%;
  }
}
.bk-MufgJoinTelTitle {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinTelTitle {
    position: absolute;
    top: 15px;
    left: 36px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinTelTitle {
    width: 100%;
    font-size: 15px;
    margin-bottom: 2.365930599369085%;
  }
}
.bk-MufgJoinTelText {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinTelText {
    font-size: 31px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinTelText {
    font-size: 23px;
    margin-left: 2.365930599369085%;
  }
}
#telMufg.bk-MufgJoinTelText {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  #telMufg.bk-MufgJoinTelText {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  #telMufg.bk-MufgJoinTelText {
    width: 100%;
    display: block;
  }
}
#telMufg.bk-MufgJoinTelText:hover {
  text-decoration: none;
}
.bk-MufgJoinClock {
  background: #fff4d6;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinClock {
    width: 420px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinClock {
    margin-top: 3.154574132492113%;
    padding: 3.154574132492113% 0 2.365930599369085% 9.14826498422713%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bk-MufgJoinClockText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinClockText {
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinClockText {
    font-size: 13px;
    line-height: 1.5;
    margin-left: 1.577287066246057%;
  }
}
.bk-MufgJoinNote {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgJoinNote {
    padding-left: 32px;
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgJoinNote {
    font-size: 13px;
    line-height: 1.5;
    margin: 2.523659305993691% auto 0;
    width: 85.33333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgSwitch {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgSwitch {
    margin-top: 4%;
    padding-bottom: calc(256 / 750 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgSwitchTitle {
    margin-left: -4px;
  }
}
.bk-MufgSwitchText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgSwitchText {
    width: 925px;
    margin: 18px auto 0;
    font-size: 15px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgSwitchText {
    font-size: 13px;
    line-height: 1.5;
    margin: 4% 5.600000000000001% 0;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-MufgSwitchList {
    width: 925px;
    margin: 34px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgSwitchList {
    margin: 6% 5.600000000000001% 0;
  }
}
.bk-MufgSwitchListEl {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-MufgSwitchListEl {
    font-size: 15px;
    line-height: 1.533333333333333;
    text-indent: -15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-MufgSwitchListEl {
    font-size: 13px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.bk-MufgSwitchBtn {
  color: #1d2087;
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  background: #d4e9d7;
  text-align: center;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
@media print, screen and (min-width: 769px) {
  .bk-MufgSwitchBtn {
    font-size: 15px;
    margin-top: 6px;
    line-height: 1.533333333333333;
    width: 284px;
    margin-left: 30px;
  }
  .bk-MufgSwitchBtn:hover {
    text-decoration: underline;
  }
}
.bk-MufgSwitchBtnIcon {
  color: #e50012;
}
@media screen and (max-width: 768px) {
  .bk-MufgBeginnerListElWrap .bk-MufgInfoTextLink {
    text-indent: -13px;
    margin-left: 13px;
  }
}
.bk-ViasoInfoTitle {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTitle {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTitle {
    pointer-events: none;
  }
}
.bk-ViasoInfoTitle[aria-expanded="false"] .bk-ViasoInfoTitleIcon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #83c4a7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTitle[aria-expanded="false"] .bk-ViasoInfoTitleIcon::after {
    width: 5px;
    height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTitle[aria-expanded="false"] .bk-ViasoInfoTitleIcon::after {
    width: 0.8vw;
    height: 4.399999999999999vw;
  }
}
.bk-ViasoInfoTitleIcon {
  position: absolute;
  display: block;
  background: #d4e9d7;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTitleIcon {
    width: 46px;
    height: 46px;
    top: 38px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTitleIcon {
    display: none;
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    top: 3.333333333333333vw;
    right: 2.8vw;
  }
}
.bk-ViasoInfoTitleIcon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #83c4a7;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTitleIcon::before {
    width: 31px;
    height: 5px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTitleIcon::before {
    width: 4.399999999999999vw;
    height: 0.8vw;
  }
}
.bk-ViasoInfoTableArea {
  border-bottom: 1px solid #73c883;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTableArea {
    width: 928px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTableArea {
    margin: 1% 3.2% 0;
  }
}
.bk-ViasoInfoTable {
  border: 1px solid #73c883;
  background: #cee5e3;
  border-bottom: none;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bk-ViasoInfoTableTitle {
  font-weight: bold;
  color: #40210f;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTableTitle {
    width: 210px;
    font-size: 15px;
    padding-left: 22px;
    line-height: 1.533333333333333;
    display: block;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTableTitle {
    font-size: 15px;
    padding: 2% 0 2% 5.142857142857142%;
    position: relative;
  }
}
.bk-ViasoInfoTableDetail {
  color: #40210f;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTableDetail {
    width: 718px;
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoCard {
    padding: 10px 22px;
    width: 166px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoCard {
    width: 35.285714285714285%;
    padding: 3.285714285714286% 0 2.428571428571428% 5.285714285714286%;
  }
}
.bk-ViasoInfoCard img {
  width: 100%;
}
.bk-ViasoInfoBrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoBrand {
    padding: 10px 22px;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoBrandImg {
    margin-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoBrandImg {
    width: 15%;
    padding: 2.428571428571428% 0 2.428571428571428% 4.571428571428571%;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoText {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding: 10px 22px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoText {
    padding: 3.428571428571429% 4.571428571428571% 3.428571428571429% 4.571428571428571%;
    font-size: 13px;
    line-height: 1.5;
  }
}
.bk-ViasoInfoText_yellow {
  color: #e50012;
}
.bk-ViasoInfoTextLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTextLink:hover {
    text-decoration: underline;
  }
}
.bk-ViasoInfoTextLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTextLink {
    font-size: 13px;
  }
}
.bk-ViasoInfoTextLinkIcon {
  color: #e50012;
}
.bk-ViasoInfoTextEtc {
  color: #fff;
  background: #1d2087;
  border-radius: 4px;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTextEtc {
    padding: 2px 4px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTextEtc {
    padding: 2px 4px;
  }
}
.bk-ViasoInfoTextFamily {
  color: #fff;
  background: #1eaa39;
  border-radius: 4px;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTextFamily {
    padding: 2px 4px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTextFamily {
    margin-left: 1.285714285714286%;
    padding: 2px 4px;
  }
}
.bk-ViasoInfoTextIndent {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTextIndent {
    text-indent: -15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoTextIndent {
    text-indent: -13px;
    margin-left: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoAmount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoAmount.spOnly {
    display: none;
  }
}
.bk-ViasoInfoAmountDt {
  width: 50%;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoAmountDt {
    padding: 16px 0 0 22px;
    font-size: 15px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoAmountDt {
    padding: 10px 0 0 11px;
    font-size: 13px;
    line-height: 1.533333333333333;
    border-top: 1px solid #73c883;
    border-left: 1px solid #73c883;
    border-bottom: 1px solid #73c883;
  }
}
.bk-ViasoInfoAmountDtSub {
  display: block;
  border-left: 1px solid #73c883;
  border-top: 1px solid #73c883;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoAmountDtSub {
    width: 250px;
    margin-left: auto;
    padding: 16px 0 16px 22px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoAmountDtSub {
    width: 250px;
    margin-left: auto;
    padding: 10px 0 10px 11px;
    margin-top: 10px;
  }
}
.bk-ViasoInfoAmountList {
  width: 50%;
  border-left: 1px solid #73c883;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoAmountList {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoAmountList {
    font-size: 13px;
    line-height: 1.533333333333333;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoAmountListEl {
    padding: 16px 0 16px 22px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoAmountListEl {
    padding: 10px 0 10px 11px;
    border-top: 1px solid #73c883;
    border-right: 1px solid #73c883;
  }
}
.bk-ViasoInfoAmountListEl:last-child {
  border-top: 1px solid #73c883;
}
@media screen and (max-width: 768px) {
  .bk-ViasoInfoAmountListEl:last-child {
    border-bottom: 1px solid #73c883;
  }
}
.bk-ViasoNote {
  border: 2px solid #e50012;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoNote {
    margin: 28px auto 0;
    width: 928px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoNote {
    margin: 3.2% 3.2% 0;
  }
}
.bk-ViasoNoteTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #40210f;
  border-bottom: 1px solid #5abf6d;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoNoteTitle {
    font-size: 15px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoNoteTitle {
    font-size: 17px;
    padding: 2.571428571428571% 0 2.571428571428571% 1.714285714285714%;
  }
}
.bk-ViasoNoteIcon {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoNoteIcon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoNoteIcon {
    width: 5.733333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoNoteList {
    margin-top: 18px;
    padding: 0 25px 27px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoNoteList {
    font-size: 13px;
    line-height: 1.5;
    padding: 3.428571428571429% 5.142857142857142% 7.857142857142857% 4.285714285714286%;
  }
}
.bk-ViasoNoteListEl {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoNoteListEl {
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-left: 15px;
    text-indent: -15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoNoteListEl {
    margin-left: 1em;
    text-indent: -1em;
  }
}
.bk-ViasoInfoTextLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTextLink {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
  .bk-ViasoInfoTextLink:hover {
    text-decoration: underline;
  }
}
.bk-ViasoInfoTextLinkIcon {
  color: #e50012;
}
.bk-ViasoInfoTextBtn {
  color: #1d2087;
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  background: #d4e9d7;
  text-align: center;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoInfoTextBtn {
    font-size: 15px;
    margin-top: 6px;
    line-height: 1.533333333333333;
    width: 284px;
  }
  .bk-ViasoInfoTextBtn:hover {
    text-decoration: underline;
  }
}
.bk-ViasoInfoTextBtnIcon {
  color: #e50012;
}
.bk-ViasoBeginner {
  border: 1px solid #5abf6d;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginner {
    margin: 28px auto 0;
    width: 928px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginner {
    margin: 4.533333333333333% 3.2% 0 3.2%;
  }
}
.bk-ViasoBeginnerTitle {
  background: #cee5e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40210f;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding-left: 28px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerTitle {
    font-size: 15px;
    padding: 2% 0 2% 5.142857142857142%;
  }
}
.bk-ViasoBeginnerIcon {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerIcon {
    width: 32px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerIcon {
    padding-right: 1.428571428571429%;
    width: 5.733333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerIcon img {
    width: 100%;
  }
}
.bk-ViasoBeginnerIconRight {
  display: block;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerIconRight {
    margin-top: -13px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerIconRight {
      position: absolute;
      right: 1.6%;
      z-index: 2;
      top: -15%;
      width: 14%;
  }
}
.bk-ViasoBeginnerText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerText {
    padding: 0 28px;
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerText {
    padding: 0 4%;
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-top: 2%;
  }
}
.bk-ViasoBeginnerLink {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerLink {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
  .bk-ViasoBeginnerLink:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerLink {
    font-size: 13px;
  }
}
.bk-ViasoBeginnerLink::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
.bk-ViasoBeginnerLinkIcon {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerList {
    padding: 0 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerList {
    margin: 2.571428571428571% 4% 4.571428571428571%;
  }
}
.bk-ViasoBeginnerListEl {
  background: #ebf4ec;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerListEl {
    width: 420px;
    padding: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerListEl {
    padding: 2.484472049689441% 5.279503105590062% 3.105590062111801% 3.105590062111801%;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerListEl:first-child .bk-ViasoBeginnerListBox {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerListEl:last-child {
    margin-top: 4%;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerListEl:last-child .bk-ViasoBeginnerListBox {
    margin-top: 15px;
  }
}
.bk-ViasoBeginnerListTitle {
  color: #40210f;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerListTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerListTitle {
    font-size: 15px;
    line-height: 1.5;
  }
}
.bk-ViasoBeginnerListBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerListBox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 4.576271186440678%;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerListImg {
    width: 52px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerListImg {
    width: 11.733333333333333vw;
  }
}
.bk-ViasoBeginnerListText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoBeginnerListText {
    width: 320px;
    font-size: 13px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoBeginnerListText {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 3.333333333333333vw;
    width: 62.133333333333326vw;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoin {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoin {
    margin-top: 3.428571428571429%;
  }
}
.bk-ViasoJoinTitle {
  background: #cee5e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40210f;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding-left: 28px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding: 2% 0 2% 5.142857142857142%;
  }
}
.bk-ViasoJoinBox {
  border: 1px solid #6ec77f;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinBox {
    margin: 16px auto 0;
    width: 928px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinBox {
    margin: 2.857142857142857% 3.428571428571429% 0;
    padding-bottom: 3.2vw;
  }
}
.bk-ViasoJoinBoxTitle {
  color: #40210f;
  background: #d4e9d7;
  border-bottom: 1px solid #6ec77f;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinBoxTitle {
    font-size: 15px;
    line-height: 1.533333333333333;
    padding: 10px 36px;
  }
}
.bk-ViasoJoinBoxDetail {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinBoxDetail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 864px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinBoxDetail {
    width: 85.33333333333334vw;
    margin-top: 3.466666666666666vw;
  }
}
.bk-ViasoJoinTel {
  background: #ebf4ec;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinTel {
    width: 420px;
    padding: 34px 36px 16px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinTel {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 3.785488958990536% 0 3.785488958990536% 9.14826498422713%;
  }
}
.bk-ViasoJoinTelTitle {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinTelTitle {
    position: absolute;
    top: 15px;
    left: 36px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinTelTitle {
    width: 100%;
    font-size: 15px;
    margin-bottom: 2.365930599369085%;
  }
}
.bk-ViasoJoinTelText {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinTelText {
    font-size: 31px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinTelText {
    font-size: 23px;
    margin-left: 2.365930599369085%;
  }
}
#tel.bk-ViasoJoinTelText {
  color: #e50012;
}
@media print, screen and (min-width: 769px) {
  #tel.bk-ViasoJoinTelText {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  #tel.bk-ViasoJoinTelText {
    width: 100%;
    display: block;
  }
}
#tel.bk-ViasoJoinTelText:hover {
  text-decoration: none;
}
.bk-ViasoJoinClock {
  background: #ebf4ec;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinClock {
    width: 420px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinClock {
    margin-top: 3.154574132492113%;
    padding: 3.154574132492113% 0 2.365930599369085% 9.14826498422713%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bk-ViasoJoinClockText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinClockText {
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinClockText {
    font-size: 13px;
    line-height: 1.5;
    margin-left: 1.577287066246057%;
  }
}
.bk-ViasoJoinNote {
  color: #40210f;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinNote {
    padding-left: 32px;
    font-size: 15px;
    line-height: 1.533333333333333;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinNote {
    font-size: 13px;
    line-height: 1.5;
    margin: 2.523659305993691% auto 0;
    width: 85.33333333333334vw;
  }
}
.bk-ViasoJoinIndent {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoJoinIndent {
    text-indent: -15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoJoinIndent {
    text-indent: -13px;
    margin-left: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoSwitch {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoSwitch {
    margin-top: 4%;
    padding-bottom: calc(256 / 750 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoSwitchTitle {
    margin-left: -4px;
  }
}
.bk-ViasoSwitchText {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoSwitchText {
    margin: 18px auto 0;
    font-size: 15px;
    line-height: 1.533333333333333;
    padding: 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoSwitchText {
    font-size: 13px;
    line-height: 1.5;
    margin: 4% 5.600000000000001% 0;
  }
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoSwitchText a {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoSwitchText a {
    font-size: 13px;
    line-height: 1.5;
  }
}
.bk-ViasoSwitchText a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/snoopyspecial/assets/img/common/icon_blank.png") no-repeat left top;
  background-size: cover;
  margin-left: 6px;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoSwitchList {
    width: 925px;
    margin: 10px auto 0;
    padding: 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoSwitchList {
    margin: 2.666666666666667vw 5.600000000000001% 0;
  }
}
.bk-ViasoSwitchListEl {
  color: #40210f;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoSwitchListEl {
    font-size: 15px;
    line-height: 1.533333333333333;
    text-indent: -15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bk-ViasoSwitchListEl {
    font-size: 13px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.bk-ViasoSwitchBtn {
  color: #1d2087;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .bk-ViasoSwitchBtn {
    font-size: 15px;
    line-height: 1.533333333333333;
  }
  .bk-ViasoSwitchBtn:hover {
    text-decoration: underline;
  }
}
.bk-ViasoSwitchBtnIcon {
  color: #e50012;
}

/*------------
limited-Cp
------------*/

.limited-Cp {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin: 0px 15px 25px;
  padding-bottom: 15px;
}
.limited-Cp .limImg {
  text-align: center;
  position: relative;
  top: -26px;
}
.limited-Cp .noteAcc {
  margin: -10px 10px 0;
}
.limited-Cp .noteAcc > dt {
  background: #ece7d4;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}
.limited-Cp .noteAcc > dt label {
  cursor: pointer;
  padding: 4px 20px;
  width: 100%;
  height: 100%;
  display: block;
}
.limited-Cp .noteAcc > dt .accIco {
  display: block;
  width: 11px;
  height: 11px;
  right: 5px;
  position: absolute;
  top: calc(50% - 5.5px);
}
.limited-Cp .noteAcc > dt .accIco:before {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #000;
  top: calc(50% - 1px);
}
.limited-Cp .noteAcc > dt .accIco:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #000;
  transform: rotate(90deg);
  transition: transform 0.25s ease-in;
  top: calc(50% - 1px);
}
.limited-Cp .noteAcc > input {
  display: none;
}
.limited-Cp .noteAcc > input:checked + dt .accIco:after {
  transform: rotate(0deg);
}
.limited-Cp .noteAcc > dd {
  display: block;
  max-height: 0px;
  opacity: 0;
  padding: 0px 5px;
  overflow: hidden;
  transition: padding 0.5s, max-height 0.5s, opacity 0.8s;
}
.limited-Cp .noteAcc input:checked ~ dd {
  max-height: 10000px;
  opacity: 1;
  padding: 15px 5px;
}
.limited-Cp .noteAcc > dd .note {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .limited-Cp {
    background: #fff;
    border-radius: 30px;
    position: relative;
    width: 900px;
    margin: 0 auto 50px;
    padding-bottom: 30px;
  }
  .limited-Cp .limImg {
    text-align: center;
    position: relative;
    top: -26px;
  }
  .limited-Cp .noteAcc {
    margin: 25px 20px 0;
  }
  .limited-Cp .noteAcc > dt {
    background: #ece7d4;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
  }
  .limited-Cp .noteAcc > dt label {
    cursor: pointer;
    padding: 5px 40px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .limited-Cp .noteAcc > dt .accIco {
    display: block;
    width: 14px;
    height: 14px;
    right: 15px;
    position: absolute;
    top: calc(50% - 7px);
  }
  .limited-Cp .noteAcc > dt .accIco:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #000;
    top: calc(50% - 1px);
  }
  .limited-Cp .noteAcc > dt .accIco:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #000;
    transform: rotate(90deg);
    transition: transform 0.25s ease-in;
    top: calc(50% - 1px);
  }
  .limited-Cp .noteAcc > input {
    display: none;
  }
  .limited-Cp .noteAcc > input:checked + dt .accIco:after {
    transform: rotate(0deg);
  }
  .limited-Cp .noteAcc > dd {
    display: block;
    max-height: 0px;
    opacity: 0;
    padding: 0px 20px;
    overflow: hidden;
    transition: padding 0.5s, max-height 0.5s, opacity 0.8s;
  }
  .limited-Cp .noteAcc input:checked ~ dd {
    max-height: 10000px;
    opacity: 1;
    padding: 15px 20px;
  }
  .limited-Cp .noteAcc > dd .note {
    font-size: 1.4rem;
  }
}
