@charset "utf-8";

/* clearfix */

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.m_over:hover {
  opacity: 0.75;
}

/*--margin--*/
@media print {
  body {
    font-size: 80%;
  }
}

/*--------------------------ベース---------------------------------*/

.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html:not(.mobile) a[href^="tel:"] {
  pointer-events: none;
}
body {
  font-size: 1.8em;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
}
.none {
  display: none;
}
.bold {
  font-weight: bold;
}
.indent {
  text-indent: -1em;
  margin-left: 1em;
}
.fc-red {
  color: #ff4e78;
}
.fc-green {
  color: #5aff89;
}

/* -----------------------------------------------------
 * PCデザイン
 * -------------------------------------------------- */

.disp_pc {
  display: block !important;
}
.disp_sp {
  display: none !important;
}
.disp_in_pc {
  display: inline-block;
}
.disp_in_sp {
  display: none;
}

/*header*/
header {
  width: 100%;
  background: url("../images/bg_mv_pc.png") no-repeat center bottom;
  background-size: cover;
  aspect-ratio: 1600 / 960;
}
.header {
  width: 100%;
  padding: 10px 2.5% 0;
}
.header .header_inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .leftBox {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.header .leftBox .logo {
  width: 148px;
  margin-right: 40px; /*2.63%*/
  align-self: start;
  padding-top: 5px;
}
.header .leftBox .gaitame {
  width: 87.25px;
}
.header .leftBox .logo a {
  display: flex;
}
.header .leftBox li {
  font-size: 1.6rem;
  line-height: 1.875;
  white-space: nowrap;
}
.header .leftBox li em {
  font-size: 1.8rem;
  font-weight: bold;
}
.header .rightBox {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
}
.header .rightBox a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.1%;
  aspect-ratio: 180 / 50;
  margin-left: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  background: url(../images/bg_btn01_pc.png) no-repeat center center;
  background-size: contain;
}
.header .rightBox a.login {
  font-size: 1rem;
  text-align: center;
  word-break: keep-all;
}
.header .rightBox a:hover {
  color: #00002b;
  background: url(../images/bg_btn01_on_pc.png) no-repeat center center;
  background-size: contain;
}
.header .rightBox a:after {
  position: absolute;
  content: "\ff1e";
  font-size: 1rem;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

/*--------------------------LPページ---------------------------------*/

/*mv*/
.mv {
  width: 100%; /*height:55.1875vw;*/
  padding: 0 2.5%;
}
.mv .mv_inner {
  display: flex;
  justify-content: center;
  width: 100%; /*max-width: 1520px;*/
  margin: 0 auto;
}
.mv .mv_contents {
  padding: 4.2763% 0 10.99%;
  width: 79.452%;
  text-align: center;
}
.mv .mv_contents h1 {
  width: 87.75862%;
  margin: 0 auto;
}
.mv .mv_contents .txt01 {
  position: relative;
  margin: 2.8448% auto 0 auto;
  width: 82.84%;
}
.mv .mv_contents .ea_ref {
  position: absolute;
  width: 18.73%;
  height: 82.43%;
  top: 9%;
  left: 0.7%;
}
.mv .mv_contents .dc_ref {
  position: absolute;
  width: 18.73%;
  height: 82.43%;
  top: 9%;
  left: 21.2%;
}
.mv .mv_contents .txt02 {
  margin: 0 auto;
  padding-top: 3.62%;
  width: 49.8275862%;
}
.mv .mv_contents .btn02 {
  display: flex;
  justify-content: space-between;
  width: 68.1%;
  margin: 0 auto;
  padding-top: 4.31%;
}
.mv .mv_contents img {
  position: relative;
  width: 100%;
}
.mv .mv_contents .btn02 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.1%;
  aspect-ratio: 380 / 76;
  font-size: 1.125vw;
  font-weight: bold;
  text-align: center;
  background: url(../images/bg_btn02_pc.png) no-repeat center center;
  background-size: contain;
}
.mv .mv_contents .btn02 a:after {
  position: absolute;
  content: "\ff1e";
  font-size: 1rem;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(90deg);
}
.mv .mv_contents .btn02 a:hover {
  color: #00002b;
  background: url(../images/bg_btn02_on_pc.png) no-repeat center center;
  background-size: contain;
}
.mv .sns {
  margin: 4.15% 3.947368421% 0 0;
  width: 20.55%;
  max-height: 700px !important;
  aspect-ratio: 300 / 700;
  overflow: scroll;
}

main {
  background: url(../images/bg_cloud02_pc.png) left bottom 31.5% / 67.1875% auto
      no-repeat,
    url(../images/bg_cloud01_pc.png) right bottom 13% / 70% auto no-repeat;
}
.co_inner {
  max-width: 1520px;
  margin: 0 auto;
}

/*cont01*/
.cont01 {
  width: 100%;
  margin: 19px auto 0;
  padding: 0 2.5%;
  background: url(../images/bg_cloud01_pc.png) right top / 70% auto no-repeat,
    url(../images/bg_cloud02_pc.png) left bottom 25% / 67.1875% auto no-repeat;
}
.cont01 .lead {
  margin-top: 50px;
}
.cont01 section {
  margin-top: 71px;
  padding: 0 60px;
}
.cont01 .block01 p {
  margin-top: 5px;
}
.cont01 .block02 {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.cont01 .block02 .leftBox,
.cont01 .block02 .rightBox {
  width: 50%;
}
.cont01 h3 {
  font-size: 3.6rem;
  line-height: 1.44;
  text-shadow: 0 0 2px #fff, 0 0 10px #fff;
}
.cont01 h3 dfn {
  display: block;
  margin-bottom: 5px;
}
.cont01 .block02 .leftBox p {
  margin: 30px 8.57% 0 0;
}
.cont01 .block02 .leftBox a {
  display: inline-block;
  margin-top: 15px;
  text-decoration: underline;
}
.cont01 .block02 .leftBox a:hover {
  text-decoration: none;
}
.cont01 .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
.cont01 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont01 .block03 .note {
  margin-top: 27px;
  font-size: 1.4rem;
}
.cont01 .block04 dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 46px;
}
.cont01 .block04 dl:nth-of-type(1) {
  margin-top: 63px;
}
.cont01 .block04 dt,
.cont01 .block04 dd {
  font-size: 1.8rem;
  line-height: 211%;
}
.cont01 .block04 dt {
  white-space: nowrap;
}
.cont01 .block04 .note {
  margin-top: 6px;
  font-size: 1.4rem;
}
.cont01 .nav {
  margin-top: 66px;
}
.cont01 .nav h3 {
  font-size: 4rem;
  text-align: center;
  text-shadow: none;
}
.cont01 .nav ul {
  display: flex;
  justify-content: space-between;
}
.cont01 .nav li {
  margin-top: 10px;
  width: 48.57%;
}
.cont01 .nav li a {
  position: relative;
  display: flex;
  font-size: 4rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  aspect-ratio: 680 / 175;
}
.cont01 .nav li a:after {
  position: absolute;
  content: "\ff1e";
  font-size: 2.2rem;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(90deg);
}
.cont01 .nav .ea a {
  color: #9c6cff;
  background: url(../images/bg_btn03-1_pc.png) no-repeat center center;
  background-size: contain;
}
.cont01 .nav .ea a:hover {
  color: #00002b;
  background: url(../images/bg_btn03-1_on_pc.png) no-repeat center center;
  background-size: contain;
}
.cont01 .nav .discretion a {
  color: #5aff89;
  background: url(../images/bg_btn03-2_pc.png) no-repeat center center;
  background-size: contain;
}
.cont01 .nav .discretion a:hover {
  color: #00002b;
  background: url(../images/bg_btn03-2_on_pc.png) no-repeat center center;
  background-size: contain;
}

/*category*/
#cont02 {
  width: 100%;
  margin: 102px auto 0;
  padding: 0 2.5%;
  background: url(../images/bg_cloud01_pc.png) right top 15% / 70% auto
      no-repeat,
    url(../images/bg_cloud02_pc.png) left bottom -4% / 67.1875% auto no-repeat;
}
#cont03 {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5%;
  background: url(../images/bg_cloud01_pc.png) right top 63% / 70% auto
    no-repeat;
}
.category h2 {
  margin: 0 -2.5%;
}
.category h2 img {
  width: 100%;
}
#cont02 .co_inner {
  padding: 61px 60px 102px;
  text-align: center;
}
#cont03 .co_inner {
  padding: 61px 60px 0;
  text-align: center;
}
.enclosure_lead {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.enclosure_lead:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.52em 8px;
  border-color: transparent transparent #000 transparent;
  left: -8px;
  bottom: 0;
}
.enclosure_lead:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.52em 8px 0 0;
  border-color: #000 transparent transparent transparent;
  right: -8px;
  bottom: 0;
}
.enclosure_lead strong {
  display: inline-block;
  margin-top: 7px;
  padding: 0 10px;
  font-size: 3.2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  white-space: nowrap;
  background-color: #00002b;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
@media screen and (max-width: 1520px) {
  .enclosure_lead strong {
    font-size: 2.1vw;
  }
  .txt03 {
    font-size: 1.1842vw;
  }
}
.enclosure_lead strong:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 calc(1.3em - 2px) 6px;
  border-color: transparent transparent #000 transparent;
  left: -6px;
  bottom: 2px;
}
.enclosure_lead strong:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(1.3em - 2px) 6px 0 0;
  border-color: #000 transparent transparent transparent;
  right: -6px;
  bottom: 2px;
}
.txt03 {
  margin-top: 42px;
}
.txt03 .note {
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  margin-left: 1em;
}
.category h3 {
  margin-top: 75px;
  text-align: center;
}
.category h3 img {
  margin: 0 auto;
}
.prize {
  margin: 30px auto 0;
  height: 0;
}
#cont02 .prize.top3 {
  width: 65.2857%;
  padding-top: 35.64%;
  background: url(../images/img_prize01_pc.png) left top no-repeat;
  background-size: contain;
}
#cont02 .prize.other {
  width: 36.2857%;
  margin-top: 72px;
  padding-top: 23.2142857%;
  background: url(../images/img_prize02_pc.png) left top no-repeat;
  background-size: contain;
}
#cont03 .prize.top3 {
  width: 65.2857%;
  padding-top: 35.64%;
  background: url(../images/img_prize03_pc.png) left top no-repeat;
  background-size: contain;
}
#cont03 .prize.other {
  width: 36.2857%;
  margin-top: 72px;
  padding-top: 23.2142857%;
  background: url(../images/img_prize04_pc.png) left top no-repeat;
  background-size: contain;
}
.prize li {
  text-indent: -999999px;
}
.btn04 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  width: 57.142857%;
  aspect-ratio: 800 / 120;
  font-size: 3rem;
  font-weight: 600;
}
.btn04:after {
  position: absolute;
  content: "\ff1e";
  font-size: 2.4rem;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#cont02 .btn04 {
  color: #9c6cff;
  background: url(../images/bg_btn04-1_pc.png) center center no-repeat;
  background-size: contain;
}
#cont02 .btn04:hover {
  color: #00002b;
  background: url(../images/bg_btn04-1_on_pc.png) center center no-repeat;
  background-size: contain;
}
#cont03 .btn04 {
  color: #5aff89;
  background: url(../images/bg_btn04-2_pc.png) center center no-repeat;
  background-size: contain;
}
#cont03 .btn04:hover {
  color: #00002b;
  background: url(../images/bg_btn04-2_on_pc.png) center center no-repeat;
  background-size: contain;
}

/*logo02*/
.logo02 {
  width: 100%;
  margin-top: 120px;
}
.logo02 p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 300px;
  background-color: #102ba4;
}
.logo02 p img {
  width: auto;
  height: 83px;
}

/*cont04*/
.cont04 {
  width: 100%;
  margin: 120px auto 0;
  padding: 0 2.5%;
}
.cont04 h3 {
  text-align: center;
}
.cont04 table {
  width: 100%;
}
.cont04 table th,
.cont04 table td {
  padding: 23px 20px 22px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
}
.cont04 table th:nth-of-type(1),
.cont04 table td:nth-of-type(1) {
  padding-left: 10px;
}
.cont04 table th {
  border-bottom: solid 2px #fff;
}
.cont04 table td {
  border-bottom: solid 1px #666666;
}
.cont04 table td.liabilities {
  color: #ff4e78;
}
.cont04 .note {
  margin-top: 23px;
  font-size: 1.4rem;
}

/*tab-area*/
.tab-area {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
}
.tab-btn {
  display: none; /*タブの切り替えを制御するラジオボタンを非表示に*/
}
.tab-list-wrap {
  width: 100%;
  padding: 0; /*デフォルトの値をクリア*/
  margin: 0 auto; /*デフォルトの値をクリア*/
  list-style-type: none; /*デフォルトの値をクリア*/
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.tab-list-wrap li {
  position: relative;
  width: 50%;
  height: 80px;
  font-size: 2.4rem;
  font-weight: bold;
}
.tab-list-wrap li .tab-list {
  display: block;
  line-height: 80px;
  text-align: center;
  color: #666666;
  border-bottom: solid 1px #666666;
}
.tab-list-wrap li:hover,
.tab-list-wrap li .tab-list:hover {
  cursor: pointer;
}
#tab-btn1:checked ~ .tab-list-wrap li:first-child .tab-list {
  color: #9c6cff;
  border-bottom: solid 2px #9c6cff;
}
#tab-btn2:checked ~ .tab-list-wrap li:nth-child(2) .tab-list {
  color: #5aff89;
  border-bottom: solid 2px #5aff89;
}
#tab-btn1:checked ~ .tab-list-wrap li:first-child:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #9c6cff transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
#tab-btn2:checked ~ .tab-list-wrap li:nth-child(2):after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #5aff89 transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
.tab-content-wrap {
  width: 100%;
  padding-bottom: 53px;
}
.tab-content {
  display: none;
  width: 100%;
  padding: 43px 0 0;
  margin: 0 auto;
  text-align: center;
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2 {
  display: block;
}

/*cont05*/
.cont05 {
  width: 100%;
  margin: 111px auto 0;
  padding: 0 2.5%;
  background: url(../images/bg_cloud03_pc.png) left bottom / 67.1875% auto
    no-repeat;
}
.cont05 .co_inner {
  padding: 0 60px 176px;
}
.cont05 h3 {
  text-align: center;
}
.cont05 .note {
  margin-top: 70px;
}
.cont05 .note li {
  font-size: 1.6rem;
  line-height: 2.25;
  text-indent: -1em;
  margin-left: 1em;
}

/*--------------------------rankingページ---------------------------------*/

/*header*/
.ranking header {
  width: 100%;
  background: none;
  aspect-ratio: unset;
}

.ranking main {
  background: url(../images/bg_cloud01_pc.png) right top 50% / 70% auto
    no-repeat;
}

/*cont04*/
.ranking .cont04 {
  margin-top: 110px;
}
.ranking .cont04 .co_inner {
  max-width: 1400px;
}
.ranking .cont04 .flexBox {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ranking .cont04 .tab-area {
  width: 70%;
  margin: 0;
}
.ranking .tab-list-wrap li {
  height: auto;
}
.ranking .tab-list-wrap li .tab-list {
  padding-bottom: 26px;
}
.ranking .tab-list-wrap li,
.ranking .tab-list-wrap li .tab-list {
  line-height: 1;
}

/*aside*/
.ranking .cont04 aside {
  width: 22.857%;
}
.btn05 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 320 / 76;
  font-size: 1.8rem;
  font-weight: 600;
  background: url(../images/bg_btn05_pc.png) center center no-repeat;
  background-size: contain;
}
.btn05:hover {
  color: #00002b;
  background: url(../images/bg_btn05_on_pc.png) center center no-repeat;
  background-size: contain;
}
.btn05:after {
  position: absolute;
  content: "\ff1e";
  font-size: 1.4rem;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
aside em {
  font-weight: 900;
}
aside p {
  padding: 48px 0 19px;
  border-bottom: solid 1px #666;
}
aside p em {
  font-size: 2rem;
}
aside dl {
  padding: 17px 0 22px;
  line-height: 211%;
  border-bottom: solid 1px #666;
}
aside dt {
  font-size: 2.2rem;
  font-weight: 900;
}
aside .ea dt {
  color: #9c6cff;
}
aside .discretion dt {
  color: #5aff89;
}

/*--------------------------formページ---------------------------------*/
.form main {
  background: none;
}
.cont06 {
  width: 100%;
  padding: 112px 10px 0;
  background: url(../images/bg_cloud01_pc.png) right top 47% / 70% auto
    no-repeat;
}
.cont06 h2 {
  margin: 0 -10px;
}
.cont06 h2 img {
  width: 100%;
}
.cont06 .co_inner {
  width: 68%;
  max-width: 1074px;
  margin: 0 auto;
  padding: 70px 0 160px;
}
.cont06 form dl {
  width: 80%;
  max-width: 860px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont06 form dt {
  width: 26.86%;
  text-align: right;
}
.cont06 form dd {
  width: 69.4%;
}
.cont06 form dd.radio {
  padding: 0 1rem 0 4.7%;
  line-height: 80px;
  background-color: #242435;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  max-width: 100%;
  height: 80px;
  border: none;
  padding: 0.5rem 1rem 0.5rem 6.66%;
  border-radius: 0;
  background-color: #242435;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
}
input::placeholder {
  color: #666666;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #242435 inset;
  -webkit-text-fill-color: #ffffff;
}
form .btn02 {
  position: relative;
  margin: 100px auto 0;
  width: 35.38175%;
  aspect-ratio: 380 / 76;
  text-align: center;
  background: url(../images/bg_btn02_pc.png) no-repeat center center;
  background-size: contain;
}
form .btn02 input[type="button"],
form .btn02 input[type="submit"] {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
form .btn02 input:hover {
  color: #00002b;
  background: url(../images/bg_btn02_on_pc.png) no-repeat center center;
  background-size: contain;
}
form .btn02:after {
  position: absolute;
  content: "\ff1e";
  font-size: 1.4rem;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/*radioボタンのカスタマイズ*/
dd.radio label {
  position: relative;
  display: inline-block;
  width: 7.7em;
  padding-left: 48px;
  color: #666;
  white-space: nowrap;
  cursor: pointer;
}
dd.radio label::before,
dd.radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
dd.radio label::before {
  background-color: #444;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  left: 0;
}
dd.radio label::after {
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 7px;
}
dd.radio input:checked + label {
  color: #fff;
}
dd.radio input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/*メールアドレス変更ページ*/
.cont07 {
  width: 100%;
  padding: 0 10px;
  background: url(../images/bg_cloud01_pc.png) right top 47% / 70% auto
    no-repeat;
}
.cont07 .co_inner {
  width: 68%;
  max-width: 1074px;
  margin: 0 auto;
  padding: 80px 0 160px;
}
.cont07 form dl {
  width: 85.28864%;
  max-width: 916px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont07 form dt {
  width: 28.82%;
  text-align: right;
}
.cont07 form dd {
  width: 65.5%;
}

/*--------------------------profileページ---------------------------------*/
.profile main {
  background: none;
}
.profile .cont06 form#formContainer dl {
  width: 100%;
  max-width: 1074px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #666666;
}
.profile .cont06 form dl.title {
  border-bottom: solid 2px #fff;
}
.profile .cont06 form dt {
  width: 29.7%;
  text-align: right;
  line-height: 80px;
}
.profile .cont06 form dt img {
  vertical-align: middle;
}
.profile .cont06 form dd {
  width: 52.23%;
  margin-right: 9.31%;
  line-height: 80px;
}
.profile .cont06 form dd.radio {
  padding: 0 1rem 0 4.7%;
  line-height: 80px;
  background-color: #242435;
}
.profile .cont06 form dd .inherit {
  font-size: 2rem;
  font-weight: 600;
  word-break: break-all;
}
.profile .cont06 form dl.category dd span {
  display: inline-block;
  margin-right: 20px;
  width: 120px;
  line-height: 32px;
  font-size: 1.7rem;
  font-weight: 900;
  color: #555;
  text-align: center;
  background-color: #242435;
}
.profile .cont06 form dl.category dd span.selected {
  color: #fff;
}
.profile .cont06 form dl.category dd span.EA.selected {
  background-color: #9c6cff;
}
.profile .cont06 form dl.category dd span.discretion.selected {
  background-color: #5aff89;
}
.profile .cont06 form dd.btn01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile .cont06 form dd.btn01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.08%;
  aspect-ratio: 180 / 50;
  font-size: 1.5rem;
  background: url(../images/bg_btn01_pc.png) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.profile .cont06 form dd.btn01.flex-center {
  margin-top: 20px;
}
.profile .cont06 form dd.btn01 a:hover {
  font-weight: bold;
  color: #00002b;
  background: url(../images/bg_btn01_on_pc.png) no-repeat center center;
  background-size: contain;
}
.profile .cont06 form dd.btn01 a:after {
  position: absolute;
  content: "\ff1e";
  font-size: 1rem;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}


.spinner-square {
  display: flex;
  flex-direction: row;
  width: 90px;
  height: 120px;
  margin: 50px auto auto auto;
}
.spinner-square > .square {
  width: 17px;
  height: 80px;
  margin: auto auto;
  border-radius: 4px;
  background-color: #fff;
}
.square-1 {
  animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s
    infinite;
}
.square-2 {
  animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms
    infinite;
}
.square-3 {
  animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 400ms
    infinite;
}
@keyframes square-anim {
  0% {
    height: 80px;
  }
  20% {
    height: 80px;
  }
  40% {
    height: 120px;
  }
  80% {
    height: 80px;
  }
  100% {
    height: 80px;
  }
}
.register {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.register .image,
.register .message {
  text-align: center;
}
.register .image {
  width: 40%;
}
.register .message {
  margin-top: 30px;
}
.flex-center {
  display: flex;
  margin: auto;
  justify-content: center;
}
.ml-auto {
  margin-left: auto;
}
.toast {
  position: fixed;
  top: 0;
  opacity: 0;
  left: 50%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #fff;
  transform: translate(-50%, 0);
  transition: all ease-in-out 0.5s;
}
.toast.fade {
  top: 30px;
  opacity: 1;
}
.toast.error {
  background-color: rgba(234, 38, 23);
}
.toast.success {
  background-color: rgba(76, 175, 80);
}
.helper-text li {
  line-height: initial;
  list-style: disc;
}
.footer {
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
  font-size: 1.6rem;
  gap: 10px;
}
.footer a{
  text-decoration: underline;
}

@media screen and (max-width: 1270px) {
  .cont06 .co_inner {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .profile .cont06 form dd {
    width: 61.54%;
    margin-right: 0;
  }
}

/* -----------------------------------------------------
 * SPデザイン
 * -------------------------------------------------- */

@media screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
  .disp_sp {
    display: block !important;
  }
  .disp_in_pc {
    display: none !important;
  }
  .disp_in_sp {
    display: inline-block !important;
  }
  .br2 {
    display: block;
    text-align: center;
  }
  body {
    min-width: 100%;
  }
  a[href^="tel:"] {
    pointer-events: visible !important;
  }
  .co_inner {
    max-width: 92%;
    margin: 0 auto;
  }

  /*header*/
  header {
    width: 100%;
    background: url("../images/bg_mv_sp.png") no-repeat center top;
    background-size: contain;
    aspect-ratio: 750 / 1460;
  }
  .header {
    width: 100%;
    padding: 2.66vw 0 0;
  }
  .header .header_inner {
    position: relative;
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .leftBox {
    display: block;
  }
  .header .leftBox .logo {
    width: 24.93vw;
    margin-right: 9.46vw;
  }
  .header .leftBox ul {
    margin-top: 4vw;
  }
  .header .leftBox li {
    font-size: 2.93vw;
    line-height: 1.8;
  }
  .header .leftBox li em {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .header .rightBox {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
    top: 0;
    right: 0;
  }
  .header .rightBox a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.46vw;
    aspect-ratio: 206 / 70;
    margin-left: 2.66vw;
    font-size: 2.93vw;
    font-weight: 600;
    background: url(../images/bg_btn01_sp.png) no-repeat center center;
    background-size: contain;
  }
  .header .rightBox a:hover {
    color: #fff;
    background: url(../images/bg_btn01_sp.png) no-repeat center center;
    background-size: contain;
  }
  .header .rightBox a:after {
    position: absolute;
    content: "\ff1e";
    font-size: 2.35vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }

  /*--------------------------LPページ---------------------------------*/

  /*mv*/
  .mv {
    width: 100%;
    padding: 0 4vw;
  }
  .mv .mv_inner {
    display: block;
    width: 100%;
  }
  .mv .mv_contents {
    padding: 4.13vw 0 5.33vw;
    width: 100%;
    text-align: center;
  }
  .mv .mv_contents h1 {
    width: 81.46vw;
    margin: 0 auto;
  }
  .mv .mv_contents .txt01 {
    margin: 0 auto;
    margin-top: 5.73vw;
    width: 94.13vw;
  }
  .mv .mv_contents .ea_ref {
    position: absolute;
    width: 18.13%;
    height: 50.19%;
    top: 3.13%;
    left: 1.27%;
  }
  .mv .mv_contents .dc_ref {
    position: absolute;
    width: 18.13%;
    height: 50.19%;
    top: 41.17%;
    left: 15.29%;
  }
  .mv .mv_contents .txt02 {
    margin: 0 auto;
    padding-top: 8.13vw;
    width: 77.06vw;
  }
  .mv .mv_contents .btn02 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding-top: 8vw;
  }
  .mv .mv_contents img {
    width: 100%;
  }
  .mv .mv_contents .btn02 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44vw;
    aspect-ratio: 330 / 96;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    background: url(../images/bg_btn02_sp.png) no-repeat center center;
    background-size: contain;
  }
  .mv .mv_contents .btn02 a:after {
    position: absolute;
    content: "\ff1e";
    font-size: 2.56vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(90deg);
  }
  .mv .mv_contents .btn02 a:hover {
    color: #fff;
    background: url(../images/bg_btn02_sp.png) no-repeat center center;
    background-size: contain;
  }
  .mv .sns {
    margin: 5.33vw 0 0;
    width: 100%;
    max-height: none;
    aspect-ratio: 690 / 400;
    overflow: scroll;
  }

  main {
    background: none;
  }
  .co_inner {
    max-width: 92%;
    margin: 0 auto;
  }

  /*cont01*/
  .cont01 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(../images/bg_cloud01_sp.png) right top / 92.53vw auto
        no-repeat,
      url(../images/bg_cloud02_sp.png) left top 38% / 92.26vw auto no-repeat,
      url(../images/bg_cloud01_sp.png) right bottom 18% / 92.53vw auto no-repeat;
  }
  .cont01 .lead {
    margin-top: 8vw;
  }
  .cont01 section {
    margin-top: 11.6vw;
    padding: 0;
  }
  .cont01 section p {
    font-size: 3.46vw;
    line-height: 1.77;
  }
  .cont01 .block01 p {
    margin-top: 2.4vw;
  }
  .cont01 .block02 {
    display: block;
    margin-top: 11.6vw;
  }
  .cont01 .block02 .leftBox,
  .cont01 .block02 .rightBox {
    width: 100%;
  }
  .cont01 h3 {
    font-size: 5.33vw;
    line-height: 1.5;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff;
  }
  .cont01 h3 dfn {
    display: block;
    margin-bottom: 2.4vw;
  }
  .cont01 .block02 .leftBox p {
    margin: 2.4vw 0 0;
  }
  .cont01 .block02 .leftBox a {
    display: inline-block;
    margin-top: 3.2vw;
    font-size: 3.46vw;
    font-weight: bold;
  }
  .cont01 .block02 .leftBox a:hover {
    text-decoration: underline;
  }
  .cont01 .block02 .rightBox {
    margin-top: 6.93vw;
  }
  .cont01 .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
  }
  .cont01 .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cont01 .block03 .note {
    margin: 3.6vw 0 0 1em;
    font-size: 2.93vw;
    line-height: 1.63;
    text-indent: -1em;
  }
  .cont01 .block04 dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4.4vw;
  }
  .cont01 .block04 dl:nth-of-type(1) {
    margin-top: 11.6vw;
  }
  .cont01 .block04 dt,
  .cont01 .block04 dd {
    font-size: 3.46vw;
    line-height: 177%;
  }
  .cont01 .block04 dt {
    white-space: nowrap;
  }
  .cont01 .block04 .note {
    margin: 0 0 0 1em;
    font-size: 2.93vw;
    line-height: 1.63;
    text-indent: -1em;
  }
  .cont01 .nav {
    margin-top: 11.3vw;
  }
  .cont01 .nav h3 {
    font-size: 5.33vw;
    text-align: center;
    text-shadow: none;
  }
  .cont01 .nav ul {
    display: block;
  }
  .cont01 .nav li {
    margin-top: 0;
    width: 100%;
  }
  .cont01 .nav li a {
    position: relative;
    display: flex;
    font-size: 5.33vw;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    aspect-ratio: 690 / 175;
  }
  .cont01 .nav li a:after {
    position: absolute;
    content: "\ff1e";
    font-size: 3vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(90deg);
  }
  .cont01 .nav .ea a {
    color: #9c6cff;
    background: url(../images/bg_btn03-1_sp.png) no-repeat center center;
    background-size: contain;
  }
  .cont01 .nav .ea a:hover {
    color: #9c6cff;
    background: url(../images/bg_btn03-1_sp.png) no-repeat center center;
    background-size: contain;
  }
  .cont01 .nav .discretion a {
    color: #5aff89;
    background: url(../images/bg_btn03-2_sp.png) no-repeat center center;
    background-size: contain;
  }
  .cont01 .nav .discretion a:hover {
    color: #5aff89;
    background: url(../images/bg_btn03-2_sp.png) no-repeat center center;
    background-size: contain;
  }

  /*category*/
  #cont02 {
    width: 100%;
    margin: 13.6vw auto 0;
    padding: 0;
    background: url(../images/bg_cloud02_sp.png) left top / 92.26vw auto
        no-repeat,
      url(../images/bg_cloud01_sp.png) right bottom 25% / 92.53vw auto no-repeat;
  }
  #cont03 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(../images/bg_cloud02_sp.png) left top 13% / 92.26vw auto
        no-repeat,
      url(../images/bg_cloud01_sp.png) right bottom 17% / 92.53vw auto no-repeat;
  }
  .category h2 {
    margin: 0;
  }
  #cont02 .co_inner {
    padding: 7.2vw 0 14.4vw;
    text-align: center;
  }
  #cont03 .co_inner {
    padding: 7.2vw 0 0;
    text-align: center;
  }
  .enclosure_lead {
    position: relative;
    display: inline-block;
    line-height: 1;
  }
  .enclosure_lead:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5.8vw 1.06vw;
    border-color: transparent transparent #000 transparent;
    left: -1.06vw;
    bottom: 0;
  }
  .enclosure_lead:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.8vw 1.06vw 0 0;
    border-color: #000 transparent transparent transparent;
    right: -1.06vw;
    bottom: 0;
  }
  .enclosure_lead strong {
    display: inline-block;
    margin-top: 2.13vw;
    padding: 0 8px 0 0;
    font-size: 5vw;
    font-weight: 700;
    font-style: italic;
    line-height: 1.05;
    white-space: nowrap;
    background-color: #00002b;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
  }
  .enclosure_lead strong:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 calc(1em - 2px) 0.8vw;
    border-color: transparent transparent #000 transparent;
    left: -0.8vw;
    bottom: 2px;
  }
  .enclosure_lead strong:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(1em - 2px) 0.8vw 0 0;
    border-color: #000 transparent transparent transparent;
    right: -0.8vw;
    bottom: 2px;
  }
  .txt03 {
    margin-top: 4.66vw;
    font-size: 3.46vw;
    line-height: 1.77;
  }
  .category h3 {
    margin-top: 12.8vw;
    text-align: center;
  }
  .prize {
    margin: 5.2vw auto 0;
    height: 0;
  }
  #cont02 .prize.top3 {
    width: 78.115942%;
    padding-top: 118.4%;
    background: url(../images/img_prize01_sp.png) left top no-repeat;
    background-size: contain;
  }
  #cont02 .prize.other {
    width: 73.6231884%;
    margin: 12.26vw auto 12.13vw;
    padding-top: 47.1%;
    background: url(../images/img_prize02_pc.png) left top no-repeat;
    background-size: contain;
  }
  #cont03 .prize.top3 {
    width: 78.115942%;
    padding-top: 118.4%;
    background: url(../images/img_prize03_sp.png) left top no-repeat;
    background-size: contain;
  }
  #cont03 .prize.other {
    width: 73.6231884%;
    margin: 12.26vw auto 12.13vw;
    padding-top: 47.1%;
    background: url(../images/img_prize04_pc.png) left top no-repeat;
    background-size: contain;
  }
  .prize li {
    text-indent: -999999px;
  }
  .btn04 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5.2vw auto 0;
    width: 100%;
    aspect-ratio: 690 / 120;
    font-size: 4.26vw;
    font-weight: 600;
  }
  .btn04:after {
    position: absolute;
    content: "\ff1e";
    font-size: 2.66vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  #cont02 .btn04 {
    color: #9c6cff;
    background: url(../images/bg_btn04-1_sp.png) center center no-repeat;
    background-size: contain;
  }
  #cont02 .btn04:hover {
    color: #9c6cff;
    background: url(../images/bg_btn04-1_sp.png) center center no-repeat;
    background-size: contain;
  }
  #cont03 .btn04 {
    color: #5aff89;
    background: url(../images/bg_btn04-2_sp.png) center center no-repeat;
    background-size: contain;
  }
  #cont03 .btn04:hover {
    color: #5aff89;
    background: url(../images/bg_btn04-2_sp.png) center center no-repeat;
    background-size: contain;
  }

  /*logo02*/
  .logo02 {
    width: 100%;
    margin-top: 16vw;
  }
  .logo02 p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40vw;
  }
  .logo02 p img {
    height: 13.2vw;
  }

  /*cont04*/
  .cont04 {
    width: 100%;
    margin: 0 auto;
    padding: 16vw 0 0;
    background: url(../images/bg_cloud02_sp.png) left top -5% / 92.26vw auto no-repeat;
  }
  .cont04 h3 {
    text-align: center;
  }
  .cont04 table {
    width: 100%;
  }
  .cont04 table th,
  .cont04 table td {
    padding: 23px 2.66vw 22px 0;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.4;
    word-break: break-all;
  }
  .cont04 .note {
    margin-top: 3.86vw;
    font-size: 2.93vw;
  }

  /*tab-area*/
  .tab-area {
    width: 100%;
    max-width: 100%;
    margin: 4.4vw auto 0;
  }
  .tab-btn {
    display: none; /*タブの切り替えを制御するラジオボタンを非表示に*/
  }
  .tab-list-wrap {
    width: 100%;
    max-width: 100%;
  }
  .tab-list-wrap li {
    position: relative;
    width: 50%;
    height: 100%;
    font-size: 4vw;
    font-weight: bold;
  }
  .tab-list-wrap li .tab-list {
    line-height: 2.67;
  }
  .tab-content-wrap {
    padding-bottom: 14.13vw;
  }
  .tab-content {
    display: none;
    width: 100%;
    padding: 5.6vw 0 0;
    margin: 0 auto;
    text-align: center;
  }
  #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
  #tab-btn2:checked ~ .tab-content-wrap #tab-content2 {
    display: block;
  }

  /*cont05*/
  .cont05 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(../images/bg_cloud01_sp.png) right top / 92.53vw auto
        no-repeat,
      url(../images/bg_cloud02_sp.png) left bottom 21% / 92.26vw auto no-repeat;
  }
  .cont05 .co_inner {
    padding: 0 0 26vw;
  }
  .cont05 h3 {
    text-align: center;
  }
  .cont05 .note {
    margin-top: 9.6vw;
  }
  .cont05 .note li {
    font-size: 2.93vw;
    line-height: 1.63;
  }

  /*--------------------------rankingページ---------------------------------*/

  /*header*/
  .ranking header {
    width: 100%;
    background: none;
    aspect-ratio: unset;
  }

  .ranking main {
    background: none;
  }

  /*cont04*/
  .ranking .cont04 {
    margin-top: 0;
    padding-top: 0;
    background: url(../images/bg_cloud01_sp.png) right top / 92.53vw auto
        no-repeat,
      url(../images/bg_cloud02_sp.png) left bottom / 92.26vw auto no-repeat;
  }
  .ranking .cont04 .co_inner {
    max-width: 92%;
    padding-top: 14.26vw;
  }
  .ranking .cont04 .flexBox {
    margin-top: 10.26vw;
    display: block;
  }
  .ranking .cont04 .tab-area {
    width: 100%;
    margin: 0;
  }
  .ranking .tab-list-wrap li {
    height: auto;
  }
  .ranking .tab-list-wrap li .tab-list {
    padding-bottom: 3.86vw;
  }
  .ranking .tab-list-wrap li,
  .ranking .tab-list-wrap li .tab-list {
    line-height: 1;
  }

  /*aside*/
  .ranking .cont04 aside {
    width: 100%;
    margin: 0 auto;
  }
  .btn05 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 500 / 100;
    font-size: 3.2vw;
    font-weight: 600;
    color: #00002b;
    background: url(../images/bg_btn05_sp.png) center center no-repeat;
    background-size: contain;
  }
  .btn05:hover {
    color: #00002b;
    background: url(../images/bg_btn05_sp.png) center center no-repeat;
    background-size: contain;
  }
  .btn05:after {
    position: absolute;
    content: "\ff1e";
    font-size: 2.4vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  aside em {
    font-weight: 900;
  }
  aside p {
    padding: 8.93vw 0 2.8vw;
    font-size: 3.46vw;
    border-bottom: solid 1px #666;
  }
  aside p em {
    font-size: 4vw;
  }
  aside dl {
    padding: 2.13vw 0;
    line-height: 100%;
    border-bottom: solid 1px #666;
  }
  aside dt {
    font-size: 4vw;
    font-weight: 900;
    line-height: 177%;
  }
  aside .ea dt {
    color: #9c6cff;
  }
  aside .discretion dt {
    color: #5aff89;
  }
  aside dd,
  aside dd em {
    font-size: 3.46vw;
    line-height: 177%;
  }

  /*cont05*/
  .ranking .cont05 {
    background: url(../images/bg_cloud01_sp.png) right top 37% / 92.53vw auto
        no-repeat,
      url(../images/bg_cloud03_sp.png) left bottom / 92.26vw auto no-repeat;
  }
  .ranking .cont05 .co_inner {
    padding: 16vw 0 30.8vw;
  }

  /*--------------------------formページ---------------------------------*/
  .form main {
    background: none;
  }
  .cont06 {
    width: 100%;
    padding: 14.8vw 0 0;
    background: url(../images/bg_cloud01_sp.png) right top 34% / 92.53vw auto
      no-repeat;
  }
  .cont06 h2 {
    margin: 0;
  }
  .cont06 h2 img {
    width: 100%;
  }
  .cont06 .co_inner {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
    padding: 2.8vw 0 34vw;
  }
  .cont06 form dl {
    width: 100%;
    max-width: 100%;
    margin: 6.4vw auto 0;
    display: block;
  }
  .cont06 form dt {
    width: 100%;
    margin-bottom: 3.6vw;
    text-align: left;
  }
  .cont06 form dd {
    width: 100%;
  }
  .cont06 form dd.radio {
    padding: 0 1rem 0 4vw;
    line-height: 13.3vw;
    background-color: #242435;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"] {
    width: 100%;
    max-width: 100%;
    height: 13.3vw;
    border: none;
    padding: 0.5rem 1rem 0.5rem 4vw;
    border-radius: 0;
    background-color: #242435;
    font-size: 3.46vw;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
  }
  form .btn02 {
    position: relative;
    margin: 10.66vw auto 0;
    width: 44vw;
    aspect-ratio: 330 / 96;
    text-align: center;
    background: url(../images/bg_btn02_sp.png) no-repeat center center;
    background-size: contain;
  }
  form .btn02:hover:after {
    color: #fff;
  }
  form .btn02 input:hover {
    color: #00002b;
    background: url(../images/bg_btn02_sp.png) no-repeat center center;
    background-size: contain;
  }
  form .btn02 input[type="button"],
  form .btn02 input[type="submit"] {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 3.2vw;
    font-weight: 900;
    color: #fff;
    background-color: transparent;
    border: none;
  }
  form .btn02:after {
    position: absolute;
    content: "\ff1e";
    font-size: 2.4vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }

  /*radioボタンのカスタマイズ*/
  dd.radio label {
    position: relative;
    display: inline-block;
    width: 7.7em;
    padding-left: 48px;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
  }
  dd.radio label::before,
  dd.radio label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  dd.radio label::before {
    background-color: #444;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    left: 0;
  }
  dd.radio label::after {
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    width: 12px;
    height: 12px;
    left: 7px;
  }
  dd.radio input:checked + label {
    color: #fff;
  }
  dd.radio input:checked + label::after {
    opacity: 1;
  }

  .visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
  }

  /*メールアドレス変更ページ*/
  .cont07 {
    width: 100%;
    padding: 0;
    background: url(../images/bg_cloud01_sp.png) right top 34% / 92.53vw auto
      no-repeat;
  }
  .cont07 .co_inner {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
    padding: 9.6vw 0 34vw;
  }
  .cont07 form dl {
    width: 100%;
    max-width: 100%;
    margin: 6.4vw auto 0;
    display: block;
  }
  .cont07 form dt {
    width: 100%;
    margin-bottom: 3.6vw;
    text-align: left;
  }
  .cont07 form dd {
    width: 100%;
  }

  /*--------------------------profileページ---------------------------------*/
  .profile main {
    background: none;
  }
  .profile .cont06 form#formContainer dl {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 18px;
    display: block;
    border-bottom: solid 1px #666666;
  }
  .profile .cont06 form dl.title {
    border-bottom: solid 2px #fff;
  }
  .profile .cont06 form dt {
    width: 100%;
    margin-bottom: 3.6vw;
    text-align: left;
    line-height: 1;
  }
  .profile .cont06 form dt img {
    vertical-align: middle;
  }
  .profile .cont06 form dd {
    width: 100%;
    margin-right: 0;
    line-height: 100%;
  }
  .profile .cont06 form dd.radio {
    padding: 0 1rem 0 4vw;
    line-height: 13.3vw;
    background-color: #242435;
  }
  .profile .cont06 form dd .inherit {
    display: flex;
    align-items: center;
    height: 80px;
    font-size: 3.46vw;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-all;
  }
  .profile .cont06 form dl.category dt {
    width: auto;
    text-align: left;
  }
  .profile .cont06 form dl.category dd span {
    display: inline-block;
    margin-bottom: 3.6vw;
    margin-right: 2.66vw;
    width: 19.2vw;
    line-height: 5.06vw;
    font-size: 2.66vw;
    font-weight: 900;
    color: #555;
    text-align: center;
    background-color: #242435;
  }
  .profile .cont06 form dl.category dd span.selected {
    color: #fff;
  }
  .profile .cont06 form dl.category dd span.EA.selected {
    background-color: #9c6cff;
  }
  .profile .cont06 form dl.category dd span.discretion.selected {
    background-color: #5aff89;
  }
  .profile .cont06 form dd.btn01 {
    display: block;
  }
  .profile .cont06 form dd.btn01 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44vw;
    aspect-ratio: 330 / 96;
    margin-bottom: 10px;
    font-size: 3.2vw;
    font-weight: bold;
    background: url(../images/bg_btn02_sp.png) no-repeat center center;
    background-size: contain;
  }
  .profile .cont06 form dd.btn01 a:hover {
    color: #fff;
    background: url(../images/bg_btn02_sp.png) no-repeat center center;
    background-size: contain;
  }
  .profile .cont06 form dd.btn01 a:after {
    position: absolute;
    content: "\ff1e";
    font-size: 2.4vw;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }  
  .footer {
    max-width: 92%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 2.93vw;
    line-height: 1.63;
  }
}