@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  padding-bottom: 130px;
  padding-top: 145px;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec01 .flex {
  align-items: flex-start;
  gap: 145px;
  margin-top: 75px;
}
@media screen and (max-width: 1980px) {
  .sec01 .flex {
    gap: 145px 6vw;
  }
}
@media screen and (max-width: 1280px) {
  .sec01 .flex {
    gap: 120px 100px;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .flex {
    gap: 70px 50px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex {
    gap: 50px 30px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex {
    gap: 40px 20px;
    margin-top: 40px;
  }
}
.sec01 .flex > div {
  max-width: 300px;
  width: calc((100% - 140px * 4) / 5);
}
@media screen and (max-width: 1980px) {
  .sec01 .flex > div {
    width: calc((100% - 6vw * 4) / 5);
  }
}
@media screen and (max-width: 1280px) {
  .sec01 .flex > div {
    width: calc((100% - 100px * 4) / 5);
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .flex > div {
    width: calc((100% - 50px * 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex > div {
    width: calc((100% - 30px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex > div {
    width: 100%;
  }
}
.sec01 .flex > div .img {
  border: 8px solid #f5911e;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec01 .flex > div .img {
    border: 5px solid #f5911e;
  }
}
.sec01 .flex > div .img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec01 .flex > div h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex > div h3 {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex > div h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex > div h3 {
    font-size: 16px;
  }
}
.sec01 .flex > div p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 22px;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex > div p {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex > div p {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex > div p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.sec01 .flex02 > div {
  width: calc((100% - 140px * 3) / 4);
}
@media screen and (max-width: 1980px) {
  .sec01 .flex02 > div {
    width: calc((100% - 6vw * 3) / 4);
  }
}
@media screen and (max-width: 1280px) {
  .sec01 .flex02 > div {
    width: calc((100% - 100px * 3) / 4);
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .flex02 > div {
    width: calc((100% - 50px * 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex02 > div {
    width: calc((100% - 30px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex02 > div {
    width: 100%;
  }
}

body.on .sec01 .flex > div:nth-of-type(1) .wrap {
  position: relative;
}
body.on .sec01 .flex > div:nth-of-type(1) .wrap::after {
  aspect-ratio: 268/101;
  background: url(/system_panel/uploads/images/hoshiimo_01.svg) no-repeat center center;
  content: "";
  left: 77%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  body.on .sec01 .flex > div:nth-of-type(1) .wrap::after {
    content: none;
  }
}
body.on .sec01 .flex > div:nth-of-type(2) .wrap {
  position: relative;
}
body.on .sec01 .flex > div:nth-of-type(2) .wrap::after {
  aspect-ratio: 268/101;
  background: url(/system_panel/uploads/images/hoshiimo_02.svg) no-repeat center center;
  content: "";
  left: 77%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  body.on .sec01 .flex > div:nth-of-type(2) .wrap::after {
    content: none;
  }
}
body.on .sec01 .flex > div:nth-of-type(3) .wrap {
  position: relative;
}
body.on .sec01 .flex > div:nth-of-type(3) .wrap::after {
  aspect-ratio: 268/101;
  background: url(/system_panel/uploads/images/hoshiimo_03.svg) no-repeat center center;
  content: "";
  left: 77%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  body.on .sec01 .flex > div:nth-of-type(3) .wrap::after {
    content: none;
  }
}
body.on .sec01 .flex02 > div:nth-of-type(1) .wrap {
  position: relative;
}
body.on .sec01 .flex02 > div:nth-of-type(1) .wrap::after {
  aspect-ratio: 268/101;
  background: url(/system_panel/uploads/images/hoshiimo_01.svg) no-repeat center center;
  content: "";
  left: 77%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  body.on .sec01 .flex02 > div:nth-of-type(1) .wrap::after {
    content: none;
  }
}
body.on .sec01 .flex02 > div:nth-of-type(2) .wrap {
  position: relative;
}
body.on .sec01 .flex02 > div:nth-of-type(2) .wrap::after {
  aspect-ratio: 268/101;
  background: url(/system_panel/uploads/images/hoshiimo_02.svg) no-repeat center center;
  content: "";
  left: 77%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  body.on .sec01 .flex02 > div:nth-of-type(2) .wrap::after {
    content: none;
  }
}
body.on .sec01 .flex02 > div:nth-of-type(3) .wrap {
  position: relative;
}
body.on .sec01 .flex02 > div:nth-of-type(3) .wrap::after {
  content: none;
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02:not(:first-of-type) {
  padding-top: 150px;
}
@media screen and (max-width: 1080px) {
  .sec02:not(:first-of-type) {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec02:not(:first-of-type) {
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec02:not(:first-of-type) {
    padding-top: 60px;
  }
}
.sec02 .bg {
  align-items: center;
  display: flex;
  height: 22.7vw;
  justify-content: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .sec02 .bg {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bg {
    height: 40vw;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bg {
    height: 50vw;
  }
}
.sec02 .bg img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec02 .bg .ttl {
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  color: #fff;
  font-family: "Yuji Syuku", serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .sec02 .bg .ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bg .ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bg .ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex01 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex02 {
    flex-direction: column;
  }
}
.sec02 > .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1580px;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec02 > .flex {
    gap: 50px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 > .flex {
    gap: 40px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 > .flex {
    gap: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.sec02 > .flex .txts {
  width: 75.94%;
}
@media screen and (max-width: 1080px) {
  .sec02 > .flex .txts {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 > .flex .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 > .flex .txts {
    width: 100%;
  }
}
.sec02 > .flex .txts .txt {
  font-family: "Yuji Syuku", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 2.7;
  margin-left: auto;
  margin-top: 90px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sec02 > .flex .txts .txt {
    font-size: 24px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .sec02 > .flex .txts .txt {
    font-size: 22px;
    line-height: 2.4;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 > .flex .txts .txt {
    font-size: 18px;
    line-height: 2.2;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 > .flex .txts .txt {
    font-size: 16px;
    margin-top: 20px;
  }
}
.sec02 > .flex .img {
  width: 12.46%;
}
@media screen and (max-width: 1080px) {
  .sec02 > .flex .img {
    width: 14%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 > .flex .img {
    width: 15%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 > .flex .img {
    width: 18%;
  }
}
.sec02 .gallery {
  display: flex;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec02 .gallery {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .gallery {
    align-items: center;
    flex-direction: column;
  }
}
.sec02 .gallery .flex01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 71.73%;
}
@media screen and (max-width: 1080px) {
  .sec02 .gallery .flex01 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .gallery .flex01 {
    align-items: center;
    width: 100%;
  }
}
.sec02 .gallery .flex01 .flex01__01 {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .sec02 .gallery .flex01 .flex01__01 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .gallery .flex01 .flex01__01 {
    align-items: center;
  }
}
.sec02 .gallery .flex01 .flex01__02 {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .sec02 .gallery .flex01 .flex01__02 {
    gap: 20px;
  }
}
.sec02 .gallery .flex02 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 26.08%;
}
@media screen and (max-width: 1080px) {
  .sec02 .gallery .flex02 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .gallery .flex02 {
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
}
.sec02 .gallery .item.inview {
  opacity: 1;
  transform: translateY(0);
}
.sec02 .gallery .item {
  flex-grow: 1;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.sec02 .gallery .item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec02 .gallery .item1 {
  aspect-ratio: 440/640;
}
.sec02 .gallery .item2 {
  aspect-ratio: 840/640;
}
.sec02 .gallery .item3 {
  aspect-ratio: 480/300;
}
.sec02 .gallery .item4 {
  aspect-ratio: 740/300;
}
.sec02 .gallery .item5 {
  aspect-ratio: 540/300;
}
.sec02 .gallery .item6 {
  aspect-ratio: 480/640;
}
.sec02 .bottom {
  background-color: #d12b15;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 30px;
  padding-top: 44px;
}
@media screen and (max-width: 768px) {
  .sec02 .bottom {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec02 .bottom .flex {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1740px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .flex {
    flex-direction: column;
    gap: 30px;
  }
}
.sec02 .bottom .flex .left {
  width: 50.57%;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .flex .left {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex .left {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bottom .flex .left {
    width: 100%;
  }
}
.sec02 .bottom .flex .right {
  width: 44.71%;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .flex .right {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex .right {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bottom .flex .right {
    width: 100%;
  }
}
.sec02 .bottom .flex .right .ttl {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .flex .right .ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex .right .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bottom .flex .right .ttl {
    font-size: 20px;
  }
}
.sec02 .bottom .flex .right .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .flex .right .txt {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex .right .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bottom .flex .right .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
.sec02 .bottom .flex .right .c-btn {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .flex .right .c-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex .right .c-btn {
    margin-top: 20px;
  }
}

.kuri-txt {
  max-width: 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kuri-txt {
    width: 8% !important;
  }
}

body:not(.on) .sec02 .gallery .item {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body.on .sec02 .bg::before {
  -o-object-fit: cover;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/*----------------------------------------------------------
sec03 品質管理表
------------------------------------------------------------*/
.sec03 {
  padding-bottom: 150px;
  padding-top: 150px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec03 .flex01 {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1466px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex01 {
    flex-direction: column;
    gap: 50px;
  }
}
.sec03 .flex02 {
  align-items: center;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 1280px) {
  .sec03 .flex02 {
    flex-direction: column;
    gap: 44px;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .flex02 {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex02 {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex02 {
    gap: 20px;
  }
}
.sec03 .flex02 img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  max-width: 300px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex02 img {
    max-width: 280px;
    width: 40%;
  }
}
.sec03 .subttl {
  color: #333 !important;
  font-family: "Yuji Syuku", serif;
  font-size: 24px;
  font-weight: 400;
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .subttl {
    font-size: 20px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .subttl {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .subttl {
    font-size: 14px;
    margin-top: 15px;
  }
}
.sec03 .txts {
  max-width: 310px;
  width: 100%;
}
.sec03 .txts .red-txt {
  color: #c30d23;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .txts .red-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .txts .red-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .txts .red-txt {
    font-size: 12px;
  }
}
.sec03 .txts .ttl {
  align-items: center;
  background-color: #c30d23;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .sec03 .txts .ttl {
    font-size: 24px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .txts .ttl {
    font-size: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .txts .ttl {
    font-size: 16px;
    height: 30px;
  }
}
.sec03 .txts .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  margin-top: 24px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .sec03 .txts .txt {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .txts .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .txts .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}
.sec03 .flex03 {
  display: flex;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 1720px;
  width: 100%;
}
@media screen and (max-width: 1530px) {
  .sec03 .flex03 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .flex03 {
    flex-direction: column;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex03 {
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex03 {
    gap: 40px;
    margin-top: 30px;
  }
}
.sec03 .flex03 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: calc((100% - 50px * 4) / 5);
}
@media screen and (max-width: 1530px) {
  .sec03 .flex03 .item {
    width: calc((100% - 50px * 2) / 3);
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .flex03 .item {
    align-items: center;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex03 .item {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex03 .item {
    gap: 20px;
  }
}
.sec03 .flex03 .item:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex03 .item:nth-of-type(2) {
    margin-top: 0;
  }
}
.sec03 .flex03 .item:nth-of-type(3) {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex03 .item:nth-of-type(3) {
    margin-top: 0;
  }
}
.sec03 .flex03 .item:nth-of-type(4) {
  margin-top: 150px;
}
@media screen and (max-width: 1530px) {
  .sec03 .flex03 .item:nth-of-type(4) {
    margin-top: 0px;
  }
}
.sec03 .flex03 .item:nth-of-type(5) {
  margin-top: 200px;
}
@media screen and (max-width: 1530px) {
  .sec03 .flex03 .item:nth-of-type(5) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .flex03 .item:nth-of-type(5) {
    margin-top: 0;
  }
}
.sec03 .flex03 .item:nth-of-type(6) {
  margin-top: 250px;
}
@media screen and (max-width: 1530px) {
  .sec03 .flex03 .item:nth-of-type(6) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .flex03 .item:nth-of-type(6) {
    margin-top: 0;
  }
}
.sec03 .flex03 .item img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex03 .item img {
    margin-left: initial;
    margin-right: initial;
    width: 40%;
  }
}
.sec03 .bottom {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  max-width: 1720px;
  width: 100%;
}
@media screen and (max-width: 1530px) {
  .sec03 .bottom {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .bottom {
    margin-top: 40px;
  }
}
.sec03 .bottom .inner {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1530px) {
  .sec03 .bottom .inner {
    margin-left: auto;
  }
}
.sec03 .bottom .subttl {
  line-height: 2.9;
  margin-top: 0;
}
.sec03 .bottom .c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

/*----------------------------------------------------------
sec04 製造方法
------------------------------------------------------------*/
.sec04 {
  background-repeat: repeat-y;
  background-repeat: repeat !important;
  background-size: 100% auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sec04 .card-wrap {
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
}
.sec04 .card-wrap:nth-of-type(1) .flex {
  margin-top: 75px;
}
@media screen and (max-width: 1080px) {
  .sec04 .card-wrap:nth-of-type(1) .flex {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .card-wrap:nth-of-type(1) .flex {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .card-wrap:nth-of-type(1) .flex {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .sec04 .card-wrap:nth-of-type(1) {
    padding-bottom: 50px;
  }
  .sec04 .card-wrap:nth-of-type(2) {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .sec04 .card-wrap:nth-of-type(3) {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .card-wrap {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
  }
  .sec04 .card-wrap:nth-of-type(1) {
    padding-bottom: 35px;
  }
  .sec04 .card-wrap:nth-of-type(2) {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .sec04 .card-wrap:nth-of-type(3) {
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .card-wrap {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }
  .sec04 .card-wrap:nth-of-type(1) {
    padding-bottom: 25px;
  }
  .sec04 .card-wrap:nth-of-type(2) {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .sec04 .card-wrap:nth-of-type(3) {
    padding-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .card-wrap {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .sec04 .card-wrap:nth-of-type(1) {
    padding-bottom: 20px;
  }
  .sec04 .card-wrap:nth-of-type(2) {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .sec04 .card-wrap:nth-of-type(3) {
    padding-top: 20px;
  }
}
.sec04 .c-ttls02 {
  position: relative;
  z-index: 3;
}
.sec04 .c-ttls02 .c-ttl {
  color: #fff !important;
}
.sec04 .c-ttls02 .subttl {
  color: #fff;
  font-family: "Yuji Syuku", serif;
  font-size: 24px;
  font-weight: 400;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec04 .c-ttls02 .subttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .c-ttls02 .subttl {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .c-ttls02 .subttl {
    font-size: 14px;
  }
}
.sec04 .flex {
  gap: 237px 110px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1650px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1600px) {
  .sec04 .flex {
    gap: 100px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .sec04 .flex {
    gap: 100px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex {
    gap: 70px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex {
    gap: 40px 20px;
  }
}
.sec04 .flex .item {
  aspect-ratio: 480/680;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 32px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  width: calc((100% - 110px * 2) / 3);
}
@media screen and (max-width: 1600px) {
  .sec04 .flex .item {
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: calc((100% - 40px * 2) / 3);
  }
}
@media screen and (max-width: 1280px) {
  .sec04 .flex .item {
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: calc((100% - 40px * 1) / 2);
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item {
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: calc((100% - 30px * 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item {
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: calc((100% - 30px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .sec04 .flex .item {
    width: 90%;
  }
}
.sec04 .flex .item .num {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 48px;
  font-weight: 900;
  height: 80px;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  position: relative;
  width: 80px;
  z-index: 3;
}
@media screen and (max-width: 1980px) {
  .sec04 .flex .item .num {
    font-size: 2.424vw;
    height: 4.04vw;
    width: 4.04vw;
  }
}
@media screen and (max-width: 1280px) {
  .sec04 .flex .item .num {
    font-size: 32px;
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item .num {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item .num {
    font-size: 24px;
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item .num {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
}
.sec04 .flex .item .ttls {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.sec04 .flex .item .ttls .ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1980px) {
  .sec04 .flex .item .ttls .ttl {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1280px) {
  .sec04 .flex .item .ttls .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item .ttls .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item .ttls .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item .ttls .ttl {
    font-size: 14px;
  }
}
.sec04 .flex .item .ttls .txt {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 22px;
}
@media screen and (max-width: 1980px) {
  .sec04 .flex .item .ttls .txt {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 1280px) {
  .sec04 .flex .item .ttls .txt {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item .ttls .txt {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item .ttls .txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item .ttls .txt {
    font-size: 12px;
  }
}

body.on .sec04 {
  position: relative;
}
body.on .sec04::before {
  -o-object-fit: cover;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  body.on .sec04 .card-wrap:nth-of-type(1) .item:nth-of-type(4), body.on .sec04 .card-wrap:nth-of-type(2) .item:nth-of-type(4) {
    display: none;
  }
  body.on .sec04 .card-wrap:nth-of-type(2) .item:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  body.on .sec04 .card-wrap:nth-of-type(2) .item:nth-of-type(1) {
    display: none;
  }
  body.on .sec04 .card-wrap:nth-of-type(3) .item:nth-of-type(1) {
    display: none;
  }
  body.on .sec04 .card-wrap:nth-of-type(3) .item:nth-of-type(2) {
    display: none;
  }
}
body.on .sec04 .flex .item {
  position: relative;
}
body.on .sec04 .flex .item::before {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.04) 100%);
  border-radius: 18px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/*----------------------------------------------------------
sec05 商品情報
------------------------------------------------------------*/
.sec05 {
  padding-top: 145px;
}
@media screen and (max-width: 1080px) {
  .sec05 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 {
    padding-top: 60px;
  }
}
.sec05 .c-ttls02 .subttl {
  color: #333 !important;
  font-family: "Yuji Syuku", serif;
  font-size: 24px;
  font-weight: 400;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec05 .c-ttls02 .subttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .c-ttls02 .subttl {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .c-ttls02 .subttl {
    font-size: 14px;
  }
}
.sec05 .instagram-wrapper {
  aspect-ratio: 1/1;
  margin: 0 auto;
  max-width: 540px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sec05 .insta {
  display: flex;
  gap: 100px;
  justify-content: center;
  margin-top: 95px;
}
@media screen and (max-width: 1280px) {
  .sec05 .insta {
    gap: 80px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .insta {
    flex-direction: column;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .insta {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .insta {
    gap: 20px;
    margin-top: 40px;
  }
}
.sec05 .insta a {
  align-items: center;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec05 .insta a {
    gap: 20px;
  }
}
.sec05 .insta a i {
  flex-shrink: 0;
}
.sec05 .insta a .fa-instagram:before {
  color: #c30d23;
  content: "\f16d";
  font-size: 43px;
}
@media screen and (max-width: 1280px) {
  .sec05 .insta a .fa-instagram:before {
    font-size: 35px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .insta a .fa-instagram:before {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .insta a .fa-instagram:before {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .insta a .fa-instagram:before {
    font-size: 20px;
  }
}
.sec05 .insta a p {
  color: #c30d23;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .sec05 .insta a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .insta a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .insta a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .insta a p {
    font-size: 14px;
  }
}
.sec05 .flex {
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 1760px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sec05 .flex {
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .flex {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex {
    gao: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex {
    margin-top: 30px;
  }
}
.sec05 .flex a {
  aspect-ratio: 1/1;
  display: block;
  width: calc((100% - 40px * 2) / 3);
}
@media screen and (max-width: 1280px) {
  .sec05 .flex a {
    width: calc((100% - 30px * 2) / 3);
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .flex a {
    width: calc((100% - 30px * 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex a {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex a {
    width: 100%;
  }
}
.sec05 .flex a img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec05 .flex {
  align-items: initial;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  max-width: 1760px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex {
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex {
    margin-top: 40px;
  }
}
.sec05 .flex .item {
  align-items: baseline;
  border-bottom: 2px solid #d12b15;
  display: flex;
  padding-bottom: 48px;
  padding-top: 44px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .item {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .item {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .item {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
}
.sec05 .flex .item:nth-of-type(1) {
  border-top: 2px solid #d12b15;
}
.sec05 .flex .item:nth-of-type(2) {
  border-top: 2px solid #d12b15;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .item:nth-of-type(2) {
    border-top: none;
  }
}
.sec05 .flex .item:nth-of-type(odd) {
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .item:nth-of-type(odd) {
    padding-left: 20px;
  }
}
.sec05 .flex .item p:nth-of-type(1) {
  color: #000;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .sec05 .flex .item p:nth-of-type(1) {
    width: 150px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .item p:nth-of-type(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .item p:nth-of-type(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .item p:nth-of-type(1) {
    font-size: 14px;
  }
}
.sec05 .flex .item p:nth-of-type(2) {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .item p:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .item p:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .item p:nth-of-type(2) {
    font-size: 12px;
    padding-left: 15px;
  }
}
.sec05 .flex .item a {
  display: block;
}
.sec05 .flex .item a p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .item a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .item a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .item a p {
    font-size: 12px;
    padding-left: 15px;
  }
}
.sec05 .list {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  max-width: 1760px;
  width: 100%;
	gap: 60px;
}
@media screen and (max-width: 1080px) {
  .sec05 .list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .list {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .list {
    gap: 15px;
    margin-top: 40px;
  }
}
.sec05 .list .box {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .sec05 .list .box {
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .list .box {
    gap: 15px;
  }
}
.sec05 .list .box .item {
  align-items: baseline;
  display: flex;
}
.sec05 .list .box .item p:nth-of-type(1) {
  color: #c30d23;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  width: 170px;
}
@media screen and (max-width: 1080px) {
  .sec05 .list .box .item p:nth-of-type(1) {
    font-size: 20px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .list .box .item p:nth-of-type(1) {
    font-size: 18px;
    width: 130px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .list .box .item p:nth-of-type(1) {
    font-size: 16px;
    width: 110px;
  }
}
.sec05 .list .box .item p:nth-of-type(2) {
  color: #000;
  font-style: 20px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .sec05 .list .box .item p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .list .box .item p:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .list .box .item p:nth-of-type(2) {
    font-size: 14px;
  }
}

.sec02 > .flex{
	justify-content: center;
}
.sec02 > .flex .txts{
	width: 100%;
	max-width: 1280px;
}
.sec02 .txts .imgbox {
	position: relative;
}
.sec02 .txts .imgbox p{
	font-family: "Noto Serif JP", serif;
	color: #fff;
	font-weight: 900;
	font-size: clamp(20px, 6.2vw, 80px);
	position: absolute;
}
.sec02 .txts .imgbox p:first-of-type{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	bottom: 20%;
	left: 9%;
}
.sec02 .txts .imgbox p:nth-of-type(2){
	bottom: 5%;
	left: 17%;
}
.sec02 .flex02 .txts .imgbox p:first-of-type{
	bottom: 15%;
	right: 5%;
}
.sec02 .flex02 .txts .imgbox p:nth-of-type(2){
	bottom: 5%;
	right: 15%;
	text-align: right;
}
#kuri02.sec02 .txts .imgbox p:first-of-type{
	bottom: 20%;
	right: 5%;
	left: auto;
}
#kuri02.sec02 .txts .imgbox p:nth-of-type(2){
	bottom: 5%;
	right: 15%;
	left: auto;
}
#kuri03.sec02 .flex02 .txts .imgbox p:first-of-type{
	bottom: 15%;
	left: 8%;
	right: auto;
}
.sec03 .flex03 .item{position: relative;}
.sec03 .flex03 .item .badge{
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%,-50%);
	width: 50%;
	aspect-ratio: 1 / 1;
}
.sec03 .flex03 .item .badge img{
	width: 100%;
}
@media screen and (max-width: 1530px) {
	.sec03 .flex03 .item .badge{
		position: absolute;
		top: 0;
		right: 10%;
		transform: translate(50%,-50%);
		width: 40%;
		aspect-ratio: 1 / 1;
	}
}
@media screen and (max-width: 1280px) {
	.sec03 .flex03 .item .badge{
		position: absolute;
		top: 0;
		right: 10%;
		transform: translate(50%,-50%);
		width: 40%;
		aspect-ratio: 1 / 1;
	}
}
@media screen and (max-width: 1080px) {
	.sec03 .flex03 .item .badge{
		right: auto;
		left: 15%;
		transform: translate(-50%,-50%);
		width: 15%;
	}
}
@media screen and (max-width: 768px) {
	.sec03 .flex03 .item .badge{
		right: auto;
		left: 8%;
		transform: translate(-50%,-50%);
		width: 20%;
	}
}
@media screen and (max-width: 576px) {
	.sec03 .flex03 .item .badge{
		right: auto;
		left: 5%;
		transform: translate(-50%,-50%);
		width: 20%;
	}
}

@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}
/*# sourceMappingURL=sourcemaps/hoshiimo.css.map */