@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc-01 {
  color: #303030 !important;
}
.tc-02 {
  color: #fff !important;
}

/* ------------------------------------------------------
 * Font size
------------------------------------------------------ */
.fs-10px {
  font-size: 10px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-14px {
  font-size: 14px !important;
}
.fs-15px {
  font-size: 15px !important;
}
.fs-16px {
  font-size: 16px !important;
}
.fs-18px {
  font-size: 18px !important;
}
.fs-20px {
  font-size: 20px !important;
}
.fs-22px {
  font-size: 22px !important;
}
.fs-24px {
  font-size: 24px !important;
}
.fs-28px {
  font-size: 28px !important;
}
.fs-30px {
  font-size: 30px !important;
}

/* ------------------------------------------------------
 * Font weight
------------------------------------------------------ */
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ta-r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * Width
------------------------------------------------------ */
.w-0 {
  width: 0% !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-05em {
  margin-bottom: 0.5em !important;
}
.mb-1em {
  margin-bottom: 1em !important;
}
.mb-2em {
  margin-bottom: 2em !important;
}
.mb-3em {
  margin-bottom: 3em !important;
}
.mb-4em {
  margin-bottom: 4em !important;
}
.mb-5em {
  margin-bottom: 5em !important;
}
.mb-6em {
  margin-bottom: 6em !important;
}
.mb-7em {
  margin-bottom: 7em !important;
}
.mb-8em {
  margin-bottom: 8em !important;
}
.mb-9em {
  margin-bottom: 9em !important;
}
.mb-10em {
  margin-bottom: 10em !important;
}

/* ------------------------------------------------------
 * display
------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

/* ------------------------------------------------------
 * container
------------------------------------------------------ */
.se2602color {
  /* ------------------------------------------------------
   * main
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * aside
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * mv
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * box
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * btn
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * link
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * list
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * step
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * adviser
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * result
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * banner
  ------------------------------------------------------ */
}
.se2602color {
  background-image: url("/img/specialedition-2602color/bg-02.png"), url("/img/specialedition-2602color/bg-01.jpg");
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 50% 50%;
  background-size: auto 36px, cover;
  background-attachment: fixed;
  color: #654A3F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding: 0 0 120px;
  position: relative;
}
.se2602color > :last-child {
  margin-bottom: 0 !important;
}
.se2602color img {
  max-width: 100%;
  vertical-align: bottom;
}
.se2602color h1, .se2602color h2, .se2602color h3, .se2602color h4, .se2602color h5, .se2602color h6 {
  background: none;
}
.se2602color b, .se2602color em, .se2602color strong {
  font-weight: 700;
  font-style: normal;
}
.se2602color sub, .se2602color sup {
  font-size: 70%;
}
.se2602color sub {
  vertical-align: text-bottom;
}
.se2602color sup {
  vertical-align: text-top;
}
.se2602color ul, .se2602color ol {
  list-style: none;
}
.se2602color [type=button], .se2602color [type=reset], .se2602color [type=submit], .se2602color button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.se2602color a, .se2602color button {
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.se2602color a::before, .se2602color a::after, .se2602color button::before, .se2602color button::after {
  transition: 0.2s ease-in-out;
}
.se2602color a img, .se2602color button img {
  transition: 0.2s ease-in-out;
}
.se2602color[data-page-name=result] .se2602color--main {
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .se2602color {
    background: none;
    font-size: 14px;
    line-height: 1.8571428571;
    padding: 0 0 80px;
    overflow: hidden;
  }
  .se2602color::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url("/img/specialedition-2602color/bg-02.png"), url("/img/specialedition-2602color/bg-01_sp.jpg");
    background-repeat: repeat, no-repeat;
    background-position: 0 0, 50% 50%;
    background-size: auto 36px, cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
  }
  .se2602color[data-page-name=result] .se2602color--main {
    margin-top: -30px;
  }
}
.se2602color--main {
  margin: 0 0 160px;
}
.se2602color--main-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .se2602color--main-inner {
    max-width: none;
    padding: 0 15px;
  }
}
.se2602color--main-inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .se2602color--main {
    margin: 0 0 60px;
  }
}
.se2602color--aside-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .se2602color--aside-inner {
    max-width: none;
    padding: 0 15px;
  }
}
.se2602color--aside-inner > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--mv {
  background: url("/img/specialedition-2602color/bg-03.png") no-repeat 50% 0;
  background-size: 1440px auto;
  text-align: center;
  padding: 0 0 60px;
  margin: -20px 0 35px;
}
.se2602color--mv-inner > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--mv-title {
  max-width: 930px;
  padding: 60px 0 0;
  margin: 0 auto 10px;
}
.se2602color--mv-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.se2602color--mv-result {
  height: 300px;
  background: url("/img/specialedition-2602color/bg-07.png") repeat-x 0 0 !important;
  background-size: auto 100% !important;
  text-align: center;
  padding: 50px 0;
  margin: 0;
}
.se2602color--mv-result-img {
  width: 708px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .se2602color--mv {
    background: none;
    padding: 0;
    margin: -15px 0 60px;
  }
  .se2602color--mv-title {
    width: 433px;
    padding: 0;
    margin: 0 -29px;
  }
  .se2602color--mv-txt {
    font-size: 14px;
    line-height: 1.8571428571;
    padding: 0 15px;
    margin: -5px 0 0;
  }
  .se2602color--mv-result {
    height: 150px;
    background-image: url("/img/specialedition-2602color/bg-07_sp.png") !important;
    padding: 15px 0 30px;
  }
  .se2602color--mv-result-img {
    width: 392.5px;
    margin: 0 -8.75px;
  }
}
.se2602color--box {
  border-radius: 50px;
  border: 4px solid #FF86AA;
  background: #fff;
  margin: 0 0 80px;
  position: relative;
}
.se2602color--box::before {
  content: "";
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  display: block;
  transform: translateX(-50%);
}
.se2602color--box-inner {
  padding: 60px 120px;
  position: relative;
  z-index: 1;
}
.se2602color--box-inner > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--box-title {
  color: #FF86AA;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 40px;
}
.se2602color--box-title-icon {
  width: 112px;
  margin: -99px auto 30px;
  display: block;
}
.se2602color--box[data-icon-type="01"]::before {
  width: 1168px;
  background-image: url("/img/specialedition-2602color/bg-04.png");
  top: 20px;
}
.se2602color--aside .se2602color--box[data-icon-type="01"] {
  min-height: 870px;
}
.se2602color--aside .se2602color--box[data-icon-type="01"]::before {
  width: 1164px;
  background-image: url("/img/specialedition-2602color/bg-09.png");
  top: 20px;
}
.se2602color--box[data-icon-type="02"]::before {
  width: 1113px;
  background-image: url("/img/specialedition-2602color/bg-05.png");
  top: 75px;
}
@media screen and (max-width: 768px) {
  .se2602color--box {
    border-radius: 40px;
    margin: 0 0 40px;
  }
  .se2602color--box-inner {
    padding: 30px 15px;
  }
  .se2602color--box-title {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .se2602color--box-title-icon {
    width: 84px;
    margin: -54px auto 15px;
  }
  .se2602color--box[data-icon-type="01"]::before {
    width: 408.5px;
    background-image: url("/img/specialedition-2602color/bg-04_sp.png");
    top: 7px;
  }
  .se2602color--aside .se2602color--box[data-icon-type="01"] {
    min-height: auto;
  }
  .se2602color--aside .se2602color--box[data-icon-type="01"]::before {
    width: 408px;
    background-image: url("/img/specialedition-2602color/bg-09_sp.png");
    top: -3px;
  }
  .se2602color--box[data-icon-type="02"]::before {
    width: 1386.5px;
    background-image: url("/img/specialedition-2602color/bg-05_sp.png");
    top: 10px;
  }
}
.se2602color--btn-list {
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.se2602color--btn-list-item {
  width: calc(33.3333333333% - 13.3333333333px);
}
.se2602color--btn-list-item > a, .se2602color--btn-list-item > button {
  width: 100%;
  height: 150px;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
}
.se2602color--btn-list-item > a {
  border: 1px solid #FF86AA;
  background: #FF86AA;
  color: #fff;
}
.se2602color--btn-list-item > a:hover {
  background: rgba(255, 134, 170, 0.06);
  color: #FF86AA;
}
.se2602color--btn-list-item-trigger {
  border: 1px dashed #FF86AA;
  background: rgba(255, 134, 170, 0.06);
  color: #FF86AA;
}
.se2602color--btn-list-item-trigger:hover, .se2602color--btn-list-item-trigger.is_selected {
  border-style: solid;
  background: #FF86AA;
  color: #fff;
}
.se2602color--btn-list-item-trigger[tabindex="-1"] {
  pointer-events: none;
}
.se2602color--btn-list-item-trigger > * {
  position: relative;
  z-index: 1;
}
.se2602color--btn-list-item-sub {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .se2602color--btn-list {
    margin: 0 0 30px;
    display: block;
  }
  .se2602color--btn-list-item {
    width: 100%;
    margin: 0 0 5px;
  }
  .se2602color--btn-list-item:last-child {
    margin-bottom: 0;
  }
  .se2602color--btn-list-item > a, .se2602color--btn-list-item > button {
    width: 100%;
    height: 70px;
    border-radius: 15px;
    font-size: 16px;
    padding: 20px;
    row-gap: 2px;
  }
  .se2602color--btn-list-item-trigger::before {
    border-radius: 14px;
  }
  .se2602color--btn-list-item-sub {
    font-size: 12px;
  }
}
.se2602color--btn-main {
  margin: 0 0 130px;
}
.se2602color--btn-main-label {
  width: 600px;
  border-radius: 100px;
  border: 2px solid #654A3F;
  background: url("/img/specialedition-2602color/bg-06.jpg") no-repeat 50% 50% #fff;
  background-size: cover;
  box-shadow: 0 6px 0 0 #654A3F;
  color: #654A3F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 26px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.se2602color--btn-main-label::before {
  content: "";
  width: 10px;
  height: 18px;
  background: url("/img/specialedition-2602color/icon_arrow-01.png") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.se2602color--btn-main-label:hover {
  box-shadow: none;
  color: #654A3F;
  transform: translateY(6px);
}
.se2602color--btn-main-label.btn-arrow--right::before {
  right: 30px;
}
.se2602color--btn-main-label.btn-arrow--left::before {
  left: 30px;
  transform: translateY(-50%) rotate(180deg);
}
.se2602color--btn-main-label.is_disabled {
  background: #CBCBCB;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .se2602color--btn-main {
    margin: 0 0 70px;
  }
  .se2602color--btn-main-label {
    width: 100%;
    min-height: 80px;
    background-image: url("/img/specialedition-2602color/bg-06_sp.jpg");
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 40px;
  }
  .se2602color--btn-main-label.btn-arrow--right::before {
    right: 27px;
  }
  .se2602color--btn-main-label.btn-arrow--left::before {
    left: 27px;
  }
}
.se2602color--btn-sub {
  margin: 0 0 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.se2602color--btn-sub-label {
  width: 200px;
  height: 44px;
  border-radius: 100px;
  background: #654A3F;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 5px 25px 5px 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.se2602color--btn-sub-label::before {
  content: "";
  width: 6px;
  height: 10px;
  background: url("/img/specialedition-2602color/icon_arrow-02.png") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.se2602color--btn-sub-label:hover {
  color: #fff;
  filter: brightness(1.3);
}
.se2602color--btn-sub-label-min {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .se2602color--btn-sub {
    flex-direction: column;
    justify-content: flex-start;
    -moz-column-gap: normal;
         column-gap: normal;
    row-gap: 10px;
  }
  .se2602color--btn-sub-label {
    width: 100%;
    padding: 5px 30px;
    flex-direction: column;
  }
}
.se2602color--link-txt {
  font-weight: 700;
  text-decoration: underline !important;
}
.se2602color--link-txt:hover {
  color: #654A3F;
  text-decoration: none !important;
}
.se2602color--list-num {
  margin: 0 0 1em;
}
.se2602color--list-num > li {
  text-indent: -1.5em;
  text-align: justify;
  word-break: break-all;
  padding: 0 0 0 1.5em;
}
.se2602color--step {
  margin: 0 0 80px;
}
.se2602color--step-item {
  margin: 0 0 115px;
  transition: opacity 0.2s ease-in-out;
}
.se2602color--step-item > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--step-item:last-child {
  margin-bottom: 0;
}
.se2602color--step-item.is_disabled {
  opacity: 0.5 !important;
}
@media screen and (max-width: 768px) {
  .se2602color--step {
    margin: 0 0 30px;
  }
  .se2602color--step-item {
    margin: 0 0 40px;
  }
}
.se2602color--adviser {
  margin: 0 0 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.se2602color--adviser-img {
  width: 265px;
  margin: 0 -20px 0 0;
  position: relative;
  z-index: 1;
}
.se2602color--adviser-contents {
  width: 600px;
  min-height: 180px;
  border-radius: 200px;
  background: #FF86AA;
  color: #fff;
  padding: 35px 60px;
  position: relative;
  z-index: 0;
}
.se2602color--adviser-contents > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--adviser-head {
  font-weight: 700;
  margin: 0 0 10px;
}
.se2602color--adviser-head-label {
  border-radius: 50px;
  background: #fff;
  color: #FF86AA;
  font-size: 14px;
  text-align: center;
  text-box-trim: trim-both;
  line-height: 1;
  padding: 2px 16px;
  margin: 0 0.5em 0 0;
}
.se2602color--adviser-body {
  font-size: 14px;
  text-align: justify;
  word-break: break-all;
}
.se2602color--adviser-body > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .se2602color--adviser {
    margin: 0 0 60px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .se2602color--adviser-img {
    width: 287px;
    margin: 0;
  }
  .se2602color--adviser-contents {
    width: 100%;
    min-height: auto;
    border-radius: 30px;
    padding: 65px 20px 30px;
    margin: -60px 0 0;
  }
  .se2602color--adviser-head {
    text-align: center;
    margin: 0 0 15px;
  }
  .se2602color--adviser-head-label {
    margin: 0 0 5px;
  }
}
.se2602color--result {
  border-radius: 50px;
  border: 4px solid #FF86AA;
  background: #fff;
  box-shadow: 10px 10px 0 0 #FF86AA;
  margin: 0 0 60px;
}
.se2602color--result-inner {
  padding: 75px 75px 60px;
}
.se2602color--result-inner > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--result-head {
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 30px;
}
.se2602color--result-head-main {
  width: 100%;
  min-height: 100px;
  border-radius: 20px;
  background: #FF86AA;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-box-trim: trim-both;
  line-height: 1;
  padding: 27px 70px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.se2602color--result-head-main::before {
  content: "";
  width: 920px;
  height: 100%;
  background-image: url("/img/specialedition-2602color/bg-08.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: -6px;
  z-index: -1;
  display: block;
  transform: translateX(-50%);
}
.se2602color--result-head-sub {
  font-size: 16px;
}
.se2602color--result-head-em {
  border-radius: 100px;
  border: 1px solid #654A3F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-box-trim: trim-both;
  line-height: 1;
  padding: 10px 30px;
  display: inline-block;
}
.se2602color--result-comment {
  width: 580px;
  margin: 0 auto 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.se2602color--result-comment-img {
  width: 80px;
}
.se2602color--result-comment-img img {
  border-radius: 50%;
}
.se2602color--result-comment-contents {
  width: calc(100% - 95px);
  text-align: justify;
  word-break: break-all;
}
.se2602color--result-section {
  margin: 0 0 75px;
}
.se2602color--result-section > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--result-section-title {
  text-align: center;
  padding: 0;
  margin: 0 -75px 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.se2602color--result-section-title::before, .se2602color--result-section-title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FF86AA;
  display: block;
}
.se2602color--result-section-title img {
  height: 19px;
}
.se2602color--result-section-note {
  font-size: 12px;
  line-height: 1.6666666667;
  text-align: center;
}
.se2602color--result-layout {
  margin: 0 0 75px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.se2602color--result-layout-contents {
  width: calc(100% - 340px);
}
.se2602color--result-layout-contents > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--result-layout-img {
  width: 300px;
  border-radius: 30px;
  background: rgba(255, 134, 170, 0.15);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.se2602color--result-layout-img a:hover {
  filter: brightness(1.07);
}
.se2602color--result-layout-head {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
  position: relative;
}
.se2602color--result-layout-head::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF86AA;
  position: absolute;
  left: 0;
  top: 0.35em;
  display: block;
}
.se2602color--result-layout-body > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--result-layout-body-txt {
  font-weight: 700;
  text-align: justify;
  word-break: break-all;
  margin: 0 0 15px;
}
.se2602color--result-layout-body-txt .txt-note {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7142857143;
  display: inline-block;
}
.se2602color--result-layout-body-detail {
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 0 0 20px;
}
.se2602color--result-layout-body-detail .detail-note {
  font-size: 12px;
  display: inline-block;
}
.se2602color--result-item-column {
  margin: 0 0 60px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.se2602color--result-item-col {
  width: calc(50% - 20px);
}
.se2602color--result-item-col > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--result-item-col.se2602color--result-layout {
  margin: 0;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  row-gap: 30px;
}
.se2602color--result-item-col.se2602color--result-layout .se2602color--result-layout-contents {
  width: 100%;
}
.se2602color--result-item-col.se2602color--result-layout .se2602color--result-layout-body-btn {
  text-align: center;
}
.se2602color--result-item-col.se2602color--result-layout .se2602color--result-layout-body-btn .se2602color--btn-sub-label {
  margin: 0 auto;
}
.se2602color--result-howto {
  border-radius: 0 0 46px 46px;
  background: rgba(255, 134, 170, 0.15);
  padding: 50px 75px 55px;
}
.se2602color--result-howto > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--result-howto-title {
  text-align: center;
  padding: 0;
  margin: 0 0 28px;
}
.se2602color--result-howto-title img {
  height: 19px;
  margin: 0 auto;
  display: block;
}
.se2602color--result-howto-img {
  margin: 0 -64px 40px;
}
.se2602color--result-howto-list-item {
  margin: 0 0 30px;
}
.se2602color--result-howto-list-item:last-child {
  margin-bottom: 0;
}
.se2602color--result-howto-list-item-inner {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.se2602color--result-howto-list-item-inner > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--result-howto-list-title {
  width: 120px;
  font-weight: 700;
  padding: 0 0 0 20px;
  position: relative;
}
.se2602color--result-howto-list-title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF86AA;
  position: absolute;
  left: 0;
  top: 0.65em;
  display: block;
}
.se2602color--result-howto-list-contents {
  width: calc(100% - 150px);
  text-align: justify;
  word-break: break-all;
}
.se2602color--result-howto-list-contents > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--result[data-color-type="01"] {
  border-color: #FFB5AA;
  box-shadow: 10px 10px 0 0 #FFB5AA;
}
.se2602color--result[data-color-type="01"] .se2602color--result-head-main {
  background: #FFB5AA;
}
.se2602color--result[data-color-type="01"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="01"] .se2602color--result-section-title::after {
  background: #FFB5AA;
}
.se2602color--result[data-color-type="01"] .se2602color--result-layout-img {
  background: rgba(255, 181, 170, 0.15);
}
.se2602color--result[data-color-type="01"] .se2602color--result-layout-head::before {
  background: #FFB5AA;
}
.se2602color--result[data-color-type="01"] .se2602color--result-howto {
  background: rgba(255, 181, 170, 0.15);
}
.se2602color--result[data-color-type="01"] .se2602color--result-howto-list-title::before {
  background: #FFB5AA;
}
.se2602color--result[data-color-type="02"] {
  border-color: #D38782;
  box-shadow: 10px 10px 0 0 #D38782;
}
.se2602color--result[data-color-type="02"] .se2602color--result-head-main {
  background: #F5CDC9;
}
.se2602color--result[data-color-type="02"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="02"] .se2602color--result-section-title::after {
  background: #D38782;
}
.se2602color--result[data-color-type="02"] .se2602color--result-layout-img {
  background: rgba(245, 205, 201, 0.2);
}
.se2602color--result[data-color-type="02"] .se2602color--result-layout-head::before {
  background: #F5CDC9;
}
.se2602color--result[data-color-type="02"] .se2602color--result-howto {
  background: rgba(245, 205, 201, 0.2);
}
.se2602color--result[data-color-type="02"] .se2602color--result-howto-list-title::before {
  background: #F5CDC9;
}
.se2602color--result[data-color-type="03"] {
  border-color: #FF9C48;
  box-shadow: 10px 10px 0 0 #FF9C48;
}
.se2602color--result[data-color-type="03"] .se2602color--result-head-main {
  background: #FFE2CC;
}
.se2602color--result[data-color-type="03"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="03"] .se2602color--result-section-title::after {
  background: #FF9C48;
}
.se2602color--result[data-color-type="03"] .se2602color--result-layout-img {
  background: rgba(255, 226, 204, 0.3);
}
.se2602color--result[data-color-type="03"] .se2602color--result-layout-head::before {
  background: #FF9C48;
}
.se2602color--result[data-color-type="03"] .se2602color--result-howto {
  background: rgba(255, 226, 204, 0.3);
}
.se2602color--result[data-color-type="03"] .se2602color--result-howto-list-title::before {
  background: #FF9C48;
}
.se2602color--result[data-color-type="04"] {
  border-color: #E5B7CC;
  box-shadow: 10px 10px 0 0 #E5B7CC;
}
.se2602color--result[data-color-type="04"] .se2602color--result-head-main {
  background: #E5B7CC;
}
.se2602color--result[data-color-type="04"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="04"] .se2602color--result-section-title::after {
  background: #E5B7CC;
}
.se2602color--result[data-color-type="04"] .se2602color--result-layout-img {
  background: rgba(229, 183, 204, 0.15);
}
.se2602color--result[data-color-type="04"] .se2602color--result-layout-head::before {
  background: #E5B7CC;
}
.se2602color--result[data-color-type="04"] .se2602color--result-howto {
  background: rgba(229, 183, 204, 0.15);
}
.se2602color--result[data-color-type="04"] .se2602color--result-howto-list-title::before {
  background: #E5B7CC;
}
.se2602color--result[data-color-type="05"] {
  border-color: #FD7AB1;
  box-shadow: 10px 10px 0 0 #FD7AB1;
}
.se2602color--result[data-color-type="05"] .se2602color--result-head-main {
  background: #FFE5F2;
}
.se2602color--result[data-color-type="05"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="05"] .se2602color--result-section-title::after {
  background: #FD7AB1;
}
.se2602color--result[data-color-type="05"] .se2602color--result-layout-img {
  background: rgba(255, 229, 242, 0.3);
}
.se2602color--result[data-color-type="05"] .se2602color--result-layout-head::before {
  background: #FD7AB1;
}
.se2602color--result[data-color-type="05"] .se2602color--result-howto {
  background: rgba(255, 229, 242, 0.3);
}
.se2602color--result[data-color-type="05"] .se2602color--result-howto-list-title::before {
  background: #FD7AB1;
}
.se2602color--result[data-color-type="06"] {
  border-color: #A3609F;
  box-shadow: 10px 10px 0 0 #A3609F;
}
.se2602color--result[data-color-type="06"] .se2602color--result-head-main {
  background: #E3B9E1;
}
.se2602color--result[data-color-type="06"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="06"] .se2602color--result-section-title::after {
  background: #A3609F;
}
.se2602color--result[data-color-type="06"] .se2602color--result-layout-img {
  background: rgba(227, 185, 225, 0.2);
}
.se2602color--result[data-color-type="06"] .se2602color--result-layout-head::before {
  background: #A3609F;
}
.se2602color--result[data-color-type="06"] .se2602color--result-howto {
  background: rgba(227, 185, 225, 0.2);
}
.se2602color--result[data-color-type="06"] .se2602color--result-howto-list-title::before {
  background: #A3609F;
}
.se2602color--result[data-color-type="07"] {
  border-color: #F8E129;
  box-shadow: 10px 10px 0 0 #F8E129;
}
.se2602color--result[data-color-type="07"] .se2602color--result-head-main {
  background: #FFFDC4;
}
.se2602color--result[data-color-type="07"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="07"] .se2602color--result-section-title::after {
  background: #F8E129;
}
.se2602color--result[data-color-type="07"] .se2602color--result-layout-img {
  background: rgba(255, 253, 196, 0.3);
}
.se2602color--result[data-color-type="07"] .se2602color--result-layout-head::before {
  background: #F8E129;
}
.se2602color--result[data-color-type="07"] .se2602color--result-howto {
  background: rgba(255, 253, 196, 0.3);
}
.se2602color--result[data-color-type="07"] .se2602color--result-howto-list-title::before {
  background: #F8E129;
}
.se2602color--result[data-color-type="08"] {
  border-color: #A26EC7;
  box-shadow: 10px 10px 0 0 #A26EC7;
}
.se2602color--result[data-color-type="08"] .se2602color--result-head-main {
  background: #F3E2FF;
}
.se2602color--result[data-color-type="08"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="08"] .se2602color--result-section-title::after {
  background: #A26EC7;
}
.se2602color--result[data-color-type="08"] .se2602color--result-layout-img {
  background: rgba(243, 226, 255, 0.3);
}
.se2602color--result[data-color-type="08"] .se2602color--result-layout-head::before {
  background: #A26EC7;
}
.se2602color--result[data-color-type="08"] .se2602color--result-howto {
  background: rgba(243, 226, 255, 0.3);
}
.se2602color--result[data-color-type="08"] .se2602color--result-howto-list-title::before {
  background: #A26EC7;
}
.se2602color--result[data-color-type="09"] {
  border-color: #B50F2F;
  box-shadow: 10px 10px 0 0 #B50F2F;
}
.se2602color--result[data-color-type="09"] .se2602color--result-head-main {
  background: #FF8D9E;
}
.se2602color--result[data-color-type="09"] .se2602color--result-section-title::before, .se2602color--result[data-color-type="09"] .se2602color--result-section-title::after {
  background: #B50F2F;
}
.se2602color--result[data-color-type="09"] .se2602color--result-layout-img {
  background: rgba(255, 141, 158, 0.15);
}
.se2602color--result[data-color-type="09"] .se2602color--result-layout-head::before {
  background: #B50F2F;
}
.se2602color--result[data-color-type="09"] .se2602color--result-howto {
  background: rgba(255, 141, 158, 0.15);
}
.se2602color--result[data-color-type="09"] .se2602color--result-howto-list-title::before {
  background: #B50F2F;
}
@media screen and (max-width: 768px) {
  .se2602color--result {
    border-radius: 30px;
    border-width: 3px;
    box-shadow: 7px 7px 0 0 #FF86AA;
    margin: 0 0 20px;
  }
  .se2602color--result-inner {
    padding: 30px 12px;
  }
  .se2602color--result-head {
    margin: 0 0 15px;
    row-gap: 15px;
  }
  .se2602color--result-head-main {
    min-height: 60px;
    border-radius: 15px;
    font-size: 22px;
    padding: 12px 30px;
  }
  .se2602color--result-head-main::before {
    width: 383px;
    background-image: url("/img/specialedition-2602color/bg-08_sp.png");
    top: -4px;
  }
  .se2602color--result-head-sub {
    width: 100%;
    font-size: 14px;
  }
  .se2602color--result-head-em {
    font-size: 16px;
    padding: 7px 15px;
    margin: 10px 0 0;
  }
  .se2602color--result-head-em:first-child {
    margin-top: 0;
  }
  .se2602color--result-comment {
    width: auto;
    margin: 0 0 40px;
    align-items: stretch;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .se2602color--result-comment-img {
    width: 60px;
  }
  .se2602color--result-comment-contents {
    width: calc(100% - 70px);
  }
  .se2602color--result-section-title {
    margin: 0 -12px 35px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .se2602color--result-section-title img {
    height: 14px;
  }
  .se2602color--result-layout {
    margin: 0 0 75px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 20px;
  }
  .se2602color--result-layout-contents {
    width: 100%;
  }
  .se2602color--result-layout-img {
    width: 280px;
    border-radius: 15px;
  }
  .se2602color--result-layout-head {
    font-size: 16px;
  }
  .se2602color--result-layout-body-txt {
    margin: 0 0 10px;
  }
  .se2602color--result-layout-body-txt .txt-note {
    font-size: 12px;
  }
  .se2602color--result-layout-body-detail {
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .se2602color--result-layout-body-detail .detail-note {
    font-size: 10px;
  }
  .se2602color--result-layout-body-btn .se2602color--btn-sub-label {
    font-size: 12px;
    padding: 15px 20px;
  }
  .se2602color--result-layout-body-btn .se2602color--btn-sub-label:before {
    right: 13px;
  }
  .se2602color--result-item-column {
    margin: 0 0 30px;
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .se2602color--result-item-col {
    width: calc(50% - 7.5px);
  }
  .se2602color--result-item-col.se2602color--result-layout {
    row-gap: 20px;
  }
  .se2602color--result-item-col.se2602color--result-layout .se2602color--result-layout-img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .se2602color--result-howto {
    border-radius: 0 0 28px 28px;
    padding: 40px 10px;
  }
  .se2602color--result-howto-title {
    margin: 0 0 20px;
  }
  .se2602color--result-howto-title img {
    height: 14px;
  }
  .se2602color--result-howto-img {
    margin: 0 0 20px;
  }
  .se2602color--result-howto-list-item {
    margin: 0 0 20px;
  }
  .se2602color--result-howto-list-item-inner {
    display: block;
  }
  .se2602color--result-howto-list-title {
    width: auto;
  }
  .se2602color--result-howto-list-title::before {
    top: 0.65em;
  }
  .se2602color--result-howto-list-contents {
    width: 100%;
  }
}
.se2602color--banner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .se2602color--banner {
    max-width: none;
    padding: 0 15px;
  }
}
.se2602color--banner > :last-child {
  margin-bottom: 0 !important;
}
.se2602color--banner a:hover {
  filter: brightness(1.07);
}
.se2602color--banner + .se2602color--banner {
  border-top: 4px dotted #654A3F;
  padding-top: 60px;
}
.se2602color--banner-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.se2602color--banner-title::before, .se2602color--banner-title::after {
  content: "";
  width: 1px;
  height: 22px;
  background: #654A3F;
  display: block;
}
.se2602color--banner-title::before {
  transform: rotate(-20deg);
}
.se2602color--banner-title::after {
  transform: rotate(20deg);
}
.se2602color--banner-catch {
  color: #FF86AA;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin: 0 0 20px;
}
.se2602color--banner-catch-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 5px;
}
.se2602color--banner-catch-sub {
  font-size: 14px;
}
.se2602color--banner-list {
  margin: 0 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .se2602color--banner {
    padding: 0;
    margin: 0 auto 30px;
  }
  .se2602color--banner + .se2602color--banner {
    border-top-width: 3px;
    padding-top: 30px;
  }
  .se2602color--banner-title {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .se2602color--banner-title::before, .se2602color--banner-title::after {
    height: 18px;
  }
  .se2602color--banner-catch {
    margin: 0 0 10px;
  }
  .se2602color--banner-catch-label {
    font-size: 16px;
    row-gap: 1px;
  }
  .se2602color--banner-catch-sub {
    font-size: 12px;
  }
  .se2602color--banner-list {
    margin: 0 0 30px;
    row-gap: 15px;
  }
}

/* ------------------------------------------------------
 * .js_se2602color--inview [inview.js]
------------------------------------------------------ */
.js_se2602color--inview {
  opacity: 0;
  transform: translateY(50px);
}
.js_se2602color--inview.is_show {
  animation-name: inview;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes inview {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------
 * Overwrite
------------------------------------------------------ */
@media screen and (max-width: 768px) {
  #header-subnav-list-container {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .pane-footer {
    padding-top: 70px;
    margin-top: 0;
  }
}