@charset "UTF-8";
/* CSS Document */
body {
  padding-top: 0;
}

.fv {
  position: relative;
}
.fv video {
  display: block;
  width: 100%;
}

@-webkit-keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px);
  }
}
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  position: relative;
}
.sec01 .img {
  position: relative;
  z-index: 1;
}
.sec01 .txts {
  background-color: #d12b15;
  padding-bottom: 230px;
  padding-top: 130px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .sec01 .txts {
    padding-bottom: 160px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts {
    padding-bottom: 120px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
.sec01 .txts .txt01 {
  color: #fff;
  font-family: "Yuji Syuku", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 2.25;
}
@media screen and (max-width: 1280px) {
  .sec01 .txts .txt01 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .txts .txt01 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts .txt01 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .txt01 {
    font-size: 24px;
  }
}
.sec01 .txts .txt02 {
  line-height: 2.25;
  margin-top: 100px;
  max-width: 1180px;
}
@media screen and (max-width: 1280px) {
  .sec01 .txts .txt02 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .txts .txt02 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts .txt02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .txt02 {
    margin-top: 40px;
  }
}
.sec01 .txts .txt02 > div {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.sec01 .txts .txt02 > div h1 {
  color: #fff;
  display: inline-block;
  font-family: "Yuji Syuku", serif;
  font-size: 40px;
  font-weight: 400;
  font-weight: 900;
  line-height: 1.64;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .sec01 .txts .txt02 > div h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .txts .txt02 > div h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts .txt02 > div h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .txt02 > div h1 {
    font-size: 24px;
  }
}
.sec01 .txts .txt02 > div .big {
  font-family: "Yuji Syuku", serif;
  font-size: 70px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .sec01 .txts .txt02 > div .big {
    font-size: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .txts .txt02 > div .big {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts .txt02 > div .big {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .txt02 > div .big {
    font-size: 30px;
  }
}
.sec01 .txts .btns {
  align-items: center;
  display: flex;
  gap: 70px;
  margin-left: auto;
  margin-top: 33px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 6;
}
@media screen and (max-width: 1280px) {
  .sec01 .txts .btns {
    gap: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .txts .btns {
    gap: 30px;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts .btns {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .sec01 .shop-info__title p {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .sec01 .shop-info__title p {
    font-size: 28px;
  }
  .sec01 .shop-info__label {
    font-size: 16px;
  }
  .sec01 .shop-info {
    max-width: 576px;
  }
}

body.on .mv-img {
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
body.on .sec01 .txts {
  margin-top: -8vw;
}
body.on .sec01 .txts::before {
  -webkit-clip-path: polygon(0 100%, 0 100%, 100% 0, 100% 100%);
  background-color: #d12b15;
  clip-path: polygon(0 100%, 0 100%, 100% 0, 100% 100%);
  content: "";
  height: 160px;
  left: 0;
  position: absolute;
  top: -158px;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  body.on .sec01 .txts::before {
    height: 14.81vw;
    top: -13.81vw;
  }
}
body.on .sec01 .txts .txt-img01 {
  aspect-ratio: 631/982;
  height: auto;
  position: absolute;
  right: 3vw;
  top: -47vw;
  width: 33%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .txts .txt-img01 {
    width: 43%;
  }
}
body.on .sec01 .txts .txt-img02 {
  aspect-ratio: 631/982;
  height: auto;
  position: absolute;
  right: 1vw;
  top: -1vw;
  width: 33%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .txts .txt-img02 {
    top: 49vw;
    width: 43%;
  }
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  background-color: rgba(250, 236, 33, 0.1);
  padding-bottom: 150px;
  padding-top: 130px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding-bottom: 120px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
.sec02 .c-ttl {
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .sec02 .c-ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .sec02 .c-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .c-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .c-ttl {
    font-size: 20px;
  }
}
.sec02 .flex {
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1645px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex {
    flex-direction: column-reverse;
    gap: 30px;
    justify-content: center;
  }
}
.sec02 .left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  width: 44.05%;
}
@media screen and (max-width: 1080px) {
  .sec02 .left {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .left {
    gap: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .left {
    width: 100%;
  }
}
.sec02 .right {
  width: 50.57%;
}
@media screen and (max-width: 1080px) {
  .sec02 .right {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .right {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .right {
    width: 100%;
  }
}
.sec02 .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.83;
  margin-top: 65px;
}
@media screen and (max-width: 1080px) {
  .sec02 .txt {
    font-size: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .txt {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .txt {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .sec02 .t-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec02 .img-slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec02 .img-slider {
    margin-top: 35px;
  }
}
/*----------------------------------------------------------
sec03 
------------------------------------------------------------*/
.sec03 {
  background-color: rgba(245, 145, 30, 0.1);
  padding-bottom: 150px;
  padding-top: 180px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 120px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
.sec03 .c-ttl {
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .sec03 .c-ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .c-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .c-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .c-ttl {
    font-size: 20px;
  }
}
.sec03 .flex {
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1645px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
}
.sec03 .left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  width: 44.05%;
}
@media screen and (max-width: 1080px) {
  .sec03 .left {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .left {
    gap: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .left {
    width: 100%;
  }
}
.sec03 .right {
  width: 50.57%;
}
@media screen and (max-width: 1080px) {
  .sec03 .right {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .right {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .right {
    width: 100%;
  }
}
.sec03 .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.83;
  margin-top: 65px;
}
@media screen and (max-width: 1080px) {
  .sec03 .txt {
    font-size: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .txt {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .txt {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .t-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec03 .img-slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec03 .img-slider {
    margin-top: 35px;
  }
}
body:not(.on) .sec02 .right .txt-img {
  width: 100px;
}
body:not(.on) .sec03 .right .txt-img {
  width: 150px;
}

body.on .sec02 .right {
  position: relative;
}
body.on .sec02 .right .txt-img {
  position: absolute;
  right: -23px;
  width: 17.6%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.on .sec02 .right .txt-img {
    top: 2%;
    width: 14.6%;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec02 .right .txt-img {
    right: 7px;
  }
}
body.on .sec03 .right {
  position: relative;
}
body.on .sec03 .right .txt-img {
  left: -93px;
  position: absolute;
  top: -20%;
  width: 46.9%;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  body.on .sec03 .right .txt-img {
    left: -23px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .sec03 .right .txt-img {
    left: -83px;
    top: -10%;
  }
}
@media screen and (max-width: 768px) {
  body.on .sec03 .right .txt-img {
    left: -43px;
    top: 0%;
    width: 36.9%;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec03 .right .txt-img {
    left: -13px;
  }
}

/*----------------------------------------------------------
sec04 園主の情熱ブログ
------------------------------------------------------------*/
.sec04 {
  background-color: #d12b15;
  padding-bottom: 90px;
  padding-top: 295px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec04 {
    padding-bottom: 80px;
    padding-top: 235px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 60px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 {
    padding-bottom: 50px;
    padding-top: 32vw;
  }
}
.sec04 .pd_wrap_side {
  position: relative;
  z-index: 5;
}
.sec04 .ttl {
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .sec04 .ttl {
    font-size: 70px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .ttl {
    font-size: 45px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .ttl {
    font-size: 30px;
  }
}
.sec04 .subttl {
  background-color: #d12b15;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.75;
  margin-top: 25px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .sec04 .subttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .subttl {
    font-size: 28px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .subttl {
    font-size: 22px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .subttl {
    font-size: 18px;
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
.sec04 .txt {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.75;
  margin-top: 114px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .sec04 .txt {
    font-size: 24px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .txt {
    font-size: 20px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .txt {
    font-size: 16px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .txt {
    font-size: 14px;
    margin-top: 40px;
  }
}
.sec04 .t-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 125px;
}
@media screen and (max-width: 1280px) {
  .sec04 .t-btn {
    margin-top: 110px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .t-btn {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .t-btn {
    margin-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .t-btn {
    margin-top: 50px;
  }
}
.sec04 .bg {
  position: relative;
}

body.on .sec04:before {
  -o-object-fit: cover;
  background: #d12b15;
  background: linear-gradient(0deg, rgba(209, 43, 21, 0.06) 0%, #d12b15 50%, rgba(209, 43, 21, 0.06) 100%);
  content: "";
  height: 510px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 4;
}
body.on .sec04::after {
  -o-object-fit: cover;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 3;
}
body.on .sec04 .men {
  -o-object-fit: contain;
  left: 0;
  margin: auto;
  max-width: 615px;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  body.on .sec04 .men {
    max-width: 50vw;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec04 .men {
    max-width: 70vw;
    top: 8vw;
  }
}
body.on .sec04 .bg {
  -o-object-fit: cover;
  bottom: 0;
  height: 50%;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/*----------------------------------------------------------
sec05 アクセス
------------------------------------------------------------*/
.sec05 {
  padding-bottom: 150px;
  padding-top: 150px;
}
@media screen and (max-width: 1080px) {
  .sec05 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec05 .flex {
  gap: 120px;
  height: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1660px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sec05 .flex {
    gap: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .flex {
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex {
    gap: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex {
    gap: 40px;
  }
}
.sec05 .left {
  aspect-ratio: 800/700;
  overflow: hidden;
  position: relative;
  width: 48%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .sec05 .left {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .left {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .left {
    width: 100%;
  }
}
.sec05 iframe {
  border: none !important;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sec05 .right .txts {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 1280px) {
  .sec05 .right .txts {
    gap: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .right .txts {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .right .txts {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .right .txts {
    gap: 15px;
  }
}
.sec05 .right .item {
  display: flex;
}
.sec05 .right .item p:nth-of-type(1) {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  width: 210px;
}
@media screen and (max-width: 1280px) {
  .sec05 .right .item p:nth-of-type(1) {
    font-size: 20px;
    width: 160px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .right .item p:nth-of-type(1) {
    font-size: 18px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .right .item p:nth-of-type(1) {
    font-size: 16px;
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .right .item p:nth-of-type(1) {
    font-size: 14px;
    width: 65px;
  }
}
.sec05 .right .item p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 500;
  width: calc(100% -210px);
}
@media screen and (max-width: 1280px) {
  .sec05 .right .item p:nth-of-type(2) {
    font-size: 20px;
    width: calc(100% -180px);
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .right .item p:nth-of-type(2) {
    font-size: 18px;
    width: calc(100% -150px);
  }
}
@media screen and (max-width: 768px) {
  .sec05 .right .item p:nth-of-type(2) {
    font-size: 16px;
    width: calc(100% -120px);
  }
}
@media screen and (max-width: 576px) {
  .sec05 .right .item p:nth-of-type(2) {
    font-size: 14px;
    width: calc(100% -100px);
  }
}
.sec05 .right .btns {
  align-items: center;
  display: flex;
  gap: 65px;
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .sec05 .right .btns {
    gap: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .right .btns {
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .right .btns {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .right .btns {
    flex-direction: column;
  }
}

body.on .sec05 .right .txt-img {
  height: auto;
  max-width: 770px;
  position: absolute;
  right: -5%;
  top: 16%;
  width: 40%;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  body.on .sec05 .right .txt-img {
    top: 61%;
    width: 50%;
  }
}

/*----------------------------------------------------------
sec06
------------------------------------------------------------*/
.sec06 {
  background-color: #d12b15;
  padding-bottom: 100px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec06 {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 {
    padding-bottom: 50px;
  }
}
.sec06 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
.sec06 .ttls {
  margin: 0 auto;
}
.sec06 .ttls p {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec06 .ttls p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .ttls p {
    font-size: 16px;
  }
}
.sec06 .ttls .ttl {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.42;
}
@media screen and (max-width: 1080px) {
  .sec06 .ttls .ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .ttls .ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .ttls .ttl {
    font-size: 28px;
  }
}
.sec06 .webgene-blog {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .sec06 .webgene-blog {
    gap: 30px;
    margin-top: 35px;
  }
}
.sec06 .webgene-item {
  width: calc((100% - 40px * 2) / 3);
}
@media screen and (max-width: 1080px) {
  .sec06 .webgene-item {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .webgene-item {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .webgene-item {
    width: 100%;
  }
}
.sec06 .blogItemimg {
  aspect-ratio: 400/250;
  width: 100%;
}
.sec06 .blogItemimg img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec06 .blogItemBox__flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .sec06 .blogItemBox__flex {
    gap: 20px;
    margin-top: 20px;
  }
}
.sec06 .date {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec06 .date {
    font-size: 12px;
  }
}
.sec06 .cat {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec06 .cat {
    font-size: 12px;
  }
}
.sec06 .blogItemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 700;
  margin-top: 13px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec06 .blogItemTitle {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .blogItemTitle {
    font-size: 16px;
  }
}
.sec06 .t-btn {
  margin-left: auto;
  margin-top: 48px;
}
@media screen and (max-width: 1080px) {
  .sec06 .t-btn {
    margin-right: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .t-btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .t-btn {
    margin-top: 24px;
  }
}

/*----------------------------------------------------------
top-共通ボタン
------------------------------------------------------------*/
.t-btn {
  align-items: center;
  cursor: default;
  display: flex;
  gap: 50px;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .t-btn {
    gap: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .t-btn {
    gap: 30px;
  }
}
.t-btn.red i {
  border: 2px dashed #d12b15;
}
.t-btn.red i::before {
  color: #d12b15;
}
.t-btn.red .t-btn__txt {
  color: #d12b15;
}
.t-btn.red .t-btn__txt::after {
  background-color: #d12b15;
}
@media screen and (min-width: 769px) {
  .t-btn.red:hover {
    cursor: pointer;
    opacity: 1;
  }
  .t-btn.red:hover i {
    background-color: #d12b15;
    border-color: #d12b15;
  }
  .t-btn.red:hover i::before {
    color: #ffffff;
  }
}
.t-btn.white i {
  border: 2px dashed #fff;
}
.t-btn.white i::before {
  color: #fff;
}
.t-btn.white .t-btn__txt {
  color: #fff;
}
.t-btn.white .t-btn__txt::after {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .t-btn.white:hover {
    cursor: pointer;
    opacity: 1;
  }
  .t-btn.white:hover i {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .t-btn.white:hover i::before {
    color: #d12b15;
  }
}
.t-btn i {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 100px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 100px;
}
@media (max-width: 1080px) {
  .t-btn i {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 768px) {
  .t-btn i {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 576px) {
  .t-btn i {
    height: 50px;
    width: 50px;
  }
}
.t-btn i::before {
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  line-height: 1;
  margin: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1080px) {
  .t-btn i::before {
    font-size: 13px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .t-btn i::before {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .t-btn i::before {
    font-size: 11px;
    height: 12px;
  }
}
.t-btn__txt {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
@media (max-width: 1080px) {
  .t-btn__txt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .t-btn__txt {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .t-btn__txt {
    font-size: 16px;
  }
}
.t-btn__txt::after {
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .t-btn {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .t-btn {
    gap: 18px;
  }
}
/*# sourceMappingURL=sourcemaps/index.css.map */