@charset "utf-8";

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}

a,
button {
  cursor: revert
}

ol,
ul,
menu,
summary {
  list-style: none
}

ol {
  counter-reset: revert
}

img {
  max-inline-size: 100%;
  max-block-size: 100%
}

table {
  border-collapse: collapse
}

input,
textarea {
  -webkit-user-select: auto
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  appearance: revert
}

:where(pre) {
  all: revert;
  box-sizing: border-box
}

::placeholder {
  color: unset
}

:where([hidden]) {
  display: none
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto
}

:where([draggable=true]) {
  -webkit-user-drag: element
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box
}

::-webkit-details-marker {
  display: none
}

html {
  scroll-behavior: smooth;
  font-size: 100%
}

body {
  width: 100%
}

a,
button {
  touch-action: manipulation
}

a {
  text-decoration: none
}

button {
  cursor: pointer
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "Meiryo UI", Avenir, "Open Sans", Helvetica, "Helvetica Neue", Arial, Verdana, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1rem
}

body table,
body .c-caution-area {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "Meiryo UI", Avenir, "Open Sans", Helvetica, "Helvetica Neue", Arial, Verdana, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

.o-contents {
  color: #4d4d4d;
  position: relative;
  overflow: hidden
}

.c-header {
  position: fixed;
  z-index: 200;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff
}

@media screen and (min-width: 768px) {
  .c-header {
    height: 52px
  }
}

@media screen and (max-width: 767.999px) {
  .c-header {
    height: 48px
  }
}

.c-header--no-fixed {
  position: relative
}

.c-header_inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 199
}

@media screen and (min-width: 768px) {
  .c-header_inner {
    height: 51px;
    padding: 0 1%
  }
}

@media screen and (max-width: 767.999px) {
  .c-header_inner {
    justify-content: space-between
  }
}

.c-header_logo {
  z-index: 300
}

@media screen and (min-width: 768px) {
  .c-header_logo {
    padding: 14px 10px;
    margin-top: -1px
  }
}

@media screen and (max-width: 767.999px) {
  .c-header_logo {
    width: 22.6666666667%;
    padding: 4% 4.2666666667%;
    box-sizing: content-box
  }
}

.c-header-logo_img {
  width: 100px;
  display: block
}

@media screen and (max-width: 767.999px) {
  .c-header-logo_img {
    width: 100%
  }
}

.c-footer {
  position: relative;
  background: #333
}

.c-footer_inner {
  margin: 0 auto
}

@media screen and (min-width: 768px) {
  .c-footer_inner {
    padding-inline: 40px;
    padding-block: 40px
  }
}

@media screen and (max-width: 767.999px) {
  .c-footer_inner {
    padding-inline: 16px;
    padding-block: 24px 124px
  }
}

.c-footer_top-btn {
  content: "";
  position: absolute;
  right: 16px
}

@media screen and (min-width: 768px) {
  .c-footer_top-btn {
    top: 0;
    width: 64px;
    height: 64px;
    transform: translateY(-50%)
  }
}

@media screen and (max-width: 767.999px) {
  .c-footer_top-btn {
    top: -8px;
    width: 48px;
    height: 48px;
    transform: translateY(-100%)
  }
}

.c-footer_copy {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center
}

@media screen and (width < 767.999px) {
  .u-pc-only {
    display: none !important
  }
}

@media print,
screen and (width >=768px) {
  .u-sp-only {
    display: none !important
  }
}

@media screen and (max-width: 767.999px) {
  .c-header {
    height: auto
  }
}

@media screen and (min-width: 768px) {
  .c-header {
    height: 64px
  }
}

@media screen and (min-width: 768px) {
  .c-header_inner {
    height: 64px
  }
}

@media screen and (max-width: 767.999px) {
  .c-header_logo {
    width: 21.8666666667%;
    padding-block: 2.9333333333%
  }
}

@media screen and (min-width: 768px) {
  .c-header-logo_img {
    width: 85px
  }
}

.c-close-banner {
  text-align: center;
  border-top: 2px solid #871626;
  border-bottom: 2px solid #871626
}

.c-close-banner_text {
  color: #871626;
  background-color: #fbefef;
  font-size: 16px;
  font-weight: 600;
  padding-block: 4px
}

@media screen and (min-width: 768px) {
  .c-close-banner_text {
    font-size: 24px;
    padding-block: 8px
  }
}

.c-mv_heading {
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {

  .c-mv_heading::before,
  .c-mv_heading::after {
    content: "";
    position: absolute;
    background-repeat: repeat-x;
    background-size: contain;
    width: calc((100% - 1440px)/2);
    height: 100%;
    top: 0
  }
}

/*@media screen and (min-width: 768px) {
  .c-mv_heading::before {
    background-image: url(../img/mv_bg_left.png);
    left: 0
  }
}*/

/*@media screen and (min-width: 768px) {
  .c-mv_heading::after {
    background-image: url(../img/mv_bg_right.png);
    right: 0
  }
}*/

.c-bg {
  background-color: #f8f6f1
}

.o-inner {
  margin-inline: 16px
}

@media screen and (min-width: 768px) {
  .o-inner {
    max-width: 960px;
    margin-inline: auto
  }
}

.color-red {
  color: #d01031
}

.weight-bold {
  font-weight: bold
}

.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em
}

.c-agreement {
  margin-top: 20px
}

@media screen and (min-width: 768px) {
  .c-agreement {
    margin-top: 40px
  }
}

.c-agreement_inner {
  display: grid;
  padding-inline: 4px;
  gap: 40px
}

@media screen and (min-width: 768px) {
  .c-agreement_inner {
    padding-inline: 30px;
    gap: 70px
  }
}

.c-agreement_content {
  display: grid;
  gap: 20px;
  position: relative;
  padding-bottom: 20px
}

@media screen and (min-width: 768px) {
  .c-agreement_content {
    gap: 40px;
    line-height: 1.2;
    padding-bottom: 40px
  }
}


.c-agreement_content a:hover {
  color: #3374da;
  text-decoration: underline;
}

/*コンテンツ下のライン
.c-agreement_content::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 0
}*/

.c-agreement_content-item {
  display: grid;
  gap: 10px
}

@media screen and (min-width: 768px) {
  .c-agreement_content-item {
    gap: 20px
  }
}

.c-agreement_heading--another {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .c-agreement_heading--another {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.c-agreement_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #323232;
  text-align: center
}

@media screen and (min-width: 768px) {
  .c-agreement_title {
    font-size: 36px
  }
}

.c-agreement_heading {
  color: #fff;
  background-color: #323232;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding-block: 5px
}

@media screen and (min-width: 768px) {
  .c-agreement_heading {
    font-size: 20px;
    border-radius: 5px
  }
}

.c-agreement_text {
  font-size: 14px;
  color: #4d4d4d
}

@media screen and (max-width: 767.999px) {
  .c-agreement_text {
    line-height: 1.4
  }
}

@media screen and (min-width: 768px) {
  .c-agreement_text {
    font-size: 16px
  }
}

.c-agreement_text--bold {
  font-weight: bold
}

.c-agreement_text--right {
  text-align: right
}

.c-agreement_list {
  display: grid;
  color: #4d4d4d;
  gap: 10px
}

@media screen and (min-width: 768px) {
  .c-agreement_list {
    gap: 20px
  }
}

.c-agreement_item {
  display: flex;
  gap: 5px;
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .c-agreement_item {
    gap: 10px;
    font-size: 16px
  }
}

.c-agreement_link {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4
}

@media screen and (min-width: 768px) {
  .c-agreement_link {
    font-size: 16px
  }
}

.c-agreement_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  border: 1px solid #ccc;
  text-align: center
}

.c-agreement_table-th {
  width: 50%;
  background-color: #eee;
  color: #000;
  font-weight: bold;
  border: 1px solid #ccc;
  padding-block: 10px;
  letter-spacing: .1em
}

.c-agreement_table-td {
  width: 50%;
  font-weight: 400;
  color: #000;
  border: 1px solid #ccc;
  padding: 10px 18px;
  vertical-align: middle
}

@media screen and (min-width: 768px) {
  .c-agreement_table-td {
    padding-block: 14px
  }
}

@media screen and (max-width: 767.999px) {
  .c-agreement_table-td--left {
    text-align: left
  }
  .entryButtonWrap {
  margin: -20px auto 0;
  }
}

.c-footer {
  margin-top: 102px
}



@media screen and (min-width: 768px) {
  .c-footer {
    padding: 0 0 116px;
    margin-top: 34px
  }
  .entryButtonWrap {
  margin: -90px auto 0;
  }
}

@media screen and (min-width: 1300px) {
  .c-footer {
    padding: 0 0 116px;
    margin-top: 34px
  }
  .entryButtonWrap {
  margin: -190px auto 0;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

/* エントリーボタン */
.entryButtonWrap {
  /*background-color: #ffffff;*/
  max-width: 100%;
}

.t-center {
  text-align: center !important;
}

/*---animation--*/
a.entryButton._shiny:hover {
  opacity: 1;
}

._shiny {
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  left: -100%;
  width: 200%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(-45deg, rgb(255, 255, 255, 0.1) 0%, rgb(255, 255, 255, 0.5) 30%, rgb(255, 255, 255, 0.2) 50%, rgb(255, 255, 255, 0.4) 75%, rgb(255, 255, 255, 0.1) 100%);
  transition: 2ms;
  animation: shinyshiny 2s linear infinite;
}

#global-nav2.text-btn a._shiny::before {
  bottom: 0;
}

/* 未エントリー */
.entry_check_button {
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5% 7%;
  color: #383838;
  /* background-color: #bdb026;
    border-bottom: 5px solid #ccc100;/* ボタンの影　*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  /* border-radius: 30rem; */
  text-decoration: none;
  text-shadow: 0px -1px 1px #575757;
}

.entryButton:hover {
  opacity: 0.8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* アンカーリンク */
.anchorLink {
  display: -webkit-flex;
  display: flex;
  /*padding-left: 16px;*/
  max-width: 700px;
  margin: 0 auto;
}

.anc_flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchorLinkItem {
  margin-left: 20px;
}

.anchorLinkItem:first-child {
  margin-left: 0;
}

.anchorLinkItem a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  font-size: 12px;
  color: inherit;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.anchorLinkItem a:before {
  position: absolute;
  top: 50%;
  left: -4px;
  display: inline-block;
  content: "↓";
  width: 12px;
  height: 9px;
  background: url(../img/ico_arrow_b01.png) no-repeat 0 0;
  background-size: contain;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .anchorLinkItem {
    margin-left: 40px;
  }

  .anchorLinkItem a {
    padding-left: 21px;
    font-size: 16px;
  }

  .anchorLinkItem a:before {
    width: 16px;
    height: 12px;
  }
}

@media screen and (max-width: 374px) {
  .anchorLink {
    padding-left: 6px;
  }

  .anchorLinkItem {
    margin-left: 10px;
  }
}

.dcm_max_ancl .anchorLinkItem a:before {
  background: url(../img/ico_arrow_b01_red.png) no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .dcm_max_ancl .anchorLinkItem a:before {
    width: 17px;
    height: 13px;
  }
}

.cp-title-lev3 {
  border-left: 5px solid #d01031;
  border-bottom: unset;
  padding: 0;
  padding-left: 10px;
  font-weight: bold;
  font-size: 16px;
  /* margin: 0 16px 0px; */
}
.cp-title-lev3_2 {
  border-bottom: unset;
  padding: 0;
  padding-left: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #d01031;
  /* margin: 0 16px 0px; */
}


@media screen and (min-width: 768px) {
  .cp-title-lev3_2 {
    font-size: 18px;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 737px) {
  .cp-title-lev3_2 {
    margin: 0 38px;
    margin: 0 auto 16px;
  }
}


/*ボタン3つ*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

div,
p,
h3 {
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: 0;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

/*! CSS Used from: https://ssw.web.docomo.ne.jp/nssw/dcmgiga/cp/maxweb3000ptcp/css/campaign_common.css */
img {
  width: 100%;
  height: auto;
}

/*a{display:block;}*/
.mt24 {
  margin-top: 24px !important;
}

/*! CSS Used from: https://ssw.web.docomo.ne.jp/nssw/dcmgiga/cp/maxweb3000ptcp/css/style.css?20250909 */
.cp-detail-inner-plan-btn-bgcolor {
  background-color: #AF901C;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
}

.bg_gold .white-box {
  position: relative;
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 30px;
  margin: auto;
  text-align: center;
}

.bg_gold .white-box .btn-wrap {
  background-color: #ffffff;
  border-radius: 30px 30px 0 0;
  padding: 30px 46px 30px;
}

.bg_gold .white-box .btn-wrap .plan-btn-01 {
  max-width: 401px;
  margin-left: auto;
  margin-right: auto;
}

/* 選べる特典ボタン */
.bg_gold .white-box .btn-wrap_02 {
  background-color: #ffffff;
  border-radius: 30px 30px 0 0;
  padding: 20px 46px 10px;
}

.bg_gold .white-box .btn-wrap_02 .plan-btn-01 {
  max-width: 401px;
  margin-left: auto;
  margin-right: auto;
}
/* /選べる特典ボタン */

/* 2025/11/26 st */
.plan-btn-02 {
  max-width: 401px;
  margin: 15px auto;
}

.plan-btn-02 p a {
  text-decoration: underline;
}
/* 2025/11/26 ed */

@media screen and (max-width: 767px) {
  .bg_gold .white-box .btn-wrap {
    padding: 30px 25px 30px 25px;
  }
  .bg_gold .white-box .btn-wrap_02 {
    padding: 7px 25px 9px 25px;
  }

  .bg_gold img {
    width: 100%;
    vertical-align: bottom;
  }
}

.dcm-max-link-wrap {
  margin: 0 auto 0;
  padding: 30px 46px;
}

.accordion>.dcm-max-link-wrap {
  border: 1px solid #f1d6ac;
  background-color: #fff;
  padding: 0px 60px;
  border-radius: 20px;
}

.accordion>.dcm-max-link-wrap.red_border {
  border: 2px solid #A00028;
}

.accordion>.dcm-max-link-wrap.gold_border {
  border: 2px solid #AF901C;
}

.accordion .switch {
  position: relative;
}

@media screen and (max-width: 767px) {
  .white-box.accordion--wrap>.accordion {
    padding: 0px 15px;
  }

  .accordion>.dcm-max-link-wrap {
    border: 1px solid #f1d6ac;
    background-color: #fff;
    padding: 0px 36px;
    border-radius: 20px;
  }

  .cp-detail-inner-plan-btn-bgcolor {
    padding: 30px;
  }

  .accordion .switch.onOff:before {
    right: 17.5px;
    width: 3px;
    height: 18px;
  }

  .accordion .switch.onOff:after {
    right: 10px;
    width: 18px;
    height: 3px;
  }

  .accordion .switch.onOff.open:before {
    display: none;
  }

  .accordion>.contentWrap {
    padding: 0px 0px 15px;
  }
}

@media screen and (max-width: 539px) {

  .accordion>.dcm-max-link-wrap .img-01,
  .accordion>.dcm-max-link-wrap .img-02 {
    max-width: 260px;
    margin: 0 auto;
  }

  .accordion>.dcm-max-link-wrap .img-02 {
    left: -60px;
  }
}

@media screen and (max-width: 339px) {
  .accordion>.dcm-max-link-wrap .img-02 {
    left: -22%;
  }
}

.bg_gold .white-box .btn-wrap.acc_btn-wrap {
  border-radius: 30px 30px;
}

.accordion>.dcm-max-link-wrap .img-01 {
  width: 69.95%;
}

.accordion>.dcm-max-link-wrap .img-01,
.accordion>.dcm-max-link-wrap .img-02 {
  margin: 0 auto;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
}

.accordion>.dcm-max-link-wrap.red_border.open {
  border: solid #A00028;
  border-width: 2px 2px 2px 2px;
  border-radius: 20px 20px 0px 0px;
}

.accordion>.dcm-max-link-wrap.gold_border.open {
  border: solid #AF901C;
  border-width: 2px 2px 2px 2px;
  border-radius: 20px 20px 0px 0px;
}

.switch.red_border.open+.contentWrap {
  border: 2px solid #A00028;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 15px;
}

.switch.gold_border.open+.contentWrap {
  border: 2px solid #AF901C;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 15px;
}

@media screen and (max-width: 375px) {
  .cp-detail-inner-plan-btn-bgcolor {
    padding: 20px;
  }
}

.indent3 {
  padding-left: 2em;
  text-indent: -2em;
  line-break: strict;
}

.indent3 span {
  padding-left: 1em;
}

.dcm_max_notes_02 {
  padding: 30px 20px;
  text-align: left;
}

.dcm_max_notes_02 p {
  font-size: inherit;
  color: #404040;
}

.dcm_max_notes_02 a {
  display: inline;
  text-decoration: underline;
  color: #404040;
}

@media screen and (max-width: 767px) {
  .dcm_max_notes_02 {
    padding: 15px;
  }

  .dcm_max_notes_02 p {
    font-size: 12px;
  }
}

.bg_orange {
  background-color: #ffd833;
}

.docomomxLogo {
  height: 126px;
  background-image: url('../img/docomo_max_logo_dw.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.accItem.open .docomomxLogo {
  background-image: url('../img/docomo_max_logo_up.png');
}

.docomomxLogo span {
  visibility: hidden;
}

.docomoptLogo {
  height: 126px;
  background-image: url('../img/docomo_pt_max_logo_dw.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.accItem.open .docomoptLogo {
  background-image: url('../img/docomo_pt_max_logo_up.png');
}

.docomoptLogo span {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .accordion>.dcm-max-link-wrap .img-01 {
    width: unset;
  }

  .docomomxLogo,
  .docomoptLogo {
    height: 15vw;
  }
}

@media screen and (max-width: 425px) {
  .accordion>.dcm-max-link-wrap .img-01 {
    width: unset;
  }

  .docomomxLogo,
  .docomoptLogo {
    height: 20vw;
  }

  .accordion>.dcm-max-link-wrap {
    padding: 0px;
  }
}

/* 選べる特典ロゴ */
.tokutenLogo {
  /* height: 126px; */
  background-image: url('../img/eraberu_icon_pc.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .tokutenLogo {
    height: 126px;
  }
}

@media screen and (max-width: 767px) {
  .tokutenLogo {
    height: 70px;
  }
}

/*プラン変更手順*/
section {
  display: block;
}

div,
p,
h2 {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 100%;
  font-weight: normal;
}

.cp-title-lev2 {
  line-height: 1.25;
}

.cp-title-lev2 {
  padding: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.cp-flow-txt {
  margin-top: 10px;
}

.img-w60 {
  width: 60%;
  margin: 0 auto;
}

/*! CSS Used from: https://ssw.web.docomo.ne.jp/nssw/dcmgiga/cp/maxweb3000ptcp/css/style.css?20250909 */
.cp-detail {
  padding: 30px;
  background-color: #fcf7e0;
}

@media screen and (max-width: 375px) {
  .cp-detail {
    padding: 15px;
  }
}

.contents-inner {
  max-width: 700px;
  margin: 0 auto;
}

#cp-detail-plans .contents-inner {
  max-width: 740px;
}

.slider-wrap-01 .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-wrap-01 .slick-slide {
  height: auto !important;
}

.slider-wrap-01 .slider_inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 10px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.slider-wrap-01 .slider_item .cp-flow-txt {
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrap-01 .slick-arrow {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
}

.slider-wrap-01 .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

.slider-wrap-01 .prev-arrow {
  right: 100%;
  margin-right: -38px;
}

.slider-wrap-01 .next-arrow {
  left: 100%;
  margin-left: -38px;
}

.silider-btm-txt {
  font-size: 16px;
  margin-top: 35px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .slider-wrap-01 .slider_inner {
    border-radius: 2.608vw;
    padding: 3.911vw 1.304vw;
  }

  .slider-wrap-01 .slider_item .cp-flow-txt {
    padding: 0 6.519vw;
  }

  .slider-wrap-01 .slick-arrow {
    width: 4.694vw;
    height: 4.694vw;
  }

  .slider-wrap-01 .prev-arrow {
    margin-right: -11.954vw;
  }

  .slider-wrap-01 .next-arrow {
    margin-left: -11.954vw;
  }

  .silider-btm-txt {
    font-size: max(2.083vw, 14px);
    margin-top: 4.563vw;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    margin-inline: 16px;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

.bg_gold .cp-title-lev2 {
  color: #fff;
}

.bg_gold .silider-btm-txt {
  color: #ffffff;
}

.slick-list {
  border-radius: 30px;
}

@media screen and (min-width: 767px) {
  .slider-wrap-01 .slider_item {
    margin: 0 20px;
  }
}

.tel-area_number {
  color: #d01031;
  font-size: 42px;
}

@media screen and (min-width: 768px) {
  .tel-area_number {
    font-size: 48px;
  }
}

.tel-area-btm-txt {
  display: flex;
  gap: 5px;
  justify-content: center;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .tel-area-btm-txt {
    gap: 10px;
    font-size: 16px;
  }
}

/* ご注意事項 */
.a-accordion {
  background-color: #f1f1f1;
  border-radius: 0px 0px 5px 5px;
}

/*.a-accordion:not([open]) {
    margin-bottom: 7px;
}*/

.a-accordion summary {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 8px 40px;
  border-radius: 4px;
  background-color: #d01031;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}

.a-accordion summary::-webkit-details-marker {
  display: none;
}

.a-accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  transition: transform .3s;
  position: absolute;
  right: 20px;
}

.a-accordion[open] summary::after {
  transform: rotate(225deg);
}

.a-accordion .a-accordion-inner {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 10px 20px 10px;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.a-accordion[open] .a-accordion-inner {
  transform: none;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .a-accordion summary {
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 20px;
  }

  .a-accordion summary::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 40px;
  }

  .a-accordion .a-accordion-inner {
    padding: 20px 20px 40px 20px;
  }
}

/*エントリーボタン追従*/
div {
  margin: 0;
  padding: 0;
}

/*a {
  display: block;
}*/

@media screen and (min-width: 768px) {
  .entryButtonWrap {
    /*background-color: #ffffff;*/
  }
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 300px;
}

.d_none {
  display: none;
}

.d_block {
  display: block;
}

#global-nav2.text-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ed5f00;
  box-shadow: 0px -8px 0px 0px rgba(167, 66, 0, 1) inset;
  color: #fff;
  font-size: 34px;
  padding: 20px;
}

#global-nav2.text-btn a span.btn_text {
  position: relative;
}

#global-nav2.text-btn a span.btn_text:after {
  position: absolute;
  content: "";
  background-image: url("../img/btn_arrow.png");
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

#global-nav3.text-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ed5f00;
  box-shadow: 0px -8px 0px 0px rgba(167, 66, 0, 1) inset;
  color: #fff;
  font-size: 34px;
  padding: 20px;
}

#global-nav3.text-btn a span.btn_text {
  position: relative;
}

#global-nav3.text-btn a span.btn_text:after {
  position: absolute;
  content: "";
  background-image: url("../img/btn_arrow.png");
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

#global-nav4.text-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ed5f00;
  box-shadow: 0px -8px 0px 0px rgba(167, 66, 0, 1) inset;
  color: #fff;
  font-size: 34px;
  padding: 20px;
}

#global-nav4.text-btn a span.btn_text {
  position: relative;
}

#global-nav4.text-btn a span.btn_text:after {
  position: absolute;
  content: "";
  background-image: url("../img/btn_arrow.png");
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}


@media screen and (max-width:640px) {
  #global-nav2.text-btn a {
    box-shadow: 0px -1.25vw 0px 0px rgba(167, 66, 0, 1) inset;
    font-size: 5.313vw;
    padding: 3.125vw;
  }

  #global-nav2.text-btn a span.btn_text:after {
    background-size: 5.625vw 5.625vw;
    width: 5.625vw;
    height: 5.625vw;
    right: -7.812vw;
  }
}

#global-nav2 span.btn_text {
  margin-left: -5vw;
  display: inline-block;
}

#global-nav2.d_max_entry_bt.text-btn a {
  background-color: #d01031;
  box-shadow: 0px -8px 0px 0px #5f0005 inset;
}

/*グレー枠*/
.back_color01 {
  border: 1px solid #808080;
  border-radius: 15px;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .overlap01 {
    width: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 48%;
  }
}
@media screen and (max-width: 767px) {
  .overlap01 {
    width: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: -25px;
    left: 44%;
  }
}

.indent_01 {
  text-align:left;
  margin: 0 auto;
  padding-left: 2em;
  text-indent: -1.3em;
}
