@charset "UTF-8";
html {
  font-size: 62.5%;
  font-feature-settings: "palt"1;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-decoration: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a :hover {
  border: none !important;
  opacity: 0.5;
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.sp_br {
  display: none;
}
h1 {
  margin: 0 !important;
}
h2 {
  border-bottom: none;
}
.fadeIn.is-show {
  opacity: 1;
}
.content {
  width: 75rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
/* @media (max-width: 1566px){
    .content{
        margin: 0;
    }
} */
@media (max-width: 768px) {
  .content {
    width: 100%;
  }
}
.wrap {
  min-height: 100vh;
  background: url(/img/pages/revita-select-by-type/main_bk.png) no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.sidebar {
  width: 20vw;
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-left: #9A0000 1px solid;
  transition: opacity 0.5s ease;
  opacity: 1; /* 初期状態は表示 */
}
.sidebar.hidden {
  opacity: 0; /* 非表示状態 */
}
.sidebar_tlt {
  font-family: "Lora", serif;
  font-size: 2.5vw;
  color: #9A0000;
  letter-spacing: calc(160 / 1000 * 1rem);
  font-weight: 600;
  margin-bottom: 3rem;
  border-bottom: none;
}
.sidebar_menu {
  margin-bottom: 2rem;
}
.sidebar_menu a {
  color: #9A0000;
  font-family: "Lora", serif;
  font-size: 1.5vw;
  line-height: 1.5;
  letter-spacing: calc(100 / 1000 * 1rem);
  font-weight: 500;
  transition: 0.4s;
  text-decoration: none;
}
.sidebar_menu a :hover {
  text-decoration: none;
  opacity: 0.5;
}
.sidebar_menu a span {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  letter-spacing: calc(160 / 1000 * 1rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.container img {
  max-width: 75rem;
  width: 100%;
}
.mv {
  position: relative;
  max-width: 750px; /* コンテンツエリアの幅を750pxに設定 */
  background-color: #fff;
  margin: 0 auto;
}
.mv img {
  max-width: 75rem;
  width: 100%;
}
.mv_imgtext {
  position: absolute;
  top: 33%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.mv_imgitem {
  max-width: 60rem;
  margin: 0 auto;
}
.mv_imgsubtext {
  max-width: 55rem;
  margin: 0 auto;
}
.mv_imgicon {
  position: absolute;
  left: 78%;
  top: 42%;
  width: 140px;
}
.btn_box {
  max-width: 75rem;
  margin: 2rem auto 0;
  padding: 7rem 0;
  background: #FAE6DC;
}
.btn_box a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: block;
  height: 10rem;
  text-align: center;
  background-color: #C1272D;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: calc(40 / 1000 * 1rem);
  transition: 0.8s;
  width: 90%;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
.btn_box a::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%) rotate(45deg);
}
.btn_box a:hover {
  opacity: 0.5;
}
.section3_tlt {
  max-width: 55rem;
  margin: 0 auto;
  padding: 5rem 0 3rem;
}
.section3 {
  background: linear-gradient(#B8CCDB 40%, #fff 80%);
  clip-path: polygon(0 0, 100% 0%, 100% 92.5%, 50% 100%, 0 92.5%);
  position: relative;
  z-index: 99;
}
.clip_path {
  margin-top: 6rem;
}
.section3__inner {
  padding-left: 3rem;
  box-sizing: border-box;
  display: flex;
  gap: 1.5rem;
}
.section3__inner__text {
  font-size: 2.4em;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
  line-height: 1;
  letter-spacing: calc(60 / 1000 * 1em);
  text-align: left;
  color: #666666;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.section3__inner__text::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #666666;
}
.section3_girbox {
  width: 100%;
  padding: 0;
  margin: 0;
}
.section3_girlist {
  max-width: 100%;
  width: 100%;
  min-height: auto;
  background: #425F75;
  border-radius: 99rem 1rem 1rem 99rem;
  padding: 1.2rem;
  box-sizing: border-box;
  justify-content: flex-start;
  box-shadow: 6px 6px 12px 5px #0000001F;
  display: flex;
  align-items: center;
  gap: 1.5vw;
}
.section3_girlist:not(:last-child) {
  margin-bottom: 2rem;
}
.section3_girlist p {
  font-size: 2.85rem;
  letter-spacing: calc(100 / 1000* 1em);
  line-height: 1.5em;
  text-align: left;
  color: #fff;
}
.section3_girlist p span {
  font-weight: bold;
}
.section3_bottom {
  position: inherit;
  bottom: inherit;
  left: inherit;
}
.__corner {
  height: 25rem;
  padding: 3.5rem 1rem 0;
  box-sizing: border-box;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(60% + 6px), 50% 100%, 0 calc(60% + 6px));
}
.__corner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: gray;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(60%);
  clip-path: polygon(50% 38%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.__corner span[blockContents] {
  font-weight: inherit;
  display: block;
}
.__corner .__text {
  font-size: 3.6rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt"1;
  line-height: 1.65;
  letter-spacing: calc(80 / 1000 * 1em);
  text-align: center;
  color: #333333;
}
.__corner .__img {
  max-width: 36.26%;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
}
.section4 {
  position: relative;
  max-width: 75rem;
  width: 100%;
  margin-top: -10rem;
}
.section4_bk img {
  max-width: 75rem;
  width: 100%;
}
.section4_img img {
  position: absolute;
  top: 36%;
  left: 15%;
  max-width: 55rem;
  width: 80%;
}
.section4_img_item img {
  max-width: 75rem;
  width: 100%;
}
.section4_text {
  font-family: 'Noto Serif JP', serif;
  max-width: 50rem;
  margin: 0 auto;
  padding: 3rem 3rem 0;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: calc(140 / 1000 * 1rem);
}
.section4_subtlt {
  max-width: 50rem;
  width: 80%;
  margin: 0 auto;
}
.section4_subtlt img {
  margin: 0 auto;
}
.section4_img_box {
  position: absolute;
  top: 50%;
}
.section5 {
  position: relative;
}
.section5 img {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}
.section4_btn {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1.2vw;
  position: absolute;
  /* left: 3.78vw; */
  right: 27.78rem;
  bottom: 15%;
  /* bottom: 30.2vw; */
}
.section4_btn li {
  width: calc(100% / 5);
}
.type_contents {
  /* max-width: 100%; */
  width: 100%;
  margin: 0 auto 6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  /* margin-top: -8rem; */
  margin-bottom: 10rem;
  padding: 5rem 4rem 0;
}
.type_contents span[blockContents] {
  font-weight: inherit;
  display: block;
}
.type_contents figcaption {
  width: 0;
  height: 1px;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.type_contents .__title {
  font-size: 6rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "palt"1;
  line-height: 1;
  letter-spacing: calc(20 / 1000 * 1em);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 15%);
  z-index: 8;
}
#mosahiro .__title {
  transform: translate(-50%, 10%);
}
.type_contents .__title span[blockContents] {
  padding: .2rem 0 1rem;
  width: 53rem;
  box-sizing: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 2rem 100%, 0 calc(100% - 2rem), 0 0);
}
#pasatsuki.type_contents .__title span[blockContents] {
  background: #349734;
}
#henahena.type_contents .__title span[blockContents] {
  background: #D56F89;
}
#mosahiro.type_contents .__title span[blockContents] {
  background: #14ABCB;
}
#petanko.type_contents .__title span[blockContents] {
  background: #A96FAF;
}
.type_contents .__title small {
  font-size: 57.5%;
}
.type_contents .__title small:last-child {
  margin-left: .2em;
  transform: translateY(6%);
}
.type_contents .__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pasatsuki.type_contents .__col {
  background: url(/img/pages/revita-select-by-type/section6_bk.png) center top / auto no-repeat;
  background-size: 100%;
}
#henahena.type_contents .__col {
  background: url(/img/pages/revita-select-by-type/section7_bk.png) center top / auto no-repeat;
  background-size: 100%;
  height: 33rem;
}
#mosahiro.type_contents .__col {
  background: url(/img/pages/revita-select-by-type/section8_bk.png) center top / auto no-repeat;
  height: 33rem;
}
#petanko.type_contents .__col {
  background: url(/img/pages/revita-select-by-type/section9_bk.png) center top / auto no-repeat;
  background-size: 100%;
  height: 33rem;
}
#mosahiro.type_contents .__col {
  flex-direction: row-reverse;
}
#petanko.type_contents .__col {
  flex-direction: row-reverse;
}
.type_contents .__col .__catch {
  font-size: 4.3rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "palt"1;
  line-height: 1.61;
  letter-spacing: calc(20 / 1000 * 1em);
  text-align: left;
  color: #fff;
  padding-left: 1rem;
  margin: 0;
  box-sizing: border-box;
  white-space: nowrap;
  border-bottom: none;
}
#mosahiro.type_contents .__col .__catch {
  text-align: right;
  padding: 0 1rem 0 0;
}
#petanko.type_contents .__col .__catch {
  text-align: right;
  padding: 0 1rem 0 0;
}
.type_contents .__col .__img {
  width: 100%;
  margin-top: -11rem;
}
#pasatsuki.type_contents .__col .__img {
  max-width: 29.2rem;
}
#henahena.type_contents .__col .__img {
  max-width: 29.2rem;
}
#mosahiro.type_contents .__col .__img {
  max-width: 22.3rem;
  margin-top: -6rem;
}
#petanko.type_contents .__col .__img {
  max-width: 34.2rem;
  margin-top: -5rem;
}
.type_contents .__body {
  width: 100%;
  border-top: none !important;
  padding: 10rem 2rem 6rem;
  box-sizing: border-box;
  position: relative;
}
.type_contents .__marker {
  width: 100%;
  position: absolute;
  left: 0;
  top: 46rem;
  z-index: 5;
}
#pasatsuki.type_contents .__body {
  border: 5px solid #B5CCAC;
}
#henahena.type_contents .__body {
  border: 5px solid #EAB2BA;
}
#mosahiro.type_contents .__body {
  border: 5px solid #90C2CF;
}
#petanko.type_contents .__body {
  border: 5px solid #C59EC9;
}
.type_contents .__body .__itemimg {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto 5rem;
  position: inherit;
  z-index: 7;
}
.type_contents .__body .__marker {
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: -1;
}
.type_contents .__list {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  position: inherit;
  z-index: 9;
}
.type_contents .__list .__group {
  padding: .8rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  justify-content: start;
  gap: 1.5em;
}
.type_contents .__list .__group:not(:last-child) {
  border-bottom: dotted 2px #B3B3B3;
}
.type_contents .__list dt {
  position: relative;
}
.type_contents .__list dt input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  /* reset End */
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #808080;
  border-radius: 2px;
  box-sizing: border-box;
}
.type_contents .__list dt::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #660000;
  outline: 3px solid #fff;
  position: absolute;
  top: -1rem;
  left: 0;
  transform: rotate(45deg) scale(1, -1);
  clip-path: polygon(calc(100% - 1.5px) 0, 100% 0, 100% 0, 100% 0, calc(100% - 1.5px) 100%, calc(100% - 1.5px) 1.5px, calc(100% - 30%) 1.5px);
}
.type_contents .__list dd {
  font-size: 2.8rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt"1;
  line-height: 1.7;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: left;
  color: #333333;
}
.type_contents .txt-red {
  color: #9A0000;
}
.type_contents .__button {
  max-width: calc(100% - 5rem * 2);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.type_contents .__button a {
  width: 100%;
  height: 11rem;
  font-size: 3rem;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "palt"1;
  line-height: 11rem;
  letter-spacing: calc(60 / 1000 * 1em);
  text-align: center;
  color: #fff;
  border-radius: 99rem;
  box-sizing: border-box;
  display: block;
  transition: all .3s ease-in-out;
}
#pasatsuki.type_contents .__button a {
  background: #349734;
}
#henahena.type_contents .__button a {
  background: #D56F89;
}
#mosahiro.type_contents .__button a {
  background: #14ABCB;
}
#petanko.type_contents .__button a {
  background: #A96FAF;
}
.type_contents .__button a:hover {
  text-decoration: none;
  opacity: .5;
}
.type_contents .__button a::after {
  content: "";
  width: 1.7rem;
  height: 2.5rem;
  background: url(/img/pages/revita-select-by-type/arrow.png) center / 100% no-repeat;
  position: absolute;
  top: 50%;
  right: 4.5rem;
  transform: translate(0, -50%);
}
/* 順番 */
.type_contents .__col {
  order: 1;
}
.type_contents .__title {
  order: 2;
}
.type_contents .__body {
  order: 3;
}
.section10 {
  background-color: #BCCFDD;
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
.section10_h2 {
  font-size: 3rem;
  position: relative;
  background: #5d798e;
  border: 3px solid #5d798e;
  padding: .5em;
  max-width: 63rem;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
}
.section10_h2 span {
  font-size: 120%;
}
.section10_h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #5d798e transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.section10_h3 {
  font-size: 5rem;
  text-align: center;
  max-width: 56rem;
  margin: 4rem auto 0;
  padding: 7rem 0;
  font-family: 'Source Han Serif JP', serif;
  font-weight: 600;
  border: none;
}
.section10_h3 span {
  font-size: 120%;
}
@media (max-width: 768px) {
  .section10_h3 {
    font-size: 8.0vw;
    line-height: 1.3;
    padding: 5rem 0 3rem;
  }
}
.section10_h4 {
  font-family: 'Source Han Serif JP', serif;
  font-size: 4.3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
  position: relative;
  line-height: 1.2;
  letter-spacing: calc(60 / 1000 *1rem);
}
.section10_h4::before, .section10_h4::after {
  content: '';
  width: 26px;
  height: 100%;
  position: absolute;
}
.section10_h4::before {
  border-left: solid 5px #ffffff;
  border-top: solid 5px #ffffff;
  border-bottom: solid 5px #ffffff;
  top: 0;
  left: 4rem;
}
.section10_h4::after {
  border-right: solid 5px #ffffff;
  border-top: solid 5px #ffffff;
  border-bottom: solid 5px #ffffff;
  top: 0;
  right: 4rem;
}
.red_large {
  color: #9A0000;
  font-size: 150%;
}
.text_small {
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  max-width: 65rem;
  text-align: right;
  padding: 3rem 0;
}
@media (max-width: 440px) {
  .text_small {
    font-size: 1.3rem;
    padding: 3rem 2rem 3rem 0;
  }
}
.section10_glaph {
  text-align: center;
}
.section10_glaph img {
  max-width: 55rem;
  width: 100%;
}
.section10_subtltbox {
  position: relative;
}
.section10_subtlt {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 4.7rem;
  font-weight: 500;
  letter-spacing: calc(160 / 1000 * 1rem);
  line-height: 1.5;
  color: #fff;
  text-shadow: 2px 3px 30px #010a12;
}
.section11 {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}
.section11_tlt {
  background: #d1dcea;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 0;
}
.section11_tlt li img {
  max-width: 17rem;
}
.section11_tlt li p {
  font-size: 4.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.2;
}
.section11_tlt li p .sub {
  vertical-align: super;
  font-size: smaller;
  font-size: 30%;
}
.section11_tlt li p span {
  font-family: 'Noto Serif JP', serif;
  font-size: 9.5rem;
  font-weight: 600;
}
.section10_h2 {
  margin: 30px auto 0;
  top: 35px;
}
.section13 img {
  vertical-align: top;
}
.section11_tlt {
  background: #e1e5f0;
  padding: 6rem 0 0;
}
.section11_textbox {
  top: 45%;
}
@media (max-width: 568px) {
  .section11_tlt li p {
    font-size: 2.5rem
  }
  .section11_tlt li p span {
    font-size: 5.5rem;
  }
}
@media (max-width: 412px) {
  .section11_tlt li p {
    font-size: 2.5rem;
  }
}
.section11_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5rem;
  max-width: 64rem;
  margin: 3rem auto;
  text-align: center;
  line-height: 2;
  letter-spacing: calc(100 / 1000 *1rem);
}
.section11_subtlt {
  font-family: 'Noto Serif JP', serif;
  font-size: 6.5rem;
  line-height: 1.5;
  letter-spacing: calc(20 / 1000 * 1rem);
  max-width: 68rem;
  margin: 0 auto;
  text-align: center;
}
.section11_item {
  background: url(/img/pages/revita-select-by-type/section11_bk.jpg) no-repeat;
  min-height: 120rem;
  position: relative;
  width: 100%;
  background-size: 100%;
}
.section11_textbox {
  position: absolute;
  /*top: 50%;*/
  left: 0;
  right: 0;
}
.section12 {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}
.section12_img_tlt {
  max-width: 17rem;
  margin: 0 auto;
}
.section12_tlt {
  background: url(/img/pages/revita-select-by-type/section12_text.png) center top / 100% no-repeat;
  max-width: 66rem;
  margin: 0 auto 6rem;
  text-align: center;
  font-family: 'Source Han Serif JP', serif;
  line-height: 1.5;
  font-size: 6rem;
  line-height: 0.7;
}
.section12_tlt .sub {
  vertical-align: super;
  font-size: smaller;
  font-size: 70%;
}
.section12_tlt span {
  font-size: 40%;
}
.section12_img {
  max-width: 65rem;
  margin: 0 auto;
}
.section13 img {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}
.section14 {
  background: url(/img/pages/revita-select-by-type/section14_bk.png) no-repeat;
  max-width: 75rem;
  width: 100%;
}
.section14_tlt {
  max-width: 64rem;
  padding: 3rem 0 0 0;
  margin: 0 auto;
}
.section14_text {
  font-size: 2rem;
  letter-spacing: calc(140 / 1000* 1rem);
  line-height: 1.8;
  max-width: 45rem;
  margin: 0 auto;
  text-align: center;
}
.section14_text .sub {
  font-size: 0.65em;
  vertical-align: top;
}
.section14_textbox {
  max-width: 65rem;
  margin: 0 auto;
  text-align: center;
  clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3rem 1.5rem;
}
.section14_textbox .__bg {
  background: url(/img/pages/revita-select-by-type/text_obi.png) center top / 100% no-repeat;
  max-width: 60rem;
  margin: 0 auto 3rem;
}
.section14_textbox .__text {
  font-family: 'Source Han Serif JP', serif;
  font-size: 2.1rem;
  text-align: center;
  max-width: 45rem;
  margin: 0 auto;
  letter-spacing: calc(-40 / 1000 * 1rem);
  padding-bottom: 1rem;
  line-height: 1.8;
}
.section14_textbox .__textgold {
  font-family: 'Source Han Serif JP', serif;
  font-size: 3rem;
  letter-spacing: calc(20 / 1000 * 1rem);
  line-height: 1.5;
  color: #B49748;
  max-width: 45rem;
  margin: 0 auto;
}
.section14_textbox .__textgold .__large {
  font-family: 'Source Han Serif JP', serif;
  font-size: 5rem;
}
.section14 .note {
  font-size: 1.2em;
  padding: 30px 50px;
  text-align: right;
}
.section14_item, .logo_img {
  max-width: 65rem;
  margin: 0 auto;
}
.section15 {
  /* background: #C2D1E6 url(/img/pages/revita-select-by-type/section15_bk.png) no-repeat; */
  background: url(/img/pages/revita-select-by-type/section15_bk_260817.png) center top / 100% no-repeat, linear-gradient(#E9F1F5, #C2D1E6);
  /* background: linear-gradient(#fff, #C2D1E6); */
  /* min-height: 154.6rem; */
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10rem;
  position: relative;
}
.accordion {
  /* position: absolute; */
  padding-top: 120%;
  width: 100%;
}
.step-container {
  align-items: center;
  border: 1px solid #ccc;
  width: 90%;
  margin: auto;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin: 0 auto 2rem;
}
.accordion2 {
  top: 50%;
}
.accordion3 {
  top: 60%;
}
.accordion4 {
  top: 70%;
}
.accordion5 {
  top: 80%;
}
.accordion6 {
  top: 90%;
}
.step-number {
  background-color: #9A0000;
  color: #fff;
  height: 11rem;
  width: 11rem;
  text-align: center;
  font-family: 'Arial', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.special {
  background-color: #660000;
}
.step-number p {
  margin: 0;
}
.step-number p:first-child {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
}
.step-number p:last-child {
  font-size: 5.2rem;
  font-family: 'Cinzel', serif;
}
.accordion-title {
  position: relative;
  padding: 4rem 50px; /* 矢印のために右側に余白を追加 */
  background-color: #fff;
  flex-grow: 1;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.accordion-title::after {
  border-right: solid 2px #BA2C2C;
  border-top: solid 2px #BA2C2C;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 6rem; /* 右側に矢印を配置 */
  top: 38%; /* 縦位置を調整 */
  transform: rotate(135deg); /* 矢印を初期回転 */
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 20px;
}
.accordion-title.open::after {
  top: 45%; /* 回転時の位置調整 */
  transform: rotate(-45deg); /* 矢印を回転させる */
}
.accordion-content {
  display: none;
  padding: 1.5rem 1.5rem 8rem 1.5rem;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}
.section15_itembox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}
.section15_itembox li:nth-child(2) {
  padding-left: 20px;
}
.item_copy {
  letter-spacing: calc(60 / 1000 * 1rem);
  color: #660000;
  text-align: center;
  font-size: 2.9rem;
  font-weight: 600;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.item_name {
  font-size: 3rem;
  padding: 2rem 0;
  border-bottom: 1px solid;
  line-height: 1.5;
}
.item_check {
  display: flex;
  padding-top: 2rem;
  align-items: center;
  gap: .5vw;
}
.no_check {
  padding-top: 2rem;
}
.item_check .check {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  /* reset End */
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #808080;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
}
.item_check .check::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #660000;
  outline: 3px solid #fff;
  position: absolute;
  top: -1rem;
  left: -.4rem;
  transform: rotate(45deg) scale(1, -1);
  clip-path: polygon(calc(100% - 1.5px) 0, 100% 0, 100% 0, 100% 0, calc(100% - 1.5px) 100%, calc(100% - 1.5px) 1.5px, calc(100% - 30%) 1.5px);
}
.sub_class {
  padding-top: 2rem !important;
}
.item_type {
  font-size: 3rem;
  letter-spacing: calc(20 / 1000 * 1rem);
}
.item_price {
  font-size: 2.3rem;
  letter-spacing: calc(20 / 1000 * 1rem);
  line-height: 1.5;
}
.toppadding {
  padding-top: 1.5rem;
}
.item_btn a {
  /* ボタンのCSS */
  background-color: #BA2C2C;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 3rem;
  position: relative; /* position: relative;で矢印の位置を基点とさせます */
  text-align: center;
  text-decoration: none;
  width: 70%;
  margin: 1rem auto 3rem;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  transition: all .3s ease-in-out;
  position: relative;
}
.item_btn a:hover {
  opacity: 0.5;
}
.item_btn a::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: '';
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.section15_tlt {
  position: absolute;
  top: 5vh;
  right: 0;
  left: 0;
  text-align: center;
  padding: 2rem 0 0 0;
}
.section15_subtlt {
  font-size: 2.3rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
}
.section15_main {
  font-family: 'Noto Serif JP', serif;
  font-size: 5rem;
  line-height: 1.3;
}
.section15_main .sub {
  vertical-align: super;
  font-size: smaller;
  font-size: 50%;
}
.small_text {
  position: absolute;
  top: 40%;
  right: 5vw;
  left: 0;
  text-align: end;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .section4_text {
    font-size: 1.5rem;
  }
  .section15_main {
    font-size: 3rem;
  }
}
@media (max-width: 687px) {
  .item_col {
    display: flex;
    flex-direction: column;
  }
  .item_text {
    font-size: 2.5rem;
    margin: 1rem 0;
  }
}
@media (max-width: 618px) {
  .accordion-title {
    padding: 2.2rem 50px;
    font-size: 1.8rem;
  }
  .step-number .step-number {
    height: 7rem;
    width: 7rem;
  }
  .accordion-title::after {
    top: 34%;
    height: 15px;
    width: 15px;
  }
  .section11_text {
    font-size: 1.5rem;
  }
  .section11_subtlt {
    font-size: 3rem
  }
}
@media (max-width: 500px) {
  .detail-button {
    font-size: 2rem;
  }
  .step-number {
    height: 6.6rem;
    width: 6.6rem;
  }
}
@media (max-width: 500px) {
  .accordion-title {
    padding: 2.4rem 50px;
    font-size: 1.8rem;
  }
}
@media (max-width: 457px) {
  .section10_subtlt p {
    font-size: 3rem;
  }
  .section10_h2 {
    font-size: 2rem;
    width: 90%;
    padding: 0.3em;
    top: -20px;
  }
  .section10_h2::after {
    bottom: -15px;
    border-width: 15px 15px 0 15px;
  }
  .section10_subtlt {
    font-size: 3rem;
  }
}
@media (max-width: 530px) {
  .detail-button {
    font-size: 2rem;
  }
  .item_tlt {
    font-size: 3rem;
  }
}
@media (max-width: 361px) {
  .item_tlt {
    top: -7rem;
  }
}
@media (max-width: 767px) {
  .mv_imgitem {
    max-width: 30rem;
  }
  .mv_imgicon {
    left: auto;
    top: 38%;
    width: 86px;
    right: 1%;
  }
  .mv_imgtext {
    top: 31%;
  }
  .type_contents .__col .__catch {
    font-size: 5.60vw;
  }
  .type_contents .__list dd {
    font-size: 4.5vw;
  }
  .type_contents .__button a {
    font-size: 3.91vw;
    height: 6rem;
    line-height: 6rem;
  }
  .type_contents .__button {
    max-width: 100%;
  }
  .type_contents .__title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7vw;
  }
  #mosahiro .__title {
    transform: translate(-50%, -50%);
  }
  .type_contents {
    width: 100%;
    padding: 0px 5.99vw;
    margin-bottom: 21.0vw;
  }
  .section3__inner__text {
    font-size: 4.2vw;
  }
  .section3__inner {
    padding-left: 1.1rem;
    gap: 1rem;
  }
  .section3_girlist {
    padding: 1rem;
    gap: 2vw;
    box-shadow: 3px 3px 6px 3px #0000001F;
  }
  .section3_girlist p {
    font-size: 3.9vw;
  }
  .section3_girlist:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .section3_girlist_img {
    max-width: 28%;
  }
  .__corner .__text {
    font-size: 4.69vw;
  }
  .section4_btn {
    bottom: 26vw;
    right: 1vw;
    left: 2vw;
    gap: 2.6vw;
  }
  .section10 {
    padding-top: 30px;
  }
  .section10_h2 {
    top: 10px;
  }
  .section14_textbox {
    max-width: 36rem;
    margin: 0 auto;
    text-align: center;
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3rem 1rem;
  }
  .section14_textbox .__bg {
    max-width: 86vw;
  }
  .section14_textbox .__text {
    font-size: 3.9vw;
  }
  .section14_textbox .__textgold {
    font-size: 4.9vw;
  }
  .section14_text {
    font-size: 4vw;
  }
  .section14 .note {
    font-size: 0.85em;
    padding: 20px 30px;
  }
  .section14_textbox .__textgold .__large {
    font-size: 3rem;
  }
  .item_name {
    font-size: 5vw;
    padding: 0.5rem 0;
  }
  .item_price {
    font-size: 3.2vw;
  }
  .subclass {
    line-height: 1.3;
    font-size: 3.8vw;
    padding-top: 0;
  }
  .item_type {
    font-size: 4.2vw;
  }
  .mv_imgsubtext {
    max-width: 35rem;
    margin: 0 auto;
  }
  .section10_h4 {
    font-size: 5.86vw;
  }
  .section12_tlt {
    font-size: 8.5vw;
    max-width: 87vw;
    line-height: 1;
  }
  .section12_tlt span {
    font-size: 60%;
  }
  .section4_img img {
    left: 0;
    right: 0;
    margin: auto;
  }
  .section11_textbox {
    top: 65vw;
  }
  .section11_item {
    min-height: 159.4vw;
  }
  .step-number p:last-child {
    font-size: 6.77vw;
  }
  .step-number p:first-child {
    font-size: 3.25vw;
  }
  .section4 {
    margin-top: -22.0vw;
  }
  .type_contents .__marker {
    top: 45.9vw;
  }
  .type_contents .__body {
    width: 100%;
    border-top: none !important;
    padding: 5rem 1rem 6rem;
    box-sizing: border-box;
    position: relative;
  }
  .section3_tlt {
    width: 80%;
    padding: 6rem 0 0;
  }
  .btn_box a {
    height: 7rem;
    font-size: 2.35rem;
    border-radius: 10px;
  }
  .btn_box {
    padding: 3.5rem 0;
  }
  #pasatsuki.type_contents .__col {
    background: url(/img/pages/revita-select-by-type/section6_bk.png) center top / auto no-repeat;
    background-size: 100%;
    height: 42.6vw;
  }
  #henahena.type_contents .__col {
    background: url(/img/pages/revita-select-by-type/section7_bk.png) center top / auto no-repeat;
    background-size: 100%;
    height: 42.6vw;
  }
  #mosahiro.type_contents .__col {
    background: url(/img/pages/revita-select-by-type/section8_bk.png) center top / auto no-repeat;
    height: 42.6vw;
  }
  #petanko.type_contents .__col {
    background: url(/img/pages/revita-select-by-type/section9_bk.png) center top / auto no-repeat;
    background-size: 100%;
    height: 42.6vw;
  }
  #mosahiro .__col .__img {
    margin-top: -2rem;
  }
  #petanko.type_contents .__col .__img {
    margin-top: -15vw;
  }
  .type_contents .__list .__group {
    gap: 1rem;
  }
  .section10_glaph {
    max-width: 50rem;
    width: 85%;
    margin: 0 auto;
  }
  .type_contents .__button a::after {
    width: 1rem;
    height: 2rem;
  }
  .section10_h4::before {
    left: 5.21vw;
  }
  .section10_h4::after {
    right: 5.21vw;
  }
  .section11_tlt li img {
    max-width: 28vw;
  }
  .section14_tlt {
    width: 90%;
  }
  .section12_img_tlt {
    max-width: 25vw;
  }
  .__corner {
    height: 46.5vw;
  }
  .section12_img {
    width: 85%;
  }
  .type_contents .__title span[blockContents] {
    width: 69.7vw;
  }
  .section15_itembox li img {
    max-width: 9rem;
  }
  .section15_itembox li:nth-child(2) {
    padding-left: 0;
  }
  #mosahiro.type_contents .__col .__img {
    margin-top: -17.51vw;
  }
  .section10_h4::before, .section10_h4::after {
    width: 15px;
  }
  .section10_h4::before {
    left: 4vw;
    border-left: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
  }
  .section10_h4::after {
    right: 4vw;
    border-right: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
  }
  .accordion-content {
    padding: 1.5rem 1.0rem 4rem 1.0rem;
  }
  .item_check {
    padding-top: 1.5rem;
  }
  .item_btn a::after {
    right: 6.51vw;
  }
  .item_btn a {
    padding: 3.91vw;
    font-size: 3.91vw;
  }
  .item_btn a::after {
    width: 1.95vw;
    height: 1.95vw;
  }
  .section3_girlist p {
    font-size: 3.9vw;
  }
  .smallimg li img {
    max-width: 16vw;
  }
  .capacity {
    font-size: 0.8em;
  }
  .type_contents .__list dt input {
    width: 1.5rem;
    height: 1.5rem;
  }
  .type_contents .__list dt::after {
    top: -1.2rem;
    left: -5px;
  }
  .sp_br {
    display: inline;
  }
  .item_copy {
    font-size: 3.78vw;
  }
  .item_check .check {
    width: 2.6vw;
    height: 2.6vw;
  }
  .item_check .check::after {
    width: 2.6vw;
    height: 2.6vw;
    top: -1.3vw;
    left: -0.52vw;
  }
  .section14_item {
    margin: 0 auto;
  }
  .logo_img {
    margin: -6.51vw 0 0 0;
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
  .type_contents .__col .__img {
    width: 100%;
    margin-top: -5rem;
  }
}
footer .container {
  background: #fff;
}
.block-footernav {
  line-height: 1.5;
}
.block-switcher {
  margin: 20px 0 0 0;
  padding-bottom: 2rem;
}

/* 260817修正：受賞多数追加にともなうスコープ付き追加CSS */
.section14_awardgroup_title {
  font-family: 'Source Han Serif JP', serif;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: calc(-40 / 1000 * 1rem);
  margin: 0 auto 2rem;
  max-width: 45rem;
  background: url(/img/pages/revita-select-by-type/text_obi.png) center top / 100% no-repeat;
  padding-top: 3rem;
}
.section14_awardgroup_title .subname {
  font-size: 1.5rem;
  display: block;
}
.section14_awardgroup { margin-bottom: 3rem; }
.section14_awardgroup .__bg { margin-bottom: 1.5rem; padding: 1.2rem 1rem; background: none; }
.section14_awardgroup .__text { font-size: 1.5rem; padding-bottom: 0.3rem; }
.section14_awardgroup .__textgold { font-size: 1.7rem; }
@media screen and (max-width: 767px) {
  .section14_awardgroup_title { font-size: 3.9vw; }
  .section14_awardgroup_title .subname { font-size: 2.8vw; }
  .section14_awardgroup .__text { font-size: 3.2vw; }
  .section14_awardgroup .__textgold { font-size: 3.4vw; }
}
/* STEP04（エッセンスインヘアローション）のキャプションに合わせて、
   同位置のキャプション（item_type）のフォントサイズを統一 */
.accordion .item_type {
  font-size: 2.3rem;
  letter-spacing: calc(20 / 1000 * 1rem);
}
@media screen and (max-width: 767px) {
  .accordion .item_type {
    font-size: 3.2vw;
  }
}
/* 全商品共通：画像を同じ枠サイズで表示し(object-fitで歪みなし)、
   テキストは常に画像と同じ高さ(上端)から始まるように統一する。
   justify-content:centerのままだとテキストの文字量差で画像のX位置がずれるため、
   画像を常に同じ位置（左揃え）に固定する */
.section15_itembox {
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 3rem;
}
.section15_itembox li:first-child img {
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .section15_itembox li:first-child img {
    width: 16.8rem;
    height: 41.2rem;
  }
  .accordion0 .section15_itembox li:first-child img {
    height: 31.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section15_itembox li:first-child img {
    width: 22vw;
    height: 54vw;
  }
}