@charset "UTF-8";
/*PC表示*/
.P {
  display: block !important;
}
/*スマホ表示*/
.SP {
  display: none !important;
}



#wrapper {
  max-width: 100%;
  padding: 0 0%;
  overflow: hidden;
  background-color: #cecec3;
}

img {
  width: 100%;
}

body {
  -webkit-text-size-adjust: none;
  color: #373838;
  margin: 0;
  padding: 0;
  font-family: "游明朝体", "Times New Roman", Times, "serif";
  font-size: 1rem;
  letter-spacing: 5px;
}
p {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 3px;
}
h1 {
  font-size: 2rem;
  margin: 0;
  line-height: 1.5;
  padding-bottom: 20px;
}
/*English*/
.english {
  -webkit-text-size-adjust: none;
  font-family: "Times New Roman", Times, "serif";
  margin: 0;
  letter-spacing: 2px;
}
h2 {
  -webkit-text-size-adjust: none;
  font-size: 3rem;
  line-height: 1.5;
  margin: 0;
}
h3 {
  -webkit-text-size-adjust: none;
  font-size: 30px;
  margin: 0;
}
h4 {
  -webkit-text-size-adjust: none;
  font-size: 1.7rem;
}
li {
  list-style: none;
}
ul {
  list-style-type: none;
}
iframe {
  width: 100%;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  color: #333;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
/*メインビジュアル*/
/* 背景動画 */
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1; /* コンテンツの下に配置 */
}
/* ヘッダー（ロゴ＋メニュー） */
header {
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 20px;
  z-index: 10;
}
/* ハンバーガーボタン */
.menu-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
}
.menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #373838;
  transition: all 0.3s ease;
}
.menu-btn span:nth-child(1) {
  top: 0;
}
.menu-btn span:nth-child(2) {
  bottom: 0;
}
/* アニメーションで×になる */
.menu-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.menu-btn.active span:nth-child(2) {
  transform: rotate(-45deg);
  bottom: 9px;
}
/* 全画面ナビ背景 */
.nav {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95); /* 白ベースで半透明 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: left 0.5s ease;
  z-index: 1000;
}
.nav.active {
  left: 0;
}
/* ナビの中身 */
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.nav ul li {
  margin: 40px 0;
}
.nav ul li a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #737373;
  transition: color 0.3s;
}
.nav ul li a:hover {
  color: #666;
}
.online-store-btn {
  position: fixed; /* 画面に固定 */
  bottom: 0px; /* 下からの距離 */
  left: 0px; /* 右からの距離 */
  background-color: #7b8974; /* ボタン色 */
  color: #fff; /* 文字色 */
  padding: 12px 20px; /* 内側の余白 */
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 999; /* 他の要素より前に出す */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s;
}
.online-store-btn:hover {
  transform: scale(1.05); /* ホバーで少し拡大 */
}
.online-store-btn img {
  width: 20px;
}
/* メインコンテンツ（中央配置） */
.content {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.content img {
  max-width: 350px;
}
/* ロゴコンテンツ */
.logo {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.logo.show {
  opacity: 1;
  transform: translateY(0);
}
/*デフォルト設定*/
.container {
  max-width: 1500px;
  margin: 150px auto;
  padding: 0px 0 0;
}
.wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 150px 0;
}
.flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
/*言語切り替えボタン*/
button {
  border: none;
  background: none;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
  color: #727272;
}
/*ブランド思想*/
.main-text {
  display: flex;
  justify-content: center; /* 横方向の中央 */
  align-items: center; /* 縦方向の中央 */
  height: 80vh; /* 画面いっぱいの高さに */
  font-size: 2rem;
  letter-spacing: 5px;
}
.tategaki {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 10px 10px;
}
.yokogaki {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  display: block;
  align-items: center; /* 縦方向センター */
  justify-content: center; /* 横方向センター */
}
.text-box .yokogaki{white-space: pre-wrap;}
.top-subtext {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 150px;
}
/*ブランド紹介*/
/*アニメーション*/
/* 左から */
.fade-left {
  opacity: 0;
  transform: translateX(-50px); /* 左にずらす */
  transition: all 0.8s ease-out;
}
/* 右から */
.fade-right {
  opacity: 0;
  transform: translateX(50px); /* 右にずらす */
  transition: all 0.8s ease-out;
}
/* 表示されたら */
.fade-left.visible, .fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.fade-text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
/* 表示されたとき */
.fade-text.show {
  opacity: 1;
  transform: translateY(0);
}
/*各画像設定*/
.imagebox-01 img {
  max-width: 70%;
}
.imagebox-02 img {
  max-width: 400px;
}
.imagebox-02 {
  margin-left: 50px;
}
.imagebox-03 {
  padding-top: 200px;
}
.imagebox-03 img {
  max-width: 700px;
}
.imagebox-04 {
  width: 50%;
}
.tategaki-02 {
  writing-mode: vertical-rl;
  text-orientation: upright;
	line-height: 1.5;
	display: block;
}

.imagebox-07 {
  width: 70%;
}
.imagebox-08 img {
  max-width: 700px;
}
.imagebox-08 {
  padding-right: 50px;
}
.imagebox-09 {
  padding-left: 100px;
}
.imagebox-09 img {
  max-width: 700px;
}
.imagebox-10 img {
  max-width: 700px;
}
.text-box-02 {
  width: 30%;

}
.text-box-02 .tategaki-02{
  font-size: 1.5rem;
  line-height:0;
  padding-top: 5%;
	display: inline-block;
}

.tategaki-02 .yokogaki{line-height: 1.5;}
.flex-02 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4%;
  gap: 100px;
}
.flex-03 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 4%;
	padding-bottom: 300px;
}
.flex-04 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4%;
  gap: 100px;
}

.text-box {
  width: 50%;
  padding: 4%;
}
.last-text {
  text-align: center;
  font-size: 1.5rem;
  margin: 100px 0;
}
.imagebox-11 {
  width: 100%;
  background: url("../images/11-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
/*透明部分*/

.back-color {
  background-color: #6b675e;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 350px 4% 200px;
}
.back-in{
	max-width: 1500px;
	margin: 0 auto;
}
.flex-05 {
  position: relative;
  display: flex;
	align-items: flex-end;
	justify-content: center;
	gap:50px;
	bottom:400px;
}

.imagebox-06 img {
  max-width: 600px;
}
.position {
  position: absolute;
}
.imagebox-06 {
  width: 50%;
	padding-bottom: 150px;
}
.video-toumei{position: relative;
bottom: 650px;
left: 700px;}
/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 999;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}
/*リンク全体の aタグの形状*/
.js-scroll a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}
/*スクロールリンクの形状*/
.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #fff;
}
.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before {
  right: -11px;
}
/*ページトップリンクの形状*/
.scroll-top .js-pagetop a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}
.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #666;
}
.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #666;
  transform: skewX(31deg);
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before {
  right: 0;
}
footer {
  background-color: #cecec3;
	padding: 0 20px;
}
.footer {
	border-top: 1px solid #666;
  padding: 4% 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.logo-footer {
  width: 50%;
	 display: flex;
  align-items: center;
  justify-content: center;
}
.logo-footer img {
  width: 200px;
}
.btn-store {
  display: inline-block;
  padding: 14px 28px 14px 50px; /* 左に余白 */
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.btn-store::before {
  content: "";
  position: absolute;
  left: 20px; /* 横棒の位置 */
  top: 50%;
  transform: translateY(-50%);
  width: 18px; /* 横棒の長さ */
  height: 1px; /* 横棒の太さ */
  background-color: #666; /* 横棒の色 */
}
.link-box a {
  display: block;
}
.link-box,.link-box-02{width: 50%;}
.normal-link {
  padding: 14px 0px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.normal-link img {
  width: 20px;
}
.link-all {
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.copy {
  text-align: right;
  font-size: 0.8rem;
  padding: 10px 10px;
}
.footer-inmenu a {
  padding: 20px 0;
	color:#373838;
}
/*スライドショー*/
.slideshow {
  display: flex;
  justify-content: center;
  gap: 30px; /* 画像の間隔 */
  padding: 0 4%;
}
.slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease;
}
.slide-container, .slide-container-01, .slide-container-02 {
  position: relative;
  width: 33%;
  height: 600px;
  overflow: hidden;
}
.slide-container-01 {
  margin-top: 40px;
}
.slide-container-02 {
  margin-top: 80px;
}
.slideshow img.active {
  opacity: 1;
}
.circle-arrow-btn {
	max-width: 1280px;
	margin: 0 auto;
  display: flex;
  align-items: center;
	justify-content: space-between;
  gap: 12px;
  padding: 60px 40px;
  border: 1px solid #373838;
  color: #373838;
  font-size: 2.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ホバー時：背景と文字色反転 */
.circle-arrow-btn:hover {
  opacity: 0.5;
}

/* 丸 */
.btn-circle {
  width: 30px;
  height: 30px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
	padding: 10px;
}

/* 矢印 */
.arrow {
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.3s ease;
	 transform: translateX(3px);
}

/* ホバー時の動き */
.circle-arrow-btn:hover .btn-circle {
  background-color: none;
}

.circle-arrow-btn:hover .arrow {
  color: #878787;
}

/* セクション全体 */
.news-section {
	max-width: 1280px;
	margin: 100px auto;
 display: flex;
	justify-content: flex-start;
}

/* 見出し */
.news-title {
 font-size: 4rem;
}
.titlebox{
	width: 30%;
}


/* リスト全体 */
.news-list {
	width: 70%;
  list-style: none;
  margin: 0;
  padding: 0 4%;
}

/* 各ニュース項目 */
.news-item {
	padding: 10px 20px;
  border-bottom: 1px solid #727373;
}

/* リンク全体 */
.news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 16px 0;
  transition: all 0.2s ease;
}
.news-item a:hover{opacity: 0.5;}


/* 日付 */
.news-date {

   padding-right: 30px;
}

/* タイトル */
.news-heading {
  flex: 1;
  font-size: 1rem;
  margin-left: 12px;
}

/* 矢印 */
.news-arrow {
  flex-shrink: 0;
  font-size: 1.2rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* ホバー時の矢印アニメーション */
.news-item a:hover .news-arrow {
  transform: translateX(4px);
}

/*問い合わせフォーム*/
.header-title{
	max-width: 800px;
	margin: 150px auto;
	padding: 0 4%;
}
.header-title h2{font-size: 5rem;}
.header-title h2 span{display:block;font-size: 1.1rem; }

/*お問い合わせ*/

.contact-text {
  max-width: 800px;
  margin: 0 auto;
	padding: 0 4%;
}

.contact-text p {
  text-align: left;
}
.small {
  font-size: 0.8rem;
}
.contact-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: 50px auto;
  padding: 4%;
  border-radius: 5px;
}

label {
  display: flex;
  align-self: flex-start;
  gap: 30px;
}
.contact-flex {
 max-width: 800px;
  margin: 0 auto 30px;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.button-p {
  padding-bottom: 10px;
  margin-bottom: 0;
}
a.btn_02 {
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  margin: 0 auto;
  padding: 10px 50px;
  font-weight: bold;
  border: 2px solid #6b675e;
  background: #6b675e;
  color: #fff;
  transition: 0.5s;
}
a.btn_02:hover {
  color: #6b675e;
  background: #fff;
}
/*名前とか*/
.title {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  padding-right: 20px;
  width: 300px;
}
/*お聞きしたいこと*/
.title-textarea {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  padding-top: 20px;
  padding-right: 20px;
  width: 300px;
}
.required {
  padding: 5px 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #AF1B1E;

}


input[type="textarea"], input[type="email"], input[type="text"], input[type="tel"], .selectform {
  display: block;
  width: 400px;
  padding: 20px 20px;
  flex: 1;
  background-color: #efefef;
  border-radius: 5px;
  border: none;
  font-size: 18px;
}
input[type="textarea"] {
  height: 100px;
}
.button {
	width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #6b675e;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.1rem;
	letter-spacing: 2px;
  font-weight: bold;
  margin: 0 25px 25px;
  padding: 30px 60px;
  border: none;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0 #333);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	 transition: all .3s;
}
.button:hover{
	opacity: 0.5;
}
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  background: none;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: underline;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin: 0 5%;
  border: none;
  font-size: 18px;
}
input[type="reset"]:hover {
  color: #efefef;
}
.button-privacy{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin:30px auto;
}
.button-privacy a{
	margin-top: 10px;
	text-decoration: underline;
}

.container-policy{
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 0;
}

@media screen and (max-width: 650px) {
  /*PC表示*/
  .SP {
    display: block !important;
  }
  /*スマホ表示*/
  .P {
    display: none !important;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
    line-height: normal;
  }
  h3 {
    font-size: 1.1rem;
    line-height: normal;
  }
  a, p {
    font-size: 0.8rem;
  }
  #wrapper {
    padding: 0% 4%;
  }
  .content {
    height: 90vh;
  }
  .content img {
    max-width: 250px;
  }
  body {
    font-size: 1rem;
  }
  .online-store-btn {
    width: 35%;
    text-align: center;
    padding: 15px 10px;
    border-top-right-radius: 5px;
  }
  .flex {
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
  .reverse {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .container, .wrapper {
    padding: 50px 0;
	  margin: 100px auto;
  }
  .imagebox {
    width: 100%;
    height: 300px;
  }
  .text-box {
    width: 100%;
    padding-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 30px;
  }
  .text-box h1 {
    padding: 20px;
  }
  .text-box p {
    padding: 0 0px;
	  white-space: pre-wrap;
  }
  /*ブランド思想*/
  .main-text {
    font-size: 1.5rem;
    height: 70vh;
    margin: 50px 0 20px;
    padding: 0 0%;
    letter-spacing: 5px;
    line-height: 2.5;
	  white-space:pre-wrap;
	 
  }
	.main-text .yokogaki{
		 text-align: center;
		line-height: 2;
		margin-bottom: 20px;
	}
	
	.yokogaki{white-space: pre-wrap;}
	.text-box .yokogaki{white-space: pre-wrap;}
	.tategaki{margin: 0 0px;}
  #lang-switch button {
    font-size: 0.8rem;
  }
  .logo-footer img {
    width: 150px;
	  margin:50px auto 100px; 
  }
  .logo-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn-store {
    display: inline-block;
    padding: 10px 28px 10px 50px; /* 左に余白 */
    font-size: 1rem;
  }
	footer{padding: 50px 10px;}
  .footer {
    padding: 10% 0%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .link-all a{
    white-space: nowrap;
  }
	.link-box,.link-box-02{width: 50%;}
	.link-all{
		width: 100%;
		align-items: flex-start;
		justify-content: flex-start;
		padding-bottom: 100px;
	}
	/*各画像設定*/
.imagebox-01 img {
  max-width: 90%;
}
.imagebox-02 img {
  max-width: 250px;
}
.imagebox-02 {
  margin-left: 0px;
}
.imagebox-03 {
  padding-top: 50px;
}
.imagebox-03 img {
  max-width: 100%;
}
	
.flex-02 {
  flex-direction: column;
  padding: 0;
  gap: 50px;
}
	
.imagebox-04 {
  width: 80%;
}

	
.flex-03 {
  flex-direction: column;
  padding: 4%;
	gap:50px;
	padding-bottom: 100px;
}
.text-box {
  width: 100%;
  padding: 0%;
}
	
.imagebox-07 {
  width: 100%;
}
.imagebox-08 img {
  max-width: 700px;
}
.imagebox-08 {
  padding-right: 50px;
}
.imagebox-09 {
  padding-left: 100px;
}
.imagebox-09 img {
  max-width: 700px;
}
.imagebox-10 img {
  max-width: 700px;
}

.text-box-02 p {
  font-size: 1.5rem;
  line-height: 0;
  padding-top: 4%;
}

.flex-04 {
	flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 100px;
	margin-top: 200px;
}

.last-text {
  text-align: center;
  font-size: 1.2rem;
  margin: 80px 0;
}
.imagebox-11 {
  width: 100%;
  height: 250px;
}

.flex-05 {
  display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	gap:50px;
	bottom:100px;
}
.imagebox-06 img {
  max-width: 100%;
}

.imagebox-06 {
  width: 60%;
	padding-bottom: 0px;
}
	/*透明*/
	.video-toumei{
		max-width: 300px;
		margin: 0 auto;
bottom: 500px;
left: 40px;}
	
	.news-title{font-size: 3rem;}
	.titlebox{width: 100%;}
	.news-list{width: 100%;padding: 0 0;margin-top: 50px;}
	.news-item{
		padding: 0;
	}
	 .news-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-date {
    margin-bottom: 4px;
	  padding-right: 0;
	  margin-top: 10px;
  }
  .news-arrow {
    display: none; /* スマホでは非表示でもOK */
  }
	/* セクション全体 */
.news-section {
	flex-direction: column;
}
	.news-heading{
		margin-top: 10px;
		padding-left: 0;
	}
	/*お問い合わせ*/

	.header-title{margin: 150px auto;}
	.header-title h2{font-size: 3rem;}
  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 330px;
    margin: 0 auto;
    padding: 10% 4%;
 
  }
  label {
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 20px;
  }
  /*名前とか*/

  /*お聞きしたいこと*/
  .title-textarea {
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 0px;
    padding-left: 10px;
    max-width: 300px;
    font-weight: normal;
    font-size: 16px;
  }

  input[type="checkbox"] {
    margin: 0 2%;
  }
  .policy {
    margin: 0 10px;
  }
  input[type="textarea"], input[type="email"], input[type="text"], input[type="tel"], .selectform {
    display: block;
    width: 90%;
    padding: 20px 10px;
    flex: 1;
    background-color: #efefef;
    border-radius: 5px;
    border: none;
    font-size: 15px;
  }
  input[type="textarea"] {
    height: 300px;
  }

  .flex_button_contact {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .button {
    font-size: 18px;
  }
.circle-arrow-btn {
  padding: 60px 40px;
  font-size: 1.5rem;
}
	.text-box-02{width: 100%;
		text-align: center;
	}
.text-box-02 .yokogaki{
  font-size: 1.3rem;
  line-height:2;
}
	
	/* ナビの中身 */

.nav ul li {
  margin: 20px 0;
}
.nav ul li a {
  font-size: 1.1rem;
}
	.footer-inmenu {
  padding-top: 30px;
}
	
}

