.c-font {
  color: #3c3c3c !important;
}

.bgc-font {
  background-color: #3c3c3c !important;
}

.bdc-font {
  border-color: #3c3c3c !important;
}

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,
#event4-2 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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kiwi Maru", serif;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none;
  color: #3c3c3c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3c3c3c;
  font-family: YuGothic, "游ゴシック体", "游ゴシック", sans-serif;
  line-height: 1.6;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  background: #e4e1d4;
}

a {
  color: #3c3c3c;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 100;
}

/*.main {
    padding: 20px 5% 0;
    max-width: 1000px;
    box-sizing: border-box;
    background-color: #e4e1d4;
    position: relative;
}*/
.main {
  /*padding-bottom: 10%;*/
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  margin: 0;
  background-image: url(../images/bg.webp);
}
/*透過背景無*/
.pd_container {
  padding-right: 5%;
  padding-left: 5%;
}
/*透過背景あり*/
.event_bg {
  padding-right: 5%;
  padding-left: 5%;
  background-image: url(../images/bg_skeleton.webp);
  background-size: cover;
}
.section-title img {
  margin: 0 auto;
  max-width: 90%;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.w-100p {
  width: 100% !important;
}

.h2_text {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.h2_text span {
  color: #e60012;
}

.accordion-section {
  margin-bottom: 40px;
}

.accordion-menu.miryoku {
  margin-bottom: 30px;
}

.accordion-menu.model-house {
  margin-bottom: 30px;
}

.accordion-menu.accordion-event {
  margin-bottom: 30px;
}

.access {
  margin-bottom: 30px;
}

.model {
  margin-bottom: 30px;
}

.event__text {
  margin-bottom: 30px;
}

.bnr__link {
  margin-bottom: 30px;
  margin-top: 34px;
}

.anchor {
  margin-bottom: 30px;
}

#yoyaku {
  margin-bottom: 30px;
}
#yoyaku a {
  margin-top: 14px;
  display: block;
}

.youtube-box {
  margin-bottom: 30px;
}
.sankamuryou-img {
  padding-top: 19px;
}
.sankamuryou-img-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .accordion-menu.miryoku {
    margin-bottom: 30px;
  }

  .accordion-menu.model-house {
    margin-bottom: 30px;
  }
  .access {
    margin-bottom: 30px;
  }

  .model {
    margin-bottom: 30px;
  }
  .accordion-menu.miryoku {
    margin-bottom: 20px;
  }

  .accordion-menu.model-house {
    margin-bottom: 20px;
  }

  .accordion-menu.accordion-event {
    margin-bottom: 28px;
  }

  .access {
    margin-bottom: 20px;
  }

  .model {
    margin-bottom: 20px;
  }

  .event__text {
    margin-bottom: 20px;
  }

  .bnr__link {
    margin-bottom: 20px;
  }

  .anchor {
    margin-bottom: 20px;
  }

  #yoyaku {
    margin-top: 30px;
  }

  .youtube-box {
    margin-bottom: 20px;
  }

  .sankamuryou-img-text {
    margin-bottom: 20px;
  }
}

h1.lead,
.kv__bnr {
  margin-bottom: 20px;
}

.contact,
#sns,
#model-itiran,
#access,
.event__box,
.anchor,
#yoyaku,
#gallery,
#event {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 480px) {
  .h2_text {
    font-size: 1.6rem;
  }

  .accordion-section {
    margin-bottom: 30px;
  }

  h1.lead,
  .kv__bnr {
    margin-bottom: 10px;
  }
}

/* イベント一覧のCSS */

.event__nav {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
}

.event_table_box {
  /*background: repeating-linear-gradient(135deg, #f7ebcd, #f7ebcd 5px, #fbf5e6 5px, #fbf5e6 8px);*/
  background-color: #fff;
  width: 100%;
  height: 0;
  padding: 0 23px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 30px;
  font-family: "Kiwi Maru", serif;
  transition: all 0.5s;
}

.event__textimg {
  margin: 0 auto;
  display: none;
}

.event_table_box th {
  letter-spacing: 1px;
  font-size: 26px;
}

.event_table_box td {
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.2;
  font-size: 30px;
  /* letter-spacing: -1px; */
  padding-bottom: 16px;
}

.event_table_box th span.table_month {
  font-size: 27px;
}

.event_table_box th span.table_decorate {
  font-size: 20px;
  vertical-align: baseline;
}

.event_table_box td a {
  font-size: 2.2rem;
  font-weight: 500;
  /* text-decoration: underline 2px; */
}

@media screen and (max-width: 480px) {
  .event__textimg {
    max-width: 170px;
    top: -25px;
  }

  .event_table_box {
    margin-top: 15px;
    padding: 0px 5px;
  }

  .event_table_box td {
    font-size: 15px;
    padding: 0 5px;
  }

  .event_table_box td a {
    font-size: 1.75rem;
    line-height: 26px;
  }

  .event_table_box th span.table_decorate {
    font-size: 2rem;
  }

  .event_table_box th {
    font-size: 2.5rem;
  }

  .event_table_box th span.table_month {
    font-size: 2rem;
  }
}

/**　イベント　*/

.event {
  padding: 5% 0 0;
}

.event__box_full {
  width: 100%;
  margin-top: 45px;
}
.event__item .event__box_full .event__item {
  width: 100%;
  /* position: relative;*/
}
.event__item {
  position: relative;
}

@media screen and (max-width: 480px) {
}
.event__item #event6-2 {
  position: absolute;
  top: 40%;
  height: 100px;
  width: 100%;
}

.anchor {
  position: relative;
}

.event__box .event__item {
  width: 48%;
  background-color: #fff;
  max-width: 729px;
}

.event__box .event2 .link {
  text-indent: -99999em;
  overflow: hidden;
  display: block;
  position: absolute;
  width: 19%;
  height: 0.8%;
  top: 26%;
  left: 20.5%;
}

.event__text p {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.event__text p.note {
  color: #e60012;
  font-weight: 700;
  padding-bottom: 22px;
}

.event10 {
  text-align: center;
}

.event10 .pc {
  display: inline-block !important;
}

@media screen and (max-width: 480px) {
  .event__nav {
    margin-bottom: 10px;
  }

  .event__nav img {
    width: 100%;
  }

  .event__box_full {
    margin-top: 20px;
  }

  .event__box_full .event__item {
    width: 100%;
    margin: 0 auto;
  }

  .event__box {
    flex-wrap: wrap;
  }

  .event__box .event__item {
    width: 100%;
    margin: 0 auto;
  }

  .event__box .event__item + .event__item {
    margin-top: 20px;
  }

  .event__text {
    margin-top: 20px;
  }

  .event__text p {
    font-size: 12px;
  }

  .model__img2 {
    width: 100%;
    margin: 0 auto;
  }
}

/**　SNS公式アカウント　*/
.sns__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 90%;
}

@media screen and (max-width: 480px) {
  .sns {
    padding: 25px 0;
  }

  .sns__box {
    max-width: 90%;
    margin: 20px auto 30px;
  }

  .sns__icon {
    width: 70%;
    margin: 0 auto;
  }
}

/**　モデルハウス一覧　*/
.model__nav {
  position: relative;
  max-width: 748px;
  margin: 30px auto 10px;
}

.model__nav img {
  width: 100%;
}

.model__nav .model__link {
  text-indent: -99999em;
  overflow: hidden;
  display: block;
  position: absolute;
  margin-top: 0;
}

.model__nav .link2 {
  width: 8%;
  height: 11.5%;
  bottom: 15.5%;
  left: 1%;
}

.model__nav .link3 {
  width: 10%;
  height: 9.5%;
  bottom: 1.5%;
  left: 12%;
}

.model__nav .link5 {
  width: 9.5%;
  height: 9.5%;
  bottom: 1.5%;
  left: 31.5%;
}

.model__nav .link6 {
  width: 16.5%;
  height: 16.5%;
  bottom: 10.5%;
  left: 61%;
}

.model__nav .link7 {
  width: 9.5%;
  height: 9.5%;
  bottom: 1.5%;
  right: 40%;
}

.model__nav .link9 {
  width: 9.5%;
  height: 9.5%;
  bottom: 1.5%;
  right: 21%;
}

.model__nav .link10 {
  width: 8%;
  height: 12%;
  bottom: 15.5%;
  right: 8.5%;
}

.model__nav .link11 {
  width: 9.5%;
  height: 9.5%;
  bottom: 30.5%;
  right: 12.5%;
  transform: rotate(46deg);
}

.model__nav .link12 {
  width: 9.5%;
  height: 9.5%;
  bottom: 39%;
  right: 19.5%;
  transform: rotate(46deg);
}

.model__nav .link14 {
  width: 9.5%;
  height: 9.5%;
  top: 35%;
  right: 32.5%;
  transform: rotate(46deg);
}

.model__nav .link15 {
  width: 9.5%;
  height: 9.5%;
  top: 27%;
  right: 39.5%;
  transform: rotate(46deg);
}

.model__nav .link16 {
  width: 9.5%;
  height: 9.5%;
  top: 46%;
  right: 50.5%;
  transform: rotate(46deg);
}

.model__nav .link17 {
  width: 9.5%;
  height: 9.5%;
  top: 54.5%;
  right: 44%;
  transform: rotate(46deg);
}

.model__nav .link18 {
  width: 9.5%;
  height: 9.5%;
  top: 62%;
  right: 37%;
  transform: rotate(46deg);
}

.model__nav .link19 {
  width: 9.5%;
  height: 9.5%;
  top: 64.5%;
  right: 46.5%;
  transform: rotate(46deg);
}

.model__nav .link20 {
  width: 9.5%;
  height: 9.5%;
  top: 56.5%;
  right: 53%;
  transform: rotate(46deg);
}

.model__nav .link21 {
  width: 9.5%;
  height: 9.5%;
  top: 48%;
  right: 60.5%;
  transform: rotate(46deg);
}

.model__nav .link22 {
  width: 8%;
  height: 11.5%;
  bottom: 22.5%;
  left: 25.5%;
}

.model__nav .link23 {
  width: 8%;
  height: 11.5%;
  bottom: 22.5%;
  left: 17.5%;
}

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

.model__list .model__items {
  position: relative;
  background: #ffffff;
  width: 48%;
  margin-top: 20px;
}

.model__list .model__items a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.model__list .model__items:nth-child(3n) {
  margin-right: 0;
}

.model__items .model__icon {
  position: absolute;
  right: 24px;
  top: 73%;
}

.model__items .model__img {
  padding: 10px;
}

.model__items .model__ttl {
  display: flex;
  align-items: center;
  padding: 3px 7px 12px 11px;
  height: 2pc;
}

.model__items .model__ttl h3 {
  width: calc(100% - 31px);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #e30d81;
}

.model__items .model__ttl h3 .small {
  font-size: 16px;
}

.model__items .model__ttl .no {
  display: inline-block;
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #e30d81;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.08em;
  color: #ffffff;
  margin-right: 5px;
  padding-right: 1px;
}

.model__items p {
  font-size: 18px;
  font-weight: 600;
  background: #ffbee1;
  color: #3c3c3c;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.model__items .model_btn {
  position: relative;
  display: block;
  background: #e30d81;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  width: 60%;
  padding: 0.5em 0;
  line-height: 1em;
  text-align: center;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 10px;
}

.model__items .model_btn::before,
.model__items .model_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.model__items .model_btn::before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.model__items .model_btn::after {
  right: 14px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #e30d81;
}

.bnr__link {
  display: block;
}

.bnr__img {
  width: 100%;
  margin: 0 auto;
  max-width: 574px;
}

.model__box {
  margin: 0 0 20px;
}

.model__box img {
  margin: 0 auto;
}

.model__img2 {
  margin: auto;
  max-width: 574px;
}

/**オープンワッペン タブレット*/

@media screen and (max-width: 480px) {
  .model__nav {
    margin: 20px auto 5px auto;
  }

  .model__list .model__items {
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
  }

  .model__list .model__items:nth-child(3n) {
    margin-right: 2%;
  }

  .model__list .model__items:nth-child(2n) {
    margin-right: 0;
  }

  .model__items .model__icon {
    width: 38%;
    top: 66%;
    left: 53%;
  }

  .model__items .model__img {
    padding: 5px;
  }

  .model__items .model__ttl {
    padding: 3px 7px 12px 11px;
  }

  .model__items .model__ttl h3 {
    width: calc(100% - 25px);
    font-size: 16px;
  }

  .model__items .model__ttl h3 .small {
    font-size: 12px;
  }

  .model__items .model__ttl .no {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .model__items p {
    font-size: 14px;
    padding: 3px 5px;
  }

  .model__items .model_btn {
    font-size: 14px;
    width: 80%;
    padding: 0.5em 0;
    line-height: 1em;
  }

  .model__items .model_btn::before,
  .model__items .model_btn::after {
    right: 10px;
  }

  .model__items .model_btn::before {
    width: 14px;
    height: 14px;
  }

  .model__items .model_btn::after {
    right: 10px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #e30d81;
  }

  .bnr__link {
    margin-top: 20px;
  }

  .model__box {
    margin-top: 20px;
  }
}

/**　アクセスMAP　*/
.access__map {
  height: 400px;
  margin-top: 18px;
}

.access_address {
  font-size: 3.8rem;
  text-align: center;
  color: #866855;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: "Kiwi Maru", serif;
}

.access_address span {
  background: linear-gradient(transparent 60%, #faf83f 60%);
}

.access__box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.access__icon {
  width: 37px;
  margin-right: 5px;
}

.access__img {
  margin: 20px auto;
}

@media screen and (max-width: 480px) {
  .access__icon {
    width: 30px;
  }

  .access__text {
    font-size: 14px;
  }

  .access__map {
    height: 250px;
    margin-top: 10px;
  }
}

/**　お問い合せ　*/
.contact {
  padding-bottom: 30px;
}

.contact h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}

.contact__btn {
  width: 100%;
  max-width: 729px;
  margin: 35px auto;
}

.contact__text {
  font-size: 1.6rem;
  color: #3c3c3c;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .contact h3 {
    font-size: 18px;
    margin: 10px 0 0 0;
  }

  .contact__btn {
    margin: 25px auto;
  }

  .contact__text {
    font-size: 12px;
  }
}

.top-btn {
  position: fixed;
  right: 60px;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

.top-btn.active {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .top-btn {
    width: 45px;
    right: 15px;
    bottom: 85px;
  }
}

.footer {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .footer {
    font-size: 12px;
    padding: 10px 0 75px;
  }
}

.event__link {
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#event1 {
  position: relative;
}

.event__item-option {
  width: 100%;
  height: 100px;
  display: block;
}

#event3 {
  position: relative;
}

#event3-1 {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 64%;
}
#event3-2 {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 28%;
}

#event7,
.event7 {
  position: relative;
}
#event7-1 {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 17%;
}

#event10,
.event10 {
  position: relative;
}
#event10-1 {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 33%;
}

.event__link a {
  width: 90%;
  position: relative;
  display: inline-block;
  padding: 2% 0 4%;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-radius: 1.5rem;
  background: #fe8fb3;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-family: "Kiwi Maru", serif;
}

.event__link a:hover {
  opacity: 0.6;
}

.event__link a:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 95%;
  content: "";
  border: 2px solid #4d4d4d;
  border-radius: 1.5rem;
}

.event_table_box table {
  width: 100%;
  display: none;
}

.event_table_box tr:first-child,
.event_table_box tr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 11px;
  margin-bottom: 21px;
  border-bottom: 2px solid #c1c1c1;
  width: 100%;
}

.event_center_table .event_table_block {
  display: block;
  text-align: center;
  padding: 0;
}

.event_center_table th {
  margin-bottom: -7px;
}

.event_center_table .event_table_block {
  display: block;
  text-align: center;
  padding: 0;
}

.event_center_table .event_table_block {
  display: block;
  text-align: center;
  padding: 0;
}

.event_table_box th a,
.th_nolink {
  display: block;
  color: #e30d81;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .event_table_box th a,
  .th_nolink {
    font-size: 22px;
  }
}

.link_img {
  font-size: 70%;
  position: relative;
  top: -1px;
  left: 3px;
}
/**--ボタン位置調整-*/

.event_button1 .event__btn {
  bottom: 25%;
}
.event_button4-1 .event__btn {
  bottom: 51.7%;
}
.event_button4-2 .event__btn {
  bottom: 26.6%;
}
.event_button4-3 .event__btn {
  bottom: 0.3%;
}
.event_button5 .event__btn {
  bottom: 40.5%;
}
.event_button6 .event__btn {
  bottom: 45%;
}
.event__btn a.hukidashi.no-after::after {
  display: none !important;
  content: none;
}
.event_button8 .event__btn {
  bottom: 0.6%;
}

/* デザインの違うボタン */

.event_button10.event_btn_simple .event__btn a:before {
  border: none;
}
.event_button10.event_btn_simple .event__btn a span.event__link_text::after {
  display: none;
}
.event_button10.event_btn_simple .event__btn a.hukidashi::after {
  display: none;
}
.event_button10.event_btn_simple .event__btn a span.kira {
  color: white;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.event_button10.event_btn_simple .event__btn a span.kira::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 480px) {
  .event_button10.event_btn_simple .event__btn a span.kira::after {
    border-width: 6.5px 0 6.5px 10px;
  }
}
.event_button10.event_btn_simple .event__btn a span.kira .kira_arrow {
  font-size: 20px;
}
.event_button10.event_btn_simple .event__btn a {
  padding: 6px 20px;
  border-radius: 8px;
  background: #18ab3b;
  box-shadow: 0 3px 2px #3e3e3e;
}
.event_button10.event_btn_simple .event__btn a span.event__link_text {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .event_button10.event_btn_simple .event__btn a span.kira {
    font-size: 24px;
  }
  .event_button10.event_btn_simple .event__btn a {
    padding: 3px 20px;
  }
}

.event_button1 a {
  width: 96%;
  display: block;
  margin: 0 auto;
}
.event_button2 a {
  width: 96%;
  display: block;
  margin: 0 auto;
}
.event_button2 .event__btn {
  bottom: 1%;
}
.event_button4 .event__btn {
  bottom: 0.8%;
}
.event_button3 a {
  width: 96%;
  display: block;
  margin: 0 auto;
}
.event_button10 a {
  width: 96%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .event__link a {
    font-size: 1.23em;
  }

  .event_table_box tr:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  .event_button1 .event__btn {
    bottom: 25%;
  }

  .event_button3 .event__btn {
    bottom: 1.5%;
  }
  #event3 .event__link {
    bottom: 2%;
  }

  #event4 .event__link {
    bottom: 1.5%;
  }
  .event_button5 .event__btn {
    bottom: 40%;
  }
  .event_button8 .event__btn {
    bottom: 1%;
  }
  .event_button11 .event__btn {
    bottom: 2%;
  }
  .event_button12 .event__btn {
    bottom: 1.5%;
  }
}

@media screen and (max-width: 305px) {
  .event__link a {
    font-size: 100%;
  }
}

.section-title {
  width: 80%;
  height: 70px;
  background-color: #866855;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  margin: 0 auto 30px;
  position: relative;
  box-sizing: border-box;
}

.section-title span {
  position: absolute;
  width: 30px;
  height: 100%;
  background-color: #866855;
  top: 10px;
}

.section-title span.before {
  left: -37px;
}

.section-title span.after {
  right: -37px;
}

.section-title span.before::before,
.section-title span.after::after {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  border-color: #866855 transparent;
  border-style: solid;
  content: "";
}

.section-title span.before::before {
  left: -14px;
  border-width: 35px 0px 35px 15px;
}

.section-title span.after::after {
  right: -14px;
  border-width: 35px 15px 35px 0px;
}

.event_table_box th .day2 {
  display: block;
  text-align: right;
  color: #e30d81;
}

@media screen and (max-width: 480px) {
  #event5 .event__link {
    bottom: 28%;
  }

  .event__link {
    left: 0;
    transform: none;
    bottom: 1.5%;
  }

  .event__link a {
    width: 93%;
  }

  .section-title {
    font-size: 2.5rem;
    margin: 0 auto 15px;
    height: 60px;
  }

  .section-title span {
    width: 10px;
  }

  .section-title span.before {
    left: -14px;
  }

  .section-title span.after {
    right: -14px;
  }

  .section-title span.before::before {
    border-width: 30px 0px 30px 15px;
  }

  .section-title span.after::after {
    border-width: 30px 15px 30px 0px;
  }

  .access_address {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

/** 202301アコーディオン */

/**--- 共通 */
.miryoku-btn,
.model-house-btn,
.event-btn {
  font-family: "Kiwi Maru", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-radius: 20px;
  font-weight: 500;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.model-house-btn span::after,
.miryoku-btn::after,
.event-btn::after {
  content: "";
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 50px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(136deg);
  transform: rotate(136deg);
}

.miryoku-item-box,
.miryoku-content img,
.model-house-content,
.event-content {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  height: 0;
}

@media screen and (max-width: 480px) {
  .event-btn,
  .model-house-btn,
  .miryoku-btn {
    padding: 15px 0;
    font-size: 2rem;
  }

  .model-house-btn span::after {
    top: 4px;
    right: -50px;
    width: 11px;
    height: 11px;
  }

  .model-house-btn span::after,
  .miryoku-btn::after,
  .event-btn::after {
    right: 20px;
  }
}

@media screen and (max-width: 315px) {
  .event-btn,
  .model-house-btn,
  .miryoku-btn {
    font-size: 1.5rem;
  }

  .model-house-btn span::after {
    right: -35px;
  }
}
/**--- 住宅展示場一覧*/
.housing-messe-event .event-btn {
  position: relative;
  background-color: none;
  box-shadow: 0px 6px #e30d81;
  padding: 0px;
}
.housing-messe-event .event-btn::after {
  display: none;
}
.housing-messe-event .event_housing_nav_wrap {
  opacity: inherit;
  visibility: unset;
}
.housing-messe-event .event_housing_nav_wrap ul {
  padding: 0px;
}
.housing-messe-event .event_housing_nav_wrap ul li {
  margin-bottom: 40px;
  border-bottom: none;
}
.event_housing_nav_wrap .housing-messe-event span {
  width: 100%;
}
.housing-messe-event span img {
  width: 100%;
  border-radius: 20px;
}
.event-content {
  overflow: hidden;
}
#event-btn-check:checked ~ .event-content {
  height: 100%;
  /* padding: 30px 23px; */
  padding-top: 30px;
}
.event-content {
  display: block;
  height: 100%;
}
#home-btn-check:checked ~ .event-content {
  height: 100%;
  /* padding: 30px 23px; */
  padding-top: 30px;
  display: block;
}
@media screen and (max-width: 480px) {
  #event-btn-check:checked ~ .event-content {
    height: 100%;
    padding: 29px 0px 1px;
  }
  #home-btn-check:checked ~ .event-content {
    height: 100%;
    padding: 7px 0px 0px;
  }
}
#event-btn-check:checked ~ .event-content > .event_table_box {
  height: 100%;
  padding: 10px 22px 25px;
  display: block;
}
#home-btn-check:checked ~ .event-content > .event_table_box {
  height: 100%;
  padding: 0px;
  display: block;
}
.event_table_box {
  width: 100%;
  padding: 30px 23px;
  box-sizing: border-box;
  font-size: 30px;
  font-family: "Kiwi Maru", serif;
  transition: all 0.5s;
  display: none;
}
.kv__textimg {
  margin-bottom: 15px;
  padding-top: 20px;
}
#event-btn-check:checked ~ .event-content > .event_table_box > .kv__textimg2 {
  display: block;
  margin-bottom: 30px;
}
#home-btn-check:checked ~ .event-content > .event_table_box > .kv__textimg2 {
  display: block;
  margin-bottom: 30px;
}
.kv__textimg2 {
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 0 0;
  display: none;
}
#event-btn-check:checked ~ .event-content > .event_table_box table {
  display: table;
}
#home-btn-check:checked ~ .event-content > .event_table_box table {
  display: table;
}
.event_table_box table {
  width: 100%;
  display: none;
}
.event_table_box table {
  width: 100%;
  display: none;
}
/* .event_table_box tr:first-child, .event_table_box tr {
      padding-bottom: 11px;
      margin-bottom: 3px;
      border-bottom: 2px solid #c1c1c1;
      display: block;
      width: 100%;
    } */
.event_table_box tr:last-child {
  margin-bottom: 0px;
  border: none;
  padding-bottom: 0px;
}
.event_table_box th {
  letter-spacing: 1px;
  font-size: 27px;
  /* text-align: left;
      width: 28%; */
}
@media screen and (max-width: 480px) {
  .event_table_box th {
    letter-spacing: 1px;
    font-size: 22px;
    width: 100%;
    /* text-align: left;
      width: 28%; */
  }
}
.event_table_box td {
  line-height: 1.4;
  font-size: 30px;
  /* letter-spacing: -2px; */
  /* padding-left: 15px;
      width: 70%; */
}
#event-btn-check {
  display: none;
}
#home-btn-check {
  display: none;
}
.housing-messe-event .event_title_accordion::before {
  background-image: none;
}
.miryoku-item-box,
.miryoku-content img,
.model-house-item-box,
.model-house-content,
.model-house-content img,
.event-content {
  width: 100%;
  height: 0;
  transition: all 0.5s;
}
.housing_link {
  text-align: center;
}
.housing_link a {
  font-size: 2.3rem;
  padding: 10px 21px;
  position: relative;
  background-color: #b2235a;
  box-shadow: 0px 10px #970d42;
  color: #fdef0b;
  border-radius: 10px;
}
.housing_text {
  font-size: 18px;
  width: 90%;
  margin: 40px auto 0px;
  padding-bottom: 25px;
}
/**--- イベント一覧 */
.event_calendar_wrap .event_table_box {
  border: solid 2px #9f5d2d;
}
.event_calendar_wrap .event-btn {
  position: relative;
  background-color: #9f5d2d;
  box-shadow: 0px 10px #7e3d0d;
}

.event-btn span {
  position: relative;
}

.event-btn span::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 44px;
  background-image: url(../images/event-calendar-icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: -45px;
}

.event-content ul {
  padding: 70px 10px 0;
}

.event-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.event-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.event-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#event-btn-check:checked ~ .event-content {
  height: 100%;
  opacity: 1;
  visibility: inherit;
}

#event-btn-check:checked ~ .event-content > .event_table_box {
  height: 100%;
  padding: 25px 23px;
  margin-top: 10px;
}

#event-btn-check:checked ~ .event-content > .event_table_box table {
  display: table;
}

#event-btn-check:checked ~ .event-content > .event_table_box > .event__textimg {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #event-btn-check:checked ~ .event-content > .event_table_box {
    padding: 6% 5px 20px;
  }

  #event-btn-check:checked
    ~ .event-content
    > .event_table_box
    > .event__textimg {
    margin-bottom: 10px;
  }

  .event-btn span::before {
    width: 20px;
    left: -30px;
  }
}

/**--- モデルハウスイベント開催 */

.model-house-btn {
  flex-direction: column;
  text-align: center;
  line-height: 1.3;
  background-color: #866855;
  box-shadow: 0px 10px #011156;
}

.model-house-btn span {
  position: relative;
}

.model-house-btn span::after {
  top: 10px;
  right: -45px;
}

#model-house-btn-check {
  display: none;
}

.model-house-item {
  padding: 20px 0;
  width: 48%;
}

.model-house-item.tyuui {
  background-color: #ffbee1;
  width: 100%;
}

.model-house-item dt {
  color: #866855;
  font-family: "Kiwi Maru", serif;
  padding: 0 0 10px 39px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
}

.model-house-item dt.heightx2 {
  height: 46px;
  display: flex;
  align-items: center;
}

.model-house-item dt span {
  font-size: 1.6rem;
}

.model-house-item dt::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 27px;
  background-image: url(../images/home-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0px;
}

.model-house-item dd {
  font-family: "Kiwi Maru", serif;
  line-height: 1.2;
}

.model-house-item.tyuui p {
  padding: 0 20px 0 40px;
  position: relative;
}

.model-house-item.tyuui p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 20px;
}

.model-house-item.tyuui {
  font-size: 1.4rem;
}

.model-house-content {
  max-width: 750px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
}

.model-house-item.btn {
  background-color: #fff;
  width: 100%;
}

.model-house-item.btn a {
  display: block;
  margin: 0 auto;
  background-color: #866855;
  box-shadow: 0px 10px #011156;
  max-width: 427px;
  border-radius: 10px;
  font-size: 2.8rem;
  color: #fdef0b;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
}

.model-house-item.btn a:hover {
  opacity: 0.6;
}

#model-house-btn-check:checked ~ .model-house-content {
  height: 100%;
  padding: 20px 0;
  opacity: 1;
  visibility: visible;
}

#model-house-btn-check:checked ~ .model-house-content > .model-house-item-box {
  height: 100%;
}

#model-house-btn-check:checked ~ .model-house-content > .model-house-item,
#model-house-btn-check:checked
  ~ .model-house-content
  > .model-house-item-box
  > .model-house-item {
  display: block;
}

.model-house-item-box-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dotted #866855;
  padding: 0 10px;
}

.model-house-item-box-flex.bodrn {
  border-bottom: none;
}

.model-house-item .small-title {
  background-color: #ffbee1;
  padding: 10px;
  margin-bottom: 10px;
  color: #866855;
}

.js-content-model-house {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  height: 0;
}

.js-content-model-house.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.model-house-item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.model-house-item .js-btn-model-house {
  background-color: #866855;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin: 10px 0;
  padding: 5px;
  transition: all 0.5s;
}

.model-house-item .js-btn-model-house:hover {
  opacity: 0.6;
  cursor: pointer;
}

.model-house-item .js-btn-model-house span {
  position: relative;
}

.model-house-item .js-btn-model-house span::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.2em;
  background-image: url(../images/modal-house-img-hand.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .model-house-item {
    padding: 15px 0;
  }

  .model-house-item dd:nth-of-type(1) {
    font-size: 1.6rem;
    padding: 10px;
  }

  .model-house-item dd:nth-of-type(2) {
    font-size: 1.6rem;
    padding: 10px;
  }
  .model-house-item dt {
    padding: 0 0 10px 16%;
    font-size: 1.6rem;
  }

  .model-house-item dt::before {
    left: 10px;
    width: 20px;
    height: 17px;
  }

  .model-house-item.btn a {
    font-size: 1.4em;
    width: 90%;
  }
}

@media screen and (max-width: 430px) {
  .model-house-item dt {
    padding: 0 0 0 20%;
    font-size: 1.3rem;
  }
  .model-house-item dt.heightx2 {
    height: 30px;
  }
  .model-house-item dd:nth-of-type(2) {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 335px) {
  .model-house-item .js-btn-model-house span::after {
    top: 78%;
  }
}

/**--- 3つの魅力 */
.miryoku-btn {
  background-color: #fef2d6;
  box-shadow: 0px 10px #f5d27f;
  margin-bottom: 27px;
}
.miryoku-btn::after {
  display: none;
}
#miryoku-btn-check {
  display: none;
}

#event-btn-check {
  display: none;
}

.miryoku-item {
  display: none;
}

.miryoku-content {
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #fef2d6;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.miryoku-item-title-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
}

.miryoku-item-title-img.one img {
  width: 27%;
}

.miryoku-item-title-img.one h3 {
  width: 60%;
}

.miryoku-item-title-img.two img {
  width: 47%;
}

.miryoku-item-title-img.two h3 {
  width: 34%;
}

.miryoku-item-title-img.three img {
  width: 30%;
}

.miryoku-item-title-img.three h3 {
  width: 60%;
}

.miryoku-item-title-img h3 {
  padding: 0 10px 0 50px;
  font-size: 2.5rem;
  color: #fb8609;
  position: relative;
  line-height: 1.2;
}

.miryoku-item-title-img h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}

.miryoku-item-title-img.one h3::before {
  background-image: url(../images/orange-hukidashi1.webp;);
}

.miryoku-item-title-img.two h3::before {
  background-image: url(../images/orange-hukidashi2.webp);
}

.miryoku-item-title-img.three h3::before {
  background-image: url(../images/orange-hukidashi3.webp);
}

.miryoku-item p {
  font-size: 1.9rem;
}

p.miryoku-tyuui {
  text-align: right;
  font-size: 100%;
}

#miryoku-btn-check:checked ~ .miryoku-content {
  height: 100%;
  padding: 20px;
  margin-top: 10px;
}

#miryoku-btn-check:checked ~ .miryoku-content > .miryoku-item-box {
  height: 100%;
  padding-top: 20px;
  opacity: 1;
  visibility: inherit;
}

#miryoku-btn-check:checked
  ~ .miryoku-content
  > .miryoku-item-box
  > .miryoku-item {
  display: block;
}

#miryoku-btn-check:checked
  ~ .miryoku-content
  > .miryoku-item-box
  > .miryoku-item
  > img,
#miryoku-btn-check:checked
  ~ .miryoku-content
  > .miryoku-item-box
  > .miryoku-item
  > .miryoku-item-title-img
  > img,
#miryoku-btn-check:checked ~ .miryoku-content > img {
  height: auto;
  opacity: 1;
  visibility: inherit;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .miryoku-item-title-img.one h3,
  .miryoku-item-title-img.two h3,
  .miryoku-item-title-img.three h3 {
    font-size: 2rem;
    width: 81%;
    margin-bottom: 10px;
  }

  .miryoku-item-title-img {
    align-items: center;
    padding-bottom: 5px;
    flex-direction: column;
  }

  .miryoku-item-title-img.one img {
    width: 50%;
  }

  .miryoku-item-title-img.two img {
    width: 80%;
  }

  .miryoku-item-title-img.three img {
    width: 65%;
  }

  .miryoku-item-title-img.two h3::before {
    height: 48px;
  }

  .miryoku-item p {
    font-size: 1.6rem;
  }
}

.youtube.kouhoku {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  background-color: #bcbcbc;
}

.youtube.kouhoku iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .youtube-box {
    margin: 5% 0;
  }
}

/** header hamburger */

.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  /*background-color: #ca6a7d;*/
  padding-bottom: 20px;
  box-sizing: border-box;
  display: none;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn {
  padding-bottom: 0;
}

#menu-btn-check:checked ~ .menu-btn::after {
  content: none;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(35deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-35deg);
}

#menu-btn-check {
  display: none;
}
/*
.menu-btn::after {
  content: "MENU";
  color: #fff;
  display: block;
  padding-top: 50px;
  font-size: 1.4rem;
}*/

.menu-content {
  width: 100%;
  padding: 6vh 8%;
  box-sizing: border-box;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 80;
  background-color: #ffe3ea;
  transition: all 0.5s;
  overflow: auto;
}

.menu-content ul {
  margin-bottom: 5vh;
}

.menu-content-items-list {
  display: flex;
  justify-content: center;
}

.menu-content ul.menu-content-items-list li {
  list-style: none;
  width: 15%;
  padding: 0 10px;
  box-sizing: border-box;
}

.menu-content ul.menu-content-items-list li:nth-child(2) {
  border-left: solid 1px #866855;
  border-right: solid 1px #866855;
}

.menu-content ul.menu-content-items-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  margin: 0 auto;
  font-size: 15px;
  box-sizing: border-box;
  color: #3c3c3c;
  text-decoration: none;
  position: relative;
}

#menu-btn-check:checked ~ .menu-content {
  top: 0;
}

.menu-content ul.header-menu-btn-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  max-width: 40%;
  margin: 0 auto;
}

.header-menu-btn-list li {
  width: 49%;
}

.header-menu-btn-list a {
  display: block;
  background-color: #eb60b1;
  border-radius: 50px;
  width: 100%;
  box-shadow: rgb(241, 178, 190) 3px 6px 4px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 13px;
  box-sizing: border-box;
  position: relative;
}

.header-menu-btn-text {
  display: block;
}

.menu-content ul.menu-content-items-list p {
  font-weight: 600;
  padding-top: 10px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
}

.header-menu-btn-list a::after {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.sp-footer-floating {
  display: none;
}
.sp-footer-floating a::after {
  content: "▶";
  font-size: 80%;
  position: absolute;
  top: 52%;
  margin-left: 0.5em;
  transform: translateY(-50%);
}
.cover-gray {
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.cover-gray.active {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 70;
  opacity: 1;
  visibility: inherit;
}

@media screen and (max-width: 1250px) {
  .menu-content ul.menu-content-items-list li {
    width: 20%;
  }

  .menu-content ul.header-menu-btn-list {
    max-width: 55%;
  }

  .header-menu-btn-list a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 845px) {
  .header-menu-btn-list {
    max-width: 90%;
    padding: 0;
  }

  .menu-content ul.menu-content-items-list li {
    width: 30%;
  }

  .menu-content ul.header-menu-btn-list {
    max-width: 90%;
  }
}

@media screen and (max-width: 665px) {
  .header-menu-btn-list a {
    font-size: 1.3rem;
  }

  .menu-content ul.menu-content-items-list li {
    padding: 0 10px;
  }

  .menu-content ul.menu-content-items-list li a {
    width: 80px;
  }

  .menu-content ul.menu-content-items-list p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .menu-content {
    padding: 70px 3% 1vh;
  }

  .header-menu-btn-text {
    display: inline-block;
  }

  .header-menu-btn-list {
    flex-direction: column;
  }

  .header-menu-btn-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .menu-content ul.menu-content-items-list li {
    width: 35%;
  }

  .menu-content ul.menu-content-items-list li a {
    width: 85%;
  }

  .menu-content ul.menu-content-items-list p {
    padding-top: 5px;
    font-size: 1.2rem;
  }

  .header-menu-btn-list a {
    font-size: 1.4rem;
    padding: 15px;
    padding-right: 26px;
  }

  .sp-footer-floating {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 13px 5px;
    list-style: none;
    background-color: #fecfdbed;
    position: fixed;
    bottom: 0;
    z-index: 10;
    box-sizing: border-box;
  }

  .sp-footer-floating li {
    width: 49%;
  }
  .sp-footer-floating-btn {
    display: block;
    background-color: #fff;
    border-radius: 50px;
    width: 100%;
    box-shadow: 3px 6px 4px #f1b2be;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    padding: 13px 6px;
    box-sizing: border-box;
    position: relative;
    font-size: 1.2rem;
  }

  .sp-footer-floating-btn.house {
    color: #f05085;
  }

  .sp-footer-floating-btn.present {
    color: #192f8f;
  }

  .menu-content ul {
    margin-bottom: 7%;
  }

  .menu-content ul.header-menu-btn-list {
    width: 90%;
  }
}

.all-contents-pc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}

.side-space {
  width: 33%;
  z-index: 1;
}

.side-space .items {
  position: fixed;
  height: 100%;
}

.bg_main {
  position: fixed;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.cover-main {
  width: 100%;
  background-image: url(../images/bg.webp);
  position: relative;
}

.all-contents {
  background: #fff;
  box-shadow: 0 0 30px 3px rgba(110, 90, 70, 0.7);
  max-width: 540px;
  min-width: 540px;
  margin: auto;
  position: relative;
  z-index: 5;
}

.pc-menu-btn-list {
  display: block;
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  top: 20vh;
  z-index: 1;
}

.pc-menu-btn-list li {
  margin-bottom: 8px;
}

.pc-menu-btn-list li:last-child {
  margin-bottom: 0;
}

.pc-menu-list {
  margin-bottom: 20px;
}

.header-menu-btn-list.pc-menu-btn li {
  width: 100%;
}

.header-menu-btn-list.pc-menu-btn li:nth-child(1) {
  margin-bottom: 20px;
}

.pc-menu-list a {
  font-size: 20px;
  color: #866855;
  font-weight: 500;
}
.sp-br {
  display: none;
}

.pc-br {
  display: block;
}

@media screen and (max-width: 480px) {
  .sp-br {
    display: block;
  }

  .pc-br {
    display: none;
  }
}
.text-circle-box {
  position: relative;
  height: 100%;
  /* background-image: ; */
}

.text-circle {
  background-color: #f78f6c;
  color: #fff;
  border-radius: 68% 32% 53% 47% / 46% 52% 48% 54%;
  width: 66%;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20%;
  left: 45%;
  transform: translateX(-50%);
  font-weight: 600;
  padding: 42px;
  z-index: 2;
}
.bg_text_left {
  width: 14%;
  position: absolute;
  right: 11%;
  top: 56%;
}
.text-circle-box .inline-block {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 500;
}

.circle-img {
  width: 79%;
  padding-top: 21px;
  padding-bottom: 16px;
}

/*スクロールダウン全体の場所*/
.scroll-box {
  position: absolute;
  animation: arrowmove 1s ease-in-out infinite;
}

.scrolldown4 {
  position: relative;
  height: 110px;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 16%;
  }

  50% {
    bottom: 13%;
  }

  100% {
    bottom: 16%;
  }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
  position: absolute;
  left: 8px;
  top: 30%;
  color: #ca6a7d;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  position: absolute;
  top: 69%;
  right: -34px;
  width: 1px;
  height: 15px;
  background: #ca6a7d;
  transform: skewX(-32deg);
}

.scrolldown4:after {
  content: "";
  position: absolute;
  top: 9%;
  right: -29px;
  width: 1px;
  height: 80px;
  background: #ca6a7d;
}

@media screen and (max-width: 1140px) {
  .side-space {
    display: none;
  }

  .menu-btn {
    display: flex;
    width: 55px;
    height: 55px;
  }

  h1.lead {
    font-weight: 500;
    color: #866855;
    font-size: 2.2rem;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .all-contents {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  h1.lead {
    font-size: 1.6rem;
  }

  .bg_main {
    display: none;
  }
}
.section-title-style {
  font-family: "Kiwi Maru", serif;
  text-align: center;
  width: 92%;
  height: 77px;
  background-color: #e30d81;
  margin: 0 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  margin: 0 auto 20px;
  color: #fff;
  font-weight: inherit;
  padding-bottom: 0px;
}
.section-title-style::before {
  background: linear-gradient(315deg, #e30d81 50%, transparent 52%),
    linear-gradient(45deg, transparent 50%, #e30d81 52%);
  background-size: 30px 11px;
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 30px;
}
.section-title-style::after {
  background: linear-gradient(45deg, #e30d81 50%, transparent 52%),
    linear-gradient(315deg, transparent 50%, #e30d81 52%);
  background-size: 30px 11px;
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  height: 100%;
  width: 30px;
}
.model__nav {
  position: relative;
  max-width: 763px;
  margin: auto;
}
.model__nav .model__link {
  text-indent: -99999em;
  overflow: hidden;
  display: block;
  position: absolute;
  margin-top: 0;
}
.model__nav .link1 {
  width: 12%;
  height: 23%;
  bottom: 49.9%;
  left: 8%;
}
.link1-3 {
  letter-spacing: -1px;
}
.model__nav .link2 {
  width: 12%;
  height: 22.5%;
  bottom: 27.5%;
  left: 8%;
}
.model__nav .link3 {
  width: 21%;
  height: 17.5%;
  top: 72.5%;
  left: 8%;
}
.model__nav .link4 {
  width: 16%;
  height: 17%;
  top: 72.5%;
  left: 29%;
}
.model__nav .link5 {
  width: 16.5%;
  height: 18%;
  bottom: 9%;
  left: 45%;
}
/*.model__nav .link6 {
    width: 16%;
    height: 17.5%;
    bottom: 10%;
    left: 61%;
  }*/
.model__nav .link7 {
  width: 12.5%;
  height: 23%;
  bottom: 35%;
  right: 61.5%;
}
.model__nav .link8 {
  width: 12.5%;
  height: 23%;
  bottom: 35%;
  right: 49.5%;
}

.footer {
  width: 100%;
  text-align: center;
  background: #f8983f;
  padding: 20px 0 15px 0;
  color: #fff;
  font-size: 15px;
}
.mg_tuning_a {
  margin-bottom: 105px;
}
@media screen and (min-width: 480px) {
  .youtube {
    margin-top: 30px;
    height: 322px;
  }
}
@media screen and (max-width: 480px) {
  .youtube {
    max-width: 90%;
    height: 175px !important;
    margin: 0 auto 22px;
  }
}
.line_h_tuning {
  line-height: 29px;
}
#access {
  padding-bottom: 40px;
  margin-bottom: 38px;
}
.youtube_top {
  max-width: 750px;
  margin: 0 auto 20px;
  padding-top: 25px;
}
.youtube-video-wrap {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.youtube-video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.event_housing_nav_wrap div {
  border-radius: 35px;
}
@media screen and (max-width: 480px) {
  .event_table_box .housing_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .housing_link a {
    font-size: 1.9rem;
  }
  .section-title-style {
    font-size: 2.5rem;
  }
  .footer {
    width: 100%;
    padding: 0% 0 3% 0;
    color: #fff;
    font-size: 15px;
    margin-bottom: 66px;
  }
}
.sdgs_text {
  clear: both;
  line-height: 1.5;
  margin: 0px auto 24px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  /* margin-top: 30px; */
  font-size: 16px;
  text-align: center;
}
.yoyaku_bikou {
  font-size: 22px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  color: #333;
  line-height: 1.3;
  margin-top: 22px;
  margin-bottom: 7px;
  padding-top: 0px;
  padding-bottom: 12px;
}
.footer_top {
  width: 100%;
  background-image: url(../images/bg.jpg);
}

.kv__text_bottom {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  max-width: 90%;
  margin: 0px auto 21px;
}
@media screen and (max-width: 480px) {
  .event_table_box td {
    line-height: 1;
    padding-bottom: 17px;
  }
}
.sdgs_tyusyaku {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

#event4_2 {
  position: absolute;
  top: 51.8%;
  /* padding: 10px 0; */
  border: none;
  z-index: -10;
  width: 100%;
  margin-top: 13px;
}
.button_tyui {
  text-align: justify;
  margin-top: 10px;
  font-size: 1.8rem;
  color: #3c3c3c;
  font-weight: bold;
  margin-left: 16px;
  font-family: YuGothic, "游ゴシック体", "游ゴシック", sans-serif;
}
@media screen and (max-width: 480px) {
  .button_tyui {
    font-size: 1.2rem;
  }
}
.link5 {
  line-height: 122%;
  display: block;
  margin-top: 2%;
}
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  transition: 1.5s ease-in-out;
  width: 165px;
  position: absolute;
  /* bottom: -2%; */
  bottom: 15%;
  right: 54%;
}
.kv__textimg {
  margin-bottom: 15px;
  padding-top: 10px;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes flash {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.red_period {
  color: #e30d81;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 520px) {
  .fuwafuwa {
    right: 52%;
    bottom: 12%;
  }
  .kuwasiku_green {
    width: 158px;
    margin: 30px auto 0;
  }
}
.kuwasiku_green {
  width: 158px;
  margin: 35px auto 0;
}
.kuwasiku_green a {
  display: block;
  color: #2fc70b;
  position: relative;
  font-family: "Kiwi Maru", serif;
  font-size: 22px;
  font-weight: 600;
}

.kuwasiku_green a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 7px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #2fc70b;
  border-right: 3px solid #2fc70b;
  transform: rotate(45deg);
}

/* 「予約する」ぼたん */
.event__btn-simple {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  text-align: center;
}
.event__btn-simple a {
  width: 93%;
  position: relative;
  display: inline-block;
  padding: 4px 20px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.25rem;
  background: #18ab3b;
  box-sizing: border-box;
  font-size: 4rem;
  font-weight: 600;
  box-shadow: 4px 4px 4px #365b3e;
}
.kira-arrow {
  font-size: 3rem;
}
.event__link_text-simaple {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 498px) {
  .event__btn-simple a {
    font-size: 3rem;
  }
}

.event__btn {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  text-align: center;
}
.event__btn a {
  width: 93%;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 1.5rem;
  background: #2fc70b;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 600;
}
.event__btn a:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 95%;
  content: "";
  border: 2px solid #4d4d4d;
  border-radius: 1.5rem;
}
.event__btn a span.event__link_text {
  position: relative;
  margin-right: 2em;
  font-size: 27px;
  font-weight: bold;
}
.event__btn a span.event__link_text::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url(../images/btn_hand.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.3em;
}
.event__btn a.hukidashi::after {
  content: "＼ 早いもの勝ち！ ／";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #000;
  top: -64%;
  font-family: "Kiwi Maru", serif;
}
.event__btn a span.kira {
  animation: flash 1s linear infinite;
  color: #fbff00;
}
@media screen and (max-width: 498px) {
  .event__btn a {
    font-size: 1em;
    width: 93%;
    padding: 3%;
  }
  .event__btn a span.event__link_text {
    font-size: 2rem;
    vertical-align: text-top;
  }
  .event__btn a.hukidashi::after {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 360px) {
  .event__btn a span.event__link_text {
    font-size: 1.4em;
  }
}
.event_button3 .button_tyui {
  margin-top: 41px;
  margin-left: 11px;
}
.event_button4 .button_tyui {
  margin-top: 2px;
  margin-left: 11px;
}
.top-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 70px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  background-color: #e30d81;
}
.top-btn-arrow-box {
  position: relative;
}
.arrow-top {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-90%, -30%) rotate(45deg);
}

/* 横幅の調整20230731 */
@media screen and (max-width: 360px) and (min-width: 335px) {
  .event__btn a span.event__link_text {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 334px) {
  .event__btn a span.event__link_text {
    font-size: 1em;
  }
}

@media screen and (max-width: 360px) and (min-width: 321px) {
  .sp-footer-floating-btn {
    padding: 13px 0px;
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 320px) {
  .sp-footer-floating-btn {
    padding: 13px 0px;
    font-size: 1rem;
  }
}

#event7_2 {
  position: absolute;
  top: 68%;
}
.td_style_a a {
  display: block;
}
.event_table_box th .event_midasi_a {
  color: #3c3c3c;
  margin-bottom: 5px;
}
@media screen and (max-width: 498px) {
  .event__btn a {
    font-size: 0.8em;
    width: 93%;
    padding: 3%;
  }
}

/** スクロール画像調整 */
.slick_store_img_list.slick-dotted.slick-slider {
  margin-bottom: 70px;
}
.slide_content .slick-dots li button:before {
  content: "\025cf";
  font-size: 13px;
}
.uten {
  background: #ffefec;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 6px solid #e47267;
  font-weight: bold;
  font-size: 18px;
  color: #e0594f;
}

@media (max-width: 320px) {
  .uten {
    font-size: 15px;
  }
}
.event_table_box .not_link_pink {
  display: block;
  color: #e30d81;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .event_table_box .not_link_pink {
    font-size: 22px;
  }
}
@media (max-width: 320px) {
  .event__btn a.hukidashi::after {
    font-size: 1.6rem;
  }
  .event__btn a.hukidashi::after {
    content: "＼ 早いもの勝ち！ ／";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #000;
    top: -82%;
    font-family: "Kiwi Maru", serif;
  }
}
.hiduke_nagai .event_table_box th a {
  display: block;
  color: #e30d81;
  font-weight: 500;
}
.hiduke_nagai .event_table_box th span.table_month {
  font-size: 21px;
}
.table_month.hiduke_nagai_a {
  font-size: 19px !important;
}
.hiduke_nagai_b {
  font-size: 26px;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .hiduke_nagai_b {
    font-size: 22px;
  }
}
.icon_open {
  position: absolute;
  top: 56%;
  right: 6px;
  width: 26%;
}
#event5-1 {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 90%;
}
#event5-2 {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 52%;
}
@media screen and (max-width: 480px) {
  #event5-1 {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 88%;
  }
  #event5-2 {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 45%;
  }
  .icon_open {
    position: absolute;
    right: 1px;
    top: 55%;
    width: 29%;
  }
}
@media screen and (max-width: 370px) {
  .icon_open {
    position: absolute;
    right: 1px;
    top: 58%;
    width: 26%;
  }
}
.model__items .model_btn.color_gray {
  background-color: #ccc;
}

.model__items .model_btn.color_gray::after {
  right: 14px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #ccc;
}
@media screen and (max-width: 480px) {
  .model__items .model_btn.color_gray::after {
    right: 10px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #ccc;
  }
}
/**1月LPのみ対応
.event6 .event__btn a.hukidashi::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #000;
  top: -64%;
  font-family: "Kiwi Maru", serif;
}
.event6 .event__btn a span.event__link_text::after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(../images/btn_hand.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.3em;
}
1月LPのみ対応**/
.banner_a {
  margin-bottom: 22px;
}
.td_style_a.mg_tuning {
  padding-bottom: 4px;
}
.gw_inner {
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 7%;
}
.box1-main {
  width: 100%;
}

/* 住まいのセミナー */
.sumai-area {
  width: 100%;
  position: relative;
}

.event_sumai_link a {
  width: 93%;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 1.5rem;
  background: #18ab3b;
  box-sizing: border-box;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  border-bottom: 5px solid #073412;
}

.event_sumai_link a:hover {
  margin-top: 3px;
  color: #fff;
  background: #18ab3b;
  border: none;
}

.sumai_btn01,
.sumai_btn02,
.sumai_btn03,
.sumai_btn_itiran {
  position: absolute;
  left: 3%;
  width: 100%;
  display: flex;
}
.sumai_btn01 {
  top: 30%;
}
.sumai_btn02 {
  top: 57.5%;
}
.sumai_btn03 {
  top: 90.5%;
}

.sumai_btn_itiran a {
  background: #3298a2;
  border-radius: 55px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  border-bottom: 5px solid #20656c;
}
.sumai_btn_itiran a:hover {
  margin-top: 3px;
  color: #fff;
  background: #3298a2;
  border: none;
}
.sumai_btn_itiran {
  bottom: 1.5%;
}
@media screen and (max-width: 530px) {
  .sumai_btn_itiran a {
    font-size: 16px;
  }
  .event_sumai_link a {
    font-size: 16px;
  }
  .sumai_btn02 {
    top: 58%;
  }
  .sumai_btn03 {
    top: 91%;
  }
}
@media screen and (max-width: 375px) {
  .sumai_btn02 {
    top: 57.5%;
  }
  .sumai_btn03 {
    top: 90.5%;
  }
}
.img_wrap_a {
  margin-bottom: 52px;
}
.menu_icon_clause {
  display: none;
}
.menu-btn {
  position: fixed;
  top: 9px;
  right: 9px;
  padding-bottom: 0px;
}
#menu-btn-check:checked ~ .menu-btn .menu_icon_clause {
  display: block;
}
#menu-btn-check:checked ~ .menu-btn .menu_icon_open {
  display: none;
}
.top-btn {
  background-color: initial;
}
.top-btn {
  bottom: 80px;
}
