@charset "utf-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6em;
}
.all_wrap {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  width: 100%;
  height: 0px;
  position: relative;
  z-index: 10;   /* 画像より前面に出す */
}

/*背景*/
#bg-video {
  position: fixed;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
/*ロゴ*/
.logo {
  width: 70px;
  height: 120px;
  filter: drop-shadow(5px 5px 5px #aaa);
  z-index: 5000;
}

@media screen and (max-width:768px){
  .menu li:first-child {
    display: none;
  }
  
}

/*ハンバーガーボタン　202512三輪編集*/
#header-wrapper .btn-gnavi {
  display: none;
}
#header-wrapper .btn-gnavi span {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms
}
#header-wrapper .btn-gnavi span:nth-child(1) {
  top: 0
}
#header-wrapper .btn-gnavi span:nth-child(2) {
  top: 10px
}
#header-wrapper .btn-gnavi span:nth-child(3) {
  top: 20px
}
#header-wrapper .btn-gnavi.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
#header-wrapper .btn-gnavi.open span {
  background: #fff
}
#header-wrapper .btn-gnavi.open span:nth-child(1) {
  width: 24px;
  -webkit-transform: translate(-7px, 17px) rotate(45deg);
  transform: translate(-7px, 17px) rotate(45deg)
}
#header-wrapper .btn-gnavi.open span:nth-child(3) {
  width: 24px;
  -webkit-transform: translate(-7px, -17px) rotate(-45deg);
  transform: translate(-7px, -17px) rotate(-45deg)
}
/*/ハンバーガーボタンここまで*/
#header-wrapper .gnavi {
  /* position: fixed; */
  width: 100%;
  /* height: 100px;
  background-color: black; */
}

@media screen and (max-width:768px){
 #header-wrapper .gnavi {
  height: 65px;
  position: fixed;
  background-color: #000000e0;
  display:flex;
  align-items:center;
} 
}


.menu-gnavi ul {
  list-style: none;
  padding: 0;
  display: flex;
  table-layout: fixed;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width:768px){
.menu-gnavi ul {
  width: 100%;
}
}

.menu-gnavi ul li {
  display: table-cell;
  box-sizing: border-box;
}
.menu-gnavi ul li a {
  display: block;
  padding: .4em .8em;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(1.4vw, 1.5rem, 4rem);
}
.menu-gnavi ul li a:hover {
  background: #eee;
  color: #000;
}

/* 三輪編集ここまで */

/*ポップアップ*/
#wrapper #section04 ul {
  text-align: center;
}
#wrapper #section04 ul li img {
  max-width: 50%;
  height: auto;
  margin: 10px 0;
}
#wrapper img {
  background-size: cover;
}


/*コンテンツエリア*/
#wrapper .contents section#section01 {
  width: 100vw;
  /*height: 100vh;*/
  position: relative;
  padding-top: 0px;
}
/*#wrapper .contents section#section01-HISTORY {
  width: 100vw;
  /* height: 100vh; */
  /* position: relative;
  padding-top: 0px;
}*/

#wrapper .contents section#section01-HISTORY {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
}



#wrapper .contents section#section02 {
  /*height: 100vh;*/
  padding-top: 0px;
  padding-bottom: 0px;
}
#wrapper .contents section#section03 {
  /*height: 100vh;*/
  /* margin-top: 330px; */
  padding-top: 0px;
  padding-bottom: 0px;
}
#wrapper .contents section#section04 {
  /*height: 100vh;*/
  margin-top: 330px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#wrapper .contents section#section05 {
  margin-top: 330px;
  margin-bottom: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#wrapper .contents section h1, #wrapper .contents section h2 {
  text-align: center;
}
#wrapper .contents section h2 {
  font-size: clamp(2.9vw, 2rem, 4rem);
  margin: 10px 0 5px 0;
}
#wrapper .contents section a {
  color: #fff
}
/*他*/
#section01 .top_img {
  height: auto;
  /*
	position: absolute;
	width: 73%;
	left: 50%;
	top: 38%;
	transform: translate(-50%, -50%); divの幅に対する割合 
*/
}
/*#section01 .textbox_01 {
	text-shadow: 0 0 1px #ffffff,
    0 0 2px #ffffff,
    0 0 3px #110000,
    0 0 4px #110000,
    0 0 5px #110000,
    0 0 6px #110000,
    0 0 7px #110000;
	position: absolute;
	left: 50%;
	top: 73%;
	transform: translate(-50%, -50%);
}
*/
#section01 .textbox_01 {
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 3em; /*文字まわり（上下左右）の余白*/
  /*text-shadow: 0 0 1px #ffffff,
    0 0 2px #ffffff,
    0 0 3px #110000,
    0 0 4px #110000,
    0 0 5px #110000,
    0 0 6px #110000,
    0 0 7px #110000;
*/
}
@media  screen and (max-width:768px){
  #section01 .textbox_01 {
  padding: 1em;
  margin: 0px 10px;
}
  
}


#section01 h1 {
  font-size: clamp(4.5vw, 1.3rem, 4rem);
  padding-bottom: 5px;
}
#section01 h3 {
  font-size: clamp(2.5vw, 1.3rem, 4rem);
  margin: 20px;
}
#section01 p {
  font-size: clamp(1.5vw, 1.3rem, 4rem);
  margin: 10px;
}
#section01 .work_content_main {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.5vw, 1.3rem, 4rem);
  text-align: center;
  line-height: 1.5em;
}
#section01 .work_content_main2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.5vw, 1.3rem, 4rem);
  text-align: center;
  line-height: 1.5em;
}
#section01 .work_detail {
  font-size: clamp(1vw, 1.3rem, 4rem);
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  line-height: 1.5em;
}
#section02 p {
  text-align: center;
}
#section02 .CONCEPT_tex01 {
  font-size: clamp(1.5vw, 1.3rem, 4rem);
  padding: 20px;
  line-height: 1.5;
}
#section02 .CONCEPT_tex02 {
  font-size: clamp(1.2vw, 1.3rem, 4rem);
  line-height: 1.5;
  padding: 30px;
}
#section02 .CONCEPT_tex03 {
  font-size: clamp(1.7vw, 1.3rem, 4rem);
  line-height: 1.5;
}
#section02 .CONCEPT_tex04 {
  padding-top: 60px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  font-size: clamp(1.5vw, 1.3rem, 4rem);
  line-height: 1.5;
  text-align: center;
}
#section02 ul {
  display: flex;
  justify-content: center;
}
#section02 li img {
  width: 150px;
  border-radius: 50%;
  margin: 5px;
}
#section02 .dbox_02 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
#section02 .panfuretto {
  width: 250px;
  margin: 0px;
  background-clip: padding-box;
  border: 5px solid rgba(255, 255, 255, 0.8);
  box-shadow: 10px 6px 0px 1px rgba(255, 255, 255, 0.8);
  border-radius: 25px;
}
#section02 .dbox_02 p {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 25px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: rgba(33, 33, 33, .9);
  border-radius: 50px;
  border: 0.1rem solid #ffffff;
  box-shadow: 0.1rem 0.21rem 0px 0.1rem #cccccc;
  margin-top: 70px;
}
#section03 .course-wrapper {
  display: flex; /* flexbox */
  flex-wrap: wrap; /* 折返し指定 */
  gap: 1px;
  justify-content: center;
}
#section03 .course-wrapper div {
  width: calc(16% - 22px); /* gap padding分を引く */
  padding: 10px;
  color: #FFF;
  background: #000;
}

@media screen and (max-width:767px){
  #section03 .course-wrapper div {
  width: 25%; /* gap padding分を引く */
}
  
}
#section03 h2 {
  padding-bottom: 100px;
}
#section03 h3 {
  font-size: clamp(2vw, 1.3rem, 4rem);
}
#section03 .section03_textbox {
  display: flex;
  justify-content: center;
}
#section03 .section03_text {
  /*	width:600px;*/
  font-size: clamp(1.5vw, 1.3rem, 4rem);
  padding-top: 100px;
}
#section03 .section03_text li {
  padding-bottom: 10px;
  padding: 10px 0;
  margin-left: 1rem;
  text-indent: -1rem;
}
.course-item-img:hover {
  opacity: 0.5;
}
/* section03モーダルのスタイル */
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* 背景色 */
  opacity: 0; /* 初期状態では透明 */
  visibility: hidden; /* 初期状態では不可視 */
  transition: opacity 0.5s, visibility 0.5s; /* アニメーション効果 */
  flex-flow: column;
}
/* モーダルの画像スタイル */
.modal-content {
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 700px;
  position: relative;
}
/* モーダルの閉じるボタン */
#close {
  vertical-align: top;
  top: 0px;
  right: 35px;
  text-align: center;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
#section04 h2 {
  padding-bottom: 70px;
}
#section04 .dbox {
  width: 85%;
  margin: 0 auto;
}
#section04 .lin_tex01 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  font-size: clamp(1.4vw, 1.3rem, 4rem);
  line-height: 1.5;
  text-align: justify;
}
#section04 .dbox_01 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  padding: 45px;
}
#section04 .dbox_02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  padding: 10px;
}
#section04 .dbox_in {
  width: 40%;
  margin: 15px;
  text-align: center;
}
#section04 figcaption {
  margin-top: 10px;
  font-size: clamp(1.4vw, 1.3rem, 4rem);
  padding-bottom: 5px;
}
#section04 table {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  #section04 table {
  width: 95%;
  }

  #section04 table th, #section04 table td {
    padding:20px 25px;
  }

}

#section04 th {
  width: 30%;
}
#section04 h3 {
  font-size: clamp(1.4vw, 1.3rem, 4rem);
  margin-top: 75px;
  padding: 25px;
}
#section05 .dbox_02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  padding: 45px;
}
/* solid017 */
.button_solid017 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 25px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: rgba(33, 33, 33, .9);
  border-radius: 50px;
  border: 0.1rem solid #ffffff;
  box-shadow: 0.1rem 0.21rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
#section05 h2 {
  margin-bottom: 100px;
}
.section_05 {
  display: flex;
  justify-content: center;
  padding: 45px;
}
@media screen and (max-width:768px){
  .section_05 {
  padding: 45px 15px;
  }
  
}

.section05_01 {
  display: inline-block;
  width: 610px;
  /*height:700px;*/
  align-items: baseline;
  padding: 10px;
}
article p {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: clamp(1.2vw, 1.3rem, 4rem);
}
form div {
  font-size: clamp(1.3vw, 1.3rem, 4rem);
  margin-bottom: 10px;
  display: block;
}
input[type="text"], input[type="email"], textarea {
  background: rgba(255, 255, 255, .5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size: clamp(1vw, 1.3rem, 4rem);
}
input[type="text"], input[type="email"] {
  width: 100%;
  max-width: 240px;
}
textarea {
  width: 100vw;
  max-width: 480px;
  height: 6rem;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
  line-height: 1.5;
  border-radius: 5px;
  padding: 8px;
  font-size: clamp(1.1vw, 1.5rem, 4rem);
}
table {
  width: 95%;
  border-collapse: collapse;
}
th, td {
  padding: 20px 30px;
  border: 1px solid #AAAAAA;
  font-size: clamp(1.6vw, 1.3rem, 4rem);
}
th {
  background-color: #666;
  width: 150px;
  text-align: left;
}
td {
  width: calc(100% - 150px);
}
article h3 {
  margin-bottom: 14px;
  font-size: clamp(2vw, 1.3rem, 4rem);
}
.sns-btn ul {
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width:768px){
  .sns-btn ul {
  margin-top: 50px;
  }
}

.sns-btn li {
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
/*地図*/
/*ifreme*/
iframe {
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  height: 720px;
}
/*縦書き*/
#section01-HISTORY .HISTORY-inner {
  width: 100%;
  /* height: 100vh; */
  background-image: url("../imags/ucyu2.png");
  padding-top: 200px;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#section01-HISTORY .textbox_01 {
  font-size: clamp(1.1vw, 1.3rem, 4rem);
  padding-bottom: 80px;
}
#section01-HISTORY .textbox_02 {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: left;
  font-size: clamp(1.4vw, 1.3rem, 4rem);
  letter-spacing: 0.8px;
  line-height: 1.8;
  text-orientation: upright;
  font-feature-settings: initial;
  /* height: 50vh; */
   display: inline-block;
}

/* 通常サイズはそのまま（変更なし） */

/* --- 大画面専用の調整 --- */
@media screen and (min-width: 1800px) {

  #wrapper .contents section#section01-HISTORY {
    width: 100%;
    max-width: 1500px;   /* ← 大画面で暴れない幅に制限 */
    margin: 0 auto;      /* ← 中央寄せ */
  }

  #section01-HISTORY .textbox_02 {
    /* display: block;      ← ズレ防止（縦書きはinline-blockが不安定） */
    font-size: clamp(1rem, 0.9vw, 1.6rem); /* ← 大画面で巨大化しないよう抑える */
    line-height: 1.6;
  }

}
   


@media screen and (max-width:768px){
  #section01-HISTORY .textbox_02 {
  height: auto;
  line-height:1.3;
}
}

#section01-HISTORY .textbox_02 p {
  font-size: clamp(1.6vw, 1.3rem, 4rem);
}
#section01-HISTORY span {
  font-size: clamp(2vw, 1.3rem, 4rem);
  color: rgb(253, 179, 142);
  font-weight: bold;
}
#section02 .section-inner {
  text-align: center;
}
#wrapper .contents section#section02 .tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  height: 400px;
  display: inline-block;
}

@media  screen and (min-width:2560px){
  #wrapper .contents section#section02 .tate {
  height: 600px;
}
  
}
.combine {
  text-combine-upright: all;
}
footer {
  /* width: 100%; */
  height: 20px;
  background-color: #000000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* スクロールしたら要素が下から上にフェードインする */
.fadein {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 1500ms;
}
.fadein.scrollin {
  margin-top: 100px;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .fadein.scrollin {
  margin-top: 30px;
}
}
#key_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#keyVisual {
  width: 100%;
  height: 100%;
  position: relative;
}
.videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
video {
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* 上に戻るボタン */
.sentou {
  position: fixed;
  right: 50px;
  bottom: -50px;
  margin-bottom: 100px;
  z-index: 1;
}
.sentou a img {
  transition: all .3s;
}
.sentou a:hover img {
  transform: scale(1.1, 1.1);
}
/*
.sentou {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.sentou a img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
*/
/* style.css */
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
}
.all_wrap {
  position: relative;
  overflow: hidden;
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#header {
  text-align: center;
  padding: 20px 0;
  font-size: clamp(1.5vw, 1.3rem, 4rem);
}
.gnavi {
  display: block;
  margin-left: auto;
  /*  position: fixed;*/
  /*left: 50%;
*/
  /*  transform: translateX(-50%)
             translateY(-50%);
*/
  width: 100%;
  /*  background: rgba(0, 0, 0, 0.7);
*/
  color: #fff;
  /*  display: flex;
*/
  justify-content: space-between;
  z-index: 1000;
}

/*.menu-gnavi {
  display: none;
}
.menu-gnavi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-gnavi ul li {
  display: inline-block;
  margin: 0 10px;
}
.menu-gnavi ul li a {
  color: #fff;
  text-decoration: none;
}
*/ .contents section {
  /*padding: 60px 20px;
*/ text-align: center;
}
/*.textbox_01 {
  max-width: 1200px;
margin: 0 auto;
text-align: left;
}
*/
/*h1, h2, p {
margin: 0;
padding: 0px 0;
}
*/
.top_img img {
  width: 100%;
}
/* レスポンシブデザインのためのメディアクエリ */
/*@media screen and (max-width: 1024px) {
  .gnavi {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-gnavi {
    display: block;
  }
  .menu-gnavi ul li {
    display: block;
    margin: 10px 0;
  }
  .textbox_01 p {
    font-size: 100px;
  }
  .gnavi {
    padding: 10px;
  }
}
*/
@media screen and (max-width: 768px) {
  .contents {
    padding: 40px 0px;
  }
  .btn-gnavi {
    display: block;
  }
  .menu-gnavi {
    /* display: none; */
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #000000e0;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none; /* 非表示時に触れない */
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .menu-gnavi.active {
    /* display: flex; */
    opacity: 1;     
    transform: translateY(0);
    pointer-events: auto;
    z-index: 9999;
    
  }
  .menu {
    flex-direction: column;
    gap: 0;
  }
  .menu li {
    border-top: 1px solid #ccc;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  /* section内のレイアウト調整 */
  .section-inner {
    padding: 10px;
  }
  .textbox_01, .textbox_02, .textbox {
    padding: 20px;
  }
  /* トップ画像と見出しの調整 */
  .top_img img {
    width: 100%;
    height: auto;
  }
  h1 {
    margin-bottom: 10px;
    font-size: 1rem;
    padding-right: 56px;
    padding-left: 10px;
    box-sizing: border-box;
    white-space: normal; /* 改行は可 */ 
    /* display:flex;
    align-items:center; */
  }
  /* h2, h3 {} */
  #section01-HISTORY .HISTORY-inner {
    width: 100%;
    /* height: 80vh; */
    background-image: url("../imags/ucyu2.png");
    padding-top: 0px;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  #section01-HISTORY .textbox_01 {
    padding-bottom: 30px;
  }
  /* course-item（風景）調整 */
  .course-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .course-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .course-item {
    width: 100%;
  }
}
/* 商品一覧（.dbox_in）調整 */
.dbox_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.dbox_in {
  flex: 1 1 300px;
  max-width: 100%;
}
/* 問い合わせセクション */
.contact table {
  width: 100%;
  border-collapse: collapse;
}
.contact th, .contact td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
/* SNSアイコン並び調整 */
.sns-btn ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
/* フッター */
footer {
  padding: 20px;
  text-align: center;
  font-size: 0.8em;
}
/* 買い物リンクボタン */
.sentou {
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 1000;
}

  .sentou img {
    width: auto;
    height: 55px;
  }

@media screen and (max-width: 768px) {
  .sentou img {
    width: auto;
    height: 30px;
  }

  .sentou {
  position: fixed;
  bottom: -50px;
  right: 10px;
  z-index: 1000;
}
}


@media screen and (max-width: 768px) {
  /*h1, h2 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }*/
  .top_img img {
    margin-top: 0px;
    max-width: 120%;
    height: auto;
  }
  /*ハンバーガーボタン　202512*/
  #header-wrapper .btn-gnavi {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 10000;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
}

/* 202510三輪追加 (brタグのレスポンシブ対応)*/

/* デフォルトは非表示にしておく */
.br-sp {
  display: none;
}
.br-pc {
  display: none;
}

/* スマホ用 (幅767px以下など) */
@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/* PC用 (幅768px以上) */
@media (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}

.textbox_01 {
  padding: 2em 1em; /*文字まわり（上下左右）の余白*/
}
/* 202510三輪追加 ここまで */