@charset "UTF-8";
/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  color: #4e585d;
  position: relative;
  letter-spacing: 0.075em;
  font-family: "Noto Sans JP", sans-serif;
}

body.open {
  height: 100%;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.animation_fuwafuwa {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_dokundokun {
  animation: dokundokun 1300ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animation_shiny {
  background: #D96F86;
  background: linear-gradient(-45deg, #D96F86 50%, #eec0ca 60%, #D96F86 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.header_wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 20px 0 8px;
  margin: 0 auto;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .header_wrap {
    gap: 8px;
    flex-direction: column;
  }
}

.header_wrap span {
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  display: block;
  padding: 4px 16px;
  border-radius: 100px;
}
@media screen and (max-width: 600px) {
  .header_wrap span {
    font-size: 16px;
  }
}

.header_wrap h1 {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .header_wrap h1 {
    font-size: 20px;
  }
}

.footer {
  background-color: #85a0bb;
  padding: 24px 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.page_top {
  padding: 40px 0 120px;
}
@media screen and (max-width: 600px) {
  .page_top {
    padding: 32px 0 60px;
  }
}

.page_top h2 {
  font-size: max(4.6vw, 46px);
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page_top h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .page_top h2 {
    font-size: 24px;
  }
}

.btn {
  background-color: #eb6100;
  width: 240px;
  height: 54px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  color: #fff;
}

.card .btn {
  width: 200px;
  height: 50px;
  font-size: 18px;
}

.card {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 180px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .card {
    width: 94%;
    max-width: 94%;
    padding-bottom: 80px;
  }
}

.card_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.card_item {
  width: 360px;
  aspect-ratio: 5/3;
  position: relative;
  border-radius: 8px;
  padding: 20px 0;
  background: linear-gradient(to bottom, #BFA089 0%, #fff 50%);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #BFA089;
}

.card_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.card_item:hover {
  top: -4px;
}

.card h2,
.card h3 {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .card h2,
  .card h3 {
    font-size: 20px;
  }
}

/*------- detail -------*/
.detail {
  padding: 40px 0 120px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .detail {
    width: 84%;
  }
}
@media screen and (max-width: 800px) {
  .detail {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .detail {
    width: 94%;
  }
}

.detail h2 {
  font-size: 54px;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1000px) {
  .detail h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .detail h2 {
    font-size: 20px;
  }
}

.detail_image {
  padding-bottom: 100px;
}

.detail_code {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .detail_code {
    gap: 24px;
  }
}

.detail_code_top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.detail_code_ttl {
  background-color: #D1917E;
  padding: 4px 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
}

pre[class*=language-] {
  border-radius: 0 !important;
}

.detail_code pre {
  margin: 0 !important;
}

.copy-btn {
  background-color: #fff;
  border: 1px solid #4B321B;
  border-bottom: none;
  cursor: pointer;
  font-size: 18px;
  display: block;
  padding: 4px 24px;
  font-weight: 700;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "rounded";
  src: url("/common/css/font/rounded-mgenplus-1c-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
front
-----------------------------------------------------------------------*/
.front_top {
  padding: 40px 0 120px;
}
@media screen and (max-width: 1000px) {
  .front_top {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 600px) {
  .front_top {
    padding: 24px 0 54px;
  }
}

.front_top span {
  display: block;
  background-color: #fff;
  padding: 6px max(2vw, 20px);
  border-radius: 100px;
  font-size: max(2vw, 20px);
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(1.6vw, 16px);
}
@media screen and (max-width: 800px) {
  .front_top span {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .front_top span {
    font-size: 18px;
  }
}

.front_top h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: max(4.6vw, 46px);
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  .front_top h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .front_top h1 {
    font-size: 30px;
  }
}

.menu {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 180px;
}
@media screen and (max-width: 600px) {
  .menu {
    width: 94%;
    max-width: 94%;
    padding-bottom: 80px;
  }
}

.menu_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .menu_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .menu_list {
    grid-template-columns: 1fr;
  }
}

.menu_item {
  width: 100%;
  aspect-ratio: 5/2;
  position: relative;
  padding: 16px 0 0;
  background: linear-gradient(to bottom, #b9d1df 0%, #fff 50%);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #b9d1df;
  overflow: hidden;
}

.menu_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.menu_item:hover {
  top: -4px;
}

.menu h2,
.menu h3 {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .menu h2,
  .menu h3 {
    font-size: 20px;
  }
}

/* トグルボタン横並び */
.toggle-btn-group {
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 10;
}

.toggle-btn-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

/* トグルボタンのスタイル */
.toggle-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 60px;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #ddd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.toggle-btn.active,
.toggle-btn:hover {
  background-color: #E6DCCB;
  border-color: #B59A70;
}

/* メニューリストのスタイル */
.menu_list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.menu_item {
  margin: 0.5rem 0;
}

.menu_inner h3 {
  margin: 0;
  padding: 0.5rem 1rem;
  background: #E6DCCB;
  border-radius: 6px;
  color: #4B321B;
  transition: background-color 0.3s ease;
}

.menu_inner:hover h3 {
  background-color: #d0c4af;
}/*# sourceMappingURL=style.css.map */