@charset "UTF-8";

:root {
  --main: #8d6a71;
  --sub: #94747a;
  --black: #313131;
  --line: #b5a6a3;
  --yellow: #f5eee8;
}

/* mixin */
* {
  box-sizing: border-box;
  font-family: "Noto Serif TC", "微軟正黑體", "serif", sans-serif;
}

*:focus {
  outline: none;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif TC", "微軟正黑體", "serif", sans-serif;
  overflow-x: hidden;
  transition: 0.3s;
  position: relative;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: auto !important;
}

body.fixed {
  height: 100vh !important;
  overflow: hidden !important;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: 0.3s;
}

.unreset {
  padding: 1px 0;
  color: #222;
  font-family: "Noto Serif TC", "微軟正黑體", "serif", sans-serif;
  line-height: 1.6;
}

.unreset:after {
  content: "";
  display: block;
  clear: both;
}

.unreset p:first-child {
  margin-top: 0;
}

.unreset img {
  max-width: 100%;
  height: auto !important;
}

.unreset iframe {
  max-width: 100%;
  display: block;
}

/* 編輯器影片RWD */
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.unreset .embeddedContent iframe,
.unreset .embeddedContent object,
.unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-container {
  margin: 0 auto;
  width: 1650px;
  max-width: 100%;
  padding: 0 25px;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  font-weight: lighter;
}

select {
  font-family: "Noto Serif TC", "微軟正黑體", "serif", sans-serif;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 0 0;
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

/* 404 */
.error-row {
  background: url(../images/404/error-background.svg) no-repeat;
  background-position: center top;
  max-width: 1400px;
  padding: 60px 25px;
  margin: 40px auto 0 auto;
}

.error-row .img-box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.error-row .img-box img {
  display: block;
  width: 100%;
}

.error-row .img-box .error-code {
  color: #222;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-57%);
}

.error-row .content {
  margin-top: 50px;
  text-align: center;
}

.error-row .content .title {
  color: #222;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.error-row .content .des {
  margin-top: 25px;
}

.error-row .content .des p {
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.error-row .content .des p:not(:last-child) {
  margin-bottom: 5px;
}

.error-row .btn-row {
  margin-top: 80px;
}

.error-row .btn-row .link {
  border-radius: 30px;
  background: var(--main);
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 12px 13px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: inherit;
  text-transform: uppercase;
  transition: all 0.4s;
  width: 240px;
}

.error-row .btn-row .link:hover {
  background: var(--black);
}

@media (max-width: 1440px) {
  .error-row .img-box {
    max-width: 540px;
  }

  .error-row .img-box .error-code {
    font-size: 100px;
  }

  .error-row .btn-row {
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .error-row .img-box {
    max-width: 440px;
  }

  .error-row .img-box .error-code {
    font-size: 70px;
    top: 45%;
  }

  .error-row .btn-row {
    margin-top: 50px;
  }
}

@media (max-width: 640px) {
  .error-row {
    padding: 20px 25px 40px 25px;
    margin: 0 auto 20px auto;
  }

  .error-row .img-box .error-code {
    font-size: 50px;
    top: 45%;
  }

  .error-row .content {
    margin-top: 30px;
  }

  .error-row .content .title {
    font-size: 24px;
  }

  .error-row .content .des {
    margin-top: 15px;
  }

  .error-row .content .des p {
    font-size: 16px;
  }

  .error-row .btn-row {
    margin-top: 30px;
  }

  .error-row .btn-row .link {
    font-size: 17px;
    max-width: 170px;
  }
}

/* 空白狀態 */
.empty-row {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  max-width: 640px;
}

.empty-row .img-box {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.empty-row .img-box img {
  display: block;
  width: 100%;
}

.empty-row .content {
  margin-top: 40px;
  text-align: center;
}

.empty-row .content .title {
  color: #222;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}

.empty-row .content .des {
  color: #888;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  margin-top: 20px;
}

.empty-row .btn-row {
  margin-top: 40px;
}

.empty-row .btn-row .link {
  background: #000;
  color: #fff;
  display: block;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  text-align: center;
  text-decoration: inherit;
  transition: all 0.4s;
  width: 120px;
}

.empty-row .btn-row .link:hover {
  background: #aaa;
}

@media (max-width: 640px) {
  .empty-row .content {
    margin-top: 30px;
  }

  .empty-row .content .title {
    font-size: 26px;
  }

  .empty-row .content .des {
    font-size: 16px;
    margin-top: 15px;
  }

  .empty-row .btn-row {
    margin-top: 30px;
  }
}

.cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(110%);
  transition: all 0.3s;
  z-index: 1;
}

.cookies-box.show {
  transform: translateY(0);
}

.cookies-box .cookies-content {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  padding: 15px 20px;
}

.cookies-box .cookies-content .des {
  padding-right: 20px;
  width: calc(100% - 100px);
}

.cookies-box .cookies-content .des p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.cookies-box .cookies-content .des a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}

.cookies-box .cookies-content .des a:hover {
  opacity: 0.5;
}

.cookies-box .cookies-content .btn-confirm {
  border: 1px solid white;
  background: none;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  display: block;
  padding: 13px 10px;
  text-align: center;
  width: 100px;
}

.cookies-box .cookies-content .btn-confirm:hover {
  background: white;
  color: #333;
}

.cookies-box .cookies-content>.page-container {
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .cookies-box .cookies-content {
    padding: 15px 0;
  }
}

@media (max-width: 640px) {
  .cookies-box .cookies-content {
    display: block;
  }

  .cookies-box .cookies-content .des {
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .cookies-box .cookies-content .des p,
  .cookies-box .cookies-content .des a {
    font-size: 0.875rem;
  }

  .cookies-box .cookies-content .btn-confirm {
    padding: 10px 8px;
    font-size: 0.875rem;
    width: 100%;
  }

  .cookies-box .cookies-content>.page-container {
    flex-wrap: wrap;
  }
}

/*========== basic mobile ==========*/
/*========= form ==========*/
.form-style form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.form-style .must-text {
  color: var(--black);
  font-size: 1.125rem;
}

.form-style .must-text .must {
  color: #e60012;
  margin-left: 3px;
  transform: translateY(-5px);
  margin-right: 5px;
}

.form-style .form-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
  align-items: center;
}

.form-style .form-box .title {
  color: var(--black);
  padding-right: 5px;
  margin-bottom: 8px;
  font-size: 1.125rem;
  position: relative;
}

.form-style .form-box .title .must {
  color: #e60012;
  margin-left: 3px;
  transform: translateY(-5px);
}

.form-style .form-box .title .small {
  font-size: 1rem;
}

.form-style .form-box .content {
  width: 100%;
}

.form-style .form-box .content input[type=text],
.form-style .form-box .content input[type=password],
.form-style .form-box .content input[type=email],
.form-style .form-box .content input[type=date],
.form-style .form-box .content input[type=number],
.form-style .form-box .content input[type=tel],
.form-style .form-box .content textarea {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
  font-size: 1rem;
  background: #fff;
  color: #222;
  text-align: left;
  transition: 0.3s;
  border-radius: 3px;
  font-weight: 500;
}

.form-style .form-box .content input[type=text]::placeholder,
.form-style .form-box .content input[type=password]::placeholder,
.form-style .form-box .content input[type=email]::placeholder,
.form-style .form-box .content input[type=date]::placeholder,
.form-style .form-box .content input[type=number]::placeholder,
.form-style .form-box .content input[type=tel]::placeholder,
.form-style .form-box .content textarea::placeholder {
  color: #aaa;
  font-weight: 500;
}

.form-style .form-box .content input[type=text]:disabled,
.form-style .form-box .content input[type=password]:disabled,
.form-style .form-box .content input[type=email]:disabled,
.form-style .form-box .content input[type=date]:disabled,
.form-style .form-box .content input[type=number]:disabled,
.form-style .form-box .content input[type=tel]:disabled,
.form-style .form-box .content textarea:disabled {
  color: #aaa;
}

.form-style .form-box .content select {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 8px 65px 8px 20px;
  background: #ececec;
  font-size: 1rem;
  color: #222;
  text-align: left;
  border-radius: 3px;
  background: #fff url(../images/select_arrow.jpg) right center no-repeat;
  background-size: 60px;
  font-weight: 500;
}

.form-style .form-box .content select:disabled {
  background: none;
  appearance: none;
}



.form-style .form-box .content input[type=text],
.form-style .form-box .content input[type=password],
.form-style .form-box .content input[type=email],
.form-style .form-box .content input[type=date],
.form-style .form-box .content input[type=number],
.form-style .form-box .content input[type=tel],
.form-style .form-box .content select {
  height: 45px;
}

.form-style .form-box .content input[type=text]:focus,
.form-style .form-box .content input[type=password]:focus,
.form-style .form-box .content input[type=email]:focus,
.form-style .form-box .content input[type=date]:focus,
.form-style .form-box .content input[type=number]:focus,
.form-style .form-box .content input[type=tel]:focus,
.form-style .form-box .content select:focus {
  border-color: var(--blue);
}

.form-style .form-box .content input[type=date] {
  position: relative;
}

.form-style .form-box .content input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

.form-style .form-box .content input[type=date]:before {
  color: transparent;
  background: none;
  display: block;
  content: "";
  background: url(../images/icon_date.svg) no-repeat right center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 15px;
}

.form-style .form-box .content textarea {
  padding: 20px;
}

.form-style .form-box .content textarea:focus {
  border-color: var(--blue);
}

.form-style .form-box .part {
  display: inline-flex;
}

.form-style .form-box .part span {
  margin-left: 5px;
}

.form-style .form-box .part span b {
  font-weight: bold;
}

.form-style .form-box .part:not(:last-child) {
  margin-right: 10px;
}

.form-style .form-box .radiobox,
.form-style .form-box .checkbox {
  font-size: 1rem;
  color: var(--black);
}

.form-style .form-box .radiobox input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transform: translateY(-3px);
}

.form-style .form-box .checkbox input[type=checkbox] {
  border: 2px solid #222;
  width: 18px;
  height: 18px;
}

.form-style .form-box.half {
  width: calc((100% - 40px) / 2);
}

.form-style .form-box.one-third {
  width: calc((100% - 80px) / 3);
}

.form-style .form-box.quarter {
  width: calc((100% - 120px) / 4);
}

.form-style .form-box.one-fifth {
  width: calc((100% - 160px) / 5);
}

.form-style .form-box.short {
  width: calc((100% - 100px) / 2);
  margin-right: 50px;
}

.form-style .form-box.short .content input[type=text],
.form-style .form-box.short .content input[type=password],
.form-style .form-box.short .content input[type=email],
.form-style .form-box.short .content input[type=date],
.form-style .form-box.short .content input[type=number],
.form-style .form-box.short .content input[type=tel],
.form-style .form-box.short .content select {
  width: calc(100% - 75px);
}

.form-style .form-box.mid {
  width: calc((100% - 100px) / 2);
  margin-right: 50px;
}

.form-style .form-box.w80 {
  width: calc((100% - 30px) / 10 * 8);
}

.form-style .form-box.w70 {
  width: calc((100% - 30px) / 10 * 7);
}

.form-style .form-box.w65 {
  width: calc((100% - 30px) / 10 * 6.5);
}

.form-style .form-box.w60 {
  width: calc((100% - 30px) / 10 * 6);
}

.form-style .form-box.w45 {
  width: calc((100% - 30px) / 10 * 4.5);
}

.form-style .form-box.w40 {
  width: calc((100% - 30px) / 10 * 4);
}

.form-style .form-box.w35 {
  width: calc((100% - 30px) / 10 * 3.5);
}

.form-style .form-box.w30 {
  width: calc((100% - 30px) / 10 * 3);
}

.form-style .form-box.w25 {
  width: calc((100% - 30px) / 10 * 2.5);
}

.form-style .form-box.w20 {
  width: calc((100% - 30px) / 10 * 2);
}

.form-style .form-box.row {
  width: 100%;
}

.form-style .form-box:last-child {
  margin-right: 0;
}

.form-style .form-box.address .content {
  display: flex;
  gap: 10px 30px;
}

.form-style .form-box.address .address-select {
  width: calc(58% - 30px);
}

.form-style .form-box.address .address-select>div {
  width: 100%;
  display: flex;
  gap: 10px 30px;
}

.form-style .form-box.address .address-select select {
  width: 50%;
}

.form-style .form-box.address .address-txt {
  width: 42%;
}

.form-style .form-box.gender {
  max-width: 100%;
}

.form-style .form-box.captcha {
  width: auto;
  flex-wrap: nowrap;
}

.form-style .form-box.captcha .content {
  display: flex;
  align-items: center;
}

.form-style .form-box.captcha .content input {
  flex-shrink: 1;
}

.form-style .form-box.captcha .content img {
  display: inline-block;
  margin-left: 15px;
}

.form-style .form-box.captcha .txt {
  color: #222;
  font-weight: 300;
  margin-left: 40px;
}

.form-style .form-box.captcha.row {
  width: 100%;
}

.form-style .form-row-group {
  display: flex;
  width: 100%;
  column-gap: 30px;
}

.form-style .captcha-group {
  align-items: center;
  justify-content: space-between;
}

.form-style .btn-list {
  display: flex;
  column-gap: 30px;
  width: 100%;
  margin-top: 10px;
}

.form-style .btn-list .btn-style {
  width: 250px;
  max-width: calc((100% - 30px) / 2);
}

.form-style .btn-list button,
.form-style .btn-list a {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  display: block;
  transition: 0.4s;
  color: #fff;
  background: #333333;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 19px 15px;
  font-weight: 500;
  word-break: keep-all;
  text-align: center;
  border-radius: 2px;
  width: 100%;
}

.form-style .btn-list button.row,
.form-style .btn-list a.row {
  width: 100%;
}

.form-style .btn-list.center {
  display: flex;
  justify-content: center;
}

.form-style .btn-style.w button,
.form-style .btn-style.w a {
  background: var(--yellow);
  color: var(--black);
}

.form-style .btn-style.w button:hover,
.form-style .btn-style.w a:hover {
  background: var(--black);
  color: #fff;
}

.form-style .btn-style.r button,
.form-style .btn-style.r a {
  background: var(--main);
  color: #fff;
}

.form-style .btn-style.r button:hover,
.form-style .btn-style.r a:hover {
  background: var(--black);
  color: #fff;
}

.form-style.center {
  display: flex;
  justify-content: center;
}

.form-style.row {
  margin-top: 25px;
  width: 100%;
}

/*========== form mobile ==========*/
@media (max-width: 1440px) {
  .form-style .form-box.w80 {
    width: calc((100% - 20px) / 10 * 8);
  }

  .form-style .form-box.w70 {
    width: calc((100% - 20px) / 10 * 7);
  }

  .form-style .form-box.w65 {
    width: calc((100% - 20px) / 10 * 6.5);
  }

  .form-style .form-box.w60 {
    width: calc((100% - 20px) / 10 * 6);
  }

  .form-style .form-box.w45 {
    width: calc((100% - 20px) / 10 * 4.5);
  }

  .form-style .form-box.w40 {
    width: calc((100% - 20px) / 10 * 4);
  }

  .form-style .form-box.w35 {
    width: calc((100% - 20px) / 10 * 3.5);
  }

  .form-style .form-box.w30 {
    width: calc((100% - 20px) / 10 * 3);
  }

  .form-style .form-box.w25 {
    width: calc((100% - 20px) / 10 * 2.5);
  }

  .form-style .form-box.w20 {
    width: calc((100% - 20px) / 10 * 2);
  }

  .form-style .form-box.address .content {
    gap: 10px 20px;
  }

  .form-style .form-box.address .address-select {
    width: calc(58% - 20px);
  }

  .form-style .form-box.address .address-select>div {
    gap: 10px 20px;
  }

  .form-style .form-row-group {
    column-gap: 20px;
  }
}

@media (max-width: 960px) {

  .form-style .form-box.w80,
  .form-style .form-box.w70,
  .form-style .form-box.w65,
  .form-style .form-box.w45,
  .form-style .form-box.w40,
  .form-style .form-box.w35,
  .form-style .form-box.w30,
  .form-style .form-box.w25,
  .form-style .form-box.w20 {
    width: 100%;
  }

  .form-style .form-box.address .content {
    flex-wrap: wrap;
  }

  .form-style .form-box.address .address-select {
    width: 100%;
  }

  .form-style .form-box.address .address-select>div {
    flex-wrap: wrap;
  }

  .form-style .form-box.address .address-select select {
    width: 100%;
  }

  .form-style .form-box.address .address-txt {
    width: 100%;
  }

  .form-style .form-row-group {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .form-style form {
    gap: 15px;
  }

  .form-style .form-box .title {
    font-size: 1rem;
  }

  .form-style .btn-list {
    column-gap: 15px;
  }

  .form-style .btn-list .btn-style {
    width: 250px;
    max-width: calc((100% - 15px) / 2);
  }

  .form-style .btn-list button,
  .form-style .btn-list a {
    font-size: 1rem;
  }
}

/*========== header ==========*/
:root {
  --header_h: 160px;
}

.header-container {
  width: 1550px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}

header {
  position: relative;
  z-index: 999;
  background: #8d6a71 url(../images/bg_red.jpg);
}

header .logo {
  position: relative;
  transition: 0.3s;
  z-index: 10;
}

header .logo a {
  display: block;
  width: 90px;
  aspect-ratio: 1/1;
  background: url(../images/logo.jpg) no-repeat;
  background-size: contain;
  background-position: center left;
}

header .logo a img {
  display: block;
  max-width: 100%;
}

/*==== header-menu ===*/
.header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-menu .header-menu-box {
  width: 39.3333333333%;
  display: flex;
  align-items: center;
  gap: 4.5vw;
}

.header-menu .header-menu-box>ul {
  justify-content: space-between;
  flex: 1;
}

.header-menu .layer1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-menu .layer1>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu .layer1>li {
  position: relative;
}

.header-menu .layer1>li>a {
  display: block;
  color: #fff;
  font-size: 1.0625rem;
  padding: 7px 20px 8px 20px;
  border-radius: 50px;
  border: 1px solid transparent;
}

.header-menu .layer1>li:hover>a {
  border-color: #fff;
}

.header-menu .layer2 {
  display: none;
  padding-top: 24px;
  position: absolute;
}

.header-menu .layer2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(141, 106, 113, 0.85);
  width: 150px;
}

.header-menu .layer2 ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu .layer2 ul>li {
  position: relative;
}

.header-menu .layer2 ul>li>a {
  display: block;
  padding: 12px 20px;
  color: #fff;
}

.header-menu .layer2 ul>li:hover>a {
  background: var(--black);
}

.header-menu .layer3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.header-menu .layer3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(245, 238, 232, 0.85);
  width: 150px;
}

.header-menu .layer3 ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu .layer3 ul>li>a {
  display: block;
  font-weight: 500;
  padding: 12px 20px;
  color: var(--black);
}

.header-menu .layer3 ul>li:hover>a {
  background: #dfcab5;
}

.header-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px 20px;
}

.header-link ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-link ul>li {
  position: relative;
}

.header-link ul>li>a {
  display: block;
  transition: 0.4s;
}

.header-link ul>li>a:hover {
  transform: scale(1.3);
}

.header-link ul>li.search>a {
  width: 21px;
  aspect-ratio: 21/21;
  background: url(../images/icon_search.svg) no-repeat center;
}

.header-link ul>li.member>a {
  width: 22px;
  aspect-ratio: 22/22;
  background: url(../images/icon_user.svg) no-repeat center;
}

.header-link ul>li.cart>a {
  width: 24px;
  aspect-ratio: 26/23;
  background: url(../images/icon_cart_w.svg) no-repeat center;
}

.header-link ul>li.cart>a .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--black);
  background: var(--yellow);
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 1;
  position: absolute;
  right: -5px;
  top: -5px;
}

.header-search-form {
  background: var(--yellow);
  border-radius: 2px;
  padding: 6px;
  width: 400px;
  position: absolute;
  top: 40px;
  right: -20px;
  display: none;
  z-index: 10;
}

.header-search-form form {
  width: 100%;
  display: flex;
  gap: 0 8px;
}

.header-search-form .input-box {
  display: flex;
  background: #fff;
  border-radius: 2px;
  padding: 5px 15px;
  flex: 1;
  align-items: baseline;
}

.header-search-form .input-box .title {
  width: 80px;
  color: var(--black);
  font-weight: bold;
  position: relative;
  font-size: 1.0625rem;
}

.header-search-form .input-box .title:after {
  content: "";
  width: 1px;
  height: 60%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-search-form .input-box .content input {
  border: none;
  box-shadow: none;
  height: 40px;
  display: block;
  width: 100%;
  padding-left: 20px;
  font-size: 1rem;
}

.header-search-form button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  display: block;
  background: var(--main);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: 0.4s;
}

.header-search-form button::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/21;
  background: url(../images/icon_search.svg) no-repeat center;
}

.header-search-form button:hover {
  background: var(--black);
}

.phone-header {
  display: none;
}

.phone-header .logo {
  padding: 5px 0;
}

.phone-header .logo a {
  width: 60px;
}

.phone-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone-header-menu {
  display: none;
  height: calc(100dvh - 75px);
  overflow: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 40px 0;
}

.phone-header-menu .layer1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.phone-header-menu .layer1>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.phone-header-menu .layer1>li {
  position: relative;
  padding: 0 20px;
}

.phone-header-menu .layer1>li>a {
  display: block;
  color: #fff;
  font-size: 1.0625rem;
  padding: 12px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

.phone-header-menu .layer1>li.dropdown>a {
  padding: 12px 40px 12px 5px;
}

.phone-header-menu .layer1>li.dropdown>a::before,
.phone-header-menu .layer1>li.dropdown>a::after {
  content: "";
  display: block;
  background: #fff;
  width: 17px;
  height: 1px;
  transition: 0.4s;
  position: absolute;
  right: 15px;
  top: 25px;
}

.phone-header-menu .layer1>li.dropdown>a:after {
  transform: rotate(90deg);
}

.phone-header-menu .layer1>li.dropdown.active>a::after {
  transform: rotate(180deg);
}

.phone-header-menu .layer2 {
  display: none;
}

.phone-header-menu .layer2>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
}

.phone-header-menu .layer2>ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.phone-header-menu .layer2>ul>li {
  position: relative;
}

.phone-header-menu .layer2>ul>li>a {
  display: block;
  color: #fff;
  padding: 12px 15px;
}

.phone-header-menu .layer2>ul>li.dropdown>a {
  padding: 12px 40px 12px 15px;
}

.phone-header-menu .layer2>ul>li.dropdown>a::before,
.phone-header-menu .layer2>ul>li.dropdown>a::after {
  content: "";
  display: block;
  background: #fff;
  width: 15px;
  height: 1px;
  transition: 0.4s;
  position: absolute;
  right: 15px;
  top: 23px;
}

.phone-header-menu .layer2>ul>li.dropdown>a:after {
  transform: rotate(90deg);
}

.phone-header-menu .layer2>ul>li.dropdown.active>a::after {
  transform: rotate(180deg);
}

.phone-header-menu .layer3 {
  display: none;
}

.phone-header-menu .layer3>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(245, 238, 232, 0.5);
}

.phone-header-menu .layer3>ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.phone-header-menu .layer3>ul>li>a {
  display: block;
  color: var(--black);
  padding: 12px 15px;
  font-weight: 500;
}

.hamburger {
  width: 35px;
  height: 35px;
  padding: 2px 0 4px 0;
}

.hamburger .line {
  width: 65%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:hover {
  cursor: pointer;
}

#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

@keyframes smallbig {

  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

/*========== header mobile ==========*/
@media (max-width: 1440px) {
  .header-menu .header-menu-box {
    width: calc((100% - 90px - 60px) / 2);
    gap: 40px;
  }

  .header-menu .layer1>li>a {
    font-size: 1rem;
    padding: 5px 12px 6px 12px;
  }
}

@media (max-width: 1280px) {
  .header-menu .header-menu-box {
    gap: 10px;
  }
}

@media (max-width: 1024px) {
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }

  .pc-header {
    display: none;
  }

  .phone-header {
    display: block;
  }

  .header-search-form {
    width: 100vw;
    left: 0;
    top: 75px;
    position: fixed;
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .header-search-form form {
    flex-wrap: wrap;
    gap: 10px;
  }

  .header-search-form .input-box {
    width: 100%;
  }

  .header-search-form button {
    width: 100%;
    height: 40px;
  }
}

/*===== footer =====*/
footer {
  color: #fff;
}

.footer-container {
  width: 1550px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}

.footer-b1 {
  background: #a08c8c url(../images/bg_red2.jpg);
  padding: 50px 0;
}

.footer-b1 .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.footer-b2 {
  background: var(--sub) url(../images/bg_red.jpg);
  text-align: center;
}

.footer-b2 .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 100px;
}

.footer-menu {
  flex: 1;
}

.footer-menu .layer1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}

.footer-menu .layer1>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu .layer1>li>span {
  font-size: 1.0625rem;
  font-weight: 500;
}

.footer-menu .layer1>li>span>a {
  display: block;
  color: #fff;
}

.footer-menu .layer1>li>span>a:hover {
  text-decoration: underline;
}

.footer-menu .layer2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.footer-menu .layer2>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu .layer2>li>a {
  display: block;
  color: #fff;
  position: relative;
  transition: 0.4s;
  left: 0;
}

.footer-menu .layer2>li>a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -10px;
  top: 10px;
  transform: translate(-50%);
  transition: 0.4s;
}

.footer-menu .layer2>li>a:hover {
  left: 20px;
}

.footer-menu .layer2>li>a:hover::before {
  width: 5px;
  height: 5px;
}

.footer-info {
  font-size: 1.0625rem;
  text-align: right;
}

.footer-info .company-name {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-info .txt {
  margin-top: 8px;
}

.footer-info .txt a {
  color: #fff;
}

.footer-info .txt a:hover {
  text-decoration: underline;
}

.iware {
  font-size: 0.875rem;
}

.iware a {
  color: #fff;
  position: relative;
}

.iware a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}

.iware a:hover:after {
  width: 100%;
}

.iware b {
  font-weight: normal;
}

.fixed-sns {
  position: fixed;
  right: 0;
  z-index: 1;
  bottom: 5%;
  width: 130px;
  display: flex;
  justify-content: center;
}

.fixed-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  left: 5px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 5px;
}

.fixed-sns ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-sns ul li.share>a {
  display: block;
  width: 33px;
  aspect-ratio: 33/32;
  background: url(../images/icon_share.svg) no-repeat center;
}

.fixed-sns ul li.share>a .a2a_svg {
  display: none !important;
}

.fixed-sns ul li.line>a {
  display: block;
  width: 31px;
  aspect-ratio: 31/34;
  background: url(../images/icon_line.svg) no-repeat center;
}

.fixed-sns ul li.totop {
  display: none;
  opacity: 0;
  transition: 0.4s;
}

.fixed-sns ul li.totop a span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background: var(--main);
  border-radius: 50%;
  padding-left: 5px;
  padding-top: 3px;
}

.fixed-sns ul li.totop .pc {
  display: flex;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  color: var(--black);
  align-items: center;
  gap: 3px;
  font-size: 1.25rem;
}

.fixed-sns ul li.totop .phone {
  display: none;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--main) url(../images/icon_top.svg) no-repeat center;
  background-size: 35%;
  aspect-ratio: 14/16;
}

.fixed-sns.active ul li.totop {
  display: block;
  opacity: 1;
}

/*========== footer mobile ==========*/
@media (max-width: 1800px) {
  .fixed-sns {
    width: 60px;
  }

  .fixed-sns ul {
    gap: 10px;
    left: 0;
  }

  .fixed-sns ul li.totop .pc {
    font-size: 1.125rem;
  }
}

@media (max-width: 1280px) {
  .footer-b1 .footer-container {
    align-items: flex-start;
  }
}

@media (max-width: 960px) {
  .footer-b1 .footer-container {
    flex-direction: column;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu .layer1 {
    justify-content: center;
  }

  .footer-info {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .fixed-sns ul li.totop .pc {
    display: none;
  }

  .fixed-sns ul li.totop .phone {
    display: block;
  }
}

@media (max-width: 480px) {
  .footer-b1 {
    padding: 30px 0;
  }

  .footer-info {
    font-size: 1rem;
  }

  .footer-info .company-name {
    margin-bottom: 10px;
  }

  .footer-menu {
    display: none;
  }

  .footer-menu .layer1 {
    width: 100%;
    gap: 10px;
  }

  .footer-menu .layer1>li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .footer-menu .layer1>li>span {
    display: block;
    padding: 10px 40px 10px 0;
    position: relative;
  }

  .footer-menu .layer1>li>span:after {
    content: "";
    display: block;
    background: url(../images/arrow_right.png) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    top: 10px;
    width: 25px;
    aspect-ratio: 1/1;
  }

  .footer-menu .layer2 {
    display: none;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
  }

  .footer-menu .layer2>li {
    width: 50%;
  }

  .footer-menu .layer2>li>a {
    padding: 5px 0;
  }

  .footer-menu .layer2>li>a::before {
    top: 15px;
  }
}

/*===== page main =====*/
/*===== page banner =====*/
.page-banner {
  position: relative;
  z-index: 1;
}

.page-banner .pic {
  width: 100%;
}

.page-banner .pic img {
  aspect-ratio: 1420/260;
  display: block;
  width: 100%;
  object-fit: cover;
}

.page-banner img,
.page-banner source {
  display: block;
  max-width: 100%;
  margin: auto;
}

/*===== breadcrumb =====*/
.breadcrumb {
  padding: 15px 0;
}

.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 0;
}

.breadcrumb ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ul li {
  font-size: 0.9375rem;
  color: #707070;
}

.breadcrumb ul li a {
  color: #707070;
}

.breadcrumb ul li a:hover {
  color: var(--main);
  font-weight: bold;
}

.breadcrumb ul li:not(:last-child) {
  position: relative;
}

.breadcrumb ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 7px 0 5px;
}

.breadcrumb ul li.home {
  position: relative;
  padding-left: 35px;
}

.breadcrumb ul li.home::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_home.svg) no-repeat;
  width: 28px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -5px;
}

.page-article-content {
  padding: 55px 0 60px 0;
}

.page-article-content-group {
  display: flex;
  flex-wrap: wrap;
}

/*===== aside =====*/
aside {
  width: 290px;
}

aside .aside-menu-btn {
  display: none;
}

aside .aside-title {
  background: #a08c8c url(../images/bg_red2.jpg);
  font-size: 1.375rem;
  color: #fff;
  font-weight: 500;
  border-radius: 50px 0 0 0;
  text-align: center;
  padding: 19px 10px 20px 10px;
}

aside .layer {
  list-style: none;
  margin: 0;
  padding: 0;
}

aside .layer>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

aside .layer>li>a {
  display: block;
}

aside .layer1>li {
  border-bottom: 1px solid #e5e5e5;
}

aside .layer1>li>a {
  color: var(--black);
  font-size: 1.1875rem;
  font-weight: 600;
  display: block;
  padding: 17px 15px 17px 5.5vw;
  position: relative;
}

aside .layer1>li>a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #b5b5b5;
  border-radius: 50%;
  position: absolute;
  left: 4vw;
  top: 28px;
  transition: 0.4s;
}

aside .layer1>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 4vw;
  top: 32px;
  background: #b5b5b5;
  transition: 0.4s;
}

aside .layer1>li.active>a::before {
  background: var(--main);
}

aside .layer1>li.active>a::after {
  width: 1.1vw;
  background: var(--main);
}

aside .layer1>li:not(.active)>a:hover {
  color: var(--main);
}

aside .layer1>li:not(.active)>a:hover:before {
  background: var(--main);
}

aside .layer2 {
  margin-bottom: 15px;
  margin-top: -10px;
  display: none;
}

aside .layer2>li>a {
  color: #555;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  padding: 5px 10px 5px 5.5vw;
  position: relative;
}

aside .layer2>li.active>a {
  color: var(--main);
}

aside .layer2>li:not(.active)>a:hover {
  color: var(--main);
}

aside .layer3 {
  display: none;
}

aside+.article-content {
  width: calc(100% - 290px);
  padding-left: 65px;
}

.article-content {
  width: 100%;
}

.article-unreset .unreset p {
  line-height: 1.8;
}

/* 單元標題 */
.article-title-block {
  margin-bottom: 50px;
  width: 100%;
}

.article-title {
  margin: 0;
  font-weight: 600;
  color: var(--main);
  position: relative;
  font-size: 1.5rem;
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.article-title:after {
  content: "";
  display: block;
  width: clamp(40px, 12vw, 140px);
  height: 3px;
  background: var(--line);
  position: absolute;
  left: 0;
  bottom: -2px;
}

/* 內頁標題 */
.page-detail-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
  gap: 10px 20px;
  padding: 0 20px;
}

.page-detail-info .page-sort {
  color: #434343;
  display: flex;
  align-items: center;
  background: var(--yellow);
  padding: 6px 15px;
  border-radius: 2px;
}

.page-detail-info .page-sort .icon {
  margin-right: 8px;
}

.page-detail-info .date {
  color: var(--orange);
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: normal;
}

.page-detail-info .date .icon {
  display: inline-block;
}

.page-detail-info .date .icon .pic {
  width: 17px;
  height: 17px;
}

.page-detail-info .date .icon .pic img {
  display: block;
  max-width: 100%;
}

.page-share {
  margin-left: auto;
}

.page-share .a2a_kit {
  display: flex;
}

.page-share .a2a_kit .a2a_button_facebook {
  color: #406bc3;
}

.page-share .a2a_kit .a2a_button_line {
  color: #07b53b;
}

.page-share .a2a_kit .a2a_button_copy_link {
  color: #1b365d;
}

.page-share .a2a_kit .a2a_button_x {
  color: #000000;
}

.page-share .a2a_kit .a2a_dd {
  color: var(--main);
}

.page-share .a2a_kit a {
  font-size: 1.0625rem;
}

.page-share .a2a_kit a .pic {
  width: 25px;
  height: 25px;
}

.page-share .a2a_kit a .pic img {
  display: block;
  max-width: 100%;
  transition: 0.3s;
}

.page-share .a2a_kit a:not(:last-child) {
  margin-right: 10px;
}

.page-share .a2a_kit a:hover .pic img {
  transform: scale(1.2);
}

/*===== main-section-group =====*/
/*===== pagination =====*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.pagination .page_num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 0.9375rem;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #bfbfbf;
  border: 1px solid transparent;
}

.pagination .page_num.active {
  color: #fff;
  background: var(--main);
}

.pagination .page_num:not(.active):hover {
  background: #f1f1f1;
  color: #222;
}

.pagination .page_arrow {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}

.pagination .page_arrow:hover {
  color: var(--main);
}

.pagination .page_arrow.prev {
  margin-right: 15px;
}

.pagination .page_arrow.next {
  margin-left: 15px;
}

.pagination .page_dot {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0 3px;
}

.pagination .page_select {
  display: inline-block;
  margin-left: 30px;
}

.pagination .page_select .num_input {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  font-size: 0.9375rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  width: 40px;
  height: 30px;
  padding: 3px 5px;
  border-radius: 3px;
  text-align: center;
  /* 隱藏箭頭 */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}

.pagination .page_select .num_input::-webkit-outer-spin-button,
.pagination .page_select .num_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination .page_select .txt {
  display: inline-block;
  margin-left: 5px;
  color: #bfbfbf;
}

/*===== btn-style =====*/
.page-detail-btn {
  margin-top: 40px;
}

.page-detail-btn .back-btn {
  text-align: center;
}

.page-detail-btn .back-btn a {
  padding: 14px 75px;
  display: inline-block;
  background: var(--main);
  color: #fff;
  font-size: 1.1875rem;
  border-radius: 2px;
}

.page-detail-btn .back-btn a:hover {
  background: var(--black);
}

.order-information-flex {
  display: flex;
  gap: 30px;
}

.table-style1 .table {
  width: 100%;
  border: 1px solid #dcdcdc;
}

.table-style1 .th,
.table-style1 .td {
  padding: 15px;
}

.table-style1 .tr {
  display: flex;
}

.table-style1 .tr:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.table-style1 .thead .th {
  background: var(--yellow);
  color: var(--black);
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-style1 .tbody .td {
  color: #434343;
}

.table-style1 .input-style {
  width: 100%;
}

.table-style1 .input-style input[type=text],
.table-style1 .input-style input[type=tel],
.table-style1 .input-style select {
  border: none;
  background: none;
  width: 100%;
  color: #434343;
  font-size: 1rem;
  padding: 10px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-weight: 500;
  height: 45px;
}

.table-style1 .input-style input[type=text]:disabled,
.table-style1 .input-style input[type=tel]:disabled,
.table-style1 .input-style select:disabled {
  border: none;
}

.order-information-left {
  max-width: 100%;
  width: 40%;
}

.order-information-right {
  width: 60%;
}

@media (max-width: 640px) {
  .order-information-flex {
    flex-wrap: wrap;
  }

  .order-information-left {
    width: 400px;
    max-width: 100%;
    margin: auto;
  }

  .order-information-right {
    width: 100%;
  }
}

/*========== pageBasic mobile ==========*/
@media (max-width: 1440px) {
  .page-article-content {
    padding: 30px 0 40px 0;
  }

  aside+.article-content {
    padding-left: 40px;
  }

  .table-style1 .th,
  .table-style1 .td {
    padding: 5px;
  }
}

@media (max-width: 1280px) {
  aside {
    width: 250px;
  }

  aside .aside-title {
    padding: 15px 10px;
    font-size: 1.25rem;
  }

  aside .layer1>li>a {
    font-size: 1.0625rem;
  }

  aside .layer1>li>a::before {
    left: 3vw;
    top: 26px;
  }

  aside .layer1>li>a:after {
    left: 3.2vw;
    top: 30px;
  }

  aside .layer1>li.active>a::after {
    width: 1.7vw;
  }

  aside .layer2>li>a {
    font-size: 1rem;
  }

  aside+.article-content {
    width: calc(100% - 250px);
  }

  .article-title-block {
    margin-bottom: 40px;
  }

  .article-title {
    padding: 15px 10px;
    font-size: 1.375rem;
  }

  .page-detail-info {
    padding: 0 10px;
    margin-top: 15px;
  }
}

@media (max-width: 1024px) {
  .main {
    padding-top: 70px;
  }

  aside {
    display: none;
  }

  aside+.article-content {
    width: 100%;
    padding-left: 0;
  }

  .page-article-content {
    padding: 10px 0 40px 0;
  }
}

@media (max-width: 960px) {
  .page-detail-btn .back-btn a {
    padding: 12px 40px;
    font-size: 1.0625rem;
  }

  .table-style1 .tr {
    display: block;
  }

  .table-style1 .thead {
    display: none;
  }
}

@media (max-width: 640px) {
  .article-title {
    padding: 10px 5px;
  }

  .page-detail-info {
    padding: 0 5px;
    gap: 10px 15px;
  }

  .page-detail-info .page-sort {
    padding: 4px 8px;
  }

  .pagination .page_num {
    margin: 0 3px;
  }

  .pagination .page_arrow.prev {
    margin-right: 10px;
  }

  .pagination .page_arrow.next {
    margin-left: 10px;
  }

  .pagination .page_select {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  .page-detail-btn {
    margin-top: 20px;
  }

  .page-detail-btn .back-btn a {
    padding: 8px 20px;
  }
}

/*========= index ==========*/
.index-container {
  width: 1700px;
  max-width: 100%;
  padding: 0 25px;
  margin: auto;
}

/*========== index-banner ==========*/
.index-banner {
  position: relative;
  overflow: hidden;
}

.index-banner-swiper .swiper-slide figure {
  margin: 0;
}

.index-banner-swiper .swiper-slide figure img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.index-swiper-other {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.index-swiper-link {
  width: 61.4583333333%;
  display: flex;
}

.index-swiper-link .link-item {
  background: rgba(111, 72, 72, 0.65);
  width: 50%;
}

.index-swiper-link .link-item a {
  display: flex;
  color: #fff;
}

.index-swiper-link .link-item a:hover {
  background: #6f4848;
}

.index-swiper-link .link-item a:hover .content .more::before {
  left: 110px;
}

.index-swiper-link .link-item a:hover .content .more::after {
  left: 118px;
}

.index-swiper-link .link-item .content {
  flex: 1;
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.index-swiper-link .link-item .content .title {
  /* font-size: 1.1875rem; */
  font-size: 1.3125rem /* 21/16 */;
  font-weight: 600;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}

.index-swiper-link .link-item .content .txt {
  font-size: 1.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-swiper-link .link-item .content .more {
  position: relative;
}

.index-swiper-link .link-item .content .more::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.index-swiper-link .link-item .content .more:after {
  content: "";
  display: block;
  background: url(../images/more_arrow.svg) no-repeat;
  aspect-ratio: 45/8;
  width: 45px;
  position: absolute;
  left: 108px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.index-swiper-link .link-item figure {
  display: block;
  margin: 0;
  padding: 0;
  width: 38.1355932203%;
  position: relative;
}

.index-swiper-link .link-item figure .pic {
  height: 100%;
}

.index-swiper-link .link-item figure .pic img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.index-swiper-link .link-item figure .word {
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.index-swiper-link .link-item figure .word span {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.index-swiper-link .link-item figure .word::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #94747a;
  mix-blend-mode: color-burn;
}

.index-swiper-operation {
  display: flex;
  align-items: center;
  background: #fff;
  gap: 25px;
  padding: 35px 40px;
  width: 38.5416666667%;
}

.index-swiper-pagination {
  color: var(--main);
  font-size: 1.625rem;
}

.index-swiper-pagination .swiper-pagination {
  position: static;
  width: auto;
  transform: none;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}

.index-swiper-scrollbar {
  width: 230px;
}

.index-swiper-scrollbar .swiper-scrollbar {
  position: static;
  width: 100%;
  background: var(--line);
  height: 1px;
}

.index-swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--main);
  height: 3px;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.index-swiper-button {
  display: flex;
  gap: 8px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.index-swiper-button .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}

.index-swiper-button .swiper-button::before {
  content: "";
  display: block;
  background: url(../images/arrow_left.png) no-repeat;
  width: 31px;
  aspect-ratio: 1/1;
}

.index-swiper-button .swiper-button:hover {
  transform: scale(1.25);
}

.index-swiper-button .swiper-next::before {
  background: url(../images/arrow_right.png) no-repeat;
}

.index-swiper-sns {
  margin-left: 20px;
  padding-left: 40px;
  border-left: 1px solid var(--line);
}

.index-swiper-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 20px;
}

.index-swiper-sns ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-swiper-sns ul li a {
  display: block;
}

.index-swiper-sns ul li a img {
  display: block;
}

.index-swiper-sns ul li a:hover {
  transform: scale(1.3);
}

.index-swiper-sns ul li.line a {
  width: 27px;
  align-self: 27/29;
}

.index-swiper-sns ul li.line a img {
  width: 100%;
}

.index-swiper-sns ul li.instagram a {
  width: 25px;
  aspect-ratio: 25/27;
}

.index-swiper-sns ul li.instagram a img {
  width: 100%;
}

/*========== index-product ==========*/
.index-product-block {
  padding: 30px 0;
}

.index-product-block:first-child {
  padding-top: 100px;
  padding-top: 5.25vw;
  padding-top: clamp(40px, 5.25vw, 105px);
  background: url(../images/index_products_bg.jpg) no-repeat top center;
  background-size: 100%;
}

.index-product-block:last-child {
  padding-bottom: 120px;
  padding-bottom: 6.3vw;
  padding-bottom: clamp(40px, 6.3vw, 125px);
  background: url(../images/index_bg1.png) no-repeat left bottom 15%;
}

.index-product-title {
  color: var(--main);
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

/*========== index-link ==========*/
.index-link-block {
  display: flex;
  flex-wrap: wrap;
}

.index-link-box {
  width: 50%;
}

.index-link-box a {
  height: 100%;
}

.index-link-box figure {
  margin: 0;
  padding: 0;
  height: 100%;
}

.index-link-box figure .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-link-box figure .pic img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 960/650;
  object-fit: cover;
  transition: 0.4s;
}

.index-link-box .content {
  height: 100%;
  padding: 0 40px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  justify-content: center;
}

.index-link-box .title {
  font-size: 1.375rem;
  color: var(--main);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-link-box .txt {
  font-size: 1.0625rem;
  color: #434343;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-link-box .more {
  text-align: center;
}

.index-link-box .more span {
  display: inline-block;
  color: var(--main);
  font-size: 1.0625rem;
  padding: 6px 25px 7px 25px;
  border-radius: 3px;
  border: 1px solid var(--main);
}

.index-link-box.box1 a {
  display: block;
  position: relative;
  overflow: hidden;
}

.index-link-box.box1 a:hover .content {
  top: 0;
  opacity: 1;
}

.index-link-box.box1 .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(111, 72, 72, 0.65);
  opacity: 0;
  transition: 0.4s;
}

.index-link-box.box1 .title {
  color: #fff;
}

.index-link-box.box1 .txt {
  color: #fff;
}

.index-link-box.box1 .more span {
  background: #fff;
  border-color: #fff;
}

.index-link-box.box2 {
  width: 25%;
}

.index-link-box.box2 a {
  background: #fefefb url(../images/bg_white.jpg);
  display: flex;
  flex-direction: column-reverse;
}

.index-link-box.box2:hover a {
  background: var(--main) url(../images/bg_red.jpg);
}

.index-link-box.box2:hover .title {
  color: #fff;
}

.index-link-box.box2:hover .txt {
  color: #fff;
}

.index-link-box.box2:hover .more span {
  border-color: #fff;
  background: #fff;
}

.index-link-box.box2:hover figure .pic img {
  transform: scale(1.1);
}

.index-link-box.box3 {
  width: 25%;
}

.index-link-box.box3 a {
  background: #fefefb url(../images/bg_white.jpg);
  display: flex;
  flex-direction: column;
}

.index-link-box.box3:hover a {
  background: var(--main) url(../images/bg_red.jpg);
}

.index-link-box.box3:hover .title {
  color: #fff;
}

.index-link-box.box3:hover .txt {
  color: #fff;
}

.index-link-box.box3:hover .more span {
  border-color: #fff;
  background: #fff;
}

.index-link-box.box3:hover figure .pic img {
  transform: scale(1.1);
}

.index-link-box.box4 a {
  background: #fefefb url(../images/bg_white.jpg);
  display: flex;
}

.index-link-box.box4 figure {
  width: 50%;
}

.index-link-box.box4 .content {
  width: 50%;
}

.index-link-box.box4:hover a {
  background: var(--main) url(../images/bg_red.jpg);
}

.index-link-box.box4:hover .title {
  color: #fff;
}

.index-link-box.box4:hover .txt {
  color: #fff;
}

.index-link-box.box4:hover .more span {
  border-color: #fff;
  background: #fff;
}

.index-link-box.box4:hover figure .pic img {
  transform: scale(1.1);
}

.index-link-box.box5 a {
  display: block;
  position: relative;
  overflow: hidden;
}

.index-link-box.box5 a:hover .content {
  top: 0;
  opacity: 1;
}

.index-link-box.box5 figure .pic img {
  aspect-ratio: 960/325;
}

.index-link-box.box5 .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(111, 72, 72, 0.65);
  opacity: 0;
  transition: 0.4s;
}

.index-link-box.box5 .title {
  color: #fff;
}

.index-link-box.box5 .txt {
  color: #fff;
}

.index-link-box.box5 .more span {
  background: #fff;
  border-color: #fff;
}

/*========== index-news ==========*/
.index-news-section {
  padding: 6.3vw 0 6.3vw 6.8vw;
  background: url(../images/index_bg2.png) no-repeat left top;
  display: flex;
}

.index-news-title-block {
  width: 330px;
  padding-right: 65px;
}

.index-news-title-block .title {
  margin-bottom: 20px;
}

.index-news-title-block .title .en {
  color: var(--line);
  font-weight: 500;
}

.index-news-title-block .title .tw {
  color: var(--main);
  font-weight: 600;
  font-size: 1.75rem;
}

.index-news-title-block .txt {
  font-size: 1.125rem;
  color: var(--black);
  line-height: 1.6;
}

.index-news-title-block .more {
  margin-top: 60px;
  display: inline-block;
}

.index-news-title-block .more a {
  display: flex;
  align-items: center;
  background: #94747a url(../images/bg_red.jpg);
  color: #fff;
  padding: 10px 25px;
  border-radius: 3px;
  position: relative;
  transition: 0.4s;
}

.index-news-title-block .more a:after {
  content: "";
  display: block;
  background: url(../images/more_arrow.svg) no-repeat;
  aspect-ratio: 45/8;
  width: 45px;
  margin-left: 10px;
  position: relative;
  left: 0;
  top: 2px;
  transition: 0.4s;
}

.index-news-title-block .more a:hover {
  background: var(--black);
}

.index-news-title-block .more a:hover:after {
  left: 10px;
}

.index-news-tabs-btn {
  margin-top: 50px;
}

.index-news-tabs-btn .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-news-tabs-btn .tabs>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-news-tabs-btn .tabs li {
  display: block;
}

.index-news-tabs-btn .tabs li:not(:last-child) {
  margin-bottom: 15px;
}

.index-news-tabs-btn .tabs li a {
  display: flex;
  align-items: center;
  color: #313131;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}

.index-news-tabs-btn .tabs li a:after {
  content: "";
  flex: 0;
  height: 1px;
  margin-left: 10px;
  background: #313131;
  transition: 0.4s;
  position: relative;
  top: 1px;
}

.index-news-tabs-btn .tabs li.active a:after {
  flex: 1;
}

.index-news-tabs-content {
  width: calc(100% - 330px);
}

.index-news-tabs-content .tabs-show {
  display: none;
}

/*========== news mobile ==========*/
@media (max-width: 1440px) {
  .index-link-box .txt {
    -webkit-line-clamp: 2;
  }

  .index-link-box .content {
    gap: 15px 0;
    padding: 0 20px;
  }
}

@media (max-width: 1280px) {
  .index-swiper-operation {
    padding: 20px;
  }

  .index-news-section {
    padding: 6.3vw 0 6.3vw 40px;
  }

  .index-link-box .more {
    display: none;
  }
}

@media (max-width: 960px) {
  .index-swiper-other {
    position: static;
    flex-direction: column-reverse;
  }

  .index-swiper-link {
    width: 100%;
  }

  .index-swiper-link .link-item .content .title {
    font-size: 1.1875rem;
  }

  .index-swiper-operation {
    width: 100%;
    justify-content: center;
  }

  .index-link-box {
    width: 100%;
  }

  .index-link-box .content {
    padding: 40px 30px;
  }

  .index-link-box .more {
    display: block;
  }

  .index-link-box.box2 {
    width: 50%;
  }

  .index-link-box.box3 {
    width: 50%;
  }

  .index-news-section {
    padding: 40px 0 140px 25px;
    flex-wrap: wrap;
    gap: 20px 0;
    position: relative;
  }

  .index-news-title-block {
    width: 100%;
    padding-right: 25px;
  }

  .index-news-title-block .more {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }

  .index-news-title-block .more a {
    padding: 10px 15px;
    justify-content: center;
    width: 200px;
  }

  .index-news-tabs-content {
    width: 100%;
  }

  .index-news-tabs-btn {
    margin-top: 30px;
  }

  .index-news-tabs-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .index-news-tabs-btn .tabs li a {
    padding: 10px 25px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #ccc;
  }

  .index-news-tabs-btn .tabs li a:after {
    display: none;
  }

  .index-news-tabs-btn .tabs li.active a {
    border-color: 1px solid var(--black);
    color: var(--black);
    background: #fff;
  }
}

@media (max-width: 640px) {
  .index-swiper-link {
    flex-wrap: wrap;
  }

  .index-swiper-link .link-item {
    width: 100%;
  }

  .index-swiper-link .link-item:nth-child(even) a {
    flex-direction: row-reverse;
  }

  .index-product-block {
    padding: 10px 0;
  }

  .index-product-title {
    margin-bottom: 40px;
  }

  .index-link-box .title {
    font-size: 1.125rem;
  }

  .index-link-box .content {
    padding: 10px 20px;
    gap: 10px 0;
  }

  .index-link-box .txt {
    font-size: 1rem;
  }

  .index-link-box .more span {
    font-size: 0.875rem;
    padding: 4px 10px 5px 10px;
  }

  .index-link-box.box1 .content {
    top: 0;
    opacity: 1;
  }

  .index-link-box.box2 {
    width: 100%;
    min-height: 200px;
  }

  .index-link-box.box2 a {
    flex-direction: row;
  }

  .index-link-box.box2 figure {
    width: 50%;
  }

  .index-link-box.box2 .content {
    width: 50%;
  }

  .index-link-box.box3 {
    width: 100%;
    min-height: 200px;
  }

  .index-link-box.box3 a {
    flex-direction: row-reverse;
  }

  .index-link-box.box3 figure {
    width: 50%;
  }

  .index-link-box.box3 .content {
    width: 50%;
  }

  .index-link-box.box4 {
    min-height: 200px;
  }

  .index-link-box.box5 {
    min-height: 240px;
  }

  .index-link-box.box5 .content {
    top: 0;
    opacity: 1;
  }

  .index-news-tabs-btn .tabs li a {
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .index-swiper-pagination {
    display: none;
  }

  .index-swiper-scrollbar {
    display: none;
  }

  .index-swiper-sns {
    padding-left: 25px;
    margin-left: 0;
  } 
  .index-swiper-link .link-item .content{
    height: 120px;
    gap: 10px;
  }

   .index-swiper-link .link-item .content .title {
    font-size: 1rem;
  }

  /*.index-swiper-link .link-item .content .txt {
    font-size: 1rem;
  } */

  .index-swiper-link .link-item figure {
    width: 40%;
  }

  .index-product-block .index-container {
    padding: 0 0 0 25px;
  }

  .index-news-section {
    padding: 40px 0 120px 25px;
  }
}

/*========= products ==========*/
.products-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.products-list .products-box {
  width: calc((100% - 60px) / 4);
}

.products-box figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.products-box figure .pic {
  width: 100%;
  overflow: hidden;
}

.products-box figure .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 600/725;
  object-fit: cover;
  transition: 0.4s;
}

.products-box figure a:hover .pic img {
  transform: scale(1.2);
}

.products-box .pro-icon-btn {
  display: flex;
  gap: 0 10px;
  position: absolute;
  right: 15px;
  bottom: -15px;
}

.products-box .pro-collect-btn a,
.products-box .pro-cart-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--yellow);
  border-radius: 50%;
}

.products-box .pro-collect-btn a:hover,
.products-box .pro-cart-btn a:hover {
  box-shadow: 0 0 8px rgba(141, 106, 113, 0.95);
}

.products-box .pro-collect-btn a .icon {
  background: url(../images/icon_heart.svg) no-repeat center;
  background-size: 17px;
  width: 100%;
  aspect-ratio: 17/15;
}

.products-box .pro-collect-btn.active a .icon {
  background: url(../images/icon_heart_f.svg) no-repeat center;
  background-size: 17px;
}

.products-box .pro-cart-btn a .icon {
  background: url(../images/icon_cart.svg) no-repeat center;
  background-size: 19px;
  width: 100%;
  aspect-ratio: 19/17;
}

.products-box .content {
  text-align: center;
  padding: 30px 5px;
}

.products-box .sort {
  color: var(--main);
}

.products-box .title {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products-box .price-list {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 20px;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  margin-top: 15px;
}

.products-box .o-price {
  display: flex;
  gap: 0 5px;
  align-items: baseline;
}

.products-box .o-price .unit {
  color: var(--black);
  font-size: 0.875rem;
}

.products-box .o-price .num {
  color: var(--main);
  font-size: 1.1875rem;
}

.products-box .m-price {
  color: #898989;
  font-size: 0.875rem;
  text-decoration: line-through;
  display: flex;
}

.product-filter-block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.product-filter-block .box-title {
  font-weight: 500;
}

.product-filter-block .release-date-filter,
.product-filter-block .price-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.product-filter-block .release-date-filter .box-content,
.product-filter-block .price-filter .box-content {
  width: 220px;
}

.product-filter-block .release-date-filter select,
.product-filter-block .price-filter select {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 8px 65px 8px 20px;
  background: #ececec;
  font-size: 1rem;
  color: #222;
  text-align: left;
  border-radius: 3px;
  background: #fff url(../images/select_arrow.jpg) right center no-repeat;
  background-size: 60px;
  font-weight: 500;
  height: 45px;
}

.product-search {
  display: flex;
  align-items: center;
  gap: 10px 15px;
}

.product-search form {
  width: 300px;
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  overflow: hidden;
}

.product-search form input[type=text] {
  padding: 10px 20px;
  border: none;
  background: none;
  width: calc(100% - 60px);
  font-size: 1rem;
}

.product-search form button {
  border: none;
  background: none;
  background: var(--yellow);
  width: 60px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main);
  font-size: 1.125rem;
  cursor: pointer;
  transition: 0.4s;
}

.product-search form button:hover {
  background: var(--main);
  color: #fff;
}

.search-keyword-block {
  background: rgba(245, 238, 232, 0.5);
  font-size: 1.125rem;
  color: var(--black);
  
  margin-bottom: 60px;
  border-radius: 2px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  /* gap: 15px; */
}

/* .search-keyword-block span {
  display: inline-block;
}
 */
.search-keyword-block .block-title{
  background: var(--main);
  color: #fff;
  font-weight: 500;
  padding: 17px 20px;
}
.search-keyword-block .list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 17px 20px;
}
.search-keyword-block .list .box{
  display: flex;
  align-items: center;
}

.search-keyword-block .list .box:not(:last-child):after{
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #bbb;
  margin-left: 20px;
  position: relative;
  top: 2px;
}

.modal-alert-style {
  padding: 20px;
  box-sizing: content-box !important;
  border-top: 5px solid #222;
  color: #222;
  text-align: center;
  font-weight: 500;
  font-size: 1.0625rem;
}

.modal-alert-style a {
  color: var(--red);
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.products-detail-block {
  display: flex;
  flex-wrap: wrap;
}

.pro-pic-block {
  width: calc(100% - 525px);
  display: flex;
  gap: 20px 35px;
  justify-content: space-between;
  align-items: flex-start;
}

.pro-pic-block figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.pro-pic-block figure .pic {
  width: 100%;
  overflow: hidden;
}

.pro-pic-block figure .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 600/725;
  object-fit: cover;
  transition: 0.4s;
}

.pro-pic-block figure .pic .photo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 600/725;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pro-pic-block.case {
  width: calc(100% - 820px);
}

.pro-pic-block.case figure .pic img {
  aspect-ratio: 375/500;
}

.pro-pic-block.case figure .pic .photo {
  aspect-ratio: 375/500;
}

.pro-info-block {
  width: 525px;
  padding-left: 45px;
}

.pro-info-block .pro-price {
  display: flex;
  align-items: baseline;
  gap: 0 25px;
  font-weight: 500;
  padding: 0 15px;
}

.pro-info-block .o-price {
  display: flex;
  gap: 0 5px;
  align-items: baseline;
}

.pro-info-block .o-price .unit {
  color: var(--black);
  font-weight: 500;
}

.pro-info-block .o-price .num {
  color: var(--main);
  font-size: 1.375rem;
}

.pro-info-block .o-price .unit2 {
  color: var(--main);
  font-weight: 500;
}

.pro-info-block .m-price {
  color: #898989;
  text-decoration: line-through;
  display: flex;
}

.pro-info-block .pro-txt {
  margin: 25px 0 30px 0;
  line-height: 1.6;
}

.pro-info-block.case {
  width: 820px;
}

.product-bigpic {
  width: 83.3333333333%;
  position: relative;
}

.product-bigpic .products-swiper-button {
  display: flex;
  gap: 10px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  position: absolute;
  right: 35px;
  bottom: 30px;
}

.product-bigpic .products-swiper-button .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}

.product-bigpic .products-swiper-button .swiper-button::before {
  content: "";
  display: block;
  background: url(../images/arrow_left.png) no-repeat;
  width: 31px;
  aspect-ratio: 1/1;
}

.product-bigpic .products-swiper-button .swiper-button:hover {
  transform: scale(1.25);
}

.product-bigpic .products-swiper-button .swiper-next::before {
  background: url(../images/arrow_right.png) no-repeat;
}

.product-bigpic.case {
  width: 84.6153846154%;
}

.product-smallpic {
  width: 11.8055555556%;
  aspect-ratio: 85/725;

  padding: 40px 0 60px 0;
}

.product-smallpic .swiper-slide figure .pic {
  cursor: pointer;
}

.product-smallpic .swiper-slide figure .pic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: 0.3s;
}

.product-smallpic .swiper-slide-thumb-active figure .pic:after {
  opacity: 0;
}


.product-smallpic .products-swiper-button {
  /* display: flex; */
  /* gap: 10px; */
  /* right: 30px; */
  /* bottom: 30px; */
  /* z-index: 1; */
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* bottom: 0; */
}

.product-smallpic .swiper-button {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* cursor: pointer; */
  /* transition: 0.4s; */
  position: absolute;
  z-index: 2;
  background: var(--main);
  width: 100%;
  text-align: center;
  padding: 2px;
  transition: .3s;
  cursor: pointer;
}

/* .product-smallpic .swiper-button::before {
  content: "";
  display: block;
  background: url(../images/arrow_left.png) no-repeat;
  width: 31px;
  aspect-ratio: 1/1;
  transform: rotate(-90deg);
} */

/* .product-smallpic .swiper-button:hover {
  transform: scale(1.25);
} */

/* .product-smallpic .swiper-next::before {
  background: url(../images/arrow_right.png) no-repeat;
  transform: rotate(90deg);
} */


.product-smallpic .swiper-prev{
  top: 0;
}
.product-smallpic .swiper-prev:after{
  content: "\f106";
}
.product-smallpic .swiper-next{
  bottom: 0;
}
.product-smallpic .swiper-next:after{
  content: "\f078";
 
}
.product-smallpic .swiper-button:after{
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: .3s;
}
.product-smallpic .swiper-smaillpic-group{
  padding: 40px 0;
}

.product-smallpic .swiper-button:hover{
  background: var(--yellow);
}
.product-smallpic .swiper-button:hover:after{
  color: var(--black);
}


.product-smallpic.case {
  aspect-ratio: 90/860;
}

.lightbox .lb-image {
  border: none !important;
  border-radius: 0 !important;
}

.lb-data .lb-number {
  font-size: 1rem !important;
}

.lb-dataContainer {
  padding-top: 10px !important;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1 !important;
}

.lb-nav a.lb-next {
  background: url(../images/next.png) right 20px center no-repeat !important;
}

.lb-nav a.lb-prev {
  background: url(../images/prev.png) left 20px center no-repeat !important;
}

.pro-detail-title {
  position: relative;
  padding-right: 60px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
}

.pro-detail-title:after {
  content: "";
  display: block;
  width: clamp(40px, 12vw, 140px);
  height: 3px;
  background: var(--line);
  position: absolute;
  left: 0;
  bottom: -2px;
}

.pro-detail-title .sort {
  font-size: 1.0625rem;
  color: #434343;
  padding: 0 15px;
  font-weight: 500;
}

.pro-detail-title .title {
  font-weight: 600;
  color: var(--main);
  position: relative;
  font-size: 1.5rem;
  padding: 10px 15px 15px 15px;
}

.pro-detail-title .pro-icon-btn {
  display: flex;
  gap: 0 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.pro-detail-title .pro-collect-btn a,
.pro-detail-title .pro-cart-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--yellow);
  border-radius: 50%;
}

.pro-detail-title .pro-collect-btn a:hover,
.pro-detail-title .pro-cart-btn a:hover {
  box-shadow: 0 0 8px rgba(141, 106, 113, 0.95);
}

.pro-detail-title .pro-collect-btn a .icon {
  background: url(../images/icon_heart.svg) no-repeat center;
  background-size: 17px;
  width: 100%;
  aspect-ratio: 17/15;
}

.pro-detail-title .pro-collect-btn.active a .icon {
  background: url(../images/icon_heart_f.svg) no-repeat center;
  background-size: 17px;
}

.pro-detail-title .pro-cart-btn a .icon {
  background: url(../images/icon_cart.svg) no-repeat center;
  background-size: 19px;
  width: 100%;
  aspect-ratio: 19/17;
}

.pro-introduction-block {
  margin-top: 80px;
  width: 100%;
}

.pro-introduction-block .tabs {
  width: 100%;
  border-bottom: 1px solid #313131;
}

.pro-introduction-block .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.pro-introduction-block .tabs ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pro-introduction-block .tabs ul li a {
  display: block;
  color: #313131;
  font-size: 1.125rem;
  border: 1px solid #d2d2d2;
  border-radius: 5px 5px 0 0;
  padding: 9px 25px;
  position: relative;
  bottom: -1px;
  border-bottom-color: #313131;
}

.pro-introduction-block .tabs ul li:not(.active):hover {
  background: #f1f1f1;
}

.pro-introduction-block .tabs ul li:not(:last-child) {
  margin-right: -1px;
}

.pro-introduction-block .tabs ul li.active a {
  border-color: #313131;
  border-bottom-color: #fff;
  z-index: 1;
}

.pro-introduction-block .tabs-content {
  padding: 40px 0;
}

.pro-introduction-block .tabs-show {
  display: none;
}

.pro-detail-form .form-box.ransportation-risk .part {
  display: block;
  font-size: 1.0625rem;
}

.pro-detail-form .form-box.ransportation-risk .part:not(:first-child) {
  margin-top: 5px;
}

.pro-detail-form .form-box.ransportation-risk .part input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 2px;
  left: 2px;
}

.pro-detail-form .form-box.quantity .counter {
  display: flex;
}

.pro-detail-form .form-box.quantity .counter .minus,
.pro-detail-form .form-box.quantity .counter .plus {
  width: 60px;
  background: #f5eee8;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  border: 1px solid #dcdcdc;
}

.pro-detail-form .form-box.quantity .counter .minus:hover,
.pro-detail-form .form-box.quantity .counter .plus:hover {
  background: var(--main);
  color: #fff;
}

.pro-detail-form .form-box.quantity .counter .minus {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.pro-detail-form .form-box.quantity .counter .plus {
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.pro-detail-form .form-box.quantity .counter .qty {
  width: calc(100% - 120px);
}

.pro-detail-form .form-box.quantity .counter .qty input[type=text] {
  text-align: center;
  border-radius: 0;
}
.pro-detail-form .form-box.hope-date input[type=text] {
  position: relative;
  background: url(../images/icon_date.svg) no-repeat right 15px center;
  background-size: 18px;
  padding: 10px 50px 10px 20px;
}

.pro-detail-form .btn-list button,
.pro-detail-form .btn-list a {
  padding: 14px 15px;
}

/*========== news mobile ==========*/
@media (max-width: 1440px) {
  .pro-pic-block {
    gap: 20px;
  }

  .product-bigpic {
    width: 85.4166666667%;
  }
}

@media (max-width: 1366px) {
  .pro-pic-block {
    width: 45%;
  }

  .pro-pic-block.case {
    width: 45%;
  }

  .pro-info-block {
    width: 55%;
    padding-left: 25px;
  }

  .pro-info-block.case {
    width: 55%;
  }
}

@media (max-width: 1280px) {
  .products-list {
    gap: 30px 20px;
  }

  .products-list .products-box {
    width: calc((100% - 40px) / 3);
  }

  .pro-detail-title .title {
    font-size: 1.375rem;
  }
}

@media (max-width: 1024px) {
  .pro-pic-block {
    width: 100%;
  }

  .pro-pic-block.case {
    width: 600px;
    margin: auto;
    max-width: 100%;
  }

  .pro-info-block {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .pro-info-block.case {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .products-list .products-box {
    width: calc((100% - 20px) / 2);
  }

  .product-filter-block {
    width: 100%;
  }

  .product-filter-block .box-title {
    width: 100%;
  }

  .product-filter-block .release-date-filter,
  .product-filter-block .price-filter {
    width: 100%;
  }

  .product-filter-block .release-date-filter .box-content,
  .product-filter-block .price-filter .box-content {
    width: 100%;
  }

  .product-search {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  .product-search form {
    width: 100%;
  }

  .search-keyword-block {
    font-size: 1rem;
    margin-bottom: 30px;
    /* padding: 12px 20px; */
  }
  .search-keyword-block .block-title{
    padding: 10px 15px;
  }
  .search-keyword-block .list{
    padding: 10px 15px;
    gap:10px 15px;
  }
  .search-keyword-block .list .box:not(:last-child):after{
    margin-left: 15px;
  }

  .product-bigpic .products-swiper-button {
    right: 20px;
    bottom: 20px;
  }

  .pro-info-block .pro-price {
    padding: 0;
  }

  .pro-detail-title {
    padding-right: 50px;
  }

  .pro-detail-title .sort {
    padding: 0;
  }

  .pro-detail-title .title {
    padding: 10px 0;
  }

  .pro-detail-title .pro-icon-btn {
    right: 0;
    bottom: 10px;
  }

  .pro-introduction-block {
    margin-top: 40px;
  }

  .pro-introduction-block .tabs ul {
    gap: 10px;
    padding-bottom: 10px;
  }

  .pro-introduction-block .tabs ul li a {
    padding: 5px 12px;
    font-size: 1.0625rem;
    border: none;
    background: #f1f1f1;
    bottom: 0;
    border-radius: 5px;
  }

  .pro-introduction-block .tabs ul li.active a {
    background: var(--black);
    color: #fff;
  }

  .pro-introduction-block .tabs-content {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .pro-pic-block {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .lb-nav a.lb-next {
    background: url(../images/next.png) right 10px center no-repeat !important;
  }

  .lb-nav a.lb-prev {
    background: url(../images/prev.png) left 10px center no-repeat !important;
  }

  .product-bigpic {
    width: 100%;
  }

  .product-bigpic .products-swiper-button {
    right: 10px;
    bottom: 10px;
  }

  .product-bigpic.case {
    width: 100%;
  }

  .product-smallpic {
    width: 100%;
    height: auto;
    aspect-ratio: initial;
  }

  .product-smallpic.case {
    aspect-ratio: initial;
  }

  .products-list {
    gap: 0 10px;
  }

  .products-list .products-box {
    width: calc((100% - 10px) / 2);
  }

  .product-smallpic{
    padding: 0 40px;
  }
  .product-smallpic .swiper-button{
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-smallpic .swiper-button:after{
    font-size: 1.125rem;
  }
  .product-smallpic .swiper-prev{
    left: 0;
  }
  .product-smallpic .swiper-next{
    bottom: initial;
    top: 0;
    right: 0;
  }
  .product-smallpic .swiper-prev:after{
    transform: rotate(-90deg);
  }
  .product-smallpic .swiper-next:after{
    transform: rotate(-90deg);
  }
}

/*========= news ==========*/
.case-group-list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  gap: 30px;
}

.case-group-list .case-group-box {
  width: calc((100% - 60px) / 3);
}

.case-group-box figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.case-group-box figure .pic {
  width: 100%;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  transition: 0.4s;
}

.case-group-box figure .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 770/510;
  object-fit: cover;
  transition: 0.4s;
}

.case-group-box figure a:hover .pic img {
  transform: scale(1.2);
}

.case-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 36px;
}

.case-list .case-box {
  width: calc((100% - 108px) / 4);
}

.case-box a:hover .pic img {
  transform: scale(1.2);
}

.case-box figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.case-box figure .pic {
  width: 100%;
  overflow: hidden;
  transition: 0.4s;
}

.case-box figure .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 375/500;
  object-fit: cover;
  transition: 0.4s;
}

.case-box figure a:hover .pic img {
  transform: scale(1.2);
}

.case-box .title {
  color: var(--black);
  font-size: 1.25rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  margin-top: 20px;
}

.case-box .price-list {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 20px;
  margin-top: 10px;
}

.case-box .o-price {
  display: flex;
  gap: 0 5px;
  align-items: baseline;
}

.case-box .o-price .unit {
  color: var(--black);
  font-size: 0.875rem;
}

.case-box .o-price .num {
  color: var(--main);
  font-size: 1.1875rem;
}

.case-box .o-price .unit2 {
  color: var(--main);
  font-size: 0.875rem;
}

.case-box .m-price {
  color: #898989;
  font-size: 0.875rem;
  text-decoration: line-through;
  display: flex;
}

/*========== news mobile ==========*/
@media (max-width: 1440px) {
  .case-list {
    gap: 40px 20px;
  }

  .case-list .case-box {
    width: calc((100% - 60px) / 4);
  }
}

@media (max-width: 1280px) {
  .case-group-list {
    padding: 0;
    gap: 15px;
  }

  .case-group-list .case-group-box {
    width: calc((100% - 15px) / 2);
  }

  .case-group-box figure .pic {
    border-radius: 0 30px 0 30px;
  }

  .case-list {
    gap: 30px 15px;
  }

  .case-list .case-box {
    width: calc((100% - 45px) / 4);
  }

  .case-box .title {
    font-size: 1.125rem;
    margin-top: 15px;
  }
}

@media (max-width: 960px) {
  .case-list {
    gap: 30px 30px;
  }

  .case-list .case-box {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 640px) {
  .case-list {
    gap: 30px 15px;
  }

  .case-list .case-box {
    width: calc((100% - 15px) / 2);
  }
}

@media (max-width: 480px) {
  .case-group-list {
    padding: 0;
    gap: 20px;
  }

  .case-group-list .case-group-box {
    width: 100%;
  }

  .case-list {
    gap: 20px 5px;
  }

  .case-list .case-box {
    width: calc((100% - 5px) / 2);
  }

  .case-box .title {
    margin-top: 10px;
    font-size: 1rem;
  }
}

/*========= news ==========*/
.index-news-list .news-box .content {
  padding-top: 30px;
}

.index-news-list .news-box .txt {
  margin-top: 15px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 35px;
}

.news-list .news-box {
  width: calc((100% - 70px) / 3);
}

.news-box figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.news-box figure a {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-box figure a:hover::before {
  top: 50%;
  opacity: 1;
}

.news-box figure a:hover:after {
  top: 0;
  opacity: 1;
}

.news-box figure a::before {
  content: url(../images/icon_flower.svg) "more";
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  width: 15%;
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}

.news-box figure a:after {
  content: "";
  display: block;
  background: rgba(111, 72, 72, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20%;
  opacity: 0;
  transition: 0.4s;
}

.news-box figure .pic {
  width: 100%;
  overflow: hidden;
}

.news-box figure .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 390/250;
  object-fit: cover;
  transition: 0.4s;
}

.news-box figure a {
  display: block;
}

.news-box .content {
  padding: 15px 5px 5px 5px;
}

.news-box .title {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-box .txt {
  color: #434343;
  font-size: 1.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 1.6;
}

.article-directory-block {
  display: inline-block;
  width: auto;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 40px;
}

.article-directory-block .article-directory-title {
  background: #efefef;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
}

.article-directory-block .article-directory-title i {
  margin-right: 5px;
}

.article-directory-block .article-directory-content {
  padding: 20px 25px;
}

.article-directory-block .article-directory-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.article-directory-block .article-directory-content ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-directory-block .article-directory-content ul li {
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}

.article-directory-block .article-directory-content ul li a {
  color: #333;
  font-size: 1.0625rem;
}

.article-directory-block .article-directory-content ul li a:hover {
  color: var(--main);
}

.article-directory-block .article-directory-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}

/*========== news mobile ==========*/
@media (max-width: 1280px) {
  .news-list {
    gap: 30px 20px;
  }

  .news-list .news-box {
    width: calc((100% - 40px) / 3);
  }
}

@media (max-width: 960px) {
  .news-box .title {
    font-size: 1.125rem;
  }

  .news-box .txt {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .news-list .news-box {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 480px) {
  .index-news-list .news-box .content {
    padding-top: 20px;
  }

  .index-news-list .news-box .txt {
    margin-top: 10px;
  }

  .news-list {
    gap: 20px 10px;
  }

  .news-list .news-box {
    width: calc((100% - 10px) / 2);
  }

  .news-box .content {
    padding-top: 20px;
  }

  .news-box .title {
    font-size: 1.125rem;
  }

  .news-box .txt {
    font-size: 1rem;
  }
}

/*========= news ==========*/
.contact-block {
  display: flex;
  align-items: center;
  padding: 20px;
  padding-left: 10.5vw;
}

.contact-pic {
  width: 560px;
}

.contact-pic .pic img {
  display: block;
  max-width: 100%;
}

.contact-info {
  width: 530px;
  padding-left: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-info .company-name {
  width: 100%;
  color: var(--black);
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.contact-info .company-txt {
  width: 100%;
  color: #434343;
  font-size: 1.0625rem;
  margin-bottom: 40px;
}

.contact-info .contact-sns {
  flex: 1;
}

.contact-info .contact-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info .contact-sns ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info .contact-sns ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.contact-info .contact-sns ul li::before {
  content: "";
  width: 36px;
}

.contact-info .contact-sns ul li a {
  color: #434343;
  font-size: 1.1875rem;
  font-weight: 500;
}

.contact-info .contact-sns ul li.instagram::before {
  background: url(../images/sns_instagram.svg) no-repeat;
  aspect-ratio: 1/1;
}

.contact-info .contact-sns ul li.line::before {
  background: url(../images/sns_line.svg) no-repeat;
  aspect-ratio: 1/1;
}

.contact-info .contact-sns ul li.youtube::before {
  background: url(../images/sns_youtube.svg) no-repeat;
  aspect-ratio: 1/1;
  position: relative;
  background-size: 95%;
  top: 8px;
}

.contact-info .contact-qrcode {
  width: 200px;
  padding-left: 50px;
}

.contact-info .contact-qrcode .pic {
  width: 150px;
  max-width: 100%;
}

.contact-info .contact-qrcode .pic img {
  display: block;
  width: 100%;
}

/*========== news mobile ==========*/
@media (max-width: 1440px) {
  .contact-block {
    padding-left: 5vw;
  }
}

@media (max-width: 1280px) {
  .contact-block {
    padding-left: 3vw;
  }

  .contact-pic {
    width: 400px;
  }

  .contact-info {
    padding-left: 40px;
  }

  .contact-info .contact-sns ul li {
    gap: 15px;
  }
}

@media (max-width: 960px) {
  .contact-pic {
    width: 300px;
  }

  .contact-info {
    padding-left: 30px;
  }

  .contact-info .company-name {
    font-size: 1.25rem;
  }

  .contact-info .company-txt {
    margin-bottom: 30px;
  }

  .contact-info .contact-sns ul li a {
    font-size: 1.0625rem;
  }

  .contact-info .contact-sns ul li::before {
    width: 30px;
  }

  .contact-info .contact-qrcode {
    width: 140px;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .contact-block {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0;
    gap: 30px;
  }

  .contact-pic {
    width: 100%;
  }

  .contact-pic .pic {
    width: 85%;
    margin: auto;
  }

  .contact-info {
    width: 100%;
    flex: auto;
    padding-left: 0;
  }

  .contact-info .contact-sns ul {
    gap: 10px;
  }

  .contact-info .contact-sns ul li:not(.youtube) {
    margin-top: 5px;
  }

  .contact-info .contact-sns ul li.youtube {
    top: 0;
  }
}

@media (max-width: 375px) {
  .contact-pic .pic {
    width: 100%;
  }

  .contact-info .contact-sns {
    width: 100%;
  }

  .contact-info .contact-qrcode {
    width: 100%;
    margin-top: 30px;
  }

  .contact-info .contact-qrcode .pic {
    width: 80%;
    margin: auto;
    padding: 10px;
    border: 1px solid #eee;
  }
}

/*========= member ==========*/
.member-login-block {
  display: flex;
  padding: 0 3.85vw;
}

.member-login-block .member-login-form {
  width: 42.3293172691%;
  padding: 30px 0;
}

.member-login-block .community-login {
  width: 42.3293172691%;
  padding: 30px 0;
  align-self: center;
}

.member-login-block .or {
  position: relative;
  width: 15.2610441767%;
}

.member-login-block .or::before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #bfbfbf;
  position: absolute;
  left: 50%;
  top: 0;
}

.member-login-block .or span {
  background: #fff;
  font-size: 1.125rem;
  color: #bfbfbf;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.member-login-form .form-box.remember {
  display: flex;
  justify-content: space-between;
}

.member-login-form .form-box.remember .part {
  align-items: center;
}

.member-login-form .form-box .login-forgetpassword a {
  color: #434343;
  font-weight: 500;
}

.member-login-form .form-box .login-forgetpassword a:hover {
  color: var(--main);
  text-decoration: underline;
}

.community-login .txt {
  font-size: 1.125rem;
  color: #222;
  margin-bottom: 3vw;
}

.community-login ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.community-login ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.community-login ul li:not(:last-child) {
  margin-bottom: 30px;
}

.community-login ul li a {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 25%;
  border-radius: 3px;
}

.community-login ul li .icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community-login ul li .icon img {
  display: block;
  max-width: 65%;
  max-height: 65%;
  margin: auto;
}

.community-login ul li .text {
  font-size: 1.125rem;
  margin-left: 15px;
  flex: 1;
}

.community-login .line a {
  color: #05b44a;
  border: 1px solid #05b44a;
}

.community-login .line a:hover {
  background: #05b44a;
  color: #fff;
}

.community-login .line .icon {
  background-image: url(../images/login_line.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 50%;
}

.community-login .facebook a {
  color: #4467ad;
  border: 1px solid #4467ad;
}

.community-login .facebook a:hover {
  color: #fff;
  background: #4467ad;
}

.community-login .google a {
  color: #dd5144;
  border: 1px solid #dd5144;
}

.community-login .google a:hover {
  color: #fff;
  background: #dd5144;
}

.forget-password-block {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 1000;
}

.forget-password-group {
  background: #a08c8c url(../images/bg_red2.jpg);
  width: 950px;
  max-width: 100%;
  padding: clamp(55px, 4.5%, 80px) clamp(20px, 7.5%, 150px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  overflow: hidden;
}

.forget-password-group .esc {
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.17);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 0.3s;
}

.forget-password-form .text {
  width: 100%;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.forget-password-form .form-box.captcha {
  justify-content: center;
  width: 100%;
}

.register-form .must-text,
.member-information-form .must-text {
  margin-bottom: 20px;
}

.register-form .form-box.captcha,
.member-information-form .form-box.captcha {
  justify-content: center;
  margin: 40px 0;
}

.membership-terms-unreset {
  border: 1px solid #dcdcdc;
  padding: 40px;
  border-radius: 3px;
}

.membership-terms-unreset .unreset {
  height: 55vh;
  overflow: auto;
  padding-right: 25px;
}

.agree-membership-terms {
  margin-top: 20px;
  margin-bottom: 60px;
}

.member-information-block,
.frequently-used-recipients-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  width: 100%;
}

.frequently-used-recipients-block {
  margin-top: 40px;
}

.frequently-used-recipients-table {
  width: 100%;
}

.frequently-used-recipients-table .add-btn-block {
  width: 100%;
  text-align: right;
  margin: -30px 0 15px 0;
}

.frequently-used-recipients-table .add-btn a {
  display: inline-flex;
  font-size: 1.125rem;
  background: var(--main);
  color: #fff;
  padding: 5px 16px;
  border-radius: 3px;
}

.frequently-used-recipients-table .add-btn a:hover {
  background: var(--black);
}

.frequently-used-recipients-table .add-btn .icon {
  margin-left: 10px;
}

.frequently-used-recipients-table .recipient {
  width: 21%;
}

.frequently-used-recipients-table .recipient input[type=text] {
  text-align: center;
}

.frequently-used-recipients-table .recipient input[type=text]:disabled {
  padding-inline: 0;
}

.frequently-used-recipients-table .phone {
  width: 21%;
}

.frequently-used-recipients-table .phone input[type=tel] {
  text-align: center;
}

.frequently-used-recipients-table .phone input[type=tel]:disabled {
  padding-inline: 0;
}

.frequently-used-recipients-table .address {
  width: 50%;
}

.frequently-used-recipients-table .action {
  width: 100px;
}

.frequently-used-recipients-table .action .action-btn-list {
  display: flex;
  gap: 10px 20px;
  justify-content: center;
  height: 45px;
  align-items: center;
}

.frequently-used-recipients-table .action .action-btn-list .edit-btn a,
.frequently-used-recipients-table .action .action-btn-list .delete-btn a,
.frequently-used-recipients-table .action .action-btn-list .save-btn a {
  display: flex;
  gap: 10px;
}

.frequently-used-recipients-table .action .action-btn-list .edit-btn a .icon,
.frequently-used-recipients-table .action .action-btn-list .delete-btn a .icon {
  width: 21px;
}

.frequently-used-recipients-table .action .action-btn-list .save-btn a .icon {
  width: 19px;
}

.frequently-used-recipients-table .action .action-btn-list .edit-btn a svg,
.frequently-used-recipients-table .action .action-btn-list .delete-btn a svg,
.frequently-used-recipients-table .action .action-btn-list .save-btn a svg {
  width: 100%;
  height: auto;
  display: block;
  fill: var(--main);
  transition: 0.4s;
}

.frequently-used-recipients-table .action .action-btn-list .edit-btn a svg:hover,
.frequently-used-recipients-table .action .action-btn-list .delete-btn a svg:hover,
.frequently-used-recipients-table .action .action-btn-list .save-btn a svg:hover {
  fill: var(--black);
}

.frequently-used-recipients-table .action .action-btn-list .edit-btn a .text,
.frequently-used-recipients-table .action .action-btn-list .delete-btn a .text,
.frequently-used-recipients-table .action .action-btn-list .save-btn a .text {
  display: none;
  color: #434343;
}

.frequently-used-recipients-table .address .address-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.frequently-used-recipients-table .address .address-select>div {
  width: 100%;
  display: flex;
}

.frequently-used-recipients-table .address .address-select select {
  width: 100px;
  padding-inline: 5px;
}

.frequently-used-recipients-table .address .address-select select:disabled {
  border: none;
  color: #434343;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70px;
  padding-inline: 0;
}

.frequently-used-recipients-table .address .address-txt {
  flex: 1;
}

.frequently-used-recipients-table .address .address-txt input[type=text]:disabled {
  padding-inline: 0;
}

.order-history-block {
  border: 1px solid #dcdcdc;
}

.order-history-form-style {
  margin-top: 40px;
}

.order-history-box .title-list,
.order-history-box .content-list {
  display: flex;
}

.order-history-box .title-list {
  background: var(--yellow);
}

.order-history-box .title-list .grid {
  font-size: 1.125rem;
  padding: 15px;
}

.order-history-box .grid {
  padding: 20px;
  font-size: 1.0625rem;
  flex: 1;
  color: #434343;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-history-box .grid a {
  text-decoration: underline;
  color: #434343;
}

.order-history-box .grid a:hover {
  color: var(--main);
}

.order-history-box .total .price {
  display: flex;
  gap: 0 5px;
}

.order-history-box .order-history-info {
  display: none;
  padding: 0 40px 40px 40px;
}

.order-history-box .order-history-info .esc {
  display: none;
}

.order-history-box:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

/*========== news mobile ==========*/
@media (max-width: 1440px) {
  .member-login-block {
    padding: 0 2vw;
  }

  .frequently-used-recipients-table .address .address-txt {
    min-width: 400px;
  }
}

@media (max-width: 1280px) {
  .member-login-block {
    padding: 0;
  }

  .community-login ul li a {
    padding: 10px 10px 10px 40px;
  }
}

@media (max-width: 960px) {
  .member-login-block .community-login {
    align-self: baseline;
  }

  .register-form .must-text,
  .member_information-form .must-text {
    margin-bottom: 10px;
  }

  .register-form .form-box.captcha,
  .member_information-form .form-box.captcha {
    margin: 20px 0;
  }

  .frequently-used-recipients-table .table {
    border: none;
  }

  .frequently-used-recipients-table .tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .frequently-used-recipients-table .tr {
    width: calc((100% - 20px) / 2);
    padding: 5px 15px;
    border: 1px solid #dcdcdc;
  }

  .frequently-used-recipients-table .td {
    padding: 10px 0;
  }

  .frequently-used-recipients-table .td:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  .frequently-used-recipients-table .recipient {
    width: 100%;
  }

  .frequently-used-recipients-table .recipient input[type=text] {
    text-align: left;
  }

  .frequently-used-recipients-table .phone {
    width: 100%;
  }

  .frequently-used-recipients-table .phone input[type=tel] {
    text-align: left;
  }

  .frequently-used-recipients-table .address {
    width: 100%;
  }

  .frequently-used-recipients-table .address .address-select {
    width: 100%;
  }

  .frequently-used-recipients-table .address .address-select div {
    width: 100%;
    flex-wrap: wrap;
  }

  .frequently-used-recipients-table .address .address-select select {
    width: 100%;
  }

  .frequently-used-recipients-table .address .address-txt {
    min-width: initial;
    width: 100%;
    flex: auto;
  }

  .frequently-used-recipients-table .action {
    width: 100%;
  }

  .frequently-used-recipients-table .action .action-btn-list {
    height: auto;
    padding-top: 10px;
  }

  .frequently-used-recipients-table .action .action-btn-list .edit-btn a,
  .frequently-used-recipients-table .action .action-btn-list .delete-btn a,
  .frequently-used-recipients-table .action .action-btn-list .save-btn a {
    background: #eee;
    border-radius: 3px;
    padding: 8px 12px;
  }

  .frequently-used-recipients-table .action .action-btn-list .edit-btn a .text,
  .frequently-used-recipients-table .action .action-btn-list .delete-btn a .text,
  .frequently-used-recipients-table .action .action-btn-list .save-btn a .text {
    display: block;
  }
}

@media (max-width: 768px) {
  .member-login-block {
    flex-wrap: wrap;
  }

  .member-login-block .member-login-form {
    width: 100%;
    padding: 0;
  }

  .member-login-block .or {
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
  }

  .member-login-block .or::before {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dashed #bfbfbf;
    left: 0;
    top: 50%;
  }

  .member-login-block .community-login {
    width: 100%;
    padding: 0;
  }

  .community-login ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .community-login ul li .text {
    font-size: 1rem;
  }

  .frequently-used-recipients-table {
    display: flex;
    flex-direction: column-reverse;
  }

  .frequently-used-recipients-table .add-btn-block {
    margin: 20px 0;
    text-align: center;
  }

  .frequently-used-recipients-table .add-btn a {
    background: var(--black);
  }

  .frequently-used-recipients-table .tr {
    width: 100%;
  }

  .frequently-used-recipients-table .td {
    padding: 5px 0;
  }
}

@media (max-width: 640px) {
  .order-history-block {
    border: none;
  }

  .order-history-box {
    border: 1px solid #dcdcdc;
  }

  .order-history-box.title {
    display: none;
  }

  .order-history-box .content-list {
    flex-direction: column;
  }

  .order-history-box .grid {
    font-size: 1rem;
    padding: 10px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
  }

  .order-history-box .grid:before {
    content: attr(data-title);
    background: var(--sub);
    font-weight: 500;
    color: #fff;
    padding: 5px;
    display: block;
    width: 85px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 15px;
    font-size: 0.9375rem;
    border-radius: 3px;
  }

  .order-history-box .grid>div {
    width: calc(100% - 85px - 15px);
  }

  .order-history-box .order-history-info {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 40px 20px;
    background: #fff;
    z-index: 1000;
  }

  .order-history-box .order-history-info .esc {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    background: var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: 0.3s;
  }

  .order-history-box .order-history-info .cart-history-group {
    height: calc(100dvh - 80px);
    overflow: auto;
    padding-right: 10px;
  }

  .order-history-box:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .member-login-block .or {
    margin: 20px 0;
  }

  .member-information-block,
  .frequently-used-recipients-block {
    gap: 15px;
  }
}

@media (max-width: 320px) {
  .member-login-form .form-box.captcha {
    transform: translateX(-15px);
  }
}

/*========= cart ==========*/
.cart-step-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}

.cart-step-block .step {
  display: flex;
  align-items: center;
}

.cart-step-block .step.active .num {
  background: var(--main);
}

.cart-step-block .step.active .text {
  color: var(--black);
}

.cart-step-block .step:not(:last-child):after {
  content: "";
  display: block;
  margin: 0 2.65vw;
  background: url(../images/cart_arrow.svg) no-repeat;
  width: 6px;
  aspect-ratio: 6/10;
}

.cart-step-block .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 50%;
  background: #707070;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}

.cart-step-block .text {
  font-size: 1.25rem;
  color: #707070;
  font-weight: 500;
  margin-left: 20px;
}

.cart-content-table {
  width: 100%;
}

.cart-form form {
  width: 100%;
  gap: 0;
}

.cart-form .btn-list {
  margin-top: 60px;
}

.cart-step-table {
  width: 100%;
}

.cart-step-table .table {
  border: none;
  color: #434343;
  font-size: 1.0625rem;
  text-align: center;
}

.cart-step-table .thead .tr {
  border-bottom: 1px solid #dcdcdc;
}

.cart-step-table .tbody .tr {
  align-items: center;
  border-bottom: none;
  padding: 10px 0;
}

.cart-step-table .product {
  width: 25%;
  /* padding-left: 40px; */
}

.cart-step-table .product figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.cart-step-table .product figure .pic {
  /* width: 95px; */
  width: 65px;
  overflow: hidden;
}

.cart-step-table .product figure .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 600/725;
  object-fit: cover;
  transition: 0.4s;
}

.cart-step-table .product figure .text {
  /* width: calc(100% - 95px); */
  width: calc(100% - 65px);
  color: #434343;
  font-size: 1.0625rem;
  text-align: left;
}

.cart-step-table .product figure a {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}

.cart-step-table .product figure a:hover .pic img {
  transform: scale(1.2);
}

.cart-step-table .options {
  width: 17.5%;
}

.cart-step-table .addon-price {
  width: 10%;
}

.cart-step-table .addon-price .price {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.cart-step-table .options .text {
  text-align: left;
}
.cart-step-table .options .text:not(:last-child) {
  margin-bottom: 10px;
}

.cart-step-table .desired-delivery {
  width: 130px;
}

.cart-step-table .unit-price {
  width: 10%;
}

.cart-step-table .unit-price .price {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.cart-step-table .quantity {
  width: 170px;
}

.cart-step-table .subtotal {
  width: 10%;
}

.cart-step-table .subtotal .price {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.cart-step-table .edit {
  width: 70px;
}

.cart-step-table .delete {
  width: 70px;
}

.cart-step-table .edit-btn a,
.cart-step-table .delete-btn a {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.cart-step-table .edit-btn a .icon,
.cart-step-table .delete-btn a .icon {
  width: 21px;
}

.cart-step-table .edit-btn a svg,
.cart-step-table .delete-btn a svg {
  width: 100%;
  height: auto;
  display: block;
  fill: var(--main);
  transition: 0.4s;
}

.cart-step-table .edit-btn a svg:hover,
.cart-step-table .delete-btn a svg:hover {
  fill: var(--black);
}

.cart-step-table .edit-btn a .text,
.cart-step-table .delete-btn a .text {
  display: none;
  color: #434343;
}

.cart-step-table .counter {
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.cart-step-table .counter .minus,
.cart-step-table .counter .plus {
  width: 40px;
  height: 40px;
  background: #f5eee8;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}

.cart-step-table .counter .minus:hover,
.cart-step-table .counter .plus:hover {
  background: var(--main);
  color: #fff;
}

.cart-step-table .counter .minus {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.cart-step-table .counter .plus {
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.cart-step-table .counter .qty {
  width: calc(100% - 80px);
}

.cart-step-table .counter .qty input[type=number] {
  text-align: center;
  border-radius: 0;
  width: 100%;
  border: none;
  background: none;
  background: #fff;
  font-size: 1.0625rem;
  height: 100%;
}
.cart-step-table .counter .qty input[type=number]::-webkit-outer-spin-button,
.cart-step-table .counter .qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-step-table.cart-step3 .product {
  /* width: 27%; */
  width: 25%;
}

.cart-step-table.cart-step3 .options {
  /* width: 18%; */
  width: 17.5%;
}

.cart-step-table.cart-step3 .addon-price {
  /* width: 12%; */
  width: 10%;
}

.cart-step-table .freight {
  width: 140px;
}

.cart-price-block {
  width: 100%;
  background: var(--yellow);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px 20px;
}

.cart-price-block .price-box {
  display: flex;
  justify-content: right;
  font-size: 1.0625rem;
  gap: 10px 20px;
  color: #434343;
}

.cart-price-block .price-box .title {
  text-align: right;
}

.cart-price-block .price-box .price {
  display: flex;
  width: 140px;
  gap: 0 6px;
}

.cart-price-block .price-box .price .num {
  font-weight: 500;
}

.cart-price-block .orders-total {
  font-weight: bold;
}

.cart-price-block .orders-total .price {
  color: var(--main);
}

.cart-price-block .orders-total .price .num {
  font-weight: bold;
}

.modify-added-items-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}

.modify-added-items-group {
  position: absolute;
  background: #fff;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: calc(100% - 40px);
}

.modify-added-items-group .esc {
  width: 40px;
  height: 40px;
  background: var(--sub);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 0.3s;
}

.modify-added-items-form {
  max-height: 65vh;
}

/* .cart-step2-form,
.cart-step3-form {
  width: 1350px;
  max-width: 100%;
  margin: auto;
} */
.cart-step2-form{
  width: 1350px;
  max-width: 100%;
  margin: auto;
}

.cart-step-info-block {
  width: 100%;
}

.cart-step3-form .cart-step-info-block {
  width: 1350px;
  max-width: 100%;
  margin: auto;
}

.cart-step-info-block:not(:first-child) {
  margin-top: 60px;
}

.cart-form-title {
  margin-bottom: 15px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  align-items: baseline;
}

.cart-form-title .title {
  color: var(--main);
  font-size: 1.375rem;
  font-weight: 600;
}

.cart-form-title .checkbox {
  margin-left: auto;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

.cart-form-title .checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.cart-step2-form {
  display: flex;
  flex-wrap: wrap;
}

.cart-step2-form .form-box {
  border: 1px solid #dcdcdc;
  width: 100%;
  gap: 10px 0;
  align-items: stretch;
}

.cart-step2-form .form-box:not(:last-child) {
  border-bottom: none;
}

.cart-step2-form .form-box .title {
  width: 200px;
  background: var(--yellow);
  display: flex;
  align-items: center;
  padding-left: 60px;
  font-weight: 500;
  margin-bottom: 0;
  border-right: 1px solid #dcdcdc;
}

.cart-step2-form .form-box .content {
  flex: 1;
  padding: 15px 40px;
}

.cart-step2-form .form-box .content .text {
  color: var(--black);
  font-size: 1.125rem;
}

.cart-step2-form .form-box .content input[type=text],
.cart-step2-form .form-box .content input[type=password],
.cart-step2-form .form-box .content input[type=email],
.cart-step2-form .form-box .content input[type=date],
.cart-step2-form .form-box .content input[type=number],
.cart-step2-form .form-box .content input[type=tel],
.cart-step2-form .form-box .content select {
  height: 40px;
}

.cart-step2-form .form-box.half {
  width: 50%;
}

.cart-step2-form .form-box.send-method .content {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.cart-step2-form .form-box.send-method .content .part {
  display: block;
}

.cart-step2-form .send-method-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cart-step2-form .address-fillin {
  display: flex;
  /* flex: 1; */
  gap: 20px;
  width: 100%;
  padding-left: 30px;
  margin-top: 15px;
  display: none;
}

.cart-step2-form .convenience-information {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px 20px;
  margin-top: 15px;
  padding-left: 30px;

  display: none;
}

.cart-step2-form .form-box.send-method .store-link {
  /* display: inline-block; */
  /* padding-top: 20px; */
  text-decoration: underline;
  width: 100%;
}
.cart-step2-form .form-box.send-method .store-link a {
  color: var(--main);
  font-weight: bold;
}
.cart-step2-form .form-box.send-method .store-link a:after {
  content: "\f35d";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  margin-left: 5px;
}

.cart-step2-form .form-box.send-method .store-link a:hover:after{
  color: #333;
}

.cart-step2-form .convenience-information .info-box {
  display: flex;
  align-items: center;
}
.cart-step2-form .convenience-information .info-box .box-title {
  width: 50px;
}
.cart-step2-form .convenience-information .info-box .box-content {
  flex: 1;
}
.cart-step2-form .convenience-information .info-box .box-content input[type=text]:disabled {
  background: #eee;
}
.cart-step2-form .convenience-information .store-number,
.cart-step2-form .convenience-information .store-name {
  width: 200px;
}
.cart-step2-form .convenience-information .store-address {
  flex: 1;
}



.cart-step2-form .address-fillin .address-select {
  width: 360px;
}

.cart-step2-form .address-fillin .address-select>div {
  width: 100%;
  display: flex;
  gap: 10px 20px;
}

.cart-step2-form .address-fillin .address-select select {
  width: 50%;
}

.cart-step2-form .address-fillin .address-txt {
  width: calc(100% - 360px);
}

.cart-success-block {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 1000;
}

.cart-success-block .esc {
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 0.3s;
}

.cart-success-block .cart-success-group {
  background-color: #faf6f3;
  width: 1300px;
  max-width: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3% 7%;
}

.cart-success-block .cart-success-content {
  display: flex;
  align-items: center;
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.cart-success-block .txt-box {
  width: calc(100% - 270px);
  color: var(--black);
  font-size: 1.125rem;
  padding-right: 5%;
}

.cart-success-block .txt-box .red {
  color: #e60012;
}

.cart-success-block .txt-box .blue {
  color: #004986;
}

.cart-success-block .txt-box .blue a {
  color: #004986;
}

.cart-success-block .txt-box .blue a:hover {
  text-decoration: underline;
}

.cart-success-block .txt-box .notice {
  padding-left: 35px;
  position: relative;
}

.cart-success-block .txt-box .notice::before {
  content: "";
  display: block;
  background: url(../images/icon_notice.svg) no-repeat;
  width: 22px;
  aspect-ratio: 22/20;
  position: absolute;
  left: 0;
  top: 4px;
}

.cart-success-block .txt-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cart-success-block .txt-box ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-success-block .txt-box ul li {
  position: relative;
  padding-left: 20px;
}

.cart-success-block .txt-box ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--black);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3px;
  top: 13px;
}

.cart-success-block .qrcode-box {
  width: 270px;
}

.cart-success-block .qrcode-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
}

.cart-success-block .qrcode-box .pic {
  width: 180px;
  margin: auto;
}

.cart-success-block .qrcode-box .pic img {
  display: block;
  width: 100%;
}

.cart-success-block .qrcode-box .text {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--main);
  margin-top: 30px;
  text-align: center;
}

.cart-success-block .qrcode-box .text a {
  color: var(--main);
}

.cart-success-block .qrcode-box .text a:hover {
  text-decoration: underline;
}

.cart-same-info {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.cart-frequently-used-recipients-block {
  margin: 20px 0;
}

.cart-frequently-used-recipients-block .choose-btn {
  display: inline-block;
}

.cart-frequently-used-recipients-block .choose-btn a {
  display: block;
  background: var(--main);
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.cart-frequently-used-recipients-block .choose-btn a:after {
  content: "+";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  margin-left: 5px;
  font-size: 0.875rem;
}

.cart-frequently-used-recipients-block .choose-btn.active a::after {
  content: "\f068";
  font-weight: bold;
}

.cart-frequently-used-recipients-collapse {
  display: none;
}

.cart-frequently-used-recipients-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.cart-frequently-used-recipients-list .box {
  width: calc((100% - 45px) / 4);
  border: 1px solid #f1f1f1;
  padding: 10px 15px;
  background: #f1f1f1;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}

.cart-frequently-used-recipients-list .box:after {
  content: "\f00c";
  background: #638954;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1px;
  top: 1px;
  display: none;
}

.cart-frequently-used-recipients-list .box.active {
  background: #fff;
  border-color: var(--line);
}

.cart-frequently-used-recipients-list .box.active::after {
  display: flex;
}

.cart-frequently-used-recipients-list .box>div:not(:last-child) {
  margin-bottom: 3px;
}

/*========== news mobile ==========*/
@media (max-width: 1280px) {
  .cart-step-table .table {
    font-size: 1rem;
  }

  .cart-step-table .product {
    padding-left: 20px;
  }

  .cart-step-table .product figure a {
    gap: 10px 15px;
  }

  .cart-step-table .quantity {
    width: 140px;
  }

  .cart-step-table .counter .minus,
  .cart-step-table .counter .plus {
    width: 30px;
    height: 30px;
  }

  .cart-step-table .counter .qty {
    width: calc(100% - 60px);
  }

  .cart-step-block {
    margin: 40px 0;
  }

  .cart-step2-form .form-box .title {
    width: 160px;
    padding-left: 20px;
  }

  .cart-step2-form .form-box .content {
    padding: 15px 20px;
    width: calc(100% - 160px);
  }
}

@media (max-width: 960px) {
  .cart-step-table .tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .cart-step-table .tbody .tr {
    width: calc((100% - 20px) / 2);
    border: 1px solid #eee;
    padding: 10px 20px;
  }

  .cart-step-table .tbody .td {
    padding-top: 10px;
  }

  .cart-step-table .tbody .td:not(.edit, .delete) {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .cart-step-table .tbody .td:last-child {
    border-bottom: none;
  }

  .cart-step-table .product {
    width: 100%;
    padding-left: 0;
  }

  .cart-step-table .product .text {
    font-weight: bold;
  }

  .cart-step-table .options {
    width: 100%;
  }

  .cart-step-table .options .text.no {
    text-align: center;
  }

  .cart-step-table .options,
  .cart-step-table .addon-price,
  .cart-step-table .desired-delivery,
  .cart-step-table .unit-price,
  .cart-step-table .quantity,
  .cart-step-table .subtotal,
  .cart-step-table .freight {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }

  .cart-step-table .options:before,
  .cart-step-table .addon-price:before,
  .cart-step-table .desired-delivery:before,
  .cart-step-table .unit-price:before,
  .cart-step-table .quantity:before,
  .cart-step-table .subtotal:before,
  .cart-step-table .freight:before {
    content: attr(data-title);
    background: var(--sub);
    font-weight: 500;
    color: #fff;
    padding: 5px;
    display: block;
    width: 85px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 15px;
    font-size: 0.9375rem;
    border-radius: 3px;
  }

  .cart-step-table .options>div,
  .cart-step-table .addon-price>div,
  .cart-step-table .desired-delivery>div,
  .cart-step-table .unit-price>div,
  .cart-step-table .quantity>div,
  .cart-step-table .subtotal>div,
  .cart-step-table .freight>div {
    width: calc(100% - 85px - 15px);
  }

  .cart-step-table .edit {
    width: auto;
    display: inline-flex;
    border: none;
  }

  .cart-step-table .delete {
    width: auto;
    display: inline-flex;
    border: none;
  }

  .cart-step-table .edit-btn a,
  .cart-step-table .delete-btn a {
    background: #eee;
    border-radius: 3px;
    padding: 8px 12px;
  }

  .cart-step-table .edit-btn a .text,
  .cart-step-table .delete-btn a .text {
    display: block;
  }

  .cart-step-table.cart-step3 .product {
    width: 100%;
  }

  .cart-step-table.cart-step3 .options {
    width: 100%;
  }
  .cart-step-table.cart-step3 .addon-price {
    width: 100%;
  }

  .cart-price-block {
    margin-top: 20px;
  }

  .cart-step-block {
    margin: 40px 0;
  }

  .cart-step-info-block:not(:first-child) {
    margin-top: 40px;
  }

  .cart-step2-form .form-box.half {
    width: 100%;
  }

  .cart-step2-form .form-box.send-method .content .part {
    width: 100%;
  }

  .cart-step2-form .address-fillin {
    width: 100%;
    padding-left: 30px;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .cart-step2-form .address-fillin .address-select>div {
    gap: 10px;
  }

  .cart-step2-form .address-fillin .address-txt {
    width: 100%;
  }

  .cart-success-block .cart-success-group {
    padding: 40px 30px;
  }

  .cart-success-block .txt-box {
    width: calc(100% - 210px);
    font-size: 1rem;
  }

  .cart-success-block .qrcode-box {
    width: 210px;
  }

  .cart-success-block .qrcode-box .pic {
    width: 160px;
  }

  .cart-success-block .qrcode-box .text {
    font-size: 1rem;
    margin-top: 20px;
  }

  .cart-frequently-used-recipients-list .box {
    width: calc((100% - 30px) / 3);
  }
}

@media (max-width: 640px) {
  .cart-step-table .tbody .tr {
    width: 100%;
  }

  .cart-step-table .product figure .pic {
    width: 85px;
  }

  .cart-step-table .product .text {
    width: calc(100% - 85px);
  }

  .cart-step-block {
    margin: 20px 0;
  }

  .cart-step-block .num {
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }

  .cart-step-block .text {
    margin-left: 10px;
    font-size: 1.125rem;
  }

  .cart-form .btn-list {
    margin-top: 40px;
  }

  .cart-price-block {
    padding: 20px;
  }

  .cart-price-block {
    gap: 10px;
  }

  .cart-price-block .price-box {
    font-size: 1rem;
  }

  .modify-added-items-group {
    padding: 40px 30px 30px 30px;
  }

  .cart-step2-form .form-box .title {
    padding-left: 10px;
    width: 100px;
    min-height: initial;
    font-size: 1rem;
  }

  .cart-step2-form .form-box .content {
    width: calc(100% - 100px);
    padding: 15px;
  }

  .cart-step2-form .form-box .content .text {
    font-size: 1rem;
  }

  .cart-step2-form .address-fillin .address-select {
    width: 100%;
  }

  .cart-step2-form .address-fillin .address-select>div {
    flex-wrap: wrap;
  }

  .cart-step2-form .address-fillin .address-select select {
    width: 100%;
  }

  .cart-success-block .cart-success-group {
    padding: 30px 20px;
  }

  .cart-success-block .cart-success-content {
    flex-wrap: wrap;
    gap: 20px;
  }

  .cart-success-block .txt-box {
    width: 100%;
    padding-right: 0;
  }

  .cart-success-block .qrcode-box {
    width: 100%;
    margin: auto;
  }

  .cart-frequently-used-recipients-list {
    gap: 10px;
  }

  .cart-frequently-used-recipients-list .box {
    width: calc((100% - 10px) / 2);
  }
}

@media (max-width: 480px) {
  .cart-step-table .tbody .tr {
    padding: 0 10px 10px 10px;
  }

  .cart-step-block {
    align-items: start;
    gap: 10px 25px;
  }

  .cart-step-block .step {
    justify-content: center;
    flex-direction: column;
  }

  .cart-step-block .step:not(:last-child):after {
    display: none;
  }

  .cart-step-block .text {
    margin-left: 0;
    margin-top: 5px;
  }

  .cart-form .btn-list {
    margin-top: 30px;
  }

  .cart-form-title {
    gap: 10px;
  }

  .cart-step2-form .form-box {
    gap: 0;
  }

  .cart-step2-form .form-box .title {
    width: 100%;
    padding: 10px;
    border-right: none;
  }

  .cart-step2-form .form-box .content {
    width: 100%;
  }

  .cart-success-block {
    height: 100vh;
  }

  .cart-success-block .cart-success-group {
    height: 100%;
    transform: none;
    left: 0;
    top: 0;
  }

  .cart-success-block .cart-success-content {
    max-height: calc(100dvh - 60px);
  }

  .cart-frequently-used-recipients-block .choose-btn a {
    padding: 6px 10px;
  }

  .cart-frequently-used-recipients-list {
    gap: 5px;
  }

  .cart-frequently-used-recipients-list .box {
    width: calc((100% - 5px) / 2);
    padding: 6px 10px;
    font-size: 0.875rem;
  }

  .cart-frequently-used-recipients-list .box:after {
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
  }

  .cart-frequently-used-recipients-list .box>div:not(:last-child) {
    margin-bottom: 1px;
  }
}

.tags-block{
  width: 100%;
  color: var(--name);
  margin: 20px 0;
}
.tags-block .tag-title{
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #333;
  position: relative;
  display: flex;
}
.tags-block .tag-title:before{
  content: "";
  display: block;
  background: url(../images/icon_tag.svg) no-repeat center;
  aspect-ratio: 1/1;
  width: 24px;
  margin-right: 10px;
}
.tags-block .tag-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 35px;
  gap:10px 0;
}
.tags-block .tag-list li{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.tags-block .tag-list li:not(:last-child):after{
  content: "、";
  display: block;
}
.tags-block .tag{
  display: flex;
  text-decoration: underline;
  color: #555;
  font-weight: normal;
  font-size: 1rem;
}
.tags-block .tag:hover{
  color: var(--main);
  font-weight: bold;
}

/* 260323 */ 
.pro-freight-item{
  margin-bottom: 30px;
  border: 3px double var(--main);
  padding: 18px 20px;
  font-size: 0.9375rem;
}

.pro-freight-item ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pro-freight-item ul li{
  padding-left: 20px;
  position: relative;
}
.pro-freight-item ul li:before{
  content: "◆";
  display: block;
  position: absolute;
  left: 2px;
  top: 3px;
  font-size: 0.625rem;
  color: #8d6a71;
}
.pro-freight-item ul li span{
  font-weight: bold;
  color: var(--main);
  margin: 0 3px;
}

@media (max-width: 480px) {
  .pro-freight-item{
    padding: 15px 18px;
  }
}