@charset "UTF-8";
/*  ローディング  */
#loading {
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#loading.loaded {
  opacity: 0;
  pointer-events: none;
}
#loading .loadingwrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading .loadingwrap img {
  margin: auto;
}
@media screen and (max-width: 930px) {
  #loading .loadingwrap img {
    width: 145px;
    height: auto;
  }
}

/*  トップ  */
.top_mirai {
  position: relative;
  margin-top: 80px;
}
.top_mirai p {
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-top: 25px;
}
.top_mirai .right {
  width: 500px;
  height: auto;
  position: absolute;
  top: -55px;
  right: 0;
}

@media screen and (max-width: 1250px) {
  .top_mirai .right {
    width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 930px) {
  .top_mirai {
    margin-top: 60px;
    text-align: center;
  }
  .top_mirai img:nth-child(2) {
    width: 60%;
  }
  .top_mirai p {
    font-size: 24px;
    margin-top: 15px;
  }
  .top_mirai .right {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    margin-top: 50px;
  }
}
.top_area {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 930px) {
  .top_area {
    height: 100dvh;
  }
}
.top_area .top_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  pointer-events: none;
}
@media screen and (max-width: 930px) {
  .top_area .top_link {
    width: 100%;
  }
  .top_area .top_link > .flag {
    width: 100px;
    height: auto;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 5;
  }
}
@media screen and (max-width: 930px) {
  .top_area .top_link:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  }
}
.top_area .top_link .linkwrap {
  position: relative;
  z-index: 10;
  margin: auto;
  pointer-events: all;
}
@media screen and (max-width: 930px) {
  .top_area .top_link .linkwrap {
    margin-bottom: 15px;
    margin-right: 10px;
  }
}
.top_area .top_link .linkwrap .flag {
  width: 245px;
  height: auto;
}
@media screen and (max-width: 1250px) {
  .top_area .top_link .linkwrap .flag {
    width: 15vw;
  }
}
@media screen and (max-width: 930px) {
  .top_area .top_link .linkwrap .flag {
    display: none;
  }
}
.top_area .top_link .linkwrap .logo {
  width: 228px;
  height: auto;
  margin: 0;
  margin-top: 20px;
}
@media screen and (max-width: 930px) {
  .top_area .top_link .linkwrap .logo {
    display: none;
  }
}
.top_area .top_link .linkwrap .linkarea {
  margin-top: 40px;
}
@media screen and (max-width: 930px) {
  .top_area .top_link .linkwrap .linkarea {
    display: none;
  }
}
.top_area .top_link .linkwrap .linkarea a {
  font-size: 15px;
  color: #fff;
  margin-top: 22px;
}
.top_area .top_link .linkwrap .linkarea a:hover {
  opacity: 0.7;
}
.top_area .top_link .linkwrap .linkarea a.store:after {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../img/icon_store.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}
.top_area .top_link .linkwrap .newslink {
  font-size: 20px;
  font-style: italic;
  color: #ffff00;
  display: inline-block;
  margin-top: 45px;
  padding-bottom: 4px;
  border-bottom: solid 1px #ffff00;
}
.top_area .top_link .linkwrap .newslink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 930px) {
  .top_area .top_link .linkwrap .newslink {
    font-size: 13px;
    border-bottom: none;
  }
}
.top_area .top_link .linkwrap .newslink span {
  font-size: 20px;
  font-style: normal;
  margin-left: 10px;
  color: #ffff00;
}
@media screen and (max-width: 930px) {
  .top_area .top_link .linkwrap .newslink span {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
    display: inline-block;
  }
}
.top_area #slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.top_area #slider .slick-list {
  height: 100%;
}
.top_area #slider .slick-list .slick-track {
  height: 100%;
}
.top_area #slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.top_area #slider .slick-list .slick-track .slick-slide > div .slide-item {
  height: 100%;
}
.top_area #slider .slick-list .slick-track .slick-slide > div .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_area .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 4px;
  background-color: #088153;
  display: block;
}
.top_area a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.top_area a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.top_area a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.top_area a:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.top_area a.nolink:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top_area a p {
  width: 95vw;
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  text-align: right;
  color: #ffffff;
  position: absolute;
  letter-spacing: 3px;
  bottom: 50px;
}
.top_area a p .slidetext01 {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 6px;
  font-weight: 300;
}
.top_area a p .slidetext02 {
  font-size: 20px;
  font-weight: lighter;
  font-style: normal;
  color: #ffffff;
}
.top_area a p.coming {
  width: 95vw;
  font-size: 30px;
  line-height: 1.5;
  font-style: italic;
  text-align: left;
  color: #ffffff;
  position: absolute;
  bottom: 100px;
  margin-left: 3vw;
}
.top_area a p.coming span {
  font-size: 40px;
  color: #ffffff;
}
.top_area img {
  width: 100%;
  height: auto;
  background-size: cover;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.top_area .logo {
  display: block;
  margin: 180px auto 230px;
}
.top_area .top_text01 {
  display: block;
  margin: 0 auto;
}
.top_area .top_text02 {
  font-size: 16px;
  line-height: 250%;
  width: 600px;
  display: block;
  margin: 50px auto 0;
  text-align: justify;
}
.top_area .top_text03 {
  font-size: 13px;
  width: 600px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  padding-bottom: 120px;
}

@media screen and (max-width: 930px) {
  .top_area a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .top_area a p.ruby {
    width: 80vw;
    font-size: 30px;
    position: absolute;
    left: 8vw;
    bottom: 100px;
  }
  .top_area a p.ruby .slidetext01 {
    font-size: 40px;
    color: #ffffff;
    line-height: 1.2;
  }
  .top_area a p.ruby .slidetext02 {
    font-size: 16px;
    font-weight: lighter;
    font-style: normal;
    color: #ffffff;
  }
  .top_area a p.kaga {
    width: 80vw;
    font-size: 30px;
    position: absolute;
    left: 8vw;
    bottom: 60px;
  }
  .top_area a p.kaga .slidetext01 {
    font-size: 40px;
    color: #ffffff;
    line-height: 1.2;
  }
  .top_area a p.kaga .slidetext02 {
    font-size: 16px;
    font-weight: lighter;
    font-style: normal;
    color: #ffffff;
  }
  .top_area a p.coming {
    width: 80vw;
    font-size: 20px;
    text-align: right;
    position: absolute;
    left: 6vw;
    bottom: 215px;
  }
  .top_area a p.coming span {
    font-size: 20px;
  }
}
/*  ポップアップ  */
.popup-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.popup-wrap .popupinner {
  width: 75%;
  height: auto;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 930px) {
  .popup-wrap .popupinner {
    width: 85%;
    height: 95%;
    overflow-y: auto;
  }
}
.popup-wrap .popupitem {
  position: relative;
}
.popup-wrap .popupitem:hover img {
  opacity: 0.85;
}
.popup-wrap .popup {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 930px) {
  .popup-wrap .popup {
    width: 348px;
    max-width: 100%;
  }
}
.popup-wrap .closebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: 0;
  z-index: 990;
  cursor: pointer;
}
@media screen and (max-width: 930px) {
  .popup-wrap .closebtn {
    width: 30px;
    height: 27px;
    top: 15px;
    right: 15px;
  }
}
.popup-wrap .closebtn:before, .popup-wrap .closebtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
.popup-wrap .closebtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup-wrap .closebtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-wrap a:hover {
  opacity: 1;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.titlewrap {
  margin-top: 200px;
}
@media screen and (max-width: 930px) {
  .titlewrap {
    margin-top: 100px;
  }
}
.titlewrap .title img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 930px) {
  .titlewrap .title img {
    height: auto;
    width: 100%;
    max-width: 309px;
  }
}
.titlewrap .title span {
  font-size: 18px;
  text-align: center;
  color: #088153;
  margin-top: 25px;
  display: block;
}
@media screen and (max-width: 930px) {
  .titlewrap .title span {
    font-size: 14px;
    margin-top: 15px;
  }
}

.top_title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 15px;
}
@media screen and (max-width: 930px) {
  .top_title02 {
    margin-left: 0;
  }
}
.top_title02.newstitle {
  display: block;
  margin-left: 0;
}
.top_title02.newstitle span {
  margin-bottom: 0;
}
.top_title02 > img {
  display: inline-block;
}
.top_title02 span {
  font-size: 18px;
  color: #088153;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 8px;
}
.top_title02.mgt {
  margin-top: 90px;
}
@media screen and (max-width: 930px) {
  .top_title02.mgt {
    margin-top: 55px;
  }
}
.top_title02.sp {
  display: none;
}
@media screen and (max-width: 930px) {
  .top_title02.pc {
    display: none;
  }
  .top_title02.sp {
    display: block;
  }
}

.container-brands {
  width: calc(100% - 50px);
  margin: 60px auto 0;
}
@media screen and (max-width: 930px) {
  .container-brands {
    width: 100%;
    margin-top: 30px;
  }
}
.container-brands .brandwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container-brands .brandwrap .block {
  width: calc(50% - 5px);
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block {
    width: 100%;
    margin-top: 12px;
    margin-right: 0;
  }
  .container-brands .brandwrap .block:first-child {
    margin-top: 0;
  }
}
.container-brands .brandwrap .block:nth-child(2n) {
  margin-right: 0;
}
.container-brands .brandwrap .block:nth-child(7) {
  margin-right: 10px;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block:nth-child(7) {
    margin-right: 0;
  }
}
.container-brands .brandwrap .block:nth-child(8) {
  margin-right: 0;
}
.container-brands .brandwrap .block:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block:nth-child(n+3) {
    margin-top: 12px;
  }
}
.container-brands .brandwrap .block:nth-child(3), .container-brands .brandwrap .block:nth-child(4), .container-brands .brandwrap .block:nth-child(5), .container-brands .brandwrap .block:nth-child(6), .container-brands .brandwrap .block:nth-child(9), .container-brands .brandwrap .block:nth-child(10) {
  width: 100%;
  margin-right: 0;
}
.container-brands .brandwrap .block:nth-child(3) .textwrap, .container-brands .brandwrap .block:nth-child(4) .textwrap, .container-brands .brandwrap .block:nth-child(5) .textwrap, .container-brands .brandwrap .block:nth-child(6) .textwrap, .container-brands .brandwrap .block:nth-child(9) .textwrap, .container-brands .brandwrap .block:nth-child(10) .textwrap {
  left: 110px;
  right: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block:nth-child(3) .textwrap, .container-brands .brandwrap .block:nth-child(4) .textwrap, .container-brands .brandwrap .block:nth-child(5) .textwrap, .container-brands .brandwrap .block:nth-child(6) .textwrap, .container-brands .brandwrap .block:nth-child(9) .textwrap, .container-brands .brandwrap .block:nth-child(10) .textwrap {
    top: 150px;
    left: unset;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.container-brands .brandwrap .block:nth-child(3) .textwrap .sub, .container-brands .brandwrap .block:nth-child(4) .textwrap .sub, .container-brands .brandwrap .block:nth-child(5) .textwrap .sub, .container-brands .brandwrap .block:nth-child(6) .textwrap .sub, .container-brands .brandwrap .block:nth-child(9) .textwrap .sub, .container-brands .brandwrap .block:nth-child(10) .textwrap .sub {
  margin-top: 60px;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block:nth-child(3) .textwrap .sub, .container-brands .brandwrap .block:nth-child(4) .textwrap .sub, .container-brands .brandwrap .block:nth-child(5) .textwrap .sub, .container-brands .brandwrap .block:nth-child(6) .textwrap .sub, .container-brands .brandwrap .block:nth-child(9) .textwrap .sub, .container-brands .brandwrap .block:nth-child(10) .textwrap .sub {
    margin-top: 0;
  }
}
.container-brands .brandwrap .block:nth-child(3) .btn, .container-brands .brandwrap .block:nth-child(4) .btn, .container-brands .brandwrap .block:nth-child(5) .btn, .container-brands .brandwrap .block:nth-child(6) .btn, .container-brands .brandwrap .block:nth-child(9) .btn, .container-brands .brandwrap .block:nth-child(10) .btn {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: none;
          transform: none;
  margin-top: 50px;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block:nth-child(3) .btn, .container-brands .brandwrap .block:nth-child(4) .btn, .container-brands .brandwrap .block:nth-child(5) .btn, .container-brands .brandwrap .block:nth-child(6) .btn, .container-brands .brandwrap .block:nth-child(9) .btn, .container-brands .brandwrap .block:nth-child(10) .btn {
    position: absolute;
    left: 5%;
    bottom: 30px;
    -webkit-transform: none;
            transform: none;
  }
}
.container-brands .brandwrap .block:nth-child(3):after, .container-brands .brandwrap .block:nth-child(4):after, .container-brands .brandwrap .block:nth-child(5):after, .container-brands .brandwrap .block:nth-child(6):after, .container-brands .brandwrap .block:nth-child(9):after, .container-brands .brandwrap .block:nth-child(10):after {
  -webkit-transform: scaleX(0.1);
          transform: scaleX(0.1);
}
.container-brands .brandwrap .block:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #088153;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block:after {
    display: none;
  }
}
.container-brands .brandwrap .block .imgwrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
}
.container-brands .brandwrap .block .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
}
.container-brands .brandwrap .block .imgwrap img.sp {
  display: none;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .imgwrap img {
    display: none;
  }
  .container-brands .brandwrap .block .imgwrap img.sp {
    display: block;
  }
}
.container-brands .brandwrap .block .textwrap {
  width: 90%;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 5;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  text-align: center;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .textwrap {
    text-align: left;
    top: 150px;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.container-brands .brandwrap .block .textwrap .sub {
  font-size: 18px;
  letter-spacing: 0.18em;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .textwrap .sub {
    font-size: 14px;
  }
}
.container-brands .brandwrap .block .textwrap .title {
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-top: 24px;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .textwrap .title {
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}
.container-brands .brandwrap .block .textwrap .text {
  font-size: 15px;
  letter-spacing: 0.18em;
  line-height: 2.4;
  margin-top: 28px;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .textwrap .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 24px;
  }
  .container-brands .brandwrap .block .textwrap .text br {
    display: none;
  }
}
.container-brands .brandwrap .block .btn {
  width: 250px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 50%;
  bottom: 36px;
  z-index: 3;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .btn {
    width: 140px;
    height: 32px;
    border-radius: 16px;
    right: unset;
    left: 5%;
    bottom: 30px;
    -webkit-transform: none;
            transform: none;
  }
}
.container-brands .brandwrap .block .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .btn:after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
.container-brands .brandwrap .block .btn.iconblank:after {
  display: none;
}
.container-brands .brandwrap .block .btn.iconblank span:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  -webkit-transform: none;
          transform: none;
  background-image: url(../img/icon_blank_w.svg);
  background-size: cover;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 3px;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .btn.iconblank span:after {
    width: 9px;
    height: 9px;
  }
}
.container-brands .brandwrap .block .btn span {
  font-size: 16px;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .btn span {
    font-size: 13px;
  }
}
.container-brands .brandwrap .block .flagimg {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block .flagimg {
    width: 105px;
    height: auto;
    top: 20px;
    left: 5%;
  }
}
.container-brands .brandwrap .block:hover {
  opacity: 1;
}
.container-brands .brandwrap .block:hover * {
  opacity: 1;
}
.container-brands .brandwrap .block:hover .imgwrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 930px) {
  .container-brands .brandwrap .block:hover .imgwrap img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.container-brands .brandwrap .block:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.container-vege {
  max-width: 1200px;
  margin: 165px auto 0;
}
@media screen and (max-width: 1350px) {
  .container-vege {
    width: calc(90% + 12px);
    max-width: none;
  }
}
@media screen and (max-width: 930px) {
  .container-vege {
    margin-top: 85px;
  }
}
.container-vege .vege-contentwrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 930px) {
  .container-vege .vege-contentwrap {
    width: auto;
    max-width: 95%;
  }
}
.container-vege #vege-slider, .container-vege #fruits-slider, .container-vege #wine-slider {
  width: 100%;
  height: 450px;
  margin-top: 30px;
}
@media screen and (max-width: 930px) {
  .container-vege #vege-slider, .container-vege #fruits-slider, .container-vege #wine-slider {
    height: auto;
  }
}
.container-vege #vege-slider .slick-prev, .container-vege #vege-slider .slick-next, .container-vege #fruits-slider .slick-prev, .container-vege #fruits-slider .slick-next, .container-vege #wine-slider .slick-prev, .container-vege #wine-slider .slick-next {
  width: 44px;
  height: 44px;
  z-index: 10;
  -webkit-transform: translate(0, -250%);
          transform: translate(0, -250%);
}
@media screen and (max-width: 930px) {
  .container-vege #vege-slider .slick-prev, .container-vege #vege-slider .slick-next, .container-vege #fruits-slider .slick-prev, .container-vege #fruits-slider .slick-next, .container-vege #wine-slider .slick-prev, .container-vege #wine-slider .slick-next {
    display: none !important;
  }
}
.container-vege #vege-slider .slick-prev:before, .container-vege #vege-slider .slick-next:before, .container-vege #fruits-slider .slick-prev:before, .container-vege #fruits-slider .slick-next:before, .container-vege #wine-slider .slick-prev:before, .container-vege #wine-slider .slick-next:before {
  display: none;
}
.container-vege #vege-slider .slick-prev, .container-vege #fruits-slider .slick-prev, .container-vege #wine-slider .slick-prev {
  background-image: url(../../img_top2024/slidearrow_prev.svg);
  background-size: cover;
  left: -10px;
}
.container-vege #vege-slider .slick-next, .container-vege #fruits-slider .slick-next, .container-vege #wine-slider .slick-next {
  background-image: url(../../img_top2024/slidearrow_next.svg);
  background-size: cover;
  right: -10px;
}
.container-vege #vege-slider .slide-item, .container-vege #fruits-slider .slide-item, .container-vege #wine-slider .slide-item {
  padding: 0 15px;
}
@media screen and (max-width: 930px) {
  .container-vege #vege-slider .slide-item, .container-vege #fruits-slider .slide-item, .container-vege #wine-slider .slide-item {
    padding: 0 6px;
  }
}
.container-vege #vege-slider .slide-item .imgbox, .container-vege #fruits-slider .slide-item .imgbox, .container-vege #wine-slider .slide-item .imgbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.container-vege #vege-slider .slide-item .imgbox::after, .container-vege #fruits-slider .slide-item .imgbox::after, .container-vege #wine-slider .slide-item .imgbox::after {
  content: "";
  height: 0;
  padding-top: 100%;
  display: block;
}
.container-vege #vege-slider .slide-item .imgbox img, .container-vege #fruits-slider .slide-item .imgbox img, .container-vege #wine-slider .slide-item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
}
.container-vege #vege-slider .slide-item .link_bar, .container-vege #fruits-slider .slide-item .link_bar, .container-vege #wine-slider .slide-item .link_bar {
  width: 100%;
  height: 5px;
  background-color: #088153;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scaleX(0.25);
          transform: scaleX(0.25);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
}
@media screen and (max-width: 930px) {
  .container-vege #vege-slider .slide-item .link_bar, .container-vege #fruits-slider .slide-item .link_bar, .container-vege #wine-slider .slide-item .link_bar {
    display: none;
  }
}
.container-vege #vege-slider .slide-item .text01, .container-vege #fruits-slider .slide-item .text01, .container-vege #wine-slider .slide-item .text01 {
  font-size: 13px;
  line-height: 1.6;
  color: #088153;
  margin-top: 20px;
}
.container-vege #vege-slider .slide-item .text01.sp, .container-vege #fruits-slider .slide-item .text01.sp, .container-vege #wine-slider .slide-item .text01.sp {
  display: none;
}
@media screen and (max-width: 930px) {
  .container-vege #vege-slider .slide-item .text01, .container-vege #fruits-slider .slide-item .text01, .container-vege #wine-slider .slide-item .text01 {
    font-size: 11px;
    margin-top: 15px;
  }
  .container-vege #vege-slider .slide-item .text01.pc, .container-vege #fruits-slider .slide-item .text01.pc, .container-vege #wine-slider .slide-item .text01.pc {
    display: none;
  }
  .container-vege #vege-slider .slide-item .text01.sp, .container-vege #fruits-slider .slide-item .text01.sp, .container-vege #wine-slider .slide-item .text01.sp {
    display: block;
  }
}
.container-vege #vege-slider .slide-item .text02, .container-vege #fruits-slider .slide-item .text02, .container-vege #wine-slider .slide-item .text02 {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  color: #000;
  margin-top: 15px;
}
.container-vege #vege-slider .slide-item .text02.sp, .container-vege #fruits-slider .slide-item .text02.sp, .container-vege #wine-slider .slide-item .text02.sp {
  display: none;
}
@media screen and (max-width: 930px) {
  .container-vege #vege-slider .slide-item .text02, .container-vege #fruits-slider .slide-item .text02, .container-vege #wine-slider .slide-item .text02 {
    font-size: 13px;
    margin-top: 10px;
  }
  .container-vege #vege-slider .slide-item .text02.pc, .container-vege #fruits-slider .slide-item .text02.pc, .container-vege #wine-slider .slide-item .text02.pc {
    display: none;
  }
  .container-vege #vege-slider .slide-item .text02.sp, .container-vege #fruits-slider .slide-item .text02.sp, .container-vege #wine-slider .slide-item .text02.sp {
    display: block;
  }
}
.container-vege #vege-slider .slide-item .text03, .container-vege #fruits-slider .slide-item .text03, .container-vege #wine-slider .slide-item .text03 {
  font-style: italic;
  font-size: 18px;
  color: #088153;
  margin-top: 12px;
}
@media screen and (max-width: 930px) {
  .container-vege #vege-slider .slide-item .text03, .container-vege #fruits-slider .slide-item .text03, .container-vege #wine-slider .slide-item .text03 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
.container-vege #vege-slider .slide-item .link_small:hover, .container-vege #fruits-slider .slide-item .link_small:hover, .container-vege #wine-slider .slide-item .link_small:hover {
  opacity: 1;
}
.container-vege #vege-slider .slide-item .link_small:hover *, .container-vege #fruits-slider .slide-item .link_small:hover *, .container-vege #wine-slider .slide-item .link_small:hover * {
  opacity: 1;
}
.container-vege #vege-slider .slide-item .link_small:hover .imgbox img, .container-vege #fruits-slider .slide-item .link_small:hover .imgbox img, .container-vege #wine-slider .slide-item .link_small:hover .imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 930px) {
  .container-vege #vege-slider .slide-item .link_small:hover .imgbox img, .container-vege #fruits-slider .slide-item .link_small:hover .imgbox img, .container-vege #wine-slider .slide-item .link_small:hover .imgbox img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.container-vege #vege-slider .slide-item .link_small:hover .link_bar, .container-vege #fruits-slider .slide-item .link_small:hover .link_bar, .container-vege #wine-slider .slide-item .link_small:hover .link_bar {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.container-news {
  width: 100%;
  margin: 135px auto 0;
  padding: 95px 0 110px;
  background-color: #088153;
}
@media screen and (max-width: 930px) {
  .container-news {
    padding: 75px 0 110px;
  }
}
.container-news .news_wrap {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap {
    width: 100%;
    display: block;
  }
}
.container-news .news_wrap .title_left {
  width: 225px;
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .title_left {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .title_left .top_title02 {
    text-align: center;
  }
  .container-news .news_wrap .title_left .top_title02 > img {
    display: block;
    margin: 0 auto;
  }
}
.container-news .news_wrap .title_left .top_title02 span {
  font-size: 18px;
  color: #fff;
  margin-top: 24px;
  margin-left: 0;
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .title_left .top_title02 span {
    font-size: 14px;
    margin-top: 15px;
  }
}
.container-news .news_wrap .title_left .news_slide_sp {
  display: none;
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .title_left .news_slide_sp {
    width: 100%;
    display: block;
    margin-top: 35px;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li {
    width: 100%;
    padding: 0 20px;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small .imgbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small .imgbox::after {
    content: "";
    height: 0;
    padding-top: 75%;
    display: block;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small .imgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: -webkit-transform 0.75s;
    transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
    transition: transform 0.75s, -webkit-transform 0.75s;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small:hover {
    opacity: 1;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small:hover * {
    opacity: 1;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small:hover .imgbox img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 930px) and (max-width: 930px) {
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small:hover .imgbox img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small .text_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small .text_top .text01 {
    font-size: 13px;
    font-style: italic;
    color: #fff;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small .text_top .cat {
    height: 20px;
    background-color: #fff;
    margin-left: auto;
    padding: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small .text_top .cat span {
    font-size: 11px;
    color: #088153;
    margin: auto;
  }
  .container-news .news_wrap .title_left .news_slide_sp #news-slider li .link_small .text02 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 10px;
  }
}
.container-news .news_wrap .title_left .btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .title_left .btn {
    width: 330px;
    max-width: 90%;
    margin: 50px auto 0;
  }
}
.container-news .news_wrap .title_left .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.container-news .news_wrap .title_left .btn span {
  font-size: 16px;
  color: #fff;
  margin: auto;
}
.container-news .news_wrap .news_list {
  width: calc(100% - 315px);
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: none;
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .news_list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
}
.container-news .news_wrap .news_list li {
  width: calc(33.3% - 26.66px);
  margin-right: 40px;
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .news_list li {
    width: 100%;
    margin-right: 0;
  }
}
.container-news .news_wrap .news_list li:last-child {
  margin-right: 0;
}
.container-news .news_wrap .news_list li .link_small .imgbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.container-news .news_wrap .news_list li .link_small .imgbox::after {
  content: "";
  height: 0;
  padding-top: 75%;
  display: block;
}
.container-news .news_wrap .news_list li .link_small .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
}
.container-news .news_wrap .news_list li .link_small:hover {
  opacity: 1;
}
.container-news .news_wrap .news_list li .link_small:hover * {
  opacity: 1;
}
.container-news .news_wrap .news_list li .link_small:hover .imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 930px) {
  .container-news .news_wrap .news_list li .link_small:hover .imgbox img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.container-news .news_wrap .news_list li .link_small .text_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.container-news .news_wrap .news_list li .link_small .text_top .text01 {
  font-size: 14px;
  font-style: italic;
  color: #fff;
}
.container-news .news_wrap .news_list li .link_small .text_top .cat {
  height: 22px;
  background-color: #fff;
  margin-left: auto;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-news .news_wrap .news_list li .link_small .text_top .cat span {
  font-size: 12px;
  color: #088153;
  margin: auto;
}
.container-news .news_wrap .news_list li .link_small .text02 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 12px;
}

.container-topbnr {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin: 105px auto 120px;
}
@media screen and (max-width: 930px) {
  .container-topbnr {
    width: 90%;
  }
}
.container-topbnr .bnr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container-topbnr .bnr_wrap .block {
  width: calc(50% - 12px);
  margin-right: 24px;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block {
    width: 100%;
    margin-right: 0;
  }
}
.container-topbnr .bnr_wrap .block:hover {
  opacity: 1;
}
.container-topbnr .bnr_wrap .block:hover * {
  opacity: 1;
}
.container-topbnr .bnr_wrap .block:hover .imgwrap:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:hover .imgwrap:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.container-topbnr .bnr_wrap .block .imgwrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.container-topbnr .bnr_wrap .block .imgwrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
}
.container-topbnr .bnr_wrap .block .imgwrap:after {
  content: "";
  height: 0;
  padding-top: 100%;
  display: block;
}
.container-topbnr .bnr_wrap .block:first-child {
  width: 100%;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child {
    display: block;
  }
}
.container-topbnr .bnr_wrap .block:first-child .imgwrap {
  width: calc(100% - 464px);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .imgwrap {
    width: 100%;
  }
}
.container-topbnr .bnr_wrap .block:first-child .imgwrap:before {
  background-image: url(../../img_top2024/topbnr_img01.jpg);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .imgwrap:before {
    background-image: url(../../img_top2024/topbnr_img01sp.jpg);
    position: absolute;
    left: 0;
    top: 0;
  }
}
.container-topbnr .bnr_wrap .block:first-child .imgwrap:after {
  padding-top: 74%;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .imgwrap:after {
    padding-top: 69%;
  }
}
.container-topbnr .bnr_wrap .block:first-child .textwrap {
  width: 464px;
  background-color: #088153;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .textwrap {
    width: 100%;
    padding: 40px 0 30px;
    text-align: center;
  }
}
.container-topbnr .bnr_wrap .block:first-child .textwrap .text {
  color: #fff;
  margin: auto;
}
.container-topbnr .bnr_wrap .block:first-child .textwrap .text .text01 {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .textwrap .text .text01 {
    font-size: 13px;
  }
}
.container-topbnr .bnr_wrap .block:first-child .textwrap .text .text02 {
  display: block;
  margin-top: 20px;
}
.container-topbnr .bnr_wrap .block:first-child .textwrap .text .text03 {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .textwrap .text .text03 {
    display: none;
  }
}
.container-topbnr .bnr_wrap .block:first-child .textwrap .btn {
  width: 227px;
  height: 46px;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 60px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .textwrap .btn {
    width: 140px;
    height: 32px;
    border-radius: 16px;
    position: relative;
    bottom: unset;
    right: unset;
    -webkit-transform: none;
            transform: none;
    margin: 36px auto 0;
  }
}
.container-topbnr .bnr_wrap .block:first-child .textwrap .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .textwrap .btn:after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
.container-topbnr .bnr_wrap .block:first-child .textwrap .btn span {
  font-size: 14px;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:first-child .textwrap .btn span {
    font-size: 12px;
  }
}
.container-topbnr .bnr_wrap .block:nth-child(2), .container-topbnr .bnr_wrap .block:last-child {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}
.container-topbnr .bnr_wrap .block:nth-child(2) .imgwrap, .container-topbnr .bnr_wrap .block:last-child .imgwrap {
  z-index: 1;
}
.container-topbnr .bnr_wrap .block:nth-child(2) .imgwrap:before, .container-topbnr .bnr_wrap .block:last-child .imgwrap:before {
  position: absolute;
  top: 0;
  left: 0;
}
.container-topbnr .bnr_wrap .block:nth-child(2) .textwrap, .container-topbnr .bnr_wrap .block:last-child .textwrap {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 5;
}
.container-topbnr .bnr_wrap .block:nth-child(2) .imgwrap:before {
  background-image: url(../../img_top2024/topbnr_img02.jpg);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:nth-child(2) .imgwrap:before {
    background-image: url(../../img_top2024/topbnr_img02sp.jpg);
  }
}
.container-topbnr .bnr_wrap .block:nth-child(2) .textwrap {
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:nth-child(2) .textwrap img {
    width: 38vw;
    height: auto;
  }
}
.container-topbnr .bnr_wrap .block:nth-child(2) .btn {
  width: 223px;
  height: 46px;
  border-radius: 23px;
  background-color: #088153;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 50px;
  right: 50%;
  z-index: 10;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:nth-child(2) .btn {
    width: 140px;
    height: 32px;
    border-radius: 16px;
    bottom: 25px;
  }
}
.container-topbnr .bnr_wrap .block:nth-child(2) .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:nth-child(2) .btn:after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
.container-topbnr .bnr_wrap .block:nth-child(2) .btn span {
  font-size: 13px;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:nth-child(2) .btn span {
    font-size: 12px;
  }
}
.container-topbnr .bnr_wrap .block:last-child {
  margin-right: 0;
}
.container-topbnr .bnr_wrap .block:last-child .imgwrap:before {
  background-image: url(../../img_top2024/topbnr_img03.jpg);
}
.container-topbnr .bnr_wrap .block:last-child .textwrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 40px 30px;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:last-child .textwrap {
    padding: 25px 25px 20px;
  }
}
.container-topbnr .bnr_wrap .block:last-child .textwrap .text01 {
  font-size: 12px;
}
.container-topbnr .bnr_wrap .block:last-child .textwrap .text02 {
  margin-top: 14px;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:last-child .textwrap .text02 {
    width: 155px;
    height: auto;
  }
}
.container-topbnr .bnr_wrap .block:last-child .textwrap .btn {
  width: 184px;
  height: 40px;
  border-radius: 20px;
  background-color: #088153;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 930px) {
  .container-topbnr .bnr_wrap .block:last-child .textwrap .btn {
    width: 132px;
    height: 28px;
    margin-top: 22px;
  }
}
.container-topbnr .bnr_wrap .block:last-child .textwrap .btn span {
  font-size: 12px;
  color: #fff;
  margin: auto;
}/*# sourceMappingURL=style_top.css.map */