@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap");
body {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.pc {
  display: block;
}
@media screen and (max-width: 720px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 720px) {
  .sp {
    display: block;
  }
}

.SUDA .note {
  font-size: clamp(6px, calc(6px + 8 * (100vw - 320px) / 1600), 14px);
}
@supports (width: 100cqw) {
  .SUDA .note {
    font-size: clamp(6px, calc(6px + 8 * (100cqw - 320px) / 1600), 14px);
  }
}
@media screen and (max-width: 720px) {
  .SUDA .note {
    font-size: clamp(10px, calc(10px + 4 * (100vw - 320px) / 1600), 14px);
  }
  @supports (width: 100cqw) {
    .SUDA .note {
      font-size: clamp(10px, calc(10px + 4 * (100cqw - 320px) / 1600), 14px);
    }
  }
}

body {
  color: #000;
  line-height: 1.5;
  font-family: "Gantari", "Noto Sans TC", Arial, "微軟正黑體";
  font-weight: 400;
}
body.Fixd, body.m-Fixd {
  height: 100vh;
  overflow: hidden;
}

.primary-Width, .detailBox, .type05, .type03, .type02, .type01 {
  width: 92%;
  max-width: 1640px;
  margin: 0 auto;
}

main {
  width: 100%;
  font-family: "Gantari", "Noto Sans TC", Arial, "微軟正黑體";
  line-height: 1.3;
  overflow-x: hidden;
}

.bn-con {
  position: relative;
}
.bn-con img {
  width: 100%;
}
.bn-slogan {
  width: 28.5%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.bn-slogan img {
  filter: drop-shadow(0 0 5px #fff);
}
.bn-pic1 {
  display: flex;
  justify-content: space-between;
}
.bn-pic1 > div {
  width: 32.7%;
  overflow: hidden;
}
.bn-pic1 > div img {
  opacity: 0;
  transform: scale(1.8);
  transition: all 5s;
}
.bn-pic2 {
  margin-bottom: 0.9%;
}
.bn-pic2 .slick-slide {
  padding: 0 0.11%;
  box-sizing: border-box;
}
.bn-pic3 .slick-slide {
  padding: 0 0.12%;
  box-sizing: border-box;
}

.banner-item-1.slick-active .bn-pic1 > div img {
  opacity: 1;
  transform: scale(1);
}

.suda_bg {
  background: url(../images/suda_bg.jpg) top center;
  background-size: cover;
}
.suda_info {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.type01 {
  padding: 10% 6%;
  position: relative;
}
.type01_tit {
  width: 67%;
  background: url(../images/t01-txt01.png) no-repeat left top;
  background-size: contain;
  position: relative;
  z-index: 9;
}
.type01_tit img {
  width: 35%;
  max-width: 320px;
  margin: -1% 0 0 25%;
}
.type01_pic {
  width: 90%;
  max-width: 1270px;
  margin: -4% auto 0;
  display: flex;
}
.type01_pic img {
  width: 60%;
  transition: all 2s;
}
.type01_pic img:first-child {
  position: relative;
  margin: 0 -5.5% 3% 0;
  z-index: 1;
  transform: translateX(-5%);
}
.type01_pic img:last-child {
  margin: 3% 0 0 -5.5%;
  transform: translateX(5%);
}
.type01_pic.is-animated img:first-child {
  transform: translateX(0);
}
.type01_pic.is-animated img:last-child {
  transform: translateX(0);
}
.type01_txt1, .type01_txt2 {
  position: absolute;
}
.type01_txt1 span, .type01_txt2 span {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  font-weight: 400;
  font-size: clamp(6px, calc(6px + 16 * (100vw - 320px) / 1600), 22px);
  margin-bottom: 2%;
}
@supports (width: 100cqw) {
  .type01_txt1 span, .type01_txt2 span {
    font-size: clamp(6px, calc(6px + 16 * (100cqw - 320px) / 1600), 22px);
  }
}
.type01_txt1 {
  left: 8%;
  bottom: 12%;
  z-index: 9;
}
.type01_txt2 {
  right: 1%;
  top: 25%;
  z-index: 9;
}

.type02 {
  padding: 10% 6%;
}
.type02_item {
  display: flex;
  justify-content: space-around;
}
.type02_pic {
  width: 32%;
  padding: 0 3%;
}
.type02_pic .bottle_pic {
  display: none;
}
.type02_pic .bottle_pic.show {
  display: block;
}
.type02_info {
  width: 62%;
  max-width: 820px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-end;
  padding: 3% 0 6%;
}
.type02_info .pd_sm {
  width: 100%;
}
.type02_info .pd_color {
  width: 220px;
}
.type02_info .pd_color .color_txt {
  font-size: clamp(16px, calc(16px + 6 * (100vw - 320px) / 1600), 22px);
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@supports (width: 100cqw) {
  .type02_info .pd_color .color_txt {
    font-size: clamp(16px, calc(16px + 6 * (100cqw - 320px) / 1600), 22px);
  }
}
.type02_info .pd_color .color_txt span {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px;
  border: 3px solid transparent;
}
.type02_info .pd_color .color_txt.active {
  font-weight: bold;
}
.type02_info .pd_color .color_txt.active span {
  border: 3px solid rgba(0, 0, 0, 0.1);
}
.type02_info .pd_txt {
  width: calc(100% - 220px);
  text-align: right;
}
.type02_info .pd_txt img {
  width: 50%;
  max-width: 290px;
}
.type02_info .pd_txt p {
  margin: 8% 0 0;
  line-height: 1;
  font-size: clamp(18px, calc(18px + 46 * (100vw - 320px) / 1600), 64px);
}
@supports (width: 100cqw) {
  .type02_info .pd_txt p {
    font-size: clamp(18px, calc(18px + 46 * (100cqw - 320px) / 1600), 64px);
  }
}

.white_bg {
  position: relative;
  z-index: 1;
}
.white_bg::before {
  content: "";
  width: 90%;
  max-width: 1640px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: linear-gradient(rgba(255, 255, 255, 0), #fff, #fff, rgba(255, 255, 255, 0) 85%);
  z-index: -1;
}

.type03 {
  padding: 10% 6%;
}
.type03 .rowWrapper {
  margin: 0 auto;
}

.type04 {
  position: relative;
}
.type04_tit {
  width: 64%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.type04_tit h1 {
  width: 55%;
  font-weight: 200;
  font-size: clamp(14px, calc(14px + 58 * (100vw - 320px) / 1600), 72px);
}
@supports (width: 100cqw) {
  .type04_tit h1 {
    font-size: clamp(14px, calc(14px + 58 * (100cqw - 320px) / 1600), 72px);
  }
}
.type04_tit h1 b {
  font-weight: 700;
}
.type04_tit p {
  width: 45%;
  font-size: clamp(6px, calc(6px + 16 * (100vw - 320px) / 1600), 22px);
}
@supports (width: 100cqw) {
  .type04_tit p {
    font-size: clamp(6px, calc(6px + 16 * (100cqw - 320px) / 1600), 22px);
  }
}
.type04_img .slick-slide span {
  display: block;
  padding: 10% 6%;
}
.type04_img .slick-slide img {
  transition: all 0.8s;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
}
.type04_img .slick-center img {
  transform: scale(1.2);
}
.type04_img .slick-prev, .type04_img .slick-next {
  width: 75px;
  height: 75px;
  top: 50%;
  z-index: 99;
  background: #fff;
}
.type04_img .slick-prev {
  left: calc(24% - 75px);
  background: url(../images/type04-arrow.svg) no-repeat center, #fff;
  background-size: contain;
}
.type04_img .slick-next {
  right: calc(24% - 75px);
  background: url(../images/type04-arrow.svg) no-repeat center, #fff;
  background-size: contain;
  transform: translate(0, -50%) rotate(-180deg);
}
.type04_img .slick-prev:before, .type04_img .slick-next:before {
  content: none;
}
.type04_txt {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
  letter-spacing: 0;
  white-space: nowrap;
  font-size: clamp(12px, calc(12px + 16 * (100vw - 320px) / 1600), 28px);
}
@supports (width: 100cqw) {
  .type04_txt {
    font-size: clamp(12px, calc(12px + 16 * (100cqw - 320px) / 1600), 28px);
  }
}
.type04_txt span {
  font-size: clamp(18px, calc(18px + 30 * (100vw - 320px) / 1600), 48px);
}
@supports (width: 100cqw) {
  .type04_txt span {
    font-size: clamp(18px, calc(18px + 30 * (100cqw - 320px) / 1600), 48px);
  }
}

.type05 {
  padding: 10% 6%;
  display: flex;
  flex-wrap: wrap;
}
.type05_info {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.type05_info h1 {
  font-weight: 700;
  font-size: clamp(12px, calc(12px + 36 * (100vw - 320px) / 1600), 48px);
}
@supports (width: 100cqw) {
  .type05_info h1 {
    font-size: clamp(12px, calc(12px + 36 * (100cqw - 320px) / 1600), 48px);
  }
}
.type05_info h1 span {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: clamp(18px, calc(18px + 54 * (100vw - 320px) / 1600), 72px);
}
@supports (width: 100cqw) {
  .type05_info h1 span {
    font-size: clamp(18px, calc(18px + 54 * (100cqw - 320px) / 1600), 72px);
  }
}
.type05_info h1 span.t1 {
  color: #928480;
}
.type05_info h1 span.t2 {
  font-weight: 300;
  margin: 0 5px;
}
.type05_info h1 span.t3 {
  color: #a4bdd9;
}
.type05_info p {
  margin-top: 5%;
  font-size: clamp(6px, calc(6px + 16 * (100vw - 320px) / 1600), 22px);
}
@supports (width: 100cqw) {
  .type05_info p {
    font-size: clamp(6px, calc(6px + 16 * (100cqw - 320px) / 1600), 22px);
  }
}
.type05_info .t05_img {
  display: flex;
}
.type05_info .t05_img img {
  width: 45%;
  max-width: 245px;
  transition: all 0.8s;
}
.type05_info .t05_img img:last-child {
  transform: translateX(-100%);
}
.type05_info .t05_img.is-animated img:last-child {
  transform: translateX(-15%);
}
.type05_pic {
  width: 63%;
  margin-left: -3%;
}
.type05_Note {
  margin-top: 4%;
}
.type05_Note span {
  display: block;
  margin: 5px 0;
  font-size: clamp(8px, calc(8px + 8 * (100vw - 320px) / 1600), 16px);
}
@supports (width: 100cqw) {
  .type05_Note span {
    font-size: clamp(8px, calc(8px + 8 * (100cqw - 320px) / 1600), 16px);
  }
}
.type05_Note span:nth-child(1) {
  font-size: clamp(10px, calc(10px + 10 * (100vw - 320px) / 1600), 20px);
}
@supports (width: 100cqw) {
  .type05_Note span:nth-child(1) {
    font-size: clamp(10px, calc(10px + 10 * (100cqw - 320px) / 1600), 20px);
  }
}

.type06 {
  background: #a4bdd9;
  padding: 8% 0;
}
.type06_slick {
  z-index: 1;
}
.type06_slick .slick-slide {
  padding: 0 0.35%;
}

.t06 {
  width: 92%;
  max-width: 1520px;
  margin: -2% auto 0;
  display: flex;
  align-items: end;
  position: relative;
}
.t06_txt {
  width: 40%;
}
.t06_txt img {
  margin-bottom: 5%;
  filter: drop-shadow(3px 20px 15px rgba(0, 0, 0, 0.15));
}
.t06_txt p {
  margin: 2% 0;
  color: #000;
  font-size: clamp(6px, calc(6px + 16 * (100vw - 320px) / 1600), 22px);
}
@supports (width: 100cqw) {
  .t06_txt p {
    font-size: clamp(6px, calc(6px + 16 * (100cqw - 320px) / 1600), 22px);
  }
}
.t06_txt p span {
  display: inline-block;
  font-weight: 800;
  font-size: clamp(10px, calc(10px + 18 * (100vw - 320px) / 1600), 28px);
}
@supports (width: 100cqw) {
  .t06_txt p span {
    font-size: clamp(10px, calc(10px + 18 * (100cqw - 320px) / 1600), 28px);
  }
}
.t06_pic {
  width: 60%;
}
.t06_line {
  width: 50%;
  height: 35%;
  position: absolute;
  right: 25%;
  bottom: 5%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.t06_line::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: -9px;
  top: -9px;
  background: #fff;
  border-radius: 50%;
}

.type07 {
  width: 92%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 8% 0;
}
.type07_tit {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(22px, calc(22px + 50 * (100vw - 320px) / 1600), 72px);
}
@supports (width: 100cqw) {
  .type07_tit {
    font-size: clamp(22px, calc(22px + 50 * (100cqw - 320px) / 1600), 72px);
  }
}
.type07_tit span {
  font-weight: 300;
  font-size: clamp(26px, calc(26px + 54 * (100vw - 320px) / 1600), 80px);
  color: #fff;
  padding: 1% 0;
  position: relative;
  z-index: 1;
}
@supports (width: 100cqw) {
  .type07_tit span {
    font-size: clamp(26px, calc(26px + 54 * (100cqw - 320px) / 1600), 80px);
  }
}
.type07_tit span::before {
  content: "";
  position: absolute;
  width: 86%;
  height: 100%;
  top: 0;
  left: 7%;
  background: #a4bdd9;
  z-index: -1;
}

.t07 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 5%;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
}
.t07_pic1, .t07_pic2 {
  width: 60%;
  position: relative;
  padding-top: 37%;
}
.t07_pic1 .special, .t07_pic2 .special {
  background: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: clamp(12px, calc(12px + 24 * (100vw - 320px) / 1600), 36px);
}
@supports (width: 100cqw) {
  .t07_pic1 .special, .t07_pic2 .special {
    font-size: clamp(12px, calc(12px + 24 * (100cqw - 320px) / 1600), 36px);
  }
}
.t07_pic1 {
  background: url(../images/t07_pic1.jpg) no-repeat center;
  background-size: cover;
}
.t07_pic2 {
  background: url(../images/t07_pic2.jpg) no-repeat center;
  background-size: cover;
}
.t07_info {
  width: 40%;
  padding: 20px 5%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.t07_info .t07_tit {
  margin-bottom: 6%;
  font-weight: 500;
  font-size: clamp(16px, calc(16px + 34 * (100vw - 320px) / 1600), 50px);
}
@supports (width: 100cqw) {
  .t07_info .t07_tit {
    font-size: clamp(16px, calc(16px + 34 * (100cqw - 320px) / 1600), 50px);
  }
}
.t07_info p {
  font-size: clamp(6px, calc(6px + 16 * (100vw - 320px) / 1600), 22px);
}
@supports (width: 100cqw) {
  .t07_info p {
    font-size: clamp(6px, calc(6px + 16 * (100cqw - 320px) / 1600), 22px);
  }
}

.h1_tit {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, calc(22px + 42 * (100vw - 320px) / 1600), 64px);
}
@supports (width: 100cqw) {
  .h1_tit {
    font-size: clamp(22px, calc(22px + 42 * (100cqw - 320px) / 1600), 64px);
  }
}

.type08 {
  width: 92%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 8% 0;
}

.t08 {
  display: flex;
  padding-left: 15%;
  position: relative;
  margin-top: 5%;
}
.t08_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #a4bdd9;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
}
.t08_txt {
  padding: 20px 0 20px 13%;
}
.t08_txt h1 {
  margin-bottom: 8%;
  color: #fff;
  font-size: clamp(14px, calc(14px + 36 * (100vw - 320px) / 1600), 50px);
}
@supports (width: 100cqw) {
  .t08_txt h1 {
    font-size: clamp(14px, calc(14px + 36 * (100cqw - 320px) / 1600), 50px);
  }
}
.t08_txt p {
  margin: 0;
  color: #fff;
  font-size: clamp(6px, calc(6px + 16 * (100vw - 320px) / 1600), 22px);
}
@supports (width: 100cqw) {
  .t08_txt p {
    font-size: clamp(6px, calc(6px + 16 * (100cqw - 320px) / 1600), 22px);
  }
}
.t08_sd {
  width: 18.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.t08_sd .t08_amt {
  width: 100%;
  position: absolute;
  top: 35%;
}
.t08_sd .t08_amt .t08_arrow {
  display: flex;
  justify-content: center;
  padding-left: 2%;
}
.t08_sd .t08_amt .t08_arrow span {
  width: 8%;
  display: block;
  background: url(../images/t08_arrow.svg) no-repeat left center;
  background-size: cover;
  padding-top: 13%;
  transition: width 2s;
}
.t08_sd .t08_amt .t08_arrow span:last-child {
  transform: rotate(-180deg);
}
.t08_sd .t08_amt .t08_arrow.is-animated span {
  width: 33%;
}
.t08_sd .t08_amt > div:last-child {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, calc(18px + 18 * (100vw - 320px) / 1600), 36px);
}
@supports (width: 100cqw) {
  .t08_sd .t08_amt > div:last-child {
    font-size: clamp(18px, calc(18px + 18 * (100cqw - 320px) / 1600), 36px);
  }
}
.t08_pic {
  width: 50%;
  max-width: 580px;
}

.t08_amt2 {
  width: 110%;
  position: absolute;
  top: -8%;
  left: -5%;
}
.t08_amt2 path {
  fill: rgba(255, 255, 255, 0);
}
.t08_amt2 .st32 {
  transition: all 0.05s 0;
}
.t08_amt2 .st31 {
  transition: all 0.05s 0.05s;
}
.t08_amt2 .st30 {
  transition: all 0.05s 0.1s;
}
.t08_amt2 .st29 {
  transition: all 0.05s 0.15s;
}
.t08_amt2 .st28 {
  transition: all 0.05s 0.2s;
}
.t08_amt2 .st27 {
  transition: all 0.05s 0.25s;
}
.t08_amt2 .st26 {
  transition: all 0.05s 0.3s;
}
.t08_amt2 .st25 {
  transition: all 0.05s 0.35s;
}
.t08_amt2 .st24 {
  transition: all 0.05s 0.4s;
}
.t08_amt2 .st23 {
  transition: all 0.05s 0.45s;
}
.t08_amt2 .st22 {
  transition: all 0.05s 0.5s;
}
.t08_amt2 .st21 {
  transition: all 0.05s 0.55s;
}
.t08_amt2 .st20 {
  transition: all 0.05s 0.6s;
}
.t08_amt2 .st19 {
  transition: all 0.05s 0.65s;
}
.t08_amt2 .st18 {
  transition: all 0.05s 0.7s;
}
.t08_amt2 .st17 {
  transition: all 0.05s 0.75s;
}
.t08_amt2 .st16 {
  transition: all 0.05s 0.8s;
}
.t08_amt2 .st15 {
  transition: all 0.05s 0.85s;
}
.t08_amt2 .st14 {
  transition: all 0.05s 0.9s;
}
.t08_amt2 .st13 {
  transition: all 0.05s 0.95s;
}
.t08_amt2 .st12 {
  transition: all 0.05s 1s;
}
.t08_amt2 .st11 {
  transition: all 0.05s 1.05s;
}
.t08_amt2 .st10 {
  transition: all 0.05s 1.1s;
}
.t08_amt2 .st9 {
  transition: all 0.05s 1.15s;
}
.t08_amt2 .st8 {
  transition: all 0.05s 1.2s;
}
.t08_amt2 .st7 {
  transition: all 0.05s 1.25s;
}
.t08_amt2 .st6 {
  transition: all 0.05s 1.3s;
}
.t08_amt2 .st5 {
  transition: all 0.05s 1.35s;
}
.t08_amt2 .st4 {
  transition: all 0.05s 1.4s;
}
.t08_amt2 .st3 {
  transition: all 0.05s 1.45s;
}
.t08_amt2 .st2 {
  transition: all 0.05s 1.5s;
}
.t08_amt2 .st1 {
  transition: all 0.05s 1.55s;
}
.t08_amt2.is-animated path {
  fill: #75a0c6;
}

.flex_jc {
  width: 100%;
  display: flex;
  justify-content: center;
}

.detail {
  padding: 3% 0 7%;
}
.detail_detail {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}
.detail_detail .note {
  width: auto;
  padding: 20px 0;
}
.detail_detail .note span {
  display: inline-block;
  margin: 5px 0;
}
.detail_pic {
  width: 70%;
  margin: 7% auto 5%;
  display: flex;
  justify-content: space-around;
}
.detail_pic > div {
  text-align: center;
  width: 40%;
  max-width: 400px;
}
.detail_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px;
  empty-cells: show;
}
.detail_table .mark {
  border-top: #999 1px solid;
}
.detail_table th, .detail_table td {
  width: 33.3333333333%;
  padding: 20px 10px;
  color: #1d1d1d;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: clamp(12px, calc(12px + 10 * (100vw - 320px) / 1600), 22px);
}
@supports (width: 100cqw) {
  .detail_table th, .detail_table td {
    font-size: clamp(12px, calc(12px + 10 * (100cqw - 320px) / 1600), 22px);
  }
}
.detail_table th {
  background: #a4bdd9;
  color: #fff;
}
.detail_table td {
  background: #fff;
}
.detail_table td:last-child {
  border-right: none;
}
.detail_table span {
  font-size: clamp(8px, calc(8px + 6 * (100vw - 320px) / 1600), 14px);
}
@supports (width: 100cqw) {
  .detail_table span {
    font-size: clamp(8px, calc(8px + 6 * (100cqw - 320px) / 1600), 14px);
  }
}

.type09 {
  width: 92%;
  max-width: 1160px;
  margin: 5% auto 8%;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #a4bdd9;
  padding: 2.5%;
}
.type09_txt {
  padding: 0 0 0 8%;
}
.type09_txt .t09_h1 {
  font-weight: 500;
  color: #fff;
  font-size: clamp(20px, calc(20px + 30 * (100vw - 320px) / 1600), 50px);
}
@supports (width: 100cqw) {
  .type09_txt .t09_h1 {
    font-size: clamp(20px, calc(20px + 30 * (100cqw - 320px) / 1600), 50px);
  }
}
.type09_txt .t09_btn {
  margin-top: 10%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, calc(14px + 10 * (100vw - 320px) / 1600), 24px);
}
@supports (width: 100cqw) {
  .type09_txt .t09_btn {
    font-size: clamp(14px, calc(14px + 10 * (100cqw - 320px) / 1600), 24px);
  }
}
.type09_txt .t09_btn img {
  width: 6%;
  margin-left: 10px;
  transform: all 0.8s;
}
.type09_txt .t09_btn:hover img {
  animation: amt3 0.8s infinite;
}
.type09_pic {
  width: 57%;
  max-width: 600px;
}

@keyframes amt3 {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 10px;
  }
}
.sns_list {
  background: #a4bdd9;
  padding: 100px 0;
}
.sns_list ul {
  display: flex;
  justify-content: center;
}
.sns_list ul li {
  margin: 0 20px;
}
.sns_list ul li p {
  color: #fff;
  text-align: center;
  margin: 2% 0;
  font-size: 1.1vw;
  line-height: 1.3;
}
.sns_link {
  width: 90px;
  display: block;
}
.sns_link:hover {
  opacity: 0.7;
}

.shopbnt {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 99;
  border-radius: 50%;
  transition: all 0.3s;
}
.shopbnt a {
  display: block;
  width: 120px;
  height: 120px;
  background: url("../images/shopICON.png") center no-repeat;
  background-size: contain;
}
.shopbnt:hover {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  bottom: 50px;
}

@media (min-width: 1920px) {
  .sns_list li {
    width: 3%;
  }
  .shopbnt {
    width: 6%;
  }
  .shopbnt a {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: auto;
    background: url(../images/shopICON.png) center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1366px) {
  .type04_img .slick-prev, .type04_img .slick-next {
    width: 60px;
    height: 60px;
  }
  .type04_img .slick-prev {
    left: calc(24% - 60px);
  }
  .type04_img .slick-next {
    right: calc(24% - 60px);
  }
}
@media (max-width: 1100px) {
  .type02_info .pd_color {
    width: 160px;
  }
  .type02_info .pd_color .color_txt span {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .type02_info .pd_txt {
    width: calc(100% - 160px);
  }
}
@media (max-width: 1024px) {
  .type01 {
    padding: 10% 2%;
  }
  .type01_tit {
    width: 60%;
  }
  .type01_pic {
    width: 96%;
    margin: -2% auto 0;
  }
  .type01_txt1 {
    left: 0;
    bottom: 9%;
  }
  .type01_txt2 {
    right: 0;
    top: 22%;
  }
  .sns_list_list {
    padding: 70px 0;
  }
  .sns_list_link {
    width: 70px;
  }
  .shopbnt a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .type02 {
    padding: 8% 2%;
  }
  .type04_img .slick-prev, .type04_img .slick-next {
    width: 50px;
    height: 50px;
  }
  .type04_img .slick-prev {
    left: calc(24% - 50px);
  }
  .type04_img .slick-next {
    right: calc(24% - 50px);
  }
  .t06_line {
    width: 46%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .t06_line::before {
    width: 12px;
    height: 12px;
    right: -7px;
    top: -7px;
  }
  .type07, .type08 {
    padding: 80px 0;
  }
  .t07 {
    margin-top: 60px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .t08 {
    margin-top: 40px;
  }
  .t08_sd {
    width: 22%;
  }
  .type09 {
    margin: 0 auto 80px;
  }
  .type09_txt .t09_btn img {
    margin-left: 10px;
  }
  .sns_list {
    padding: 80px 0;
  }
  .sns_list ul li {
    margin: 0 15px;
  }
  .sns_link {
    width: 70px;
  }
}
@media (max-width: 720px) {
  .type01 {
    padding: 10% 0;
  }
  .type01_tit {
    width: 85%;
  }
  .type01_picBox {
    width: 100%;
    overflow: hidden;
    margin: 5% 0;
  }
  .type01_pic {
    width: 150%;
    margin: 0 -25%;
  }
  .type01_txt1 span, .type01_txt2 span {
    padding: 3px;
    font-size: clamp(10px, calc(10px + 12 * (100vw - 320px) / 1600), 22px);
    margin-bottom: 5px;
  }
  @supports (width: 100cqw) {
    .type01_txt1 span, .type01_txt2 span {
      font-size: clamp(10px, calc(10px + 12 * (100cqw - 320px) / 1600), 22px);
    }
  }
  .type01_txt1 {
    left: -2%;
    bottom: 5%;
  }
  .type01_txt2 {
    right: -2%;
    top: 25%;
  }
  .type02 {
    padding: 10% 0;
  }
  .type02_item {
    flex-direction: column-reverse;
    align-items: center;
  }
  .type02_pic {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 3%;
  }
  .type02_info {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .type02_info .pd_sm {
    max-width: 600px;
    order: 1;
  }
  .type02_info .pd_color {
    width: auto;
    order: 3;
    display: flex;
    justify-content: center;
    margin: 30px -10px 0;
  }
  .type02_info .pd_color .color_txt {
    display: flex;
    align-items: center;
    margin: 0 10px;
  }
  .type02_info .pd_color .color_txt span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 2px solid transparent;
  }
  .type02_info .pd_color .color_txt.active span {
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
  .type02_info .pd_txt {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    order: 2;
  }
  .type02_info .pd_txt p {
    margin: 20px 0 0;
    font-size: clamp(20px, calc(20px + 68 * (100vw - 320px) / 1600), 88px);
  }
  @supports (width: 100cqw) {
    .type02_info .pd_txt p {
      font-size: clamp(20px, calc(20px + 68 * (100cqw - 320px) / 1600), 88px);
    }
  }
  .white_bg::before {
    width: 94%;
  }
  .type03 {
    padding: 10% 2%;
  }
  .type04 {
    margin-top: 30px;
  }
  .type04_tit {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    flex-direction: column;
  }
  .type04_tit h1 {
    width: 90%;
    font-size: clamp(28px, calc(28px + 72 * (100vw - 320px) / 1600), 100px);
    text-align: center;
  }
  @supports (width: 100cqw) {
    .type04_tit h1 {
      font-size: clamp(28px, calc(28px + 72 * (100cqw - 320px) / 1600), 100px);
    }
  }
  .type04_tit p {
    width: 90%;
    font-size: clamp(16px, calc(16px + 6 * (100vw - 320px) / 1600), 22px);
    text-align: center;
  }
  @supports (width: 100cqw) {
    .type04_tit p {
      font-size: clamp(16px, calc(16px + 6 * (100cqw - 320px) / 1600), 22px);
    }
  }
  .type04_img .slick-slide span {
    display: block;
    padding: 10% 6%;
  }
  .type04_img .slick-slide img {
    transition: all 0.8s;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
  }
  .type04_img .slick-center img {
    transform: scale(1.2);
  }
  .type04_img .slick-prev, .type04_img .slick-next {
    width: 40px;
    height: 40px;
  }
  .type04_img .slick-prev {
    left: calc(12% - 40px);
  }
  .type04_img .slick-next {
    right: calc(12% - 40px);
  }
  .type04_txt {
    padding: 10px 10px;
  }
  .type05 {
    padding: 80px 2%;
    flex-direction: column;
  }
  .type05_info {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .type05_info h1 {
    text-align: center;
    font-size: clamp(24px, calc(24px + 36 * (100vw - 320px) / 1600), 60px);
  }
  @supports (width: 100cqw) {
    .type05_info h1 {
      font-size: clamp(24px, calc(24px + 36 * (100cqw - 320px) / 1600), 60px);
    }
  }
  .type05_info h1 span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: clamp(32px, calc(32px + 48 * (100vw - 320px) / 1600), 80px);
  }
  @supports (width: 100cqw) {
    .type05_info h1 span {
      font-size: clamp(32px, calc(32px + 48 * (100cqw - 320px) / 1600), 80px);
    }
  }
  .type05_info p {
    margin-top: 20px;
    font-size: clamp(16px, calc(16px + 6 * (100vw - 320px) / 1600), 22px);
    text-align: center;
  }
  @supports (width: 100cqw) {
    .type05_info p {
      font-size: clamp(16px, calc(16px + 6 * (100cqw - 320px) / 1600), 22px);
    }
  }
  .type05_info .t05_img {
    justify-content: center;
  }
  .type05_info .t05_img img {
    width: 45%;
    transform: translateX(45%);
  }
  .type05_info .t05_img img:last-child {
    transform: translateX(-45%);
  }
  .type05_info .t05_img.is-animated img {
    transform: translateX(5%);
  }
  .type05_info .t05_img.is-animated img:last-child {
    transform: translateX(-5%);
  }
  .type05_pic {
    width: 100%;
    margin: 30px 0 0;
  }
  .type05_Note {
    margin-top: 20px;
  }
  .type05_Note span {
    margin: 5px 0;
    font-size: clamp(10px, calc(10px + 6 * (100vw - 320px) / 1600), 16px);
  }
  @supports (width: 100cqw) {
    .type05_Note span {
      font-size: clamp(10px, calc(10px + 6 * (100cqw - 320px) / 1600), 16px);
    }
  }
  .type05_Note span:nth-child(1) {
    font-size: clamp(12px, calc(12px + 8 * (100vw - 320px) / 1600), 20px);
  }
  @supports (width: 100cqw) {
    .type05_Note span:nth-child(1) {
      font-size: clamp(12px, calc(12px + 8 * (100cqw - 320px) / 1600), 20px);
    }
  }
  .type06 {
    padding: 14% 0;
  }
  .t06 {
    margin: 30px auto 0;
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .t06_txt {
    width: 100%;
  }
  .t06_txt img {
    width: 75%;
    margin-bottom: 0;
    filter: drop-shadow(3px 10px 10px rgba(0, 0, 0, 0.15));
  }
  .t06_txt p {
    margin: 6% 0;
    color: #000;
    font-size: clamp(16px, calc(16px + 6 * (100vw - 320px) / 1600), 22px);
  }
  @supports (width: 100cqw) {
    .t06_txt p {
      font-size: clamp(16px, calc(16px + 6 * (100cqw - 320px) / 1600), 22px);
    }
  }
  .t06_txt p span {
    font-size: clamp(20px, calc(20px + 8 * (100vw - 320px) / 1600), 28px);
  }
  @supports (width: 100cqw) {
    .t06_txt p span {
      font-size: clamp(20px, calc(20px + 8 * (100cqw - 320px) / 1600), 28px);
    }
  }
  .t06_pic {
    width: 100%;
  }
  .t06_line {
    width: 7%;
    height: 37%;
    right: 41%;
    bottom: 24%;
    border-bottom: none;
    border-top: 1px solid #fff;
  }
  .t06_line::before {
    width: 14px;
    height: 14px;
    right: -8px;
    top: auto;
    bottom: -8px;
  }
  .t07 {
    flex-direction: column;
  }
  .t07_pic1, .t07_pic2 {
    width: 100%;
    padding-top: 62%;
  }
  .t07_pic1 .special, .t07_pic2 .special {
    font-size: clamp(16px, calc(16px + 20 * (100vw - 320px) / 1600), 36px);
  }
  @supports (width: 100cqw) {
    .t07_pic1 .special, .t07_pic2 .special {
      font-size: clamp(16px, calc(16px + 20 * (100cqw - 320px) / 1600), 36px);
    }
  }
  .t07_info {
    width: 100%;
    padding: 30px 20px;
  }
  .t07_info .t07_tit {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: clamp(22px, calc(22px + 33 * (100vw - 320px) / 1600), 55px);
  }
  @supports (width: 100cqw) {
    .t07_info .t07_tit {
      font-size: clamp(22px, calc(22px + 33 * (100cqw - 320px) / 1600), 55px);
    }
  }
  .t07_info .t07_tit img {
    width: 65%;
  }
  .t07_info p {
    font-size: clamp(16px, calc(16px + 6 * (100vw - 320px) / 1600), 22px);
  }
  @supports (width: 100cqw) {
    .t07_info p {
      font-size: clamp(16px, calc(16px + 6 * (100cqw - 320px) / 1600), 22px);
    }
  }
  .h1_tit {
    font-size: clamp(26px, calc(26px + 38 * (100vw - 320px) / 1600), 64px);
    letter-spacing: 0;
  }
  @supports (width: 100cqw) {
    .h1_tit {
      font-size: clamp(26px, calc(26px + 38 * (100cqw - 320px) / 1600), 64px);
    }
  }
  .type08 {
    padding: 30px 0 80px;
  }
  .t08 {
    flex-direction: column;
    padding: 25% 0 0;
  }
  .t08:last-child {
    padding: 32% 0 0;
    margin-top: 60px;
  }
  .t08_info {
    flex-direction: column;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .t08_txt {
    width: 100%;
    padding: 20% 20px 30px;
    text-align: center;
  }
  .t08_txt h1 {
    margin-bottom: 30px;
    color: #fff;
    font-size: clamp(28px, calc(28px + 22 * (100vw - 320px) / 1600), 50px);
  }
  @supports (width: 100cqw) {
    .t08_txt h1 {
      font-size: clamp(28px, calc(28px + 22 * (100cqw - 320px) / 1600), 50px);
    }
  }
  .t08_txt p {
    margin: 0;
    color: #fff;
    font-size: clamp(16px, calc(16px + 6 * (100vw - 320px) / 1600), 22px);
  }
  @supports (width: 100cqw) {
    .t08_txt p {
      font-size: clamp(16px, calc(16px + 6 * (100cqw - 320px) / 1600), 22px);
    }
  }
  .t08_sd {
    width: 40%;
    max-width: 250px;
    left: 50%;
    bottom: auto;
    top: 0;
    transform: translateX(-50%);
  }
  .t08_pic {
    width: 100%;
    max-width: none;
  }
  .t08_pic img {
    width: 100%;
  }
  .detail {
    padding: 30px 0 80px;
  }
  .detail_detail .note {
    padding: 10px 0;
  }
  .detail_pic {
    width: 80%;
    margin: 7% auto 5%;
    display: flex;
    justify-content: space-around;
  }
  .detail_pic > div {
    text-align: center;
    width: 40%;
    max-width: 400px;
  }
  .detail_table {
    border-spacing: 3px;
  }
  .detail_table th, .detail_table td {
    padding: 15px 5px;
    letter-spacing: 0;
  }
  .type09 {
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15);
    flex-direction: column-reverse;
    padding: 30px;
  }
  .type09_txt {
    padding: 30px;
  }
  .type09_txt .t09_h1 {
    font-size: clamp(32px, calc(32px + 18 * (100vw - 320px) / 1600), 50px);
  }
  @supports (width: 100cqw) {
    .type09_txt .t09_h1 {
      font-size: clamp(32px, calc(32px + 18 * (100cqw - 320px) / 1600), 50px);
    }
  }
  .type09_txt .t09_btn {
    font-size: clamp(18px, calc(18px + 6 * (100vw - 320px) / 1600), 24px);
  }
  @supports (width: 100cqw) {
    .type09_txt .t09_btn {
      font-size: clamp(18px, calc(18px + 6 * (100cqw - 320px) / 1600), 24px);
    }
  }
  .type09_pic {
    width: 100%;
    max-width: 750px;
  }
}
@media (max-width: 500px) {
  .type01_txt1 span, .type01_txt2 span {
    margin-bottom: 2px;
  }
  .type02_pic {
    width: 50%;
  }
  .type02_info .pd_color .color_txt {
    flex-direction: column;
    text-align: center;
  }
  .type02_info .pd_color .color_txt span {
    margin: 0 0 5px;
  }
  .t06_line {
    width: 1px;
    height: 28%;
    right: 41%;
    bottom: 22%;
    border-bottom: none;
    border-top: none;
  }
  .t06_line::before {
    width: 14px;
    height: 14px;
    right: -8px;
    top: auto;
    bottom: -8px;
  }
  .sns_list {
    padding: 70px 0;
  }
  .sns_link {
    width: 60px;
  }
  .shopbnt {
    right: 10px;
    bottom: 30px;
  }
  .shopbnt a {
    width: 60px;
    height: 60px;
  }
  .shopbnt:hover {
    bottom: 40px;
  }
}/*# sourceMappingURL=SUDA.css.map */