/** @format */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
}

/* html
-------------------------------------------------- */

html {
  font-size: 62.5%;
}

/* link
-------------------------------------------------- */

a {
  text-decoration: none;
}

a:link {
  color: #e95383;
}

a:hover {
  color: #e95383;
}

a:active {
  color: #e95383;
}

a:visited {
  color: #e95383;
}

a:focus {
  color: #e95383;
}

.linkUnderline {
  text-decoration: underline;
}

.titStyle1 {
  margin-bottom: 30px;
}

.titStyle2 {
  margin-bottom: 35px;
}

.titStyle3 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 123%;
}

.titStyle4 {
  font-weight: bold;
  font-size: 12px;
}

.titStyle5 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 108%;
}

/* body
-------------------------------------------------- */

body {
  line-height: 1.5;
  color: #444140;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  background: #fff;
}

img {
  vertical-align: bottom;
  line-height: 1;
  font-size: 1px;
}

.keyvisual h2 img,
.keyvisual p img {
  max-width: 100%;
  height: auto;
}

#wrapperArea {
  margin: 0 auto;
  width: 100%;
  background: #fff;
}

.image {
  text-align: center;
  margin-bottom: 10px;
}

.image img {
  max-width: 100%;
  height: auto;
}

/* list Element
-------------------------------------------------- */

/* ul */

ul {
  margin: 0 0 0.8em 0;
  list-style: disc;
}

ul li {
  padding: 0;
}

ul.listType1 {
  margin-left: 16px;
}

ul.listType1 li {
  margin: 0;
}

ul.attentionList {
  max-width: 580px;
  margin: 15px auto 0.8em;
  list-style: none;
}

ul.attentionList li {
  font-size: 10px;
  line-height: 1.6;
  text-indent: -1rem;
  padding-left: 1rem;
  text-align: left;
}

ul.indentType1 {
  max-width: 580px;
  margin: 0 auto 0.8em;
  list-style: none;
}

ul.indentType1 li {
  font-size: 10px;
  line-height: 1.6;
  text-indent: -2rem;
  padding-left: 2rem;
}

/* ol */

ol {
  margin: 0 0 0.8em 1.8em;
  list-style: decimal;
}

ol li {
  margin: 0 0 8px;
}

/* image Element
-------------------------------------------------- */

.image {
  padding: 3px 0;
}

.caption {
  margin: 3px 0 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}

/* hr Element
-------------------------------------------------- */

hr {
  margin: 20px 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

/* small
-------------------------------------------------- */

.small {
  font-size: 10px;
  font-size: 1rem;
}

/* margin
-------------------------------------------------- */

.marginBottom0 {
  margin-bottom: 0 !important;
}

.marginBottom32 {
  margin-bottom: 20px !important;
}

.marginBottom15 {
  margin-bottom: 15px !important;
}

.marginBottom20 {
  margin-bottom: 20px !important;
}

.marginTop15 {
  margin-top: 15px !important;
}

/* padding
-------------------------------------------------- */

.paddingTop0 {
  padding-top: 0 !important;
}

/* displaytable
-------------------------------------------------- */

.displayTable {
  display: table;
  width: 100%;
}

.displayTable .tableCell {
  display: table-cell;
  vertical-align: middle;
}

/* listStyle
-------------------------------------------------- */

ul.listStyle1 {
  list-style: disc;
  margin-left: 15px;
}

ul.listStyle1 li {
  margin-bottom: 0;
}

ul.listStyle0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* contentArea
-------------------------------------------------- */

.contentArea,
.contentAreaType1 {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 640px;
}

/* bodyArea
-------------------------------------------------- */

#bodyArea {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

/* mainArea
-------------------------------------------------- */

#mainArea {
  width: 100%;
}

/* footer
-------------------------------------------------- */

#footer {
  width: 100%;
  background: #fff;
}

#footer .contentArea {
  padding-top: 10px;
}

#footer #copyright {
  padding-bottom: 80px;
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 28px;
  background: #999;
  color: #fff;
}

#footer .copyright {
  padding: 0 0 90px;
}

#footer #copyright a,
#footer #copyright a:visited {
  color: #ffffff;
}

#footer .logo {
  text-align: center;
  margin: 10px 0;
}

/* header
-------------------------------------------------- */

#header {
  background: #fff;
  padding: 0px;
}

#header .top {
  overflow: hidden;
}

#header .top .logo {
  float: left;
  margin: 10px;
}

#header .top .logo h1 {
  margin: 0px;
}

#header .top .topRight {
  float: right;
  margin: 13px 10px 14px 0px;
}

/* keyvisual
-------------------------------------------------- */

.keyvisual {
  padding: 0;
  background: #ffffff;
}

.kvInner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}

.keyvisual h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.keyvisual p {
  width: 100%;
}

.keyvisualTxt .attentionList {
  margin: 0;
  padding: 15px;
  color: #000;
}

.kvButton {
  padding: 0 10px 15px;
}

.kvButton a {
  width: 100%;
  display: block;
  background: #1bb71f;
  background-size: 25px;
  color: #fff;
  border: 15px solid #1bb71f;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 4px;
  box-sizing: border-box;
}

.fixedLineButton {
  width: 100%;
  padding: 0 10px 10px;
  position: fixed;
  bottom: 0;
  z-index: 3;
  left: 0;
  background: transparent;
}

/* section Element
-------------------------------------------------- */
.covid-measures {
  position: absolute;
  top: 1458px;
  left: 627px;
}

.sectionType1 {
  padding: 40px 0;
}

.sectionType1 img {
  max-width: 100%;
}

.sectionType2 {
  margin: 20px 0;
}

.sectionType3 {
  margin: 20px 0;
}

.inviteArea1 {
  background: #ffffff;
}

.inviteArea2 {
  background: #eefffe;
}

.inviteArea {
  background-size: 200px 220px;
}

/*grayArea
-------------------------------------------------- */

.grayArea {
  background: #f0f0f0;
  padding: 30px 0px 20px;
}

.grayArea .box {
  border-radius: 5px;
  background: #fff;
  padding: 17px;
  margin-bottom: 20px;
}

/* twoColumnLink
-------------------------------------------------- */

.twoColumnLink {
  display: table;
  width: 100%;
  border-collapse: separate;
  text-align: center;
  border-bottom: 1px solid #efefef;
}

.twoColumnLink .column {
  display: table-cell;
  width: 50%;
}

.twoColumnLink .column:first-child {
  border-right: 1px solid #efefef;
}

.twoColumnLink a {
  display: block;
  padding: 15px;
  color: #000000;
  font-size: 14px;
}

/* paragraph Element
-------------------------------------------------- */

p {
  margin: 0 0 0.8em 0;
}

.attentionBlock {
  margin: 20px auto;
  max-width: 580px;
}

.strongType_1 {
  font-weight: bold;
}

.strongType_2 {
  color: #000;
  font-weight: bold;
}

.colorRed1 {
  color: #cc0000;
}

.colorPink {
  color: #e73656;
}

.colorGreen {
  color: #009db4;
}

.colorYellow {
  color: #ec6c00;
}

.lrgTxt {
  font-size: 15px;
  font-size: 1.5rem;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.fileIcon,
.windowIcon {
  padding-left: 15px;
  line-height: 1;
}

.fileIcon img,
.windowIcon img {
  vertical-align: middle;
}

.fontS {
  font-size: 14px;
  font-size: 1.4rem;
}

.note {
  padding: 4px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.depositTxt {
  margin: 3px 0 0;
  text-align: center;
  line-height: 1.2;
}

/* sampleBox
-------------------------------------------------- */

.sampleBox {
  background: #f99800;
  text-align: center;
  border-radius: 5px;
  padding: 20px 18px 0px 18px;
  margin: 20px 0;
}

/* info
-------------------------------------------------- */

.info {
  font-weight: bold;
  font-size: 14px;
  color: #410e00;
  background: url("https://invy.jp/upload/lava/202205/img_202205_info_icon.svg") left center no-repeat;
  background-size: 19px;
  padding-left: 30px;
}

/* errorMessage
------------------------------------------------- */

.error {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding: 60px;
}

.errorMessage {
  font-size: 1.4rem;
  margin: 0 0 25px;
}

.device {
  font-size: 1.2rem;
}

/* pinkBox
------------------------------------------------- */

.pinkBox {
  padding: 0;
  margin-bottom: 0;
  background: #f7eed8;
}

/* additional 2020
------------------------------------------------- */
.colorBrown {
  color: #714a40;
}

.invite .sectionType1.inviteArea {
  padding-bottom: 32px;
}

.invite .sectionType1.invite {
  padding-top: 0;
  padding-bottom: 10px;
}

.gcArea ul li {
  margin-bottom: 0;
}

.invite .sectionType1.invite h2 {
  margin-bottom: 15px;
}

.gcArea {
  padding: 0 0 30px;
  line-height: 1.6;
}

.gcArea h2 {
  padding: 0 10px;
  margin-bottom: 25px;
}

.gcArea h3 {
  color: #c3303c;
}

.gcArea .image {
  margin-bottom: 15px;
}

ul.promoteStyle li {
  color: #e94949;
  font-size: 15px;
  font-weight: bold;
}

.kvButton a {
  max-width: 620px;
  margin: 0 auto;
}

.keyvisualTxt .attentionList {
  color: #dc4383;
  font-weight: bold;
}

.sampleBox {
  background: #fbdcea;
}

#header .topRight {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
  color: #444140;
}

.topRight span {
  font-weight: bold;
}

.introduction img {
  width: 100%;
}

.introduction-step1 {
  position: relative;
}

.introductionArea {
  border-radius: 4px;
  margin-bottom: 3px;
  padding: 0 0 20px;
}

.introductionArea .attentionList {
  color: #410e00;
}

.introductionTitle {
  margin: 40px 3px 23px;
}

.introduction-step {
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}

.introduction-step1 {
  position: relative;
  margin-bottom: 18px;
}

.introduction-text {
  margin-bottom: 18px;
}

.introduction-button1,
.introduction-button2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}

.introduction-button1 {
  bottom: 100px;
  width: 80% !important;
}

.introduction-button2 {
  bottom: 0vw;
  width: 60% !important;
}

.blueBoxInner {
  background: #fcefe8;
  padding: 15px 10px;
}

.blueBoxTop,
.lightblueBoxTop {
  border: 4px solid #00a0e9;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px;
}

.lightblueBoxTop {
  border: 4px solid #b9e6f8;
}

.blueBoxTop .heading,
.lightblueBoxTop .heading {
  background: #e95383;
  padding: 10px;
  margin: -10px -10px 20px;
  text-align: center;
  position: relative;
}

.lightblueBoxTop .heading {
  background: #b9e6f8;
}

.blueBoxTop,
.lightblueBoxTop {
  border-radius: 15px;
  border: 4px solid #f99800;
  padding: 20px;
}

.lightblueBoxTop {
  border: 4px solid #f99800;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.blueBoxTop .heading,
.lightblueBoxTop .heading {
  background: #f99800;
  padding: 16px;
  margin: -20px -20px 20px;
}

.lightblueBoxTop .heading {
  background: #f99800;
}

.blueBoxInner {
  background: #f8efe2;
  padding: 20px 15px;
  border-radius: 6px;
}

.lightblueBoxInner {
  text-align: center;
}

.lightblueBoxInner p {
  text-align: left;
}

.blueBoxTop .heading,
.lightblueBoxTop .heading {
  background: #00a0e9;
}

.blueBoxTop,
.lightblueBoxTop {
  border: 4px solid #00a0e9;
}

.service_blurb {
  margin: 0 auto 20px;
  text-align: center;
}

/* additional forms
------------------------------------------------- */
.section1 {
  background: #fffcd0;
  padding: 30px 0px 11px;
}

.container {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 20px;
}

.title3 {
  font-size: 26px;
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
  color: #212529;
}

.title3 span {
  display: block;
  margin-bottom: 5px;
}

.title3 span img {
  width: 153px;
}

.attention {
  margin: 0 0 0px 10px;
  list-style: none;
  padding: 0;
  color: #000000;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.attention li {
  margin-bottom: 5px;
  text-indent: -1em;
  font-size: 10px;
}

.form-body {
  padding: 0 10px;
}

form .block {
  margin-bottom: 15px;
}

form label {
  font-weight: bold;
  color: #0c2546;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

form label span {
  display: inline-block;
  font-size: 8px;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  padding: 3px 5px 3px;
  line-height: 1;
  background: #d30000;
  margin-left: 5px;
}

form input {
  width: 100%;
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #d1d1d3;
}

form .error input {
  border-color: #d30000;
}

.msg,
.errorMessage {
  font-weight: bold;
  color: #d30000;
  font-size: 12px;
  margin: 5px 0 0;
}

form input[type="submit"],
.formBtn {
  display: block;
  border: 0;
  font-weight: bold;
  width: 100%;
  background: #1bb71f url("img_202009_btn_arr_2.svg") right 15px center no-repeat;
  background-size: 18px;
  color: #ffffff !important;
  border-radius: 5px;
  padding: 15px 19px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0px 4px 0px 0px rgba(17, 111, 20, 1);
  font-size: 15px;
  text-align: center;
}

.formBtn:hover {
  color: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* inherited from friendship css
------------------------------------------------- */
.you_friend_box {
  padding: 20px 25px 0;
}

.you_friend_box h3 {
  color: #ffffff;
  font-size: 16px;
}

.you_friend_box .heading,
.you_friend_box .lightblueBoxTop .heading {
  margin: -20px -25px 20px;
}

.gift_contents ul li {
  color: #333333;
  font-size: 20pt;
  text-indent: -1.75rem;
  padding-left: 1.75rem;
}

.gift_contents .text_link_box {
  text-align: center;
  margin-top: 30px;
  text-decoration: underline;
}

.gift_contents .service_01 .text_link_box {
  margin-bottom: 30px;
}

.gift_contents .text_link {
  position: relative;
  display: inline;
}

.gift_contents .text_link a {
  font-size: 12px;
  color: #0000cc;
  font-weight: bold;
}

hr.dotted {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #433f3f;
  height: 1px;
  margin: 0 auto 25px;
}

.gift_contents .service_02 p {
  color: #dc4383;
}

.gift_contents p.text_present {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.gift_contents .price_big {
  line-height: 0.8em;
  padding: 15px 0;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin: -25px 0;
}

.gift_contents .price_big span {
  font-size: 20px;
}

.gift_contents .price_big .asterisk {
  font-size: 14px;
  vertical-align: middle;
}

/* Additional for 202008
----------------------------------------*/
#form .container {
  padding: 0 10px;
}

.colorRed {
  color: #e94949;
}

.colorBrown {
  color: #4a1f15;
}

.gift_contents .service_01 img {
  margin-bottom: 10px;
}

.gift_contents .service_01 img:last-child {
  margin-bottom: 0;
}

.grayArea p {
  color: #4c4c4c;
}

.grayArea .aboutNote {
  font-weight: bold;
  margin: 10px 0 2px;
}

.grayArea .attention li {
  font-size: 12px;
  color: #333333;
}

.grayArea h2 {
  color: #333333;
  font-size: 14px;
}

ul.promoteStyle li {
  font-size: 10px;
}

.promo .rintosullImage {
  width: 100%;
}

.promo {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.barcodeInviteWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sectionType1.inviteArea2 {
  padding: 35px 0;
}

.tempContainer {
  padding: 146px 0;
  text-align: center;
  background: #e5e5e5;
}

.tempContainer p {
  font-size: 19px;
  line-height: 1.92;
  margin-bottom: 0;
  color: #aeaeae;
  font-weight: bold;
}

.contentArea .box p {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.temporaryContact {
  padding: 10px;
  background: rgb(163, 161, 161);
  color: #fff;
  text-align: left;
  margin: 0 auto 10px;
}

.gift_contents ul li {
  color: #333333;
  font-size: 12px;
  text-indent: -1.75rem;
  padding-left: 1.75rem;
}

strong {
  font-weight: bold;
}

/* Additional for 202009
----------------------------------------*/
.blueBoxTop,
.lightblueBoxTop {
  border: 4px solid #501c11;
}

.blueBoxTop .heading,
.lightblueBoxTop .heading {
  background: #501c11;
}

.blueBoxTop,
.lightblueBoxTop {
  border: 4px solid #501c11;
}

ul.attentionList {
  margin: 0 auto 0.8em;
}

.invite .sectionType1.inviteArea {
  padding-bottom: 40;
}

.hot_pink {
  color: #e1003e !important;
}

/* Additional Code 202011 */
.innerContainer {
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}

.kvBanner {
  margin: 0 auto;
  text-align: center;
  background-color: #dc4383;
  padding: 6px 20px;
}

.kvBanner img {
  width: 100%;
}

.kvBanner span {
  color: #fff200;
  font-size: 12px;
  font-weight: 700;
}

.kvBanner.icon {
  padding: 12px 20px;
}

.kvBanner.icon .innerContainer {
  position: relative;
}

.kvBanner.icon .innerContainer::before {
  left: 0px;
  bottom: 100%;
  width: 110px;
  height: 80px;
  content: "";
  z-index: 0;
  position: absolute;
  background-size: contain;
  background-image: url("https://invy.jp/upload/lava/202205/img_202205_keyvisualBanner-sarani.png");
  background-repeat: no-repeat;
  background-position: center;
}

.bgYellow {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background-color: #fff462;
  position: relative;
}

.bgYellow .image img {
  width: 100%;
}

.bgYellow ul {
  margin-bottom: 20px;
}

.bgYellow li {
  list-style: none;
  font-size: 12px;
  position: relative;
  padding-left: 33px;
}

.bgYellow li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}

.sectionType1 {
  margin-bottom: 30px;
}

.sectionType1 .icon {
  width: 70%;
  margin-bottom: 15px;
}

.sectionType1 .title {
  color: #511c13;
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0;
}

.titleHeader {
  margin: 0 auto 15px;
  text-align: center;
}

.titleHeader span {
  color: #511c13;
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding: 0px 30px;
  font-weight: 700;
}

.titleHeader span:before,
.titleHeader span:after {
  top: -5%;
  width: 40px;
  height: 110%;
  content: "";
  position: absolute;
  background-size: cover;
  background-image: url("https://invy.jp/upload/lava/202205/img_202205_dottedBrown.png");
  background-repeat: no-repeat;
}

.titleHeader span:before {
  left: 0px;
  background-position: left;
}

.titleHeader span:after {
  right: 0;
  background-position: right;
}

.blueBoxTop,
.lightblueBoxTop {
  margin: 0 auto;
  text-align: center;
  border: 4px solid #dc4383;
}

.blueBoxTop .heading {
  background: #dc4383;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  padding-left: 25px;
}

.blueBoxTop .heading span {
  position: relative;
}

.blueBoxTop .heading span::before,
.blueBoxTop .heading span::after {
  top: -5%;
  width: 40px;
  height: 110%;
  content: "";
  position: absolute;
  background-size: cover;
  background-image: url("https://invy.jp/upload/lava/202205/img_202205_dotted.png");
  background-repeat: no-repeat;
}

.blueBoxTop .heading span::before {
  left: -50px;
  background-position: left;
}

.blueBoxTop .heading span::after {
  left: calc(100% + 50px);
  background-position: right;
}

.pinkOval {
  margin: 0 auto;
  background: #dc4383;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  padding: 4px;
  margin-bottom: 22px;
}

.subtitle {
  color: #dc4383;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.subtitle2 {
  font-size: 27px;
  margin-bottom: 0;
}

.you_friend_box .title2 {
  color: #006cab;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 15px;
}

.title2 span {
  font-size: 12px;
  font-weight: 400;
}

.title2 div {
  display: inline-grid;
  vertical-align: text-bottom;
}

.title2.bigger {
  font-size: 54px;
  line-height: 1;
}

.title2 span.big {
  font-size: 17px;
  font-weight: 700;
}

.title4 {
  color: #006cab !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

span.sup {
  font-size: 12px;
  font-weight: 400;
}

hr.further {
  margin: 15px auto;
  position: relative;
  z-index: 0;
  height: 50px;
  border: 0 !important;
}

hr.further::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #dddddd;
}

hr.further::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  background-size: contain;
  background-image: url("https://invy.jp/upload/lava/202205/img_202205_further.png");
  background-repeat: no-repeat;
  background-position: center;
}

.containerBox {
  display: grid;
}

.containerBox .items {
  display: grid;
}

.containerBox .items .item {
  display: grid;
  grid-auto-flow: column;
  background-color: #f8d9e6;
  padding: 15px 7px;
  align-items: center;
  border-radius: 10px;
  grid-gap: 10px;
  grid-template-columns: 1fr 2fr;
}

.containerBox .items .item div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.containerBox .item.blue {
  background-color: #d9e9f2;
}

.containerBox .item.pink {
  background-color: #dc4383;
  grid-gap: 40px;
}

.containerBox .items .item.last {
  margin-top: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 22px 5px 22px 20px;
}

.containerBox .items .item.last div:first-of-type {
  display: grid;
}

.containerBox .items .item.last div:first-of-type p {
  text-align: left;
}

.arrow {
  height: 16px;
  margin: 3px auto;
}

img.bun {
  height: 31px;
  width: 38px;
}

img.short {
  height: 28px;
  width: 31px;
}

.containerBox .items .item p {
  color: #4a1f15;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.containerBox .items .item div:first-of-type p {
  padding: 0 5px;
  font-size: 12px;
}

.containerBox .items .item.pink div:first-of-type p {
  color: #fff;
  min-width: 60px;
}

.containerBox .items .item.pink div:last-of-type p {
  color: #fff100;
}

.containerBox .items .item.last h3 {
  color: #4a1f15;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: 0.01em;
}

.containerBox .items .item.last p {
  font-size: 11px;
  padding: 0 !important;
}

.containerBox .item.last img {
  width: 108px;
  margin-bottom: -22px;
}

.containerBox2 .items {
  background-color: #fffcd2;
  display: grid;
  padding: 29px 15px;
}

.containerBox2 .items:not(:last-child) {
  margin-bottom: 15px;
}

.containerBox2 .items h3 {
  font-size: 15px;
  margin: 0 auto 15px;
  line-height: 1;
}

.containerBox2 .items p {
  color: #501c11;
  font-size: 14px;
}

span.pink {
  background-image: linear-gradient(rgba(233, 80, 152, 0.3), rgba(233, 80, 152, 0.3));
  background-position: 0 100%;
  background-size: 100% 5px;
  background-repeat: no-repeat;
}

.stepItems {
  align-items: center;
  display: grid;
}

.stepItem {
  border: 2px solid #dc4383;
  border-radius: 5px;
  display: grid;
  grid-auto-flow: column;
  background-color: #ffffff;
  grid-template-columns: 1fr 3fr;
}

.step {
  background-color: #dc4383;
  display: grid;
}

.stepInner {
  padding: 8px;
  align-self: center;
  justify-self: center;
}

.stepInner p {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700;
  margin: 0;
}

.stepInner p span {
  font-size: 18px;
  display: block;
  text-align: center;
}

.stepTitle {
  font-size: 12px;
  font-weight: 700;
}

.stepDescription {
  padding: 15px 10px;
}

.blueBoxContainer {
  display: grid;
  grid-auto-flow: column;
  padding: 8px;
  background: #3389bc;
  grid-template-columns: 41px auto;
}

.boxWhite {
  background-color: #ffffff;
  display: grid;
}

.boxWhite p {
  font-size: 10px !important;
  font-weight: 700;
  color: #3389bc !important;
  justify-self: center;
  margin: 0;
  align-self: center;
  padding: 4px;
}

.boxDetails {
  padding-left: 10px;
}

.boxDetails p {
  margin: 0;
  font-size: 10px !important;
  font-weight: 700;
  color: #ffffff !important;
}

.boxDetails p span.big {
  font-size: 14px;
}

.boxDetails p span.yellow {
  color: #fff100;
}

.containerBox2 .items p.redNote {
  color: #e94949;
  font-size: 10px;
  margin-top: 22px;
  font-weight: 700;
}

ul.redNote {
  margin: 0px;
}

ul.redNote li {
  list-style: none;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
}

ul.redNote li:not(:last-child) {
  margin-bottom: 5px;
}

ul.redNote li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}

p.underlined {
  border-bottom: solid 3px #dc4383;
  display: inline-flex;
  justify-self: center;
  font-size: 20px;
  margin: 0;
}

.grid {
  display: grid;
  grid-gap: 13px 10px;
  grid-template-columns: repeat(2, 1fr);
}

.grid p {
  margin: 0;
  font-size: 12px;
  text-align: left;
}

.grid img {
  margin-bottom: 10px;
}

.imagesContent ul {
  list-style: none;
  text-align: left;
  margin-top: 15px;
}

.imagesContent ul li:before {
  content: "*";
}

@media screen and (max-width: 767px) {
  .kvBanner.icon .innerContainer::before {
    width: 55px;
    height: 40px;
  }
}

/* Additional 202103 */
.bgYellow-i {
  padding-bottom: 10px;
}

.bgYellow-i ul {
  margin-bottom: 0;
}

.titleHeader span,
.sectionType1 .title {
  color: #4a1f15;
}

.blueBoxTop .heading {
  background: #e73079;
}

.blueBoxTop {
  border-color: #e73079;
}

.pinkOval {
  background: #e73079;
}

.subtitle2 {
  color: #4a1f15;
}

.service_box-i ul.attentionList {
  margin: 20px 0 18px;
}

.service_02 {
  margin-left: -10px;
}

.gift_contents ul li {
  text-indent: -1rem;
  padding-left: 1rem;
}

.stepItem {
  border: 1px solid #e73079;
}

.step {
  background-color: #e73079;
}

.info,
.grayArea p {
  color: #000000;
}

.containerBox2 .about-points-title,
.containerBox2 .about-freepass-title {
  margin: auto;
  padding-bottom: 4%;
}

.containerBox2 .about-points-title {
  width: 52%;
}

.containerBox2 .about-freepass-title {
  width: 85%;
}

.containerBox2 .items {
  background-color: #fff9b0;
}

.gifts-box {
  background: #ffffff;
  margin: 10px 20px 0;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 15px;
}

.gifts-box .gift p {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  margin: 10px auto;
}

.service_03 {
  margin-left: 10px;
  background: #f7f2e1;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-top: -8px;
}

.service_03 ul {
  list-style: none;
  text-align: left;
  padding: 0 15px 10px;
  background: #ffffff;
  margin: 0 20px;
}

.service_03 .btn-link {
  background-color: #e73079;
  padding: 10px 0px;
  margin-bottom: 10px;
  position: relative;
  margin: 15px 30px;
}

.service_03 a {
  color: #ffffff;
  font-weight: bold;
}

.service_03 a::after {
  content: "";
  top: 38%;
  right: 8%;
  border-width: 8px 6px 0 6px;
  position: absolute;
  width: 0;
  height: 0px;
  border-style: solid;
  border-color: #fff transparent;
  transform: rotate(-90deg);
}

.fpWrapper,
.containerBox2 .items .fpWrapper p {
  color: #433f3f;
}

.fpWrapper .redText {
  color: #d8053d;
  font-weight: bold;
}

.fpWrapper .squareBullet {
  font-weight: bold;
}

.fpWrapper ul.asterisk {
  list-style: none;
}

.fpWrapper ul.asterisk li {
  text-indent: -1em;
  padding-left: 1em;
}

.fpWrapper .fpBtn {
  margin: auto;
  opacity: 1;
  display: block;
}

.fpWrapper .fpBtn:hover {
  opacity: 0.7;
}

.fpWrapper .fpBtn img {
  max-width: 470px;
  margin: 20px auto;
  width: 100%;
  display: block;
}

.fpWrapper p .red {
  color: #d8053d;
}

.fpWrapper .list {
  color: red;
  font-weight: bold;
  font-size: 14px;
  margin-left: -8px;
}

.doubleWinWrapper {
  padding: 20px 10px;
  text-align: center;
}

.doubleWinWrapper .doubleWinTitle {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #501d11;
}

.doubleWinWrapper .hlight {
  background: linear-gradient(transparent 50%, #fff200 50%);
  font-size: 22px;
}

.doubleWinWrapper .promoPeriod,
.containerBox2 .items .fpWrapper .doubleWinWrapper .promoPeriod {
  color: #501d11;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid;
}

.containerBox2 .items .fpWrapper .doubleWinWrapper p {
  color: #501d11;
}

.brownBox {
  position: relative;
}

.brownBox > a > img {
  position: absolute;
  bottom: 380px;
  width: 90%;
  left: 26px;
}

.brownBox > a {
  opacity: 1;
}

.brownBox > a:hover {
  opacity: 0.7;
}

.sectionType1:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 425px) {
  .containerBox .item.pink {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (max-width: 425px) {
  .service_03 {
    margin-left: 3px;
  }

  .brownBox > a > img {
    bottom: 232px;
    left: 16px;
  }
}

@media screen and (max-width: 375px) {
  .containerBox2 .about-freepass-title {
    width: 90%;
  }

  .service_03 {
    margin-left: 1px;
  }

  .brownBox > a > img {
    bottom: 205px;
    left: 14px;
  }

  .doubleWinWrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .doubleWinWrapper .hlight {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .blueBoxTop .heading span::before {
    left: -34px;
  }

  .blueBoxTop .heading span::after {
    left: calc(100% + 36px);
  }

  .containerBox .item.pink {
    grid-template-columns: auto auto;
  }

  .service_03 {
    margin-left: -1px;
  }

  .service_03 a::after {
    right: 3%;
  }

  .brownBox > a > img {
    bottom: 170px;
    left: 12px;
  }

  .doubleWinWrapper .hlight {
    font-size: 17px;
  }

  .containerBox2 .items .fpWrapper .doubleWinWrapper .promoPeriod {
    font-size: 15px;
  }
}

/* Additional CSS 2021 */
.kvButton a {
  font-weight: bold;
  font-size: 21px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding-right: 40px;
  position: relative;
}

.kvButton a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: 14px;
  top: calc(50% - 25px / 2);
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url("https://invy.jp/upload/lava/202205/img_202205_arrow-down.svg") no-repeat center;
  background-size: 12px 8p;
}

.containerBox2 .items ul:not(.starbullet) {
  list-style-position: outside;
  margin-left: 5px;
  margin-bottom: 0px;
  text-align: left;
}

.containerBox2 .items ul li {
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  color: #333333;
}

.containerBox2 .items ul:not(.starbullet) li::marker {
  content: "";
}

.blueBoxTop {
  border-color: #0099ce;
}

.pinkOval {
  background: #0099ce;
}

.service_02 {
  margin-left: 0;
}

.service_02:not(:only-child):not(:last-of-type) {
  margin-bottom: 20px;
}

.service_box.service_box-i .service_02 {
  margin-bottom: 23px;
}

.containerBox.darkGray {
  background: #e8e8e8;
  border-radius: 5px;
  margin-top: 20px;
  padding: 16px 15px;
}

.sectionType1 .containerBox .titleHeader .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

.sectionType1 .containerBox .titleHeader .title:before,
.sectionType1 .containerBox .titleHeader .title:after {
  top: -5%;
  width: 40px;
  height: 110%;
  content: "";
  position: absolute;
  background-size: cover;
  background-image: url("https://invy.jp/upload/lava/202205/img_202205_lineBrown.png");
  background-repeat: no-repeat;
}

.containerBox .items .item.whiteBg {
  background: #ffffff;
  border-radius: 5px;
  padding: 12px 10px;
  grid-template-columns: 28% calc(70% - 5px);
}

.containerBox .items .item.whiteBg p.description {
  font-weight: bold;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0.01em;
}

.bob {
  width: 25px;
}

.containerBox .item.pinkOpac {
  background: rgba(220, 67, 131, 0.66);
}

.containerBox .items .item.pinkOpac p {
  color: white;
}

.containerBox .items .item.pinkOpac p.description {
  color: #fff100;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
}

.containerBox.containerBox.darkGray div:first-of-type p {
  font-size: 14px;
}

.containerBox .items .item.last div:first-of-type p {
  font-weight: 500;
  font-size: 13px;
  line-height: 135%;
  letter-spacing: 0.01em;
}

.onlineYoga .contentArea {
  padding: 0;
  position: relative;
}

.onlineYoga .contentArea img {
  max-width: 100%;
}

.onlineYoga .contentArea .btnImg img {
  position: absolute;
  width: 100%;
  bottom: 5%;
  max-width: calc(100% - 20px);
  left: 10px;
}

/* additional 202108 */
.onlineYoga .contentArea .btnImg img {
  bottom: 4%;
}

.blueBoxTop {
  border-color: #0080cc;
}

.pinkOval {
  background: #0080cc;
}

.service_02 {
  margin-left: -16px;
}

ul.starbullet li {
  list-style: none;
}

ul.starbullet li {
  position: relative;
  margin-left: 1.5em;
  text-indent: unset;
  padding-left: 8px;
  color: #fff !important;
}

ul.starbullet li::before,
.bgYellow .starbullet li::before {
  /* content: "\203B"; */
  content: "窶ｻ" attr(seq);
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 0px;
  text-indent: -0.5em;
}

ul.starbullet li::before {
  font-size: 12px;
}

.bgYellow li,
.bgYellow .starbullet li::before {
  font-size: 10px;
}

/* additional 202109 */
.bgYellow {
  background: #fff8c0;
  padding: 20px 15px;
}

.keyvisual .image {
  margin-bottom: 24px;
}

.blueBoxTop.you_friend_box {
  padding: 28px 20px 0;
}

.blueBoxTop {
  border-color: #d22f0c;
}

.pinkOval {
  background: #d22f0c;
}

.service_box-i ul.attentionList {
  margin: 24px 0;
}

.containerBox2 .items {
  background: #fff8c0;
}

.containerBox2 .items > .img_title {
  margin: 0 auto 15px;
}

.containerBox2 .items p {
  color: #333333;
  font-size: 14px;
}

.containerBox2 .items p.orangetext,
.orangetext {
  color: #d22f0c;
}

.containerBox2 .items ul.starbullet li {
  padding-left: 0;
}

.containerBox2 .items ul li {
  font-size: 12px;
}

/* additional 202110 */
.bgYellow {
  background: #ffee78;
}

.blueBoxTop {
  border-color: #e73b86;
}

.pinkOval {
  background: #e73b86;
}

.spinkTxt {
  color: #e5004a;
}

.containerBox2 .items {
  padding: 28px 20px;
}

.fpWrapper > .img_title {
  display: block;
  margin: 0 auto 15px;
}

.containerBox2 .items {
  background: #fffbda;
}

.containerBox2 .items .fpWrapper p {
  color: #333333;
}

.containerBox2 .items .fpWrapper .squareBullet {
  color: #4a1f15;
}

.containerBox2 .items ul:not(.starbullet).custom {
  list-style: none;
  list-style-type: none;
}

.containerBox2 .items ul:not(.starbullet).custom li {
  position: relative;
  list-style: none;
}

.containerBox2 .items ul:not(.starbullet):not(.custom) li::marker {
  content: "";
}

.containerBox2 .items ul:not(.starbullet).custom li::before {
  content: "\2022";

  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: -14px;
  top: -2px;
}

/* additional 202205 */
.bgYellow {
  background: #f4e198;
}

.blueBoxTop.custom {
  border-color: transparent;
  background: url("img_202205_blueBoxTopBg.png") top repeat-y;
  position: relative;
}

.pinkOval {
  background: #cc131d;
}

.containerBox2 .items ul:not(.starbullet) li.spinkTxt {
  color: #e5004a;
}

.image-head {
  margin-bottom: 20px;
}

.image-head img {
  width: 280px;
}

/* ADDITIONAL 202203
--------------------- */

.gift_contents ul li {
  font-size: 12px;
  color: #080808;
}

.bgYellow {
  background: #ffef01;
}

.LinearBoxTop.custom {
  border-color: transparent;
  border-radius: 10px;
  background: #fffc85 top repeat-y;
  position: relative;
}

.pinkOval {
  margin: 0 auto;
  background: #e4037e;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  padding: 4px;
  margin-bottom: 22px;
  text-align: center;
}

.service_box-i ul.attentionList {
  margin: 15px 0;
  padding-bottom: 5px;
}

.image-head {
  margin-bottom: 0px;
}

.image-head img {
  width: 480px;
}

/* Additional 202203 */
.whiteOval {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #f83c66;
  padding: 4px;
  margin-bottom: 22px;
  text-align: center;
}

/* Additional 202205 */
.bgYellow {
  background-image: linear-gradient(180deg, rgba(255, 251, 231, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}

.LinearBoxTop.custom {
  background: #ffffff top repeat-y;
}

.inviteArea .LinearBoxTop.custom .gift_contents {
  border: 1px solid #ffee97;
  border-radius: 15px;
}

.whiteOval {
  margin: 10px 7% 22px;
  background: #e5004a;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 4px;
  text-align: center;
}

.gift_contents .service_box:first-child {
  background: url(img_202205_privilege-gifts-bg.png) top/100% no-repeat;
  padding: 20px 0;
}

.service_02 {
  margin: 0;
}

.service_box.service_box-i {
  background-image: linear-gradient(180deg, rgba(255, 253, 239, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
}

.service_box-i .service_01 ul.attentionList {
  margin: 0;
  padding: 20px;
}

.LinearBoxTop.custom.you_friend_box {
  padding: 0;
}

.sectionType1 .service_02 img {
  max-width: 112%;
  position: relative;
  left: -4%;
}

.invite .sectionType1.inviteArea {
  overflow: hidden;
}

/* Additional 202206
--------------------------------------- */
.inviteArea .LinearBoxTop.custom .gift_contents {
  border: 0;
  border-radius: 0;
}

.LinearBoxTop.custom .gift_contents .image {
  padding: 0;
  margin-bottom: 0;
}

.boxTop {
  border: 0;
}

/* Additional 202207
--------------------------------------- */
.bgYellow {
  background: #f4efdb;
}

.containerBox2 {
  margin-top: 20px;
}

.containerBox3 {
  margin-top: 20px;
  background: transparent;
}

.containerBox3 .items {
  width: 112.5%;
  position: relative;
  left: -7%;
}

.containerBox3 .items .items_link {
  position: absolute;
  width: 100%;
  bottom: 7.5%;
  text-align: left;
  padding: 0 18.5%;
}

.containerBox3 .items:nth-of-type(4) .items_link {
  bottom: 9.5%;
}

.containerBox3 .items .items_link a {
  color: rgb(234, 116, 57);
  font-size: 16px;
}

.containerBox3 .items .items_link a:hover {
  opacity: 0.8;
}

.service_box.service_box-i {
  background: transparent;
  border-radius: 0;
}

.LinearBoxTop.custom.you_friend_box {
  background: #ffffff;
}

.LinearBoxTop.custom.you_friend_box .gift_contents .image {
  position: relative;
}

.image_link-1 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.image_link-1 a {
  color: #231815;
  text-decoration: underline;
  font-size: 16px;
}

.image_link-1 a:hover {
  opacity: 0.8;
}

.LinearBoxTop.custom.you_friend_box .gift_contents .image .image_link {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 2;
  bottom: 10%;
  text-align: center;
}

.LinearBoxTop.custom.you_friend_box .gift_contents .image .image_link a {
  color: #231815;
  text-decoration: underline;
  font-size: 16px;
}

.LinearBoxTop.custom.you_friend_box .gift_contents .image .image_link a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .image_link-1 a {
    font-size: 14px;
  }

  .LinearBoxTop.custom.you_friend_box .gift_contents .image .image_link a {
    font-size: 12px;
  }

  .containerBox3 .items .items_link a {
    font-size: 12px;
  }

  .introduction-button1 {
    bottom: 16vw;
  }
}

@media screen and (max-width: 375px) {
  .LinearBoxTop.custom.you_friend_box .gift_contents .image .image_link a {
    font-size: 8px;
  }

  .containerBox3 .items .items_link a {
    font-size: 8px;
  }
}

/* Additional 202208
------------------------------------- */
.kvInner img {
  max-width: 100%;
}

.kvInner__top .kvInner__image {
  position: relative;
}

/* .kvInner__top .kvInner__image a {
  position: absolute;
  bottom: 4.5%;
  right: 0;
  left: 0;
  width: 52%;
  margin: auto;
} */

.kvInner__top .kvInner__image--guest a {
  bottom: 21%;
}

.kvInner__text {
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: #5f0000;
}

.kvInner__text-guest {
  position: absolute;
  bottom: 5vw;
  text-align: center;
  color: #5f0000;
}

.kvInner__text a,
.kvInner__text-guest a {
  color: #5f0000;
  text-decoration: underline;
}

.LinearBoxTop.custom.you_friend_box .image {
  padding: 0;
  margin: 0;
}

.LinearBoxTop.custom.you_friend_box .gift_contents .image {
  position: relative;
}

.LinearBoxTop.custom.you_friend_box .gift_contents .image a {
  position: absolute;
  bottom: 8.5%;
  right: 0;
  left: 0;
  width: 52%;
  margin: auto;
}

@media screen and (max-width: 654px) {
  .sectionType1.inviteArea1_1 .contentArea {
    padding: 0;
  }

  .sectionType1.inviteArea1 .innerContainer {
    padding: 0 15px;
  }
}

/* 202209
-------------------------- */

.bgPink {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background-color: #d70061;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.p-25 {
  padding: 25px;
}

.containerBox2 .items ul li {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  color: #333333;
}

.containerBox2 .items ul:not(.starbullet):not(.custom) li::marker {
  content: "";
}

.containerBox2 .no-style ul {
  list-style: none;
  margin-bottom: 15px !important;
}

.containerBox2 .no-style li {
  color: #666666 !important;
}

.fpWrapper .starbullet li {
  color: #666666 !important;
}

.title-red {
  background: #e94949;
  border-radius: 9px;
  margin: -40px 0 10px;
  padding: 15px;
}

/* 202210 ADDITIONAL
-------------------------------------- */

.bgHalloweenBG {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background: url("img_202210_kv_bg.png") center no-repeat;
}

.bgHalloweenBG2 {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background: url("img_202210_bg.png") center no-repeat;
}

/* 202211 ADDITIONAL
-------------------------------------- */

.bgDarkHalloween {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background: #26100c;
}

.titleHeader span {
  font-size: 18px;
}

.sectionType1 .title {
  font-size: 34px;
}

/* 202212 ADDITIONAL
-------------------------------------- */

.bgRoyalBlue {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background: #0f2149;
}

/* 202301 ADDITIONAL
-------------------------------------- */

.bgRed {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background: #e03739;
}

.LinearBoxTop.custom.you_friend_box .gift_contents .image a {
  position: absolute;
  bottom: 2%;
  right: 0;
  left: 0;
  width: 68%;
  margin: auto;
}

/* 202302 ADDITIONAL
-------------------------------------- */

.bgPink {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background: #b71a4b;
}

.LinearBoxTop.custom.you_friend_box .gift_contents .image a {
  position: absolute;
  bottom: 3%;
  right: 0;
  left: 0;
  width: 68%;
  margin: auto;
}

.kvBtnInvite .cdt {
  padding: 2px 17px;
  background-color: #00c12f;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
}

.kvBtnInvite .cdt #cdt_date {
  margin-left: 10px;
}

.kvBtnInvite .cdt #cdt_date .cdt_num {
  background: white;
  border-radius: 3px;
  height: 26px;
  display: inline-block;
  padding: 7px 1px;
  margin-right: 3px;
}

.kvBtnInvite .cdt #cdt_date span {
  font-size: 21px;
  color: #f00082;
  margin-left: 6px;
}

.kvBtnInvite.cdt #cdt_date small {
  font-size: 12px;
}

.kvButton .kvBtnInvite a {
  /* padding-right: 0; */
  padding: 0;
}

.kvButton .kvBtn__date {
  font-size: 14px;
  margin: 0px;
}

.kvButton .kvBtn__date span {
  font-weight: bold;
  font-size: 22px;
  color: #ffff00;
}

.kvButton .kvBtnInvite a::after {
  border: none;
  background: none;
}

/* ADDITIONAL 202303 (March)
-------------------------------------------*/
.bgGreen {
  background: #39ad36;
}

.kvBottom {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
}

ul.starbullet li,
ul.starbullet li::before {
  font-size: 10px;
}

ul.starbullet li::before {
  content: "窶ｻ" attr(seq);
}

.fpWrapper > ul li {
  display: flex;
  gap: 3px;
}

.fpWrapper > ul li::before {
  content: "繝ｻ";
  display: block;
}

ul.attention.info__ul {
  margin: 0;
}

ul.attention.info__ul > li {
  display: flex;
  text-indent: unset;
  gap: 2px;
  text-align: left;
}

ul.attention.info__ul > li::before {
  content: "繝ｻ";
  display: block;
}

.kvButton .kvBtnInvite a {
  background: #00c12f;
  border: 15px solid #00c12f;
  align-items: center;
}

.kvButton .kvBtnInvite a > span.btn__label {
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.35;
}

.kvBtn__text {
  background: #f00082;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 42px;
  border-radius: 90px;
  line-height: 50px;
  align-items: center;
}

.kvBtn__text__gift {
  height: 85%;
}

.kvBtn__text__arrow {
  height: 16px;
  line-height: 50px;
}

.kvBtn__text__content {
  margin-top: 8px;
  padding: 0 10px;
}

.kvBtn__text__content span {
  font-weight: bold;
  font-size: 20px;
  color: #ffff00;
}

.kvButton .kvBtnInvite a > span.icon {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1;
  transform: rotate(90deg);
}

/* ADDITIONAL 202305 (May)
-------------------------------------------*/
.bgTeal {
  background-color: #009a95;
}

.sectionSurvey {
  margin: 0;
  padding: 0;
}

.sectionSurvey .contentArea {
  margin: 0 0 30;
  padding: 40px 0;
  background-color: #efe8ff;
}

.sectionSurvey .contentArea .title3 {
  font-size: 28px;
  font-weight: 700;
  color: #4a1f15;
  margin-bottom: 46px;
}

.sectionSurvey .contentArea .title3 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #4a1f15;
  margin-bottom: 16px;
}

.sectionSurvey .contentArea {
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #efe8ff;
}

.sectionSurvey .contentArea .survey-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 29px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.sectionSurvey .contentArea .survey-title span {
  max-width: 40px;
  width: 100%;
  padding: 1px 5px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #999999;
}

.sectionSurvey .contentArea .survey-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.sectionSurvey .contentArea .survey-container .survey-block {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 8px;
  width: 48.5%;
}

.sectionSurvey .contentArea .survey-container .survey-block.selected {
  background: #fce5f0;
}

.sectionSurvey .contentArea .survey-container .survey-block__text {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.sectionSurvey .contentArea .survey-container .survey-block__text span {
  width: 90%;
  background: none;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

input[type="radio"] {
  position: relative;
  vertical-align: baseline;
  width: 20px;
  height: 22px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"]:checked:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #e4006e;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 5px solid #ffffff;
  -webkit-appearance: none;
  appearance: none;
}

.sectionSurvey .contentArea .survey-container__result {
  padding: 28px 20px;
  background-color: #ffffff;
  border-radius: 8px;
}

.sectionSurvey .contentArea .survey-container__result h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.sectionSurvey .contentArea .survey-container__result p {
  text-align: center;
  margin-bottom: 13px;
}

.sectionSurvey .contentArea .survey-container__result span {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 16%, rgba(255, 234, 0, 1) 16%, rgba(255, 234, 0, 1) 35%, rgba(0, 0, 0, 0) 35%);
}

@media screen and (max-width: 639px) {
  .sectionSurvey .form-body {
    padding: 0;
  }

  .sectionSurvey .contentArea .survey-container .survey-block {
    width: 47%;
  }
}

@media screen and (max-width: 374px) {
  .sectionSurvey .contentArea .title3 {
    font-size: 24px;
  }

  .sectionSurvey .contentArea .survey-title {
    font-size: 14px;
  }

  .sectionSurvey .contentArea .survey-title span {
    max-width: 35px;
    font-size: 12px;
  }

  .sectionSurvey .contentArea .survey-container .survey-block__text span {
    font-size: 12px;
  }
}

/* Next */
.next {
  position: relative;
  padding: 0;
}

.next:before {
  content: "";
  position: absolute;
  top: 0;
  background: url(https://invy.jphttps://invy.jp/upload/lava/202305/img_202305_next.png) center no-repeat;
  background-size: 21px 10px;
  width: 100%;
  height: 10px;
}

.next .contentArea {
  margin: 0 auto 30px;
  padding: 40px 20px;
  background-color: #e75297;
}

.next .contentArea h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.next .contentArea a {
  width: 100%;
  display: block;
  box-sizing: border-box;

  margin-top: 30px;
  background-size: 25px;
  background: #1bb71f url(https://invy.jphttps://invy.jp/upload/lava/202208/img_202208_arr_left.svg) right center no-repeat;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 4px;
  border: 15px solid #1bb71f;
  border-radius: 5px;

  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.starbullet li a {
  color: #ffffff;
  text-decoration: underline;
}

/* ADDITIONAL 202306 (June)
-------------------------------------------*/
.bgPurple {
  background-color: #af54d6;
}

/* ADDITIONL 202307
------------------------------------------ */
.bgBlue {
  background-color: #0063b2;
}

.next:before {
  content: "";
  position: absolute;
  top: 0;
  background: url(https://invy.jphttps://invy.jp/upload/lava/202307/img_202307_next.png) center no-repeat;
  background-size: 21px 10px;
  width: 100%;
  height: 10px;
}

.redText {
  color: #ef4a29 !important;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* */
.shareContent {
  margin: 0 auto;
  max-width: 640px;
  background: repeating-linear-gradient(130deg, #ffea00 0px, #ffea00 5px, white 2px, white 10px);
}

.innershareContent {
  text-align: center;
  position: relative;
}

.innershareContent img {
  width: 100%;
}

.innershareContent::after {
  content: "";
  position: absolute;
  bottom: -23vw;
  left: 10%;
  background-image: url("https://invy.jp/upload/lava/202309/img_202309_share_2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  padding-bottom: 46.38%;
  height: 0;
}

.shareContentPoint {
  border: #ed8894 2px solid;
  background: white;
  text-align: center;
  position: relative;
  box-shadow: 4px 4px #ed8894;
  border-radius: 16px;
}

.shareContentPoint:before {
  content: url("https://invy.jp/upload/lava/202309/img_202309_share_3.svg");
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.shareContentPoint h3 {
  font-weight: bold;
  font-size: 18px;
}

.shareContentWrapper {
  padding: 18vw 24px 24px;
}

.shareContentPoint-area {
  padding: 40px 10px;
  margin: 0 auto;
  max-width: 400px;
}

.shareContentPoint-area h3 {
  margin-bottom: 15px;
}

.shareContentPointList li {
  text-align: left;
  font-size: 16px;
  list-style: none;
  margin: 9px 0;
  display: flex;
  align-items: center;
}

.shareflow {
  position: relative;
}

.shareflow img {
  width: 100%;
}

.shareflow .link {
  position: absolute;
  width: 90%;
  bottom: 12vw;
  left: 50%;
  transform: translateX(-50%);
}

.shareflow .link a {
  display: block;
  box-sizing: border-box;
  margin-top: 30px;
  background-size: 25px;
  background: #1bb71f url(https://invy.jphttps://invy.jp/upload/lava/202208/img_202208_arr_left.svg) right center no-repeat;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 4px;
  border: 15px solid #1bb71f;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.userScoreArea,
.shareStep {
  margin: 0 auto 52px;
  text-align: center;
}

.shareStep_title {
  padding: 20px 13px;
}

.shareStep img,
.userScoreArea img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 640px;
  margin: 0 auto;
}

.bonusArea {
  padding: 0 15px !important;
  margin-top: 40px;
}

.bonusArea img {
  width: 100%;
}

.bonus_inviteArea {
  border-right: 1vw solid #2B5CAA;
  border-left: 1vw solid #2B5CAA;
  border-bottom: 1vw solid #2B5CAA;
  padding-bottom: 20px;
  border-radius: 0 0 8px 8px;
}

.bonus_inviteArea_inner {
  background: #fffbc8 !important;
  border-right: 0.6vw solid #c29d3b;
  border-left: 0.6vw solid #c29d3b;
  border-bottom: 0.6vw solid #c29d3b;
  margin: 0 4.2vw;
  padding: 16px 12px 12px;
  border-radius: 0 0 8px 8px;
}

.bonus_inviteArea .starbullet li {
  color: black !important;
}

/* */

/*point lesson*/
#point {
  padding: 4rem 0 0;
}

#point .point_title {
  background: url("../img/point_01_bg.png") no-repeat 0 0/100%;
}

.lesson {
  position: absolute;
  bottom: 22vw;
  width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%);
}

.lesson .lesson_title {
  max-width: 500px;
}

.lesson .lesson_tx {
  font-size: 1rem;
  text-align: left;
  list-style: none;
  padding: 20px 0px 20px 3.4rem;
}

.lesson .lesson_tx img {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: baseline;
}

.lesson_btn {
  padding: 2rem 0;
}

/* */
.lavaContainer {
  max-width: 500px;
  margin-left: 5vw;
  background: white;
  position: relative;
}

/* */
.lavaContainer::before {
  content: "";
  position: absolute;
  left: -2.3vw;
  right: 2vw;
  bottom: 4vw;
  height: 1.5px;
  background-color: black;
  z-index: 2;
}

/* */
.lavaContainerBorder::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4vw;
  left: -2.3vw;
  width: 1.5px;
  background-color: black;
  z-index: 2;
}

/* */
.lavaContainerBorder::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4vw;
  right: 2vw;
  width: 1.5px;
  background-color: black;
  z-index: 2;
}

.tab-menu {
  margin: 0 auto;
  width: 100%;
}

.tab-menu .swiper-wrapper {
  justify-content: center;
  transform: none !important;
}

.tab-menu .swiper-slide {
  margin-right: 0 !important;
  width: 7.3rem;
  position: relative;
  cursor: pointer;
}

.swiper.tab-contents {
  margin-right: 2vw;
  margin-left: -2vw;
}

.tab_active {
  display: none;
}

.tab-menu .swiper-slide.swiper-slide-thumb-active .tab_active {
  display: block;
}

.tab-menu .swiper-slide.swiper-slide-thumb-active::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3rem 0.8rem 0 0.8rem;
  border-color: #000000 transparent transparent transparent;
  bottom: -1.2rem;
  left: calc(50% - 0.8rem);
}

.tab-menu .swiper-slide.swiper-slide-thumb-active .tab_active.ic_active {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  bottom: 0;
  left: 0;
}

.tab-menu .swiper-slide.swiper-slide-thumb-active .tab_nomal {
  display: none;
}

#point .swiper-autoheight .swiper-wrapper {
  height: 55.2rem !important;
}

#point .tab-contents .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
}

.tab-contents .swiper-button-next,
.tab-contents .swiper-button-prev {
  background-color: #000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
  top: 36%;
}

.tab-contents .swiper-button-next {
  right: 1.5rem;
  left: auto;
}

.tab-contents .swiper-button-prev {
  left: 1.5rem;
  right: auto;
}

.tab-contents .swiper-button-next:after,
.tab-contents .swiper-button-prev:after {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.area_ic {
  border-top: 1px solid #000;
  background-color: white;
  padding: 1rem 0;
}

.reasonsArea {
  position: relative;
}

.bgBlue {
  background-color: #009792;
}

.blueBoxTop,
.blueBoxTop {
  background: #fffbcf !important;
}

.copyContainer {
  margin-bottom: 45px !important;
}

@media (min-width: 500px) {
  #point {
    padding: 50px 0 0;
  }

  .lesson .lesson_tx {
    font-size: 1.4rem;
    padding: 10px 0px 60px 55px;
  }

  .lesson .lesson_tx img {
    width: 12px;
    height: 12px;
  }

  .lesson_btn {
    padding: 28px 0;
  }

  .tab-menu .swiper-slide {
    width: 104px;
  }

  .tab-menu .swiper-slide.swiper-slide-thumb-active::after {
    border-width: 16px 12px 0 12px;
    bottom: -15px;
    left: calc(50% - 12px);
  }

  .tab-menu .swiper-slide.swiper-slide-thumb-active .tab_active.ic_active {
    border-width: 15px 10px 0 10px;
  }

  #point .swiper-autoheight .swiper-wrapper {
    height: 736px !important;
  }

  .tab-contents .swiper-button-next,
  .tab-contents .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
  }

  .tab-contents .swiper-button-next {
    right: 20px;
  }

  .tab-contents .swiper-button-prev {
    left: 20px;
  }

  .tab-contents .swiper-button-next:after,
  .tab-contents .swiper-button-prev:after {
    font-size: 2.8rem;
  }

  .area_ic {
    border-top: 1px solid #000;
    padding: 14px 0;
  }
}

@media (min-width: 641px) {
  .innershareContent::after {
    bottom: -140px;
  }

  .shareContentWrapper {
    padding: 100px 24px 24px;
  }

  .shareflow .link {
    bottom: 85px;
  }

  .bonus_inviteArea {
    border-right: 5.9px solid #2B5CAA;
    border-left: 5.9px solid #2B5CAA;
    border-bottom: 5.9px solid #2B5CAA;
  }

  .bonus_inviteArea_inner {
    border-right: 3.9px solid #c29d3b;
    border-left: 3.9px solid #c29d3b;
    border-bottom: 3.9px solid #c29d3b;
    margin: -1px 27.3px 0;
  }

  .lesson {
    width: auto;
    bottom: 150px;
  }

  .lesson .lesson_title {
    width: 570px;
    max-width: none;
  }

  .lavaContainer {
    width: 538px;
    margin-left: 32px;
    max-width: none;
  }

  /* */
  .lavaContainer::before {
    left: -14px;
    height: 2.5px;
    right: 14px;
    bottom: 35px;
  }

  /* */
  .lavaContainerBorder::after {
    left: -15px;
    width: 2.5px;
    bottom: 35px;
  }

  /* */
  .lavaContainerBorder::before {
    right: 12px;
    width: 2.5px;
    bottom: 35px;
  }

  .swiper.tab-contents {
    margin-right: 15px;
    margin-left: -15px;
  }
}

@media (min-width: 401px) {
  .shareContentPoint {
    margin: 0 auto;
  }
}

/* 202309 Additional */
.bgRosePink {
  background-color: #d7326e;
}

/* 202311 Additional */
.bgLightBlue {
  background-color: #97d4ef !important;
}

.keyvisual .kvInner__text {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  bottom: 1.5%;
}

.keyvisual .kvInner__text a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .keyvisual .kvInner__text {
    font-size: 11px;
  }

  .keyvisual .kvInner__text a {
    font-size: 11px;
  }
}

@media screen and (max-width: 389px) {
  .keyvisual .kvInner__text {
    bottom: 0.9%;
  }
}

ul.attentionList li {
  color: #154284 !important;
}

ul.starbullet li::before {
  content: "窶ｻ" attr(seq);
}

.sectionType1 .icon {
  width: auto;
}

.sectionType1 .titleHeader span {
  font-weight: 400;
}

.sectionType1 .titleText {
  margin-bottom: 21px;
}

.bonusArea .starbullet {
  margin-top: 20px;
}

.bonusArea .subtitle-blue {
  position: relative;
}

.bonusArea .subtitle-blue:nth-of-type(2) {
  margin: 0;
}

.bonusArea .subtitle-blue:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6%;
  background: url(https://invy.jphttps://invy.jp/upload/lava/202311/img_202311_rintsull_cut.png) right no-repeat;
  background-size: 78px 124px;
  display: block;
  width: 100%;
  height: 150px;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .bonus_inviteArea {
    border: 1vw solid #2B5CAA;
  }

  .bonusArea .bonus_inviteArea_text {
    border-radius: 4px 4px 0 0;
  }
}

@media screen and (max-width: 560px) {
  .bonusArea .subtitle-blue:nth-of-type(2)::after {
    right: -7%;
    background-size: 50px 80px;
    height: 100px;
  }
}

/*  */
/* count */
#count {
  position: relative;
}

.countNumber {
  position: absolute;
  top: 28vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #ba4b43;
  -webkit-text-stroke: 0.5px #fff;
  font-weight: bold;
}

.countNumber--digits {
  position: absolute;
  top: 35vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #ba4b43;
  -webkit-text-stroke: 0.5px #fff;
  font-weight: bold;
}

.countNumber--hundred {
  top: 41vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #ba4b43;
  -webkit-text-stroke: 0.5px #fff;
  font-weight: bold;
}

.countNumberText {
  font-size: 17vw;
}

.countNumberText--digits {
  font-size: 12vw;
}

.countNumberText--hundred {
  font-size: 12vw;
}

.countClass {
  font-size: 25vw;
}

.countClass--digits {
  font-size: 18vw;
}

.countClass--hundred {
  font-size: 13vw;
}

.kvButton a {
  background: #1bb71f;
}

#countModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

#imagePlace {
  text-align: center;
}

#imagePlace img {
  width: 90%;
  max-width: 640px;
  margin-top: 10vw;
}

.subtitle-blue {
  text-align: center;
  font-size: 18px;
  color: #2B5CAA;
  font-weight: bold;
  margin: 0;
  margin-top: 22px;
}

.starbullet-text {
  margin-top: 23px;
}

.btn__label_sub {
  font-size: 15px;
}

.bonus_inviteArea {
  position: relative;
  border-radius: 8px;
}

.bonus_inviteArea_inner {
  border: 0.6vw solid #c29d3b;
}

.bonus_inviteArea_img {
  margin-bottom: 24px;
  padding: 0 20px;
}

.bonus_inviteArea_text {
  background: #2B5CAA;
  color: white;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
}

.bonus_inviteArea_text::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #2B5CAA;
  transform: translateY(0.1em) scale(0.8) rotate(90deg);
  position: absolute;
  bottom: -15px;
  left: 50%;
}

.bonus_inviteArea_Title {
  padding: 0 40px;
}

.close {
  position: absolute;
  right: 8.5vw;
  top: 8.5vw;
  font-size: 30px;
  color: white;
  opacity: 0;
}

.kvBtnInvite a {
  width: 100%;
  display: block;
  background: #1bb71f url(https://invy.jphttps://invy.jp/upload/lava/202009/img_202009_kv_btn_bg.png) right center no-repeat;
  background-size: 25px;
  color: #fff;
  text-align: center;
  border: 15px solid #1bb71f;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 4px;
  box-sizing: border-box;
  font-size: 21px;
  font-family: "Noto Sans Javanese", sans-serif;
  font-weight: bold;
}

.kvBtnInvite .kvBtnInviteButton {
  width: 100%;
  max-width: 640px;
}

.sectionType1 .titleHeader {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 22px;
}

.sectionType1 .titleHeader span {
  font-size: 22px;
}

.kvInner__text_contain {
  position: absolute;
  text-align: center;
  color: #fff;
  background-color: #038a71;
  font-size: 15px;
}

.kvInner__text_contain a {
  color: white;
  text-decoration: underline;
  font-size: 15px;
}

@media (min-width: 641px) {
  #imagePlace img {
    width: 100%;
    margin-top: 50px;
    margin: 10px 0;
  }

  .countNumber {
    position: absolute;
    top: 135px;
  }

  .countNumber--digits {
    top: 180px;
  }

  .countNumber--hundred {
    top: 230px;
  }

  .countNumberText {
    font-size: 130px;
  }

  .countNumberText--digits {
    font-size: 90px;
  }

  .countNumberText--hundred {
    font-size: 70px;
  }

  .countClass {
    font-size: 180px;
  }

  .countClass--digits {
    font-size: 140px;
  }

  .countClass--hundred {
    font-size: 100px;
  }

  .close {
    font-size: 50px;
    right: 0;
    top: 10px;
    left: 50%;
    transform: translateX(260px);
  }
}

@media screen and (max-width: 768px) {
  .kvInner__text_contain,
  .kvInner__text_contain a {
    font-size: 11px;
  }
}

/* 202401 Additional 
-------------------------- */
.bgNavyBlue {
  background-color: #005083;
}

.bgDarkGreen {
  background-color: #007767;
}

ul.attentionList li {
  color: #ffffff !important;
}

.keyvisual .kvInner__text {
  color: #005083;
  text-shadow:
    -1px -1px 0px #ffffff,
    0px -1px 0px #ffffff,
    1px -1px 0px #ffffff,
    -1px 0px 0px #ffffff,
    1px 0px 0px #ffffff,
    -1px 1px 0px #ffffff,
    0px 1px 0px #ffffff,
    1px 1px 0px #ffffff,
    -2px -2px 0px #ffffff,
    -1px -2px 0px #ffffff,
    0px -2px 0px #ffffff,
    1px -2px 0px #ffffff,
    2px -2px 0px #ffffff,
    2px -1px 0px #ffffff,
    2px 0px 0px #ffffff,
    2px 1px 0px #ffffff,
    2px 2px 0px #ffffff,
    1px 2px 0px #ffffff,
    0px 2px 0px #ffffff,
    -1px 2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    -2px 1px 0px #ffffff,
    -2px 0px 0px #ffffff,
    -2px -1px 0px #ffffff;
}

.keyvisual .kvInner__text a {
  position: relative;
  color: #005083;
}

.keyvisual .kvInner__text a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #005083;
  height: 1px;
  z-index: 2;
}

.bonus_inviteArea_inner {
  border-radius: 8px;
}

.bonusArea .starbullet {
  margin-top: 0;
}

.shareStep_title {
  padding: 35px 13px 30px;
}

.sectionType1 .titleText {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .kvInner__text-guest {
    font-size: 12px;
  }
}

/* 202402 Additional 
-------------------------- */
.bgRed {
  background-color: #cc002c;
}

.bgDarkRed {
  background-color: #b3422d;
}

ul.attentionList li {
  color: #ffffff !important;
}

.keyvisual .kvInner__text {
  color: #ffffff;
  text-shadow: none;
}

.keyvisual .kvInner__text a {
  color: #ffffff;
  text-decoration: none;
}

.kvInner__text-guest {
  color: #ffffff;
  text-shadow: none;
}

.keyvisual .kvInner__text-guest a {
  color: #ffffff;
  text-decoration: none;
}

.keyvisual .kvInner__text a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -1px;
  background: #ffffff;
  height: 1px;
  z-index: 2;
}

.bonus_inviteArea_text.titleImage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.bonus_inviteArea_text.titleImage img {
  width: 264px;
}

/* ADDITIONAL 202402 
-------------------------------------------*/
.bgPink {
  background: #e64387;
}

.kvBottom {
  margin: 0 auto;
  padding: 30px 15px 20px;
  max-width: 640px;
}

.bgPink .image {
  margin-bottom: 0;
}

.shareStep_title {
  padding: 40px 14px 20px;
}

.userScoreArea,
.shareStep {
  margin: 0 auto 44px;
  text-align: center;
}

input[type="checkbox" i] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #cccccc;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="checkbox" i]:checked {
  background-color: #ed8894;
  border-color: #ed8894;
}

input[type="checkbox" i]::before {
  content: url(https://invy.jp/upload/lava/202403/img_20240301_checkmark.svg);
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 18px;
}

.shareContentPoint-area {
  padding: 40px 20px 30px;
}

.shareflow .link a {
  background: #1bb71f url(https://invy.jp/upload/lava/202403/img_202403_arr_left.svg) right center no-repeat;
  border: 18px solid #1bb71f;
  border-right: 15px solid #1bb71f;
  font-size: 22px;
}

.sectionType1 .titleText {
  max-width: 345px;
  width: 100%;
}

.shareflow .link {
  bottom: 8.5vw;
}

ul.starbullet li::before {
  content: "※" attr(seq);
}

.bgLightPink {
  background-color: #e64387;
}

.sectionType1 .title {
  margin: 0 0 23px;
}

.subtitle-blue {
  margin-bottom: 18px;
}

.fpWrapper > ul li::before {
  content: "・";
}

.containerBox2 .items {
  background-color: #fffbcf;
}

ul.attention.info__ul > li::before {
  content: "・";
}

.grayArea .box {
  padding: 20px 14px;
}

#footer .logo {
  margin: 24px 0;
}

.kvButton a {
  padding: 0;
  border: 18px solid #1bb71f;
  border-right: 15px solid #1bb71f;
  font-size: 22px;
}

.kvButton a::after {
  background: url(https://invy.jp/upload/lava/202403/img_202403_arr_left.svg) no-repeat center;
  border: none;
  right: 0;
}

.keyvisual .kvInner__text {
  font-weight: bold;
  text-shadow: 0 0 10px #000000;
}

.keyvisual .kvInner__text a {
  font-weight: bold;
  text-shadow: 0 0 10px #000000;
}

.banner {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}

.banner.bgPink {
  padding: 20px 11px;
  color: #fff;
}

.banner .font-yellow {
  font-size: 20px;
  color: #fff100;
}

.banner .font-big {
  font-size: 24px;
}

.bonus_inviteArea_inner .subtitle-blue {
  font-size: 24px;
  margin-bottom: 4px;
}

@media (min-width: 560px) {
  .shareflow img {
    content: url(https://invy.jp/upload/lava/202403/img_202403_share_4.png);
  }
  .shareflow .link {
    bottom: 40px;
  }
}

/* 202404 ADDITIONALS
------------------------------------- */

.keyvisual .kvInner__text {
  color: #70002e;
  text-shadow: none;
}

.keyvisual .kvInner__text a {
  color: #70002e;
  text-shadow: none;
}

.keyvisual .kvInner__text a::after {
  background: #70002e;
}

.bgAppleGreen {
  background: #7ccf00;
}

.userScoreArea,
.shareStep {
  margin: 0px auto 0;
  text-align: center;
}

.kvButton a::after {
  background: none;
}

.contentArea .noMargin {
  margin: 0 -15px;
}

.kvBtn__text .giftCertificate {
  width: 45px;
  margin-right: 5px;
}

.kvBtn__text .svg {
  margin-left: 5px;
}

.keyvisual .image {
  margin-bottom: 0;
}

.keyvisual .kvInner__text {
  bottom: 0.7%;
}

.shareStep_title {
  padding: 40px 0px 20px;
}

/* 202405 Additional
-------------------------------------------*/
.bgViridian {
  background: #008a71;
}

.banner.bgViridian {
  padding: 20px 11px;
  color: #ffffff;
}

.kvButton a::after {
  background: url(https://invy.jp/upload/lava/202403/img_202403_arr_left.svg) no-repeat center;
  border: none;
  right: 0;
}

.kvBottom {
  padding: 20px 0 20px;
}

.kvBottom.textWhite {
  padding: 20px 15px 20px;
}

.kvBottom .image {
  margin: 0;
}

/* 202406 Additional
-------------------------------------------*/
.bgLavender {
  background-color: #667BCC;
}

.banner.bgLavender {
  padding: 20px 11px;
  color: #ffffff;
}

/* 202512 Additional
-------------------------------------------*/
/* switch for CDTimer btn */
.kvButton a::after {
  display: none;
}

.kvButton.kvBtnGuest2 a::after {
  display: block;
}

.kvBtnInvite .cdt {
  background-color: inherit;
}

.kvBtnInvite a {
  background-image: none;
}

/* 202503 Additional
-------------------------------------------*/
.bgBaseColor {
  background-color: #FF26A3;
}

.banner.bgBaseColor {
  padding: 20px 11px;
  color: #ffffff;
}

.bgBaseColorVari {
  background-color: #004097;
}

.banner.bgBaseColorVari {
  padding: 20px 11px;
  color: #ffffff;
}

.kvInner__image {
  background-color: #C49436;
}

.kvInner__text_contain {
  background-color: #C49436;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 0;
}

.bgBaseColorVariSub {
  padding: 20px 0;
  background-color: #C49436;
}

/* 202412 Additional
-------------------------------------------*/
.kvInner__text_contain span {
  display: none;
}

/* 202503 Additional
-------------------------------------------*/
.bonus_inviteArea_inner .subtitle-blue {
  color: #5F90CC;
}

/* 202505 Additional
-------------------------------------------*/
.bgBaseColorVari2 {
  background-color: #008A71;
}

.keyvisual .kvInner__text {
  bottom: 1%;
  color: #FFFFFF;
}

.keyvisual .kvInner__text a {
  color: #FFFFFF;
  text-decoration: underline;
}

.keyvisual .kvInner__text a::after {
  display: none;
}

/* 202507 Additional
-------------------------------------------*/
.kvStickyBtn {
  z-index: 3;
  width: 100%;
  min-height: 101px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #46E731;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.33);
}

.kvStickyBtn p {
  line-height: 0;
  text-align: center;
  margin-bottom: 8px;
}

.kvStickyBtn p img {
  width: 90.4%;
	max-width: 339px;
}

.kvStickyBtnInner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.kvStickyBtnInnerItem {
  width: 100%;
}

.kvInner__image {
  position: relative;
}

.kvInner__image .kv_ctabtn {
  position: absolute;
  bottom: 6.05%;
  left: 11.47%;
  width: 77.07%;
}

.benefits{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.benefits .benefitsHead {
  position: relative;
  width: 100%;
}

.benefits .benefitsHead img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.benefits .benefitsTabMenu {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: -18.67vw 0 0;
}

@media screen and (min-width: 640px) {
  .benefits .benefitsTabMenu {
    margin-top: -119px;
  }
}

.benefits .benefitsTabMenu li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  width: 44.13%;
  height: 18.67vw;
  max-height: 119px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.benefits .benefitsTabMenu li[data-tab="benefitsLava"] {
  background-image: url("/upload/lava/202507/img_20250701_benefits_tab_lava_off.png");
}

.benefits .benefitsTabMenu li[data-tab="benefitsLava"].active {
  background-image: url("/upload/lava/202507/img_20250701_benefits_tab_lava_on.png");
}

.benefits .benefitsTabMenu li[data-tab="benefitsRintosull"] {
  background-image: url("/upload/lava/202507/img_20250701_benefits_tab_rintosull_off.png");
}

.benefits .benefitsTabMenu li[data-tab="benefitsRintosull"].active {
  background-image: url("/upload/lava/202507/img_20250701_benefits_tab_rintosull_on.png");
}

.benefits .benefitsTabContent {
  margin-bottom: 40px;
}

.benefits .benefitsTabContent .benefitsTabPanel {
  width: 100%;
  display: none;
}

.benefits .benefitsTabContent .benefitsTabPanel.active {
  display: block;
}

.benefits .benefitsTabContent .benefitsTabPanel#benefitsLava {
  border-top: 4px solid #F08C00;
}

.benefits .benefitsTabContent .benefitsTabPanel#benefitsRintosull {
  border-top: 4px solid #2B5CAA;
}

.benefits .benefitsTabContent .benefitsTabPanelImg {
  width: 100%;
}

/* 202508 Additional
-------------------------------------------*/
.kvStickyBtn {
  text-align: center;
  background-color: #36D522;
}

.kvStickyBtn .cdt {
  padding: 2px 17px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 700;
}

.kvStickyBtn .cdt #cdt_date {
  margin-left: 10px;
}

.kvStickyBtn .cdt #cdt_date .cdt_num {
  background: white;
  border-radius: 3px;
  height: 26px;
  display: inline-block;
  padding: 7px 1px;
  margin-right: 3px;
}

.kvStickyBtn .cdt #cdt_date span {
  font-size: 21px;
  color: #f00082;
  margin-left: 6px;
}

.kvStickyBtn.cdt #cdt_date small {
  font-size: 12px;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}

.kvStickyBtn .kvBtn__date {
  font-size: 14px;
  margin: 0px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}

.kvStickyBtn .kvBtn__date span {
  font-weight: bold;
  font-size: 22px;
  color: #ffff00;
}

.kvInner__image .kv_ctabtn {
  bottom: 4.0%;
  left: 6.57%;
  width: 87.7%;
}

.ctaBtnContent{
  position: relative;
}

.floatV {
    -webkit-animation: floatV 2.5s ease-in-out infinite alternate;
    animation: floatV 2.5s ease-in-out infinite alternate;
}

@-webkit-keyframes floatV {
    0% {
        -webkit-transform: translate3d(0, -0.5em, 0);
        transform: translate3d(0, -0.5em, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 0.3em, 0);
        transform: translate3d(0, 0.3em, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -0.3em, 0);
        transform: translate3d(0, -0.3em, 0);
    }
}

@keyframes floatV {
    0% {
        -webkit-transform: translate3d(0, -0.5em, 0);
        transform: translate3d(0, -0.5em, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 0.3em, 0);
        transform: translate3d(0, 0.3em, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -0.3em, 0);
        transform: translate3d(0, -0.3em, 0);
    }
}

@-webkit-keyframes shine {
    0% {
        left: -200%;
        opacity: 0;
    }

    70% {
        left: -200%;
        opacity: 0.5;
    }

    71% {
        left: -200%;
        opacity: 1;
    }

    100% {
        left: -20%;
        opacity: 0;
    }
}

@keyframes shine {
    0% {
        left: -200%;
        opacity: 0;
    }

    70% {
        left: -200%;
        opacity: 0.5;
    }

    71% {
        left: -200%;
        opacity: 1;
    }

    100% {
        left: -20%;
        opacity: 0;
    }
}

.kirari {
    position: relative;
    display: block;
}

.kirari .shine_inner {
    position: relative;
    overflow: hidden;
    display: block;
}

.kirari .shine_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.kirari .shine {
    content: "";
    -webkit-animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    top: 0;
    left: -160%;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    display: block;
}

.benefitsLavaBtnBlock {
  width: 100%;
  position: relative;
  background-color: #fce4b3;
  padding: 25px 0 32px;
}

.benefitsLavaBtnBlock .kv_ctabtn {
  width: 87.7%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.benefitsLavaBtnBlock img {
  width: 100%;
}

.benefitsRintosullBtnBlock {
  width: 100%;
  position: relative;
  background-color: #C3D1E7;
  padding: 0 0 29px;
}

.benefitsRintosullBtnBlock .kv_ctabtn {
  width: 81.6%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.benefitsRintosullBtnBlock img {
  width: 100%;
}

.whiteCta {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 4px 0 40px;
}

.whiteCta .kv_ctabtn {
  width: 87.7%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.whiteCta .kv_ctabtn img {
  width: 100%;
}

/* 202512 Additional
-------------------------------------------*/
.benefitsLavaBnrBlock {
  width: 100%;
  position: relative;
  background-color: #fce4b3;
  padding: 0 0 40px;
}

.benefitsLavaBnrBlock span {
  width: 92%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.benefitsLavaBnrBlock a {
  width: 92%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.benefitsLavaBnrBlock img {
  width: 100%;
}