﻿#page_top_btn {
  display: none
}

.template-layout_main {
  transition: .3s;
  display: flex
}

.pc_right,
.pc_left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 115px;
  left: 0;
  right: 0;
  bottom: auto;
  height: calc(100vh - 115px);
  margin: 0 auto;
  width: 100%;
}


.template-layout_menu {
  width: 100%;
  padding: 20px;
  background: white;
  border-radius: 5px;
  
}

.template-layout_menu__inner {
  display: grid;
  gap: 10px;
  margin: auto;
}

.pc_left .pc_left_inner,
.pc_right .pc_right_inner {
  max-width: 500px;
  width: 80%;
}

.template-layout_menu button {
  background: none;
  border: none;
  display: block;
  text-align: left;
}


figure {
  margin-bottom: 0
}

.main_area {
  max-width: 450px
}

footer {
  margin-top: 0
}

@media(max-width: 1200px) {
  .pc_left {
    display: none
  }

  .chonatsuiro_2025_main:after {
    content: none
  }
}


@media(max-width: 767px) {
  .sp-only {
    display: block
  }

  .pc_right {
    display: none
  }
}