@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media all and (min-width: 576px) {
  .view-xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  .view-md {
    display: block !important;
  }
}
.page-anchor {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
}

html {
  font-weight: 500;
  scroll-padding-top: 60px;
}

body {
  font-family: Noto Sans JP, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #1A0B08;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

* {
  box-sizing: border-box;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

h1 {
  margin: 0;
  padding-bottom: 10px;
}

img {
  display: block;
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.number {
  font-family: "Akshar", sans-serif;
}

.annotation-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.annotation-area p {
  font-family: Noto Sans JP, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  color: #7a7a7a;
}
@media all and (max-width: 767px) {
  .annotation-area p {
    padding-left: 15px;
    line-height: 1.4;
  }
}
.annotation-area p::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}
@media all and (max-width: 767px) {
  .annotation-area p::before {
    font-size: 11px;
  }
}
.annotation-area p.annotation01::before {
  content: "※1";
}
.annotation-area p.annotation02::before {
  content: "※2";
}
.annotation-area p.annotation03::before {
  content: "※3";
}
.annotation-area.small {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .annotation-area.small {
    font-size: 11px;
  }
}

.lp-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.lp-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  background-color: #FFC700;
  box-shadow: 0px 12.003329277px 16.0044384003px 0px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  z-index: 1000;
}
@media all and (min-width: 768px) {
  .lp-header {
    height: 65px;
  }
}

.lp-header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.lp-header-logo {
  display: block;
  width: auto;
  position: relative;
}
.lp-header-logo > img {
  display: block;
  width: 123px;
  margin: 0;
}
@media all and (min-width: 768px) {
  .lp-header-logo > img {
    width: 162px;
  }
}

.first {
  padding: 0 15px;
}

.first-h1 {
  display: block;
  width: 100%;
  max-width: 999px;
  margin: 23px auto 0;
  position: relative;
  z-index: 5;
}
@media all and (min-width: 768px) {
  .first-h1 {
    margin: 23px auto 30px;
  }
}

.first-inner {
  display: flex;
  max-width: 965px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 15px;
}
@media all and (max-width: 940px) {
  .first-inner {
    justify-content: space-around;
  }
}
@media all and (max-width: 767px) {
  .first-inner {
    flex-direction: column-reverse;
    background: url(/image/lp/fx-plus-tieup-bassistfx/mv-bg_sp.png) no-repeat;
    background-size: contain;
    background-position: center 40px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.first-inner > img {
  width: 664px;
}
@media all and (max-width: 940px) {
  .first-inner > img {
    width: 510px;
  }
}
@media all and (min-width: 768px) {
  .first-inner h1 img {
    width: 655px;
    position: relative;
    top: -18px;
  }
}

.fv-table {
  width: 265px;
}
@media all and (max-width: 940px) {
  .fv-table {
    width: 220px;
  }
}
@media all and (max-width: 767px) {
  .fv-table {
    width: auto;
  }
}
.fv-table table {
  width: 100%;
}
.fv-table tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media all and (max-width: 767px) {
  .fv-table tr {
    flex-direction: row;
  }
}
.fv-table td {
  display: flex;
  align-items: center;
  width: 266px;
  color: #383838;
  line-height: 1;
  border-bottom: 1px solid #000;
  margin-bottom: 6px;
  padding-bottom: 3px;
}
@media all and (max-width: 940px) {
  .fv-table td {
    width: 212px;
  }
}
@media all and (max-width: 767px) {
  .fv-table td {
    width: 100%;
    margin: 0;
    padding: 10px 4px 4px 10px;
  }
}
@media all and (max-width: 400px) {
  .fv-table td {
    width: 173px;
    padding: 6px 4px 4px 10px;
  }
}
.fv-table td.none {
  border: none;
  margin: 0;
}
@media all and (max-width: 767px) {
  .fv-table td.none {
    border-bottom: 1px solid #000;
  }
}
@media all and (max-width: 767px) {
  .fv-table td:first-of-type {
    border-right: 1px solid #000;
  }
}
@media all and (max-width: 767px) {
  .fv-table .second td {
    border-bottom: none;
  }
}
.fv-table .country {
  width: 90px;
}
@media all and (max-width: 940px) {
  .fv-table .country {
    width: 65px;
  }
}
@media all and (max-width: 767px) {
  .fv-table .country {
    width: 21vw;
    margin-right: 0;
  }
}
@media all and (max-width: 400px) {
  .fv-table .country {
    width: 100px;
  }
}
.fv-table .passage {
  position: relative;
  width: 184px;
  text-align: center;
}
@media all and (max-width: 940px) {
  .fv-table .passage {
    width: 143px;
  }
}
@media all and (max-width: 767px) {
  .fv-table .passage {
    width: 100%;
    text-align: center;
    top: -5px;
  }
}
.fv-table .passage .hyphen {
  font-size: 35px;
}
@media all and (max-width: 991px) {
  .fv-table .passage .hyphen {
    font-size: 29px;
  }
}
@media all and (max-width: 767px) {
  .fv-table .passage .hyphen {
    font-size: 19px;
  }
}
.fv-table .passage .number {
  font-size: 40px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .fv-table .passage .number {
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  .fv-table .passage .number {
    font-size: 8vw;
  }
}
@media all and (max-width: 400px) {
  .fv-table .passage .number {
    font-size: 25px;
  }
}
.fv-table .passage .money {
  font-size: 21px;
  padding-left: 5px;
}
@media all and (max-width: 940px) {
  .fv-table .passage .money {
    font-size: 10px;
  }
}
.fv-table .annotation {
  font-size: 14px;
  text-align: right;
  color: #555;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .fv-table .annotation {
    font-size: 12px;
  }
}
@media all and (max-width: 940px) {
  .fv-table .annotation {
    font-size: 10px;
  }
}

.annotation-area-emphasis {
  background-color: #FFC700;
  padding: 20px;
  font-size: 14px;
  color: #555;
  margin: 0 -15px;
}
@media all and (max-width: 767px) {
  .annotation-area-emphasis {
    font-size: 12px;
  }
}
.annotation-area-emphasis p {
  max-width: 960px;
  margin: 0 auto;
  font-weight: 400;
}

/*タイアップキャンペーン*/
.visible-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .visible-sp {
    display: block;
  }
}

.visible-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .visible-pc {
    display: none;
  }
}

.fv-main {
  background-image: url(/image/lp/fx-plus-tieup-bassistfx/fv-bg_pc.png);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .fv-main {
    background-image: url(/image/lp/fx-plus-tieup-bassistfx/fv-bg_sp.png);
    background-position: center;
    background-size: cover;
  }
}
.fv-main img {
  padding-top: 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv-main img {
    padding-top: 16px;
  }
}

.campaign {
  padding: 30px 10px 30px;
  border: solid 5px #FBCE00;
}

@media screen and (max-width: 768px) {
  .campaign {
    padding: 40px 10px;
  }
}

.cp-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .cp-ttl {
    font-size: 18px;
  }
}

.blue {
  color: #387BCA;
  font-size: 18px;
}

.cp-area {
  font-size: 16px;
  padding-bottom: 16px;
}

.bg-y {
  background-color: #FBCE00;
}

.cp-area ol {
  list-style: decimal;
  margin-left: 1em;
}

.cta {
  padding: 20px 10px;
}

.cta p {
  padding-bottom: 8px;
  line-height: 1.6;
  padding-top: 16px;
  font-size: 18px;
}

.cta .annotation {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cta .annotation {
    text-align: left;
  }
}

.button {
  padding-top: 16px;
  max-width: 630px;
  margin: 0 auto;  
}

.copybtn {
  font-size: 18px;
  display: block;
  padding: 6px 20px;
  margin: 10px auto 5px;
  cursor: pointer;
  color: #242424;
  border-radius: 5px;
  border: solid 1.5px #242424;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .copybtn {
    font-size: 16px;
  }
}

.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

@media screen and (max-width: 768px) {
  .blue {
    font-size: 16px;
  }

  .cp-area {
    font-size: 14px;
  }
}

.cta {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  line-height: 1.6;
  padding-top: 5px;
  max-width: 770px;
  margin: 0 auto;
}
.cta-area {
  background: #4D4D4D;
}

.campaign .cta-area {
  background: none;
  padding: 0;
}

.campaign .cta {
  color: #242424;
}

/*アコーディオン*/
.accordion {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
}
.ttl {
  font-size: 18px;
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0.5em;
	display: block;
	color: #222;
	background:#DEDEDE;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.Label::before{		/*タイトル横の矢印*/
  content: "";
  position: absolute;
  top: calc( 50% - 3px );
  right: 30px;
  border: 10px solid transparent;
  border-top: 13px solid #555;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
  background: #fff;
  border: 3px solid #DEDEDE;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
  padding: 20px 40px;
}
.toggle:checked + .Label::before {
	transform: rotate(180deg) !important;
  top: calc( 50% - 15px );
}
.accordion .ttl {
  font-size: 18px;
}
.accordion ul {
  margin-left: 1em;
}
.accordion ul li {
  list-style: disc;
}
.accordion .annotation {
  font-size: 12px;
}

.cp-present,.cp-caution {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .toggle:checked + .Label + .content {	/*開閉時*/
    height: auto;
    padding: 10px 15px 30px;
  }
  .accordion .ttl {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .accordion ul {
    margin-left: 1em;
  }
  .accordion ul li {
    list-style: disc;
    font-size: 14px;
  }
  .accordion .annotation {
    font-size: 12px;
  }
  
  .cp-present,.cp-caution {
    padding-top: 10px;
  }
}


.point {
  background-color: #F5F5F5;
  /* slider */
}
.point .point-midashi {
  font-size: 29px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .point .point-midashi {
    font-size: 25px;
    text-align: center;
  }
}
.point .point-midashi .small {
  font-size: 23px;
}
.point .point-midashi-fukidashi {
  position: relative;
  max-width: 599px;
  margin: 0 auto;
  letter-spacing: 0.08em;
  padding-top: 110px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .point .point-midashi-fukidashi {
    display: block;
    padding-top: 50px;
  }
}
.point .point-midashi-fukidashi::after {
  content: "";
  display: block;
  background: url(/image/lp/fx-plus-tieup-bassistfx/fukidashi.svg) no-repeat;
  background-size: cover;
  background-position: center top;
  width: 600px;
  height: 23px;
  position: absolute;
  right: 0;
  bottom: -42px;
  left: 0;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .point .point-midashi-fukidashi::after {
    background-image: url(/image/lp/fx-plus-tieup-bassistfx/fukidashi_sp.svg);
    width: 269px;
    width: 70%;
    background-size: contain;
  }
}
.point .point-midashi-fukidashi .marker {
  background-color: #FFC700;
  border-radius: 50px;
  text-align: center;
  width: 236px;
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  padding: 8px;
}
@media all and (max-width: 767px) {
  .point .point-midashi-fukidashi .marker {
    width: 206px;
    padding: 7px;
  }
}
.point .point-midashi-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  letter-spacing: 0.08em;
}
.point .point-midashi-txt .emphasis-number {
  font-size: 74px;
  font-weight: 500;
  position: relative;
  top: -5px;
}
@media all and (max-width: 767px) {
  .point .point-midashi-txt .emphasis-number {
    font-size: 64px;
  }
}
.point .point-midashi-txt .emphasis-txt {
  font-size: 45px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .point .point-midashi-txt .emphasis-txt {
    font-size: 38px;
  }
}
.point .point-midashi-txt .small {
  font-size: 40px;
}
@media all and (max-width: 767px) {
  .point .point-midashi-txt .small {
    font-size: 33px;
  }
}
.point .point-menu {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 95px;
}
@media all and (max-width: 991px) {
  .point .point-menu {
    justify-content: space-around;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .point .point-menu {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 15px;
    padding-bottom: 50px;
  }
}
.point .point-menu .point-box {
  border-radius: 6px;
  width: 230px;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 991px) {
  .point .point-menu .point-box {
    width: 180px;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box {
    width: calc((100% - 15px) / 2);
    font-size: 18px;
  }
}
.point .point-menu .point-box a {
  color: #1A0B08;
}
.point .point-menu .point-box-top {
  background-color: #FFF4CC;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  min-height: 185px;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box-top {
    min-height: 135px;
  }
}
.point .point-menu .point-box-top .point-box-top-txt img {
  width: 67px;
  padding: 25px 0;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box-top .point-box-top-txt img {
    width: 60px;
    padding: 17px 0;
  }
}
.point .point-menu .point-box--01 img {
  width: 101px;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box--01 img {
    width: 76px;
  }
}
.point .point-menu .point-box--02 img {
  width: 87px;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box--02 img {
    width: 71px;
  }
}
.point .point-menu .point-box--02 .point-box-top-txt img {
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box--02 .point-box-top-txt img {
    padding-bottom: 17px;
  }
}
.point .point-menu .point-box--03 img {
  width: 81px;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box--03 img {
    width: 65px;
  }
}
.point .point-menu .point-box--03 .point-box-top-txt img {
  padding-bottom: 34px;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box--03 .point-box-top-txt img {
    padding-bottom: 22px;
  }
}
.point .point-menu .point-box--04 img {
  width: 92px;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box--04 img {
    width: 75px;
  }
}
.point .point-menu .point-box--04 .point-box-top-txt img {
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box--04 .point-box-top-txt img {
    padding-bottom: 22px;
  }
}
.point .point-menu .point-box-bottom {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 23px 0;
  text-align: center;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box-bottom {
    padding: 10px 0;
    font-size: 16px;
  }
}
.point .point-menu .point-box-bottom .small {
  font-size: 20px;
}
@media all and (max-width: 991px) {
  .point .point-menu .point-box-bottom .small {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .point .point-menu .point-box-bottom .small {
    font-size: 16px;
    padding: 12px 0;
  }
}
.point .point-section-wrap {
  padding: 0 15px 30px;
}
.point .point-section {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 45px 45px;
  margin-bottom: 90px;
}
@media all and (max-width: 767px) {
  .point .point-section {
    padding: 15px 15px 60px;
    margin-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .point .point-section--04 {
    padding-bottom: 20px;
  }
}
.point .point-section::before, .point .point-section::after {
  position: absolute;
  width: 350px;
  height: 345px;
  transition: 0.3s;
  content: "";
}
@media all and (max-width: 767px) {
  .point .point-section::before, .point .point-section::after {
    width: 45%;
    height: 160px;
  }
}
.point .point-section::after {
  top: 0px;
  right: 0px;
  border-top: 3px solid #FFC700;
  border-right: 3px solid #FFC700;
}
.point .point-section .point-section-midashi {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.15em;
}
@media all and (max-width: 767px) {
  .point .point-section .point-section-midashi {
    line-height: 1.3;
  }
}
.point .point-section .point-section-midashi img {
  margin: 0 auto;
  padding-bottom: 15px;
}
.point .point-section--01 .point-section-midashi img {
  max-width: 117px;
}
@media all and (max-width: 767px) {
  .point .point-section--01 .point-section-midashi img {
    max-width: 110px;
  }
}
.point .point-section--01 .annotation-area {
  max-width: 740px;
}
.point .point-section--02 .point-section-midashi img, .point .point-section--03 .point-section-midashi img, .point .point-section--04 .point-section-midashi img {
  max-width: 137px;
}
@media all and (max-width: 767px) {
  .point .point-section--02 .point-section-midashi img, .point .point-section--03 .point-section-midashi img, .point .point-section--04 .point-section-midashi img {
    max-width: 105px;
  }
}
.point .point-section .point01-img {
  max-width: 592px;
  margin: 0 auto;
  padding-bottom: 64px;
}
@media all and (max-width: 767px) {
  .point .point-section .point01-img {
    max-width: 250px;
    padding-bottom: 10px;
  }
}
.point .point-section .point01-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 728px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .point .point-section .point01-detail {
    flex-direction: column-reverse;
  }
}
.point .point-section .point01-detail-box {
  background-color: #fff4cc;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-width: 412px;
  padding: 10px 37px 15px;
}
@media all and (max-width: 991px) {
  .point .point-section .point01-detail-box {
    max-width: 372px;
  }
}
@media all and (max-width: 767px) {
  .point .point-section .point01-detail-box {
    padding: 10px 18px 15px;
    width: 97%;
  }
}
.point .point-section .point01-detail-box-ttl {
  font-size: 17px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .point .point-section .point01-detail-box-ttl {
    font-size: 14px;
  }
}
.point .point-section .point01-detail-box-ttl .number {
  font-size: 20px;
  padding-right: 3px;
}
.point .point-section .point01-detail-box-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 30px;
}
@media all and (max-width: 991px) {
  .point .point-section .point01-detail-box-txt {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .point .point-section .point01-detail-box-txt {
    font-size: 22px;
  }
}
.point .point-section .point01-detail-box-txt img {
  width: 84px;
}
@media all and (max-width: 767px) {
  .point .point-section .point01-detail-box-txt img {
    width: 72px;
    position: relative;
    top: 4px;
  }
}
.point .point-section .point01-detail-box-txt .number {
  font-size: 62px;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  .point .point-section .point01-detail-box-txt .number {
    font-size: 53px;
  }
}
@media all and (max-width: 767px) {
  .point .point-section .point01-detail-box-txt .number {
    font-size: 45px;
  }
}
.point .point-section .point01-detail-box-txt P {
  padding-left: 15px;
}
@media all and (max-width: 767px) {
  .point .point-section .point01-detail-box-txt P {
    padding-left: 10px;
  }
}
.point .point-section .point01-detail-txt {
  font-size: 22px;
}
@media all and (max-width: 991px) {
  .point .point-section .point01-detail-txt {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .point .point-section .point01-detail-txt {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.point .point02-section-sub-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media all and (max-width: 767px) {
  .point .point02-section-sub-txt {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
  }
}
.point .point02-section-sub-txt img {
  width: 148px;
}
@media all and (max-width: 767px) {
  .point .point02-section-sub-txt img {
    width: 140px;
    display: inline-block;
    position: relative;
    top: -7px;
  }
}
.point .point02-sub-txt-annotation {
  max-width: 730px;
  font-size: 14px;
  text-align: right;
  color: #555;
  padding-bottom: 30px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .point .point02-sub-txt-annotation {
    font-size: 12px;
  }
}
.point .point02-table-area {
  max-width: 860px;
  margin: 0 auto 30px;
  border-radius: 5px;
  background-color: #fff4cc;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 991px) {
  .point .point02-table-area {
    padding: 25px 0 0;
  }
}
.point .point02-table-area .annotation {
  max-width: 680px;
  margin: 0 auto 20px;
  font-size: 14px;
  text-align: right;
  color: #4D4D4D;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .point .point02-table-area .annotation {
    font-size: 12px;
  }
}
.point .point02-table-area .annotation02 {
  max-width: 680px;
  margin: 0 auto 20px;
  font-size: 14px;
  color: #7A7A7A;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .point .point02-table-area .annotation02 {
    font-size: 12px;
  }
}
.point .point02-table-area .annotation02 p {
  padding-bottom: 5px;
}
.point .point02-table-area .annotation02 .emphasis {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .point .point02-table-area .annotation02 .emphasis {
    font-size: 14px;
  }
}
.point .point02-table {
  padding-top: 50px;
}
@media all and (max-width: 991px) {
  .point .point02-table {
    padding: 30px 15px;
  }
}
.point .point02-table--01 .number {
  display: inline-block;
  transform: skewX(354deg);
}
.point .point02-table .table-inner {
  max-width: 680px;
  margin: 0 auto;
}
.point .point02-table table {
  width: 100%;
}
.point .point02-table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: dashed 1px #949494;
}
@media all and (max-width: 767px) {
  .point .point02-table tr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
  }
}
.point .point02-table td {
  display: flex;
  align-items: center;
  width: 314px;
}
@media all and (max-width: 767px) {
  .point .point02-table td {
    width: 100%;
    justify-content: center;
    border-bottom: dashed 1px #949494;
    margin-bottom: 5px;
  }
}
.point .point02-table td.empty {
  border: none;
}
.point .point02-table .country {
  width: 112px;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .point .point02-table .country {
    width: 138px;
    margin-right: 0;
  }
}
.point .point02-table .passage {
  position: relative;
  top: -2px;
  width: 200px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .point .point02-table .passage {
    width: 100%;
    text-align: center;
    top: -3px;
  }
}
.point .point02-table .passage .hyphen {
  font-size: 35px;
  position: relative;
  top: -8px;
  padding: 0 5px;
}
@media all and (max-width: 991px) {
  .point .point02-table .passage .hyphen {
    font-size: 29px;
  }
}
.point .point02-table .passage .number {
  font-size: 54px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .point .point02-table .passage .number {
    font-size: 45px;
    line-height: 1.5;
  }
}
.point .point02-table .passage .money {
  font-size: 21px;
  padding-left: 5px;
}
@media all and (max-width: 991px) {
  .point .point02-table .passage .money {
    font-size: 17px;
  }
}
.point .point02-table .passage .none {
  font-size: 45px;
  font-weight: 200;
  position: relative;
  top: 4px;
}
.point .point02-table .table-midashi {
  font-size: 26px;
  text-align: center;
  border-bottom: dashed 1px #949494;
  padding-bottom: 12px;
}
@media all and (max-width: 991px) {
  .point .point02-table .table-midashi {
    font-size: 18px;
  }
}
.point .ac-area {
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  .point .ac-area {
    padding-bottom: 30px;
  }
}
.point .ac-area.close {
  background-color: #fffae7;
}
.point .ac-area .ac-btn {
  width: 548px;
  background: #fff;
  margin: 0 auto;
  border: solid 1px #4D4D4D;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  color: #4D4D4D;
  padding: 6px 10px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .point .ac-area .ac-btn {
    width: 93%;
    font-size: 15px;
  }
}
.point .ac-area .ac-btn span {
  position: relative;
}
.point .ac-area .ac-btn span::before, .point .ac-area .ac-btn span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #333;
}
.point .ac-area .ac-btn span::before {
  top: 48%;
  left: -20px;
  transform: rotate(0deg);
}
.point .ac-area .ac-btn span::after {
  top: 48%;
  left: -20px;
  transform: rotate(90deg);
}
.point .ac-area .ac-btn.close span::after {
  display: none;
}
.point .ac-area .box {
  display: none;
}
.point .ac-area .annotation {
  margin-bottom: 0;
}
.point .ac-area .sentence {
  max-width: 685px;
  margin: 0 auto;
  font-size: 14px;
  color: #4d4d4d;
  padding: 40px 0;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .point .ac-area .sentence {
    padding: 30px 15px;
  }
}
@media all and (max-width: 767px) {
  .point .ac-area .point02-table {
    padding-top: 30px;
  }
}
.point .point02-box {
  max-width: 860px;
  margin: 0 auto;
  background-color: #FAFAFA;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 10px 40px;
}
@media all and (max-width: 767px) {
  .point .point02-box {
    padding: 15px 0 25px;
  }
}
.point .point02-box .point02-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.12em;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  .point .point02-box .point02-ttl {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.point .point02-box .point02-ttl .light {
  font-weight: 500;
}
.point .point02-box .point02-ttl .free {
  position: relative;
  font-size: 41px;
}
@media all and (max-width: 767px) {
  .point .point02-box .point02-ttl .free {
    font-size: 28px;
  }
}
.point .point02-box .point02-ttl .free::after {
  content: "";
  display: block;
  background: url(/image/lp/fx-plus-tieup-bassistfx/decoration.svg) no-repeat;
  background-size: cover;
  background-position: center top;
  width: 18px;
  height: 13px;
  position: absolute;
  top: -4px;
  right: -3px;
}
@media all and (max-width: 767px) {
  .point .point02-box .point02-ttl .free::after {
    top: -6px;
    right: -8px;
  }
}
.point .point02-box img {
  max-width: 543px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .point .point02-box img {
    max-width: 274px;
  }
}
.point .annotation-area-point02 {
  padding-top: 30px;
}
.point .annotation-area-point02 .none {
  padding: 0 0 15px;
}
.point .annotation-area-point02 .none::before {
  display: none;
}
.point .annotation-area-point02 a {
  color: #1653f1;
}
.point .point03-section-sub-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.08em;
  padding-bottom: 35px;
}
@media all and (max-width: 767px) {
  .point .point03-section-sub-txt {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: -0.01em;
  }
}
.point .point03-section-sub-txt img {
  width: 132px;
}
@media all and (max-width: 767px) {
  .point .point03-section-sub-txt img {
    display: inline-block;
    position: relative;
    top: -6px;
  }
}
.point .annotation-area-point03 p {
  padding: 5px 0 15px;
  text-align: right;
}
.point .annotation-area-point03 p::before {
  display: none;
}
@media all and (max-width: 767px) {
  .point .annotation-area-point03 p {
    padding-top: 15px;
    text-align: left;
    font-size: 12px;
  }
}
.point .poiont03-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 10px 20px;
  background-color: #FAFAFA;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 767px) {
  .point .poiont03-box {
    padding-bottom: 10px;
  }
}
.point .poiont03-box .annotation {
  max-width: 680px;
  margin: 0 auto 20px;
  padding-top: 8px;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  color: #4D4D4D;
}
@media all and (max-width: 767px) {
  .point .poiont03-box .annotation {
    font-size: 12px;
  }
}
@media all and (max-width: 575px) {
  .point .poiont03-box .annotation {
    padding-right: 32px;
  }
}
.point .poiont03-box .point03-ttl {
  font-size: 26px;
  text-align: center;
  color: #1A0B08;
  padding: 20px 0;
}
@media all and (max-width: 575px) {
  .point .poiont03-box .point03-ttl {
    font-size: 18px;
    border-bottom: dashed 1px #949494;
    padding-bottom: 5px;
    margin-bottom: 0px;
    width: 90%;
    margin: 0 auto;
  }
}
.point .point03-list {
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 575px) {
  .point .point03-list {
    max-width: 420px;
    flex-direction: column;
  }
}
.point .point03-list li {
  width: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 575px) {
  .point .point03-list li {
    width: 90%;
    justify-content: center;
    flex-direction: row;
    border-bottom: dashed 1px #949494;
    padding: 6px 0 10px;
  }
}
@media all and (min-width: 576px) {
  .point .point03-list li:nth-of-type(1), .point .point03-list li:nth-of-type(2) {
    border-right: 1px dashed #949494;
  }
}
.point .point03-list .country {
  width: 106px;
  padding-bottom: 4px;
}
@media all and (max-width: 767px) {
  .point .point03-list .country {
    padding-top: 3px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 575px) {
  .point .point03-list .country {
    margin-left: 12px;
  }
}
.point .point03-list .country--02 {
  width: 132px;
}
@media all and (max-width: 575px) {
  .point .point03-list .country--02 img {
    position: relative;
    left: -14px;
  }
}
.point .point03-list .country--03 {
  width: 106px;
}
.point .point03-list .number {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  display: inline-block;
  transform: skewX(354deg);
}
@media all and (max-width: 767px) {
  .point .point03-list .number {
    font-size: 47px;
    position: relative;
    top: 4px;
  }
}
@media all and (max-width: 575px) {
  .point .point03-list .number--01 {
    padding-left: 38px;
  }
}
@media all and (max-width: 575px) {
  .point .point03-list .number--02 {
    padding-left: 13px;
  }
}
@media all and (max-width: 575px) {
  .point .point03-list .number--03 {
    padding-left: 38px;
  }
}
.point .point03-list .number span {
  font-size: 21px;
}
@media all and (max-width: 767px) {
  .point .point03-list .number span {
    font-size: 18px;
  }
}
.point .point04-section-sub-txt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.08em;
  padding-bottom: 35px;
}
@media all and (max-width: 767px) {
  .point .point04-section-sub-txt {
    display: block;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 20px;
    font-size: 20px;
  }
}
.point .point04-section-sub-txt img {
  width: 272px;
  position: relative;
  top: 5px;
}
@media all and (max-width: 767px) {
  .point .point04-section-sub-txt img {
    width: 213px;
    display: inline-block;
    top: -6px;
  }
}
.point .fukidashi-inner {
  display: block;
  position: relative;
  background-color: #1A0B08;
  width: 210px;
  margin: 30px auto 8px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding: 9px;
  letter-spacing: normal;
  font-weight: 500;
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  .point .fukidashi-inner {
    font-size: 19px;
    width: 240px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.point .fukidashi-inner span {
  font-size: 22px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .point .fukidashi-inner span {
    font-size: 25px;
  }
}
.point .fukidashi-inner::after {
  content: "";
  display: block;
  background: url(/image/lp/fx-plus-tieup-bassistfx/fukidashi-parts.svg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 21px;
  height: 36px;
  position: absolute;
  bottom: -11px;
  left: 55px;
  margin: 0 auto;
  z-index: 0;
}
.point .slider-area {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
}
@media all and (max-width: 991px) {
  .point .slider-area {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
}
.point .point03-swiper-wrap {
  max-width: 355px;
  position: relative;
}
@media all and (max-width: 991px) {
  .point .point03-swiper-wrap {
    width: 90%;
    margin-bottom: 40px;
  }
}
.point .point03-swiper-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.point .point03-swiper-ttl img {
  width: 90px;
}
.point .point03-swiper-ttl span {
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  .point .point03-swiper-ttl span {
    font-size: 16px;
  }
}
.point .swiper {
  width: 100%;
}
.point .swiper-slide {
  background: #EEEEEE;
  border-radius: 6px;
}
.point .swiper-slide .slider-top {
  background: #fff;
  margin: 6px;
  padding: 20px 65px 0;
  min-height: 325px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  .point .swiper-slide .slider-top {
    padding: 20px 40px;
    min-height: auto;
  }
}
.point .swiper-slide .slider-bottom {
  min-height: 274px;
}
@media all and (max-width: 991px) {
  .point .swiper-slide .slider-bottom {
    min-height: 260px;
  }
}
.point .swiper-slide .slider-bottom .slider-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: url(/image/lp/fx-plus-tieup-bassistfx/slider-number_1.svg) no-repeat center center;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  background-size: 47px 63px;
  padding: 25px 0;
  min-height: 106px;
}
@media all and (max-width: 767px) {
  .point .swiper-slide .slider-bottom .slider-ttl {
    font-size: 18px;
  }
}
.point .swiper-slide .slider-bottom .sentence {
  border-top: dashed 1px #949494;
  padding: 10px 13px 30px;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 20px;
}
.point .swiper-slide .slider-bottom .sentence .txt {
  font-weight: 400;
}
.point .swiper-slide--02 .slider-bottom .slider-ttl {
  background-image: url(/image/lp/fx-plus-tieup-bassistfx/slider-number_2.svg);
  background-size: 47px 72px;
}
.point .swiper-slide--03 .slider-bottom .slider-ttl {
  background-image: url(/image/lp/fx-plus-tieup-bassistfx/slider-number_3.svg);
  background-size: 47px 72px;
}
@media all and (max-width: 991px) {
  .point .point03-swiper-wrap--02 .slider-bottom {
    min-height: 303px;
  }
}
.point .swiper-button-disabled {
  opacity: 1 !important;
}
.point .swiper-button-prev {
  left: -15px;
}
.point .swiper-button-next {
  right: -15px;
}
.point .swiper-button-prev,
.point .swiper-button-next {
  height: 40px;
  width: 40px;
  top: 60%;
}
@media screen and (max-width: 767px) {
  .point .point03-swiper-wrap--02 .swiper-button-prev,
.point .point03-swiper-wrap--02 .swiper-button-next {
    top: 52%;
  }
}
.point .swiper-button-prev::after,
.point .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .point .swiper-button-prev::after,
.point .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }
}
.point .swiper-button-prev::after {
  background-image: url(/image/lp/fx-plus-tieup-bassistfx/slider-prev-btn.svg);
}
.point .swiper-button-next::after {
  background-image: url(/image/lp/fx-plus-tieup-bassistfx/slider-next-btn.svg);
}

.campaign .swiper-wrap {
  max-width: 530px;
  margin: 0 auto;
  position: relative;
}
.campaign .swiper-button-disabled {
  opacity: 1 !important;
}
.campaign .swiper-button-prev {
  left: -50px;
}
@media screen and (max-width: 767px) {
  .campaign .swiper-button-prev {
    left: 0;
  }
}
.campaign .swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 767px) {
  .campaign .swiper-button-next {
    right: 0;
  }
}
.campaign .swiper-button-prev,
.campaign .swiper-button-next {
  height: 20px;
  width: 20px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .campaign .swiper-button-prev,
.campaign .swiper-button-next {
    height: 10px;
    width: 10px;
    top: 55%;
  }
}
.campaign .swiper-button-prev::after,
.campaign .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .campaign .swiper-button-prev::after,
.campaign .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }
}
.campaign .swiper-button-prev::after {
  background-image: url(/image/lp/fx-plus-tieup-bassistfx/campaign-prev.png);
}
.campaign .swiper-button-next::after {
  background-image: url(/image/lp/fx-plus-tieup-bassistfx/campaign-next.png);
}

/* footer */
.contents_inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

#attention .common_disclaimer div p strong {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #attention .common_disclaimer div p strong {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}

#attention .common_disclaimer div {
  text-align: left;
  font-size: 14px;
  color: #3e3a39;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #attention .common_disclaimer div {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #attention .common_disclaimer div:first-child {
    font-size: 14px;
  }
}

.foreign_attention {
  border-bottom: solid 1px #b2b2b2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.foreign_attention p {
  max-width: 1120px;
  padding: 70px 20px 0;
  margin: 0 auto;
  font-size: 14px;
  color: #3e3a39;
}

.first-txt {
  padding-bottom: 30px;
  font-size: 14px;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  .first-txt {
    padding-top: 10px;
  }
}

#footer {
  border-top: 1px solid #9d9d9e;
  padding: 30px 0;
  text-align: center;
}

#footer p {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #footer p {
    font-size: 14px;
  }
}

#footer p img {
  vertical-align: middle;
  margin-right: 5px;
  width: 157px;
  display: inline-block;
}

.copyright {
  margin-top: 20px;
  font-size: 12px;
}

/* floating bnr
   ========================================================================== */
.footer_fix_btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 20px 0;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.4);
  z-index: 200;
  display: none;
}

.footer_fix_btn a img {
  max-width: 630px;
  margin: 0 auto;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .footer_fix_btn {
    padding: 8px;
  }
  .footer_fix_btn a img {
    max-width: 400px;
    width: 85%;
  }
}
/* alert
 ========================================================================== */
#layerMessage {
  font-family: "Noto Sans JP", sans-serif;
}

#layerMessage img {
  width: auto;
  max-width: inherit;
  display: inline;
}