@charset "UTF-8";

/*=============== header ===========*/

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.header_container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0 9.5% 0 0;
}

.header_logo {
  height: auto;
  width: 25.6rem;
}

/*=============== gnav ===========*/

.gnav {
  margin-bottom: 2rem;
}

.gnav_menu {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}

.gnav_menu li a::before {
  background: #fff;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -4rem;
  transform: translateX(-50%);
  transition: height 0.3s;
  width: 2px;
}

.gnav_menu li a:hover {
  opacity: 1;
}

.gnav_menu li a:hover:before {
  height: 3rem;
}

.gnav_menu li:last-of-type i {
  font-size: 4rem;
}

/*=============== navbtn ===========*/

.navbtn {
  display: none;
}

.navbtn_line {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 1.4rem;
  position: absolute;
  top: 50%;
  transition: 0.1s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before,
.navbtn_line::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  transition: all 0.3s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before {
  top: -1.2rem;
}

.navbtn_line::after {
  top: 1.2rem;
}

.navbtn.open .navbtn_line {
  visibility: hidden;
}

.navbtn.open .navbtn_line::before {
  transform: translateY(1.2rem) rotate(45deg);
}

.navbtn.open .navbtn_line::after {
  transform: translateY(-1.2rem) rotate(-45deg);
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: url(../img/texture3.jpg) repeat center top/100% auto;
  padding: 3rem 0 10rem;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
}

.footer_nav {
  align-items: center;
  display: flex;
  gap: 3.5rem;
  justify-content: center;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 100%;
}

.footer_nav li:last-of-type a {
  font-size: 4.4rem;
}

.footer_logo {
  height: auto;
  margin-top: 3.5rem;
  width: 22rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: right;
}

/*  ----------------------------------------------------------
main / container 
----------------------------------------------------------  */

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  height: 5rem;
  width: 18.8rem;
}

.more a {
  background: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  gap: 2rem;
  height: 100%;
  letter-spacing: 0.07em;
  line-height: 5rem;
  padding-left: 3.4rem;
  position: relative;
  width: 100%;
}

.more a::after {
  background: var(--bk);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -2rem;
  top: 50%;
  width: 8.1rem;
}

.more-sm {
  height: 3.5rem;
}

.more-sm a {
  line-height: 3.5rem;
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  letter-spacing: 0.07em;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
}

.top-heading .jpn {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.top-heading .eng {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.top-heading .txt {
  color: var(--sub);
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.top-heading-bk .jpn {
  color: var(--bk);
}

.top-heading-bk .eng {
  color: var(--bk);
}

.top-ttl {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.21em;
  line-height: 1.48;
}

.top-ttl span {
  font-size: 1.25em;
}

.top-txt {
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.75;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 30%;
}

.page-news .CMS-NEWS-INDEX {
  padding-bottom: 10rem;
  position: relative;
  row-gap: 5rem;
}

.CMS-NEWS-ITEM {
  width: 30%;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 335/188;
  margin-bottom: 2rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}

.top-news .CMS-NEWS-TIME {
  color: #757575;
}

.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  font-weight: 400;
  line-height: 1.75;
  width: 100%;
}

.top-news .CMS-NEWS-LINK {
  color: #fff;
  font-weight: 300;
}

.CMS-NEWS-MORE-READ {
  background: var(--sub);
  border: 2px solid var(--sub);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(56, 38, 24, 0.5);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--main);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: var(--bk);
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 2rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

.fixed-btn {
  padding: 1rem 0.5rem;
  position: relative;
}

.fixed-btn a {
  color: #fff;
}

.fixed-btn img {
  display: block;
  height: 3.5rem;
  margin: 0 auto 0.8rem;
  width: 3.5rem;
}

.fixed-btn__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
}

.fixed-btn__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn span:first-of-type::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  position: relative;
  width: 1px;
}

.fixed-btn--1 {
  background: var(--main);
}

.fixed-btn--1 span:last-of-type {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn--2 {
  background: var(--red);
}

.fixed-btn--2 span:last-of-type {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-fv {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  overflow-x: hidden;
  padding: 10rem 0 4rem;
  position: relative;
}

.top-fv_txt {
  font-size: 1.1rem;
  letter-spacing: 0.32em;
  margin: 0.4rem 3.5rem 0 0;
  text-align: right;
}

.top-fv_catch {
  color: #fff;
  font-size: clamp(4rem, 2.82vw + 2.94rem, 7rem);
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.37;
  position: absolute;
  right: calc(100% - 25.6rem);
  top: calc(10rem + (48vw - 16rem) / 2);
  transform: translate(70%, -70%);
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
}

.top-fv .scroll {
  aspect-ratio: 25/100;
  background: url(../img/scroll.png) no-repeat left center/contain;
  bottom: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.11em;
  line-height: 1;
  padding: 3rem 0.5rem 0 0;
  position: absolute;
  right: calc((100% - 25.6rem) / 2);
  width: 2.5rem;
  writing-mode: vertical-rl;
  z-index: 5;
}

.top-fv .swiper-pagination {
  bottom: 3.5rem;
  display: flex;
  gap: 2rem;
  left: 82%;
  z-index: 10;
}

.top-fv .swiper-pagination-bullet {
  color: var(--bk);
  font-size: 14px;
  font-weight: 400;
  height: 0;
  opacity: 1;
  transition: transform 0.2s linear;
  width: 0;
}

.top-fv .swiper-pagination-bullet-active {
  color: #fff;
}

.top-kv {
  height: calc(48vw - 16rem);
  margin: 0 0 0 auto;
  position: relative;
  width: calc(100% - 25.6rem);
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.top-kv .swiper-slide-active img,
.top-kv .swiper-slide-duplicate-active img,
.top-kv .swiper-slide-prev img {
  animation: zoomOut 8s linear normal both;
}

.top-kv .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/texture3.jpg) repeat center top/100% auto;
  padding: 9rem 0 10rem;
}

.top-news_body {
  margin: 3rem auto 5rem;
}

.top-news .more {
  margin-left: auto;
  margin-right: auto;
}

/*=============== top-policy ===========*/

.top-policy {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 6rem 0 0;
  position: relative;
}





.top-policy_imgs {
  align-items: flex-start;
  display: flex;
  margin-left: 7rem;
  margin-right: 16rem;
  position: relative;
  z-index: 10;
}

.top-policy_imgs img:nth-of-type(1) {
  width: 49%;
}

.top-policy_imgs img:nth-of-type(2) {
  margin-left: -7%;
  margin-top: 8%;
  width: 58%;
}

.top-policy_body {
  background-color: var(--bg1);
  margin-top: -17.5%;
  padding: 18rem 0 6rem 20rem;
  position: relative;
  width: 73%;
  z-index: 5;
}

.top-policy .top-heading {
  margin: 0 auto 5rem 0;
}

.top-policy .top-ttl {
  margin-bottom: 2rem;
}

.top-policy .top-txt {
  width: 80%;
}

.top-policy .more {
  bottom: 11rem;
  position: absolute;
  right: -15rem;
  z-index: 10;
}

/*=============== top-menu ===========*/

.top-menu {
  background:url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 11.5rem 0 14rem;
}

.top-menu_sec1 {
  margin-bottom: 7rem;
  position: relative;
}

.top-menu .top-heading {
  margin: 1rem 0 0 17rem;
  position: absolute;
  z-index: 10;
}

.top-menu .top-heading .jpn {
  font-size: clamp(1.2rem, 0.66vw + 0.95rem, 1.9rem);
  margin-bottom: 0.2rem;
}

.top-menu .top-heading .eng {
  font-size: clamp(2.4rem, 1.31vw + 1.91rem, 3.8rem);
  margin-bottom: 1.4rem;
}

.top-menu .top-heading .txt {
  font-size: clamp(1rem, 0.56vw + 0.79rem, 1.6rem);
}

.top-menu_ttl {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(2.5rem, 2.35vw + 1.62rem, 5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 15;
}

.top-menu .top-ttl,
.top-menu .top-txt {
  color: #fff;
}

.top-menu_imgs {
  align-items: flex-start;
  display: flex;
  margin-left: 23rem;
  position: relative;
  z-index: 5;
}

.top-menu_imgs img:nth-of-type(1) {
  width: 49%;
}

.top-menu_imgs img:nth-of-type(2) {
  margin-left: -7%;
  margin-top: 17%;
  width: 58%;
}



.top-menu_body1 {
  background: var(--bg2);
  margin-left: 11rem;
  margin-top: -25%;
  padding: 4rem 10rem 5rem 6rem;
  position: relative;
  width: 48.6%;
}

.top-menu_body1 .top-ttl {
  margin: 4rem auto 2rem 5rem;
}

.top-menu_body1 .top-txt {
  margin-left: 5rem;
}


.top-menu_more{
  margin-top: 5rem;
  justify-content: right;
  display: flex;
  gap: 6rem;
}



/*=============== top-producer ===========*/

.top-producers {
  background: url(../img/texture4.jpg) repeat center top/100% auto;
  padding: 9rem 0 11.5rem;
}

.top-producers_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  row-gap: 6rem;
}

.top-producers_item {
  width: 48%;
}

.top-producers_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  justify-content: left;
  margin-bottom: 2.5rem;
}

.top-producers_img {
  width: 46%;
}

.top-producers_img img {
  -o-object-fit: cover;
  aspect-ratio: 488/447;
  object-fit: cover;
  width: 100%;
}

.top-producers_body {
  width: calc(54% - 2rem);
}

.top-producers_body .more + .more {
  margin-top: 1.6rem;
}

.top-producers_name {
  margin-bottom: 4rem;
}

.top-producers_name sub {
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.top-producers_name .eng {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.top-producers_name .jpn {
  font-weight: 400;
  letter-spacing: 0.07em;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/texture3.jpg)  repeat center top /100% auto;
  padding: 11.5rem 0 10rem;
}

.top-gallery .top-heading {
  margin: 0 auto 3rem;
}

.top-gallery .top-txt {
  color: #fff;
  text-align: center;
}

.top-gallery .loopslider {
  height: 25.2rem;
  margin: 9rem 0 11rem;
}

.top-gallery .loopslider .swiper-wrapper {
  transition-timing-function: linear;
}

.top-gallery .loopslider .swiper-slide {
  height: 100%;
  padding: 0 0.5rem;
  width: 34.6rem;
}

.top-gallery .loopslider .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-gallery .more {
  margin: 0 auto;
}

/*=============== top-access ===========*/

.top-access {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 12rem 0 13.5rem;
}

.top-access .top-heading {
  margin: 0 auto;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 6.5rem auto 14rem calc(50% - 50vw);
  position: relative;
}

.top-access_img {
  width: 39%;
}

.top-access_body {
  width: 52%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid var(--bk);
  letter-spacing: 0.05em;
  padding: 2.5rem 0;
}

.top-access_list dt {
  padding-left: 1em;
  width: 30%;
}

.top-access_list dd {
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access_map iframe {
  height: 36.5rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  background:url(../img/texture4.jpg) repeat center top/100% auto;
  padding: 12rem 0 13rem;
}

.top-insta .top-heading {
  margin: 0 auto;
}

.top-insta_wrap {
  margin: 8rem auto 0;
  max-width: 106rem;
  padding: 0 2rem;
}

/*=============== top-fb ===========*/

.top-fb {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 10rem 0 8.5rem;
}

.top-fb_box {
  align-items: center;
  background: url(../img/fb_bg.jpg) no-repeat center center/cover;
  display: flex;
  height: 25.2rem;
  margin: 0 auto;
  position: relative;
  width: 84.2rem;
}

.top-fb_box::before {
  background-color: #33312f;
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
}

.top-fb_box::after {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 2.8rem);
  left: 1.4rem;
  position: absolute;
  top: 1.4rem;
  width: calc(100% - 2.8rem);
}

.top-fb_body {
  margin-left: 58%;
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
}

.top-fb .more {
  margin-top: 3rem;
}

/*=============== top-sister ===========*/

.top-sister {
  background: url(../img/sister_bg.jpg) no-repeat center center/cover;
  padding: 13.5rem 0 16rem;
}

.top-sister_wrap {
  display: flex;
  height: auto;
  justify-content: space-between;
  margin: 0 auto;
  width: 85rem;
}

.top-sister_head {
  width: 35%;
}

.top-sister_body {
  width: 60%;
}

.top-sister .more {
  margin-top: 4rem;
}

.top-sister_ttl {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.21em;
  margin-bottom: 2rem;
}

.top-sister .top-txt {
  color: #fff;
}

.p-sister {
  color: #000;
  margin-bottom: 10rem;
}

.p-sister .ttl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  font-size: clamp(2.4rem, 0.56vw + 2.19rem, 3rem);
  font-weight: 700;
}

.p-sister_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5rem auto 0;
  width: min(85rem, 100%);
}

.p-sister_list dt {
  align-items: center;
  background-color: var(--bg1);
  border-bottom: 1px solid var(--bk);
  display: flex;
  justify-content: center;
  justify-content: center;
  padding: 2rem 0 2rem;
  width: 25%;
}

.p-sister_list dd {
  border-bottom: 1px solid var(--bk);
  padding: 2rem 1rem 2rem 4rem;
  width: 75%;
}

.p-sister_list dt:first-of-type {
  border-top: 1px solid var(--bk);
}

.p-sister_list dd:first-of-type {
  border-top: 1px solid var(--bk);
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */

  .top-policy_imgs {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .top-policy_body {
    /* background-position: left bottom 28rem;
    background-size: 12rem auto; */
    padding: 12rem 0 6rem 6rem;
  }

  .top-menu .top-heading {
    margin: -6rem 0 0 4rem;
  }

  .top-menu_imgs {
    margin-left: 5rem;
  }



  .top-menu_body1 {
    margin-left: 3rem;
    margin-top: -28%;
  }

  .top-menu_body1 .top-ttl {
    margin: 4rem auto 2rem 0;
  }

  .top-menu_body1 .top-txt {
    margin-left: 0;
  }


}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header_container {
    padding: 0;
  }

  .header_logo {
    width: 16rem;
  }

  .gnav {
    background: url(../img/texture1.jpg) repeat center center/100% auto;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0 4%;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 80;
  }

  .gnav.open {
    opacity: 1;
    visibility: visible;
  }

  .gnav_menu {
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    width: 100%;
  }

  .gnav_menu li {
    width: 100%;
  }

  .gnav_menu li a::before {
    content: none;
  }

  .gnav_menu li a {
    width: 100%;
  }

  .navbtn {
    background: var(--main);
    cursor: pointer;
    display: block;
    height: 6rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 6rem;
    z-index: 100;
  }

  .footer {
    padding: 4rem 0 6rem;
  }

  .footer_wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer_logo {
    margin: 0 0 3rem;
    width: 18rem;
  }

  .footer_copyright {
    text-align: center;
  }

  .top-container {
    padding: 0 5%;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .more-sm {
    width: 15rem;
  }

  .more-sm a::after {
    width: 4rem;
  }

  .top-ttl {
    font-size: 1.8rem;
    letter-spacing: .1em;
  }

  .top-txt {
    letter-spacing: 0.1em;
  }

  .top-news .CMS-NEWS-INDEX {
    gap: 5rem;
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .page-news .CMS-NEWS-INDEX {
    padding-bottom: 6rem;
  }

  .top-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    width: 50%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img {
    height: 3rem;
    margin: 0;
    width: 3rem;
  }

  .fixed-btn__wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn__inner {
    flex-direction: column;
  }

  .fixed-btn span:first-of-type {
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn span:first-of-type::after {
    height: 1px;
    width: 3rem;
  }

  .fixed-btn--1 span:last-of-type {
    font-size: 2rem;
    text-decoration: underline;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--2 span:last-of-type {
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
  }

  .top-fv {
    padding: 0 0 3rem;
  }

  .top-fv_txt {
    letter-spacing: 0.15em;
    margin: 0.4rem 1rem 0 0;
  }

  .top-fv_catch {
    left: 50%;
    right: auto;
    top: calc((100% - 4rem) / 2);
    transform: translate(-50%, -50%);
  }

  .top-fv .scroll {
    bottom: 2rem;
    left: 5%;
    padding: 1rem 0.5rem 0 0;
    right: auto;
    width: 2rem;
  }

  .top-fv .swiper-pagination {
    bottom: 3rem;
    left: auto;
    right: 3rem;
    width: auto;
  }

  .top-kv {
    height: 40rem;
    margin: auto;
    width: 100%;
  }

  .top-news {
    padding: 6rem 0;
  }

  .top-news_body {
    margin: 3rem 0 0rem;
  }

  .top-policy {
    padding: 6rem 0;
  }



  .top-policy_imgs {
    margin: 0;
  }

  .top-policy_body {
    /* background-position: left bottom;
    background-size: 7rem auto; */
    margin: -16% auto 0;
    padding: 6rem 2rem 4rem;
    width: 90%;
  }

  .top-policy .top-heading {
    margin: 0 auto 2rem 0;
  }

  .top-policy .top-txt {
    width: 100%;
  }

  .top-policy .more {
    margin: 3rem auto 0;
    position: static;
  }

  .top-menu {
    padding: 6rem 0;
  }

  .top-menu_sec1 {
    margin-bottom: 4rem;
  }

  .top-menu .top-heading {
    margin: 0 auto 3rem;
    position: relative;
  }

  .top-menu .top-heading .jpn {
    margin-bottom: 0;
  }

  .top-menu .top-heading .eng {
    margin-bottom: 1.2rem;
  }

  .top-menu_imgs {
    margin-left: 0;
  }

  .top-menu_imgs img:nth-of-type(2) {
    margin-top: 8%;
  }



  .top-menu_body1 {
    margin: -16% auto 0;
    padding: 8rem 2rem 4rem;
    width: 90%;
  }

  .top-menu_body1 .top-ttl {
    margin: 2rem auto 2rem 0;
  }

  

  .top-menu_more {
    margin-top: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }



  .top-producers {
    padding: 6rem 0;
  }

  .top-producers_list {
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    margin-top: 3rem;
    max-width: 60rem;
  }

  .top-producers_item {
    border-bottom: 1px dashed rgba(56, 38, 24, 0.5);
    padding: 2rem 1rem;
    width: 100%;
  }

  .top-producers_wrap {
    margin-bottom: 1.5rem;
  }

  .top-producers_name {
    margin-bottom: 2rem;
  }

  .top-gallery {
    background-position: right 5% top 3rem;
    background-size: min(25%, 15rem) auto, 100% auto;
    padding: 6rem 0;
  }

  .top-gallery .top-txt {
    margin: 0 auto;
    text-align: left;
    width: 90%;
  }

  .top-gallery .loopslider {
    height: 14.6rem;
    margin: 4rem 0 5rem;
  }

  .top-gallery .loopslider .swiper-slide {
    width: 20rem;
  }

  .top-access {
    padding: 6rem 0;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 3rem 0 4rem;
  }

  .top-access_img {
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_list dt {
    border-bottom: none;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access .more {
    margin: 0 auto;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    background-position: left top 2rem, right bottom 2rem, center top;
    background-size: 25% auto, 18% auto, 100% auto;
    padding: 6rem 0;
  }

  .top-insta_wrap {
    margin: 4rem auto 0;
    padding: 0 5%;
  }

  .top-fb {
    padding: 6rem 0;
  }

  .top-fb_box {
    background-position: left center;
    justify-content: center;
    width: 100%;
  }

  .top-fb_box::before {
    background-color: rgba(51, 49, 47, 0.9);
    width: 100%;
  }

  .top-fb_body {
    margin-left: 0;
  }

  .top-sister {
    padding: 6rem 0;
  }

  .top-sister_wrap {
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto;
    width: 90%;
  }

  .top-sister_head {
    width: 100%;
  }

  .top-sister_body {
    width: 100%;
  }

  .top-sister .more {
    margin: 3rem auto 0;
  }

  .top-sister_ttl {
    text-align: center;
  }

  .top-sister .top-heading {
    margin: 0 auto;
  }

  .p-sister_list {
    width: min(50rem, 100%);
  }

  .p-sister_list dt {
    background-color: initial;
    border-bottom: none;
    display: block;
    padding: 1.5rem 0 0 0;
    width: 100%;
  }

  .p-sister_list dt:before {
    content: "◆";
    margin-right: 0.5rem;
    padding-left: 1rem;
  }

  .p-sister_list dd {
    padding: 0 0 1.5rem 1rem;
    width: 100%;
  }

  .p-sister_list dd span {
    display: inline-block;
  }

  .p-sister_list dd:first-of-type {
    border-top: none;
  }
}

@media only screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }
}