.l-free-body {
    font-family: 'Lato', 'Noto Sans Japanese', sans-serif;
}

.page-shindan .visual {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .page-shindan .visual {
    margin-bottom: 40px;
  }
}

.page-shindan section.intro {
  position: relative;
  max-width: 1200px;
  padding: 60px 100px 78px 100px;
  background-image: url("../img/shindan_intro_bg.png");
  background-size: 1200px auto;
  background-position: 100% 100%;
  background-repeat: repeat;
  margin: 0 auto 90px;
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro {
    max-width: calc(343 / 375 * 100vw);
    padding: 60px calc(20 / 375 * 100vw) 163px;
    background-image: url("../img/shindan_intro_bg_sp.png");
    background-size: 343px auto;
    margin: 0 auto 80px;
  }
}

.page-shindan section.intro:before {
  content: "";
  display: block;
  background-image: url("../img/shindan_intro_deco.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 333px;
  height: 273px;
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro:before {
    background-image: url("../img/shindan_intro_deco_sp.png");
    width: 200px;
    height: 161px;
  }
}

.page-shindan section.intro h2 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro h2 img {
    width: calc(299 / 375 * 100vw);
  }
}

.page-shindan section.intro ul {
  margin-bottom: 28px;
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro ul {
    margin-bottom: 20px;
  }
}

.page-shindan section.intro ul li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 0 0 0 44px;
  margin-bottom: 16px;
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro ul li {
    font-size: 15px;
    margin-bottom: 14px;
  }
}

.page-shindan section.intro ul li:before {
  content: "";
  background-image: url("../img/shindan_intro_check.png");
  background-size: 100% 100%;
  display: block;
  width: 36px;
  height: 26px;
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro ul li:before {
    background-image: url("../img/shindan_intro_check_sp.png");
  }
}

.page-shindan section.intro p {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.1em;
  padding-right: 110px;
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro p {
    font-size: 15px;
    padding-right: 0;
  }
}

.page-shindan section.intro p strong {
  font-size: 18px;
  color: #CD646C;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .page-shindan section.intro p strong {
    font-size: 16px;
  }
}

.page-shindan>.tab {
  max-width: 1200px;
  margin: 0 auto 20px;
  display: flex;
  gap: 0 calc(20 / 1200 * 100%);
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab {
    max-width: calc(343 / 375 * 100vw);
    gap: 0 calc(6 / 375 * 100vw);
    margin-bottom: 12px;
  }
}

.page-shindan>.tab li {
  position: relative;
  flex: 0 0 calc(360 / 1200 * 100%);
  background-repeat: no-repeat;
  background-position: 50% 53%;
  background-size: 100% auto;
  overflow: hidden;
  transition: opacity ease .3s;
  cursor: pointer;
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li {
    flex: 0 0 calc(104 / 375 * 100vw);
    background-position: 50% 62%;
  }
}

.page-shindan>.tab li[data-article="face_type"] {
  background-image: url("../img/shindan_tab_face_type.png");
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li[data-article="face_type"] {
    background-image: url("../img/shindan_tab_face_type_sp.png");
  }
}

.page-shindan>.tab li[data-article="face_type"].active {
  background-image: url("../img/shindan_tab_face_type_active.png");
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li[data-article="face_type"].active {
    background-image: url("../img/shindan_tab_face_type_active_sp.png");
  }
}

.page-shindan>.tab li[data-article="color_type"] {
  background-image: url("../img/shindan_tab_color_type.png");
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li[data-article="color_type"] {
    background-image: url("../img/shindan_tab_color_type_sp.png");
  }
}

.page-shindan>.tab li[data-article="color_type"].active {
  background-image: url("../img/shindan_tab_color_type_active.png");
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li[data-article="color_type"].active {
    background-image: url("../img/shindan_tab_color_type_active_sp.png");
  }
}

.page-shindan>.tab li[data-article="personal_color"] {
  background-image: url("../img/shindan_tab_personal_color.png");
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li[data-article="personal_color"] {
    background-image: url("../img/shindan_tab_personal_color_sp.png");
  }
}

.page-shindan>.tab li[data-article="personal_color"].active {
  background-image: url("../img/shindan_tab_personal_color_active.png");
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li[data-article="personal_color"].active {
    background-image: url("../img/shindan_tab_personal_color_active_sp.png");
  }
}

.page-shindan>.tab li:hover {
  opacity: .6;
}

.page-shindan>.tab li:before {
  content: "";
  display: block;
  padding-top: calc(160 / 360 * 100%);
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li:before {
    padding-top: calc(50 / 104 * 100%);
  }
}

.page-shindan>.tab li span {
  position: absolute;
  left: 100%;
}

.page-shindan>.tab li.active {
  flex: 0 0 calc(440 / 1200 * 100%);
  opacity: 1 !important;
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li.active {
    flex: 0 0 calc(123 / 375 * 100vw);
  }
}

.page-shindan>.tab li.active:before {
  display: block;
  padding-top: calc(229 / 440 * 100%);
}

@media screen and (max-width: 740px) {
  .page-shindan>.tab li.active:before {
    padding-top: calc(82 / 123 * 100%);
  }
}

.page-shindan .body article {
  overflow: hidden;
}

.page-shindan .body article h2 {
  max-width: 1440px;
  text-align: center;
  margin: 0 auto 70px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article h2 {
    margin: 0 0 38px;
  }
}

.page-shindan .body article .jump {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 40px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article .jump {
    max-width: calc(318 / 375 * 100vw);
    gap: 28px 24px;
    margin: 0 auto;
  }
}

.page-shindan .body article .jump li {
  flex: 0 0 226px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article .jump li {
    flex: 0 0 calc((100% - 24px * 1) / 2);
  }
}

.page-shindan .body article .jump li a {
  position: relative;
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .18em;
  padding: 20px 0;
  border-bottom: 6px solid #EDB85C;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article .jump li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0;
    border-bottom: 3px solid #EDB85C;
  }
}

.page-shindan .body article .jump li a span {
  display: inline-block;
}

.page-shindan .body article .jump li a::after {
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #EDB85C;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 47%;
  right: 47%;
  bottom: -17px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article .jump li a::after {
    border-width: 3px;
    border-left-width: 3px;
    width: 3px;
    height: 3px;
    bottom: -9px;
  }
}

.page-shindan .body article .jump li:nth-child(2) a {
  border-bottom-color: #917BB4;
}

.page-shindan .body article .jump li:nth-child(2) a:after {
  border-left-color: #917BB4;
}

.page-shindan .body article .jump li:nth-child(3) a {
  border-bottom-color: #509EBE;
}

.page-shindan .body article .jump li:nth-child(3) a:after {
  border-left-color: #509EBE;
}

.page-shindan .body article .jump li:nth-child(4) a {
  border-bottom-color: #5CB3AF;
}

.page-shindan .body article .jump li:nth-child(4) a:after {
  border-left-color: #5CB3AF;
}

.page-shindan .body article .jump li:nth-child(5) a {
  border-bottom-color: #D9757B;
}

.page-shindan .body article .jump li:nth-child(5) a:after {
  border-left-color: #D9757B;
}

.page-shindan .body article section.about {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 67px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.about {
    padding: 100px 0 60px;
    margin: 0;
  }
}

.page-shindan .body article section.about:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/shindan_about_deco_top.jpg");
  background-size: 100% 100%;
  width: 1512px;
  height: 350px;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.about:before {
    background-image: url("../img/shindan_about_deco_top_sp.png");
    width: calc(375 / 375 * 100vw);
    height: calc(240 / 375 * 100vw);
    top: calc(100px - (52 / 375 * 100vw));
  }
}

.page-shindan .body article section.about:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/shindan_about_deco_bottom.jpg");
  background-size: 100% 100%;
  width: 1512px;
  height: 299px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.about:after {
    background-image: url("../img/shindan_about_deco_bottom_sp.png");
    width: calc(375 / 375 * 100vw);
    height: calc(180 / 375 * 100vw);
    bottom: calc(60px - (21 / 375 * 100vw));
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.about .inner:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../img/shindan_about_deco_middle_sp.png");
    background-size: 100% 100%;
    width: calc(375 / 375 * 100vw);
    height: calc(120 / 375 * 100vw);
    top: 47%;
    left: 0;
    transform: translateY(-50%);
  }
}

.page-shindan .body article section.about .inner .wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 60px 80px;
  max-width: 980px;
  margin: 0 auto;
  background-color: rgba(247, 247, 247, 0.7);
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.about .inner .wrapper {
    padding: 58px calc(20 / 375 * 100vw) 60px;
    width: calc(344 / 375 * 100vw);
  }
}

.page-shindan .body article section.about .inner .wrapper h3 {
  text-align: center;
  margin: 0 auto 40px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.about .inner .wrapper h3 img {
    width: calc(305 / 375 * 100vw);
  }
}

.page-shindan .body article section.about .inner .wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: calc(18px * 1.8);
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.about .inner .wrapper p {
    font-size: 14px;
    margin-top: calc(14px * 1.8);
    text-align: left;
  }
}

.page-shindan .body article section.about .inner .wrapper p strong {
  font-weight: bold;
  color: #CD646C;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.about .inner .wrapper p strong {
    font-size: 14px;
  }
}

.page-shindan .body article section.merit {
  padding: 100px 0 140px;
  max-width: 814px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.merit {
    padding: 60px 0;
    margin-top: -60px;
    width: calc(311 / 375 * 100vw);
  }
}

.page-shindan .body article section.merit h3 {
  text-align: center;
  margin: 0 auto 80px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.merit h3 {
    margin: 0 auto 40px;
  }
}

.page-shindan .body article section.merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.merit ul {
    gap: 0px 19px;
  }
}

.page-shindan .body article section.merit ul li {
  flex: 0 0 calc((100% - 32px * 2) / 3);
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.merit ul li {
    flex: 0 0 calc((100% - 19px * 1) / 2);
  }
}

.page-shindan .body article section.type {
  background-color: rgba(254, 247, 247, 0.8);
  padding: 100px 0 120px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.type {
    padding: 60px 0;
  }
}

.page-shindan .body article section.type .container {
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.type .container {
    width: calc(344 / 375 * 100vw);
  }
}

.page-shindan .body article section.type .container h3 {
  text-align: center;
  margin: 0 auto 70px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.type .container h3 {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.type .container h3 img {
    width: calc(305 / 375 * 100vw);
  }
}

.page-shindan .body article section.type .container p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 90px;
  line-height: 1.8;
  letter-spacing: .07em;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.type .container p {
    font-size: 15px;
    letter-spacing: .1em;
    margin-bottom: 30px;
    text-align: left;
  }
}

.page-shindan .body article section.type .container p span {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.type .container p span {
    font-size: 15px;
  }
}

.page-shindan .body article section.type .container p span.fresh {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(185, 218, 107, 0.8) 50%, rgba(185, 218, 107, 0.8) 100%);
}

.page-shindan .body article section.type .container p span.cute {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(235, 176, 190, 0.8) 50%, rgba(235, 176, 190, 0.8) 100%);
}

.page-shindan .body article section.type .container p span.cool {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(151, 188, 232, 0.8) 50%, rgba(151, 188, 232, 0.8) 100%);
}

.page-shindan .body article section.type .container p span.feminine {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(226, 186, 221, 0.8) 50%, rgba(226, 186, 221, 0.8) 100%);
}

.page-shindan .body article section.type .container p span.cf {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(217, 228, 201, 0.8) 50%, rgba(217, 228, 201, 0.8) 100%);
}

.page-shindan .body article section.type .container p span.cg {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(235, 215, 196, 0.8) 50%, rgba(235, 215, 196, 0.8) 100%);
}

.page-shindan .body article section.type .container p span.se {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(212, 222, 239, 0.8) 50%, rgba(212, 222, 239, 0.8) 100%);
}

.page-shindan .body article section.type .container p span.vm {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(215, 211, 241, 0.8) 50%, rgba(215, 211, 241, 0.8) 100%);
}

.page-shindan .body article section.type .container figure {
  max-width: 814px;
  margin: 58px auto 0;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.type .container figure {
    margin: 30px auto 0;
    width: calc(311 / 375 * 100vw);
  }
}

.page-shindan .body article section.flow {
  padding: 100px 0 90px;
}

.page-shindan .body article section.flow .container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container {
    width: calc(343 / 375 * 100vw);
  }
}

.page-shindan .body article section.flow .container h3 {
  text-align: center;
  margin: 0 auto 60px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container h3 {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container h3 img {
    width: calc(305 / 375 * 100vw);
  }
}

.page-shindan .body article section.flow .container ol {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container ol {
    gap: 20px;
  }
}

.page-shindan .body article section.flow .container ol li {
  position: relative;
  flex: 0 0 calc((100% - 60px * 2) / 3);
  background-color: #F7F7F7;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container ol li {
    flex: 0 0 100%;
  }
}

.page-shindan .body article section.flow .container ol li:before {
  content: "";
  display: block;
  background-image: url(../img/shindan_flow_step_arrow.png);
  background-size: 100% 100%;
  width: 20px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container ol li:before {
    display: none;
  }
}

.page-shindan .body article section.flow .container ol li:first-child:before {
  display: none;
}

.page-shindan .body article section.flow .container ol li .marker {
  text-align: left;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container ol li .marker img {
    max-height: 77px;
    width: auto;
  }
}

.page-shindan .body article section.flow .container ol li .content {
  padding: 24px 30px 22px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container ol li .content {
    padding: 22px calc(42 / 375 * 100vw) 24px;
  }
}

.page-shindan .body article section.flow .container ol li .content .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container ol li .content .title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 19px;
  }
}

.page-shindan .body article section.flow .container ol li .content .description {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container ol li .content .description {
    font-size: 14px;
  }
}

.page-shindan .body article section.flow .container .note {
  margin-top: 26px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  color: #666666;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container .note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.8;
    text-align: left;
  }
}

.page-shindan .body article section.flow .container section.profile {
  width: 791px;
  margin: 60px auto 0;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container section.profile {
    width: calc(311 / 375 * 100vw);
    max-width: 311px;
    margin-top: 40px;
  }
}

.page-shindan .body article section.flow .container section.detail {
  background-color: #F7F7F7;
  margin: 60px auto 0;
  padding: 100px 0;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container section.detail {
    margin: 40px auto 0;
    padding: 30px calc(16 / 375 * 100vw);
  }
}

.page-shindan .body article section.flow .container section.detail dl {
  max-width: 900px;
  margin: 0 auto;
}

.page-shindan .body article section.flow .container section.detail dl dt {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 170px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  float: left;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container section.detail dl dt {
    width: 95px;
    font-size: 14px;
    line-height: 35px;
  }
}

.page-shindan .body article section.flow .container section.detail dl dd {
  padding-left: 210px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #B9B9B9;
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container section.detail dl dd {
    padding-left: 115px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.page-shindan .body article section.flow .container section.detail dl dd:last-child {
  margin-bottom: 0;
}

.page-shindan .body article section.flow .container section.detail dl dd:nth-child(2) span {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #E38179;
  padding: 4px 0;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container section.detail dl dd:nth-child(2) span {
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0 4px;
  }
}

.page-shindan .body article section.flow .container section.detail dl dd:nth-child(4) span:nth-child(1) {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1em;
  margin-right: 10px;
  padding: 9px 0 8px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container section.detail dl dd:nth-child(4) span:nth-child(1) {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0 7px;
    margin-right: 8px;
  }
}

.page-shindan .body article section.flow .container section.detail dl dd:nth-child(4) span:nth-child(2) {
  display: inline-block;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #666666;
  padding: 16px 0 10px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article section.flow .container section.detail dl dd:nth-child(4) span:nth-child(2) {
    font-size: 10px;
    line-height: 14px;
    padding: 14px 0 7px;
  }
}

.page-shindan .body article>.action {
  padding: 0 0 80px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article>.action {
    padding: 0 0 60px;
  }
}

.page-shindan .body article>.action p:nth-child(1) {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #F19189;
  width: fit-content;
  margin: 0 auto 17px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article>.action p:nth-child(1) {
    font-size: 16px;
    line-height: 23px;
    margin: 0 auto 16px;
  }
}

.page-shindan .body article>.action p:nth-child(1):before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #F19189;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: rotate(60deg);
}

.page-shindan .body article>.action p:nth-child(1):after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #F19189;
  position: absolute;
  top: 50%;
  right: -32px;
  transform: rotate(-60deg);
}

.page-shindan .body article>.action p:nth-child(2) a {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0.18em;
  color: #FFFFFF;
  background-color: #F19189;
  width: 460px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all ease .3s;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article>.action p:nth-child(2) a {
    font-size: 18px;
    height: 70px;
    width: calc(307 / 375 * 100vw);
  }
}

.page-shindan .body article>.action p:nth-child(2) a:hover {
  opacity: .6;
}

.page-shindan .body article>.action p:nth-child(2) a:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 2px solid #fff;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.color_type section.merit h3 img {
    width: calc(288 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color .jump {
  max-width: 1200px;
  gap: 30px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color .jump {
    max-width: calc(343 / 375 * 100vw);
    gap: 10px 11px;
  }
}

.page-shindan .body article.personal_color .jump li {
  flex: 0 0 calc((100% - 30px * 4) / 5);
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color .jump li {
    flex: 0 0 calc((100% - 11px * 2) / 3);
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.about .inner .wrapper p strong {
    font-size: 16px;
  }
}

.page-shindan .body article.personal_color section.wear .primary {
  background-color: #F7F7F7;
  padding: 100px 0 60px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .primary {
    padding: 30px 0 50px;
  }
}

.page-shindan .body article.personal_color section.wear .primary .container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .primary .container {
    width: calc(335 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.wear .primary .container h3 {
  margin: 0 auto 95px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .primary .container h3 {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .primary .container h3 img {
    width: calc(335 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.wear .primary .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .primary .container ul {
    gap: 35px;
  }
}

.page-shindan .body article.personal_color section.wear .primary .container ul li {
  flex: 0 0 calc((100% - 45px * 2) / 3);
  flex: 0 0 370px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .primary .container ul li {
    flex: 0 0 100%;
  }
}

.page-shindan .body article.personal_color section.wear .secondary {
  background-color: #F7F7F7;
}

.page-shindan .body article.personal_color section.wear .secondary .container {
  padding: 50px 0 60px;
  background-color: #fff;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .secondary .container {
    width: calc(335 / 375 * 100vw);
    margin: 0 auto;
    padding: 40px calc(24 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.wear .secondary .container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 22px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .secondary .container p {
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
  }
}

.page-shindan .body article.personal_color section.wear .secondary .container p:first-child {
  margin-top: 0;
}

.page-shindan .body article.personal_color section.wear .secondary .container p span {
  color: #CD646C;
  font-weight: bold;
}

.page-shindan .body article.personal_color section.wear .secondary .container p strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.wear .secondary .container p strong {
    font-size: 14px;
  }
}

.page-shindan .body article.personal_color section.classification {
  background-color: #F7F7F7;
  padding: 120px 0;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification {
    padding: 100px 0 30px;
  }
}

.page-shindan .body article.personal_color section.classification .container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container {
    width: calc(335 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.classification .container h3 {
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container h3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container h3 img {
    width: calc(335 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.classification .container .lead {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container .lead {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.page-shindan .body article.personal_color section.classification .container .lead span {
  font-weight: bold;
}

.page-shindan .body article.personal_color section.classification .container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 60px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul {
    gap: 30px;
  }
}

.page-shindan .body article.personal_color section.classification .container ul li {
  flex: 0 0 calc((100% - 60px) / 2);
  background-color: #fff;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li {
    flex: 0 0 100%;
  }
}

.page-shindan .body article.personal_color section.classification .container ul li figure {
  padding-bottom: 30px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li figure {
    padding-bottom: 20px;
  }
}

.page-shindan .body article.personal_color section.classification .container ul li dl.primary {
  margin: 0 40px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li dl.primary {
    margin: 0 calc(24 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.classification .container ul li dl.primary dt {
  font-weight: bold;
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  margin: 0 auto 0;
  line-height: 1;
  border-bottom: 1px dotted #bfbfbf;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li dl.primary dt {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 1px;
  }
}

.page-shindan .body article.personal_color section.classification .container ul li dl.primary dt::before {
  height: 30px;
  content: "";
  width: 5px;
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li dl.primary dt::before {
    width: 3px;
    height: 17px;
  }
}

.page-shindan .body article.personal_color section.classification .container ul li dl.primary dd {
  padding: 20px 0px 40px 20px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li dl.primary dd {
    font-size: 14px;
    padding: 20px 0;
  }
}

.page-shindan .body article.personal_color section.classification .container ul li dl.secondary {
  margin: 0 auto 40px;
  margin: 0 40px 40px;
  padding: 30px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li dl.secondary {
    margin: 0 calc(24 / 375 * 100vw) 20px;
    padding: 20px calc(20 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.classification .container ul li dl.secondary dt {
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li dl.secondary dt {
    font-size: 14px;
    margin-bottom: 9px;
    padding-bottom: 12px;
  }
}

.page-shindan .body article.personal_color section.classification .container ul li dl.secondary dd {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.classification .container ul li dl.secondary dd {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(1) dl.primary dt {
  color: #dea1a4;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(1) dl.primary dt::before {
  background: #dea1a4;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(1) dl.secondary {
  background: #fcf5f6;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(1) dl.secondary dt {
  color: #dea1a4;
  border-bottom: 2px solid #f3dcdd;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(2) dl.primary dt {
  color: #7eb2d8;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(2) dl.primary dt::before {
  background: #7eb2d8;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(2) dl.secondary {
  background: #f2f7fb;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(2) dl.secondary dt {
  color: #7eb2d8;
  border-bottom: 2px solid #cfe2f0;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(3) dl.primary dt {
  color: #d8853b;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(3) dl.primary dt::before {
  background: #d8853b;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(3) dl.secondary {
  background: #fbf3eb;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(3) dl.secondary dt {
  color: #d8853b;
  border-bottom: 2px solid #f0d2b6;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(4) dl.primary dt {
  color: #b49ec1;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(4) dl.primary dt::before {
  background: #b49ec1;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(4) dl.secondary {
  background: #f7f5f9;
}

.page-shindan .body article.personal_color section.classification .container ul li:nth-child(4) dl.secondary dt {
  color: #b49ec1;
  border-bottom: 2px solid #e3dbe8;
}

.page-shindan .body article.personal_color section.flow {
  padding: 0;
}

.page-shindan .body article.personal_color section.flow .primary {
  padding: 150px 0 70px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .primary {
    padding: 100px 0 40px;
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .primary .container h3 img {
    width: calc(333 / 375 * 100vw);
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .primary .container ol {
    gap: 30px;
  }
}

.page-shindan .body article.personal_color section.flow .primary .container ol li:before {
  display: none;
}

.page-shindan .body article.personal_color section.flow .primary .container ol li .marker {
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .primary .container ol li .marker {
    padding: 30px 0 20px;
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .primary .container ol li .marker img {
    width: 105px;
  }
}

.page-shindan .body article.personal_color section.flow .primary .container ol li figure {
  padding: 0 30px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .primary .container ol li figure {
    padding: 0 calc(30 / 375 * 100vw);
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .primary .container ol li .content {
    padding: 30px calc(30 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.flow .primary .container ol li .content .description {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .primary .container ol li .content .description {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}

.page-shindan .body article.personal_color section.flow .secondary {
  padding: 100px 0 70px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .secondary {
    padding: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .secondary .container {
    padding: 30px calc(24 / 375 * 100vw) 30px;
    background-color: #F7F7F7;
  }
}

.page-shindan .body article.personal_color section.flow .secondary .container section.detail {
  padding: 0;
  margin: 0 auto;
}

.page-shindan .body article.personal_color section.flow .secondary .container figure {
  max-width: 923px;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.flow .secondary .container figure {
    margin-top: 30px;
    width: calc(296 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.shop {
  padding: 100px 0 100px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.shop {
    padding: 100px 0 90px;
  }
}

.page-shindan .body article.personal_color section.shop .container {
  width: 1000px;
  margin: 0 auto;
  /*
      						ul {
      							li {
      								h4 {
      									font-size: 20px;
      									border-bottom: solid 3px;
      									border-image: linear-gradient(to right, #EDB85C, #D9757B,#917BB4,#509EBE,#5CB3AF) 1;
      									line-height: 2;
      									font-weight: normal;
      									@media screen and (max-width:740px) {
      										font-size: 16px;
      									}
      							  }
      								dl {
      									display: flex;
      									font-size: 16px;
      									margin: 20px 0 30px;
      									@media screen and (max-width:740px) {
      										display: block;
      										line-height: 1.8;
      										margin: 20px 0;
      									}
      									dt {
      										width: 244px;
      										margin-top: 8px;
      										padding-right: 30px;
      										@media screen and (max-width:740px) {
      											width: auto;
      											margin: 0 0 8px;
      											padding-right: 0;
      										}
      								  }
      									dd.address {
      										width: 496px;
      										margin-top: 8px;
      										padding-right: 27px;
      										@media screen and (max-width:740px) {
      											width: auto;
      											margin: 0;
      											padding: 0;
      										}
        								}
      									dd.btn {
      									  display: flex;
      										@media screen and (max-width:740px) {
      											justify-content: flex-end;
      											margin-top: 12px;
      										}
      										a {
      											display: block;
      											width: 120px;
      											height: fit-content;
      											margin-left: 10px;
      											padding: 8px;
      											text-align: center;
      											border: solid 1px #C6C6C6;
      											border-radius: 5px;
      											@media screen and (max-width:740px) {
      												line-height: 38px;
      												padding: 0;
      											}
      										}
      									}
      								}
      							}
      						}
      						*/
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.shop .container {
    width: calc(343 / 375 * 100vw);
  }
}

.page-shindan .body article.personal_color section.shop .container h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.shop .container h3 {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(34 / 28);
  }
}

.page-shindan .body article.personal_color section.shop .container h3:after {
  content: "";
  background-image: url("../img/personal_color_h3_deco.png");
  background-size: 100% 100%;
  width: 94px;
  height: 10px;
  display: block;
  margin: 24px auto 60px;
}

@media screen and (max-width: 740px) {
  .page-shindan .body article.personal_color section.shop .container h3:after {
    background-image: url("../img/personal_color_h3_deco_sp.png");
    width: calc(54 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    margin: calc(24 / 375 * 100vw) auto 30px;
  }
}


/* パーソナルカラーWeb予約 */
.personal_color .p-parsonal__shop__shopList {
  width: 1000px;
  margin: 0 auto;
}

.personal_color .p-parsonal__shop__shopList h4 {
  font-size: 20px;
  border-bottom: solid 3px;
  border-image: linear-gradient(to right, #EDB85C, #D9757B, #917BB4, #509EBE, #5CB3AF) 1;
  line-height: 2;
  font-weight: normal;
}

.personal_color .p-parsonal__shop__shopList dl {
  display: flex;
  font-size: 16px;
  margin: 20px 0 30px;
}

.personal_color .p-parsonal__shop__shopList dl dt {
  width: 244px;
  margin-top: 8px;
  padding-right: 30px;
}

.personal_color .p-parsonal__shop__shopList dl .address {
  width: 496px;
  margin-top: 8px;
  padding-right: 27px;
}

.personal_color .p-parsonal__shop__shopList dl .shopList-btn {
  display: flex;
}

.personal_color .p-parsonal__shop__shopList dl .shopList-btn a {
  display: block;
  width: 120px;
  height: fit-content;
  margin-left: 10px;
  padding: 8px;
  text-align: center;
  border: solid 1px #C6C6C6;
  border-radius: 5px;
}

@media screen and (max-width: 740px) {
  .personal_color .p-parsonal__shop__shopList {
    width: auto;
  }

  .personal_color .p-parsonal__shop__shopList h4 {
    font-size: 16px;
  }

  .personal_color .p-parsonal__shop__shopList dl {
    display: block;
    margin: 15px 0 20px;
  }

  .personal_color .p-parsonal__shop__shopList dl dt,
  .personal_color .p-parsonal__shop__shopList dl .address {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .personal_color .p-parsonal__shop__shopList dl dt {
    margin-bottom: 12px;
  }

  .personal_color .p-parsonal__shop__shopList dl .address {
    margin-bottom: 15px;
  }

  .personal_color .p-parsonal__shop__shopList dl .shopList-btn {
    justify-content: end;
  }
}