@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
.display_none {
  display: none;
}
.bg_black {
  background-color: #222222;
}

.bg_gray {
  background-color: #eeeeee !important;
}

.color_black {
  color: #222222 !important;
}

.color_white {
  color: #fff !important;
}

.color_red {
  color: #E60013;
}

body {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8rem;
}

.title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin: 5rem 0;
  line-height: 3rem;
}

.title_2 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin: 7rem 0;
  line-height: 3rem;
  color: #fff !important;
}

.sub_title {
  display: flex;
  align-items: center;
}
.sub_title_2 {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.sub_title:after {
  border-top: 1px solid #E60013;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}

.btn_field {
  display: flex;
  align-items: center;
  height: 4rem;
  border-left: 1px solid #E60013;
  padding-left: 2rem;
  color: #fff;
  margin: 6rem 0;
}
.btn_field a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.8rem;
}
.btn_field a span {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

a {
  text-decoration: none;
}

.flex, .flex_row {
  display: flex;
  flex-direction: row;
}

.flex_row {
  justify-content: space-between;
  align-items: center;
}

.flex_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex_center {
  display: flex;
  align-items: center;
}

.pc_header {
  display: flex;
  align-items: center;
  height: 200px;
  padding: 0 30px;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.85);
}
.pc_header .logo {
  margin-right: auto;
}
.pc_header .logo img {
  height: 200px;
  width: 100%;
}
.pc_header .nav .menu ul {
  list-style: none;
  width: 900px;
}
.pc_header .nav .menu ul a {
  color: #fff;
}

.mainvisual__img {
  position: relative;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
}
.video-wrapper video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: radial-gradient(black 10%, transparent 20%), radial-gradient(black 10%, transparent 10%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  background-repeat: repeat;
}

.mainvisual-home__box {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  color: #fff;
  z-index: 9;
}
.mainvisual-home__box img {
  width: 100%;
}

.main {
  background-color: #222222;
}
.main.white {
  background-color: #fff;
}

.container {
  max-width: auto;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.container.white {
  padding-bottom: 0.5rem;
}

.top_concept,
.top_company,
.selling_page {
  height: 100vh;
  background-color: #222222;
  padding-bottom: 0.5rem;
}

.top_concept .box,
.top_company .box,
.selling_page .box {
  height: 100vh;
}
.top_concept .left_box,
.top_company .left_box,
.selling_page .left_box {
  width: 50%;
}
.top_concept .left_box img,
.top_company .left_box img,
.selling_page .left_box img {
  width: 80%;
  margin: 0 auto;
}
.top_concept .right_box,
.top_company .right_box,
.selling_page .right_box {
  width: 50%;
  color: #fff;
}

.top_company {
  border-bottom: 0;
}
.top_company .prof .row_title {
  width: 5rem;
}
.top_company .prof .flex, .top_company .prof .flex_row {
  margin: 1rem 0;
}

.liner_text {
  align-items: center;
  color: #fff;
  display: flex;
  height: 7rem;
  line-height: 7rem;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  margin-bottom: 5rem;
  position: relative; /* 必要に応じて追加 */
}

.liner_text ul {
  display: flex;
  animation: flowing 30s linear infinite;
  padding: 0;
  margin: 0;
}

.liner_text ul li {
  display: inline-block;
  padding-right: 10px;
  font-size: 3rem;
}

/* アニメーションのキー */
@keyframes flowing {
  0% {
    transform: translateX(11%);
  }
  100% {
    transform: translateX(-100%);
  }
}


.business {
  padding-bottom: 5rem;
}
.business .card {
  flex: 1;
  margin: 0 10px;
}
.business .card .pic {
  height: auto;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.65);
  background-blend-mode: overlay;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.business .card .pic.sales {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/selling/selling_04.jpg');
}
.business .card .pic.coaching {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/coaching/coaching_05.jpg');
}
.business .card .pic.consulting {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU%20JAPAN_files/beef_4.jpg');
}
.business .card .btn_field_small {
  background-color: #222222;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 2rem;
  box-sizing: border-box;
  border-radius: 0 0 0.5rem 0.5rem;
}
.business .card .btn_field_small a {
  width: 100%;
  justify-content: space-between;
  color: #fff;
  font-size: 0.8rem;
}
.business .card .btn_field_small a img {
  width: 40px;
}
.business .card .tag span {
  padding: 0 2rem;
  background-color: rgba(255, 255, 255, 0.35);
  color: #222222;
  margin: 0.5rem 0.5rem 0.5rem 0;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 1rem;
  font-size: 0.8rem;
}

.case .case_box {
  display: flex;
  flex-wrap: wrap; /* 行が狭くなった場合に折り返す */
  gap: 20px; /* カード間のスペース */
  margin-top: 3rem;
}

.case .case_card {
  flex: 1 1 calc(50% - 20px); /* 各カードの幅を50％に設定 */
  margin-bottom: 20px; /* 各カードの下にスペースを追加 */
}

/* 画面が狭い時は1列に */
@media (max-width: 768px) {
  .case .case_card {
    flex: 1 1 100%; /* 画面が狭くなると1列に */
  }
}



.case .case_box .case_card_1 {
  position: relative; /* 親要素をrelativeにする */
  margin: 0 10px 20px;
  background: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/top/ushi.jpg');
  flex: 1;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: rgba(151,151,151,0.65);
  background-blend-mode: overlay;
  padding: 2rem;
  box-sizing: border-box;
  color: #222222;
  border-radius: 0.5rem;
	  overflow: hidden; /* オーバーレイをボックス内に収める */
}
.case .case_box .case_card_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 5px 5px; /* ドット間隔を狭くする */
  pointer-events: none; /* ユーザー操作を無効にする */
}

.case .case_box .case_card_1 .tag {
  padding: 0 1rem;
  background-color: rgba(62,62,62,0.93);
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 1rem;
  font-size: 0.8rem;
  position: absolute;
  top: 20px; /* ボックス内の上部に表示 */
  left: 20px;
}

.case .case_box .case_card_1 .case_title {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: 55px; /* ボックス内の下部に表示 */
  left: 10px;
}

.case .case_box .case_card_1 .case_title span {
  background-color: rgba(62,62,62,0.93); /* 半透明にする */
  color: #fff;
  padding: 0.5rem;
}

.case .case_box .case_card_1 a {
  color: #FFFFFF;
  position: absolute;
  bottom: 20px; /* 日付をボックスの一番下に表示 */
  left: 10px;
  pointer-events: none; /* リンクを無効化 */
}

.case .case_box .case_card_1 .flex_row {
  position: absolute;
  bottom: 0px; /* 日付と矢印をボックスの下に配置 */
  right: 20px; /* 右端に配置 */
  display: flex;
  align-items: center;
}

.case .case_box .case_card_2 {
  position: relative; /* 親要素をrelativeにする */
  margin: 0 10px 20px;
  background: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/top/denen.jpg');
  flex: 1;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: rgba(151,151,151,0.65);
  background-blend-mode: overlay;
  padding: 2rem;
  box-sizing: border-box;
  color: #222222;
  border-radius: 0.5rem;
	overflow: hidden; /* オーバーレイをボックス内に収める */
}
.case .case_box .case_card_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 5px 5px; /* ドット間隔を狭くする */
  pointer-events: none; /* ユーザー操作を無効にする */
}
.case .case_box .case_card_2 .tag {
  padding: 0 1rem;
  background-color: rgba(62,62,62,0.93);
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 1rem;
  font-size: 0.8rem;
  position: absolute;
  top: 20px; /* ボックス内の上部に表示 */
  left: 20px;
}

.case .case_box .case_card_2 .case_title {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: 55px; /* ボックス内の下部に表示 */
  left: 10px;
}

.case .case_box .case_card_2 .case_title span {
  background-color: rgba(62,62,62,0.93); /* 半透明にする */
  color: #fff;
  padding: 0.5rem;
}

.case .case_box .case_card_2 a {
  color: #FFFFFF;
  position: absolute;
  bottom: 20px; /* 日付をボックスの一番下に表示 */
  left: 10px;
}

.case .case_box .case_card_2 .flex_row {
  position: absolute;
  bottom: 0px; /* 日付と矢印をボックスの下に配置 */
  right: 20px; /* 右端に配置 */
  display: flex;
  align-items: center;
}


.case .case_box .case_card_3 {
  position: relative; /* 親要素をrelativeにする */
  margin: 0 10px 20px;
  background: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/top/niku.jpg');
  flex: 1;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: rgba(151,151,151,0.65);
  background-blend-mode: overlay;
  padding: 2rem;
  box-sizing: border-box;
  color: #222222;
  border-radius: 0.5rem;
	  overflow: hidden; /* オーバーレイをボックス内に収める */
}
.case .case_box .case_card_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 5px 5px; /* ドット間隔を狭くする */
  pointer-events: none; /* ユーザー操作を無効にする */
}

.case .case_box .case_card_3 .tag {
  padding: 0 1rem;
  background-color: rgba(62,62,62,0.93);
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 1rem;
  font-size: 0.8rem;
  position: absolute;
  top: 20px; /* ボックス内の上部に表示 */
  left: 20px;
}

.case .case_box .case_card_3 .case_title {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: 55px; /* ボックス内の下部に表示 */
  left: 10px;
}
.case .case_box .case_card_3 .case_title span {
  background-color: rgba(62,62,62,0.93); /* 半透明にする */
  color: #fff;
  padding: 0.5rem;
}

.case .case_box .case_card_3 a {
  color: #222222;
  position: absolute;
  bottom: 20px; /* 日付をボックスの一番下に表示 */
  left: 10px;
}
.case .case_box .case_card_3 .flex_row {
  position: absolute;
  bottom: 0px; /* 日付と矢印をボックスの下に配置 */
  right: 20px; /* 右端に配置 */
  display: flex;
  align-items: center;
}


.case .case_box .case_card_4 {
  margin: 0 10px 20px; /* 下にスペースを追加 */
  background: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/top/talk.jpg');
  flex: 1;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center; /* 画像を中央に配置 */
  background-color: rgba(151,151,151,0.65);
  background-blend-mode: overlay;
  padding: 2rem;
  box-sizing: border-box;
  color: #222222;
  border-radius: 0.5rem;
  position: relative; /* 子要素の絶対位置指定に必要 */
	  overflow: hidden; /* オーバーレイをボックス内に収める */
}
.case .case_box .case_card_4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 5px 5px; /* ドット間隔を狭くする */
  pointer-events: none; /* ユーザー操作を無効にする */
}

.case .case_box .case_card_4 .tag {
  padding: 0 1rem;
  background-color: rgba(62,62,62,0.93); /* 半透明に設定 */
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 1rem;
  font-size: 0.8rem;
  position: absolute;
  top: 20px; /* 上からの位置調整 */
  left: 20px; /* 左からの位置調整 */
}

.case .case_box .case_card_4 .case_title {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: 55px; /* ボックス内の下部に表示 */
  left: 10px; /* 左に配置 */
}

.case .case_box .case_card_4 .case_title span {
  background-color: rgba(62,62,62,0.93); /* 半透明にする */
  color: #fff;
  padding: 0.5rem;
}

.case .case_box .case_card_4 a {
  color: #FFFFFF;
  pointer-events: none;
  position: absolute;
  bottom: 20px; /* 日付をボックスの一番下に表示 */
  left: 10px;
}

.case .case_box .case_card_4 .flex_row {
  position: absolute;
  bottom: 0px; /* 日付と矢印をボックスの下に配置 */
  right: 20px; /* 右端に配置 */
  display: flex;
  align-items: center;
}

.voice {
  padding-bottom: 5rem;
}
.voice .voice_box {
  display: flex;
  flex-direction: row;
  margin-top: 6rem;
}
.voice .voice_box .voice_card {
  margin: 0 10px;
  flex: 1;
  height: 300px;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.65);
  background-blend-mode: overlay;
  padding: 2rem;
  box-sizing: border-box;
  border: 1px solid #E60013;
  border-radius: 0.5rem;
  color: #E60013;
}
.voice .voice_box .voice_card a {
  color: #E60013;
}

.top_news .sub_title {
  margin-bottom: 6rem;
}
.top_news .sub_title:after {
  content: none;
}
.top_news .news_content {
  padding: 3rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.top_news .news_content .date {
  flex: 0 0 10rem;
  /* 固定幅 */
  text-align: left;
}
.top_news .news_content .news_title {
  flex: 1;
  /* 残りのスペースを占める */
  text-align: left;
}
.top_news .news_content img {
  flex: 0 0 auto;
  /* 固定幅 */
  text-align: right;
}

.business_page {
  padding-bottom: 5rem;
}
.business_page .card {
  flex: 1;
  margin: 0 10px;
}
.business_page .card .pic {
  height: auto;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.65);
  background-blend-mode: overlay;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.business_page .card .pic.sales {
  background-image: url('https://wagyu-japan.flier.jp/ja/WAGYU JAPAN_files/coaching/coaching_04.jpg');
}
.business_page .card .pic.coaching {
  background-image: url(../img/top/business2.png);
}
.business_page .card .pic.consulting {
  background-image: url(../img/top/business3.png);
}
.business_page .card .btn_field_small {
  background-color: #222222;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 2rem;
  box-sizing: border-box;
  border-radius: 0 0 0.5rem 0.5rem;
}
.business_page .card .btn_field_small a {
  width: 100%;
  justify-content: space-between;
  color: #fff;
  font-size: 0.8rem;
}
.business_page .card .btn_field_small a img {
  width: 40px;
}
.business_page .card .tag span {
  padding: 0 2rem;
  background-color: rgba(255, 255, 255, 0.35);
  color: #222222;
  margin: 0.5rem 0.5rem 0.5rem 0;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 1rem;
  font-size: 0.8rem;
}

footer {
  padding: 1rem 0;
  background-color: #fff;
  justify-content: space-around;
}
footer .logo_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .logo_box img {
  width: 10rem;
  margin-bottom: 2rem;
}
footer .menu {
  font-size: 1.5rem;
}
footer .menu .flex_col {
  margin: 0 2rem;
}
footer .menu a {
  color: #222222;
}
footer .insta {
  font-size: 1rem;
}
footer .insta .flex_col {
  justify-content: start;
}
footer .insta .flex_col .follow {
  font-size: 2rem;
  margin-bottom: 2rem;
}
footer .insta .flex_col .follow_txt {
  margin-bottom: 1.5rem;
}
footer .insta .flex_col a {
  color: #222222;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 1rem;
  font-weight: bold;
}
footer .insta img {
  width: 2rem;
  margin-right: 1rem;
}

.company_page .container {
  max-width: 1000px;
  margin: 0 auto;
}
.company_page iframe {
  aspect-ratio: 16/9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.page_top {
  height: 50vh;
  background-color: #222222;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.65);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
}
.page_top .title {
  color: #fff;
  margin-left: 5rem;
  margin-top: 295px;
}

.company_header {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU%20JAPAN_files/company_01.jpg');
}

.concept_header {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU%20JAPAN_files/beef_5.jpg');
}

.selling_header {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/beef_3.jpg');
}

.contact_header {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/contact_01.jpg' );
}

.coaching_header {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/beef_2.jpg');
}

.consulting_header {
  background-image: url('https://wagyu-japan.flier.jp/WAGYU JAPAN_files/beef_4.jpg');
}

.company {
  padding: 2rem 0;
  border-top: 1px solid #222222;
}
.company .company_title {
  flex: 0 0 10rem;
  text-align: left;
}
.company .company_detail {
  flex: 1;
  text-align: left;
}

.shop .banner {
  width: 100%;
  margin: 0 auto;
}
.shop .banner img {
  width: 100%;
  margin: 0 auto;
}
.shop .btn_field a {
  color: #222222;
}

.concept_page .container {
  max-width: 1000px;
  margin: 0 auto;
}
.concept_page .container .title {
  text-align: center;
}

.selling_page,
.coaching_page,
.consulting_page {
  height: auto;
}
.selling_page .container .box,
.coaching_page .container .box,
.consulting_page .container .box {
  height: auto;
  margin: 5rem 0;
}
.selling_page .container .box .mini_title,
.coaching_page .container .box .mini_title,
.consulting_page .container .box .mini_title {
  font-weight: bold;
  margin: 0.5rem 0;
}
.selling_page .container .title,
.selling_page .container .txt,
.coaching_page .container .title,
.coaching_page .container .txt,
.consulting_page .container .title,
.consulting_page .container .txt {
  text-align: center;
}
.selling_page .container .right_box,
.coaching_page .container .right_box,
.consulting_page .container .right_box {
  color: #222222;
}
.selling_page .container .right_box .title,
.coaching_page .container .right_box .title,
.consulting_page .container .right_box .title {
  text-align: left;
}

.reverse {
  flex-direction: row-reverse;
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
    margin-top: 2rem;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text],
  form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sp_none {
    display: none;
  }
  .sp_header {
    position: fixed;
    background-color: #222222;
    height: 60px;
    z-index: 999;
    width: 100%;
    text-align: center;
  }
  .sp_header .logo {
    margin: 0 auto;
  }
  .sp_header img {
    width: 150px;
  }
  .main {
    padding: 0 1rem;
  }
  .title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .pc_header {
    display: none;
  }
  .top_concept,
  .top_company {
    height: auto;
  }
  .top_concept .box,
  .top_company .box {
    display: block;
    height: auto;
  }
  .top_concept .box .left_box,
  .top_concept .box .right_box,
  .top_company .box .left_box,
  .top_company .box .right_box {
    width: 100%;
  }
  .top_concept .box .left_box,
  .top_company .box .left_box {
    margin-bottom: 5rem;
  }
  .business .flex_row {
    display: block;
  }
  .business .card {
    margin: 1rem 0;
  }
  .business .card .pic {
    height: auto;
  }
  .business .card .title {
    margin: 1rem 0;
  }
  .business .card .tag span {
    padding: 0 1rem;
  }
  .case .case_box {
    display: block;
  }
  .case .case_box .case_card {
    margin: 1rem 0;
    height: 250px;
  }
  .case .case_box .case_card img {
    width: 40px;
  }
  .voice .voice_box {
    display: block;
  }
  .voice .voice_box .voice_card {
    height: 200px;
    margin: 1rem 0;
  }
  .voice .voice_box .voice_card img {
    width: 40px;
  }
  .top_news .news_content .date {
    flex: 0 0 5.5rem;
  }
  .top_news .news_content img {
    width: 40px;
  }
  footer {
    display: block !important;
    padding: 2rem;
  }
  footer .logo_box {
    width: 100%;
    margin-bottom: 2rem;
  }
  footer .menu {
    display: block;
    width: 100%;
  }
  footer .menu .flex_col {
    width: 100%;
    text-align: center;
    margin: 1.5rem 0;
  }
  footer .menu .flex_col a {
    margin: 0.5rem;
  }
  footer .insta {
    margin-top: 2rem;
  }
  footer .insta .flex_col {
    margin: 0 auto;
  }
  .page_top {
    margin-top: 0;
  }
  .page_top .title {
    margin-left: 2rem;
  }
  .company .company_title {
    flex: 0 0 5rem;
  }
  .selling_page .container {
    padding-bottom: 0;
  }
  .selling_page .container .title {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .selling_page .container .box {
    flex-direction: column-reverse;
    margin: 0;
    margin-bottom: 3rem;
  }
  .selling_page .container .box .sub_title {
    margin-bottom: 2rem;
  }
  .selling_page .container .box .right_box,
  .selling_page .container .box .left_box {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .pc_none {
    display: none;
  }
}
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open nav {
  left: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}

nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

.sp_header nav .nav_insta a {
  color: #222222;
}
.sp_header nav .nav_insta a img {
  width: 2rem;
  margin: 0.5rem 1rem;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 600px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
  .toggle_btn
  =============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

/*============
  #mask
  =============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */

/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 200 to 900 */

.noto-serif-jp-uniquifier {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

svg {
  max-width: 100%;
  height: auto;
}

.mainvisual-home__box img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* 国旗アイコンのサイズを調整 */
.flag-icon {
    width: 30px; /* 必要に応じて調整 */
    height: auto;
    margin-left: 10px; /* メニューとの間隔を調整 */
    display: inline-block;
}

/* 言語選択メニュー全体のスタイリング */
.language-selector {
    display: flex;
	text-align: center !important; /* セレクタ自体を中央揃え */
    align-items: center;
    margin-right: 10px; /* コンパクトに表示 */
	justify-content: flex-end;
    gap: 10px; /* プルダウンメニューと国旗の間隔を調整 */
}

.language-selector select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: linear-gradient(180deg, black, #2F2E2E, #3A3A3A, #6e6e6e, black);
    border: 1px solid #ccc !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    width: 140px !important; /* 幅を調整 */
    text-align: center !important; /* 文字を中央揃え */
	text-align-last: center !important; /* テキストを中央揃えに */
    color: white !important;
    line-height: 30px !important;  /* 高さの調整 */
    height: 40px !important; /* ボックスの高さを設定 */
    line-height: 40px !important;
    display: inline-block !important;
    padding: 0 !important;  /* 不要な余白を削除 */
    box-sizing: border-box !important; /* パディングの計算に影響しないようにする */
}

.language-selector select option {
    text-align: center !important;
}
/* モバイル版の国旗サイズ調整 */
.flag-icon-mobile {
    width: 50px !important;
    height: auto;
	margin-top: 10px; /* 国旗とプルダウンの間隔 */
    margin-left: 10px; /* 言語名との間に余白を追加 */
    display: block;
}

/* モバイル版の言語選択スタイリング */
.language-selector-mobile {
    display: flex;
    align-items: center;
	flex-direction: column; /* 上下配置に変更 */
    margin-top: 15px; /* メニューと間隔を持たせる */
	margin-bottom: 15px; /* 国旗との間隔を追加 */
	margin-right: 20px; /* 右余白を調整 */
	transition: transform 0.3s ease; /* ホバー時のエフェクト */
}
.language-selector-mobile {
    display: flex;
    flex-direction: column; /* 国旗とプルダウンを縦に並べる */
    align-items: center; /* 中央揃え */
    margin-top: 10px; /* 上部との余白 */
    width: 100%; /* 親要素の幅に合わせる */
	text-align: center; /* テキストを中央揃えにする */
}

.language-selector-mobile select {
    width: 100%; /* プルダウンメニューを幅いっぱいに広げる */
    box-sizing: border-box; /* パディングやボーダーを含めた幅調整 */
    padding: 10px; /* メニュー内のテキストに余白を追加 */
    font-size: 16px; /* テキストのサイズを調整 */
    margin-bottom: 5px; /* プルダウンと国旗の間に余白を追加 */
	text-align: center; /* テキストを中央揃えにする */
}

/* ホバー時に背景色を変える */
.language-selector-mobile select:hover {
    background-color: #e0e0e0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.txt ul, .txt ol {
    padding-left: 2em; /* インデントを追加し、左端から離す */
    margin-left: 1em;  /* 左側に少し余白を設定する */
}

.txt ul li, .txt ol li {
    margin-bottom: 0.5em; /* 項目間の余白を調整 */
}

.txt ol {
    list-style-position: inside; /* 番号を内側に表示 */
}
.txt ul {
    padding-left: 2em; /* 左側の余白を確保 */
    margin-left: 1em;  /* 左端との距離を調整 */
    list-style-position: inside; /* 箇条書きの点を内側に表示 */
    list-style-type: disc; /* 箇条書きを明示的に設定 */
}

.txt ul li {
    margin-bottom: 0.5em; /* 項目間の余白を調整 */
}

/* ──────────── スマホ用レイアウト ──────────── */
@media (max-width: 768px) {
  .viewer_info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .viewer_text,
  .viewer_specs {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .viewer_specs {
    margin-top: 1rem;
  }
}

/* ──────────── PC用の上部余白 ──────────── */
@media (min-width: 769px) {
  .viewer_section.main.bg_gray {
    /* ヘッダー＋α の余白を入れる */
    padding-top: 190px;
  }
}
