@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #0070cc;
  text-decoration: none;
}

sup {
  font-size: 8px;
  vertical-align: super;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.l-headerSimple__logo {
  float: left;
}

.l-headerSimple__logo>img {
  width: 100%;
}

.informationBox {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f00;
}

.informationBox__lead {
  font-size: 12px;
  text-align: center;
  color: #f00;
  line-height: 1.6;
}

.informationBox__lead a {
  font-size: 12px;
}

.informationBox__lead[data-size="m"],
.informationBox__lead[data-size="m"] a {
  font-size: 14px;
}

.coupon-box {
  width: 100%;
}

.coupon-box__title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #d09524;
  line-height: 1.4;
}

.coupon-box__wrap {
  border-right: 1px solid #d09524;
  border-bottom: 1px solid #d09524;
  border-left: 1px solid #d09524;
}

.section {
  padding: 90px 0;
}

.section--vsim {
  padding: 0 0 60px;
}

.section .section__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.section .section__inner>*:first-child {
  margin-top: 0;
}

.section--gray {
  background-color: #eee;
}

.section--gold {
  background-color: #f6d681;
}

.section--gold .headingLv2 .headingLv2__sub {
  border-bottom: 3px solid #eb5505;
  color: #eb5505;
}

.anchor {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 365px;
  margin: 0 auto;
}

.anchor .anchor__item a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-right: 25px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

.anchor .anchor__item a:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url(/function/promotion/goldru/img/icon_anchor.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}

.anchor .anchor__item a:hover {
  text-decoration: underline;
}

.headingLv2 {
  line-height: 1.6;
  text-align: center;
}

.headingLv2 .headingLv2__sub {
  display: inline-block;
  border-bottom: 3px solid #d09524;
  color: #d09524;
  font-size: 2.0rem;
  font-weight: bold;
}

.headingLv2 .headingLv2__main {
  display: inline-block;
  margin-top: 5px;
  font-size: 3.4rem;
  font-weight: 600;
}

.headingLv2 .headingLv2__main--white {
  color: #fff;
}

.headingLv3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.headingLv3 .headingLv3__subText {
  color: #d09524;
  font-size: 1.6rem;
  font-weight: bold;
}

.headingLv3 .headingLv3__emphasis {
  font-size: 3.0rem;
  font-weight: bold;
}

.headingLv3:not(.headingLv3--spAlignLeft) {
  text-align: center;
}

.line--black {
  border-top: 1px solid #000;
}

.colorGold {
  color: #a68001;
}

.textSmall {
  font-size: 12px;
}

.text {
  margin-top: 10px;
  line-height: 1.6;
}

.text--small {
  font-size: 1.2rem;
}

.text--large {
  margin-top: 15px;
  font-size: 1.6rem;
}

.text--bold {
  font-weight: bold;
}

.text--alignCenter {
  text-align: center;
}

.text--colorDarkRed {
  color: #cc0000;
}

.text--colorRed {
  color: #ff0000;
}

.text--highlight {
  display: inline-block;
  padding: 0 5px;
  background-color: #d09524;
  color: #fff;
  font-weight: bold;
}

.textLabel {
  position: relative;
  height: 24px;
  margin-top: 15px;
  padding: 5px 23px 5px 8px;
  color: #fff;
  font-weight: bold;
}

.textLabel:before,
.textLabel:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 24px;
  margin: auto;
  content: "";
}

.textLabel:before {
  background-color: #fff;
}

.textLabel--first {
  background-color: #cc0000;
}

.textLabel--first:after {
  border-width: 12px 0 12px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #cc0000;
}

.textLabel--normal {
  background-color: #666;
}

.textLabel--normal:after {
  border-width: 12px 0 12px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #666;
}

.textLink {
  text-decoration: underline;
}

.link--iconArrow {
  position: relative;
  padding-left: 16px;
}

.link--iconArrow:before {
  position: absolute;
  top: 0.16em;
  left: 3px;
  width: 6px;
  height: 10px;
  background-image: url(/function/promotion/goldru/img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}

.mgT0 {
  margin-top: 0 !important;
}

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

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

.pdB0 {
  padding-bottom: 0 !important;
}

.image {
  margin-top: 15px;
}

.image--alignCenter {
  text-align: center;
}

.image--hospital {
  width: 58px;
}

.image--arrowBottom {
  width: 48px;
}

.image--wine {
  width: 43px;
}

.image--wine {
  width: 43px;
}

.image--camera {
  width: 59px;
}

.image--weather {
  width: 69px;
}

.image--emergencyHospital {
  width: 111px;
}

.image--damage {
  width: 75px;
}

.image--theft {
  width: 79px;
}

.image--fire {
  width: 62px;
}

.image--arrowRight {
  width: 16px;
}

.image--card {
  width: 97px;
}

.tile .tile__item {
  width: 50%;
}

.tile .tile__item>*:first-child {
  margin-top: 0;
}

.tile .tile__item .accordionFaq .accordionFaq__head {
  background-color: #fff;
}

.tile .tile__item .accordionFaq .accordionFaq__body {
  padding-bottom: 0;
  border-bottom: none;
}

.tile .tile__item--whiteBox {
  position: relative;
  padding: 40px 32px;
  background-color: #fff;
}

.tile .tile__box {
  background-color: #fdf7e6;
}

.tile .tile__box .tile__box__lead {
  font-weight: bold;
  line-height: 1.4;
}

.tile .tile__box .tile__box__leadSub {
  margin-bottom: 5px;
  display: block;
  color: #d09524;
  font-weight: bold;
}

.tile .tile__box .tile__box__emphasis {
  font-weight: bold;
}

.borderBox {
  margin-top: 70px;
  padding: 35px;
  border: 5px solid #dcdcdc;
  border-radius: 10px;
  background-color: #fff;
}

.borderBox .borderBox__textOrange {
  color: #eb5505;
}

.borderBox .borderBox__textBold {
  font-weight: bold;
}

.feature {
  position: relative;
}

.feature .feature__box {
  z-index: 1;
  position: relative;
  padding: 38px;
  background-color: #fff;
}

.feature .feature__box img {
  width: 100%;
}

.feature .feature__title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.feature .feature__number {
  width: 75px;
  margin-top: 5px;
}

.feature .feature__lead {
  margin-left: 20px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
}

.feature .feature__subText {
  color: #d09524;
  font-size: 1.6rem;
  font-weight: bold;
}

.box {
  margin-top: 70px;
  padding: 50px 75px;
  border-top: 6px solid #d09524;
  background-color: #fff;
}

.grid {
  margin-top: 15px;
}

.grid .grid__item>*:not(.card--pcCol3):not(.card--pcCol4):first-child {
  margin-top: 0;
}

.card {
  margin-top: 15px;
  border: 1px solid #888;
  border-radius: 5px;
}

.card .card__item>*:first-child {
  margin-top: 0;
}

.card:not(.card--pcCol4).card__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card .card__textBlack {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.card .card__textBlack span {
  font-size: 1.8rem;
  font-weight: bold;
}

.card .card__title {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.card .card__textGold {
  margin-top: 15px;
  color: #d09524;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.card .card__textGold span {
  font-size: 1.8rem;
  font-weight: bold;
}

.card .card__textGold .card__textLarge {
  font-size: 3.0rem;
}

.card .card__textGold .card__textMedium {
  font-size: 2.2rem;
}

.card .card__textGold .card__textSmall {
  font-size: 1.2rem;
}

.card--col2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.card--col2 .card__item {
  width: 50%;
  padding: 20px 15px 15px;
}

.card--col2 .card__item:nth-child(n + 2) {
  border-left: 1px dashed #888;
}

.button {
  margin-top: 70px;
}

.button a {
  display: block;
  position: relative;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 45px 12px;
  border-radius: 200px;
  background-color: #d09524;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.button a:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url(/common/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
  content: '';
}

.button--orange a {
  background-color: #eb5505;
}

.button a:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  background-color: #e3bf7c;
  opacity: 1;
  transition: all .2s ease;
}

.button--orange a:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  background-color: #f67d3d;
  opacity: 1;
  transition: all .2s ease;
}

.button a span {
  font-size: 1.4rem;
  font-weight: bold;
}

.list {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.list .list__item {
  position: relative;
  padding-left: 1.5rem;
}

.list .list__item--caution:before {
  position: absolute;
  left: 0;
  content: "\203b";
}

.list .list__item--dot:before {
  position: absolute;
  left: 0;
  color: #000;
  content: "・";
}

.list .list__item--goldDot:before {
  position: absolute;
  left: 0;
  color: #d09524;
  content: "・";
}

.list[data-type="asterisk-number"] .list__item {
  padding-left: 2.1em;
  text-indent: -2.1em;
}

.list[data-type="asterisk"] .list__item {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.list[data-type="kome-number"] .list__item {
  padding-left: 2.7em;
  text-indent: -2.7em;
}

.list[data-type="dot"] .list__item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.list--gray {
  color: #666;
}

.list--dark {
  color: #333;
}

.list--white {
  color: #fff;
}

.list--large {
  font-size: 1.4rem;
}

.list--alignRight {
  text-align: right;
}

.list--alignRight .list__item {
  display: inline-block;
}

.listPcCol4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.listPcCol4 .listSpCol2__item {
  width: 50%;
}

.listPcCol4 .list {
  margin-top: 0;
}

.table {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table th {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}

.table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}

.table .table__credit {
  background-color: #b0bac1;
  text-align: center;
}

.table .table__gold {
  background-color: #deb043;
  text-align: center;
}

.table .table__emphasis {
  background-color: #fff4ed;
}

.accordion {
  margin-top: 40px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.accordion .accordion__head {
  position: relative;
  padding: 15px 70px;
  border-bottom: 1px solid #000;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.accordion .accordion__head.is-open .accordion__icon:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordion .accordion__icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 100%;
  text-align: center;
}

.accordion .accordion__icon:before,
.accordion .accordion__icon:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 15px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #000;
  content: '';
  transition: all 0.2s ease;
}

.accordion .accordion__icon:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion .accordion__body {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #000;
}

.accordion .accordion__body>*:first-child {
  margin-top: 0;
}

.accordion .accordionFaq:last-of-type .accordionFaq__body {
  border-bottom: none;
}

.accordionFaq {
  border-top: 1px solid #888;
}

.accordionFaq .accordionFaq__icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #d09524;
  text-align: center;
}

.accordionFaq .accordionFaq__icon:before,
.accordionFaq .accordionFaq__icon:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 15px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #fff;
  content: '';
  transition: all 0.2s ease;
}

.accordionFaq .accordionFaq__icon:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordionFaq .accordionFaq__head {
  position: relative;
  position: relative;
  padding: 12px 50px 10px 20px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 6px solid #d09524;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.accordionFaq .accordionFaq__head.is-open .accordionFaq__icon:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordionFaq .accordionFaq__body {
  display: none;
  padding: 14px 20px;
  border-bottom: 1px solid #888;
}

.accordionFaq .accordionFaq__body>*:first-child {
  margin-top: 0;
}

.accordionFaq+.accordionFaq {
  border-top: none;
}

.fixGuide {
  -webkit-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  border-top: 3px solid #d09524;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.fixGuide .fixGuide__inner {
  max-width: 960px;
  margin: 0 auto;
}

.fixGuide .fixGuide__inner>*:first-child {
  margin-top: 0;
}

.l-footerSimple {
  padding-top: 20px;
  padding-right: 3%;
  padding-bottom: 20px;
  padding-left: 3%;
  background-color: #f3f3f3;
  color: #888;
  text-align: center;
}

.l-footerSimple__inner {
  line-height: 1.5;
}

.alignMiddle {
  vertical-align: middle;
}

.maringTop--0 {
  margin-top: 0 !important;
}

.mgT5 {
  margin-top: 5px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.frame__container {
  margin: 15px 0;
}

.frame {
  background-color: #fff;
  line-height: 1.6;
}

.frame[data-type="caution"] {
  border: solid 1px red;
}

.frame .frame__text {
  font-size: 13px;
  color: #ff0000;
}

.frame .frame__text>span {
  font-size: 14px;
  font-weight: bold;
}

.c-link[data-icon=window]::before {
  position: absolute;
  top: 0.36em;
  left: 3px;
  width: 15px;
  height: 10px;
  background-image: url(/common/img/icon_window.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}

.c-link {
  display: inline-block;
  position: relative;
  padding-right: 0.1em;
  color: #0070cc;
  line-height: 1.6;
  vertical-align: top;
}

.c-link[data-icon=window] {
  padding-left: 22px;
}

.c-link.c-note-link[data-icon="window"]::before {
  top: 1px;
}

.c-note-link {
  font-size: 12px;
  vertical-align: baseline;
  display: inline;
}

.c-tab__container {
  margin-top: 40px
}

.c-tab[data-col="2"] .c-tab__item {
  width: 50%
}

.c-tab[data-col="3"] .c-tab__item {
  width: 33%
}

.c-tab__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  border-bottom: 1px solid #eb5505;
  border-spacing: 16px 0
}

.c-tab__contents {
  margin-top: 35px
}

.c-tab__item {
  display: table-cell;
  position: relative;
  bottom: -2px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #eb5505;
  border-left: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  vertical-align: middle
}

.c-tab__item:not(.is-selected) {
  background-color: #f3f3f3
}

.c-tab__item>a {
  display: block;
  padding: 36px 12px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center
}

.c-tab__item.is-selected {
  border-top: 1px solid #eb5505;
  border-right: 1px solid #eb5505;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eb5505
}

.c-tab__item.is-selected>a {
  color: #eb5505
}

.c-tab__item.is-selected::before {
  position: absolute;
  bottom: -1.5px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ''
}

.c-tab__panel:not(.is-visible) {
  display: none
}

.benefits-tab .benefits-tab__list {
  border-bottom: none;
  border-spacing: 0;
  display: flex;
}

.benefits-tab .benefits-tab__item {
  padding: 30px 12px;
  border-radius: 20px 0 0 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #eee;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-bottom: 2px solid #d09524;
}

.benefits-tab .benefits-tab__item.is-selected {
  color: #333;
  border-top: 2px solid #d09524;
  border-right: 2px solid #d09524;
  border-left: 2px solid #d09524;
  background-color: #d09524;
}

.benefits-tab .benefits-tab__item:first-child {
  margin-right: 15px;
}

.benefits-tab .benefits-tab__item.is-selected::before {
  width: 90%;
  height: 4px;
  background-color: #d09524;
  bottom: 0;
}

.benefits-tab .benefits-tab__item>a {
  padding: 0;
  color: #333;
  font-size: 24px;
  line-height: 1.3;
}

.benefits-tab .benefits-tab__item.is-selected>a {
  color: #fff;
}

.benefits-tab .benefits-tab__item>a:hover {
  text-decoration: none;
}

.benefits-tab .benefits-tab__contents {
  padding: 40px 30px;
  border: 2px solid #d09524;
  position: relative;
}

@media (min-width: 641px) {
  .pcMgT20 {
    margin-top: 20px !important;
  }

  .pcMgT40 {
    margin-top: 40px !important;
  }

  .pcMgT60 {
    margin-top: 60px !important;
  }

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

  .pcMgB30 {
    margin-bottom: 30px !important;
  }

  .pcPdT30 {
    padding-top: 30px !important;
  }

  .pcPdT39 {
    padding-top: 39px !important;
  }

  .pcPdT51 {
    padding-top: 51px !important;
  }

  .pcPdB30 {
    padding-bottom: 30px !important;
  }

  .pcPdB38 {
    padding-bottom: 38px !important;
  }

  .pcPdB51 {
    padding-bottom: 51px !important;
  }

  .l-headerSimple {
    border-top: 3px solid #eb5505;
  }

  .l-headerSimple__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    overflow: hidden;
  }

  .l-headerSimple__logo {
    width: 166px;
  }

  .wrap {
    padding-bottom: 106px;
  }

  .informationBox {
    margin-bottom: 15px;
  }

  /* .mainVisual {
    padding: 0 0 60px;
    background: url(/function/promotion/rufg2502/img/bg_mv.png) center top no-repeat;
    background-size: cover;
  } */

  .mainVisual .mainVisual__inner {
    max-width: 2600px;
    margin: 0 auto;
  }

  #first-cv.button {
    margin-top: -37px;
  }

  .mainVisual+.button+.section {
    padding-top: 55px;
  }

  .coupon-box {
    margin-top: 30px;
  }

  .coupon-box__title {
    padding: 15px;
    font-size: 20px;
  }

  .coupon-box__wrap {
    padding: 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .coupon-box__body {
    width: 75%;
    margin-right: 30px;
  }

  .coupon-box__img {
    width: 25%;
  }

  .section--special {
    background: url(/function/promotion/goldru/img/bg_special.png) center top no-repeat #000;
    background-size: cover;
  }

  .headingLv3:not(.headingLv3--spAlignLeft)+.text {
    margin-top: 40px;
  }

  .headingLv3--spAlignLeft {
    text-align: left;
  }

  .text--pcAlignCenter {
    text-align: center;
  }

  .tile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 70px;
  }

  .tile .tile__item .accordionFaq .accordionFaq__body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tile .tile__item--point {
    padding: 40px 42px;
  }

  .tile .tile__item--1 {
    padding-left: 0;
    background: url(/function/promotion/goldru/img/bg_point_01.png) right 40px top no-repeat;
    background-size: 186px 156px;
  }

  .tile .tile__item--2 {
    padding-left: 0;
    background: url(/function/promotion/goldru/img/bg_point_02.png) right 40px top no-repeat;
    background-size: 213px 154px;
  }

  .tile .tile__item--3 {
    padding-left: 0;
    background: url(/function/promotion/goldru/img/bg_point_03.png) right 40px top no-repeat;
    background-size: 209px 156px;
  }

  .tile .tile__item--4 {
    padding-left: 0;
    background: url(/function/promotion/goldru/img/bg_point_04.png) right 40px top no-repeat;
    background-size: 216px 156px;
  }

  .tile.tile--reverse .tile__item--1,
  .tile.tile--reverse .tile__item--2,
  .tile.tile--reverse .tile__item--3,
  .tile.tile--reverse .tile__item--4 {
    padding-left: 42px;
    padding-right: 0;
    background-position: right top;
  }

  .tile:nth-child(n + 2) {
    margin-top: 60px;
  }

  .tile--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .tile:not(.tile--reverse) .tile__item--whiteBox:before {
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    left: -16px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 16px solid transparent;
    content: '';
  }

  .tile.tile--reverse .tile__item--whiteBox:before {
    display: block;
    position: absolute;
    top: 50%;
    right: -16px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #fff;
    content: '';
  }

  .tile .tile__box {
    margin-top: 15px;
    padding: 15px;
  }

  .tile .tile__box .tile__box__lead {
    font-size: 2.5rem;
  }

  .tile .tile__box .tile__box__leadSub {
    font-size: 2rem;
  }

  .tile .tile__box .tile__box__emphasis {
    font-size: 3rem;
  }

  .borderBox .borderBox__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .borderBox .borderBox__lead {
    width: calc(100% - 236px);
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .borderBox .borderBox__lead>*:first-child {
    margin-top: 0;
  }

  .borderBox .borderBox__textLarge {
    font-size: 2.3rem;
  }

  .borderBox .borderBox__image {
    width: 236px;
  }

  .feature--1 {
    margin-top: 70px;
    padding-bottom: 43px;
    background: url(/function/promotion/goldru/img/bg_feature_white_01.png) center top no-repeat;
    background-size: cover;
  }

  .feature--1 .feature__box {
    max-width: 575px;
  }

  .feature--1 .feature__image {
    position: absolute;
    right: 0;
    bottom: 27px;
    max-width: 450px;
  }

  .feature--1 .feature__image .list {
    position: absolute;
    right: 12px;
    bottom: 8px;
  }

  .feature--2 {
    margin-top: 45px;
    padding-bottom: 43px;
    background: url(/function/promotion/goldru/img/bg_feature_white_02.png) center top no-repeat;
    background-size: cover;
  }

  .feature--2 .feature__box {
    max-width: 575px;
    margin-left: auto;
  }

  .feature--2 .feature__image {
    position: absolute;
    bottom: 20px;
    left: 0;
    max-width: 450px;
  }

  .feature--3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 45px;
    background: url(/function/promotion/goldru/img/bg_feature_white_03.png) center top no-repeat;
    background-size: cover;
  }

  .feature--3 .feature__box {
    width: 48%;
  }

  .feature--3 .feature__box:nth-of-type(n + 2) {
    margin-top: 100px;
    margin-left: 4%;
  }

  .feature--3 .feature__image {
    margin-top: 15px;
  }

  .grid--col2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .grid--col2 .grid__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 49%;
  }

  .grid--col2 .grid__item:nth-child(2n) {
    margin-left: 2%;
  }

  .grid--col2 .grid__item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .mediaExample {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
  }

  .mediaExample .mediaExample__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 33.333%;
  }

  .mediaExample .mediaExample__item>*:first-child {
    margin-top: 0;
  }

  .card--pcCol3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .card--pcCol3 .card__item {
    width: 33.333%;
    padding: 20px 15px 15px;
  }

  .card--pcCol3 .card__item:nth-child(n + 2) {
    border-left: 1px dashed #888;
  }

  .card--pcCol4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card--pcCol4 .card__item {
    width: 18%;
    padding: 20px 8px 15px;
  }

  .card--pcCol4 .card__item--wide {
    width: 46%;
  }

  .card--pcCol4 .card__item:nth-child(n + 2) {
    border-left: 1px dashed #888;
  }

  .card__split {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
  }

  .card__split .image {
    padding: 0 5px;
  }

  .card__split .card__textGold {
    width: 155px;
  }

  .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 40px;
  }

  .media .media__image {
    width: 97px;
  }

  .media .media__image>*:first-child {
    margin-top: 0;
  }

  .media .media__lead {
    width: calc(100% - 117px);
    margin-left: 20px;
  }

  .media .media__lead>*:first-child {
    margin-top: 0;
  }

  .listPcCol4 .listSpCol2__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .listPcCol4 .list {
    width: 50%;
  }

  .accordionSpOnly .accordionSpOnly__head {
    display: none;
  }

  .accordionSpOnly .accordionSpOnly__body {
    display: block !important;
  }

  .fixGuide {
    height: 106px;
    padding: 14px 14px 15px;
  }

  .fixGuide .button {
    margin-top: 10px;
  }

  .moreButton {
    display: none;
  }

  .moreButton-target {
    display: block !important;
  }

  .js-fadeIn {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transform: translate(0, 100px);
    opacity: 0;
    transition: all 1000ms;
  }

  .js-fadeIn.scrollIn {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  .pcMaringTop--0 {
    margin-top: 0 !important;
  }

  .spOnly {
    display: none;
  }

  .frame {
    padding: 20px;
  }

  .frame[data-pc-align="center"] {
    text-align: center;
  }

  .c-tab__container {
    margin-bottom: 15px
  }

  .c-tab__container+.c-tab__container {
    margin-top: 35px
  }
}

@media (max-width: 640px) {
  .spMgT10 {
    margin-top: calc(10 / 375 * 100vw) !important;
  }

  .spMgT20 {
    margin-top: calc(20 / 375 * 100vw) !important;
  }

  .spMgT30 {
    margin-top: calc(30 / 375 * 100vw) !important;
  }

  .spMgB20 {
    margin-bottom: calc(20 / 375 * 100vw) !important;
  }

  .spMgB10 {
    margin-bottom: calc(10 / 375 * 100vw) !important;
  }

  .sp-max-w258 {
    max-width: calc(258 / 375 * 100vw);
  }

  .text--alignCenter-sp {
    text-align: center;
  }

  .l-headerSimple {
    padding-top: calc(10 / 375 * 100vw);
    padding-right: 3%;
    padding-bottom: calc(10 / 375 * 100vw);
    padding-left: 3%;
    overflow: hidden;
    border-bottom: calc(1 / 375 * 100vw) solid #cccccc;
  }

  .l-headerSimple__logo {
    width: calc(90 / 375 * 100vw);
  }

  .wrap {
    padding-bottom: calc(88 / 375 * 100vw);
  }

  .informationBox {
    margin: calc(15 / 375 * 100vw) calc(10 / 375 * 100vw);
  }

  /* .mainVisual {
    margin-top: calc(15 / 375 * 100vw);
  } */

  .mainVisual+.button {
    margin-top: calc(20 / 375 * 100vw);
  }

  .mainVisual+.button+.section {
    padding-top: calc(20 / 375 * 100vw);
  }

  .coupon-box {
    margin-top: calc(20 / 375 * 100vw);
  }

  .coupon-box__title {
    padding: calc(10 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }

  .coupon-box__wrap {
    padding: calc(20 / 375 * 100vw) calc(10 / 375 * 100vw);
  }

  .coupon-box__img {
    margin-top: calc(15 / 375 * 100vw);
  }

  .section {
    padding: calc(35 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }

  .section--vsim {
    padding: 0 0 calc(40 / 375 * 100vw);
  }

  .section .section__inner {
    padding: 0 2.6%;
  }

  .section--special {
    background-color: #17171a;
  }

  .anchor {
    padding: 0 2.6%;
  }

  .headingLv2 .headingLv2__sub {
    font-size: 15px;
  }

  .headingLv2 .headingLv2__main {
    font-size: 2.2rem;
  }

  .headingLv3 {
    font-size: 1.8rem;
    text-align: center;
  }

  .headingLv3 .headingLv3__subText {
    font-size: 1.4rem;
  }

  .headingLv3 .headingLv3__emphasis {
    font-size: 2.5rem;
  }

  .headingLv3:not(.headingLv3--spAlignLeft)+.text {
    margin-top: calc(20 / 375 * 100vw);
  }

  .text--large {
    margin-top: calc(10 / 375 * 100vw);
    font-size: 1.4rem;
  }

  .text--spAlignCenter {
    text-align: center;
  }

  .tile {
    margin-top: calc(30 / 375 * 100vw);
  }

  .tile .tile__item {
    width: 100%;
    margin-top: calc(15 / 375 * 100vw);
  }

  .tile .tile__item:first-child {
    margin-top: 0;
  }

  .tile .tile__item--1 {
    padding-left: 0;
    background: url(/function/promotion/goldru/img/bg_point_01.png) right top no-repeat;
    background-size: calc(104 / 375 * 100vw) calc(86 / 375 * 100vw);
  }

  .tile .tile__item--2 {
    padding-right: 0;
    background: url(/function/promotion/goldru/img/bg_point_02.png) right top no-repeat;
    background-size: calc(120 / 375 * 100vw) calc(86 / 375 * 100vw);
  }

  .tile .tile__item--3 {
    padding-right: 0;
    background: url(/function/promotion/goldru/img/bg_point_03.png) right top no-repeat;
    background-size: calc(116 / 375 * 100vw) calc(88 / 375 * 100vw);
  }

  .tile .tile__item--4 {
    padding-right: 0;
    background: url(/function/promotion/goldru/img/bg_point_04.png) right top no-repeat;
    background-size: calc(123 / 375 * 100vw) calc(88 / 375 * 100vw);
  }

  .tile .tile__item--point {
    padding: calc(15 / 375 * 100vw) 0;
  }

  .tile .tile__item--whiteBox {
    padding: calc(20 / 375 * 100vw) 5.6%;
  }

  .tile .tile__item--whiteBox:before {
    position: absolute;
    top: calc(-30 / 375 * 100vw);
    left: 50%;
    margin-left: calc(-15 / 375 * 100vw);
    border: calc(15 / 375 * 100vw) solid transparent;
    border-bottom: calc(15 / 375 * 100vw) solid #fff;
    content: "";
  }

  .tile .tile__box {
    margin-top: calc(20 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) calc(10 / 375 * 100vw);
  }

  .tile .tile__box .tile__box__lead {
    font-size: 1.7rem;
    text-align: center;
  }

  .tile .tile__box .tile__box__leadSub {
    font-size: 1.8rem;
  }

  .tile .tile__box .tile__box__emphasis {
    font-size: 2.5rem;
  }

  .borderBox {
    margin-top: calc(30 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) 5.6%;
  }

  .borderBox .borderBox__lead {
    margin-top: calc(15 / 375 * 100vw);
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .borderBox .borderBox__textLarge {
    margin-top: calc(15 / 375 * 100vw);
    font-size: 1.8rem;
  }

  .borderBox .borderBox__image {
    margin-top: calc(15 / 375 * 100vw);
    text-align: center;
  }

  .borderBox .borderBox__image img {
    width: 100%;
    max-width: calc(282 / 375 * 100vw);
  }

  .feature .feature__box {
    padding: calc(20 / 375 * 100vw) 5.6%;
  }

  .feature .feature__lead {
    font-size: 1.8rem;
  }

  .feature .feature__subText {
    font-size: 1.4rem;
  }

  .feature--1 {
    margin-top: calc(30 / 375 * 100vw);
  }

  .feature--1 .feature__image {
    position: relative;
  }

  .feature--1 .feature__image .list {
    position: absolute;
    right: calc(12 / 375 * 100vw);
    bottom: calc(8 / 375 * 100vw);
  }

  .feature--2 {
    margin-top: calc(30 / 375 * 100vw);
  }

  .feature--3>.feature__image {
    margin-top: calc(30 / 375 * 100vw);
  }

  .box {
    margin-top: calc(30 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) 5.6%;
  }

  .grid--col2 .grid__item:nth-child(n + 2) {
    margin-top: calc(10 / 375 * 100vw);
  }

  .grid--spCol2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .grid--spCol2 .grid__item {
    width: 49%;
  }

  .grid--spCol2 .grid__item:nth-child(n + 2) {
    margin-left: 2%;
  }

  .grid--spCol2 .card--spCol1 {
    margin-top: 0;
  }

  .mediaExample .mediaExample__item>*:first-child {
    margin-top: 0;
  }

  .mediaExample .mediaExample__item:nth-child(n + 2) {
    margin-top: calc(27 / 375 * 100vw);
  }

  .card .card__title {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .card .card__textGold .card__textLarge {
    font-size: 2.7rem;
  }

  .card--col2 .card__item {
    width: 41%;
    padding: calc(20 / 375 * 100vw) calc(8 / 375 * 100vw);
  }

  .card--col2 .card__item:nth-child(n + 2) {
    width: 59%;
  }

  .card--spCol1 .card__item {
    padding: calc(20 / 375 * 100vw) calc(7 / 375 * 100vw);
  }

  .card--spCol1 .card__item:nth-child(n + 2) {
    border-top: calc(1 / 375 * 100vw) dashed #888;
  }

  .media {
    margin-top: calc(20 / 375 * 100vw);
  }

  .media .media__image {
    text-align: center;
  }

  .media .media__lead {
    margin-top: calc(20 / 375 * 100vw);
  }

  .media .media__lead>*:first-child {
    margin-top: 0;
  }

  .button {
    margin-top: calc(30 / 375 * 100vw);
  }

  .button a {
    padding: calc(5 / 375 * 100vw) calc(45 / 375 * 100vw) calc(7 / 375 * 100vw);
    font-size: 1.9rem;
  }

  .button a:before {
    right: calc(20 / 375 * 100vw);
  }

  .button a span {
    font-size: 1.3rem;
  }

  .button--spNarrow {
    padding: 0 2.6%;
  }

  .table th {
    font-size: 1.2rem;
  }

  .table td {
    font-size: 1.2rem;
  }

  .text {
    font-size: calc(14 / 375 * 100vw);
  }

  .accordion {
    margin-top: calc(20 / 375 * 100vw);
  }

  .accordion .accordion__head {
    padding: calc(15 / 375 * 100vw) calc(35 / 375 * 100vw) calc(15 / 375 * 100vw) calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }

  .accordion .accordion__icon {
    right: calc(14 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }

  .accordion .accordion__icon:before,
  .accordion .accordion__icon:after {
    right: calc(4 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
  }

  .accordion .accordion__body {
    padding: calc(10 / 375 * 100vw) 2.6%;
  }

  .accordionSpOnly {
    margin-top: calc(20 / 375 * 100vw);
    border-top: calc(1 / 375 * 100vw) solid #888;
    border-right: calc(1 / 375 * 100vw) solid #888;
    border-left: calc(1 / 375 * 100vw) solid #888;
  }

  .accordionSpOnly .accordionSpOnly__head {
    position: relative;
    padding: calc(11 / 375 * 100vw) calc(35 / 375 * 100vw) calc(11 / 375 * 100vw) calc(30 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) solid #888;
    background-color: #888;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
  }

  .accordionSpOnly .accordionSpOnly__head.is-open .accordionSpOnly__icon:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .accordionSpOnly .accordionSpOnly__icon {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: calc(14 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    transform: translateY(-50%);
    border: calc(1 / 375 * 100vw) solid #fff;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
  }

  .accordionSpOnly .accordionSpOnly__icon:before,
  .accordionSpOnly .accordionSpOnly__icon:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    right: calc(4 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    transform: translateY(-50%);
    background-color: #888;
    content: '';
    transition: all 0.2s ease;
  }

  .accordionSpOnly .accordionSpOnly__icon:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .accordionSpOnly .accordionSpOnly__body {
    display: none;
    padding: calc(10 / 375 * 100vw) 2.6%;
    border-bottom: calc(1 / 375 * 100vw) solid #000;
  }

  .accordionSpOnly .accordionSpOnly__body>*:first-child {
    margin-top: 0;
  }

  .accordionFaq .accordionFaq__head {
    font-size: calc(14 / 375 * 100vw);
  }

  .link--iconArrow {
    font-size: calc(14 / 375 * 100vw);
  }

  .accordionFaq .text {
    font-size: calc(14 / 375 * 100vw);
  }

  .list .list__item {
    font-size: calc(12 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
  }

  .text--small {
    font-size: calc(12 / 375 * 100vw);
  }

  .accordionFaq .accordionFaq__icon {
    right: calc(14 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }

  .accordionFaq .accordionFaq__icon:before,
  .accordionFaq .accordionFaq__icon:after {
    right: calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
  }

  .accordionFaq .accordionFaq__body {
    padding: calc(10 / 375 * 100vw) 2.6%;
  }

  .fixGuide {
    height: calc(88 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) 2.6% calc(13 / 375 * 100vw);
  }

  .fixGuide .button {
    margin-top: 0;
  }

  .moreButton {
    display: block;
    position: relative;
    width: calc(130 / 375 * 100vw);
    margin: calc(25 / 375 * 100vw) auto 0;
    padding: calc(8 / 375 * 100vw) calc(20 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #888;
    border-radius: calc(32 / 375 * 100vw);
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }

  .moreButton:before,
  .moreButton:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: calc(10 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    transform: translateY(-50%);
    content: '';
    transition: all 0.2s ease;
  }

  .moreButton:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .moreButton.is-open:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .moreButton--gray {
    background-color: #eee;
    color: #000;
  }

  .moreButton--gray:before,
  .moreButton--gray:after {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background-color: #888;
    content: '';
    transition: all 0.2s ease;
  }

  .moreButton--black {
    background-color: #17171a;
    color: #fff;
  }

  .moreButton--black:before,
  .moreButton--black:after {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background-color: #fff;
    content: '';
    transition: all 0.2s ease;
  }

  .moreButton--gold {
    background-color: #f6d681;
    color: #000;
  }

  .moreButton--gold:before,
  .moreButton--gold:after {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background-color: #888;
    content: '';
    transition: all 0.2s ease;
  }

  .moreButton-target {
    display: none;
  }

  .spMaringTop--0 {
    margin-top: 0 !important;
  }

  .pcOnly {
    display: none;
  }

  .frame {
    padding: calc(15 / 375 * 100vw) calc(10 / 375 * 100vw);
  }

  .frame[data-sp-align="left"] {
    text-align: left;
  }

  .c-tab__container {
    margin-bottom: calc(15 / 375 * 100vw)
  }

  .c-tab__item>a {
    padding: calc(24 / 375 * 100vw) calc(6 / 375 * 100vw)
  }

  .benefits-tab .benefits-tab__item {
    padding: calc(12 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw) 0 0 0;
  }

  .benefits-tab .benefits-tab__item.is-selected::before {
    width: 88%;
  }

  .benefits-tab .benefits-tab__item>a {
    font-size: calc(16 / 375 * 100vw);
  }

  .benefits-tab .benefits-tab__contents {
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  }

  #information.accordion .text--bold,
  #information.accordion .text {
    font-size: calc(14 / 375 * 100vw);
  }

  .c-list[data-type=asterisk]>li {
    padding-left: 1em;
    color: #666;
    font-size: calc(12 / 375 * 100vw);
  }
}

/* vsim */
.headingLv2-vsim {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  background: #666;
  padding: 10px;
  margin-bottom: 30px;
}

@media (min-width: 641px) {
  .headingLv2-vsim {
    font-size: 34px;
    margin-bottom: 60px;
  }
}

/*# sourceMappingURL=index.css.map */

#pageTop.fixed_bottom {
  position: fixed;
  bottom: 115px;
  left: 87vw;
  z-index: 99;
}

@media (max-width: 640px) {
  #pageTop {
    position: relative;
    bottom: 20px;
    right: 0;
    display: block;
    text-align: end;
    margin-right: 10px;
    margin-left: auto;
    width: 40px;
  }

  #pageTop img {
    width: 40px;
  }

  #pageTop.fixed_bottom {
    bottom: 95px;
    left: 0;
    right: 0;
  }

  .textSmall {
    font-size: calc(10 / 375 * 100vw);
  }

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

  .spMgT30 {
    margin-top: 30px;
  }

  .spMgT10 {
    margin-top: 10px !important;
  }
}


/* ================================================================= */
/* スマホトクボーナス / au PAY カード 決済による投資信託の積立 アコーディオン  */
/* ================================================================= */
.campaign_accordion02 .campaign_head p {
  background-color: #114bc2;
  color: #fff;
  font-size: 30px;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}

.campaign_accordion02 .campaign_accordion {
  border-radius: 8px;
}

.campaign_accordion02 .campaign_accordion .campaign_detail {
  width: 100%;
  border: 1px solid #114bc2;
  border-radius: 8px;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: 15px auto 0;
  overflow: hidden;
}

.campaign_accordion02 .campaign_accordion .ttl_detail {
  padding: 25px 15px 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.campaign_accordion02 .campaign_accordion .accordion_contents {
  display: none;
  line-height: 1.5;
  background-color: #fff;
  padding: 5px 0 30px;
  margin: 0 40px;
}

.campaign_accordion02 .accordion_contents_hdg,
.campaign_accordion02 .accordion_contents_subttl {
  margin-top: 20px;
  font-weight: bold;
}

.campaign_accordion02 .campaign_accordion .campaign_detail .btn {
  background-color: #114bc2;
  cursor: pointer;
  text-align: center;
  position: relative;
  border-radius: 0;
}

.campaign_accordion02 .campaign_accordion .campaign_detail .btn p {
  padding: 10px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  max-width: 150px;
  margin: 0 auto;
}

.campaign_accordion02 .campaign_accordion .campaign_detail .btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 12px;
  right: 25px;
}

.campaign_accordion02 .campaign_accordion .campaign_detail .btn.open::after {
  top: 20px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.campaign_accordion02 .notes li a.c-link {
  font-size: 12px;
  vertical-align: baseline;
}

.campaign_accordion02 ul.notes li {
  position: relative;
  padding-left: 1.2em;
  color: #666;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}

.campaign_accordion02 ul.notes li span.mark {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}

.campaign_accordion02.campaign_wrap--orange .campaign_head p {
  background-color: #eb5505;
}

.campaign_accordion02.campaign_wrap--orange .campaign_accordion .campaign_detail {
  border: 1px solid #eb5505;
}

.campaign_accordion02.campaign_wrap--orange .campaign_accordion .campaign_detail .btn {
  background-color: #eb5505;
}

@media screen and (min-width: 641px) {
  .campaign_accordion02 {
    max-width: 980px;
    margin: 0 auto;
  }

  .campaign_accordion02.campaign_accordion02_960 {
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 640px) {
  .campaign_accordion02 {
    padding: 0 calc(30 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }

  .campaign_accordion02.spw100 {
    padding: 0;
    width: 100%;
  }

  .campaign_accordion02 .campaign_head p {
    font-size: calc(15 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    line-height: 1.3;
  }

  .campaign_accordion02 .spBonus_image {
    padding: 0 calc(20 / 375 * 100vw);
  }

  .campaign_accordion02 .campaign_accordion .accordion_contents {
    margin: 0 calc(20 / 375 * 100vw);
  }

  .campaign_accordion02 .campaign_accordion .campaign_detail .btn p {
    font-size: calc(14 / 375 * 100vw);
  }

  .campaign_accordion02 .campaign_accordion .campaign_detail .btn::after {
    width: calc(8 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
    border-top: calc(2 / 375 * 100vw) solid #fff;
    border-right: calc(2 / 375 * 100vw) solid #fff;
    top: calc(11 / 375 * 100vw);
  }

  .campaign_accordion02 .campaign_accordion .campaign_detail .btn.open::after {
    top: calc(15 / 375 * 100vw);
  }
}

.fix_2312 {
  margin-bottom: 80px;
}

.fix_2312.new_mv .mv__title {
  padding: 0;
  margin-bottom: 25px;
}

.fix_2312 .mv_desc {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.fix_2312 .mv_note {
  text-align: center;
  color: var(--gray-darker);
  font-size: 16px;
  margin-bottom: 45px;
}

picture img {
  height: auto;
}

.c-frame {
  padding: 15px 20px;
  line-height: 1.6;
}

.c-frame[data-type="caution"] {
  border: solid 1px red;
}

.c-frame[data-align="center"] {
  text-align: center;
}

.u-font-alert {
  color: red;
}


.informationArea .c-frame>p,
.informationArea .c-frame>p>a {
  font-size: 14px;
}


@media screen and (min-width: 641px) {
  .fix_2312 .mv {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 0 10px;
  }

  .informationArea {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .fix_2312 {
    padding-top: calc(10 / 375 * 100vw);
    padding-right: 3%;
    padding-left: 3%;
    margin-bottom: calc(20 / 375 * 100vw);
  }

  .fix_2312 .mv_desc {
    text-align: left;
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }

  .fix_2312 .mv_note {
    text-align: left;
    font-size: calc(10 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }

  .fix_2312.new_mv .mv__title {
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
