@charset "utf-8";
/*
Theme Name: Matsuken Theme

*/

.residence__spec {

  .upper {
    padding:20px 0;
    background: rgb(92,80,65);
    background: linear-gradient(0deg, rgba(92,80,65,1) 0%, rgba(133,117,95,1) 50%, rgba(184,162,131,1) 100%);
    .wrapper {
      display: flex; color:#fff;
      @media screen and (max-width: 767px) {
        flex-direction: column;
      }
      .col {
        @media screen and (min-width: 768px) {
          &:first-child {
            width:45%;
            margin-left: 10%;
          }
          &:last-child {
            width: 38%;
          }
        }
        @media screen and (max-width: 767px) {
          width:100%;
          &:first-child {
            margin-bottom: 1em;
          }
        }
      }
    }
    .residence__spec__upper__text {
      font-size: 36px; font-weight: 600; line-height: 1.5;
      @media screen and (max-width: 767px) {
        font-size: 20px;
      }
      span {
        display: block; font-size: 60%;
      }
      .inline-block {
        display: inline-block;
      }
    }
  }

  .lower {
    display: flex; justify-content: center; align-items: center;
    padding: 20px 0; background-color: #e5dbb2;
    @media screen and (max-width: 767px) {
      padding-left: 20px; padding-right: 20px;
      flex-direction: column;
      align-items: stretch;
    }
    .col {
      padding: 0 40px;
      @media screen and (max-width: 767px) {
        padding: 10px 0;
      }
      &:not(:last-child) {
        border-right:1px solid #574d3e;
        @media screen and (max-width: 767px) {
          border-right: none;
          border-bottom:1px solid #574d3e;
        }
      }
      .residence__spec__lower__text {
        color:#574d3e; font-size: 28px; font-weight: 600; line-height: 1.5;
        @media screen and (max-width: 767px) {
          font-size:18px;
        }
        span {
          display: block; font-size: 70%;
        }
      }
    }
  }

}

:root {
  --brown:#594C3C;
}

html {
  font-style: normal;
  font-size: 62.5%;
  color: #333333;
  position: relative;
  text-align: justify;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}

main {
  background-color: #EDE9E3;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 90%;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {

}
h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  line-height: 1.2;
}
h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--brown);
}

h3 {
  font-size: 3.2rem;
  font-weight: 500;
  color: var(--brown);
}

h4,h5,h6 {
  font-size: 1.8rem;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 2;
}

dt {
  font-weight: 500;
}


a,button {
  cursor: pointer;
  cursor: hand;
}

a {

  transition: all 0.2s ease;
}

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

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.2rem;

  }
  
  h3 {
    font-size: 2.2rem;

  }
  
  h4,h5,h6 {
    font-size: 1.6rem;
  }

  p,th,td,li,dt,dd {
    font-size: 1.44rem;
    line-height: 1.4;
  }

  .wrapper {
    width: calc(100% - 40px);
  }
}


/*common***/
.sec_title {
  text-align: center;
}

.sec_title h2 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

.sec_title p {
  font-size: 1.44rem;
}

@media screen and (max-width: 767px) {
  .sec_title h2 {
    font-size: 3.2rem;
  }
  

}

/***ヘッダー***/
header {
  background-color: rgba(237, 233, 227, 0.8);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

header  .header_logo {
  width: 300px;
  height: auto;
  line-height: 1;
  display: block;
}

header  .header_logo * {
  line-height: 1;
  display: block;
}

.btn_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn_box a {
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.44rem;
  background: linear-gradient(90deg, #9B8A51 0%, #E9D487 100%);
  /* border: 2px solid transparent; */
  box-sizing:border-box;
}

.btn_box a:not(:last-of-type) {
  margin-right: 40px;
}


.btn_box a:hover {
  background: white;
  color: #C0AE6B;
  border: 2px solid #C0AE6B;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
  }
/* .header_btn.btn_box {
  display: none;
} */

header .wrapper {
  height: 52px;
}

header  .header_logo {
  width: 200px;
}
.btn_box a {
  width: 85px;
  height: 25px;

  font-size: 1rem;

}
.btn_box a:not(:last-of-type) {
  margin-right: 10px;
}
}


/***メインビジュアル***/

.main_fv_sec  {
  position: relative;
  margin-bottom: -2px;
}
.main_fv_sec .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.main_fv_sec .text p {
  /* width: min(50%, 500px); */
  font-weight: bold;
  font-size: min(3.8vw, 4.8rem);
  color: white;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

.main_fv_sec .fv_slider figure {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main_fv_sec .fv_slider figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



@media screen and (max-width: 767px) {
  .main_fv_sec .text {
    text-align: center;
  }
  .main_fv_sec .text p {
    font-weight: bold;
    font-size: max(5.5vw, 2rem);
    line-height: 1;
  }
  
  .main_fv_sec .fv_slider figure {
    width: 100%;
    height: auto;

  }
  .main_fv_sec .fv_slider figure img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;

  }
  
}


/***トップメッセージ***/
.top_message_sec {
  padding: 160px 0 100px;
  position: relative;
}

.top_message_sec h2 {
  font-size: 4rem;
  line-height: 6.4rem;
  margin-bottom: 82px;
  z-index: 5;
  position: relative;
}

.top_message_sec .two_column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
}

.top_message_sec .two_column .text {
  width: 45%;
  position: relative;

}

.top_message_sec .two_column .text p {
  z-index: 4; /* テキストを最前面に */
  position: relative;
}

.top_message_sec .two_column .text::before {
  content: '';
  width: 80vw;
  height: calc(100% + 200px);
  background-color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-50%);
  z-index: 1; /* .image::beforeの上に配置されるが、他の要素より下 */
}

.top_message_sec .two_column .image {
  width: calc(50% - 10px);
  position: relative;

}

.top_message_sec .two_column .image::before {
  content: '';
  width: 80vw;
  height: 80%;
  background-color: #CDC6C3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -64px;
  z-index: 0; /* 全体の最下層 */
}

.top_message_sec .two_column .image figure img {
  position: relative;
  z-index: 3; /* .text::beforeの上、.image::beforeの下 */
}

.top_message_sec .two_column .image figure.front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}


@media screen and (max-width: 767px) {
  .top_message_sec {
    padding: 80px 0;
  }


.top_message_sec h2 {
  font-size: 2.4rem;
  line-height: 3.8rem;
  margin-bottom: -15px;
  text-align: center;

}

.top_message_sec .two_column {
  flex-direction: column-reverse;
}

.top_message_sec .two_column .text {
  width: 100%;
  background-color: white;
  padding: 58px 20px 64px;
}

.top_message_sec .two_column .text p {
  font-size: 1.44rem;
}

.top_message_sec .two_column .text::before {
  display: none;
}

.top_message_sec .two_column .image {
  width: 100%;
  padding: 0 20px;
  margin-top: -40px;
}
.top_message_sec .two_column .image::before {
  width: 100vw;
  height: calc(100% + 70px);
  background-color: #CDC6C3;
  top: inherit;
  bottom: 40px;
  transform: translateX(-50%);
  right: inherit;
  left: 50%;
  z-index: 0; /* 全体の最下層 */
}


.top_message_sec .two_column .image figure.front {
  display: none;
}



}


/***フロアプラン***/
.floor_plan_sec {
  padding: 100px 0;
}

.floor_plan_sec .sec_title {
  margin-bottom: 80px;
}

.plan_list .box {
  position: relative;
  z-index: 1;
}

.plan_list .box:not(:last-child) {
  margin-bottom: 200px;
}


.plan_list .box::before {
  content: '';
  width: 100vw;
  height: calc(60% + 35px);
  background-color: #DFD8D4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.plan_list .box:nth-of-type(1)::before {
  top: -35px;

}

.plan_list .box:nth-of-type(2)::before {
  bottom: -35px;
}



.plan_list .box:nth-of-type(3)::before {
  top: 50%;
  transform: translate(-50%, -50%);
}


.plan_list .box figure {
  width: 70%;
}

.plan_list .box:nth-of-type(2n) figure {
  margin-left: auto;
}


.plan_list .box .wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.plan_list .box:nth-of-type(1) .wrapper {
  bottom: -35px;
}
.plan_list .box:nth-of-type(2) .wrapper {
  top: 50%;
  transform: translate(-50%, -50%);
}
.plan_list .box:nth-of-type(3) .wrapper {
  bottom: 25px;
}


.plan_list .box .content {
  background-color: rgba(255,255,255,0.9);
  max-width: 480px;
  padding: 55px;
  position: relative;
}




.plan_list .box:nth-of-type(2n + 1) .content {
  margin-left: auto;
}
.plan_list .box .content::before {
	content: "";
	position: absolute;
	inset: 0;

	padding: 2px;
	background: linear-gradient(-45deg,#B9A358 0%,#FFF2C6 36%, #C1A853 65%, #9D883B 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 20px;
}

.plan_list .box .content h3 {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 35px;
  line-height: 1;
}

.plan_list .box .content h3::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: var(--brown);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .floor_plan_sec {
    padding: 40px 0 80px;
  }
  .floor_plan_sec .sec_title {
    margin-bottom: 40px;
  }
  .plan_list .box:not(:last-child) {
    margin-bottom: 120px;
  }

  .plan_list .box:nth-of-type(1)::before,
  .plan_list .box:nth-of-type(2)::before,
  .plan_list .box:nth-of-type(3)::before {
    top: inherit;
    bottom: inherit;
    transform: inherit;
    width: 100%;
    left: 0;
    top: 0;
    height: calc(75%);
  }

  .plan_list .box figure,
  .plan_list .box:nth-of-type(2n) figure {
    width: 100%;
    margin-bottom: 56px;
  }
  

  .plan_list .box .wrapper,
  .plan_list .box:nth-of-type(1) .wrapper,
  .plan_list .box:nth-of-type(2) .wrapper,
  .plan_list .box:nth-of-type(3) .wrapper {
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    z-index: 1;
    padding-left: 20px;
  }

  .plan_list .box:nth-of-type(2n + 1) .content ,
  .plan_list .box .content {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 38px;
  }

.plan_list .box .content::before {
  left: -20px;
}


.plan_list .box .content h3 {
  font-size: 3rem;
}

}



/***スライダー***/
.top_slide_sec {
  padding: 60px 0 120px;
}

.common_slider figure {
  display: flex;
  height: 460px;
  align-items: center;
  margin: 0 15px;
}

.common_slider figure img {
  opacity: 0.5;
  width: auto;
  /* height: 80%; */
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(80%);
}



.common_slider .slick-current figure img {
  height: 100%;
  transform: scale(100%);
  opacity: 1;
}


.common_slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 2.5px 2.5px;
}

.common_slider .slick-dots li button {
  width: 8px;
  height: 8px;
}

.common_slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #929292;
  content: '';
  opacity: 1;
}

.common_slider .slick-dots li.slick-active button:before {
  background-color: white;
}


.common_slider .slick-prev,
.common_slider .slick-next {
  width: 32px;
  height: 32px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
}

.common_slider .slick-prev:before,
.common_slider .slick-next:before {
  opacity: 1;
  top: 50%;

  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  border-top: 2px solid #333333;

}

.common_slider .slick-prev:before {
  border-left: 2px solid #333333;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: 0% 0%;
  left: calc(50% + 3px);
}

.common_slider .slick-next:before  {
  border-right: 2px solid #333333;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0% 0%;
  left: calc(50% - 3px);
}

@media screen and (max-width: 767px) {
  .top_slide_sec {
    padding: 0px 0 80px;
  }

  .common_slider figure {
    height: 52vw;
    margin: 0 0.1em;
  }



  .common_slider .slick-dots {
    bottom: -15px;
  }
.common_slider .slick-dots li,
.common_slider .slick-dots li button,
.common_slider .slick-dots li button:before {
  width: 3px;
  height: 3px;
}



}


/***OTHER DESIGN***/

.other_design_sec {
  background-color: var(--brown);
  padding: 80px 0;
}

.other_design_sec .top {
  margin-bottom: 60px;
  color: white;
}

.other_design_sec h2 {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  margin-bottom: 20px;
  line-height: 1;
  color: white;
}

@media screen and (max-width: 767px) {
  .other_design_sec {
    padding: 25px 0;
  }
  .other_design_sec .top {
    margin-bottom: 30px;
  }

  .other_design_sec h2 {
    margin-bottom: 12px;
  }
  

}

/***図***/
.figure_sec {
  padding: 120px 0 100px;
  text-align: center;
}

.figure_sec figure {
  max-width: 936px;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .figure_sec {
    padding: 80px 0 60px;
  }

}


/***物件について***/
.about_sec {
  padding: 100px 0;
}

.about_sec .sec_title {
  position: relative;
  z-index: 2;
}

.about_sec .top {
  padding-top: 80px;
  margin-bottom: 160px;

  position: relative;
  z-index: 1;
}

.about_sec .top::before {
  content: '';
  position: absolute;
  width: 80vw;
  height: calc(100% - 80px);
  background-color: #CDC6C3;
  right: 0;
  top: -40px;
  z-index: -1;
}

.about_sec .top .wrapper {
  display: flex;
  justify-content: space-between;
}

.about_sec .top .image {
  width: 50%;
  z-index: 1;
  position: relative;
}


.about_sec .top .content {
   max-width: 350px;
   width: calc(50% - 20px);
   padding-top: 20px;
   z-index: 1;
   position: relative;
}

.about_sec .top .content dl {
  padding: 18px 0;
  display: flex;
  align-items: center;
  color: var(--brown);
  border-bottom: 1px solid var(--brown);
}
.about_sec .top .content dl dt,
.about_sec .top .content dl dd {
  line-height: 1;
}
.about_sec .top .content dl dt {
  width: 110px;
  font-weight: bold;
}

.about_sec .top .content dl dd {
  flex: 1;
  font-weight: bold;
}


.about_sec .top .content dl dd span {
  font-size: 2.08rem;
}


.about_sec .top .content dl dd span span {
  font-size: 3.2rem;
}

.about_sec .top .content p {
  font-size: 1.28rem;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .about_sec {
    padding: 80px 0;
  }
  


  .about_sec .top {
    padding-top: 0px;
    margin-bottom: 40px;
  }

  .about_sec .top::before {

    width: 100vw;
    height: 70%;

    top: -50px;
    z-index: -1;
  }
  
  .about_sec .top .wrapper {
    flex-direction: column-reverse;
  }

  .about_sec .top .image {
    width: 100%;
  }


.about_sec .top .content {
  width: 100%;
  max-width: inherit;
  margin: 0 auto 40px;
  padding: 0;
}
.about_sec .top .content dl dt,
.about_sec .top .content dl dd {
  font-size: 1.6rem;
}

.about_sec .top .content dl dt {
  width: 115px;
  padding-left: 8px;
}

.about_sec .top .content dl dd span {
  font-size: 2rem;
}


}

/*リスト*/
.about_list > li {
  position: relative;
  overflow: hidden;
}
.about_list > li:not(:last-of-type) {
  margin-bottom: 120px;
}
.about_list > li .wrapper {
  display: flex;
  align-items: center;

}

.about_list > li:nth-of-type(2n) .wrapper  {
  flex-direction: row-reverse;
}



.about_list > li .content {
  width: 55.5%;
}

.about_list > li .image {
  width: 45.5%;
  flex: 1;
}

.about_list > li:nth-of-type(2n + 1) .image .image_box {
  width: calc(50vw - 12.5%);
  margin-right: calc(112.5% - 50vw);
}


.about_list > li:nth-of-type(2n) .image .image_box {
  width: calc(50vw - 12.5%);
  margin-left: calc(112.5% - 50vw);

}

.about_list > li .image figure {
  width: 74%;
}

.about_list > li:nth-of-type(2n + 1) .image figure {
  margin-left: auto;
}

/* .about_list > li .image .real {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%);
} */


.about_list > li .content h3 {
  margin-bottom: 24px;
}

.about_list > li .content h4 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 12px;
}

.about_list > li .content h4:not(:first-of-type) {
  margin-top: 24px;
}

.about_list > li .content h5 {
  font-size: 1.4rem;
  font-weight: normal;
}

.about_list > li .content h5:not(:first-of-type) {
  margin-top: 4px;
  padding-left: 16px;
}

.about_list > li .content ul {
  padding-left: 16px;
}
.about_list > li .content ul li {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {

  .about_list > li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .about_list > li .wrapper,
  .about_list > li:nth-of-type(2n) .wrapper {
    flex-direction: column;
  }


  .about_list > li .content {
    width: 100%;
    margin-bottom: 24px;
  }
  
  .about_list > li .image {
    width: 100%;
    flex: 1;
  }

  .about_list > li:nth-of-type(2n + 1) .image .image_box,
  .about_list > li:nth-of-type(2n) .image .image_box {
    width: 100%;
    margin: 0;
  }

  .about_list > li .image figure {
    width: 100%;
  }

  .about_list > li .content h3 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .about_list > li .content h4 {
    font-size: 1.44rem;
    margin-bottom: 10px;
  }

  .about_list > li .content h4:not(:first-of-type) {
    margin-top: 16px;
  }
  .about_list > li .content h5 {
    font-size: 1.28rem;
  }
  .about_list > li .content ul li {
    font-size: 1.28rem;
  }
  

}



/***物件概要***/
.outline_sec {
  padding: 60px 0 160px ;
}

.outline_sec h2 {
  font-size: 3.2rem;
  line-height: 1;
  border-bottom: 1px solid #B9A358;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-weight: 700;
}


.outline_sec .info_box dl {
  display: flex;
  border-bottom: 1px solid #B9A358;
  align-items: stretch;
}
.outline_sec .info_box dl dt,
.outline_sec .info_box dl dd {
  padding: 12px 24px;
  font-size: 1.44rem;
}
.outline_sec .info_box dl dt {
  background-color: #E0DDD1;
  width: 260px;
  font-weight: 700;
}

.outline_sec .info_box dl dd {
  flex: 1;
  background-color: white;
  line-height: 1.7;
}

.outline_sec .info_box p {
  margin-top: 10px;
  line-height: 1;
  font-size: 1.28rem;
  color: var(--brown);
}

@media screen and (max-width: 767px) {
  .outline_sec {
    padding: 0px 0 80px ;
  }
  .outline_sec h2 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .outline_sec .info_box dl {
    display: block;

  }
  .outline_sec .info_box dl dt,
  .outline_sec .info_box dl dd {
    padding: 12px 16px;

  }
  .outline_sec .info_box dl dt {
    width: 100%;
  }

  .outline_sec .info_box p {
    margin-top: 8px;
  }
}


/***フッター***/
footer {
  background: url(img/footer_back.png) center / cover no-repeat;
  padding: 60px 0 30px;
}

.footer_main {
  display: flex;
  justify-content: space-between;
}

.footer_main .left {
  color: white;

  &.left__kudochi {
    @media screen and (min-width: 768px) {
      position:relative; left:-10vw; margin-top: 16px;
      .address {
        margin-top: 43px;
      }
    }
    @media screen and (max-width: 767px) {
      padding-top: 0; padding-bottom: 40px;
    }
  }

}

.footer_main .left figure {
  margin-bottom: 30px;
}


.footer_main .left .address {
  line-height: 1.2;
  font-size: 1.2rem;
}
.btn_box.footer_btn {
  align-items: flex-start;
}
.btn_box.footer_btn a {
  width: 240px;
}

.footer_sub {
  border-top: 1px solid white;
  margin-top: 74px;
  padding-top: 24px;
  text-align: center;
}

.footer_sub p {
  color: white;
  font-size: 1.2rem;
}

footer .copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  footer {
    background: none;
    padding: 0;
  }

  footer .wrapper {
    width: 100%;
  }
  .footer_main {
    display: block;
  }
  .footer_main .left {
    background: url(img/footer_back_sp.png) center / cover no-repeat;
    text-align: center;
    padding: 24px 0;
  }

  .footer_main .left figure {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 160px;
  }

  .footer_main .left .copy {
    font-size: 0.8rem;
  }

  .footer_main .right {
    padding: 12px 20px;
    background-color: #393025;
  }

  .btn_box.footer_btn {
    justify-content: center;
  }

  .btn_box.footer_btn a {
    max-width: 148px;
    height: 24px;
    width: calc(50% - 20px);
    font-size: 1.28rem;
  }


  .btn_box.footer_btn a:not(:last-of-type) {
    margin-right: 40px;
  }



}



.top_button {
  display: block;
  width: 26px;
  height: 80px;
  position: fixed;
  right: 24px;
  bottom: 65px;
  z-index: 10;
}