@charset "UTF-8";
/* =======================
  reset css
  ======================== */
#ymc_wrap body,
#ymc_wrap h1,
#ymc_wrap h2,
#ymc_wrap h3,
#ymc_wrap h4,
#ymc_wrap h5,
#ymc_wrap h6,
#ymc_wrap p,
#ymc_wrap ol,
#ymc_wrap ul,
#ymc_wrap dl,
#ymc_wrap dt,
#ymc_wrap dd,
#ymc_wrap form,
#ymc_wrap figure {
  margin: 0;
  padding: 0;
}

#ymc_wrap h1,
#ymc_wrap h2,
#ymc_wrap h3,
#ymc_wrap h4,
#ymc_wrap h5,
#ymc_wrap h6 {
  font-size: 100%;
  font-weight: normal;
}

#ymc_wrap strong {
  font-weight: normal;
}

#ymc_wrap table,
#ymc_wrap td,
#ymc_wrap th,
#ymc_wrap tr,
#ymc_wrap thead,
#ymc_wrap tbody {
  border: none;
}

#ymc_wrap table th {
  text-align: left;
  font-weight: normal;
}

#ymc_wrap table {
  border-collapse: collapse;
}

#ymc_wrap ul,
#ymc_wrap ol {
  list-style: none;
}

#ymc_wrap a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

#ymc_wrap a img {
  border: none;
}

#ymc_wrap img {
  vertical-align: bottom;
}

#ymc_wrap textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
}

#ymc_wrap select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
}

#ymc_wrap select::-ms-expand {
  display: none;
}

#ymc_wrap section,
#ymc_wrap nav,
#ymc_wrap main,
#ymc_wrap figure,
#ymc_wrap figcaption,
#ymc_wrap time,
#ymc_wrap small {
  display: block;
}

#ymc_wrap input[type=submit],
#ymc_wrap input[type=image] {
  border: none;
  padding: 0;
}

#ymc_wrap input[type=text],
#ymc_wrap input[type=email],
#ymc_wrap input[type=tel],
#ymc_wrap input[type=number],
#ymc_wrap input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

#ymc_wrap input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

#ymc_wrap input[type=number]::-webkit-outer-spin-button,
#ymc_wrap input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

#ymc_wrap button {
  border: none;
  margin: 0;
  cursor: pointer;
}

#ymc_wrap input[type=submit],
#ymc_wrap input[type=image],
#ymc_wrap input[type=reset] {
  cursor: pointer;
}

#ymc_wrap address {
  font-style: normal;
}

#ymc_wrap input,
#ymc_wrap select,
#ymc_wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

#ymc_wrap button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: transparent; */
  border: none;
  border-radius: 0;
  outline: none;
}

#ymc_wrap input::-moz-placeholder, #ymc_wrap textarea::-moz-placeholder {
  color: #999;
}

#ymc_wrap input::placeholder,
#ymc_wrap textarea::placeholder {
  color: #999;
}

#ymc_wrap i {
  font-style: normal;
}

/* override(dev) > Brightcove video js tag */
#ymc_wrap video-js button {
  border-radius: 50%;
  margin: -1em;
  margin-top: -1em;
  transition-duration: 0.3s;
}

/* ==================================================
PC
================================================== */
@media only screen and (min-width: 769px) {
  #ymc_wrap .sp {
    display: none;
  }
}
/* ==================================================
Smartphone
================================================== */
@media only screen and (max-width: 768px) {
  #ymc_wrap .pc {
    display: none;
  }
}
/* ==================================================
width
================================================== */
#ymc_wrap .wdt100 {
  width: 100% !important;
}

#ymc_wrap .wdt50 {
  width: 50% !important;
}

#ymc_wrap .wdt33 {
  width: 33.333% !important;
}

#ymc_wrap .wdt25 {
  width: 25% !important;
}

#ymc_wrap .wdt20 {
  width: 20% !important;
}

/* ==================================================
overflow
================================================== */
#ymc_wrap .ovfH {
  overflow: hidden !important;
}

#ymc_wrap .ovfV {
  overflow: visible !important;
}

/* ==================================================
visibility
================================================== */
#ymc_wrap .visH {
  visibility: hidden !important;
}

#ymc_wrap .visV {
  visibility: visible !important;
}

/* ==================================================
clearfix
================================================== */
#ymc_wrap .cf {
  clear: both !important;
}

/* ==================================================
float
================================================== */
#ymc_wrap .ftL {
  float: left !important;
}

#ymc_wrap .ftR {
  float: right !important;
}

#ymc_wrap .fcL {
  clear: both;
}

/* ==================================================
display
================================================== */
#ymc_wrap .dispNF {
  display: none;
}

#ymc_wrap .dispN {
  display: none !important;
}

#ymc_wrap .dispB {
  display: block !important;
}

#ymc_wrap .dispI {
  display: inline !important;
}

#ymc_wrap .dispIB {
  display: inline-block !important;
}

#ymc_wrap .dispT {
  display: table !important;
}

#ymc_wrap .dispTC {
  display: table-cell !important;
}

/* ==================================================
flexBox
================================================== */
#ymc_wrap .flexbox {
  display: flex !important;
}

/* setting */
#ymc_wrap .flexbox.fw_wrap {
  flex-wrap: wrap;
}

#ymc_wrap .flexbox.fw_nowrap {
  flex-wrap: nowrap;
}

/* setting */
#ymc_wrap .flexbox.jc_end {
  justify-content: flex-end;
}

#ymc_wrap .flexbox.jc_center {
  justify-content: center;
}

#ymc_wrap .flexbox.jc_between {
  justify-content: space-between;
}

#ymc_wrap .flexbox.jc_around {
  justify-content: space-around;
}

/* setting */
#ymc_wrap .flexbox.ai_stretch {
  align-items: stretch;
}

#ymc_wrap .flexbox.ai_start {
  align-items: flex-start;
}

#ymc_wrap .flexbox.ai_center {
  align-items: center;
}

/* setting */
#ymc_wrap .flexbox.ac_start {
  align-content: flex-start;
}

#ymc_wrap .flexbox.ac_center {
  align-content: center;
}

/* setting */
#ymc_wrap .flexbox.fd_column {
  flex-direction: column;
}

#ymc_wrap .flexbox.fd_columnR {
  flex-direction: column-reverse;
}

#ymc_wrap .flexbox.fd_row {
  flex-direction: row;
}

#ymc_wrap .flexbox.fd_rowR {
  flex-direction: row-reverse;
}

/* ==================================================
iframe Responsive
================================================== */
#ymc_wrap .iframe-16_9-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#ymc_wrap .iframe-16_9-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==================================================
img
================================================== */
#ymc_wrap .img_100 img {
  width: 100%;
  height: auto;
}

#ymc_wrap .img_max100 img {
  max-width: 100%;
  height: auto;
}

/* ==================================================
list-style
================================================== */
#ymc_wrap .liSN {
  list-style-type: none !important;
}

#ymc_wrap .liSD {
  list-style-type: disc !important;
}

#ymc_wrap .liSC {
  list-style-type: circle !important;
}

#ymc_wrap .liSS {
  list-style-type: square !important;
}

#ymc_wrap .liSD {
  list-style-type: decimal !important;
}

#ymc_wrap .liSDZ {
  list-style-type: decimal-leading-zero !important;
}

/* ==================================================
text-align
================================================== */
#ymc_wrap .taR {
  text-align: right !important;
}

#ymc_wrap .taL {
  text-align: left !important;
}

#ymc_wrap .taC {
  text-align: center !important;
}

/* ==================================================
pointer-events
================================================== */
#ymc_wrap .povN {
  pointer-events: none !important;
}

/* ==================================================
text-decoration
================================================== */
#ymc_wrap .tdU {
  text-decoration: underline !important;
}

#ymc_wrap .tdN {
  text-decoration: none !important;
}

/* ==================================================
font-size
================================================== */
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeXS {
    font-size: 11px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeXS {
    font-size: 8px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeSS {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeSS {
    font-size: 10px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeS {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeS {
    font-size: 12px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeSM {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeSM {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeM {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeM {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeML {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeML {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeL {
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeL {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeLL {
    font-size: 22px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeLL {
    font-size: 19px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeXL {
    font-size: 25px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeXL {
    font-size: 22px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .fSizeXLL {
    font-size: 28px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  #ymc_wrap .fSizeXLL {
    font-size: 25px !important;
    line-height: 1.6 !important;
  }
}
/* ==================================================
color
================================================== */
#ymc_wrap .fcWhite {
  color: #fff !important;
}

#ymc_wrap .fcBlack {
  color: #333 !important;
}

#ymc_wrap .fcDarkGlay {
  color: #474a4c !important;
}

#ymc_wrap .fcGlay {
  color: #191d1f !important;
}

#ymc_wrap .fcLightGlay {
  color: #f9f9f9 !important;
}

#ymc_wrap .fcBrown {
  color: #382600 !important;
}

#ymc_wrap .fcOrange {
  color: #eb5c02 !important;
}

#ymc_wrap .fcDarkRed {
  color: #de5050 !important;
}

#ymc_wrap .fcRed {
  color: #dc1010 !important;
}

#ymc_wrap .fcWater {
  color: #62addc !important;
}

#ymc_wrap .fcKey {
  color: #4b1e78 !important;
}

#ymc_wrap .fcPost {
  color: #445166 !important;
}

/* ==================================================
font-weight
================================================== */
#ymc_wrap .fwN {
  font-weight: normal !important;
}

#ymc_wrap .fwB {
  font-weight: bold !important;
}

/* ==================================================
background-color
================================================== */
#ymc_wrap .bgNone {
  background-color: transparent !important;
}

#ymc_wrap .bgBody {
  background-color: #fee2b2 !important;
}

#ymc_wrap .bgWhite {
  background-color: #fff !important;
}

#ymc_wrap .bgBlack {
  background-color: #000 !important;
}

#ymc_wrap .bgCream {
  background-color: #fff5e5 !important;
}

#ymc_wrap .bgOrange {
  background-color: #f90 !important;
}

#ymc_wrap .bgBrown {
  background-color: #382600 !important;
}

#ymc_wrap .bgBeige {
  background-color: #ffe6aa !important;
}

#ymc_wrap .bgKey {
  background-color: #4b1e78 !important;
}

#ymc_wrap .bgLv2 {
  background-color: #474a4c !important;
}

#ymc_wrap .bgLv3 {
  background-color: #f2f2f2 !important;
}

/* ==================================================
vertical-align
================================================== */
#ymc_wrap .vaT {
  vertical-align: top !important;
}

#ymc_wrap .vaM {
  vertical-align: middle !important;
}

#ymc_wrap .vaB {
  vertical-align: bottom !important;
}

/* ==================================================
上付き
================================================== */
#ymc_wrap sup {
  font-size: 80% !important;
  vertical-align: super;
}

/* ==================================================
ぶら下げインデント 文字幅指定
================================================== */
#ymc_wrap .tI1em {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

#ymc_wrap .tI1p5em {
  margin-left: 1.5em !important;
  text-indent: -1.5em !important;
}

#ymc_wrap .tI2em {
  margin-left: 2em !important;
  text-indent: -2em !important;
}

#ymc_wrap .tI2p5em {
  margin-left: 2.5em !important;
  text-indent: -2.5em !important;
}

#ymc_wrap .tI3em {
  margin-left: 3em !important;
  text-indent: -3em !important;
}

#ymc_wrap .tI3p5em {
  margin-left: 3.5em !important;
  text-indent: -3.5em !important;
}

#ymc_wrap .tI4em {
  margin-left: 4em !important;
  text-indent: -4em !important;
}

#ymc_wrap .tI4p5em {
  margin-left: 4.5em !important;
  text-indent: -4.5em !important;
}

#ymc_wrap .tI5em {
  margin-left: 5em !important;
  text-indent: -5em !important;
}

#ymc_wrap .tI5p5em {
  margin-left: 5.5em !important;
  text-indent: -5.5em !important;
}

#ymc_wrap .tI6em {
  margin-left: 6em !important;
  text-indent: -6em !important;
}

#ymc_wrap .tI6p5em {
  margin-left: 6.5em !important;
  text-indent: -6.5em !important;
}

#ymc_wrap .tI7em {
  margin-left: 7em !important;
  text-indent: -7em !important;
}

#ymc_wrap .tI7p5em {
  margin-left: 7.5em !important;
  text-indent: -7.5em !important;
}

#ymc_wrap .tI8em {
  margin-left: 8em !important;
  text-indent: -8em !important;
}

#ymc_wrap .tI8p5em {
  margin-left: 8.5em !important;
  text-indent: -8.5em !important;
}

/* ==================================================
border-radius
================================================== */
#ymc_wrap .br02 {
  border-radius: 2px !important;
}

#ymc_wrap .br03 {
  border-radius: 3px !important;
}

#ymc_wrap .br04 {
  border-radius: 4px !important;
}

#ymc_wrap .br05 {
  border-radius: 5px !important;
}

#ymc_wrap .br06 {
  border-radius: 6px !important;
}

#ymc_wrap .br08 {
  border-radius: 8px !important;
}

#ymc_wrap .br10 {
  border-radius: 10px !important;
}

#ymc_wrap .br20 {
  border-radius: 20px !important;
}

#ymc_wrap .br30 {
  border-radius: 30px !important;
}

#ymc_wrap .br40 {
  border-radius: 40px !important;
}

#ymc_wrap .br40 {
  border-radius: 50px !important;
}

/* ==================================================
margin
================================================== */
#ymc_wrap .mAuto {
  margin-right: auto;
  margin-left: auto;
}

/* margin
-------------------------------------------------- */
#ymc_wrap .m00 {
  margin: 0 !important;
}

#ymc_wrap .m01 {
  margin: 1px !important;
}

#ymc_wrap .m02 {
  margin: 2px !important;
}

#ymc_wrap .m03 {
  margin: 3px !important;
}

#ymc_wrap .m04 {
  margin: 4px !important;
}

#ymc_wrap .m05 {
  margin: 5px !important;
}

#ymc_wrap .m06 {
  margin: 6px !important;
}

#ymc_wrap .m07 {
  margin: 7px !important;
}

#ymc_wrap .m08 {
  margin: 8px !important;
}

#ymc_wrap .m09 {
  margin: 9px !important;
}

#ymc_wrap .m10 {
  margin: 10px !important;
}

#ymc_wrap .m12 {
  margin: 12px !important;
}

#ymc_wrap .m15 {
  margin: 15px !important;
}

#ymc_wrap .m17 {
  margin: 17px !important;
}

#ymc_wrap .m20 {
  margin: 20px !important;
}

#ymc_wrap .m25 {
  margin: 25px !important;
}

#ymc_wrap .m30 {
  margin: 30px !important;
}

#ymc_wrap .m35 {
  margin: 35px !important;
}

#ymc_wrap .m40 {
  margin: 40px !important;
}

#ymc_wrap .m45 {
  margin: 45px !important;
}

#ymc_wrap .m50 {
  margin: 50px !important;
}

#ymc_wrap .m60 {
  margin: 60px !important;
}

#ymc_wrap .m70 {
  margin: 70px !important;
}

#ymc_wrap .m80 {
  margin: 80px !important;
}

#ymc_wrap .m90 {
  margin: 90px !important;
}

/* margin top
-------------------------------------------------- */
#ymc_wrap .mt00 {
  margin-top: 0 !important;
}

#ymc_wrap .mt01 {
  margin-top: 1px !important;
}

#ymc_wrap .mt02 {
  margin-top: 2px !important;
}

#ymc_wrap .mt03 {
  margin-top: 3px !important;
}

#ymc_wrap .mt04 {
  margin-top: 4px !important;
}

#ymc_wrap .mt05 {
  margin-top: 5px !important;
}

#ymc_wrap .mt06 {
  margin-top: 6px !important;
}

#ymc_wrap .mt07 {
  margin-top: 7px !important;
}

#ymc_wrap .mt08 {
  margin-top: 8px !important;
}

#ymc_wrap .mt09 {
  margin-top: 9px !important;
}

#ymc_wrap .mt10 {
  margin-top: 10px !important;
}

#ymc_wrap .mt12 {
  margin-top: 12px !important;
}

#ymc_wrap .mt15 {
  margin-top: 15px !important;
}

#ymc_wrap .mt17 {
  margin-top: 17px !important;
}

#ymc_wrap .mt20 {
  margin-top: 20px !important;
}

#ymc_wrap .mt25 {
  margin-top: 25px !important;
}

#ymc_wrap .mt30 {
  margin-top: 30px !important;
}

#ymc_wrap .mt35 {
  margin-top: 35px !important;
}

#ymc_wrap .mt40 {
  margin-top: 40px !important;
}

#ymc_wrap .mt45 {
  margin-top: 45px !important;
}

#ymc_wrap .mt50 {
  margin-top: 50px !important;
}

#ymc_wrap .mt60 {
  margin-top: 60px !important;
}

#ymc_wrap .mt70 {
  margin-top: 70px !important;
}

#ymc_wrap .mt80 {
  margin-top: 80px !important;
}

#ymc_wrap .mt90 {
  margin-top: 90px !important;
}

/* margin top negative
-------------------------------------------------- */
#ymc_wrap .mtn01 {
  margin-top: -1px !important;
}

#ymc_wrap .mtn02 {
  margin-top: -2px !important;
}

#ymc_wrap .mtn03 {
  margin-top: -3px !important;
}

#ymc_wrap .mtn04 {
  margin-top: -4px !important;
}

#ymc_wrap .mtn05 {
  margin-top: -5px !important;
}

#ymc_wrap .mtn06 {
  margin-top: -6px !important;
}

#ymc_wrap .mtn07 {
  margin-top: -7px !important;
}

#ymc_wrap .mtn08 {
  margin-top: -8px !important;
}

#ymc_wrap .mtn09 {
  margin-top: -9px !important;
}

#ymc_wrap .mtn10 {
  margin-top: -10px !important;
}

#ymc_wrap .mtn12 {
  margin-top: -12px !important;
}

#ymc_wrap .mtn15 {
  margin-top: -15px !important;
}

#ymc_wrap .mtn17 {
  margin-top: -17px !important;
}

#ymc_wrap .mtn20 {
  margin-top: -20px !important;
}

#ymc_wrap .mtn25 {
  margin-top: -25px !important;
}

#ymc_wrap .mtn30 {
  margin-top: -30px !important;
}

#ymc_wrap .mtn35 {
  margin-top: -35px !important;
}

#ymc_wrap .mtn40 {
  margin-top: -40px !important;
}

#ymc_wrap .mtn45 {
  margin-top: -45px !important;
}

#ymc_wrap .mtn50 {
  margin-top: -50px !important;
}

#ymc_wrap .mtn60 {
  margin-top: -60px !important;
}

#ymc_wrap .mtn70 {
  margin-top: -70px !important;
}

#ymc_wrap .mtn80 {
  margin-top: -80px !important;
}

#ymc_wrap .mtn90 {
  margin-top: -90px !important;
}

/* margin right
-------------------------------------------------- */
#ymc_wrap .mr00 {
  margin-right: 0 !important;
}

#ymc_wrap .mr01 {
  margin-right: 1px !important;
}

#ymc_wrap .mr02 {
  margin-right: 2px !important;
}

#ymc_wrap .mr03 {
  margin-right: 3px !important;
}

#ymc_wrap .mr04 {
  margin-right: 4px !important;
}

#ymc_wrap .mr05 {
  margin-right: 5px !important;
}

#ymc_wrap .mr06 {
  margin-right: 6px !important;
}

#ymc_wrap .mr07 {
  margin-right: 7px !important;
}

#ymc_wrap .mr08 {
  margin-right: 8px !important;
}

#ymc_wrap .mr09 {
  margin-right: 9px !important;
}

#ymc_wrap .mr10 {
  margin-right: 10px !important;
}

#ymc_wrap .mr12 {
  margin-right: 12px !important;
}

#ymc_wrap .mr15 {
  margin-right: 15px !important;
}

#ymc_wrap .mr17 {
  margin-right: 17px !important;
}

#ymc_wrap .mr20 {
  margin-right: 20px !important;
}

#ymc_wrap .mr25 {
  margin-right: 25px !important;
}

#ymc_wrap .mr30 {
  margin-right: 30px !important;
}

#ymc_wrap .mr35 {
  margin-right: 35px !important;
}

#ymc_wrap .mr40 {
  margin-right: 40px !important;
}

#ymc_wrap .mr45 {
  margin-right: 45px !important;
}

#ymc_wrap .mr50 {
  margin-right: 50px !important;
}

#ymc_wrap .mr60 {
  margin-right: 60px !important;
}

#ymc_wrap .mr70 {
  margin-right: 70px !important;
}

#ymc_wrap .mr80 {
  margin-right: 80px !important;
}

#ymc_wrap .mr90 {
  margin-right: 90px !important;
}

/* margin right negative
-------------------------------------------------- */
#ymc_wrap .mrn01 {
  margin-right: -1px !important;
}

#ymc_wrap .mrn02 {
  margin-right: -2px !important;
}

#ymc_wrap .mrn03 {
  margin-right: -3px !important;
}

#ymc_wrap .mrn04 {
  margin-right: -4px !important;
}

#ymc_wrap .mrn05 {
  margin-right: -5px !important;
}

#ymc_wrap .mrn06 {
  margin-right: -6px !important;
}

#ymc_wrap .mrn07 {
  margin-right: -7px !important;
}

#ymc_wrap .mrn08 {
  margin-right: -8px !important;
}

#ymc_wrap .mrn09 {
  margin-right: -9px !important;
}

#ymc_wrap .mrn10 {
  margin-right: -10px !important;
}

#ymc_wrap .mrn12 {
  margin-right: -12px !important;
}

#ymc_wrap .mrn15 {
  margin-right: -15px !important;
}

#ymc_wrap .mrn17 {
  margin-right: -17px !important;
}

#ymc_wrap .mrn20 {
  margin-right: -20px !important;
}

#ymc_wrap .mrn25 {
  margin-right: -25px !important;
}

#ymc_wrap .mrn30 {
  margin-right: -30px !important;
}

#ymc_wrap .mrn35 {
  margin-right: -35px !important;
}

#ymc_wrap .mrn40 {
  margin-right: -40px !important;
}

#ymc_wrap .mrn45 {
  margin-right: -45px !important;
}

#ymc_wrap .mrn50 {
  margin-right: -50px !important;
}

#ymc_wrap .mrn60 {
  margin-right: -60px !important;
}

#ymc_wrap .mrn70 {
  margin-right: -70px !important;
}

#ymc_wrap .mrn80 {
  margin-right: -80px !important;
}

#ymc_wrap .mrn90 {
  margin-right: -90px !important;
}

/* margin bottom
-------------------------------------------------- */
#ymc_wrap .mb00 {
  margin-bottom: 0 !important;
}

#ymc_wrap .mb01 {
  margin-bottom: 1px !important;
}

#ymc_wrap .mb02 {
  margin-bottom: 2px !important;
}

#ymc_wrap .mb03 {
  margin-bottom: 3px !important;
}

#ymc_wrap .mb04 {
  margin-bottom: 4px !important;
}

#ymc_wrap .mb05 {
  margin-bottom: 5px !important;
}

#ymc_wrap .mb06 {
  margin-bottom: 6px !important;
}

#ymc_wrap .mb07 {
  margin-bottom: 7px !important;
}

#ymc_wrap .mb08 {
  margin-bottom: 8px !important;
}

#ymc_wrap .mb09 {
  margin-bottom: 9px !important;
}

#ymc_wrap .mb10 {
  margin-bottom: 10px !important;
}

#ymc_wrap .mb12 {
  margin-bottom: 12px !important;
}

#ymc_wrap .mb15 {
  margin-bottom: 15px !important;
}

#ymc_wrap .mb17 {
  margin-bottom: 17px !important;
}

#ymc_wrap .mb20 {
  margin-bottom: 20px !important;
}

#ymc_wrap .mb25 {
  margin-bottom: 25px !important;
}

#ymc_wrap .mb30 {
  margin-bottom: 30px !important;
}

#ymc_wrap .mb35 {
  margin-bottom: 35px !important;
}

#ymc_wrap .mb40 {
  margin-bottom: 40px !important;
}

#ymc_wrap .mb45 {
  margin-bottom: 45px !important;
}

#ymc_wrap .mb50 {
  margin-bottom: 50px !important;
}

#ymc_wrap .mb60 {
  margin-bottom: 60px !important;
}

#ymc_wrap .mb70 {
  margin-bottom: 70px !important;
}

#ymc_wrap .mb80 {
  margin-bottom: 80px !important;
}

#ymc_wrap .mb90 {
  margin-bottom: 90px !important;
}

/* margin bottom negative
-------------------------------------------------- */
#ymc_wrap .mbn01 {
  margin-bottom: -1px !important;
}

#ymc_wrap .mbn02 {
  margin-bottom: -2px !important;
}

#ymc_wrap .mbn03 {
  margin-bottom: -3px !important;
}

#ymc_wrap .mbn04 {
  margin-bottom: -4px !important;
}

#ymc_wrap .mbn05 {
  margin-bottom: -5px !important;
}

#ymc_wrap .mbn06 {
  margin-bottom: -6px !important;
}

#ymc_wrap .mbn07 {
  margin-bottom: -7px !important;
}

#ymc_wrap .mbn08 {
  margin-bottom: -8px !important;
}

#ymc_wrap .mbn09 {
  margin-bottom: -9px !important;
}

#ymc_wrap .mbn10 {
  margin-bottom: -10px !important;
}

#ymc_wrap .mbn12 {
  margin-bottom: -12px !important;
}

#ymc_wrap .mbn15 {
  margin-bottom: -15px !important;
}

#ymc_wrap .mbn17 {
  margin-bottom: -17px !important;
}

#ymc_wrap .mbn20 {
  margin-bottom: -20px !important;
}

#ymc_wrap .mbn25 {
  margin-bottom: -25px !important;
}

#ymc_wrap .mbn30 {
  margin-bottom: -30px !important;
}

#ymc_wrap .mbn35 {
  margin-bottom: -35px !important;
}

#ymc_wrap .mbn40 {
  margin-bottom: -40px !important;
}

#ymc_wrap .mbn45 {
  margin-bottom: -45px !important;
}

#ymc_wrap .mbn50 {
  margin-bottom: -50px !important;
}

#ymc_wrap .mbn60 {
  margin-bottom: -60px !important;
}

#ymc_wrap .mbn70 {
  margin-bottom: -70px !important;
}

#ymc_wrap .mbn80 {
  margin-bottom: -80px !important;
}

#ymc_wrap .mbn90 {
  margin-bottom: -90px !important;
}

/* margin left
-------------------------------------------------- */
#ymc_wrap .ml00 {
  margin-left: 0 !important;
}

#ymc_wrap .ml01 {
  margin-left: 1px !important;
}

#ymc_wrap .ml02 {
  margin-left: 2px !important;
}

#ymc_wrap .ml03 {
  margin-left: 3px !important;
}

#ymc_wrap .ml04 {
  margin-left: 4px !important;
}

#ymc_wrap .ml05 {
  margin-left: 5px !important;
}

#ymc_wrap .ml06 {
  margin-left: 6px !important;
}

#ymc_wrap .ml07 {
  margin-left: 7px !important;
}

#ymc_wrap .ml08 {
  margin-left: 8px !important;
}

#ymc_wrap .ml09 {
  margin-left: 9px !important;
}

#ymc_wrap .ml10 {
  margin-left: 10px !important;
}

#ymc_wrap .ml12 {
  margin-left: 12px !important;
}

#ymc_wrap .ml15 {
  margin-left: 15px !important;
}

#ymc_wrap .ml17 {
  margin-left: 17px !important;
}

#ymc_wrap .ml20 {
  margin-left: 20px !important;
}

#ymc_wrap .ml25 {
  margin-left: 25px !important;
}

#ymc_wrap .ml30 {
  margin-left: 30px !important;
}

#ymc_wrap .ml35 {
  margin-left: 35px !important;
}

#ymc_wrap .ml40 {
  margin-left: 40px !important;
}

#ymc_wrap .ml45 {
  margin-left: 45px !important;
}

#ymc_wrap .ml50 {
  margin-left: 50px !important;
}

#ymc_wrap .ml60 {
  margin-left: 60px !important;
}

#ymc_wrap .ml70 {
  margin-left: 70px !important;
}

#ymc_wrap .ml80 {
  margin-left: 80px !important;
}

#ymc_wrap .ml90 {
  margin-left: 90px !important;
}

/* margin left negative
-------------------------------------------------- */
#ymc_wrap .mln01 {
  margin-left: -1px !important;
}

#ymc_wrap .mln02 {
  margin-left: -2px !important;
}

#ymc_wrap .mln03 {
  margin-left: -3px !important;
}

#ymc_wrap .mln04 {
  margin-left: -4px !important;
}

#ymc_wrap .mln05 {
  margin-left: -5px !important;
}

#ymc_wrap .mln06 {
  margin-left: -6px !important;
}

#ymc_wrap .mln07 {
  margin-left: -7px !important;
}

#ymc_wrap .mln08 {
  margin-left: -8px !important;
}

#ymc_wrap .mln09 {
  margin-left: -9px !important;
}

#ymc_wrap .mln10 {
  margin-left: -10px !important;
}

#ymc_wrap .mln12 {
  margin-left: -12px !important;
}

#ymc_wrap .mln15 {
  margin-left: -15px !important;
}

#ymc_wrap .mln17 {
  margin-left: -17px !important;
}

#ymc_wrap .mln20 {
  margin-left: -20px !important;
}

#ymc_wrap .mln25 {
  margin-left: -25px !important;
}

#ymc_wrap .mln30 {
  margin-left: -30px !important;
}

#ymc_wrap .mln35 {
  margin-left: -35px !important;
}

#ymc_wrap .mln40 {
  margin-left: -40px !important;
}

#ymc_wrap .mln45 {
  margin-left: -45px !important;
}

#ymc_wrap .mln50 {
  margin-left: -50px !important;
}

#ymc_wrap .mln60 {
  margin-left: -60px !important;
}

#ymc_wrap .mln70 {
  margin-left: -70px !important;
}

#ymc_wrap .mln80 {
  margin-left: -80px !important;
}

#ymc_wrap .mln90 {
  margin-left: -90px !important;
}

/* ==================================================
padding
================================================== */
/* padding left right (em)
-------------------------------------------------- */
#ymc_wrap .plr1em {
  padding: 0 1em !important;
}

#ymc_wrap .plr15em {
  padding: 0 1.5em !important;
}

#ymc_wrap .plr2em {
  padding: 0 2em !important;
}

#ymc_wrap .plr25em {
  padding: 0 2.5em !important;
}

#ymc_wrap .plr3em {
  padding: 0 3em !important;
}

/* padding (px)
-------------------------------------------------- */
#ymc_wrap .p00 {
  padding: 0 !important;
}

#ymc_wrap .p03 {
  padding: 3px !important;
}

#ymc_wrap .p05 {
  padding: 5px !important;
}

#ymc_wrap .p08 {
  padding: 8px !important;
}

#ymc_wrap .p10 {
  padding: 10px !important;
}

#ymc_wrap .p12 {
  padding: 12px !important;
}

#ymc_wrap .p15 {
  padding: 15px !important;
}

#ymc_wrap .p17 {
  padding: 17px !important;
}

#ymc_wrap .p20 {
  padding: 20px !important;
}

#ymc_wrap .p25 {
  padding: 25px !important;
}

#ymc_wrap .p30 {
  padding: 30px !important;
}

#ymc_wrap .p35 {
  padding: 35px !important;
}

#ymc_wrap .p40 {
  padding: 40px !important;
}

#ymc_wrap .p45 {
  padding: 45px !important;
}

#ymc_wrap .p50 {
  padding: 50px !important;
}

/* padding top
-------------------------------------------------- */
#ymc_wrap .pt00 {
  padding-top: 0 !important;
}

#ymc_wrap .pt03 {
  padding-top: 3px !important;
}

#ymc_wrap .pt05 {
  padding-top: 5px !important;
}

#ymc_wrap .pt08 {
  padding-top: 8px !important;
}

#ymc_wrap .pt10 {
  padding-top: 10px !important;
}

#ymc_wrap .pt12 {
  padding-top: 12px !important;
}

#ymc_wrap .pt15 {
  padding-top: 15px !important;
}

#ymc_wrap .pt17 {
  padding-top: 17px !important;
}

#ymc_wrap .pt20 {
  padding-top: 20px !important;
}

#ymc_wrap .pt25 {
  padding-top: 25px !important;
}

#ymc_wrap .pt30 {
  padding-top: 30px !important;
}

#ymc_wrap .pt35 {
  padding-top: 35px !important;
}

#ymc_wrap .pt40 {
  padding-top: 40px !important;
}

#ymc_wrap .pt45 {
  padding-top: 45px !important;
}

#ymc_wrap .pt50 {
  padding-top: 50px !important;
}

#ymc_wrap .pt60 {
  padding-top: 60px !important;
}

#ymc_wrap .pt70 {
  padding-top: 70px !important;
}

#ymc_wrap .pt80 {
  padding-top: 80px !important;
}

#ymc_wrap .pt90 {
  padding-top: 90px !important;
}

/* padding right
-------------------------------------------------- */
#ymc_wrap .pr00 {
  padding-right: 0 !important;
}

#ymc_wrap .pr03 {
  padding-right: 3px !important;
}

#ymc_wrap .pr05 {
  padding-right: 5px !important;
}

#ymc_wrap .pr08 {
  padding-right: 8px !important;
}

#ymc_wrap .pr10 {
  padding-right: 10px !important;
}

#ymc_wrap .pr12 {
  padding-right: 12px !important;
}

#ymc_wrap .pr15 {
  padding-right: 15px !important;
}

#ymc_wrap .pr17 {
  padding-right: 17px !important;
}

#ymc_wrap .pr20 {
  padding-right: 20px !important;
}

#ymc_wrap .pr25 {
  padding-right: 25px !important;
}

#ymc_wrap .pr30 {
  padding-right: 30px !important;
}

#ymc_wrap .pr35 {
  padding-right: 35px !important;
}

#ymc_wrap .pr40 {
  padding-right: 40px !important;
}

#ymc_wrap .pr45 {
  padding-right: 45px !important;
}

#ymc_wrap .pr50 {
  padding-right: 50px !important;
}

/* padding bottom
-------------------------------------------------- */
#ymc_wrap .pb00 {
  padding-bottom: 0 !important;
}

#ymc_wrap .pb03 {
  padding-bottom: 3px !important;
}

#ymc_wrap .pb05 {
  padding-bottom: 5px !important;
}

#ymc_wrap .pb08 {
  padding-bottom: 8px !important;
}

#ymc_wrap .pb10 {
  padding-bottom: 10px !important;
}

#ymc_wrap .pb12 {
  padding-bottom: 12px !important;
}

#ymc_wrap .pb15 {
  padding-bottom: 15px !important;
}

#ymc_wrap .pb17 {
  padding-bottom: 17px !important;
}

#ymc_wrap .pb20 {
  padding-bottom: 20px !important;
}

#ymc_wrap .pb25 {
  padding-bottom: 25px !important;
}

#ymc_wrap .pb30 {
  padding-bottom: 30px !important;
}

#ymc_wrap .pb35 {
  padding-bottom: 35px !important;
}

#ymc_wrap .pb40 {
  padding-bottom: 40px !important;
}

#ymc_wrap .pb45 {
  padding-bottom: 45px !important;
}

#ymc_wrap .pb50 {
  padding-bottom: 50px !important;
}

#ymc_wrap .pb60 {
  padding-bottom: 60px !important;
}

#ymc_wrap .pb70 {
  padding-bottom: 70px !important;
}

#ymc_wrap .pb80 {
  padding-bottom: 80px !important;
}

#ymc_wrap .pb90 {
  padding-bottom: 90px !important;
}

/* padding left
-------------------------------------------------- */
#ymc_wrap .pl00 {
  padding-left: 0 !important;
}

#ymc_wrap .pl03 {
  padding-left: 3px !important;
}

#ymc_wrap .pl05 {
  padding-left: 5px !important;
}

#ymc_wrap .pl08 {
  padding-left: 8px !important;
}

#ymc_wrap .pl10 {
  padding-left: 10px !important;
}

#ymc_wrap .pl12 {
  padding-left: 12px !important;
}

#ymc_wrap .pl15 {
  padding-left: 15px !important;
}

#ymc_wrap .pl17 {
  padding-left: 17px !important;
}

#ymc_wrap .pl20 {
  padding-left: 20px !important;
}

#ymc_wrap .pl25 {
  padding-left: 25px !important;
}

#ymc_wrap .pl30 {
  padding-left: 30px !important;
}

#ymc_wrap .pl35 {
  padding-left: 35px !important;
}

#ymc_wrap .pl40 {
  padding-left: 40px !important;
}

#ymc_wrap .pl45 {
  padding-left: 45px !important;
}

#ymc_wrap .pl50 {
  padding-left: 50px !important;
}

/*
rgba(75,30,120,0)
#4b1e78
*/
#ymc_wrap .c_visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#ymc_wrap .modBreadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 53px;
  display: flex;
  height: 24px;
  white-space: nowrap;
  font-size: 11px;
  overflow-x: auto;
  margin: 0 72px 0 16px;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #ymc_wrap .modBreadcrumbs {
    height: 40px;
    bottom: 39px;
    font-size: 15px;
    max-width: 1140px;
    margin: 0 auto;
    transform: translate(-36px, 0);
  }
}
#ymc_wrap .modBreadcrumbs > li {
  position: relative;
}

#ymc_wrap .modBreadcrumbs > li:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#ymc_wrap .modBreadcrumbs > li:not(:last-child) {
  padding: 0 16px 0 0;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .modBreadcrumbs > li:not(:last-child) {
    padding: 0 24px 0 0;
  }
}

#ymc_wrap .modBreadcrumbs > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%238c8c8c' d='M8.59 16.58 13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #ymc_wrap .modBreadcrumbs > li:not(:last-child)::after {
    top: -1px;
    right: 0;
    width: 24px;
    height: 24px;
  }
}
#ymc_wrap .modBreadcrumbs > li > a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #ymc_wrap .modBreadcrumbs > li > a:hover {
    text-decoration: underline;
  }
}
#ymc_wrap .modBtnArea {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#ymc_wrap .modBtnMain {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-width: 280px;
  min-height: 56px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  background: #474a4c;
  border: 1px solid #474a4c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .modBtnMain:hover {
    background: #fff;
    border-color: currentColor;
    color: #474a4c;
  }
}
#ymc_wrap .modBtnMain[aria-disabled=true], #ymc_wrap .modBtnMain:disabled {
  background-color: rgba(71, 74, 76, 0.4);
  border-color: rgba(71, 74, 76, 0.4);
  pointer-events: none;
}
#ymc_wrap .modBtnMain--keyColor {
  border-color: #4b1e78;
  background: #4b1e78;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .modBtnMain--keyColor:hover {
    color: #4b1e78;
  }
}
#ymc_wrap .modBtnMain--keyColor[aria-disabled=true], #ymc_wrap .modBtnMain--keyColor:disabled {
  background-color: rgba(75, 30, 120, 0.4);
  border-color: rgba(75, 30, 120, 0.4);
}
#ymc_wrap .modBtnMain--keyColorLine {
  border: 2px solid #4b1e78;
  color: #4b1e78;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .modBtnMain--keyColorLine:hover {
    color: #4b1e78;
    background: #f2f2f2;
  }
}
#ymc_wrap .modBtnMain--keyColorLine[aria-disabled=true], #ymc_wrap .modBtnMain--keyColorLine:disabled {
  color: rgba(75, 30, 120, 0.4);
  background-color: #fff;
  border-color: rgba(75, 30, 120, 0.4);
}
#ymc_wrap .modBtnMain--white {
  border-color: #fff;
  background: #fff;
  color: #4b1e78;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .modBtnMain--white:hover {
    border-color: transparent;
    color: #4b1e78;
    background: #f2f2f2;
  }
}
#ymc_wrap .modBtnMain--white[aria-disabled=true], #ymc_wrap .modBtnMain--white:disabled {
  color: rgba(75, 30, 120, 0.4);
  background-color: #fff;
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .modBtnMain--white.modBtnMain--hoverPrimary:hover {
    border-color: #4b1e78;
    background: #4b1e78;
    color: #fff;
  }
}
#ymc_wrap .modBtnMain--secondary {
  border-color: #7b47d2;
  background: #7b47d2;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .modBtnMain--secondary:hover {
    color: #7b47d2;
  }
}
#ymc_wrap .modBtnMain--secondary[aria-disabled=true], #ymc_wrap .modBtnMain--secondary:disabled {
  background-color: rgba(123, 71, 210, 0.4);
  border-color: rgba(123, 71, 210, 0.4);
}
#ymc_wrap .modBtnMain--arrowDown {
  padding-left: 46px;
  padding-right: 46px;
}
#ymc_wrap .modBtnMain--arrowDown::after {
  content: "";
  position: absolute;
  right: 15px;
  justify-self: end;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.57996L12 13.17L16.59 8.57996L18 9.99996L12 16L6 9.99996L7.41 8.57996Z' fill='%23000000'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.57996L12 13.17L16.59 8.57996L18 9.99996L12 16L6 9.99996L7.41 8.57996Z' fill='%23000000'/%3E%3C/svg%3E");
  pointer-events: none;
}
#ymc_wrap .modBtnMain--arrowDown[aria-expanded=true]::after {
  scale: 1 -1;
}
#ymc_wrap .modBtnMain--retry::before {
  content: "";
  margin-right: 6px;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' d='M11.693 3C6.892 3 3 7.03 3 12s3.892 9 8.693 9a8.4 8.4 0 0 0 3.327-.683 8.7 8.7 0 0 0 2.545-1.681l.274-.272-1.366-1.414a6.8 6.8 0 0 1-2.193 1.52 6.5 6.5 0 0 1-2.587.53c-3.734 0-6.761-3.134-6.761-7s3.027-7 6.76-7c3.596 0 6.535 2.905 6.75 6.572l-1.237-1.28-1.366 1.415 3.58 3.707L23 11.707l-1.366-1.414-1.257 1.301C20.172 6.812 16.362 3 11.693 3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' d='M11.693 3C6.892 3 3 7.03 3 12s3.892 9 8.693 9a8.4 8.4 0 0 0 3.327-.683 8.7 8.7 0 0 0 2.545-1.681l.274-.272-1.366-1.414a6.8 6.8 0 0 1-2.193 1.52 6.5 6.5 0 0 1-2.587.53c-3.734 0-6.761-3.134-6.761-7s3.027-7 6.76-7c3.596 0 6.535 2.905 6.75 6.572l-1.237-1.28-1.366 1.415 3.58 3.707L23 11.707l-1.366-1.414-1.257 1.301C20.172 6.812 16.362 3 11.693 3'/%3E%3C/svg%3E");
  pointer-events: none;
}

#ymc_wrap .c_swiper_slides {
  position: relative;
}
#ymc_wrap .c_swiper_slides:not(.swiper-initialized) .c_swiper_prev,
#ymc_wrap .c_swiper_slides:not(.swiper-initialized) .c_swiper_next,
#ymc_wrap .c_swiper_slides:not(.swiper-initialized) ~ .c_swiper_control {
  display: none;
}
#ymc_wrap .c_swiper_slides.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
#ymc_wrap .c_swiper_slides.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
#ymc_wrap .c_swiper_slides.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
#ymc_wrap .c_swiper_slides.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
#ymc_wrap .c_swiper_slides.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
#ymc_wrap .c_swiper_slides.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
#ymc_wrap .c_swiper_prev, #ymc_wrap .c_swiper_next {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(25, 29, 31, 0.6);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M28.251%2030.3967L19.8543%2022L28.251%2013.585L25.666%2011L14.666%2022L25.666%2033L28.251%2030.3967Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  border: 1px solid #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_swiper_prev, #ymc_wrap .c_swiper_next {
    width: 64px;
    height: 64px;
    background-size: 44px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .c_swiper_prev:hover, #ymc_wrap .c_swiper_next:hover {
    background-color: #4b1e78;
  }
}
#ymc_wrap .c_swiper_prev::after, #ymc_wrap .c_swiper_next::after {
  pointer-events: none;
}
#ymc_wrap .c_swiper_next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.748%2030.3967L24.1447%2022L15.748%2013.585L18.333%2011L29.333%2022L18.333%2033L15.748%2030.3967Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
#ymc_wrap .c_swiper_control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 7.5px 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_swiper_control {
    padding: 15px;
  }
}
#ymc_wrap .c_swiper_pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
#ymc_wrap .c_swiper_pagination .swiper-pagination-bullet {
  width: 30px;
  height: 15px;
  background: transparent linear-gradient(to right, currentColor) no-repeat;
  background-size: 100% 2px;
  background-position: 50%;
  color: rgba(140, 140, 140, 0.2);
  opacity: 1;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_swiper_pagination .swiper-pagination-bullet {
    width: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .c_swiper_pagination .swiper-pagination-bullet:hover {
    opacity: 0.65;
  }
}
#ymc_wrap .c_swiper_pagination .swiper-pagination-bullet-active {
  color: #4b1e78;
}
#ymc_wrap .c_swiper_autoplay_toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 5px 0 5px 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #a3a3a3;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .c_swiper_autoplay_toggle:hover {
    border-color: #4b1e78;
  }
}
#ymc_wrap .c_swiper_autoplay_toggle_icon {
  width: 7px;
  height: 8px;
  border-left: 2px solid rgba(25, 29, 31, 0.8);
  border-right: 2px solid rgba(25, 29, 31, 0.8);
  box-sizing: border-box;
}
#ymc_wrap .c_swiper_autoplay_toggle.is-paused .c_swiper_autoplay_toggle_icon {
  margin-left: 2px;
  width: 8px;
  border: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(25, 29, 31, 0.8);
  border-right: none;
}

#ymc_wrap .c_login_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid rgba(140, 140, 140, 0.2);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_login_wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
#ymc_wrap .c_login_wrapper--gradation {
  background-image: linear-gradient(135deg, #e3b7e8 0%, #8c5af2 50%, #d45ab8 100%);
}

#ymc_wrap .notice-bar {
  background: #f8f5fb;
  border-bottom: 1px solid #ece6f4;
}

#ymc_wrap .notice-bar .inner {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #2c2438;
  padding: 13px 16px 14px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #ymc_wrap .notice-bar .inner {
    flex-wrap: nowrap;
    padding: 12px 0 13px;
  }
}
#ymc_wrap .notice-bar .inner .ico {
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-indent: -2px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #e3b7e8 0%, #8c5af2 50%, #d45ab8 100%);
}

#ymc_wrap .notice-bar .inner .text {
  width: calc(100% - 50px);
}

#ymc_wrap .notice-bar .inner .link {
  margin: 0 0 0 auto;
}

#ymc_wrap .notice-bar .inner .link a {
  display: block;
  color: #6e3fd1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

#ymc_wrap .notice-bar .inner .link a:hover {
  text-decoration: underline;
}

#ymc_wrap .status_widget {
  padding: 32px 16px;
  border-bottom: 1px solid rgba(140, 140, 140, 0.2);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget {
    padding: 80px 50px;
  }
}
#ymc_wrap .status_widget_name_wrap {
  display: flex;
  align-items: center;
  max-width: 886px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget_name_wrap {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
#ymc_wrap .status_widget_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ymc_wrap .status_widget_suffix {
  flex-shrink: 0;
  margin-left: 8px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget_suffix {
    margin-left: 12px;
  }
}
#ymc_wrap .status_widget_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
  max-width: 886px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget_list {
    gap: 24px;
  }
}
#ymc_wrap .status_widget_list_item {
  display: flex;
}
#ymc_wrap .status_widget_list_item:nth-child(1) .status_widget_list_item_title::before {
  background-image: url("../img/home_mc/icon_note.svg");
}
#ymc_wrap .status_widget_list_item:nth-child(2) .status_widget_list_item_title::before {
  background-image: url("../img/home_mc/icon_heart.svg");
}
#ymc_wrap .status_widget_list_item_link {
  display: block;
  flex: 1;
  min-width: 0;
  padding: 12px 28px 12px 12px;
  text-decoration: none;
  background-color: rgba(140, 140, 140, 0.2);
  background-image: url("../img/common_mc/icon_arrow_primary.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 6px auto;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .status_widget_list_item_link:hover {
    opacity: 0.65;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget_list_item_link {
    padding: 24px 64px 24px 24px;
    background-position: right 34px center;
    background-size: 10px auto;
  }
}
#ymc_wrap .status_widget_list_item_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #4b1e78;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget_list_item_title {
    margin-bottom: 12px;
    padding-left: 24px;
    font-size: 14px;
  }
}
#ymc_wrap .status_widget_list_item_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget_list_item_title::before {
    width: 18px;
    height: 18px;
  }
}
#ymc_wrap .status_widget_list_item_text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1.75;
  color: #000000;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget_list_item_text {
    font-size: 18px;
  }
}
#ymc_wrap .status_widget_list_item_count {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.75;
  color: rgba(25, 29, 31, 0.8);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .status_widget_list_item_count {
    margin-top: 12px;
    font-size: 12px;
  }
}

#ymc_wrap .pickup_slider {
  padding: 56px 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider {
    padding: 80px 0;
  }
}
#ymc_wrap .pickup_slider_heading {
  margin-bottom: 40px;
  font-family: "fontENComp", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Osaka, Helvetica, Verdana, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  color: #4b1e78;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_heading {
    margin-bottom: 56px;
    font-size: 50px;
  }
}
#ymc_wrap .pickup_slider_none {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
#ymc_wrap .pickup_slider_none_br {
  display: block;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_none_br {
    display: none;
  }
}
#ymc_wrap .pickup_slider_container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_item {
    width: 540px !important;
  }
}
#ymc_wrap .pickup_slider_item_link {
  display: block;
  transition: 0.3s ease;
}
#ymc_wrap .pickup_slider_item_link[target=_blank] .pickup_slider_item_title::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1em;
  height: 1.15em;
  margin: 0px 4px 0 0;
  background: url(../img/common/icon_elink_black.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_item_link[target=_blank] .pickup_slider_item_title::before {
    width: 1em;
    height: 1.15em;
    margin: 0 7px 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .pickup_slider_item_link:hover .pickup_slider_item_img {
    opacity: 0.65;
  }
}
#ymc_wrap .pickup_slider_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
#ymc_wrap .pickup_slider_item_title {
  display: -webkit-box;
  margin-top: 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.75;
  color: #000000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_item_title {
    margin-top: 20px;
    font-size: 16px;
  }
}
#ymc_wrap .pickup_slider_prev, #ymc_wrap .pickup_slider_next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: rgba(25, 29, 31, 0.6);
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_prev, #ymc_wrap .pickup_slider_next {
    width: 64px;
    height: 64px;
    margin: 0 50px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .pickup_slider_prev:hover, #ymc_wrap .pickup_slider_next:hover {
    background-color: #4b1e78;
  }
}
#ymc_wrap .pickup_slider_prev::after, #ymc_wrap .pickup_slider_next::after {
  width: 7px;
  height: 12px;
  content: "";
  background-image: url("../img/common_mc/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_prev::after, #ymc_wrap .pickup_slider_next::after {
    width: 14px;
    height: 22px;
  }
}
#ymc_wrap .pickup_slider_prev {
  left: 0;
}
#ymc_wrap .pickup_slider_prev::after {
  transform: rotate(180deg);
  transform-origin: 46% 50%;
}
#ymc_wrap .pickup_slider_next {
  right: 0;
}
#ymc_wrap .pickup_slider_pagination {
  position: static;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0 10px;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_pagination {
    padding: 35px 0 33px;
    margin-top: 20px;
  }
}
#ymc_wrap .pickup_slider_pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: rgba(140, 140, 140, 0.8);
  border-radius: 0;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider_pagination .swiper-pagination-bullet {
    width: 60px;
  }
}
#ymc_wrap .pickup_slider_pagination .swiper-pagination-bullet-active {
  background-color: #4b1e78;
}
#ymc_wrap .pickup_slider--skeleton .pickup_slider_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .pickup_slider--skeleton .pickup_slider_list {
    gap: 40px;
  }
}
#ymc_wrap .pickup_slider--skeleton .pickup_slider_item {
  flex-shrink: 0;
  width: 100%;
}
#ymc_wrap .pickup_slider--skeleton .pickup_slider_item_link {
  cursor: auto;
}
#ymc_wrap .pickup_slider--skeleton .pickup_slider_item_title .pickup_slider_skeleton_span:nth-of-type(1) {
  width: 100%;
}
#ymc_wrap .pickup_slider--skeleton .pickup_slider_item_title .pickup_slider_skeleton_span:nth-of-type(2) {
  width: 75%;
}

#ymc_wrap .content_card_section {
  padding: 56px 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .content_card_section {
    padding: 80px 50px;
  }
}
#ymc_wrap .content_card_section--lightpink {
  background: #fbf1f8;
}
#ymc_wrap .content_card_section--recommend .content_card_list_item_img {
  aspect-ratio: 1;
}
#ymc_wrap .content_card_section_heading {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #4b1e78;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .content_card_section_heading {
    margin-bottom: 56px;
    font-size: 36px;
  }
}
#ymc_wrap .content_card_section_button_wrap {
  text-align: center;
}

#ymc_wrap .content_card_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 886px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .content_card_list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 56px;
  }
}
#ymc_wrap .content_card_list--sp_2col {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .content_card_list--sp_2col {
    gap: 40px;
  }
}
#ymc_wrap .content_card_list--sp_2col .content_card_list_item_title {
  margin-top: 12px;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .content_card_list--sp_2col .content_card_list_item_title {
    margin-top: 20px;
    -webkit-line-clamp: 2;
  }
}
#ymc_wrap .content_card_list_item:only-child {
  grid-column: 1/3;
  width: 50%;
  justify-self: center;
}
#ymc_wrap .content_card_list_item_link[target=_blank] .content_card_list_item_title::before {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  content: "";
  background: url("../img/common/icon_blank.png") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .content_card_list_item_link[target=_blank] .content_card_list_item_title::before {
    width: 24px;
    height: 21px;
    margin: 0 7px 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .content_card_list_item_link:hover .content_card_list_item_img {
    opacity: 0.65;
  }
}
#ymc_wrap .content_card_list_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
#ymc_wrap .content_card_list_item_title {
  display: -webkit-box;
  margin-top: 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.75;
  color: #000000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .content_card_list_item_title {
    margin-top: 20px;
    font-size: 16px;
  }
}

#ymc_wrap .contents_none {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .contents_none {
    margin-bottom: 56px;
  }
}
#ymc_wrap .contents_none_icon {
  width: 50px;
  height: auto;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .contents_none_icon {
    margin-bottom: 32px;
  }
}
#ymc_wrap .contents_none_text {
  font-size: 16px;
  line-height: 1.75;
}
#ymc_wrap .contents_none_br {
  display: block;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .contents_none_br {
    display: none;
  }
}

#ymc_wrap .setup {
  padding: 24px 16px;
  text-align: center;
  background-image: linear-gradient(135deg, #e8d8f2 0%, #8a6af0 50%, #c76bc8 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup {
    padding: 48px 50px;
  }
}
#ymc_wrap .setup--noheading .setup_inner {
  padding: 32px 20px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup--noheading .setup_inner {
    padding: 56px 40px;
  }
}
#ymc_wrap .setup_heading {
  position: relative;
  margin-bottom: 20px;
  font-family: "fontENComp", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Osaka, Helvetica, Verdana, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  color: #4b1e78;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup_heading {
    margin-bottom: 32px;
    font-size: 50px;
  }
}
#ymc_wrap .setup_inner {
  place-items: center;
  max-width: 1028px;
  padding: 24px 20px 32px 20px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup_inner {
    padding: 40px 40px 56px 40px;
  }
}
#ymc_wrap .setup_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  place-items: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup_grid {
    grid-template-columns: minmax(420px, auto) 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup_item {
    order: -1;
  }
}
#ymc_wrap .setup_item_heading {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #4b1e78;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup_item_heading {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
#ymc_wrap .setup_item_text {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.75;
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup_item_text {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
#ymc_wrap .setup_item_annotation {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.75;
  color: #c5003e;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .setup_item_annotation {
    margin-top: 20px;
    font-size: 15px;
  }
}
#ymc_wrap .setup_img {
  width: 100%;
  height: auto;
}

#ymc_wrap .ymc_info {
  max-width: none;
  padding: 56px 16px;
  margin: 0;
  background-color: #efefed;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .ymc_info {
    padding: 80px 50px;
  }
}
#ymc_wrap .ymc_info_heading {
  margin-bottom: 40px;
  font-family: "fontENComp", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Osaka, Helvetica, Verdana, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  color: #4b1e78;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .ymc_info_heading {
    margin-bottom: 56px;
    font-size: 50px;
  }
}
#ymc_wrap .ymc_info_list {
  max-width: 886px;
  margin: 0 auto 28px;
}
#ymc_wrap .ymc_info_item_link {
  display: block;
  padding: 16px 32px 16px 0;
  margin: 0;
  background-color: unset;
  background-image: url("../img/common_mc/icon_arrow_primary.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 7px auto;
  border: unset;
  border-bottom: 1px solid rgba(140, 140, 140, 0.8);
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .ymc_info_item_link:hover .ymc_info_item_title {
    color: #4b1e78;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .ymc_info_item_link {
    padding: 24px 40px 24px 0;
    background-position: right 10px center;
    background-size: 10px auto;
  }
}
#ymc_wrap .ymc_info_item_link[target=_blank] {
  background-image: url("../img/common_mc/icon_elink_blank_primary.svg");
  background-position: right 5px center;
  background-size: 14px auto;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .ymc_info_item_link[target=_blank] {
    background-position: right 6px center;
    background-size: 18px auto;
  }
}
#ymc_wrap .ymc_info_item_link[target=_blank] p::before {
  content: none;
}
#ymc_wrap .ymc_info_item_time {
  padding: 0;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.75;
  color: rgba(25, 29, 31, 0.8);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .ymc_info_item_time {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
#ymc_wrap .ymc_info_item_title {
  display: -webkit-box;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  color: #000000;
  transition: 0.3s ease;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .ymc_info_item_title {
    font-size: 20px;
  }
}
#ymc_wrap .ymc_info_other {
  text-align: right;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .ymc_info_other {
    max-width: 886px;
    margin: 0 auto 28px;
  }
}
#ymc_wrap .ymc_info_other_link {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-right: 16px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(25, 29, 31, 0.8);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .ymc_info_other_link {
    padding-right: 20px;
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .ymc_info_other_link:hover {
    text-decoration: underline;
  }
}
#ymc_wrap .ymc_info_other_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 12px;
  content: "";
  background-image: url("../img/common_mc/icon_arrow_darkgray80.svg");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

#ymc_wrap .other_services {
  max-width: 886px;
  padding: 56px 16px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .other_services {
    padding: 80px 50px;
  }
}
#ymc_wrap .other_services_heading {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #4b1e78;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .other_services_heading {
    font-size: 36px;
    margin-bottom: 56px;
  }
}
#ymc_wrap .other_services_sub_heading {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .other_services_sub_heading {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
#ymc_wrap .other_services_list {
  margin-bottom: 24px;
}
#ymc_wrap .other_services_list:nth-of-type(1) .other_services_list_item:nth-child(1) .other_services_list_link::before {
  background-image: url("../img/home_mc/icon_piano.svg");
}
#ymc_wrap .other_services_list:nth-of-type(1) .other_services_list_item:nth-child(2) .other_services_list_link::before {
  background-image: url("../img/home_mc/icon_trumpet.svg");
}
#ymc_wrap .other_services_list:nth-of-type(1) .other_services_list_item:nth-child(3) .other_services_list_link::before {
  background-image: url("../img/home_mc/icon_museum.svg");
}
#ymc_wrap .other_services_list:nth-of-type(2) .other_services_list_item:nth-child(1) .other_services_list_link::before {
  background-image: url("../img/home_mc/icon_tool.svg");
}
#ymc_wrap .other_services_list:nth-of-type(2) .other_services_list_item:nth-child(2) .other_services_list_link::before {
  background-image: url("../img/home_mc/icon_support.svg");
}
#ymc_wrap .other_services_list_item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .other_services_list_item:not(:last-child) {
    margin-bottom: 16px;
  }
}
#ymc_wrap .other_services_list_link {
  position: relative;
  display: block;
  padding: 20px 52px;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: break-word;
  background-image: url("../img/common_mc/icon_arrow_bright_violet.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: auto 12px;
  border: 1px solid #7b47d2;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .other_services_list_link {
    padding: 24px 72px;
    font-size: 18px;
    background-position: right 34px center;
    background-size: auto 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .other_services_list_link:hover {
    background-color: #e8e8e8;
  }
}
#ymc_wrap .other_services_list_link::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .other_services_list_link::before {
    left: 24px;
    width: 32px;
    height: 32px;
  }
}
#ymc_wrap .other_services_link_wrap {
  text-align: right;
}
#ymc_wrap .other_services_link_wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .other_services_link_wrap:not(:last-child) {
    margin-bottom: 56px;
  }
}
#ymc_wrap .other_services_link {
  position: relative;
  padding-right: 16px;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .other_services_link {
    padding-right: 20px;
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .other_services_link:hover {
    text-decoration: underline;
  }
}
#ymc_wrap .other_services_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 12px;
  content: "";
  background-image: url("../img/common_mc/icon_arrow_darkgray80.svg");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

#ymc_wrap .mypage_diagnosis {
  padding: 24px 16px;
  background-image: linear-gradient(135deg, #c76bc8 0%, #8a6af0 50%, #e8d8f2 100%);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .mypage_diagnosis {
    padding: 48px 50px;
  }
}
#ymc_wrap .mypage_diagnosis_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
#ymc_wrap .mypage_diagnosis_bg {
  display: block;
}
#ymc_wrap .mypage_diagnosis_bg_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#ymc_wrap .mypage_diagnosis_buttons {
  position: absolute;
  top: 45%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 70%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .mypage_diagnosis_buttons {
    top: 65%;
    left: 2.6%;
    gap: 16px;
    width: 36%;
    transform: none;
  }
}
#ymc_wrap .mypage_diagnosis_buttons--done {
  top: 40%;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .mypage_diagnosis_buttons--done {
    top: 62%;
    left: 2.6%;
  }
}
#ymc_wrap .mypage_diagnosis_buttons_item {
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .mypage_diagnosis_buttons_item {
    width: 300px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .mypage_diagnosis_buttons_item:hover {
    opacity: 0.65;
  }
}
#ymc_wrap .mypage_diagnosis_buttons_item_img {
  width: 100%;
  height: auto;
}

:root {
  --color-primary: #4b1e78;
  --color-secondary: #7b47d2;
  --color-primary-yamaha-violet: rgba(75, 30, 120, 1);
  --color-secondary-yamaha-violet: rgba(123, 71, 210, 1);
  --color-secondary-light-violet-40: rgba(214, 164, 234, 0.4);
  --color-secondary-light-violet: rgba(214, 164, 234, 1);
  --color-secondary-light-gray: rgba(140, 140, 140, 1);
}

#navi_wrap #container {
  padding: unset;
}

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

#navi_wrap h1,
#navi_wrap h2,
#navi_wrap p,
#navi_wrap ul,
#navi_wrap li {
  margin: 0;
  padding: 0;
}

#navi_wrap ul {
  list-style: none;
}

#navi_wrap button {
  font-family: inherit;
  cursor: pointer;
}

#navi_wrap .diagnosis_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: calc(100svh - 62px);
  color: var(--color-primary);
  padding: 32px 16px;
  background-image: linear-gradient(135deg, #c76bc8 0%, #8a6af0 50%, #e8d8f2 100%);
}

@media screen and (min-width: 769px) {
  #navi_wrap .diagnosis_wrap {
    align-items: center;
    gap: 40px;
    min-height: calc(100svh - 80px);
    padding: 0 68px;
  }
}
#navi_wrap .diagnosis_start {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

#navi_wrap .diagnosis_start_content {
  position: relative;
  width: 100%;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

#navi_wrap .diagnosis_start_bg {
  display: block;
  width: 100%;
  height: auto;
}

#navi_wrap .diagnosis_start_bg_pc {
  display: none;
}

#navi_wrap .diagnosis_start_title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#navi_wrap .diagnosis_start_btn {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 70%;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  transform: translateX(-50%);
}
#navi_wrap .diagnosis_start_btn img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

#navi_wrap .diagnosis_start_btn:hover {
  opacity: 0.85;
}

@media screen and (min-width: 769px) {
  #navi_wrap .diagnosis_start {
    margin: 68px 0;
    width: 100%;
  }
  #navi_wrap .diagnosis_start_content {
    width: 886px;
    align-self: center;
  }
  #navi_wrap .diagnosis_start_bg_sp {
    display: none;
  }
  #navi_wrap .diagnosis_start_bg_pc {
    display: block;
  }
  #navi_wrap .diagnosis_start_btn {
    top: 65%;
    left: 72px;
    width: 25%;
    transform: none;
  }
}
#navi_wrap .diagnosis_question_area {
  display: none;
  background: transparent;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
}

#navi_wrap .diagnosis_progress {
  text-align: center;
}

#navi_wrap .diagnosis_progress_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navi_wrap .diagnosis_progress_dot {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-secondary-light-violet);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s;
}

#navi_wrap .diagnosis_progress_dot:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: var(--color-secondary-light-violet);
}

#navi_wrap .diagnosis_progress_dot.is_active,
#navi_wrap .diagnosis_progress_dot.is_done {
  background: #ffffff;
}

#navi_wrap .diagnosis_progress_dot.is_done::after {
  background: #ffffff;
}

#navi_wrap .diagnosis_progress_dot_label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(25, 29, 31, 0.6);
  line-height: 1;
}

#navi_wrap .diagnosis_progress_dot.is_active .diagnosis_progress_dot_label,
#navi_wrap .diagnosis_progress_dot.is_done .diagnosis_progress_dot_label {
  color: rgb(123, 71, 210);
}

#navi_wrap .diagnosis_question {
  display: none;
  flex-direction: column;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  background: #ffffff;
  padding: 32px 16px;
  width: 100%;
  flex-grow: 1;
}

#navi_wrap .diagnosis_question_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}

#navi_wrap .diagnosis_choices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#navi_wrap .diagnosis_choice_btn {
  display: block;
  width: 100%;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(140, 140, 140, 0.2);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  line-height: 1.75;
  color: rgb(0, 0, 0);
}

#navi_wrap .diagnosis_choice_btn span {
  display: block;
  color: rgba(25, 29, 31, 0.8);
  font-size: 11px;
  line-height: 1.75;
}

#navi_wrap .diagnosis_choice_btn:hover {
  background: var(--color-secondary-light-violet-40);
}

#navi_wrap .diagnosis_choice_btn.is_disabled {
  background-color: rgba(140, 140, 140, 0.2);
  color: rgb(140, 140, 140);
  cursor: not-allowed;
  pointer-events: none;
}

#navi_wrap .diagnosis_choice_btn.is_selected {
  border: 2px solid var(--color-secondary-yamaha-violet);
  background: var(--color-secondary-light-violet);
}

#navi_wrap .js_choice_input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#navi_wrap .js_choice_input:checked + .diagnosis_choice_btn {
  color: var(--color-primary-yamaha-violet);
  border: 2px solid var(--color-secondary-yamaha-violet);
  background: var(--color-secondary-light-violet-40);
}

#navi_wrap .js_choice_input:disabled + .diagnosis_choice_btn {
  background-color: rgba(140, 140, 140, 0.2);
  color: rgb(140, 140, 140);
  cursor: not-allowed;
  pointer-events: none;
}

#navi_wrap .diagnosis_nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

#navi_wrap .diagnosis_nav_btn {
  line-height: 1;
  padding: 20px 22px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.4s;
}

#navi_wrap .diagnosis_nav_back {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: rgba(75, 30, 120, 0.4);
  flex-grow: 0;
}

#navi_wrap .diagnosis_nav_back:hover {
  opacity: 0.75;
}

#navi_wrap .diagnosis_nav_next {
  border: 1px solid rgba(75, 30, 120, 0.4);
  background: #cab5ed;
  flex-grow: 1;
  color: #ffffff;
}

#navi_wrap .diagnosis_nav_next:not([disabled]) {
  border-color: var(--color-primary-yamaha-violet);
  background: var(--color-primary-yamaha-violet);
}

#navi_wrap .diagnosis_nav_next:not([disabled]):hover {
  opacity: 0.85;
}

#navi_wrap .diagnosis_nav_next[disabled] {
  cursor: not-allowed;
}

@media screen and (min-width: 769px) {
  #navi_wrap .diagnosis_progress {
    margin-top: 72px;
  }
  #navi_wrap .diagnosis_progress_dots {
    gap: 20px;
  }
  #navi_wrap .diagnosis_progress_dot {
    width: 44px;
    height: 44px;
  }
  #navi_wrap .diagnosis_progress_dot:not(:last-child)::after {
    width: 20px;
  }
  #navi_wrap .diagnosis_progress_dot_label {
    font-size: 16px;
  }
  #navi_wrap .diagnosis_question_area {
    max-width: 886px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    flex-grow: 0;
  }
  #navi_wrap .diagnosis_question {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 72px 68px;
    justify-content: space-between;
  }
  #navi_wrap .diagnosis_question_text {
    font-size: 24px;
    margin-bottom: 0;
  }
  #navi_wrap .diagnosis_choices {
    flex: 0 0 354px;
  }
  #navi_wrap .diagnosis_choice_btn {
    font-size: 16px;
    padding: 16px 20px;
  }
  #navi_wrap .diagnosis_choice_btn span {
    font-size: 12px;
  }
  #navi_wrap .diagnosis_nav {
    width: 100%;
    max-width: 658px;
    margin-bottom: 72px;
  }
  #navi_wrap .diagnosis_nav_back {
    width: 203px;
  }
}
#navi_wrap .diagnosis_loading {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

#navi_wrap .diagnosis_loading_spinner {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
}
#navi_wrap .diagnosis_loading_spinner span {
  display: block;
  width: 8px;
  background-color: #ffffff;
  transform: scaleY(0.12);
  transform-origin: center;
  animation: diagnosis_soundbar 2s infinite;
}
#navi_wrap .diagnosis_loading_spinner span:nth-child(1) {
  height: 26px;
  animation-delay: 0s;
}
#navi_wrap .diagnosis_loading_spinner span:nth-child(2) {
  height: 36px;
  animation-delay: -1.91s;
}
#navi_wrap .diagnosis_loading_spinner span:nth-child(3) {
  height: 44px;
  animation-delay: -1.82s;
}
#navi_wrap .diagnosis_loading_spinner span:nth-child(4) {
  height: 70px;
  animation-delay: -1.73s;
}
#navi_wrap .diagnosis_loading_spinner span:nth-child(5) {
  height: 44px;
  animation-delay: -1.64s;
}

@keyframes diagnosis_soundbar {
  0% {
    transform: scaleY(0.12);
    animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  6% {
    transform: scaleY(1);
    animation-timing-function: cubic-bezier(0.6, 0, 1, 0.8);
  }
  16% {
    transform: scaleY(0.12);
    animation-timing-function: ease-out;
  }
  38% {
    transform: scaleY(0.12);
    animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  44% {
    transform: scaleY(0.65);
    animation-timing-function: cubic-bezier(0.6, 0, 1, 0.8);
  }
  50% {
    transform: scaleY(0.12);
    animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  55% {
    transform: scaleY(0.82);
    animation-timing-function: cubic-bezier(0.6, 0, 1, 0.8);
  }
  63% {
    transform: scaleY(0.12);
  }
  100% {
    transform: scaleY(0.12);
  }
}
/* -------------------------
  info common
  ------------------------- */
#ymc_wrap .c_info_section {
  padding: 56px 16px;
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_info_section {
    padding: 80px 50px;
  }
}

#ymc_wrap .c_info_section_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#ymc_wrap .c_info_section_heading {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #4b1e78;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_info_section_heading {
    font-size: 36px;
  }
}

#ymc_wrap .c_info_section_lead {
  margin: 16px 0 0 0;
  text-align: center;
  line-height: 1.75;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_info_section_lead {
    font-size: 18px;
  }
}

#ymc_wrap .c_info_section_btnwrap {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_info_section_btnwrap {
    margin-top: 56px;
  }
}

#ymc_wrap .c_info_postlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 16px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_info_postlist {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 64px 24px;
    margin-top: 56px;
  }
}
#ymc_wrap .c_info_postlist.is-open .c_info_postlist_item:nth-child(n+5) {
  display: block;
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  #ymc_wrap .c_info_postlist.is-open .c_info_postlist_item:nth-child(n+5) {
    opacity: 0;
    translate: 0 -8px;
  }
}
#ymc_wrap .c_info_postlist:not(:has(.c_info_postlist_item:nth-child(5))) ~ .c_info_postlist_toggle {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .c_info_postlist_item:hover .c_info_postlist_item_thumb {
    opacity: 0.65;
  }
}
#ymc_wrap .c_info_postlist_item:nth-child(n+5) {
  display: none;
  opacity: 0;
  translate: 0 -8px;
  transition: display 0.35s allow-discrete, opacity 0.35s ease, translate 0.35s ease;
}

#ymc_wrap .c_info_postlist_item_thumb {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  aspect-ratio: 7/4;
  border: 1px solid rgba(140, 140, 140, 0.2);
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_info_postlist_item_thumb {
    margin-bottom: 20px;
  }
}
#ymc_wrap .c_info_postlist_item_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#ymc_wrap .c_info_postlist_item_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_info_postlist_item_title {
    font-size: 20px;
  }
}

#ymc_wrap .c_info_postlist_item_desc {
  margin-top: 6px;
  line-height: 1.75;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .c_info_postlist_item_desc {
    font-size: 15px;
  }
}

/* -------------------------
  info KV
  ------------------------- */
#ymc_wrap .p_info_kv {
  position: relative;
  overflow: hidden;
}

#ymc_wrap .p_info_kv_slide {
  position: relative;
  width: 100%;
}

#ymc_wrap .p_info_kv_slide_img {
  display: block;
  width: 100%;
  height: auto;
}

#ymc_wrap .p_info_kv .c_swiper_prev {
  left: 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_kv .c_swiper_prev {
    left: 50px;
  }
}

#ymc_wrap .p_info_kv .c_swiper_next {
  right: 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_kv .c_swiper_next {
    right: 50px;
  }
}

/* -------------------------
  info register
  ------------------------- */
#ymc_wrap .p_info_register {
  padding: 20px;
  text-align: center;
}

/* -------------------------
  block message
  ------------------------- */
#ymc_wrap .p_info_message {
  position: relative;
  z-index: 0;
  padding: 34px 31px 36px 30px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message {
    padding: 48px 50px;
  }
}

#ymc_wrap .p_info_message_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
#ymc_wrap .p_info_message_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

#ymc_wrap .p_info_message_bg_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

#ymc_wrap .p_info_message_body {
  position: relative;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1152px;
    width: 100%;
  }
}
#ymc_wrap .p_info_message_body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 1px;
  height: 101.5%;
  background-image: linear-gradient(to bottom, #fff 0.8px, transparent 0.8px);
  background-position: left top;
  background-size: 0.8px 3px;
  background-repeat: repeat-y;
  pointer-events: none;
  transform-origin: 50% 50%;
  transform: rotate(11deg) translateX(-42px);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_body::after {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_ja {
    padding: 22.5px 0 26.5px;
    width: 504px;
  }
}

#ymc_wrap .p_info_message_ja_heading {
  margin: 0 -25px 0 0;
  line-height: 1.5;
  font-size: 23.36px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_ja_heading {
    font-size: 36px;
  }
}

#ymc_wrap .p_info_message_ja_lead {
  margin: 13px 0 0;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_ja_lead {
    margin-top: 17px;
    font-size: 18px;
  }
}

#ymc_wrap .p_info_message_ja_desc {
  margin-top: 13px;
  padding-top: 13px;
  max-width: 480px;
  background-image: linear-gradient(to right, #8c8c8c 0.8px, transparent 0.8px);
  background-position: left top;
  background-size: 3px 0.8px;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_ja_desc {
    margin-top: 16px;
    padding-top: 18px;
  }
}

#ymc_wrap .p_info_message_ja_desc_text {
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_ja_desc_text {
    font-size: 18px;
  }
}

#ymc_wrap .p_info_message_en {
  display: none;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_en {
    display: initial;
    padding: 26.5px 0 27px;
    width: 504px;
  }
}

#ymc_wrap .p_info_message_en_heading {
  line-height: 1.5;
  font-size: 31px;
  font-weight: 700;
}

#ymc_wrap .p_info_message_en_lead {
  margin-top: 18px;
  line-height: 2;
  font-size: 16px;
  font-weight: 700;
}

#ymc_wrap .p_info_message_en_desc {
  margin-top: 13px;
  padding-top: 13px;
  background-image: linear-gradient(to right, #8c8c8c 0.8px, transparent 0.8px);
  background-position: left top;
  background-size: 3px 0.8px;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_message_en_desc {
    margin-top: 16px;
    padding-top: 18px;
  }
}

#ymc_wrap .p_info_message_en_desc_text {
  line-height: 2;
  font-size: 16px;
  font-weight: 700;
}

/* -------------------------
  届ける体験
  ------------------------- */
#ymc_wrap .p_info_experience {
  padding: 48px 16px;
  background: rgba(140, 140, 140, 0.2);
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience {
    padding: 80px 50px;
  }
}

#ymc_wrap .p_info_experience_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#ymc_wrap .p_info_experience_grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience_grid {
    flex-direction: row;
    gap: 32px 24px;
    margin-top: 56px;
  }
}

#ymc_wrap .p_info_experience_card {
  flex: 1;
  padding: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
#ymc_wrap .p_info_experience_card--1 .p_info_experience_card_icon,
#ymc_wrap .p_info_experience_card--1 .p_info_experience_card_title,
#ymc_wrap .p_info_experience_card--1 .p_info_experience_card_list_item::before {
  color: #c724b1;
}
#ymc_wrap .p_info_experience_card--2 .p_info_experience_card_icon,
#ymc_wrap .p_info_experience_card--2 .p_info_experience_card_title,
#ymc_wrap .p_info_experience_card--2 .p_info_experience_card_list_item::before {
  color: #9551a2;
}
#ymc_wrap .p_info_experience_card--3 .p_info_experience_card_icon,
#ymc_wrap .p_info_experience_card--3 .p_info_experience_card_title,
#ymc_wrap .p_info_experience_card--3 .p_info_experience_card_list_item::before {
  color: #5d71b8;
}
#ymc_wrap .p_info_experience_card--4 .p_info_experience_card_icon,
#ymc_wrap .p_info_experience_card--4 .p_info_experience_card_title,
#ymc_wrap .p_info_experience_card--4 .p_info_experience_card_list_item::before {
  color: #007cc2;
}

#ymc_wrap .p_info_experience_card_photo {
  display: none;
  width: 100%;
  aspect-ratio: 311/175;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience_card_photo {
    display: block;
  }
}

#ymc_wrap .p_info_experience_card_photo_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#ymc_wrap .p_info_experience_card_body {
  padding: 20px 28px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience_card_body {
    padding: 28px 20px 32px;
  }
}

#ymc_wrap .p_info_experience_card_head {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience_card_head {
    gap: 8px;
  }
}

#ymc_wrap .p_info_experience_card_icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: currentColor;
}

#ymc_wrap .p_info_experience_card_icon_svg {
  width: 22px;
  height: 22px;
}

#ymc_wrap .p_info_experience_card_title {
  margin: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
}

#ymc_wrap .p_info_experience_card_desc {
  margin: 12px 0 0;
  line-height: 1.75;
  font-size: 14px;
  color: rgba(25, 29, 31, 0.8);
}

#ymc_wrap .p_info_experience_card_list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience_card_list {
    margin: 12px 0 0;
  }
}

#ymc_wrap .p_info_experience_card_list_item {
  position: relative;
  padding: 8px 0 8px 28px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  background-image: linear-gradient(to right, #8c8c8c 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience_card_list_item {
    padding: 12px 0 12px 28px;
  }
}
#ymc_wrap .p_info_experience_card_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20stroke%3D%22%23000000 %22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22m16.667%205-9.166%209.167L3.334%2010%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20stroke%3D%22%23000000 %22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22m16.667%205-9.166%209.167L3.334%2010%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience_card_list_item::before {
    top: 14px;
  }
}

#ymc_wrap .p_info_experience_card_note {
  margin: 8px 0 0;
  line-height: 1.75;
  font-size: 11px;
  color: rgba(25, 29, 31, 0.8);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_experience_card_note {
    margin-top: 16px;
  }
}

#ymc_wrap .p_info_experience_btn_wrap {
  margin-top: 32px;
  text-align: center;
}

/* -------------------------
  アプリ
  ------------------------- */
#ymc_wrap .p_info_app {
  padding: 48px 16px;
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app {
    padding: 64px 50px;
  }
}

#ymc_wrap .p_info_app_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#ymc_wrap .p_info_app_content {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_content {
    margin-top: 56px;
    padding: 50px 40px 50px 10px;
    gap: 32px 40px;
    grid-template-columns: 480px 550px;
    grid-template-rows: auto auto;
    grid-template-areas: "visual detail" "visual store";
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_visual {
    grid-area: visual;
    align-self: center;
  }
}

#ymc_wrap .p_info_app_visual_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#ymc_wrap .p_info_app_detail {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_detail {
    grid-area: detail;
    gap: 20px;
    align-content: flex-start;
  }
}

#ymc_wrap .p_info_app_detail_lead {
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_detail_lead {
    text-align: left;
    font-size: 24px;
  }
}

#ymc_wrap .p_info_app_detail_list {
  list-style: none;
  padding: 0;
}

#ymc_wrap .p_info_app_detail_list_item {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px dashed #8c8c8c;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_detail_list_item {
    padding-left: 32px;
    font-size: 20px;
  }
}
#ymc_wrap .p_info_app_detail_list_item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common_mc/icon_checked.svg") no-repeat 50% 50%;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_detail_list_item::before {
    top: 20px;
  }
}

@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_store {
    grid-area: store;
  }
}

#ymc_wrap .p_info_app_store_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_store_links {
    flex-direction: row;
    gap: 16px;
  }
}

#ymc_wrap .p_info_app_store_links_item {
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  #ymc_wrap .p_info_app_store_links_item:hover {
    opacity: 0.65;
  }
}

#ymc_wrap .p_info_app_store_links_item_img {
  display: block;
  height: 67px;
  width: auto;
}

#ymc_wrap .p_info_app_store_note {
  margin: 20px 0 0;
  line-height: 1.75;
  font-size: 12px;
  color: rgba(25, 29, 31, 0.8);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_app_store_note {
    margin-top: 24px;
    font-size: 15px;
  }
}

/* -------------------------
  p_info_plus
  ------------------------- */
#ymc_wrap .p_info_plus {
  overflow-x: clip;
  padding: 56px 0;
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus {
    padding: 64px 0;
  }
}

#ymc_wrap .p_info_plus_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_inner {
    padding: 0 50px;
  }
}

#ymc_wrap .p_info_plus_content {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_content {
    margin-top: 48px;
    padding: 0 40px 0 10px;
    gap: 32px 40px;
    grid-template-columns: 480px 550px;
    grid-template-rows: auto;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_visual {
    align-self: center;
  }
}

#ymc_wrap .p_info_plus_visual_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#ymc_wrap .p_info_plus_detail {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_detail {
    gap: 20px;
    align-content: flex-start;
  }
}

#ymc_wrap .p_info_plus_detail_lead {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_detail_lead {
    font-size: 24px;
  }
}

#ymc_wrap .p_info_plus_detail_list {
  list-style: none;
  padding: 0;
}

#ymc_wrap .p_info_plus_detail_list_item {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px dashed #8c8c8c;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_detail_list_item {
    padding-left: 32px;
    font-size: 20px;
  }
}
#ymc_wrap .p_info_plus_detail_list_item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common_mc/icon_checked.svg") no-repeat 50% 50%;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_detail_list_item::before {
    top: 20px;
  }
}

#ymc_wrap .p_info_plus_swiper {
  position: relative;
  margin-top: 24px;
  padding: 20px 0;
  background: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_swiper {
    margin-top: 56px;
    padding: 40px 0;
  }
}

#ymc_wrap .p_info_plus .c_swiper_slides {
  overflow: visible;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus .c_swiper_slides {
    max-width: 900px;
  }
}

#ymc_wrap .p_info_plus .c_swiper_prev {
  left: -16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus .c_swiper_prev {
    left: -124px;
  }
}

#ymc_wrap .p_info_plus .c_swiper_next {
  right: -16px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus .c_swiper_next {
    right: -124px;
  }
}

#ymc_wrap .p_info_plus .swiper-pagination-bullet {
  color: rgba(140, 140, 140, 0.8);
}

#ymc_wrap .p_info_plus .swiper-pagination-bullet-active {
  color: #7b47d2;
}

#ymc_wrap .p_info_plus_video {
  background: #000000;
}

#ymc_wrap .p_info_plus_video_thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#ymc_wrap .p_info_plus_video_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#ymc_wrap .p_info_plus_trial {
  position: relative;
  margin: 24px 0 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #4b1e78;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_trial {
    font-size: 20px;
  }
}
#ymc_wrap .p_info_plus_trial::before, #ymc_wrap .p_info_plus_trial::after {
  content: "";
  display: inline-block;
  width: 2.2px;
  height: 1em;
  background: currentColor;
  vertical-align: middle;
}
#ymc_wrap .p_info_plus_trial::before {
  margin-right: 1em;
  transform: skewX(20deg);
}
#ymc_wrap .p_info_plus_trial::after {
  margin-left: 1em;
  transform: skewX(-20deg);
}

#ymc_wrap .p_info_plus_btn_wrap {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_plus_btn_wrap {
    margin-top: 20px;
  }
}

/* -------------------------
  p_info_premium
  ------------------------- */
#ymc_wrap .p_info_premium {
  padding: 52px 20px 56px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium {
    padding: 80px 50px;
  }
}
#ymc_wrap .p_info_premium:last-child {
  padding-bottom: 0;
}

#ymc_wrap .p_info_premium_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#ymc_wrap .p_info_premium_heading {
  margin: 0;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #4b1e78;
  text-wrap: balance;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_heading {
    font-size: 36px;
  }
}

#ymc_wrap .p_info_premium_box {
  margin-top: 40px;
  background: rgba(140, 140, 140, 0.2);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_box {
    margin-top: 56px;
  }
}

#ymc_wrap .p_info_premium_subheading {
  margin: 0;
  padding: 16px 12px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.07);
  color: #4b1e78;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_subheading {
    padding: 18px 12px;
    font-size: 20px;
  }
}

#ymc_wrap .p_info_premium_body {
  padding: 24px 12px;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_body {
    padding: 40px 24px;
  }
}

#ymc_wrap .p_info_premium_desc {
  font-size: 14px;
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_desc {
    font-size: 16px;
    text-align: center;
  }
}

#ymc_wrap .p_info_premium_note {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(25, 29, 31, 0.8);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_note {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
  }
}

#ymc_wrap .p_info_premium_plans {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_plans {
    flex-direction: row;
    gap: 24px;
  }
}

#ymc_wrap .p_info_premium_plan {
  flex: 1;
  padding: 20px 12px;
  text-align: center;
  background: #fff;
  color: #000000;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_plan {
    padding: 24px 20px;
  }
}

#ymc_wrap .p_info_premium_plan_name {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #ymc_wrap .p_info_premium_plan_name {
    color: #4b1e78;
  }
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_plan_name {
    font-size: 20px;
  }
}

#ymc_wrap .p_info_premium_plan_price {
  margin: 8px 0 0;
  line-height: 1.75;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_plan_price {
    font-size: 20px;
    line-height: 1.5;
  }
}

#ymc_wrap .p_info_premium_plan_picture {
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_plan_picture {
    margin-top: 12px;
  }
}

#ymc_wrap .p_info_premium_plan_picture_img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#ymc_wrap .p_info_premium_plan_benefits {
  margin-top: 8px;
  line-height: 1.75;
  font-size: 12px;
  color: rgba(25, 29, 31, 0.8);
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_plan_benefits {
    font-size: 16px;
  }
}

#ymc_wrap .p_info_premium_more {
  margin: 28px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ymc_wrap .p_info_premium_more .modBtnMain {
    padding: 16px 14px 14px;
    min-width: 213px;
  }
}

#ymc_wrap .p_info_premium_register {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ymc_wrap .p_info_premium_register {
    margin-top: 56px;
  }
}

/* ==================================
  music-style-navigator > result
 =================================== */
/* hd
 ----------------------------------- */
/* wrap */
#ymm_wrap .msn_result_hd {
  height: 50px;
  text-align: center;
  color: #fff;
  background: #4b1e78;
  background-image: linear-gradient(45deg, #b23a93 0%, #6a41ce 50%, #9a45a4 100%);
  padding: 16px 16px 0;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_hd {
    height: 90px;
    padding: 32px 0 0;
  }
}
/* h1 */
#ymm_wrap .msn_result_hd h1 {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(40, 16, 64, 0.45);
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_hd h1 {
    font-size: 26px;
  }
}
/* main visual
 ----------------------------------- */
/* msn_result_mv */
#ymm_wrap .msn_result_mv {
  text-align: center;
  background: #fff;
  padding: 22px 0 34px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_mv {
    padding: 50px 0 82px;
  }
}
/* result_type */
#ymm_wrap .msn_result_mv .result_type {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  color: #6a41ce;
  padding: 0 16px 22px;
  background: #fff;
  background-image: linear-gradient(45deg, #b23a93 30%, #6a41ce 50%, #9a45a4 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 320px) {
  #ymm_wrap .msn_result_mv .result_type {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  #ymm_wrap .msn_result_mv .result_type {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_mv .result_type {
    font-size: 34px;
    padding: 0 0 52px;
  }
}
/* result_stage */
#ymm_wrap .msn_result_mv .result_stage {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
  justify-content: center;
  width: calc(100% - 32px);
  max-width: 930px;
  text-align: left;
  border-radius: 12px;
  margin: 0 auto;
}

/* result_stage > tmbnail */
#ymm_wrap .msn_result_mv .result_stage .tmb {
  overflow: hidden;
  width: calc(100% - 180px);
  max-width: 280px;
  min-width: 180px;
  height: auto;
  border-radius: 12px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_mv .result_stage .tmb {
    max-width: 360px;
    border-radius: 12px 0 0 12px;
  }
}
#ymm_wrap .msn_result_mv .result_stage .tmb img {
  width: 100%;
  height: auto;
}

/* result_stage > box */
#ymm_wrap .msn_result_mv .result_stage .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 18px 16px;
  background: #f5f3ee url("https://pro-s3-c5-filemanager-public-yamaha-music-members.s3.ap-northeast-1.amazonaws.com/2217/8209/3582/bg_lead.jpg");
  background-size: cover;
  border-radius: 12px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_mv .result_stage .box {
    width: calc(100% - 360px);
    border-radius: 0 12px 12px 0;
    padding: 25px 35px 25px 47px;
  }
}
/* box > hd */
#ymm_wrap .msn_result_mv .result_stage .box .hd {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #d63baf;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_mv .result_stage .box .hd {
    font-size: 20px;
    margin-top: -15px;
  }
}
/* box > title */
#ymm_wrap .msn_result_mv .result_stage .box .title {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  font-feature-settings: "palt";
  padding: 5px 0 8px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_mv .result_stage .box .title {
    font-size: 27px;
    padding: 15px 0 24px;
  }
}
/* box > text */
#ymm_wrap .msn_result_mv .result_stage .box .text {
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_mv .result_stage .box .text {
    font-size: 19px;
  }
}
/* solution nav
 ----------------------------------- */
/* wrap */
#ymm_wrap .msn_result_snav {
  width: 100%;
  background: #f5f5f5;
  padding: 24px 0 10px;
  margin: 0 0 35px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav {
    padding: 55px 0 40px;
    margin: 0 0 60px;
  }
}
/* inner */
#ymm_wrap .msn_result_snav .inner {
  max-width: 1100px;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  padding: 0 16px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .inner {
    font-size: 16px;
    padding: 0;
  }
}
/* h2 */
#ymm_wrap .msn_result_snav h2 {
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  color: #222;
  background-image: linear-gradient(to right, #666, #666 4px, transparent 4px, transparent 8px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 0 12px;
  margin: 0 0 27px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav h2 {
    font-size: 27px;
    margin: 0 0 50px;
  }
}
#ymm_wrap .msn_result_snav h2:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav h2:not(:first-child) {
    margin-top: 50px;
  }
}
/* recommend */
#ymm_wrap .msn_result_snav .recommend {
  text-align: left;
}

#ymm_wrap .msn_result_snav .recommend img {
  display: inline;
  vertical-align: middle;
  width: 22px;
  height: auto;
  margin: -5px 6px 0 0;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .recommend img {
    width: 27px;
    margin: -5px 8px 0 0;
  }
}
#ymm_wrap .msn_result_snav .recommend p {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 39px;
  border-radius: 4px 4px 0 0;
  background: #6a41ce;
  padding: 8px 12px 0 10px;
  margin: 0 0 -2px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .recommend p {
    font-size: 19px;
    height: 49px;
    padding: 8px 22px 0;
  }
}
/* box */
#ymm_wrap .msn_result_snav .box {
  text-align: left;
  line-height: 1.75;
  background: #fff;
  border: 2px solid #fff;
  padding: 20px 16px 7px;
  margin: 0 0 25px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box {
    border-width: 3px;
    padding: 28px 30px 12px;
    margin: 0 0 35px;
  }
}
#ymm_wrap .msn_result_snav .esp {
  border: 2px solid #6a41ce;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .esp {
    border-width: 3px;
  }
}
/* box > h3 */
#ymm_wrap .msn_result_snav .box h3 {
  position: relative;
  color: #6a41ce;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  padding: 3px 0 3px 14px;
  margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box h3 {
    font-size: 22px;
    padding: 1px 0 3px 20px;
    margin: 0 0 21px;
  }
}
#ymm_wrap .msn_result_snav .box h3::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 3px;
  background-color: #6a41ce;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box h3::after {
    width: 4px;
  }
}
/* box > introduction */
#ymm_wrap .msn_result_snav .box .intro {
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 12px;
  background: #f7ecfc;
  padding: 12px 14px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box .intro {
    font-size: 15px;
    padding: 18px 20px;
  }
}
/* box > introduction > icon */
#ymm_wrap .msn_result_snav .box .intro .batch {
  overflow: hidden;
  width: 65px;
  margin: 0 14px 0 0;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box .intro .batch {
    width: 80px;
    margin: 0 20px 0 0;
  }
}
#ymm_wrap .msn_result_snav .box .intro .batch img {
  width: 100%;
  height: auto;
}

/* box > introduction > h4 */
#ymm_wrap .msn_result_snav .box .intro div h4 {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  padding: 0 0 2px;
  margin: -5px 0 0;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box .intro div h4 {
    font-size: 20px;
    padding: 0 0 3px;
  }
}
/* box > detail_link */
#ymm_wrap .msn_result_snav .box .detail_link {
  display: block;
  text-align: right;
  padding: 0 7px 0 0;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box .detail_link {
    padding: 0 10px 0 0;
  }
}
#ymm_wrap .msn_result_snav .box .detail_link a {
  display: inline-block;
  background-image: url(/assets/img/common/icon_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right 24px;
  background-size: 6px auto;
  padding: 16px 15px 0;
  margin: 0 0 14px;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box .detail_link a {
    background-position: right 26px;
    background-size: 7px auto;
    padding: 16px 20px 0;
    margin: 0 0 17px;
  }
  #ymm_wrap .msn_result_snav .box .detail_link a:hover {
    text-decoration: underline;
  }
}
/* box > overview > p */
#ymm_wrap .msn_result_snav .box .overview p {
  line-height: 1.65;
  padding: 0 0 12px;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_snav .box .overview p {
    padding: 0 0 16px;
  }
}
/* btn-back
 ----------------------------------- */
/* btn */
#ymm_wrap .msn_result_back {
  text-align: center;
}

/* a */
#ymm_wrap .msn_result_back a {
  font-family: fontENComp, "Noto Sans JP", sans-serif;
  display: inline-block;
  width: calc(100% - 32px);
  max-width: 290px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #4b1e78;
  border: 2px solid #4b1e78;
  padding: 14px 16px 16px;
  margin: 0;
  transition-duration: 0.3s;
}

@media screen and (min-width: 769px) {
  #ymm_wrap .msn_result_back a {
    max-width: 290px;
    padding: 17px 16px 20px;
    margin: 0 0 50px;
  }
  #ymm_wrap .msn_result_back a:hover {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
  }
}