@charset "UTF-8";
/* 共通 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  font-family: "Shippori Mincho B1", serif;
  color: #91633c;
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
}

main.main {
  padding-bottom: 20vw;
}
@media (max-width: 768px) {
  main.main {
    padding-bottom: 38vw;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #91633c;
}
a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

p {
  line-height: 2.5em;
}

.subMainView {
  padding: 170px 0 0;
  background-color: #f6efe4;
  position: relative;
}
.subMainView h2 {
  font-size: 20px;
  color: #ffa022;
  text-align: center;
  padding-bottom: 70px;
}
.subMainView h2 span {
  line-height: 1.6em;
  color: #91633c;
  font-size: 32px;
}
.subMainView .mainView_deco01 {
  width: 17%;
  position: absolute;
  top: 0;
  right: 0;
}
.subMainView .mainView_deco02 {
  position: absolute;
  width: 17%;
  bottom: -25px;
  left: 0;
}
.subMainView .mainView_usi {
  width: 10.4%;
  position: absolute;
  bottom: 0;
  right: 5%;
}
.subMainView .subMainView_bottom {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
}
@media (max-width: 768px) {
  .subMainView {
    padding: 60px 0 0;
    background-color: #f6efe4;
    position: relative;
  }
  .subMainView h2 {
    font-size: 18px;
    color: #ffa022;
    text-align: center;
  }
  .subMainView h2 span {
    line-height: 1.6em;
    color: #91633c;
    font-size: 24px;
  }
  .subMainView .mainView_deco01 {
    width: 17%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .subMainView .mainView_deco02 {
    position: absolute;
    width: 17%;
    bottom: -25px;
    left: 0;
  }
  .subMainView .mainView_usi {
    width: 14%;
    position: absolute;
    bottom: 0;
    right: 5%;
  }
  .subMainView .subMainView_bottom {
    width: 100%;
    height: 30px;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
  }
}

h2.ttl_jp {
  color: #ffa022;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
}
h2.ttl_jp span {
  font-size: 18px;
  color: #91633c;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2.ttl_jp {
    font-size: 24px;
  }
  h2.ttl_jp span {
    font-size: 13px;
  }
}

.inner600 {
  width: 90%;
  max-width: 600px;
  margin: auto;
}

.inner700 {
  width: 90%;
  max-width: 700px;
  margin: auto;
}

.inner900 {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

@media (max-width: 1024px) {
  .pcl_display {
    display: none;
  }
}

.pc_display {
  display: none;
}
@media (max-width: 1024px) {
  .pc_display {
    display: block;
  }
}

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

.sp_display {
  display: none;
}
@media (max-width: 576px) {
  .sp_display {
    display: block;
  }
}

.content_inner {
  width: 90%;
  max-width: 1040px;
  margin: auto;
}

.to_top {
  display: none;
  transition: all 0.6s;
}

.to_top.active {
  display: block;
  width: 76px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 768px) {
  .to_top.active {
    width: 42px;
    position: fixed;
    bottom: 25px;
    right: 25px;
  }
}

.text_center {
  text-align: center;
}

.mg_auto {
  margin: auto;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .mb_50 {
    margin-bottom: 25px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

/* ------- news_list ----------- */
.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 70px;
}
.news_list .news_item .news_item_img {
  width: 100%;
  aspect-ratio: 81/52;
  margin-bottom: 20px;
}
.news_list .news_item .news_item_img img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list .news_item .news_item_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news_list .news_item .news_item_data ul {
  list-style: none;
}
.news_list .news_item .news_item_data ul a {
  font-size: 13px;
  display: inline-block;
  padding: 1px 15px;
  border: #ffa022 1px solid;
  border-radius: 999px;
}
.news_list .news_item .news_item_data time {
  font-size: 15px;
}
.news_list .news_item h3 {
  font-size: 16px;
  font-weight: 700;
}
.news_list .news_item_first {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
}
.news_list .news_item_first .news_item_img {
  width: 47%;
}
.news_list .news_item_first .news_item_text {
  width: 47%;
}
.news_list .news_item_first .news_item_text h3 {
  font-size: 22px;
  color: #ffa022;
  margin-bottom: 30px;
}
.news_list .news_item_first .news_item_text p {
  line-height: 2.5em;
}
@media (max-width: 1024px) {
  .news_list .news_item .news_item_data {
    display: block;
  }
  .news_list .news_item .news_item_data ul {
    margin-bottom: 10px;
  }
  .news_list .news_item .news_item_data time {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .news_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_list .news_item_first {
    grid-column: 1/-1;
    display: block;
  }
  .news_list .news_item_first .news_item_img {
    width: 100%;
  }
  .news_list .news_item_first .news_item_text {
    width: 100%;
  }
  .news_list .news_item_first .news_item_text h3 {
    font-size: 22px;
    color: #ffa022;
    margin-bottom: 30px;
  }
  .news_list .news_item_first .news_item_text p {
    line-height: 2.5em;
  }
}

/* ------- btn ----------- */
.link_btn {
  display: inline-grid;
  border-radius: 999px;
  border: #ffa022 1px solid;
  padding: 3px;
  background-color: #fff9f1;
}
.link_btn span {
  color: #ffa022;
  font-size: 15px;
  padding: 12px 70px;
  border-radius: 999px;
  border: #ffa022 1px dotted;
}

/* ------- page_navi ----------- */
.page_navi {
  margin-bottom: 50px;
}

.pagination {
  text-align: center;
}

.nav-links,
.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nav-links a,
.page-numbers a {
  text-decoration: none;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links .dots {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #fff;
  color: #ffa022;
  border-radius: 50%;
  margin-right: 25px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 1px 1px 1px #a8a8a8;
}
.nav-links a.page-numbers:hover {
  color: #ffa022;
  background-color: #f6efe4;
  opacity: 0.6;
  border-radius: 50%;
}
.nav-links .current {
  background: #ffa022;
  color: #ffffff;
  padding: 0;
}
.nav-links a.prev,
.nav-links a.next {
  background: none;
  box-shadow: none;
  position: relative;
  width: 25px;
  height: 25px;
}
.nav-links a.prev:hover,
.nav-links a.next:hover {
  background-color: transparent;
}
.nav-links .dots {
  background: transparent;
  border: none;
}

/* ------- 404 ----------- */
.min_content {
  min-height: 500px;
}
.min_content p {
  margin-top: 50px;
  text-align: center;
}

/* ------- page_navi ----------- */
.info_pagination {
  margin-bottom: 30px;
}
.info_pagination .nav-links {
  display: flex;
}

.info_pagination,
.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.info_pagination a,
.page-numbers a {
  text-decoration: none;
}

.info_pagination .page-numbers,
.info_pagination .current,
.info_pagination .dots {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border: #91633c 1px solid;
  color: #91633c;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #f6efe4;
  font-size: 14px;
}
.info_pagination a.page-numbers:hover {
  color: #fff;
  background-color: #ffa022;
  opacity: 0.6;
}
.info_pagination .current {
  background: #ffa022;
  color: #ffffff;
  border: none;
  padding: 0;
}
.info_pagination a.prev,
.info_pagination a.next {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border: #91633c 1px solid;
  color: #91633c;
  border-radius: 50%;
  font-size: 14px;
  background-color: #f6efe4;
}
.info_pagination a.prev:hover,
.info_pagination a.next:hover {
  color: #fff;
  background-color: #ffa022;
  opacity: 0.6;
}
.info_pagination .dots {
  background: transparent;
  border: none;
}

/* header */
header {
  width: 100%;
  padding: 30px 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.header_inner {
  padding: 20px 20px;
  width: fit-content;
  margin: auto;
  border-radius: 999px;
  transition: all 0.8;
}

header.is-show .header_inner {
  transition: all 0.6;
  background-color: rgba(255, 255, 255, 0.8784313725);
}
@media (max-width: 1024px) {
  header.is-show .header_inner {
    background-color: inherit;
  }
}

.header_logo {
  position: fixed;
  top: 30px;
  left: 3%;
  width: 130px;
  z-index: 100;
}
.header_logo img {
  margin-bottom: 10px;
}
.header_logo p {
  font-size: 10px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header_logo {
    top: 20px;
    width: 100px;
  }
  .header_logo p {
    font-size: 8px;
  }
}

.global_nav ul {
  padding: 0;
  margin: auto;
  list-style: none;
  display: flex;
  justify-content: center;
}
.global_nav ul li {
  padding: 0 10px;
  text-align: center;
  line-height: 1.2em;
}
.global_nav ul li a {
  color: #ffa022;
  font-size: 18px;
  font-weight: 800;
}
.global_nav ul li a span {
  color: #91633c;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .global_nav {
    display: none;
  }
}

.hamburger,
.sp_follow_btn {
  display: none;
}

@media (max-width: 1024px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 30px;
    border: #ffa022 2px solid;
    border-radius: 999px;
    cursor: pointer;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .sp_follow_btn {
    display: block;
    position: fixed;
    z-index: 999;
    right: 80px;
    top: 23px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  left: 10px;
  background: #ffa022;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 8px;
}

.hamburger span:nth-child(2) {
  top: 16px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 11px;
  left: 9px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.hamburger.active span:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sp_global_nav {
  display: none;
  overflow: auto;
  position: fixed;
  background: rgba(255, 255, 255, 0.9019607843);
  z-index: 555;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 30px;
  padding: 50px 8% 30px;
  font-size: 20px;
  font-weight: 800;
}
.sp_global_nav ul {
  list-style: none;
}
.sp_global_nav ul li {
  padding: 15px 0;
}
.sp_global_nav ul li a {
  color: #ffa022;
}
.sp_global_nav ul li a span {
  padding-left: 10px;
  color: #91633c;
  font-size: 11px;
}
@media (max-width: 1024px) {
  .sp_global_nav {
    display: block;
  }
}

.sp_global_nav.active {
  overflow: auto;
  z-index: 555;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* footer */
footer {
  position: relative;
}
footer .footer_wrap {
  padding: 270px 0 100px;
  background-color: #f6efe4;
}
footer .footer_wrap .footer_inner {
  width: 73%;
  max-width: 1050px;
  margin: auto;
}
footer .footer_wrap .footer_inner .footer_copy {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 768px) {
  footer {
    position: relative;
  }
  footer .footer_wrap {
    padding: 270px 0 30px;
    background-color: #f6efe4;
  }
  footer .footer_wrap .footer_inner {
    width: 90%;
    margin: auto;
  }
  footer .footer_wrap .footer_inner .footer_copy {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
  }
}

footer .endoFarm_footer_wrap {
  padding: 100px 0 100px;
}
@media (max-width: 768px) {
  footer .endoFarm_footer_wrap {
    padding: 50px 0 30px;
  }
}

.footer_top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 90px;
}
.footer_top .footer_usi {
  position: absolute;
  width: 14%;
  top: 0;
  right: 0;
}
.footer_top .footer_logo {
  width: 130px;
}
.footer_top .footer_logo img {
  margin-bottom: 10px;
}
.footer_top .footer_logo p {
  font-size: 10px;
  text-align: center;
  line-height: 1.5em;
  white-space: nowrap;
}
.footer_top .footer_info p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.5em;
}
.footer_top .footer_info p span {
  font-size: 20px;
}
.footer_top .footer_info .footer_follow {
  font-size: 16px;
}
.footer_top .footer_info .footer_follow img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .footer_top {
    position: relative;
    display: block;
    gap: 0;
    margin-bottom: 90px;
  }
  .footer_top .footer_usi {
    position: absolute;
    width: 14%;
    top: 240px;
    right: 30px;
  }
  .footer_top .footer_logo {
    width: 130px;
    margin: auto;
    margin-bottom: 20px;
  }
  .footer_top .footer_logo img {
    margin-bottom: 10px;
  }
  .footer_top .footer_logo p {
    font-size: 10px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
  }
  .footer_top .footer_info {
    width: fit-content;
    margin: auto;
  }
  .footer_top .footer_info p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .footer_top .footer_info p span {
    font-size: 18px;
  }
  .footer_top .footer_info .footer_follow {
    font-size: 12px;
  }
  .footer_top .footer_info .footer_follow img {
    width: 24px;
    height: 24px;
  }
}

.footer_nav {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.footer_nav ul {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  justify-content: center;
}
.footer_nav ul li {
  padding: 0 10px;
  text-align: center;
  line-height: 1.2em;
}
.footer_nav ul li a {
  color: #ffa022;
  font-size: 18px;
  font-weight: 800;
}
.footer_nav ul li a span {
  color: #91633c;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer_nav {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_nav ul {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .footer_nav ul li {
    padding: 0 10px;
    text-align: center;
    line-height: 1.2em;
  }
  .footer_nav ul li a {
    color: #ffa022;
    font-size: 18px;
    font-weight: 800;
  }
  .footer_nav ul li a span {
    color: #91633c;
    font-size: 12px;
  }
}

.footer_endo_img {
  position: absolute;
  width: 70%;
  min-width: 690px;
  bottom: 560px;
  right: 0;
}
@media (max-width: 768px) {
  .footer_endo_img {
    width: 100%;
    min-width: 560px;
    bottom: 720px;
    right: 0;
  }
}

.footer_endo_text {
  position: absolute;
  bottom: 500px;
  left: 3%;
  width: 574px;
  padding-top: 82px;
  padding-right: 3%;
  aspect-ratio: 287/216;
  background-image: url(../images/endo_mask.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer_endo_text .footer_endo_logo {
  width: 320px;
  margin: auto;
  margin-bottom: 20px;
}
.footer_endo_text p {
  text-align: center;
  font-size: 15px;
  line-height: 2.5em;
  margin-bottom: 20px;
}
.footer_endo_text .link_btn {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .footer_endo_text {
    position: absolute;
    bottom: 600px;
    left: 3%;
    width: 360px;
    padding-top: 42px;
    padding-right: 3%;
    aspect-ratio: 287/216;
    background-image: url(../images/endo_mask.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .footer_endo_text .footer_endo_logo {
    width: 189px;
    margin: auto;
    margin-bottom: 10px;
  }
  .footer_endo_text p {
    text-align: center;
    font-size: 12px;
    line-height: 2.5em;
    margin-bottom: 10px;
  }
  .footer_endo_text .link_btn {
    background-color: #fff;
  }
  .footer_endo_text .link_btn span {
    color: #ffa022;
    font-size: 12px;
    padding: 6px 40px;
    border-radius: 999px;
    border: #ffa022 1px dotted;
  }
}
@media (max-width: 768px) {
  .footer_endo_text {
    position: absolute;
    bottom: 600px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    padding-top: 42px;
    padding-right: 3%;
    aspect-ratio: 287/216;
    background-image: url(../images/endo_mask.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .footer_endo_text .footer_endo_logo {
    width: 189px;
    margin: auto;
    margin-bottom: 10px;
  }
  .footer_endo_text p {
    text-align: center;
    font-size: 12px;
    line-height: 2.5em;
    margin-bottom: 10px;
  }
  .footer_endo_text .link_btn {
    background-color: #fff;
  }
  .footer_endo_text .link_btn span {
    color: #ffa022;
    font-size: 12px;
    padding: 6px 40px;
    border-radius: 999px;
    border: #ffa022 1px dotted;
  }
}

/*-------- mainView ----------- */
.mainView {
  background-color: #f6efe4;
  padding: 160px 0 60px;
  position: relative;
}
.mainView .follow_btn {
  position: absolute;
  top: 50%;
  left: 30px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 99;
}
.mainView .follow_btn img {
  width: 24px;
  height: 24px;
}
.mainView .mainView_deco01 {
  width: 17%;
  position: absolute;
  top: 0;
  right: 0;
}
.mainView .mainView_deco02 {
  position: absolute;
  width: 17%;
  bottom: 0;
  left: 0;
}
.mainView .mainView_usi {
  width: 16.6%;
  position: absolute;
  top: 30%;
  right: 30px;
}
.mainView .mainView_bg {
  position: relative;
  width: 59%;
  aspect-ratio: 850/480;
  background-color: #ffcc88;
  border-radius: 9999px;
  margin: auto;
}
.mainView .mainView_bg .mainView_img {
  position: absolute;
  width: 98%;
  top: 52%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.mainView .mainView_bg p {
  font-size: 1.9444444444vw;
  font-weight: 800;
  line-height: 1.5em;
  white-space: nowrap;
  position: absolute;
  top: 5%;
  left: 55%;
}
@media (max-width: 768px) {
  .mainView {
    background-color: #f6efe4;
    padding: 160px 0 60px;
    position: relative;
  }
  .mainView .follow_btn {
    display: none;
  }
  .mainView .mainView_deco01 {
    width: 17%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mainView .mainView_deco02 {
    position: absolute;
    width: 17%;
    bottom: 0;
    left: 0;
  }
  .mainView .mainView_usi {
    width: 16.6%;
    position: absolute;
    top: 50%;
    right: 3%;
  }
  .mainView .mainView_bg {
    position: relative;
    width: 59%;
    aspect-ratio: 850/480;
    background-color: #ffcc88;
    border-radius: 9999px;
    margin: auto;
  }
  .mainView .mainView_bg .mainView_img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mainView .mainView_bg p {
    font-size: 1.9444444444vw;
    font-weight: 800;
    line-height: 1.5em;
    white-space: nowrap;
    position: absolute;
    top: 5%;
    left: 55%;
  }
}
@media (max-width: 576px) {
  .mainView {
    background-color: #f6efe4;
    padding: 260px 0 60px;
    position: relative;
  }
  .mainView .follow_btn {
    display: none;
  }
  .mainView .mainView_deco01 {
    width: 17%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mainView .mainView_deco02 {
    position: absolute;
    width: 17%;
    bottom: 0;
    left: 0;
  }
  .mainView .mainView_usi {
    width: 16.6%;
    position: absolute;
    top: 19%;
    right: 13%;
  }
  .mainView .mainView_bg {
    position: relative;
    width: 67%;
    aspect-ratio: 850/480;
    background-color: #ffcc88;
    border-radius: 9999px;
    margin: auto;
  }
  .mainView .mainView_bg .mainView_img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mainView .mainView_bg p {
    font-size: 3.8560411311vw;
    font-weight: 800;
    line-height: 1.5em;
    white-space: nowrap;
    position: absolute;
    top: -43%;
    left: -15%;
  }
}

/*-------- topContent ----------- */
.topContent {
  background-color: #f6efe4;
  padding-bottom: 80px;
}
.topContent .topContent_news {
  display: flex;
  width: 73%;
  height: 50px;
  padding: 15px 30px;
  border-radius: 999px;
  border: #ffa022 1px solid;
  margin: auto;
  margin-bottom: 50px;
  line-height: 20px;
}
.topContent .topContent_news .topContent_news_h {
  color: #ffa022;
  font-size: 17px;
  padding-right: 30px;
  border-right: #ffa022 1px solid;
}
.topContent .topContent_news time {
  line-height: 20px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 16px;
  color: #ffa022;
}
.topContent .topContent_news .topContent_news_t {
  line-height: 20px;
  font-size: 15px;
  color: #ffa022;
}
@media (max-width: 1024px) {
  .topContent .topContent_news {
    display: block;
    width: 50%;
    height: auto;
    padding: 15px 30px;
    border-radius: 20px;
    margin-bottom: 50px;
    line-height: 2em;
  }
  .topContent .topContent_news .topContent_news_h {
    color: #ffa022;
    border-right: none;
    border-bottom: #ffa022 1px solid;
  }
  .topContent .topContent_news time {
    line-height: 2em;
    font-size: 14px;
    padding-left: 0px;
  }
  .topContent .topContent_news .topContent_news_t {
    line-height: 1.6em;
  }
}
@media (max-width: 768px) {
  .topContent .topContent_news {
    width: 90%;
    height: auto;
    padding: 15px 20px;
    border-radius: 16px;
    margin-bottom: 30px;
    line-height: 2em;
  }
  .topContent .topContent_news .topContent_news_h {
    font-size: 14px;
    color: #ffa022;
    border-right: none;
    border-bottom: #ffa022 1px solid;
  }
  .topContent .topContent_news time {
    line-height: 2em;
    font-size: 12px;
    padding-left: 0px;
  }
  .topContent .topContent_news .topContent_news_t {
    font-size: 13px;
    line-height: 1.6em;
  }
}

.topContent_box {
  background-image: url(../images/logo_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  width: 1023px;
  margin: auto;
}
.topContent_box .topContent_box_r {
  width: 43%;
}
.topContent_box .topContent_box_r .topContent_box_logo {
  margin-bottom: 30px;
}
.topContent_box .topContent_box_l {
  width: 50%;
}
.topContent_box .topContent_box_l h3 {
  font-size: 22px;
  line-height: 2em;
  margin-bottom: 20px;
}
.topContent_box .topContent_box_l p {
  line-height: 2.5em;
}
@media (max-width: 1024px) {
  .topContent_box {
    display: block;
    padding: 40px 0;
    width: 80%;
    margin: auto;
  }
  .topContent_box .topContent_box_r {
    width: 90%;
    margin: auto;
  }
  .topContent_box .topContent_box_r .topContent_box_logo {
    margin-bottom: 30px;
  }
  .topContent_box .topContent_box_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .topContent_box .topContent_box_l h3 {
    text-align: center;
    font-size: 22px;
    line-height: 2em;
    margin-bottom: 20px;
  }
  .topContent_box .topContent_box_l p {
    width: fit-content;
    margin: auto;
    line-height: 2.5em;
  }
}
@media (max-width: 768px) {
  .topContent_box {
    display: block;
    padding: 40px 0;
    width: 90%;
    margin: auto;
  }
  .topContent_box .topContent_box_r {
    width: 90%;
    margin: auto;
  }
  .topContent_box .topContent_box_r .topContent_box_logo {
    margin-bottom: 30px;
  }
  .topContent_box .topContent_box_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .topContent_box .topContent_box_l h3 {
    text-align: center;
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 20px;
  }
  .topContent_box .topContent_box_l p {
    font-size: 15px;
    width: fit-content;
    margin: auto;
    line-height: 2.5em;
  }
}

/*------ story -------*/
.story {
  width: 100%;
  padding: 120px 0;
  position: relative;
}
.story .story_content {
  width: 33%;
  max-width: 480px;
  margin: auto;
}
.story .story_content h2 {
  color: #ffa022;
  font-size: 72px;
  text-align: center;
  margin-bottom: 90px;
  line-height: 0.5em;
}
.story .story_content h2 span {
  color: #91633c;
  font-size: 15px;
  font-weight: 700;
}
.story .story_content p {
  font-size: 16px;
  line-height: 2.5em;
}
.story .story_img1 {
  position: absolute;
  width: 23%;
  max-width: 331px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.story .story_img2 {
  position: absolute;
  width: 23%;
  max-width: 331px;
  top: 20%;
  right: 0;
}
@media (max-width: 1024px) {
  .story .story_content {
    width: 80%;
    margin-bottom: 140px;
  }
  .story .story_img1 {
    position: static;
    transform: none;
    width: 23%;
  }
  .story .story_img2 {
    position: absolute;
    width: 23%;
    max-width: 331px;
    top: 66%;
    right: 0;
  }
}
@media (max-width: 768px) {
  .story .story_content h2 {
    font-size: 42px;
  }
  .story .story_content h2 span {
    font-size: 12px;
  }
  .story .story_content p {
    font-size: 16px;
    line-height: 2.5em;
  }
  .story .story_img1 {
    position: static;
    width: 40%;
  }
  .story .story_img2 {
    position: absolute;
    width: 40%;
    top: 68%;
    right: 0;
  }
}

/*------ passion -------*/
.passion {
  background-color: #f6efe4;
  width: 100%;
  position: relative;
  padding: 150px 0;
}
.passion .passion_deco01 {
  max-width: 234px;
  position: absolute;
  width: 16%;
  top: 0;
  right: 10%;
  transform: translateY(-50%);
}
.passion .passion_deco02 {
  position: absolute;
  width: 8%;
  max-width: 112px;
  top: 0;
  left: 15%;
  transform: translateY(-50%);
}
.passion h2 {
  margin-bottom: 100px;
}
.passion .passion_content {
  width: 1092px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.passion .passion_content .passion_content_img {
  width: 48%;
}
.passion .passion_content .passion_content_text {
  width: 42%;
  padding-right: 6%;
}
.passion .passion_content .passion_content_text h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5em;
}
.passion .passion_content .passion_content_text p {
  font-size: 16px;
  line-height: 2.5em;
}
.passion .passion_content2 {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .passion .passion_content {
    width: 80%;
    display: block;
    margin-bottom: 50px;
  }
  .passion .passion_content .passion_content_img {
    width: 80%;
  }
  .passion .passion_content .passion_content_text {
    width: 80%;
    padding-right: 6%;
    margin-left: auto;
  }
  .passion .passion_content2 {
    margin-top: 30px;
  }
  .passion .passion_content2 .passion_content_img {
    margin-left: auto;
  }
  .passion .passion_content2 .passion_content_text {
    margin-right: auto;
    margin-left: 5%;
  }
}
@media (max-width: 768px) {
  .passion {
    padding-bottom: 0;
  }
  .passion h2 {
    margin-bottom: 60px;
  }
  .passion .passion_content {
    width: 100%;
  }
  .passion .passion_content .passion_content_img {
    width: 87%;
  }
  .passion .passion_content .passion_content_text {
    width: 74%;
  }
  .passion .passion_content .passion_content_text h3 {
    font-size: 18px;
  }
  .passion .passion_content .passion_content_text p {
    font-size: 13px;
  }
  .passion .passion_space {
    width: 400px;
    aspect-ratio: 317/391;
  }
}

.passion_content3 {
  position: relative;
  width: 95%;
}
.passion_content3 .passion_content3_img {
  width: 77%;
}
.passion_content3 .passion_content3_text {
  padding: 9%;
  position: absolute;
  width: 46%;
  aspect-ratio: 317/391;
  background-image: url(../images/omoi_mask.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  right: 0;
}
.passion_content3 .passion_content3_text h3 {
  font-weight: 700;
  font-size: 1.8055555556vw;
  margin-bottom: 1.6rem;
}
.passion_content3 .passion_content3_text p {
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 2.5em;
}
@media (max-width: 768px) {
  .passion_content3 {
    position: relative;
    width: 100%;
  }
  .passion_content3 .passion_content3_img {
    width: 100%;
  }
  .passion_content3 .passion_content3_text {
    padding: 90px;
    width: 430px;
    top: 60%;
    right: -2%;
  }
  .passion_content3 .passion_content3_text h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1.6rem;
  }
  .passion_content3 .passion_content3_text p {
    font-weight: 700;
    font-size: 13px;
    line-height: 2em;
  }
}

/*------ shop -------*/
.shop {
  padding: 50px 0 120px;
  background-color: #f6efe4;
}
.shop .shop_content {
  width: 74%;
  max-width: 1060px;
  margin: auto;
}
.shop .shop_content h2 {
  color: #ffa022;
  font-size: 74px;
  margin-bottom: 90px;
  line-height: 0.5em;
}
.shop .shop_content h2 span {
  color: #91633c;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 768px) {
  .shop .shop_content h2 {
    font-size: 42px;
  }
  .shop .shop_content h2 span {
    font-size: 12px;
  }
}

.swiper {
  overflow: visible;
}

.subShop {
  padding: 120px 0;
  background-color: #f6efe4;
}
.subShop .subShop_content {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.subShop .subShop_content h2 {
  color: #ffa022;
  font-size: 74px;
  margin-bottom: 90px;
  line-height: 0.5em;
}
.subShop .subShop_content h2 span {
  color: #91633c;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 768px) {
  .subShop .shop_content h2 {
    font-size: 42px;
  }
  .subShop .shop_content h2 span {
    font-size: 12px;
  }
}

.shop_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 20px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .shop_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .shop_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.shop_item {
  padding: 16px;
  border-radius: 999px 999px 60px 60px;
  background-color: #fff9f1;
}
.shop_item .shop_item_img {
  margin-bottom: 30px;
}
.shop_item .shop_item_img img {
  border-radius: 999px 999px 20px 20px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.shop_item h3 {
  color: #ffa022;
  font-size: 18px;
  margin-bottom: 20px;
  height: 50px;
}
.shop_item p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.shop_item .g_map img {
  width: 24px;
  height: 24px;
}
.shop_item .g_map span {
  border-bottom: #91633c 1px solid;
}

/*------ news -------*/
.news {
  padding: 100px 0 0;
}
.news .news_content {
  width: 74%;
  max-width: 1060px;
  margin: auto;
}
.news .news_content h2 {
  color: #ffa022;
  font-size: 74px;
  margin-bottom: 90px;
  line-height: 0.5em;
}
.news .news_content h2 span {
  color: #91633c;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .news .news_content {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .news {
    padding: 100px 0 0;
  }
  .news .news_content {
    width: 90%;
  }
  .news .news_content h2 {
    font-size: 42px;
  }
  .news .news_content h2 span {
    font-size: 12px;
  }
}

/*------ Company -------*/
.subStory {
  padding: 60px 0;
}

.company {
  position: relative;
  padding-top: 110px;
}
.company .company_img {
  position: absolute;
  width: 40%;
  left: 0;
  bottom: 0;
}
.company .company_content {
  width: 73%;
  max-width: 1046px;
  margin: auto;
}
.company .company_content h2 {
  color: #ffa022;
  font-size: 74px;
  margin-bottom: 90px;
  line-height: 0.5em;
}
.company .company_content h2 span {
  color: #91633c;
  font-weight: 700;
  font-size: 15px;
}
.company .company_content .company_tb {
  display: flex;
  justify-content: right;
  padding-bottom: 240px;
}
.company .company_content table {
  width: 545px;
  border-collapse: collapse;
}
.company .company_content table th {
  border-bottom: #f6efe4 1px solid;
  width: 140px;
}
.company .company_content table th:nth-of-type(1) {
  border-top: #f6efe4 1px solid;
}
.company .company_content table th p {
  background-color: #fff9f1;
  border-radius: 999px;
  color: #ffa022;
  padding: 10px;
  font-size: 16px;
  line-height: 1em;
}
.company .company_content table td {
  border-bottom: #f6efe4 1px solid;
  width: 500px;
  padding: 20px;
  font-size: 16px;
}
.company .company_content table td:nth-of-type(1) {
  border-top: #f6efe4 1px solid;
}
@media (max-width: 768px) {
  .company {
    position: relative;
    padding-top: 60px;
  }
  .company .company_img {
    display: none;
  }
  .company .company_content {
    width: 90%;
    max-width: 1046px;
    margin: auto;
  }
  .company .company_content h2 {
    color: #ffa022;
    font-size: 42px;
    margin-bottom: 90px;
    line-height: 0.5em;
  }
  .company .company_content h2 span {
    color: #91633c;
    font-weight: 700;
    font-size: 12px;
  }
  .company .company_content .company_tb {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
  }
  .company .company_content table {
    width: 100%;
    border-collapse: collapse;
  }
  .company .company_content table th,
  .company .company_content table td {
    display: block;
  }
  .company .company_content table th {
    padding-top: 18px;
    border-bottom: none;
    width: 100%;
  }
  .company .company_content table th:nth-of-type(1) {
    border-top: #f6efe4 1px solid;
  }
  .company .company_content table th p {
    width: 140px;
    background-color: #fff9f1;
    border-radius: 999px;
    color: #ffa022;
    padding: 10px;
    font-size: 16px;
  }
  .company .company_content table td {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    border-bottom: #f6efe4 1px solid;
  }
  .company .company_content table td:nth-of-type(1) {
    border-top: none;
  }
}

/*------ kodawari -------*/
.kodawari {
  padding: 60px 0 120px;
}
.kodawari h4 {
  font-size: 26px;
  font-weight: 700;
  width: fit-content;
  margin: auto;
  line-height: 1.5em;
  margin-bottom: 70px;
}
.kodawari .inner600 p {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 2.5em;
}
.kodawari .kodawari_01 {
  margin-bottom: 120px;
}
.kodawari .kodawari_list .kodawari_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.kodawari .kodawari_list .kodawari_item .kodawari_img {
  width: 46.6%;
}
.kodawari .kodawari_list .kodawari_item .kodawari_img img {
  border-radius: 30px;
  aspect-ratio: 420/280;
  object-fit: cover;
}
.kodawari .kodawari_list .kodawari_item .kodawari_text {
  width: 46.6%;
}
.kodawari .kodawari_list .kodawari_item .kodawari_text h3 {
  display: flex;
  font-size: 26px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.kodawari .kodawari_list .kodawari_item .kodawari_text h3 span:nth-of-type(2) {
  margin: 20px 5px;
  width: 25px;
  height: 1px;
  background-color: #000;
}
.kodawari .kodawari_list .kodawari_item .kodawari_text p {
  font-size: 16px;
  line-height: 2em;
}
@media (max-width: 768px) {
  .kodawari {
    padding: 60px 0 120px;
  }
  .kodawari h4 {
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
    margin: auto;
    line-height: 1.5em;
    margin-bottom: 70px;
  }
  .kodawari .inner600 p {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 2.5em;
  }
  .kodawari .kodawari_01 {
    margin-bottom: 120px;
  }
  .kodawari .kodawari_list .kodawari_item {
    display: block;
    margin-bottom: 90px;
  }
  .kodawari .kodawari_list .kodawari_item .kodawari_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .kodawari .kodawari_list .kodawari_item .kodawari_img img {
    border-radius: 30px;
    aspect-ratio: 420/280;
    object-fit: cover;
  }
  .kodawari .kodawari_list .kodawari_item .kodawari_text {
    width: 100%;
  }
  .kodawari .kodawari_list .kodawari_item .kodawari_text h3 {
    display: flex;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 40px;
  }
  .kodawari .kodawari_list .kodawari_item .kodawari_text h3 span:nth-of-type(2) {
    margin: 15px 5px;
    width: 20px;
    height: 1px;
    background-color: #000;
  }
  .kodawari .kodawari_list .kodawari_item .kodawari_text p {
    font-size: 15px;
    line-height: 2em;
  }
}

.kodawari_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.eat {
  padding-top: 120px;
}
.eat h2 {
  margin-bottom: 60px;
}
.eat .eat_p01 {
  font-size: 16px;
  line-height: 2.5em;
  margin-bottom: 30px;
}
.eat .eat_content {
  position: relative;
  width: 90%;
  max-width: 888px;
  aspect-ratio: 444/247;
}
.eat .eat_content .eat_img {
  position: absolute;
  width: 59%;
  bottom: 0;
  left: 0;
}
.eat .eat_content .eat_text {
  position: absolute;
  width: 434px;
  height: 359px;
  padding: 50px 0 0 70px;
  top: 0;
  right: 0;
  background-image: url(../images/tabekata_mask.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.eat .eat_content .eat_text li {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5em;
}
.eat .eat_box {
  padding: 40px 0;
  background-color: #f6efe4;
  border-radius: 20px;
}
.eat .eat_box .eat_box_ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.eat .eat_box ul {
  width: fit-content;
  margin: auto;
}
.eat .eat_box ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5em;
}
@media (max-width: 768px) {
  .eat {
    padding-top: 120px;
  }
  .eat h2 {
    margin-bottom: 60px;
  }
  .eat .eat_p01 {
    font-size: 16px;
    line-height: 2.5em;
    margin-bottom: 30px;
  }
  .eat .eat_content {
    position: relative;
    width: 90%;
    max-width: 888px;
    aspect-ratio: 1/1;
  }
  .eat .eat_content .eat_img {
    position: absolute;
    width: 59%;
    bottom: 0;
    left: 0;
  }
  .eat .eat_content .eat_text {
    position: absolute;
    width: 300px;
    height: auto;
    padding: 50px 0 0 37px;
    top: 0;
    right: 0;
    background-image: url(../images/tabekata_mask.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 434/359;
  }
  .eat .eat_content .eat_text li {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
  }
  .eat .eat_box {
    padding: 40px 0;
    background-color: #f6efe4;
    border-radius: 20px;
  }
  .eat .eat_box .eat_box_ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
  }
  .eat .eat_box ul {
    width: fit-content;
    margin: auto;
    padding-left: 20px;
  }
  .eat .eat_box ul li {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5em;
  }
}

/*------ arhcive_sec -------*/
.arhcive_sec {
  padding-top: 60px;
}
.arhcive_sec .arhcive_content {
  width: 90%;
  max-width: 1032px;
  margin: auto;
}

/*------ endoFarm -------*/
.endoFarm {
  padding-top: 60px;
}
.endoFarm .endoFarm_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.endoFarm .endoFarm_item .endoFarm_item_img,
.endoFarm .endoFarm_item .endoFarm_item_text {
  width: 47%;
}
.endoFarm .endoFarm_item_re {
  flex-direction: row-reverse;
}
.endoFarm h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 2em;
  border-bottom: #91633c 1px solid;
  margin-bottom: 40px;
}
.endoFarm .endoFarm_banner {
  width: 80%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .endoFarm {
    padding-top: 60px;
  }
  .endoFarm .endoFarm_item {
    display: block;
    margin-bottom: 40px;
  }
  .endoFarm .endoFarm_item .endoFarm_item_img,
  .endoFarm .endoFarm_item .endoFarm_item_text {
    width: 100%;
  }
  .endoFarm .endoFarm_item_re {
    flex-direction: row-reverse;
  }
  .endoFarm h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
    border-bottom: #91633c 1px solid;
    margin-bottom: 40px;
  }
  .endoFarm .endoFarm_banner {
    width: 80%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
  }
}

/*------ cows_list -------*/
.arhcive_sec {
  position: relative;
}
.arhcive_sec .cows_deco01 {
  position: absolute;
  width: 7%;
  top: 10%;
  left: 0;
  z-index: -1;
}
.arhcive_sec .cows_deco02 {
  position: absolute;
  width: 7%;
  bottom: 10%;
  right: 0;
  z-index: -1;
}

.cows_list .cows_item {
  border-bottom: #cccccc 1px solid;
  margin-bottom: 80px;
}
.cows_list .cows_item .cows_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cows_list .cows_item .cows_item_top .cows_item_img {
  width: 41%;
}
.cows_list .cows_item .cows_item_top .cows_item_tb {
  width: 53%;
}
.cows_list .cows_item .cows_item_top table {
  width: 100%;
  border-collapse: collapse;
}
.cows_list .cows_item .cows_item_top table th {
  border-bottom: #f6efe4 1px solid;
  width: 140px;
}
.cows_list .cows_item .cows_item_top table th:nth-of-type(1) {
  border-top: #f6efe4 1px solid;
}
.cows_list .cows_item .cows_item_top table th p {
  background-color: #fff9f1;
  border-radius: 999px;
  color: #ffa022;
  padding: 10px;
  font-size: 16px;
  line-height: 1em;
  white-space: nowrap;
}
.cows_list .cows_item .cows_item_top table td {
  border-bottom: #f6efe4 1px solid;
  width: 500px;
  padding: 20px;
  font-size: 16px;
}
.cows_list .cows_item .cows_item_top table td:nth-of-type(1) {
  border-top: #f6efe4 1px solid;
}
.cows_list .cows_item .cows_item_text {
  background-color: #fff9f1;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 80px;
}
.cows_list .cows_item .cows_item_text h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cows_list .cows_item {
    border-bottom: #cccccc 1px solid;
    margin-bottom: 80px;
  }
  .cows_list .cows_item .cows_item_top {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .cows_list .cows_item .cows_item_top .cows_item_img {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
  .cows_list .cows_item .cows_item_top .cows_item_tb {
    width: 100%;
  }
  .cows_list .cows_item .cows_item_top table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .cows_list .cows_item .cows_item_top table th,
  .cows_list .cows_item .cows_item_top table td {
    display: block;
  }
  .cows_list .cows_item .cows_item_top table th {
    padding-top: 18px;
    border-bottom: none;
    width: 100%;
  }
  .cows_list .cows_item .cows_item_top table th:nth-of-type(1) {
    border-top: #f6efe4 1px solid;
  }
  .cows_list .cows_item .cows_item_top table th p {
    width: 140px;
    background-color: #fff9f1;
    border-radius: 999px;
    color: #ffa022;
    padding: 10px;
    font-size: 16px;
  }
  .cows_list .cows_item .cows_item_top table td {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    border-bottom: #f6efe4 1px solid;
  }
  .cows_list .cows_item .cows_item_top table td:nth-of-type(1) {
    border-top: none;
  }
  .cows_list .cows_item .cows_item_text {
    background-color: #fff9f1;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 80px;
  }
  .cows_list .cows_item .cows_item_text h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}

/*------ contact -------*/
.contact_f {
  padding-top: 60px;
}
.contact_f .contact_top {
  background-color: #f6efe4;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 80px;
}
.contact_f .contact_form {
  width: 90%;
  max-width: 780px;
  margin: auto;
}
.contact_f .contact_form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 100px;
}
.contact_f .contact_form th,
.contact_f .contact_form td {
  font-size: 16px;
  font-weight: 700;
  border-bottom: #dddddd 1px solid;
}
.contact_f .contact_form th {
  width: 35%;
  vertical-align: top;
  padding: 30px 0;
}
.contact_f .contact_form .c_red {
  color: #ed3d2d;
}
.contact_f .contact_form td {
  padding: 20px 0;
  width: 65%;
}
.contact_f .contact_form td input[type=text],
.contact_f .contact_form td textarea {
  width: 100%;
  background-color: #fff9f1;
  font-size: 16px;
  line-height: 1.5em;
  padding: 10px;
  border-radius: 10px;
}
.contact_f .contact_form td.c_checkbox {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .contact_f {
    padding-top: 60px;
  }
  .contact_f .contact_top {
    background-color: #f6efe4;
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 80px;
  }
  .contact_f .contact_form {
    width: 90%;
    max-width: 780px;
    margin: auto;
  }
  .contact_f .contact_form table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 100px;
  }
  .contact_f .contact_form th,
  .contact_f .contact_form td {
    display: block;
    font-size: 16px;
    font-weight: 700;
    border-bottom: none;
  }
  .contact_f .contact_form th {
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding: 30px 0 0;
  }
  .contact_f .contact_form .c_red {
    color: #ed3d2d;
  }
  .contact_f .contact_form td {
    padding: 20px 0;
    width: 100%;
    border-bottom: #dddddd 1px solid;
  }
  .contact_f .contact_form td input[type=text],
  .contact_f .contact_form td textarea {
    width: 100%;
    background-color: #fff9f1;
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px;
    border-radius: 10px;
  }
  .contact_f .contact_form td.c_checkbox {
    padding: 30px 0;
  }
}

.submit_btn {
  text-align: center;
  margin-bottom: 30px;
}

input[type=submit] {
  padding: 15px 70px;
  background-color: #ffa022;
  border-radius: 999px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

input.back_btn {
  background-color: gray;
}

/*------ singlePage -------*/
.singlePage {
  padding-top: 60px;
}
.singlePage .singlePage_wrap {
  width: 90%;
  max-width: 770px;
  margin: auto;
}
.singlePage .singlePage_wrap .singlePage_content {
  padding-bottom: 70px;
  margin-bottom: 60px;
  border-bottom: #cccccc 1px solid;
  min-height: 400px;
}
.singlePage .singlePage_wrap .singlePage_content time {
  font-size: 14px;
  margin-bottom: 20px;
}
.singlePage .singlePage_wrap .singlePage_content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 20px;
}

.previous_link {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.previous_link .previous_link_btn {
  padding: 15px 50px;
  background-color: #ffa022;
  border-radius: 999px;
  color: #fff;
}
.previous_link li:nth-of-type(1) a, .previous_link li:nth-of-type(3) a {
  display: inline-block;
  width: 88px;
  aspect-ratio: 88/68;
  background-image: url(../images/previous_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #ffa022;
  font-size: 15px;
  line-height: 68px;
  text-align: center;
}
@media (max-width: 768px) {
  .previous_link {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .previous_link .previous_link_btn {
    padding: 10px 30px;
    background-color: #ffa022;
    border-radius: 999px;
    color: #fff;
  }
  .previous_link li:nth-of-type(1) a, .previous_link li:nth-of-type(3) a {
    display: inline-block;
    width: 66px;
    aspect-ratio: 88/68;
    background-image: url(../images/previous_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #ffa022;
    font-size: 13px;
    line-height: 51px;
    text-align: center;
  }
}

/*------ privacy -------*/
.privacy {
  padding-top: 60px;
}
.privacy h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 2em;
  border-bottom: #91633c 1px solid;
  margin-bottom: 40px;
  margin-top: 40px;
}
.privacy ul {
  margin-left: 20px;
}
.privacy p {
  line-height: 1.8em;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .privacy h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
    border-bottom: #91633c 1px solid;
    margin-bottom: 40px;
  }
}

/*------  -------*/