@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
html body {
  font-family: "Zen Old Mincho", serif;
  color: #180c02;
  background: #f8f8f8;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
  font-weight: 500;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

.wrap-all {
  overflow-x: hidden;
  height: 100%;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

.coming-soon {
  font-size: 2em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

* {
  min-height: 0;
  min-width: 0;
}

main {
  position: relative;
}
main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/bg.png);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.75;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  transition: 1s all;
  text-shadow: rgba(74, 74, 79, 0.85) 0px 2px 7px;
  color: #fff;
}
.header.page-open {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 3px 7px 0px;
  text-shadow: none;
  background: rgba(35, 60, 119, 0.85);
}
.header.page-open nav .nav_list li a p {
  color: #e1b81b;
}
.header .menu-container {
  display: none;
}
.header__wrap {
  height: 100%;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.header__logo a img {
  width: 240px;
  filter: invert(100%);
  transition: 1s filter;
}
.header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header nav .nav_list {
  height: 100%;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 998;
}
.header nav .nav_list li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 1;
  white-space: nowrap;
}
.header nav .nav_list li a p {
  font-size: 0.8em;
  order: 2;
}
.header nav .nav_list li a span {
  font-size: 1.2em;
  order: 1;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
}

.sp-fixed-link {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header nav .nav_list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  .header nav .nav_list {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header__logo a img {
    width: 200px;
  }
}
@media screen and (max-width: 928px) {
  .header {
    text-shadow: none !important;
  }
  .header__wrap {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .header .menu-container {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  .header .menu-container .responsive_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.75s ease;
  }
  .header .menu-container .responsive_btn .menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn i {
    font-size: 32px;
    color: #233c77;
  }
  .header .menu-container .responsive_btn span {
    color: #180c02;
    font-size: 36px;
  }
  .header .menu-container .responsive_btn.menu_close {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_close.active {
    display: flex;
  }
  .header .menu-container .responsive_btn.menu_open.active {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #fff;
  }
  .header nav {
    position: fixed;
    top: 0%;
    transform: translateX(-50%);
    left: 160%;
    transition: 0.75s ease;
    width: 100vw;
    height: 102vh;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    gap: 15px;
  }
  .header nav .nav_list {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header nav .nav_list li a {
    color: #180c02 !important;
  }
  .header nav .nav_list li a span {
    font-weight: bold;
    font-size: 18px;
    color: #233c77 !important;
  }
  .header nav .nav_list li a p {
    font-size: 14px;
    color: #e1b81b !important;
  }
  .header nav .nav_list--2 {
    display: none;
    margin: 0;
    gap: 5px;
  }
  .header nav .nav_list--2 li {
    width: 210px;
    height: auto;
  }
  .header nav .nav_list--2 li a {
    flex-direction: unset;
    padding: 10px 15px;
    gap: 5px;
  }
  .header nav .nav_list--2 li a p {
    font-size: 14px;
    color: #fff !important;
  }
  .header nav .nav_list--2 li a i {
    font-size: 16px;
  }
  .header nav .nav_list--2 li a::after {
    opacity: 1;
  }
  .header nav.active {
    left: 50%;
  }
  .header.page-open .header__logo a p {
    text-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .header__wrap {
    width: calc(100% - 30px);
  }
}
#heading {
  width: 100%;
  height: 480px;
  position: relative;
}
#heading .background {
  width: 100%;
  height: 100%;
  position: relative;
}
#heading .background__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
#heading .background__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 240px;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-image: url("../../img/common/heading/heading.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
#heading .background__image--washed-roasting {
  background-image: url("../../img/common/heading/washed-roasting.jpg");
}
#heading .background__image--flow {
  background-image: url("../../img/common/heading/flow.jpg");
}
#heading .background__image--commitment {
  background-image: url("../../img/common/heading/commitment.jpg");
}
#heading .background__image--order {
  background-image: url("../../img/common/heading/order.jpg");
}
#heading .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
#heading .heading {
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
}
#heading .heading h1 {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  gap: 15px;
  font-size: 3em;
  text-shadow: rgba(100, 100, 111, 0.75) 0px 7px 14px;
}
#heading .heading h1 .en {
  order: 1;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
#heading .heading h1 .ja {
  order: 2;
  font-size: 0.4em;
  padding-left: 5px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  #heading .heading {
    width: 90%;
  }
}
.sp-fixed-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  width: 65px;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 998;
  gap: 5px;
  color: #f8f8f8;
  transition: 0.5s all;
}
.sp-fixed-link.page-open {
  opacity: 1;
}
.sp-fixed-link a {
  background-color: #233c77;
  width: 100%;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 2px solid #f8f8f8;
  border-right: none;
  font-size: 13px;
}
.sp-fixed-link a i {
  font-size: 20px;
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #f9d75f 70%, #daaf08 85%, #b67b03 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-fixed-link a:first-child i {
  font-size: 24px;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 60px;
    right: auto;
    top: auto;
    transform: unset;
    left: 0;
    bottom: 0;
    gap: 0;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    bottom: -15px;
  }
  .sp-fixed-link a {
    border: 1px solid #f8f8f8;
    border-left: none;
    border-bottom: none;
    font-weight: bold;
    aspect-ratio: unset;
    flex-direction: row;
  }
  .sp-fixed-link a i {
    padding-top: 3px;
    font-size: 1.2em;
  }
  .sp-fixed-link a:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .sp-fixed-link a {
    flex-direction: column;
  }
  .sp-fixed-link a:first-child {
    gap: 2.5px;
  }
  .sp-fixed-link a:first-child i {
    font-size: 1.5em;
    padding-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sp-fixed-link a {
    font-size: 0.9em;
  }
}
.wrap-sections {
  padding: 60px 0 120px;
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 480px) {
  .wrap-sections {
    width: 90%;
  }
}

#attention .section {
  padding: 60px 30px;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: relative;
  border: 2px solid #233c77;
}
#attention .section__title {
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 45px;
}
#attention .section__title span {
  font-size: 0.45em;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  color: #233c77;
}
#attention .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#attention .section__list {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#attention .section__list.is-show {
  opacity: 1;
  bottom: 0;
}
#attention .section__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#attention .section__list li::before {
  content: "●";
  display: block;
  font-size: 0.5em;
  padding-top: 0.8em;
}

@media screen and (max-width: 1280px) {
  .wrap-sections {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
  }
}
@media screen and (max-width: 480px) {
  #attention .section__title {
    margin-block-end: 30px;
  }
  .wrap-sections {
    row-gap: 30px;
  }
}
#cancel .section {
  padding: 60px 30px;
  background-color: #f8f8f8;
  position: relative;
}
#cancel .section__title {
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 45px;
}
#cancel .section__title span {
  font-size: 0.45em;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  color: #233c77;
}
#cancel .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#cancel .section__list {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#cancel .section__list.is-show {
  opacity: 1;
  bottom: 0;
}
#cancel .section__list .inner h3 {
  font-size: 1.2em;
}
#cancel .section::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #f9d75f 70%, #daaf08 85%, #b67b03 90% 100%);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -2;
}
#cancel .section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  #cancel .section__title {
    margin-block-end: 30px;
  }
}
form {
  width: 100%;
}
form .contact__wrap--formbox {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
form .contact__wrap--formbox--list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
form .contact__wrap--formbox--list #address-attention {
  grid-column: 2/3;
  color: red;
  margin-block-start: -10px;
}
form .contact__wrap--formbox--list--title {
  width: 270px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #233c77;
  padding: 15px;
  color: #fff;
  border-radius: 0px;
}
form .contact__wrap--formbox--list--title--auto {
  min-height: 60px;
  height: auto;
  align-items: start;
}
form .contact__wrap--formbox--list--title--auto span {
  margin-block-start: 3px;
}
form .contact__wrap--formbox--list--title span {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  font-weight: bold;
  padding: 0 5px;
  white-space: nowrap;
  border-radius: 0px;
}
form .contact__wrap--formbox--list--title span.optional {
  background-color: #fff;
  color: #233c77;
}
form .contact__wrap--formbox--list--title p {
  text-align: left;
}
form .contact__wrap--formbox--list--title p span {
  display: inline-block;
  font-size: 1em;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  white-space: unset;
  border-radius: unset;
}
form .contact__wrap--formbox--list--title.date {
  font-size: 0.9em;
}
form .contact__wrap--formbox--list--title.mail br {
  display: none;
}
form .contact__wrap--formbox--list--title.contact {
  height: auto;
  align-items: start;
}
form .contact__wrap--formbox--list--title.contact span {
  margin-block-start: 5px;
}
form .contact__wrap--formbox--list:last-child .contact__wrap--formbox--list--title {
  align-items: start;
  height: 200px;
}
form .contact__wrap--formbox--list:last-child .contact__wrap--formbox--list--title span {
  margin-block-start: 3px;
}
form .contact__wrap--formbox--list .form_contents {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 2.5px;
  align-items: center;
}
form .contact__wrap--formbox--list--contents {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
}
form .contact__wrap--formbox--list--contents input[type=text],
form .contact__wrap--formbox--list--contents input[type=email],
form .contact__wrap--formbox--list--contents input[type=tel],
form .contact__wrap--formbox--list--contents select {
  width: 100%;
  height: 60px;
  padding: 1rem;
  border: solid 1px #233c77;
  background-color: #ffffff;
  border-radius: 0px;
}
form .contact__wrap--formbox--list--contents--post-code {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
form .contact__wrap--formbox--list--contents--post-code button {
  text-align: center;
  font-size: 0.9em;
  width: 75px;
  height: 60px;
  background-color: #233c77;
  color: #fff;
}
form .contact__wrap--formbox--list--contents--post-code button:active {
  scale: 0.98;
}
form .contact__wrap--formbox--list--contents--select {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px;
}
form .contact__wrap--formbox--list--contents--select select {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
}
form .contact__wrap--formbox--list--contents--select::after {
  content: "\f078"; /* fontawesomeのアイコン表示 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  pointer-events: none;
}
form .contact__wrap--formbox--list--contents--birth {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px;
}
form .contact__wrap--formbox--list--contents--birth select {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  margin-left: 10px;
  margin-right: 5px;
}
form .contact__wrap--formbox--list--contents--birth select:first-child {
  margin-left: 0;
}
form .contact__wrap--formbox--list--contents textarea {
  border-radius: 0px;
  width: 100%;
  height: 200px;
  padding: 1rem;
  border: solid 1px #233c77;
  background-color: #ffffff;
  text-align: left;
}
form .contact__wrap--formbox--list--contents ::-moz-placeholder {
  color: #e0e0e0;
}
form .contact__wrap--formbox--list--contents ::placeholder {
  color: #e0e0e0;
}
form .contact__wrap--formbox--list--contents.wrap-check {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 7.5px;
}
form .contact__wrap--formbox--list--contents .checkbox,
form .contact__wrap--formbox--list--contents .radio {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
form .contact__wrap--formbox--list--contents .checkbox label,
form .contact__wrap--formbox--list--contents .radio label {
  white-space: nowrap;
  position: relative;
  line-height: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 7.5px;
       column-gap: 7.5px;
}
form .contact__wrap--formbox--list--contents .checkbox label::before,
form .contact__wrap--formbox--list--contents .radio label::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: #fff;
  box-shadow: #ccc 0 0 0 0.5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
form .contact__wrap--formbox--list--contents .checkbox label::after,
form .contact__wrap--formbox--list--contents .radio label::after {
  content: "";
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 7.5px;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #2196f3;
  border-radius: 50%;
  transition: all 0.3s ease;
}
form .contact__wrap--formbox--list--contents .checkbox input,
form .contact__wrap--formbox--list--contents .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .contact__wrap--formbox--list--contents .checkbox input:checked ~ label::after,
form .contact__wrap--formbox--list--contents .radio input:checked ~ label::after {
  display: block;
}
form .contact__wrap--formbox--list--contents#date-time {
  position: relative;
}
form .contact__wrap--formbox--list--contents#date-time::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  background-image: url(../../img/common/date.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
form .contact__wrap--privacy {
  margin: 60px 0 0 0;
  text-align: left;
}
form .contact__wrap--privacy h2 {
  font-size: 1.2em;
  border-bottom: solid 1px #233c77;
  margin: 0 0 30px 0;
}
form .contact__wrap--privacy h2 b {
  display: inline-block;
}
form .contact__wrap--privacy--box {
  padding: 15px 30px;
  border: solid 1px #4c4c4c;
  height: 300px;
  background-color: #fff;
  border-radius: 0px;
}
form .contact__wrap--privacy--box ul li h3 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin: 15px 0;
  padding: 0 0 5px 0;
  border-bottom: dashed 1px #f1e5d3;
}
form .contact__wrap--privacy--box ul li p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
form .contact__wrap--privacy--box ul li table caption {
  white-space: nowrap;
}
form .contact__wrap--privacy--box ul li table tbody tr th {
  width: 200px;
  height: 60px;
  background-color: #233c77;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: 1px solid #fff;
}
form .contact__wrap--privacy--box ul li table tbody tr td {
  width: calc(100% - 200px);
  height: 60px;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: 1px solid #233c77;
  border-right: 1px solid #233c77;
}
form .contact__wrap--privacy--box ul li table tbody tr:first-child {
  border-top: 1px solid #233c77;
}
form .contact__wrap--privacy--box ul li table tbody tr:last-child th {
  height: auto;
  border-bottom: 1px solid #233c77;
}
form .contact__wrap--privacy--box ul li table tbody tr:last-child td {
  height: auto;
}
form .contact__wrap--privacy--box ul li ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
form .contact__wrap--privacy--box ul li ol li::before {
  content: "(" counter(cnt) ") ";
}
form .contact__wrap--privacy--checks {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
form .contact__wrap--privacy--checks--checkbox {
  color: #595757;
}
form .contact__wrap--privacy--checks input[type=checkbox] {
  display: none;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #595757;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #595757;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}
form .contact__wrap--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
form .contact__wrap--privacy--attention {
  margin: 2rem 0;
}
form .contact__wrap--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
  text-align: center;
}
form .contact__wrap--submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
form .contact__wrap--submit--button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  padding: 15px 60px;
  background-color: #233c77;
  border: #233c77 2px solid;
  border-radius: 50px;
  transition: 0.75s;
  font-weight: bold;
  color: #fff;
}
form .contact__wrap--submit--button:hover {
  background-color: #fff;
  color: #233c77;
  transition: 0.75s;
}

.simplebar-track {
  background: #e5e5e5;
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #233c77;
  /* ここでバーの色を設定 */
}

@media screen and (max-width: 1024px) {
  form .contact__wrap--formbox--list {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }
  form .contact__wrap--formbox--list--title {
    width: 100%;
    height: 60px !important;
    align-items: center !important;
  }
  form .contact__wrap--formbox--list--title.mail, form .contact__wrap--formbox--list--title.date {
    font-size: unset;
  }
  form .contact__wrap--formbox--list--title.mail br, form .contact__wrap--formbox--list--title.date br {
    display: none;
  }
  form .contact__wrap--formbox--list--contents.wrap-check {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  form .contact__wrap--privacy--box ul li table {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody tr {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody tr th,
  form .contact__wrap--privacy--box ul li table tbody tr td {
    display: block;
    width: 100%;
    border-left: 1px solid #233c77;
  }
  form .contact__wrap--privacy--box ul li table tbody tr th {
    height: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  form .contact__wrap--privacy--box {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  form .contact__wrap--privacy--box ul li table caption {
    white-space: unset;
    display: block;
    width: 100%;
  }
}
#thanks,
#err {
  padding: 120px 0;
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}

#thanks .thanks__wrap--comment {
  margin: 4rem 0 0 0;
}
#thanks .thanks__wrap--message {
  margin: 2rem 0 0 0;
  border: solid 2px #233c77;
  padding: 2rem;
}

#err .err__wrap--comment {
  margin: 4rem 0 0 0;
}
#err .err__wrap--address {
  margin: 2rem 0 0 0;
}
#err .err__wrap--address table {
  width: 100%;
}
#err .err__wrap--address table tbody tr th {
  width: 140px;
  background-color: #233c77;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 1rem;
}
#err .err__wrap--address table tbody tr td {
  width: calc(100% - 140px);
  padding: 1rem;
  border-bottom: solid 1px #233c77;
}

@media screen and (max-width: 480px) {
  #err .err__wrap--address table tbody tr th {
    width: 90px;
  }
  #err .err__wrap--address table tbody tr td {
    width: calc(100% - 90px);
  }
}
#form {
  padding-bottom: 30px;
}
#form .section {
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  padding: 90px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 480px) {
  #form .section {
    width: 95%;
  }
}
#form .section__title {
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
}
#form .section__title span {
  font-size: 0.45em;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  color: #233c77;
}
#form .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#form .section__text {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-block-end: 60px;
  text-align: center;
}
#form .section__text span {
  display: inline-block;
}
#form .section__text .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#form .section__text .btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 2px solid #233c77;
  background-color: #233c77;
  color: #f8f8f8;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
}
#form .section__text .btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#form .section__text .btn a:hover {
  background-color: #f8f8f8;
  color: #233c77;
}
#form .section__text .btn a::after {
  content: none;
}

@media screen and (max-width: 928px) {
  #form .section {
    padding: 60px;
  }
  #form .section__title {
    margin-block-end: 45px;
  }
}
@media screen and (max-width: 600px) {
  #form .section {
    width: 90%;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 480px) {
  #form .section {
    padding: 60px 15px;
  }
}
#products {
  padding: 60px 0 120px 0;
}
#products .section {
  z-index: 99;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #products .section {
    width: 90%;
  }
}
#products .section__title {
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
}
#products .section__title span {
  font-size: 0.45em;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  color: #233c77;
}
#products .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#products .section p {
  text-align: center;
  margin-bottom: 60px;
}
#products .section #item_calc {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
#products .section .products {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#products .section .products.is-show {
  opacity: 1;
  bottom: 0;
}
#products .section .products h3 {
  margin-block-end: 30px;
  background-color: #233c77;
  padding: 5px 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  color: #f8f8f8;
  font-weight: 600;
}
#products .section .products h3::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../../img/order/list-point-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#products .section .products#cat-2 h3::before, #products .section .products#cat-4 h3::before {
  background-image: url(../../img/order/list-point-2.png);
}
#products .section .products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 45px;
  width: calc(100% - 30px);
  margin-inline: auto;
}
#products .section .products__list .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
  row-gap: 5px;
}
#products .section .products__list .item__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
#products .section .products__list .item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#products .section .products__list .item__image .luxury,
#products .section .products__list .item__image .specialty {
  display: block;
  width: 75px;
  aspect-ratio: 1/1;
  background-image: url(../../img/order/luxury.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
#products .section .products__list .item__image .luxury.specialty,
#products .section .products__list .item__image .specialty.specialty {
  width: 85px;
  background-image: url(../../img/order/specialty.png);
}
#products .section .products__list .item__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: space-between;
}
#products .section .products__list .item__name .amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 7.5px;
       column-gap: 7.5px;
}
#products .section .products__list .item__name .wrap-name {
  display: grid;
  grid-template-columns: auto 1fr;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
#products .section .products__list .item__name .wrap-name::before {
  content: "◆";
  display: block;
  font-size: 0.8em;
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #f9d75f 70%, #daaf08 85%, #b67b03 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#products .section .products__list .item .description {
  grid-row: 3/4;
}
#products .section .products__list .item .wrap-price {
  display: flex;
  flex-direction: column;
  row-gap: 2.5px;
}
#products .section .products__list .item .wrap-price li {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: end;
}
#products .section .products__list .item .wrap-price li select {
  padding: 2.5px 20px 2.5px 7.5px;
  background-color: #f8f8f8;
  border: 1.5px solid #180c02;
}
#products .section .products__list .item .wrap-price li .select-wrap {
  position: relative;
}
#products .section .products__list .item .wrap-price li .select-wrap::after {
  content: "\f078"; /* fontawesomeのアイコン表示 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 0.6em;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 56%;
  right: 17px;
  transform: translateY(-50%);
  pointer-events: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
}

.modal-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #f8f8f8;
  padding: 45px 30px 30px;
  width: 90%;
  max-width: 700px;
  border-radius: 5px;
  height: -moz-fit-content;
  height: fit-content;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
}

.close-btn:hover {
  color: #666;
}

.description {
  display: none;
}

.detail-btn {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 0;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}

.detail-btn:hover {
  background-color: #e0e0e0;
}

body.modal-open .header,
body.modal-open .sp-fixed-link {
  opacity: 0 !important;
  pointer-events: none;
}

body.modal-open {
  overflow-y: hidden;
}

.modal-content {
  max-height: 90svh;
  overflow-y: scroll;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.item__swiper01 .wrap-swiper, .item__swiper02 .wrap-swiper, .item__swiper03 .wrap-swiper, .item__swiper04 .wrap-swiper, .item__swiper05 .wrap-swiper, .item__swiper06 .wrap-swiper {
  margin: 0 auto;
  width: 100%;
}
.item__swiper01 .wrap-swiper .swiper, .item__swiper02 .wrap-swiper .swiper, .item__swiper03 .wrap-swiper .swiper, .item__swiper04 .wrap-swiper .swiper, .item__swiper05 .wrap-swiper .swiper, .item__swiper06 .wrap-swiper .swiper {
  width: 100%;
}
.item__swiper01 .wrap-swiper .swiper .swiper-slide, .item__swiper02 .wrap-swiper .swiper .swiper-slide, .item__swiper03 .wrap-swiper .swiper .swiper-slide, .item__swiper04 .wrap-swiper .swiper .swiper-slide, .item__swiper05 .wrap-swiper .swiper .swiper-slide, .item__swiper06 .wrap-swiper .swiper .swiper-slide {
  width: 100%;
}
.item__swiper01 .wrap-swiper .slider-thumbnail01,
.item__swiper01 .wrap-swiper .slider-thumbnail02,
.item__swiper01 .wrap-swiper .slider-thumbnail03,
.item__swiper01 .wrap-swiper .slider-thumbnail04,
.item__swiper01 .wrap-swiper .slider-thumbnail05,
.item__swiper01 .wrap-swiper .slider-thumbnail06, .item__swiper02 .wrap-swiper .slider-thumbnail01,
.item__swiper02 .wrap-swiper .slider-thumbnail02,
.item__swiper02 .wrap-swiper .slider-thumbnail03,
.item__swiper02 .wrap-swiper .slider-thumbnail04,
.item__swiper02 .wrap-swiper .slider-thumbnail05,
.item__swiper02 .wrap-swiper .slider-thumbnail06, .item__swiper03 .wrap-swiper .slider-thumbnail01,
.item__swiper03 .wrap-swiper .slider-thumbnail02,
.item__swiper03 .wrap-swiper .slider-thumbnail03,
.item__swiper03 .wrap-swiper .slider-thumbnail04,
.item__swiper03 .wrap-swiper .slider-thumbnail05,
.item__swiper03 .wrap-swiper .slider-thumbnail06, .item__swiper04 .wrap-swiper .slider-thumbnail01,
.item__swiper04 .wrap-swiper .slider-thumbnail02,
.item__swiper04 .wrap-swiper .slider-thumbnail03,
.item__swiper04 .wrap-swiper .slider-thumbnail04,
.item__swiper04 .wrap-swiper .slider-thumbnail05,
.item__swiper04 .wrap-swiper .slider-thumbnail06, .item__swiper05 .wrap-swiper .slider-thumbnail01,
.item__swiper05 .wrap-swiper .slider-thumbnail02,
.item__swiper05 .wrap-swiper .slider-thumbnail03,
.item__swiper05 .wrap-swiper .slider-thumbnail04,
.item__swiper05 .wrap-swiper .slider-thumbnail05,
.item__swiper05 .wrap-swiper .slider-thumbnail06, .item__swiper06 .wrap-swiper .slider-thumbnail01,
.item__swiper06 .wrap-swiper .slider-thumbnail02,
.item__swiper06 .wrap-swiper .slider-thumbnail03,
.item__swiper06 .wrap-swiper .slider-thumbnail04,
.item__swiper06 .wrap-swiper .slider-thumbnail05,
.item__swiper06 .wrap-swiper .slider-thumbnail06 {
  display: none;
  margin-top: 5px;
}
.item__swiper01 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper02 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper03 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper04 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper05 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper06 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail06 .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.item__swiper01 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper02 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper03 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper04 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper05 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper06 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail06 .swiper-wrapper {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.item__swiper01 .wrap-swiper .swiper-button-next,
.item__swiper01 .wrap-swiper .swiper-button-prev, .item__swiper02 .wrap-swiper .swiper-button-next,
.item__swiper02 .wrap-swiper .swiper-button-prev, .item__swiper03 .wrap-swiper .swiper-button-next,
.item__swiper03 .wrap-swiper .swiper-button-prev, .item__swiper04 .wrap-swiper .swiper-button-next,
.item__swiper04 .wrap-swiper .swiper-button-prev, .item__swiper05 .wrap-swiper .swiper-button-next,
.item__swiper05 .wrap-swiper .swiper-button-prev, .item__swiper06 .wrap-swiper .swiper-button-next,
.item__swiper06 .wrap-swiper .swiper-button-prev {
  width: 30px !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  background-color: #233c77 !important;
}
.item__swiper01 .wrap-swiper .swiper-button-next:after,
.item__swiper01 .wrap-swiper .swiper-button-prev:after, .item__swiper02 .wrap-swiper .swiper-button-next:after,
.item__swiper02 .wrap-swiper .swiper-button-prev:after, .item__swiper03 .wrap-swiper .swiper-button-next:after,
.item__swiper03 .wrap-swiper .swiper-button-prev:after, .item__swiper04 .wrap-swiper .swiper-button-next:after,
.item__swiper04 .wrap-swiper .swiper-button-prev:after, .item__swiper05 .wrap-swiper .swiper-button-next:after,
.item__swiper05 .wrap-swiper .swiper-button-prev:after, .item__swiper06 .wrap-swiper .swiper-button-next:after,
.item__swiper06 .wrap-swiper .swiper-button-prev:after {
  color: #fff !important;
  font-size: 22px !important;
}
.item__image {
  width: 100%;
}
.item__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1280px) {
  #products .section .products__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #products .section .products__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #products {
    padding: 30px 0 90px;
  }
  #products .section__title {
    margin-block-end: 30px;
  }
  #products .section .products__list .item__image .luxury {
    width: 65px;
  }
}
#info {
  padding: 120px 0;
  position: relative;
}
#info .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 480px) {
  #info .section {
    width: 95%;
  }
}
#info .section::after {
  content: "";
  display: block;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #f9d75f 70%, #daaf08 85%, #b67b03 90% 100%);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -2;
}
#info .section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}
#info .section__title {
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
}
#info .section__title span {
  font-size: 0.45em;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  color: #233c77;
}
#info .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#info .section__text {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  line-height: 2.4;
  text-align: center;
  margin-block-end: 45px;
}
#info .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#info .section__text span {
  display: inline-block;
}
#info .section__list {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#info .section__list.is-show {
  opacity: 1;
  bottom: 0;
}
#info .section__list .inner {
  width: -moz-fit-content;
  width: fit-content;
}
#info .section__list .inner a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 2px solid #233c77;
  background-color: #233c77;
  color: #f8f8f8;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
}
#info .section__list .inner a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#info .section__list .inner a:hover {
  background-color: #f8f8f8;
  color: #233c77;
}
#info .section__list .inner a::after {
  content: none !important;
}
#info .section__list .inner:last-child {
  width: -moz-fit-content;
  width: fit-content;
}
#info .section__list .inner:last-child a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 2px solid #233c77;
  background-color: #f8f8f8;
  color: #233c77;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
}
#info .section__list .inner:last-child a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#info .section__list .inner:last-child a:hover {
  background-color: #233c77;
  color: #f8f8f8;
}

@media screen and (max-width: 928px) {
  #info .section__list {
    flex-direction: column;
  }
  #info .section__list .inner a {
    width: 290px !important;
    height: 50px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  #info .section {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #info {
    padding: 90px 0;
  }
  #info .section {
    padding: 45px 15px;
  }
  #info .section__title {
    margin-block-end: 30px;
  }
  #info .section__text {
    text-align: left;
    margin-block-end: 30px;
  }
  #info .section__text span {
    display: inline;
  }
  #info .section__list {
    row-gap: 5px;
    width: 100%;
  }
  #info .section__list .inner {
    width: 100% !important;
    max-width: 280px;
  }
  #info .section__list .inner a {
    width: 100% !important;
    height: 50px;
    padding: 15px 0;
  }
}
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #233c77 !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 6px 10px -6px rgba(75, 74, 74, 0.3764705882);
}
#page-top a i {
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #f9d75f 70%, #daaf08 85%, #b67b03 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-top a::after {
  content: "";
  display: block;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 50%;
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #f9d75f 70%, #daaf08 85%, #b67b03 90% 100%);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@media screen and (max-width: 928px) {
  #page-top {
    bottom: 65px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer__wrap {
  position: relative;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 80%;
  padding: 75px 0 30px;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 5px;
}
.footer__logo {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 180px;
}
.footer__logo img {
  width: 100%;
}
.footer__address {
  display: flex;
  align-items: end;
  margin-block-end: 15px;
}
.footer__address span {
  display: inline-block;
}
.footer__tel {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__tel a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 2px solid #233c77;
  background-color: #233c77;
  color: #f8f8f8;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
}
.footer__tel a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
.footer__tel a:hover {
  background-color: #f8f8f8;
  color: #233c77;
}
.footer__tel a {
  font-size: 1.1em;
}
.footer__tel a::after {
  content: none;
}
.footer__nav {
  grid-column: 1/3;
  margin-block-start: 30px;
  max-width: 480px;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 5px;
}
.footer__nav ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 0.9em;
}
.footer__nav ul li a i {
  padding-top: 2px;
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #f9d75f 70%, #daaf08 85%, #b67b03 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__copy {
  position: relative;
  z-index: 3;
  padding: 10px 0;
  background-color: #233c77;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
.footer::before {
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  background-image: linear-gradient(0deg, rgba(35, 60, 119, 0.3), rgba(35, 60, 119, 0.5) 25%, rgba(35, 60, 119, 0.9));
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
.footer::after {
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  background-image: url(../../img/common/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 83%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

@media screen and (max-width: 928px) {
  .footer {
    padding-bottom: 60px;
  }
  .footer__wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer__copy {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    text-align: center;
  }
  .footer__nav {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .footer__wrap {
    width: 90%;
    max-width: unset;
  }
}/*# sourceMappingURL=style.css.map */