@charset "UTF-8";

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

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ul,ol {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}


/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}


/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}


/* change border colour to suit your needs */

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input,select {
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  cursor: pointer;

  -webkit-appearance: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: .1s !important;
}

.delay-2 {
  animation-delay: .2s !important;
}

.delay-3 {
  animation-delay: .3s !important;
}

.delay-4 {
  animation-delay: .4s !important;
}

.delay-5 {
  animation-delay: .5s !important;
}

.delay-6 {
  animation-delay: .6s !important;
}

.delay-7 {
  animation-delay: .7s !important;
}

.delay-8 {
  animation-delay: .8s !important;
}

.delay-9 {
  animation-delay: .9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f8f7f3;
  color: #413434;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: sans-serif;
  line-height: 1.5;
  line-break: strict;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1400px;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 390px;
  }
}

body#ARTICLE {
  background-color: #ececea;
}

@media screen and (min-width: 769px) {
  body#ARTICLE {
    min-width: 800px;
  }
}

* {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
}

a {
  transition: .3s;
}

a:hover {
  opacity: .7;
}

main {
  overflow-x: hidden;
  width: 100%;
  color: #413434;
}

.header__menu {
  padding-top: 0 !important;
}

.wrap {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 6%;
    max-width: 1920px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 16px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

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

::-moz-placeholder {
  color: #acacac;
}

::placeholder {
  color: #acacac;
}

.choice {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .choice {
    gap: 8px;
    margin-bottom: 24px;
  }
}

.choice-btn {
  display: block;
}

.choice input {
          appearance: none;
  position: absolute;

  -webkit-appearance: none;
     -moz-appearance: none;
}

.choice label {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #413434;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1;
}

.choice input[type=radio]:checked + label {
  background-color: #413434;
  color: #fff;
}

.btn-follow,.btn-primary {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 78px;
  border-radius: 200px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.5;
  cursor: pointer;
  transition: .2s;
}

@media screen and (min-width: 769px) {
  .btn-follow,.btn-primary {
    max-width: 464px;
  }
}

@media screen and (max-width: 768px) {
  .btn-follow,.btn-primary {
    max-width: 296px;
  }
}

.btn-primary {
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .btn-primary {
    margin: auto;
  }
}

.btn-primary:hover {
  filter: invert(48%) sepia(72%) saturate(517%) hue-rotate(328deg) brightness(92%) contrast(91%);
}

.btn-follow {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 10px 12px 16px;
  width: 220px;
  height: 48px;
  border: 1px solid #a39998;
  border-radius: 50px;
  background: #352626;
  color: #fff;
  font-size: 1.2rem;
  line-height: 100%;
}

.btn-follow:after {
  background-image: none !important;
}

.modoru-top {
  display: block;
  margin-bottom: 48px;
  font-size: 1.4rem;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .modoru-top {
    margin-bottom: 32px;
  }
}

.modoru-top img {
  margin-right: 8px;
}

.card {
  position: relative;
  overflow: hidden;
  width: calc(25% - 9px);
  aspect-ratio: 1/1;
  border-radius: 15px;
  transition: .3s;
}

.is-logout #recommend_reform_idea > .card:nth-child(n+5)::after {
content: "";
position: absolute;
inset: 0;
background: url(/homelounge/reform/idea/assets/images/overlay.png) center/contain no-repeat;
pointer-events: none;  
z-index: 1;    
}

.is-logout #recommend_reform_idea2 > .card:nth-child(n+5)::after {
content: "";
position: absolute;
inset: 0;
background: url(/homelounge/reform/idea/assets/images/overlay.png) center/contain no-repeat;
pointer-events: none;  
z-index: 1;    
}

/* ログイン状態やモーダル表示中はオーバーレイを非表示にする */
.is-logout #recommend_reform_idea > .card.active:nth-child(n+5)::after  {
    content: none;
}

.is-login #recommend_reform_idea > .card:nth-child(n+5)::after {
  content: none;
}

.is-logout #recommend_reform_idea2 > .card.active:nth-child(n+5)::after  {
    content: none;
}

.is-login #recommend_reform_idea2 > .card:nth-child(n+5)::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .card {
    width: calc(33.3333333333% - 4px);
    border-radius: 5px;
  }
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

@media screen and (max-width: 768px) {
  .card-list {
    gap: 4px 4px;
  }
}

.card img {
  width: 100%;
}

.card .modalopen {
  position: relative;
  display: block;
  text-decoration: none;
}

.card .modalopen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .35) 100%);
}

@media screen and (max-width: 768px) {
  .card .modalopen::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .35) 100%);
  }
}

.card .modalopen p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 12px 16px;
  color: #fff;
  vertical-align: baseline;
  letter-spacing: -.13rem;
  font-size: 2.1rem;
  font-family: "Noto Serif JP";
}

@media screen and (max-width: 768px) {
  .card .modalopen p {
    padding: 0 8px 8px;
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.card.pick::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 48px;
  aspect-ratio: 1/1;
  background-image: url(/homelounge/reform/idea/assets/images/pick_icon.svg);
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .card.pick::after {
    top: 5px;
    left: 5px;
    width: 26px;
  }
}

.heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .heart-icon {
    top: 5px;
    right: 5px;
  }
}

.heart-icon input[type=checkbox].favorite {
          appearance: none;
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
}

@media screen and (max-width: 768px) {
  .heart-icon input[type=checkbox].favorite {
    width: 16px;
  }
}

.heart-icon input[type=checkbox].favorite::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(/homelounge/reform/idea/assets/images/like_icon.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .heart-icon input[type=checkbox].favorite::after {
    width: 9px;
  }
}

.heart-icon input[type=checkbox].favorite:checked::after {
  background-image: url(/homelounge/reform/idea/assets/images/like_icon_check.svg);
}

.heart-icon.modal {
  position:         sticky;
  position: -webkit-sticky;
  top: 54px;
  height: 54px;
}

@media screen and (max-width: 768px) {
  .heart-icon.modal {
    position: absolute;
    top: 32px;
    right: auto;
    left: 9%;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
  }
}

.heart-icon.modal input[type=checkbox].favorite {
  width: 54px;
}

@media screen and (max-width: 768px) {
  .heart-icon.modal input[type=checkbox].favorite {
    width: 40px;
    aspect-ratio: 1/1;
  }
}

.heart-icon.modal input[type=checkbox].favorite::after {
  width: 32px;
}

@media screen and (max-width: 768px) {
  .heart-icon.modal input[type=checkbox].favorite::after {
    width: 24px;
  }
}

.top {
  position: sticky;
  bottom: 80px;
  left: 92%;
  z-index: 1;
  padding-bottom: 16px;
  width: -moz-fit-content;
  width:      fit-content;
}

@media screen and (max-width: 768px) {
  .top {
    left: 80%;
  }
}

.kiji {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  margin: auto;
  padding: 54px 0 54px 74px;
  max-width: 1400px;
  width: 788px;
  height: -moz-max-content;
  height:      max-content;
}

@media screen and (max-width: 768px) {
  .kiji {
    padding: 80px 0 120px;
    width: 320px;
  }
}

.kiji-img {
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kiji-img {
    width: 82%;
  }
}

.kiji-img img {
  width: 100%;
}

.kiji-txt {
  top: 100%;
  margin: auto;
  padding: 32px;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .kiji-txt {
    padding: 20px;
  }
}

.kiji-txt h1 {
  margin-bottom: 20px;
  letter-spacing: .05em;
  font-weight: normal;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .kiji-txt h1 {
    font-size: 16px;
  }
}

.kiji-txt p {
  letter-spacing: .05em;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}

.kiji-btn {
  position: fixed;
  bottom: 54px;
  left: 50%;
  z-index: 5000;
  display: flex;
  justify-content: space-between;
  margin-top: -56px;
  width: 90%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .kiji-btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    padding: 16px;
    width: 100%;
    background-color: #fff;
    transform: translateX(-50%);
  }
}

.kiji-btn img {
  max-width: 32px;
}

.prev-kiji {
  color: #6c5f4c;
  letter-spacing: .05em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.prev-kiji a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 16px 20px 20px;
  border: 1px solid #6c5f4c;
  border-radius: 50px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .prev-kiji a {
    padding: 18px 20px 18px;
  }
}

.next-kiji {
  color: #fff;
  letter-spacing: .05em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.next-kiji a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 16px 20px 20px;
  border-radius: 50px;
  background: #8a7f6f;
}

@media screen and (max-width: 768px) {
  .next-kiji a {
    padding: 18px 20px 18px;
  }
}

.close {
  position: fixed;
  top: 120px;
  right: 224px;
}

@media screen and (max-width: 768px) {
  .close {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .close img {
    width: 32px;
    aspect-ratio: 1/1;
  }
}

.modalopen {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modalopen br {
    display: none;
  }
}

.modalinner {
  position: relative;
  margin: auto;
  max-width: 1100px;
  width: 100%;
  height: -moz-fit-content;
  height:      fit-content;
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/

.modalcontent {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #eaeaea;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}


/*モーダル本体に「active」クラス付与した時のスタイル*/

.modalcontent.active {
  z-index: 9000;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.idea-pick-modal .kiji-img img {
  width: 100%;
  height: auto;
  display: block;
}

.idea-pick-modal .kiji-btn {
  display: flex;
}

.idea-pick-modal .kiji-txt [data-slide-index] {
  display: none;
}

.idea-pick-modal .kiji-txt [data-slide-index="0"] {
  display: block;
}

.modalcontent .kiji-img img,
.modalcontent .splide__slide img {
  border-radius: 0 !important;
}

#pick_modal_88 .splide__slide img,
#pick_modal_55 .splide__slide img {
  border-radius: 0 !important;
}

#pick_modal_88 .kiji-img,
#pick_modal_55 .kiji-img,
#pick_modal_88 .splide__track,
#pick_modal_55 .splide__track,
#pick_modal_88 .splide__list,
#pick_modal_55 .splide__list,
#pick_modal_88 .splide__slide,
#pick_modal_55 .splide__slide {
  border-radius: 0 !important;
}

.idea-pick-modal .splide__arrows {
  pointer-events: none;
}

.idea-pick-modal .splide__arrow {
  pointer-events: auto;
  /* width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, .12); */
}

.idea-pick-modal .splide__arrow img {
  /* width: 18px;
  height: 18px;
  display: block;
  margin: auto; */
}

.idea-pick-modal .heart-icon.modal {
  top: 12px;
  right: 12px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .idea-pick-modal .heart-icon.modal {
    top: 8px;
    right: 8px;
  }
}

.idea-pick-modal .kiji-txt a {
  color: inherit;
  text-decoration: underline;
}

.idea-pick-modal .kiji-txt a:hover {
  text-decoration: none;
}

.back {
  padding-top: 128px;
}

@media screen and (max-width: 768px) {
  .back {
    padding-top: 74px;
  }
}

.back a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.back a p {
  font-size: 1.4rem;
}

.wish {
  padding-top: 48px;
  padding-bottom: 66px;
}

@media screen and (max-width: 768px) {
  .wish {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

.wish-txt {
  margin-bottom: 48px;
  color: #413434;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .wish-txt {
    margin-bottom: 32px;
  }
}

.fv {
  background-color: #e6e2d7;
}

.fv .wrap {
  padding-top: 110px;
  padding-bottom: 10%;
  background-image: url(/homelounge/reform/idea/assets/images/mv_img.png);
  background-position: bottom right;
  background-size: 70%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .fv .wrap {
    padding-top: 78px;
    padding-bottom: 60%;
    background-position: bottom center;
    background-size: 100%;
  }
}

.fv-logo {
  margin-bottom: 40px;
}

.fv p {
  margin-bottom: 165px;
  letter-spacing: .1rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .fv p {
    margin-bottom: 48px;
    line-height: 1.8;
  }
}

.fv-btn {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .fv-btn {
    margin: auto;
    width: -moz-fit-content;
    width:      fit-content;
  }
}

.idea {
  position: relative;
  padding-top: 94px;
  padding-bottom: 59px;
  background-color: #f8f7f3;
}

@media screen and (max-width: 768px) {
  .idea {
    padding-top: 64px;
  }
}

.idea-title h1 {
  margin-bottom: 32px;
  color: #413434;
  letter-spacing: .1em;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  font-family: "Noto Serif JP";
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .idea-title h1 {
    margin-bottom: 24px;
    font-size: 2.8rem;
  }
}

.idea-title p {
  margin-bottom: 8px;
  color: #413434;
  /* ボックスの高さと同一、または14px */
  letter-spacing: .05em;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-family: "Bodoni 72";
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .idea-title p {
    font-size: 1.2rem;
  }
}

.idea-bar {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px 0;
  background-color: #352626;
}

.idea-bar-cont {
  display: flex;
  gap: 32px;
  margin: auto;
  width: -moz-fit-content;
  width:      fit-content;
}

.idea-bar.menu {
  padding: 64px 0;
}

.idea-bar.menu .idea-bar-cont {
  flex-direction: column;
  margin: auto;
  width: -moz-fit-content;
  width:      fit-content;
}

/* マイリフォームアイデアとは　20230927追記 */

/* CSS */

/* モーダル全体 */
.towamodal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  overflow: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: opacity .5s;
}

/* モーダルのコンテンツ */
.modal-contents {
  position: relative;
  max-width: 103rem;
  width: 100%;
  border-radius: 1rem;
  background-color: #fefefe;
  opacity: 0;
  transition: opacity .5s;
}

.towamodal.active {
  display: flex;
  opacity: 1;
}

.towamodal.active .modal-contents {
  opacity: 1;
}


.about {
  position: absolute;
  overflow-y: scroll;
  height: 70vh;
  border-radius: 1rem;
}

.about-title {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  font-family: Noto Serif JP;
  line-height: 2.2;
}

.about-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 6.4rem;
  height: .2rem;
  background-color: #d7c391;
  transform: translateX(-50%);
}

.about-head {
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  font-family: Noto Serif JP;
  line-height: normal;
}

.about-top {
  padding: 4.8rem 0;
  border-radius: 1rem 1rem 0rem 0rem;
  background: #e6e2d7;
}

.about-top-txt {
  padding-top: 2.4rem;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-family: Noto Serif JP;
  line-height: 2;
}

.about-feature {
  padding: 4.8rem 6.4rem;
  font-family: Noto Serif JP;
}

.about-feature-list {
  display: flex;
  gap: 4rem;
  justify-content: center;
  padding-top: 3.2rem;
}

.about-feature-list li {
  padding: 14.4rem 6.2rem 4.8rem;
  border-radius: 4px;
  background-color: #413434;
  background-position: top 4.8rem center;
  background-size: 6.4rem;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}

.about-feature-list li:nth-child(1) {
  background-image: url(../images/feature01.png);
}

.about-feature-list li:nth-child(2) {
  background-image: url(../images/feature02.png);
}


.about-method {
  padding: 1.6rem 6.4rem 5rem;
  font-family: Noto Serif JP;
}

.about-method-list {
  display: flex;
  gap: 6.4rem;
  justify-content: center;
  padding-top: 8rem;
  counter-reset: number 0;
}

.about-method-list li {
  position: relative;
  width: calc(100%/3 - 3.2rem);
  border-radius: 4px;
  background-color: #e6e2d7;
}

.about-method-list li::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  bottom: 102%;
  left: 50%;
  counter-increment: number 1;
  font-weight: 400;
  font-size: 4rem;
  font-family: "Bodoni 72", serif;
  transform: translateX(-50%);
}

.about-method-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 105%;
  width: 2.4rem;
  height: 2.4rem;
  border-top: 3px solid #413434;
  border-right: 3px solid #413434;
          transform: rotate(45deg)translateY(-50%);

  -webkit-transform: rotate(45deg);
}

.about-method-list li:last-child::after {
  content: none;
}

.about-method-list-title {
  margin: 0 2rem;
  padding: 2rem 0 1.6rem;
  border-bottom: 1px solid #cecac0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-family: Noto Serif JP;
  line-height: 100%;
  /* 1.6rem */
}

.about-method-list-txt {
  margin: 0 2rem;
  padding: 1.6rem 0 4.2rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-family: Noto Serif JP;
  line-height: 1.6;
  /* 2.24rem */
}

.about-method-list-img {
  overflow: hidden;
  width: 25.8rem;
  height: 14.5rem;
}

.about-method-list-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.open-modal {
  display: block;
  margin-top: 4rem;
  padding: 0 5rem;
  width: 28rem;
  height: auto;
  text-align: center;
}

.open-modal img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.towaclose {
  position: absolute;
  top: 12vh;
  left: 50%;
  transform: translateX(484px);
}

@media screen and (max-width: 768px) {
  .towaclose {
    top: 12vh;
    transform: translateX(132px);
  }

  .towaclose img {
    width: 56px;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 768px) {
  .about-feature-list {
    flex-direction: column;
    gap: 1.2rem;
  }

  .about {
    width: 80%;
  }

  .about-feature {
    padding: 3.2rem 2rem;
  }

  .about-feature-list li {
    padding: 11.6rem 3.2rem 3.2rem;
    font-size: 1.4rem;
  }

  .about-method {
    padding: 1.2rem 2rem 2rem;
  }

  .about-method-list {
    flex-direction: column;
    gap: 11.6rem;
  }

  .about-method-list-img {
    width: 100%;
    border-radius: 4px;
  }

  .about-method-list li {
    width: 100%;
  }

  .about-method-list li::after {
    top: 106%;
    left: 50%;
    transform: rotate(135deg)translateY(90%);
  }

  .about-title {
    padding-bottom: 1.2rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .about-top {
    padding: 3.2rem 2rem;
  }

  .about-top-txt {
    text-align: left;
  }

  .about-head {
    font-size: 2rem;
  }
}