/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
}
body.about-page #footer .top-btn a:hover .arrow {
  background-color: #fff;
}
body.about-page #footer .top-btn a:hover .arrow::before {
  background-color: #fff;
}
body.about-page #footer .top-btn a:hover p {
  color: #fff;
}
body {
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
body.active {
  overflow: hidden;
}

main {
  overflow: hidden;
  position: relative;
}
main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
main.active {
  filter: blur(1px);
}
main.active::before {
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

section {
  padding: 60px 0 80px 0;
}

h1, h2, h3, h4, p {
  margin: 0;
  color: #0F0F0F;
}

h1 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 800;
  font-style: normal;
}

h3 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  transition: all 0.3s ease;
  color: #0F0F0F;
}
a:hover {
  text-decoration: none;
}

.size-14 {
  font-size: 14px;
}

.size-18 {
  font-size: 16px;
}

.color-red {
  color: #B60018;
}

.op-0 {
  opacity: 0;
}

.front-section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.front-section-title h2 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.front-section-title p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.front-section-title span {
  width: 80px;
  height: 3px;
  display: block;
  margin: 10px auto;
}
.front-section-title span .border {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
}
.front-section-title span .border::before, .front-section-title span .border::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
}
.front-section-title span .border::before {
  background: #B60018;
  left: 0;
}
.front-section-title span .border::after {
  background: #0F0F0F;
  right: 0;
}

.link-btn a {
  font-size: 18px;
  border: 1px solid #0F0F0F;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link-btn a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #0F0F0F;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.link-btn a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid transparent;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) translateX(5px) rotate(45deg);
  transition: all 0.3s ease;
}
.link-btn a:hover {
  border-color: #B60018;
  color: #B60018;
}
.link-btn a:hover::before {
  background: #B60018;
  transform: translateY(-50%) translateX(5px);
}
.link-btn a:hover::after {
  border-top: 1px solid #B60018;
  transform: translateY(-50%) translateX(5px) rotate(45deg);
  right: -8px;
}

#page-mv {
  padding-top: 120px;
}

.page-mv {
  position: relative;
}
.page-mv .title {
  text-align: center;
}
.page-mv .title h1 {
  font-size: 28px;
}
.page-mv .title span {
  width: 80px;
  height: 3px;
  display: block;
  margin: 10px auto;
}
.page-mv .title span .border {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
}
.page-mv .title span .border::before, .page-mv .title span .border::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
}
.page-mv .title span .border::before {
  background: #B60018;
  left: 0;
}
.page-mv .title span .border::after {
  background: #0F0F0F;
  right: 0;
}
.page-mv .title h3 {
  color: #B60018;
}
.page-mv .img {
  display: flex;
  justify-content: space-between;
}
.page-mv .img img {
  max-width: 470px;
}

.wp-pagenavi {
  text-align: center;
  max-width: 800px;
  margin: 80px auto 0 auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 24px;
  padding: 5px;
  margin: 0 6px;
  color: #000;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  color: #B60018;
}
.wp-pagenavi span.current {
  color: #B60018;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  color: transparent !important;
  position: relative;
  margin: 0 20px;
}
.wp-pagenavi .nextpostslink:hover::before, .wp-pagenavi .previouspostslink:hover::before {
  background: #B60018;
}
.wp-pagenavi .nextpostslink::before, .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/arrow-icon-black.svg");
          mask-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/arrow-icon-black.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0F0F0F;
}
.wp-pagenavi .previouspostslink::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

#privacy-wrap {
  padding: 0;
}
#privacy-wrap .uk-section-large .privacy-header {
  margin-bottom: 50px;
}
#privacy-wrap .uk-section-large .privacy-header h1 {
  margin-bottom: 20px;
  color: #0F0F0F;
}
#privacy-wrap .uk-section-large .privacy-top {
  margin-bottom: 30px;
}
#privacy-wrap .uk-section-large .privacy-top h2 {
  color: #0F0F0F;
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block {
  margin-bottom: 30px;
}
#privacy-wrap .uk-section-large .privacy-block h3 {
  color: #0F0F0F;
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block p {
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block a {
  overflow-wrap: break-word;
}
#privacy-wrap .uk-section-large .disclaim-top h2 {
  color: #0F0F0F;
  margin-bottom: 10px;
}

#header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  height: 56px;
}
#header .section-wrap {
  height: 100%;
}
#header .section-wrap .uk-flex {
  height: 100%;
}
#header .section-wrap .uk-flex .flex-item:first-child {
  padding-left: 20px;
  width: 70%;
}
#header .section-wrap .uk-flex .flex-item:first-child a {
  display: block;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) {
  width: 100%;
  height: 100%;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li a {
  color: #0F0F0F;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li a:hover {
  color: #B60018;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.online-shop {
  height: 100%;
  margin-left: 30px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.online-shop a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  color: #fff;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.online-shop a::before {
  content: "";
  position: absolute;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/header-online-shop-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 30px);
  height: 100%;
  top: 0;
  left: -30px;
  z-index: -1;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.online-shop a::after {
  content: "";
  position: absolute;
  width: calc(100% + 45px);
  height: 100%;
  top: 0;
  right: calc(-100% - 45px);
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/header-online-shop-deco.webp");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  z-index: -1;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.online-shop a:hover::after {
  right: 0;
}
#header .section-wrap .uk-flex .flex-item:last-child .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .section-wrap .uk-flex .flex-item:last-child .logo {
  font-size: 24px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_hidden {
  display: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 56px;
  height: 56px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open::before {
  content: "";
  position: absolute;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/header-sp-btn-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 10px);
  height: 100%;
  top: 0;
  left: -10px;
  z-index: -1;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span {
  top: 50%;
  transform: translateY(-50%);
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before {
  bottom: 8px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  top: 8px;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content {
  width: 60%;
  position: fixed;
  top: 56px;
  right: -60%;
  z-index: 99;
  transition: 0.5s;
  overflow: scroll;
  padding-bottom: 100px;
  height: calc(100% - 100px);
}
#header .section-wrap .uk-flex .flex-item:last-child ul.nav_list {
  list-style: none;
  padding: 40px 20px;
  background: #0F0F0F;
}
#header .section-wrap .uk-flex .flex-item:last-child li.nav_item {
  padding: 10px 0;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .uk-flex .flex-item:last-child .banner a.experience {
  background: #953C48;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .uk-flex .flex-item:last-child .banner a.shop {
  background: #fff;
  color: #0F0F0F;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#header .section-wrap .uk-flex .flex-item:last-child .banner a.shop::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/shop-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content {
  right: 0;
  overflow: scroll;
}

#footer {
  background: #0F0F0F;
  position: relative;
  padding: 20px 0;
  padding-bottom: 30px;
}
#footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: -30px;
  left: 0;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/footer-border.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#footer p, #footer a {
  color: #fff;
}
#footer .section-wrap .uk-flex.main .flex-item p.address {
  margin-top: 50px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer .section-wrap .uk-flex.main .flex-item .uk-flex.nav {
  gap: 60px;
}
#footer .section-wrap .uk-flex.main .flex-item .uk-flex.nav .flex-item ul li {
  padding-bottom: 20px;
}
#footer .section-wrap .uk-flex.main .flex-item .uk-flex.nav .flex-item ul li a {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid transparent;
}
#footer .section-wrap .uk-flex.main .flex-item .uk-flex.nav .flex-item ul li a:hover {
  border-color: #fff;
}
#footer .section-wrap .uk-flex.main .flex-item .sns-link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 20px;
}
#footer .section-wrap .uk-flex.main .flex-item .sns-link a {
  width: 40px;
}
#footer .section-wrap .uk-flex.main .flex-item .sns-link a img {
  width: 100%;
}
#footer .section-wrap p.copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer .top-btn {
  position: absolute;
  top: -70px;
  right: 0px;
}
#footer .top-btn a {
  display: grid;
}
#footer .top-btn a svg {
  display: none;
}
#footer .top-btn a .arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 25px;
  margin-right: 29px;
  background-color: #000000;
  margin: 0 auto;
  transform: translateY(-15px);
  transition: all 0.3s ease;
}
#footer .top-btn a .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  width: 2px;
  height: 10px;
  border-top-left-radius: 50%;
  background-color: #000000;
  transform: rotate(-45deg);
  transform-origin: 50% 2px;
  transition: all 0.3s ease;
}
#footer .top-btn a p {
  color: #0F0F0F;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#footer .top-btn a:hover .arrow {
  transform: translateY(-20px);
  background-color: #B60018;
}
#footer .top-btn a:hover .arrow::before {
  background-color: #B60018;
}
#footer .top-btn a:hover p {
  color: #B60018;
}

#front-mv {
  padding: 0;
  height: 100vh;
}
#front-mv .section-wrap {
  height: 100%;
}
#front-mv .uk-position-relative {
  height: 100%;
}
#front-mv .uk-position-relative .uk-slideshow-items {
  height: 100%;
  pointer-events: none;
}
#front-mv .uk-position-relative .uk-slideshow-items img {
  -o-object-position: center;
     object-position: center;
}
#front-mv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#front-mv .title h1 {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  text-align: center;
}
#front-mv .title span.size-28 {
  font-size: 28px;
}
#front-mv .btn-wrap {
  position: absolute;
  bottom: 60px;
  right: 60px;
  display: grid;
  gap: 30px;
}
#front-mv .btn-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: 1px solid #fff;
  border-radius: 50%;
}
#front-mv .btn-wrap a p {
  color: #fff;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-mv .btn-wrap a img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
#front-mv .scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
}
#front-mv .scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 40px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-mv .scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#front-mv .scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 80px;
  background: #fff;
}
#front-mv .sp-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease;
}
#front-mv .sp-banner.hidden {
  opacity: 0;
  pointer-events: none;
}
#front-mv .sp-banner .uk-flex .access {
  border: 2px solid #953C48;
  background: #fff;
}
#front-mv .sp-banner .uk-flex .access a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #953C48;
  padding: 5px 0;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#front-mv .sp-banner .uk-flex .access a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/access-icon-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
#front-mv .sp-banner .uk-flex .experience {
  background: #953C48;
  border: 2px solid transparent;
}
#front-mv .sp-banner .uk-flex .experience a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px 0;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#front-mv .sp-banner .uk-flex .experience a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/reservation-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#front-instagram {
  background: #777777;
}
#front-instagram .uk-flex .flex-item {
  width: -moz-fit-content;
  width: fit-content;
}
#front-instagram .uk-flex .flex-item:last-child {
  width: 80%;
}
#front-instagram .uk-flex .flex-item .sbi {
  padding: 0 !important;
}
#front-instagram .uk-flex .flex-item .front-section-title {
  text-align: left;
  margin: 0;
}
#front-instagram .uk-flex .flex-item .front-section-title h2, #front-instagram .uk-flex .flex-item .front-section-title p {
  color: #fff;
}
#front-instagram .uk-flex .flex-item .front-section-title span {
  margin: 10px 0;
}

#front-news .section-wrap .news-list .uk-position-relative .uk-slideshow-items {
  aspect-ratio: 11/11 !important;
  min-width: unset !important;
  width: 80%;
  margin: 0 auto;
}
#front-news .section-wrap .news-list .uk-position-relative .uk-slider-items .item {
  width: 80%;
}
#front-news .section-wrap .news-list .uk-position-relative a.uk-position-center-left, #front-news .section-wrap .news-list .uk-position-relative a.uk-position-center-right {
  width: 50px;
  right: -15px;
  top: 30%;
}
#front-news .section-wrap .news-list .uk-position-relative a.uk-position-center-left svg, #front-news .section-wrap .news-list .uk-position-relative a.uk-position-center-right svg {
  display: none;
}
#front-news .section-wrap .news-list .uk-position-relative a.uk-position-center-left {
  left: -15px;
  right: unset;
}
#front-news .section-wrap .news-list .uk-position-relative a.uk-position-center-right img {
  transform: scale(-1, 1);
}
#front-news .section-wrap .news-data p.day {
  color: #B60018;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#front-news .section-wrap .news-data p.cat {
  border: 1px solid #0F0F0F;
  padding: 0px 5px;
  margin-left: 10px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#front-news .section-wrap .link-btn a {
  margin: 0 auto;
}

#front-shop {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/front/shop/front-shop-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
#front-shop .section-wrap .deco-1, #front-shop .section-wrap .deco-2 {
  position: absolute;
}
#front-shop .section-wrap .deco-1 {
  top: 0;
  left: 0;
  max-width: 100px;
}
#front-shop .section-wrap .deco-2 {
  top: 460px;
  right: -29px;
  max-width: 100px;
}
#front-shop .section-wrap p.text-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#front-shop .section-wrap .shop-content {
  position: relative;
}
#front-shop .section-wrap .shop-content .uk-flex .flex-item:last-child {
  width: 50%;
  margin-left: auto;
}
#front-shop .section-wrap .shop-content .uk-flex .flex-item:last-child .shop-item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 40px;
  margin-bottom: 20px;
}
#front-shop .section-wrap .shop-content .uk-flex .flex-item:last-child .shop-item h3 {
  margin-bottom: 10px;
}
#front-shop .section-wrap .shop-content .uk-flex .flex-item:last-child .shop-item h3 span {
  color: #B60018;
}
#front-shop .section-wrap .shop-content .uk-flex .flex-item .link-btn {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}

#front-experience .section-wrap .deco-title {
  position: relative;
}
#front-experience .section-wrap .deco-title .deco-1, #front-experience .section-wrap .deco-title .deco-2 {
  position: absolute;
}
#front-experience .section-wrap .deco-title .deco-1 {
  max-width: 150px;
  top: 0;
  left: -50px;
}
#front-experience .section-wrap .deco-title .deco-2 {
  max-width: 130px;
  bottom: 0;
  right: -30px;
}
#front-experience .section-wrap p.text-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  text-align: left;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#front-experience .section-wrap .experience-content {
  margin-top: 20px;
}
#front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item {
  width: 50%;
  height: 100%;
}
#front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child {
  margin-top: -70px;
  position: relative;
}
#front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #B60018;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
}
#front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child {
  padding-left: 20px;
}
#front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child h2 {
  margin-bottom: 20px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child h2::first-letter {
  font-size: 32px;
  color: #B60018;
}
#front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child .link-btn {
  margin-top: 20px;
}

#front-kawatsura {
  background: #953C48;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1:first-child .front-section-title {
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1:first-child .front-section-title h2, #front-kawatsura .section-wrap .uk-grid .uk-width-1-1:first-child .front-section-title p {
  color: #fff;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1:first-child .front-section-title span {
  margin: 10px 0;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1:first-child .front-section-title span .border::before {
  background: #fff;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 p.text {
  margin-top: 40px;
  color: #fff;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap {
  margin-top: 60px;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a:hover img.icon {
  transform: rotate(15deg);
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a:hover img.arrow {
  transform: translateX(10px);
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a .front-section-title h2 {
  font-size: 25px;
  color: #B60018;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a .front-section-title p {
  font-size: 12px;
  color: #B60018;
}
#front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a .front-section-title span {
  margin: 5px auto;
}
#front-kawatsura .section-wrap .link-btn {
  margin: 0 auto;
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
#front-kawatsura .section-wrap .link-btn a {
  color: #fff;
  border-color: #fff;
}
#front-kawatsura .section-wrap .link-btn a::before {
  background: #fff;
}
#front-kawatsura .section-wrap .link-btn a:hover {
  color: #0F0F0F;
  border-color: #0F0F0F;
}
#front-kawatsura .section-wrap .link-btn a:hover::before {
  background: #0F0F0F;
}
#front-kawatsura .section-wrap .link-btn a:hover::after {
  border-color: #0F0F0F;
}

#front-brand {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/front/brand/front-brand-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#front-brand .section-wrap .front-section-title h2, #front-brand .section-wrap .front-section-title p {
  color: #fff;
}
#front-brand .section-wrap .front-section-title span .border::after {
  background: #fff;
}
#front-brand .section-wrap .brand-content {
  margin-top: 40px;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item {
  width: 35%;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child {
  width: 50%;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child h1 {
  color: #fff;
  font-size: 48px;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child h1::first-letter {
  color: #B60018;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child h3 {
  color: #fff;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child h3 span {
  color: #B60018;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child .link-btn a {
  color: #fff;
  border-color: #fff;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child .link-btn a::before {
  background: #fff;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child .link-btn a:hover {
  color: #B60018;
  border-color: #B60018;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child .link-btn a:hover::before {
  background: #B60018;
}
#front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child .link-btn a:hover::after {
  border-color: #B60018;
}

#front-access {
  padding-bottom: 130px;
}
#front-access .section-wrap .uk-grid {
  margin-bottom: 60px;
}
#front-access .section-wrap .uk-grid .uk-width-1-1 .front-section-title {
  text-align: left;
  margin: 0;
}
#front-access .section-wrap .uk-grid .uk-width-1-1 .front-section-title h2, #front-access .section-wrap .uk-grid .uk-width-1-1 .front-section-title p {
  color: #0F0F0F;
}
#front-access .section-wrap .uk-grid .uk-width-1-1 .front-section-title span {
  margin: 10px 0;
}
#front-access .section-wrap .uk-grid .uk-width-1-1 ul.access-list li {
  border-bottom: 1px solid #B60018;
  padding: 20px 0;
}
#front-access .section-wrap .uk-grid .uk-width-1-1 ul.access-list li p {
  width: 20%;
  color: #B60018;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#front-access .section-wrap .uk-grid .uk-width-1-1 ul.access-list li p:last-child {
  width: 75%;
  color: #0F0F0F;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#front-access .section-wrap .catalog-wrap {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}
#front-access .section-wrap .catalog-wrap a {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
#front-access .section-wrap .catalog-wrap a:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

#archive-news {
  padding-bottom: 130px;
  padding-top: 0;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item {
  width: 25%;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 75%;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .category-box .title {
  background: #000;
  width: -moz-fit-content;
  width: fit-content;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .category-box .title h4 {
  color: #fff;
  padding: 10px 20px;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .category-box ul {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-top: 20px;
  display: grid;
  gap: 10px;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .category-box ul li.active a {
  color: #B60018;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .category-box ul li a {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .category-box ul li a:hover {
  color: #B60018;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .news-list ul li {
  border-bottom: 1px solid #B60018;
  padding: 20px 0;
  position: relative;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .news-list ul li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-mask-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/arrow-icon-black.svg");
          mask-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/arrow-icon-black.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #0F0F0F;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .news-list ul li:hover::before {
  background: #B60018;
  transform: translateY(-50%) translateX(5px);
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a .data-cat {
  margin-bottom: 10px;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a .data-cat p.date {
  color: #B60018;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#archive-news .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a .data-cat span.cat {
  border: 1px solid #0F0F0F;
  padding: 0 10px;
  margin-left: 10px;
  text-decoration: none;
  color: #000;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#single-news {
  padding-bottom: 130px;
  padding-top: 0;
}
#single-news .section-wrap .single-box .date-cat {
  margin-bottom: 20px;
}
#single-news .section-wrap .single-box .date-cat p.date {
  color: #B60018;
  font-size: 18px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#single-news .section-wrap .single-box .date-cat p.cat {
  border: 1px solid #0F0F0F;
  padding: 0 10px;
  margin-left: 10px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#single-news .section-wrap .single-box .content {
  margin: 30px 0;
  margin-bottom: 60px;
}

#history-wrap {
  padding: 0;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/history/history-wrap-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#history-wrap #history-list {
  padding-bottom: 130px;
}
#history-wrap #history-list .section-wrap .list .history-item {
  padding-bottom: 50px;
}
#history-wrap #history-list .section-wrap .list .history-item:last-child {
  padding-bottom: 0;
}
#history-wrap #history-list .section-wrap .list .history-item:last-child .uk-flex .flex-item:first-child::before {
  content: none;
}
#history-wrap #history-list .section-wrap .list .uk-flex {
  margin-bottom: 20px;
}
#history-wrap #history-list .section-wrap .list .uk-flex.main:last-child .flex-item:first-child::before {
  content: none;
}
#history-wrap #history-list .section-wrap .list .uk-flex .flex-item {
  width: 115px;
}
#history-wrap #history-list .section-wrap .list .uk-flex .flex-item:first-child {
  position: relative;
  z-index: 1;
}
#history-wrap #history-list .section-wrap .list .uk-flex .flex-item:first-child::before {
  content: none;
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #B60018;
  transform: translateX(-50%);
  z-index: -1;
}
#history-wrap #history-list .section-wrap .list .uk-flex .flex-item:last-child {
  width: 70%;
  margin-left: 20px;
}
#history-wrap #history-list .section-wrap .list .uk-flex .flex-item .year-title {
  margin-bottom: 20px;
}
#history-wrap #history-list .section-wrap .list .uk-flex .flex-item .year-title h1 {
  color: #B60018;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 5px;
}
#history-wrap #history-list .section-wrap .list .uk-flex .flex-item p.text {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
#history-wrap #history-list .section-wrap .list .text-sp p.text {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
#about-title .section-wrap {
  position: relative;
}
#about-title .section-wrap .deco-1, #about-title .section-wrap .deco-2 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 370px;
}
#about-title .section-wrap .deco-2 {
  left: unset;
  right: 0;
}
#about-title .section-wrap .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
#about-title .section-wrap .title::before {
  content: none;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/about/about-title-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#about-title .section-wrap .title h3 {
  line-height: 34px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#about-about {
  padding: 0;
}
#about-about .section-wrap {
  padding: 60px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#about-about .section-wrap:nth-child(2n) .lead-box .uk-flex {
  flex-direction: row-reverse;
}
#about-about .section-wrap .title-box {
  text-align: center;
  display: grid;
  gap: 15px;
}
#about-about .section-wrap .title-box h1 {
  color: #B60018;
}
#about-about .section-wrap .title-box p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#about-about .section-wrap .lead-box {
  position: relative;
}
#about-about .section-wrap .lead-box .uk-flex .flex-item:first-child {
  width: 45%;
}
#about-about .section-wrap .lead-box .uk-flex .flex-item:last-child {
  margin: 0 auto;
  width: 50%;
  position: relative;
}
#about-about .section-wrap .lead-box .uk-flex .flex-item:last-child h3 {
  color: #B60018;
  margin-bottom: 20px;
}
#about-about .section-wrap .lead-box .uk-flex .flex-item .deco-1, #about-about .section-wrap .lead-box .uk-flex .flex-item .deco-2 {
  position: absolute;
}
#about-about .section-wrap .lead-box .uk-flex .flex-item .deco-1 {
  top: -25px;
  left: -25px;
  max-width: 100px;
}
#about-about .section-wrap .lead-box .uk-flex .flex-item .deco-2 {
  bottom: -40px;
  right: -40px;
  max-width: 100px;
}

#about-origin {
  padding: 0;
}
#about-origin .section-wrap .cover {
  position: relative;
}
#about-origin .section-wrap .cover .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
#about-origin .section-wrap .cover .title h2 {
  line-height: 60px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#about-barewood {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/about/about-barewood-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#about-barewood .section-wrap .title {
  text-align: center;
}
#about-barewood .section-wrap .barewood-content {
  margin-top: 50px;
  position: relative;
}
#about-barewood .section-wrap .barewood-content .deco-1, #about-barewood .section-wrap .barewood-content .deco-2, #about-barewood .section-wrap .barewood-content .deco-3, #about-barewood .section-wrap .barewood-content .deco-4 {
  position: absolute;
  max-width: 230px;
}
#about-barewood .section-wrap .barewood-content .deco-1 {
  top: 0;
  left: 0;
}
#about-barewood .section-wrap .barewood-content .deco-2 {
  bottom: 300px;
  left: 0;
}
#about-barewood .section-wrap .barewood-content .deco-3 {
  top: 200px;
  right: 0;
}
#about-barewood .section-wrap .barewood-content .deco-4 {
  bottom: 0;
  right: 0;
}
#about-barewood .section-wrap .barewood-content .flow-box .uk-flex {
  padding-bottom: 65px;
}
#about-barewood .section-wrap .barewood-content .flow-box .uk-flex:last-child {
  padding: 0;
}
#about-barewood .section-wrap .barewood-content .flow-box .uk-flex:last-child .flex-item:first-child::before {
  content: none;
}
#about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item {
  width: 30%;
}
#about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:first-child {
  background: #B55461;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:first-child::before {
  content: none;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/triangle-arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:first-child h3 {
  color: #fff;
}
#about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:last-child {
  width: 63%;
}
#about-vessel .section-wrap .title, #about-care .section-wrap .title {
  text-align: center;
  position: relative;
}
#about-vessel .section-wrap .title p, #about-care .section-wrap .title p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#about-vessel .section-wrap .title h2, #about-care .section-wrap .title h2 {
  color: #B60018;
  margin-bottom: 20px;
}
#about-vessel .section-wrap .title .deco-1, #about-vessel .section-wrap .title .deco-2, #about-care .section-wrap .title .deco-1, #about-care .section-wrap .title .deco-2 {
  position: absolute;
  max-width: 430px;
}
#about-vessel .section-wrap .title .deco-1, #about-care .section-wrap .title .deco-1 {
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}
#about-vessel .section-wrap .title .deco-2, #about-care .section-wrap .title .deco-2 {
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
#about-vessel .section-wrap .content, #about-care .section-wrap .content {
  margin-top: 40px;
}
#about-vessel .section-wrap .content .uk-flex .flex-item, #about-care .section-wrap .content .uk-flex .flex-item {
  width: 45%;
}
#about-vessel .section-wrap .content .uk-flex .flex-item:last-child, #about-care .section-wrap .content .uk-flex .flex-item:last-child {
  width: 50%;
}
#about-vessel .section-wrap .content .uk-flex .flex-item:last-child h3, #about-care .section-wrap .content .uk-flex .flex-item:last-child h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #B60018;
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#about-vessel .section-wrap .content.sub .uk-flex .flex-item, #about-care .section-wrap .content.sub .uk-flex .flex-item {
  width: 45%;
}
#about-vessel .section-wrap .content.sub .uk-flex .flex-item h3, #about-care .section-wrap .content.sub .uk-flex .flex-item h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #B60018;
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#about-care {
  background: #FDFDF7;
}

#about-brand {
  background: #953C48;
  padding-bottom: 130px;
}
#about-brand .section-wrap .title {
  text-align: center;
  margin-bottom: 60px;
}
#about-brand .section-wrap .title h2, #about-brand .section-wrap .title p {
  color: #fff;
}
#about-brand .section-wrap .title h2 {
  margin-bottom: 20px;
}
#about-brand .section-wrap .title p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#about-brand .section-wrap .tel-box {
  background: #fff;
  border-radius: 6px;
  width: auto;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 20px;
  margin-top: 80px;
}
#about-brand .section-wrap .tel-box p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#about-brand .section-wrap .tel-box p.time {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#about-brand .section-wrap .tel-box p.holyday {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#about-brand .section-wrap .tel-box .uk-flex {
  justify-content: center;
  align-items: center;
}
#about-brand .section-wrap .tel-box .uk-flex p {
  border: 1px solid #B60018;
  color: #B60018;
  height: 100%;
  padding: 0 10px;
  height: auto;
}
#about-brand .section-wrap .tel-box .uk-flex h3 {
  color: #B60018;
  margin-left: 10px;
}
#about-brand .section-wrap .contact-box {
  text-align: center;
  margin-top: 60px;
}
#about-brand .section-wrap .contact-box p {
  color: #fff;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#about-brand .section-wrap .contact-box .link-btn {
  margin-top: 40px;
}
#about-brand .section-wrap .contact-box .link-btn a {
  margin: 0 auto;
  color: #fff;
  border-color: #fff;
}
#about-brand .section-wrap .contact-box .link-btn a::before {
  background: #fff;
}
#about-brand .section-wrap .contact-box .link-btn a:hover::after {
  border-color: #fff;
}

#shop-wrap {
  padding: 0;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/shop/shop-wrap-bg-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#shop-wrap #shop-title .section-wrap {
  position: relative;
}
#shop-wrap #shop-title .section-wrap .deco-1 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 380px;
}
#shop-wrap #shop-title .section-wrap .deco-2 {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 380px;
}
#shop-wrap #shop-title .section-wrap .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
#shop-wrap #shop-title .section-wrap .title h3 {
  line-height: 50px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#shop-wrap #shop-corner {
  position: relative;
}
#shop-wrap #shop-corner .section-wrap {
  position: relative;
}
#shop-wrap #shop-corner .section-wrap.history-corner .deco {
  top: -60px;
  left: 0;
  right: unset;
  max-width: 120px;
}
#shop-wrap #shop-corner .section-wrap.history-corner .flex-box .uk-flex:first-child .flex-item:last-child .text-box {
  width: 60%;
  margin: unset;
  margin-top: 100px;
  margin-left: auto;
}
#shop-wrap #shop-corner .section-wrap.history-corner .flex-box.sp .content-box.bg {
  margin-bottom: 0;
}
#shop-wrap #shop-corner .section-wrap.history-corner .flex-box.sp .content-box img {
  margin-left: unset !important;
}
#shop-wrap #shop-corner .section-wrap.history-corner .flex-box.sp .content-box .text-box {
  margin-left: auto !important;
}
#shop-wrap #shop-corner .section-wrap .deco {
  position: absolute;
  top: 360px;
  right: -30px;
  max-width: 110px;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:first-child .flex-item:first-child {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:first-child .flex-item:last-child .text-box h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #B60018;
  width: -moz-fit-content;
  width: fit-content;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:first-child .flex-item:last-child .text-box p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:first-child {
  margin-top: -130px;
  width: 55%;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:last-child {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:last-child::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: calc(100% + 40px);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: -1;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:last-child .text-box {
  padding: 0;
  margin-top: 0;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex .flex-item {
  width: 50%;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex .flex-item .text-box {
  width: 70%;
  margin: 0 auto;
  margin-top: 100px;
}
#shop-wrap #shop-corner .section-wrap .flex-box .uk-flex .flex-item .text-box h3 {
  margin-bottom: 20px;
}
#shop-wrap #shop-corner .section-wrap .flex-box.sp .content-box {
  margin-bottom: 60px;
}
#shop-wrap #shop-corner .section-wrap .flex-box.sp .content-box .text-box {
  margin-top: 40px;
}
#shop-wrap #shop-corner .section-wrap .flex-box.sp .content-box .text-box h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #B60018;
}
#shop-wrap #shop-corner .section-wrap .flex-box.sp .content-box.bg img {
  width: 95%;
  display: block;
  margin-left: auto;
}
#shop-wrap #shop-corner .section-wrap .flex-box.sp .content-box.bg .text-box {
  position: relative;
  z-index: 1;
  width: 95%;
  padding: 20px 0;
  margin: 0;
  margin-top: -20px;
}
#shop-wrap #shop-corner .section-wrap .flex-box.sp .content-box.bg .text-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

#shop-experience {
  padding-top: 60px;
}
#shop-experience .section-wrap .deco-title {
  position: relative;
  margin-bottom: 40px;
}
#shop-experience .section-wrap .deco-title .deco-1, #shop-experience .section-wrap .deco-title .deco-2 {
  position: absolute;
}
#shop-experience .section-wrap .deco-title .deco-1 {
  max-width: 150px;
  top: -20px;
  left: -70px;
}
#shop-experience .section-wrap .deco-title .deco-2 {
  max-width: 130px;
  top: 10px;
  right: -30px;
}
#shop-experience .section-wrap .deco-title .title {
  text-align: center;
}
#shop-experience .section-wrap .deco-title .title h2 {
  margin-bottom: 20px;
}
#shop-experience .section-wrap .deco-title .title p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#shop-experience .section-wrap .experience-content .experience-content {
  position: relative;
  margin-bottom: 150px;
  scroll-margin-top: 200px;
}
#shop-experience .section-wrap .experience-content .experience-content:last-child {
  margin-bottom: 0;
}
#shop-experience .section-wrap .experience-content .experience-content:last-child .deco-1 {
  max-width: 160px;
  left: 0;
  right: unset;
  top: 0;
}
#shop-experience .section-wrap .experience-content .experience-content:last-child .deco-2 {
  right: 0;
  left: unset;
  bottom: unset;
  top: 0;
}
#shop-experience .section-wrap .experience-content .experience-content:last-child .uk-grid {
  flex-direction: row-reverse;
}
#shop-experience .section-wrap .experience-content .experience-content:last-child .uk-grid .item .deco-3 {
  max-width: 140px;
  left: -60px;
  bottom: 0;
  top: unset;
}
#shop-experience .section-wrap .experience-content .experience-content .deco-1, #shop-experience .section-wrap .experience-content .experience-content .deco-2 {
  position: absolute;
}
#shop-experience .section-wrap .experience-content .experience-content .deco-1 {
  max-width: 300px;
  bottom: 0;
  right: 0;
}
#shop-experience .section-wrap .experience-content .experience-content .deco-2 {
  max-width: 380px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid {
  gap: 20px 0;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .deco-3 {
  position: absolute;
  top: 0;
  right: -25px;
  max-width: 55px;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #B60018;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item h1::first-letter {
  font-size: 56px;
  color: #B60018;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item p.info {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .link-btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .link-btn::after {
  position: absolute;
  content: "";
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/link-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .link-btn:hover::after {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/link-icon-red.png");
}
#shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .link-btn a {
  padding-right: 40px;
}

#shop-media {
  background: #FCEDEF;
  position: relative;
  z-index: 1;
}
#shop-media::before {
  content: "";
  position: absolute;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/shop/shop-media-bg-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#shop-media .section-wrap .title {
  text-align: center;
  margin-bottom: 40px;
}
#shop-media .section-wrap .title h2 {
  margin-bottom: 20px;
}
#shop-media .section-wrap .title p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#shop-media .section-wrap .slider .uk-slider-items .item .iframe-wrap {
  position: relative;
}
#shop-media .section-wrap .slider .uk-slider-items .item .iframe-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
#shop-media .section-wrap .slider .uk-slider-items .item .iframe-wrap.active::before {
  width: 30%;
}
#shop-media .section-wrap .slider .uk-slider-items .item .iframe-wrap.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
#shop-media .section-wrap .slider .uk-slider-items .item .iframe-wrap.active iframe {
  pointer-events: auto;
}
#shop-media .section-wrap .slider .uk-slider-items .item iframe {
  width: revert-layer;
  pointer-events: none;
}
#shop-media .section-wrap .slider ul li a {
  background: #777777;
}
#shop-media .section-wrap .slider ul li.uk-active a {
  background: #B60018;
}

#shop-access {
  padding-bottom: 130px;
}
#shop-access .section-wrap .access-content .title {
  text-align: center;
  margin-bottom: 40px;
}
#shop-access .section-wrap .access-content .title h2 {
  margin-bottom: 20px;
}
#shop-access .section-wrap .access-content .title p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#outline-title {
  background: #FAFADF;
  padding: 40px 0;
  margin-top: 40px;
}
#outline-title .title {
  text-align: center;
}
#outline-title .title h2 {
  color: #B60018;
  margin-bottom: 30px;
}
#outline-title .title h3 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
}

#outline-about {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/outline/outline-about-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
#outline-about .section-wrap .section-nav .uk-grid {
  gap: 20px 0;
}
#outline-about .section-wrap .section-nav .uk-grid .item a {
  font-size: 18px;
  color: #0F0F0F;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 180px;
  border-bottom: 2px solid #0F0F0F;
  margin: 0 auto;
}
#outline-about .section-wrap .section-nav .uk-grid .item a::after {
  content: "";
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/nav-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 10px;
}
#outline-about .section-wrap .outline-about-content {
  position: relative;
  margin-top: 80px;
}
#outline-about .section-wrap .outline-about-content::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 400px;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/outline/outline-about-deco.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
#outline-about .section-wrap .outline-about-content .item h2 {
  margin-bottom: 20px;
  line-height: 56px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#outline-about .section-wrap .outline-overview-content {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
  margin-top: 60px;
  border-radius: 6px;
}
#outline-about .section-wrap .outline-overview-content h2 {
  text-align: center;
}
#outline-about .section-wrap .outline-overview-content ul {
  margin-top: 10px;
}
#outline-about .section-wrap .outline-overview-content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #B60018;
}
#outline-about .section-wrap .outline-overview-content ul li p.title {
  width: 20%;
  color: #B60018;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#outline-history {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/outline/outline-history-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#outline-history .section-wrap .about-history-content h2 {
  text-align: center;
}
#outline-history .section-wrap .about-history-content ul {
  margin-top: 40px;
}
#outline-history .section-wrap .about-history-content ul li {
  padding: 20px;
}
#outline-history .section-wrap .about-history-content ul li:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}
#outline-history .section-wrap .about-history-content ul li p.year {
  width: 20%;
  color: #B60018;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#outline-environment {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/outline/outline-environment-bg-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#outline-environment .section-wrap .title {
  text-align: center;
}
#outline-environment .section-wrap .title h3 {
  color: #fff;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#outline-work {
  background: #953C48;
}
#outline-work .section-wrap .outline-mark {
  width: auto;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
#outline-work .section-wrap .outline-mark .uk-flex .flex-item {
  width: 15%;
}
#outline-work .section-wrap .outline-mark .uk-flex .flex-item:last-child {
  width: 80%;
}
#outline-work .section-wrap .outline-mark .uk-flex .flex-item h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #B60018;
}
#outline-work .section-wrap .outline-work-content {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#outline-work .section-wrap .outline-work-content .uk-flex .flex-item {
  width: 60%;
}
#outline-work .section-wrap .outline-work-content .uk-flex .flex-item:last-child {
  width: 30%;
}
#outline-work .section-wrap .outline-work-content .uk-flex .flex-item h3 {
  color: #B60018;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #B60018;
}
#outline-work .section-wrap .outline-work-content .uk-flex .flex-item p {
  margin-bottom: 30px;
}

#outline-member {
  padding-bottom: 130px;
}
#outline-member .section-wrap .outline-member-content .outline-member-title {
  text-align: center;
}
#outline-member .section-wrap .outline-member-content .outline-member-title h2 {
  margin-bottom: 20px;
}
#outline-member .section-wrap .outline-member-content .outline-member-list {
  margin-top: 50px;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid {
  gap: 50px 0;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item .type-box p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item span.border {
  width: 100%;
  height: 3px;
  display: block;
  margin: 10px 0;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item span .border {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item span .border::before, #outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item span .border::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item span .border::before {
  background: #B60018;
  left: 0;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item span .border::after {
  background: #0F0F0F;
  right: 0;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item .url-box {
  margin-top: 20px;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item .url-box p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #953C48;
  border: 1px solid #953C48;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item .url-box p a::after {
  content: "";
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/link-icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  filter: invert(1);
  margin-left: 10px;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item .url-box p a {
  transition: all 0.3s ease;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item .url-box p a:hover {
  background: #fff;
  color: #953C48;
}
#outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item .url-box p a:hover::after {
  filter: none;
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/link-icon-red.png");
}

#original-brand-iburiwanko {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/originalbrand/originalbrand-iburiwanko-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#original-brand-iburiwanko .section-wrap .iburiwanko-title {
  text-align: center;
  margin-bottom: 40px;
}
#original-brand-iburiwanko .section-wrap .iburiwanko-title h1 {
  margin-bottom: 10px;
  color: #fff;
}
#original-brand-iburiwanko .section-wrap .iburiwanko-title h1::first-letter {
  color: #B60018;
}
#original-brand-iburiwanko .section-wrap .iburiwanko-title h3 {
  color: #fff;
}
#original-brand-iburiwanko .section-wrap p {
  color: #fff;
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#original-brand-list .section-wrap .list {
  margin-top: 60px;
}
#original-brand-list .section-wrap .list .uk-grid {
  gap: 50px 0;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item .img-box {
  margin-bottom: 20px;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item .type-box {
  margin-bottom: 10px;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item .type-box h3 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item .price-box {
  margin-bottom: 10px;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item .price-box p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item span.border {
  width: 80px;
  height: 3px;
  display: block;
  margin: 10px 0;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item span .border {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item span .border::before, #original-brand-list .section-wrap .list .uk-grid .contents-list-item span .border::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item span .border::before {
  background: #B60018;
  left: 0;
}
#original-brand-list .section-wrap .list .uk-grid .contents-list-item span .border::after {
  background: #0F0F0F;
  right: 0;
}

#modal-close-outside .uk-modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
}
#modal-close-outside .uk-modal-dialog span.border {
  width: 80px;
  height: 3px;
  display: block;
  margin: 10px 0;
}
#modal-close-outside .uk-modal-dialog span .border {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
}
#modal-close-outside .uk-modal-dialog span .border::before, #modal-close-outside .uk-modal-dialog span .border::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
}
#modal-close-outside .uk-modal-dialog span .border::before {
  background: #B60018;
  left: 0;
}
#modal-close-outside .uk-modal-dialog span .border::after {
  background: #0F0F0F;
  right: 0;
}

#original-brand-hall {
  background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/originalbrand/originalbrand-hall-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 200px;
}
#original-brand-hall .deco-1, #original-brand-hall .deco-2 {
  position: absolute;
}
#original-brand-hall .deco-1 {
  max-width: 250px;
  top: 0;
  left: 0;
}
#original-brand-hall .deco-2 {
  max-width: 250px;
  bottom: 180px;
  right: -20px;
}
#original-brand-hall .section-wrap .uk-grid {
  position: relative;
  z-index: 1;
}
#original-brand-hall .section-wrap .uk-grid .item:last-child {
  display: none;
}
#original-brand-hall .section-wrap .uk-grid .item h2 {
  margin-bottom: 20px;
}
#original-brand-hall .section-wrap .uk-grid .item p {
  margin-bottom: 40px;
}

#contact-form {
  padding-top: 0;
  padding-bottom: 130px;
}
#contact-form .section-wrap .warning-box {
  width: auto;
  margin: 0 auto;
  background: #F8F8E7;
  padding: 40px 15px;
  border-radius: 6px;
  box-sizing: border-box;
}
#contact-form .section-wrap .warning-box h3 {
  color: #B60018;
  text-align: center;
  margin-bottom: 40px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#contact-form .section-wrap .form-container {
  max-width: 590px;
  margin: 0 auto;
  margin-top: 60px;
}
#contact-form .section-wrap .form-container .uk-form-label {
  font-size: 16px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#contact-form .section-wrap .form-container .uk-form-controls {
  width: calc(100% - 160px);
  max-width: 360px;
}
#contact-form .section-wrap .form-container .uk-form-controls input, #contact-form .section-wrap .form-container .uk-form-controls textarea, #contact-form .section-wrap .form-container .uk-form-controls select {
  border-radius: 5px;
  border: 1px solid #0F0F0F;
  color: #333333;
}
#contact-form .section-wrap .form-container .uk-form-controls .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 14px;
}
#contact-form .section-wrap .form-container .uk-margin {
  margin-bottom: 40px;
}
#contact-form .section-wrap .form-container .uk-margin .uk-flex {
  justify-content: space-between;
}
#contact-form .section-wrap .form-container .accept {
  margin: 50px 0;
}
#contact-form .section-wrap .form-container .accept p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#contact-form .section-wrap .form-container .accept a {
  border-bottom: 1px solid #0F0F0F;
}
#contact-form .section-wrap .form-container .morebtn {
  padding-right: 0;
  border: 1px solid #0F0F0F;
  position: relative;
  max-width: 160px;
  height: 40px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#contact-form .section-wrap .form-container .morebtn::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #0F0F0F;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#contact-form .section-wrap .form-container .morebtn::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid transparent;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) translateX(5px) rotate(45deg);
  transition: all 0.3s ease;
}
#contact-form .section-wrap .form-container .morebtn:hover {
  border-color: #B60018;
  color: #B60018;
}
#contact-form .section-wrap .form-container .morebtn:hover::before {
  background: #B60018;
  transform: translateY(-50%) translateX(5px);
}
#contact-form .section-wrap .form-container .morebtn:hover::after {
  border-top: 1px solid #B60018;
  transform: translateY(-50%) translateX(5px) rotate(45deg);
  right: -8px;
}
#contact-form .section-wrap .form-container .morebtn:hover input {
  color: #B60018;
  -webkit-text-fill-color: #B60018;
}
#contact-form .section-wrap .form-container .morebtn p {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#contact-form .section-wrap .form-container .morebtn input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #0F0F0F;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-appearance: none;
  -webkit-text-fill-color: #0F0F0F;
}
#contact-form .section-wrap .form-container .morebtn input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #0F0F0F;
  -webkit-text-fill-color: #0F0F0F;
}
#contact-form .section-wrap .form-container .morebtn .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  section {
    padding: 120px 0;
  }
  .size-18 {
    font-size: 18px;
  }
  .size-26 {
    font-size: 26px;
  }
  .size-28 {
    font-size: 28px;
  }
  .size-30 {
    font-size: 30px;
  }
  .size-36 {
    font-size: 36px;
  }
  .size-48 {
    font-size: 48px;
  }
  .size-52 {
    font-size: 52px;
  }
  .size-56 {
    font-size: 56px;
  }
  .link-btn a {
    width: 200px;
    padding: 5px 20px;
  }
  #page-mv {
    padding-top: 200px;
  }
  .page-mv .title h1 {
    font-size: 44px;
  }
  #privacy-wrap {
    padding: 40px 0;
  }
  #header {
    height: 80px;
  }
  #header .section-wrap .uk-flex .flex-item {
    width: 30%;
  }
  #header .section-wrap .uk-flex .flex-item:first-child {
    padding-left: 40px;
  }
  #header .section-wrap .uk-flex .flex-item:first-child a {
    width: 300px;
  }
  #footer {
    padding: 60px 0;
  }
  #footer::before {
    height: 70px;
    top: -70px;
  }
  #footer .section-wrap .uk-flex.main .flex-item .sns-link {
    margin-left: auto;
  }
  #footer .section-wrap .uk-flex.main .flex-item .sns-link a {
    width: 30px;
  }
  #footer .top-btn {
    top: -130px;
    right: 80px;
  }
  #footer .top-btn a .arrow {
    height: 30px;
  }
  #footer .top-btn a p {
    font-size: 18px;
  }
  #front-mv .uk-position-relative .uk-slideshow-items img {
    -o-object-position: unset;
       object-position: unset;
  }
  #front-news .section-wrap .news-data {
    margin-bottom: 10px;
  }
  #front-shop {
    padding: 150px 0;
  }
  #front-shop .section-wrap .deco-1 {
    max-width: 300px;
  }
  #front-shop .section-wrap .deco-2 {
    max-width: 300px;
    top: 120px;
    right: -100px;
  }
  #front-shop .section-wrap .shop-content .uk-flex .flex-item:first-child {
    position: absolute;
    left: 0;
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
  }
  #front-experience .section-wrap .deco-title .deco-1 {
    max-width: 327px;
    top: 0;
    left: 200px;
  }
  #front-experience .section-wrap .deco-title .deco-2 {
    max-width: 327px;
    bottom: 0;
    right: 200px;
  }
  #front-experience .section-wrap p.text-box {
    text-align: center;
  }
  #front-experience .section-wrap .experience-content {
    margin-top: 120px;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child h2::first-letter {
    font-size: 40px;
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex {
    gap: 60px;
  }
  #front-brand .section-wrap .brand-content {
    margin-top: 80px;
  }
  #front-access {
    padding-bottom: 200px;
  }
  #front-access .section-wrap .catalog-wrap {
    margin-top: 160px;
    gap: 50px;
  }
  #archive-news {
    padding-bottom: 200px;
  }
  #archive-news .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a .data-cat {
    margin-bottom: 0;
  }
  #archive-news .section-wrap .flex-box .uk-flex .flex-item .news-list ul li a p.title {
    width: 90%;
  }
  #single-news {
    padding-bottom: 200px;
  }
  #history-wrap #history-list {
    padding-bottom: 200px;
  }
  #history-wrap #history-list .section-wrap .list {
    width: 90%;
    margin: 0 auto;
  }
  #history-wrap #history-list .section-wrap .list .history-item {
    padding-bottom: 70px;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex {
    margin-bottom: 0;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item {
    width: 25%;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item:first-child::before {
    content: "";
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item:last-child {
    width: 75%;
    margin-left: 20px;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item .year-title h1 {
    font-size: 52px;
    margin-bottom: 0;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item .year-title h2 {
    margin-left: 20px;
  }
  #about-title {
    padding-top: 0;
  }
  #about-title .section-wrap .title h3 {
    line-height: 64px;
  }
  #about-about .section-wrap {
    padding: 100px 0;
    padding-bottom: 80px;
    background-size: 100% 100%;
  }
  #about-about .section-wrap:nth-child(2n) .lead-box {
    padding-left: 100px;
    padding-right: 0;
  }
  #about-about .section-wrap .lead-box {
    padding-right: 100px;
    margin-top: 50px;
  }
  #about-about .section-wrap .lead-box .uk-flex .flex-item .deco-1 {
    top: -80px;
    left: -50px;
    max-width: 160px;
  }
  #about-about .section-wrap .lead-box .uk-flex .flex-item .deco-2 {
    bottom: -60px;
    right: -80px;
    max-width: 160px;
  }
  #about-origin .section-wrap .cover .title {
    padding: 40px 60px;
    width: -moz-max-content;
    width: max-content;
  }
  #about-barewood .section-wrap .barewood-content .flow-box {
    width: 55%;
    margin: 0 auto;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:first-child::before {
    content: "";
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:last-child {
    margin-left: 30px;
  }
  #about-vessel .section-wrap .content, #about-care .section-wrap .content {
    margin-top: 80px;
  }
  #about-vessel .section-wrap .content .uk-flex, #about-care .section-wrap .content .uk-flex {
    width: 85%;
    margin: 0 auto;
  }
  #about-brand {
    padding-bottom: 200px;
  }
  #about-brand .section-wrap {
    width: 90%;
    margin: 0 auto;
  }
  #about-brand .section-wrap .tel-box {
    width: 70%;
    padding: 20px 0;
  }
  #shop-wrap {
    background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/shop/shop-wrap-bg.webp");
    background-size: 100% 55%;
  }
  #shop-wrap #shop-title {
    padding-top: 0;
  }
  #shop-wrap #shop-corner .section-wrap.history-corner {
    padding: 200px 0;
    background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/shop/shop-wrap-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #shop-wrap #shop-corner .section-wrap.history-corner .deco {
    top: 10px;
    left: 0;
    right: unset;
    max-width: 340px;
  }
  #shop-wrap #shop-corner .section-wrap .deco {
    top: -50px;
    right: -160px;
    max-width: 320px;
  }
  #shop-wrap #shop-corner .section-wrap .flex-box.sp .content-box .text-box {
    margin-top: 20px;
  }
  #shop-experience .section-wrap .deco-title {
    margin-bottom: 80px;
  }
  #shop-experience .section-wrap .deco-title .deco-1 {
    max-width: 327px;
    top: 0;
    left: 200px;
  }
  #shop-experience .section-wrap .deco-title .deco-2 {
    max-width: 327px;
    bottom: 0;
    right: 200px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid {
    width: 90%;
    margin: 0 auto;
    gap: 0;
  }
  #shop-media::before {
    background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/shop/shop-media-bg.webp");
  }
  #shop-media .section-wrap .title {
    margin-bottom: 80px;
  }
  #shop-media .section-wrap .slider .uk-slider-items .item {
    transition: transform 0.4s ease;
    transform: scale(0.85);
  }
  #shop-media .section-wrap .slider .uk-slider-items .item.uk-slide-active {
    transform: scale(1);
  }
  #shop-access {
    padding-bottom: 200px;
  }
  #shop-access .section-wrap .access-content {
    width: 90%;
    margin: 0 auto;
  }
  #shop-access .section-wrap .access-content .title {
    margin-bottom: 80px;
  }
  #outline-title {
    padding: 100px 0;
    margin-top: 0;
  }
  #outline-about {
    padding-bottom: 160px;
  }
  #outline-about .section-wrap .section-nav .uk-grid {
    gap: 0;
  }
  #outline-about .section-wrap .section-nav .uk-grid .item a {
    font-size: 28px;
  }
  #outline-about .section-wrap .outline-about-content {
    margin-top: 110px;
  }
  #outline-about .section-wrap .outline-about-content .item {
    width: 60%;
    margin: 0 auto;
  }
  #outline-about .section-wrap .outline-overview-content {
    margin-top: 170px;
    width: 45%;
    padding: 100px;
  }
  #outline-about .section-wrap .outline-overview-content ul {
    margin-top: 60px;
  }
  #outline-history .section-wrap .about-history-content {
    width: 60%;
    margin: 0 auto;
  }
  #outline-history .section-wrap .about-history-content ul {
    margin-top: 60px;
  }
  #outline-environment {
    background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/outline/outline-environment-bg.webp");
  }
  #outline-environment .section-wrap .title h3 {
    line-height: 64px;
  }
  #outline-work .section-wrap .outline-mark {
    margin-bottom: 100px;
    padding: 60px 100px;
  }
  #outline-work .section-wrap .outline-work-content {
    padding: 60px 90px;
  }
  #outline-member {
    padding-bottom: 200px;
  }
  #outline-member .section-wrap .outline-member-content .outline-member-list {
    margin-top: 120px;
  }
  #outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid {
    gap: 100px 0;
  }
  #outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item span.border {
    width: 200px;
  }
  #original-brand-list .section-wrap .banner {
    width: 90%;
    margin: 0 auto;
  }
  #original-brand-list .section-wrap .list {
    margin-top: 120px;
  }
  #original-brand-list .section-wrap .list .uk-grid {
    gap: 100px 0;
  }
  #original-brand-list .section-wrap .list .uk-grid .contents-list-item .text-box p br:nth-child(2) {
    display: none;
  }
  #original-brand-hall .section-wrap .uk-grid .item:first-child {
    margin-top: 60px;
  }
  #original-brand-hall .section-wrap .uk-grid .item:last-child {
    display: block;
  }
  #contact-form {
    padding-bottom: 200px;
  }
  #contact-form .section-wrap .warning-box {
    width: 90%;
    padding: 60px;
  }
  #contact-form .section-wrap .form-container {
    margin-top: 100px;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .flex-sp {
    display: block !important;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  #page-mv {
    padding-bottom: 0;
  }
  .page-mv .title h3 {
    font-size: 18px;
  }
  #privacy-wrap .uk-section-large .privacy-header h1 {
    font-size: 32px;
  }
  #footer .section-wrap .uk-flex.main .flex-item img {
    max-width: 250px;
  }
  #front-mv {
    height: 600px;
  }
  #front-mv .title h1 {
    font-size: 30px;
  }
  #front-instagram {
    padding: 30px 0;
  }
  #front-shop .section-wrap .shop-content .uk-flex .flex-item .link-btn {
    margin: 0 auto;
    margin-top: 40px;
  }
  #front-experience .section-wrap .experience-content .uk-grid {
    gap: 60px 0;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex {
    justify-content: space-between;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child {
    margin-top: 0;
    margin-left: -50px;
    z-index: 1;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child::before {
    content: none;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child {
    width: 65% !important;
    position: relative;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child::before {
    content: "";
    position: absolute;
    width: calc(100% + 15px);
    height: 3px;
    background: #B60018;
    top: 50px;
    left: -15px;
    transform: translateY(-50%);
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1:first-child iframe {
    height: 200px;
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex {
    justify-content: space-between;
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a {
    width: 150px;
    height: 150px;
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a img {
    max-width: 30px;
    max-height: 30px;
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a .front-section-title h2 {
    font-size: 18px;
  }
  #front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child h3 {
    font-size: 16px;
  }
  #front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child p {
    margin-bottom: 30px;
  }
  #front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child .link-btn a {
    margin: 0 auto;
  }
  #front-access .section-wrap .uk-grid .uk-width-1-1 ul.access-list li p {
    width: 25%;
  }
  #archive-news .section-wrap .flex-box .uk-flex .flex-item .category-box .title h4 {
    font-size: 16px;
  }
  #history-wrap #history-list .section-wrap .list .history-item:last-child::before {
    content: none;
  }
  #history-wrap #history-list .section-wrap .list .history-item {
    position: relative;
  }
  #history-wrap #history-list .section-wrap .list .history-item::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 10px;
    height: 100%;
    width: 2px;
    background-color: #B60018;
    z-index: 0;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item .year-title h2 {
    font-size: 22px;
  }
  #about-title .section-wrap .title h3 {
    font-size: 16px;
  }
  #about-about .section-wrap .title-box h1 {
    font-size: 48px;
  }
  #about-about .section-wrap .title-box h2 {
    font-size: 28px;
  }
  #about-about .section-wrap .title-box p {
    text-align: left;
  }
  #about-origin {
    height: 35vh;
  }
  #about-origin .section-wrap {
    height: 100%;
  }
  #about-origin .section-wrap .cover {
    height: 100%;
  }
  #about-origin .section-wrap .cover img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about-origin .section-wrap .cover .title {
    width: -moz-max-content;
    width: max-content;
  }
  #about-origin .section-wrap .cover .title h2 {
    font-size: 22px;
    line-height: 42px;
  }
  #about-origin .section-wrap .cover .title span.size-28 {
    font-size: 20px;
  }
  #about-origin .section-wrap .cover .title span.size-26 {
    font-size: 18px;
  }
  #about-barewood .section-wrap .title h2 {
    font-size: 28px;
  }
  #about-barewood .section-wrap .barewood-content .deco-1, #about-barewood .section-wrap .barewood-content .deco-2, #about-barewood .section-wrap .barewood-content .deco-3, #about-barewood .section-wrap .barewood-content .deco-4 {
    max-width: 110px;
    z-index: 1;
  }
  #about-barewood .section-wrap .barewood-content .deco-1 {
    top: -50px;
    left: -50px;
  }
  #about-barewood .section-wrap .barewood-content .deco-2 {
    bottom: 530px;
    left: -50px;
  }
  #about-barewood .section-wrap .barewood-content .deco-3 {
    top: 570px;
    right: -50px;
  }
  #about-barewood .section-wrap .barewood-content .deco-4 {
    bottom: 140px;
    right: -50px;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex {
    position: relative;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/triangle-arrow.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex:last-child::before {
    content: none;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item {
    margin: 0 !important;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:first-child {
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:last-child {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #about-vessel, #about-care {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #about-vessel .section-wrap .title p, #about-care .section-wrap .title p {
    text-align: left;
  }
  #about-vessel .section-wrap .title h2, #about-care .section-wrap .title h2 {
    font-size: 28px;
  }
  #about-vessel .section-wrap .content .uk-flex .flex-item:first-child h3, #about-care .section-wrap .content .uk-flex .flex-item:first-child h3 {
    font-size: 24px;
  }
  #about-vessel .section-wrap .content .uk-flex .flex-item:last-child h3, #about-care .section-wrap .content .uk-flex .flex-item:last-child h3 {
    font-size: 24px;
  }
  #about-care .section-wrap .content .uk-flex {
    display: grid;
  }
  #about-care .section-wrap .content .uk-flex .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  #about-care .section-wrap .content .uk-flex .flex-item:first-child {
    order: -1;
  }
  #about-brand .section-wrap .title p {
    text-align: left;
  }
  #about-brand .section-wrap .tel-box .uk-flex p {
    font-size: 19px;
    padding: 0 3px;
  }
  #about-brand .section-wrap .tel-box .uk-flex h3 {
    font-size: 32px;
  }
  #about-brand .section-wrap .contact-box p {
    text-align: left;
  }
  #shop-wrap #shop-title .section-wrap .title h3 {
    font-size: 16px;
    line-height: 32px;
  }
  #shop-wrap #shop-corner {
    padding: 0;
    padding-bottom: 80px;
  }
  #shop-experience .section-wrap .deco-title .title p {
    text-align: left;
  }
  #shop-experience .section-wrap .experience-content .experience-content {
    margin-bottom: 80px;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .deco-1 {
    max-width: 71px;
    height: -moz-fit-content;
    height: fit-content;
    top: 190px;
    left: -15px;
    z-index: 1;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .deco-2 {
    z-index: 1;
    top: 20px;
    right: -30px;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .uk-grid .item .deco-3 {
    max-width: 70px;
    left: unset;
    right: -20px;
    bottom: -250px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .deco-1 {
    max-width: 140px;
    bottom: 50px;
    right: -35px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .deco-2 {
    max-width: 130px;
    left: -50px;
    bottom: -50px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .deco-3 {
    max-width: 30px;
    right: unset;
    left: 10px;
    top: 180px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item h1 {
    font-size: 28px;
    padding-left: 20px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item h1::first-letter {
    font-size: 36px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item p.info {
    margin-top: 20px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .link-btn {
    margin: 0 auto;
    margin-top: 40px;
  }
  #shop-media .section-wrap .title p {
    text-align: left;
  }
  #shop-media .section-wrap .slider .uk-slider-items .item {
    width: 75%;
  }
  #shop-media .section-wrap .slider .uk-slider-items .item iframe {
    width: 100%;
    height: 150px;
  }
  #outline-title .title h3 {
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  #outline-about .section-wrap .outline-about-content::before {
    width: 160px;
    height: 120px;
    top: 25%;
    left: -100px;
  }
  #outline-about .section-wrap .outline-about-content .item h2 {
    font-size: 22px;
    width: 85%;
    margin-left: auto;
    line-height: 42px;
  }
  #outline-about .section-wrap .outline-about-content .item h2 span.size-30 {
    font-size: 20px;
  }
  #outline-about .section-wrap .outline-about-content .item h2 span.size-28 {
    font-size: 18px;
  }
  #outline-about .section-wrap .outline-overview-content ul li p.title {
    width: 30%;
  }
  #outline-about .section-wrap .outline-overview-content ul li p.text {
    width: 70%;
  }
  #outline-history .section-wrap .about-history-content ul li p.year {
    width: 30%;
  }
  #outline-history .section-wrap .about-history-content ul li p.text {
    width: 70%;
  }
  #outline-environment {
    padding: 40px 0;
  }
  #outline-environment .section-wrap .title h3 {
    font-size: 16px;
    line-height: 34px;
  }
  #outline-work .section-wrap .outline-mark .uk-flex .flex-item:first-child {
    width: 100% !important;
    margin: 0 auto;
    max-width: 100px;
  }
  #outline-work .section-wrap .outline-mark .uk-flex .flex-item h3 {
    font-size: 24px;
    text-align: center;
  }
  #outline-work .section-wrap .outline-work-content .uk-flex {
    display: grid;
  }
  #outline-work .section-wrap .outline-work-content .uk-flex .flex-item {
    width: auto;
    margin: 20px 0;
  }
  #outline-work .section-wrap .outline-work-content .uk-flex .flex-item:last-child {
    order: -1;
    width: 100%;
    height: 160px;
    max-width: 300px;
    overflow: hidden;
    margin: 0 auto;
  }
  #outline-work .section-wrap .outline-work-content .uk-flex .flex-item h3 {
    font-size: 24px;
    text-align: center;
  }
  #outline-work .section-wrap .outline-work-content .uk-flex .flex-item .link-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item h3 {
    font-size: 18px;
  }
  #original-brand-iburiwanko {
    margin-top: 60px;
  }
  #original-brand-iburiwanko .section-wrap .iburiwanko-title h3 {
    font-size: 16px;
  }
  #original-brand-list {
    padding-top: 40px;
  }
  #original-brand-list .section-wrap .list .uk-grid .contents-list-item .type-box h3 {
    font-size: 18px;
  }
  #original-brand-hall {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #original-brand-hall .deco-1 {
    max-width: 100px;
  }
  #original-brand-hall .deco-2 {
    max-width: 100px;
    right: -50px;
    top: 40%;
    bottom: unset;
    transform: translateY(-50%);
  }
  #original-brand-hall .section-wrap .uk-grid .item h2 {
    font-size: 28px;
    text-align: center;
  }
  #original-brand-hall .section-wrap .uk-grid .item .link-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #contact-form {
    padding-top: 60px;
  }
  #contact-form .section-wrap .form-container {
    max-width: 290px;
  }
  #contact-form .section-wrap .form-container .uk-form-controls {
    width: 100%;
  }
  #contact-form .section-wrap .form-container .uk-margin {
    margin-bottom: 20px;
  }
  #contact-form .section-wrap .form-container .uk-margin .uk-flex {
    gap: 10px;
    flex-direction: column;
  }
  #contact-form .section-wrap .form-container .accept {
    margin: 30px 0;
    text-align: left !important;
  }
  #contact-form .section-wrap .form-container .accept .wpcf7-list-item {
    margin: 0 !important;
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  p {
    font-size: 16px;
  }
  .flex-sp {
    display: block !important;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  #page-mv {
    padding-bottom: 0;
  }
  #front-experience .section-wrap .experience-content .uk-grid {
    gap: 40px 0;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex {
    justify-content: space-between;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child {
    margin-top: 0;
    margin-left: -50px;
    z-index: 1;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child::before {
    content: none;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child {
    width: 65% !important;
    position: relative;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child::before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 3px;
    background: #B60018;
    top: 50px;
    left: -30px;
    transform: translateY(-50%);
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex {
    justify-content: space-around;
  }
  #front-brand .section-wrap .brand-content .uk-flex .flex-item:last-child .link-btn a {
    margin: 0 auto;
  }
  #archive-news .section-wrap .flex-box .uk-flex .flex-item .category-box .title h4 {
    font-size: 16px;
  }
  #history-wrap #history-list .section-wrap .list .history-item:last-child::before {
    content: none;
  }
  #history-wrap #history-list .section-wrap .list .history-item {
    position: relative;
  }
  #history-wrap #history-list .section-wrap .list .history-item::before {
    content: "";
    position: absolute;
    left: 95px;
    top: 10px;
    height: 100%;
    width: 2px;
    background-color: #B60018;
    z-index: 0;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item {
    width: 200px;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item .year-title h1 {
    font-size: 40px;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item .year-title h2 {
    font-size: 30px;
  }
  #about-about .section-wrap .title-box h1 {
    font-size: 48px;
  }
  #about-about .section-wrap .title-box h2 {
    font-size: 28px;
  }
  #about-about .section-wrap .title-box p {
    text-align: left;
  }
  #about-origin {
    height: 35vh;
  }
  #about-origin .section-wrap {
    height: 100%;
  }
  #about-origin .section-wrap .cover {
    height: 100%;
  }
  #about-origin .section-wrap .cover img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about-origin .section-wrap .cover .title {
    width: -moz-max-content;
    width: max-content;
  }
  #about-origin .section-wrap .cover .title h2 {
    font-size: 22px;
    line-height: 42px;
  }
  #about-origin .section-wrap .cover .title span.size-28 {
    font-size: 20px;
  }
  #about-origin .section-wrap .cover .title span.size-26 {
    font-size: 18px;
  }
  #about-barewood .section-wrap .title h2 {
    font-size: 28px;
  }
  #about-barewood .section-wrap .barewood-content .deco-1, #about-barewood .section-wrap .barewood-content .deco-2, #about-barewood .section-wrap .barewood-content .deco-3, #about-barewood .section-wrap .barewood-content .deco-4 {
    max-width: 110px;
    z-index: 1;
  }
  #about-barewood .section-wrap .barewood-content .deco-1 {
    top: -50px;
    left: -50px;
  }
  #about-barewood .section-wrap .barewood-content .deco-2 {
    bottom: 500px;
    left: -50px;
  }
  #about-barewood .section-wrap .barewood-content .deco-3 {
    top: 500px;
    right: -50px;
  }
  #about-barewood .section-wrap .barewood-content .deco-4 {
    bottom: 140px;
    right: -50px;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex {
    position: relative;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("https://www.kawatsura.or.jp/wp2025/wp-content/themes/kawatsura-shikki/images/mixins/triangle-arrow.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex:last-child::before {
    content: none;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item {
    margin: 0 !important;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:first-child {
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #about-barewood .section-wrap .barewood-content .flow-box .uk-flex .flex-item:last-child {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #about-vessel, #about-care {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #about-vessel .section-wrap .title p, #about-care .section-wrap .title p {
    text-align: left;
  }
  #about-vessel .section-wrap .title h2, #about-care .section-wrap .title h2 {
    font-size: 28px;
  }
  #about-care .section-wrap .content .uk-flex {
    display: grid;
  }
  #about-care .section-wrap .content .uk-flex .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  #about-care .section-wrap .content .uk-flex .flex-item:first-child {
    order: -1;
  }
  #about-brand .section-wrap .title p {
    text-align: left;
  }
  #about-brand .section-wrap .contact-box p {
    text-align: left;
  }
  #shop-wrap #shop-title .section-wrap .title h3 {
    font-size: 16px;
    line-height: 32px;
  }
  #shop-wrap #shop-corner {
    padding: 0;
    padding-bottom: 80px;
  }
  #shop-experience .section-wrap .deco-title .deco-1 {
    max-width: 250px;
  }
  #shop-experience .section-wrap .deco-title .deco-2 {
    max-width: 230px;
  }
  #shop-experience .section-wrap .experience-content .experience-content {
    margin-bottom: 80px;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .deco-1 {
    max-width: 100px;
    height: -moz-fit-content;
    height: fit-content;
    top: 335px;
    left: -15px;
    z-index: 1;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .deco-2 {
    z-index: 1;
    top: 30px;
    right: -30px;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .uk-grid .item .deco-3 {
    max-width: 100px;
    left: unset;
    right: -20px;
    bottom: -250px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .deco-1 {
    max-width: 140px;
    bottom: 50px;
    right: -35px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .deco-2 {
    max-width: 200px;
    left: -50px;
    bottom: -50px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .deco-3 {
    max-width: 50px;
    right: unset;
    left: 10px;
    top: 310px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item h1 {
    font-size: 28px;
    padding-left: 20px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item h1::first-letter {
    font-size: 36px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item p.info {
    margin-top: 20px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .uk-grid .item .link-btn {
    margin: 0 auto;
    margin-top: 40px;
  }
  #shop-media .section-wrap .title p {
    text-align: left;
  }
  #shop-media .section-wrap .slider .uk-slider-items .item {
    width: 75%;
  }
  #shop-media .section-wrap .slider .uk-slider-items .item iframe {
    width: 100%;
    height: 300px;
  }
  #outline-about .section-wrap .outline-about-content::before {
    width: 230px;
    height: 130px;
    top: 25%;
    left: -50px;
  }
  #outline-about .section-wrap .outline-about-content .item h2 {
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    line-height: 42px;
  }
  #outline-work .section-wrap .outline-mark .uk-flex .flex-item:first-child {
    width: 30% !important;
    margin: 0 auto;
  }
  #outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item h3 {
    font-size: 18px;
  }
  #original-brand-iburiwanko {
    margin-top: 60px;
  }
  #original-brand-hall {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  #original-brand-hall .deco-1 {
    max-width: 150px;
  }
  #original-brand-hall .deco-2 {
    max-width: 100px;
    right: -50px;
    top: 40%;
    bottom: unset;
    transform: translateY(-50%);
  }
  #original-brand-hall .section-wrap .uk-grid .item h2 {
    font-size: 28px;
    text-align: center;
  }
  #original-brand-hall .section-wrap .uk-grid .item .link-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #header .section-wrap .uk-flex .flex-item:first-child {
    width: 25%;
    padding: 0 20px;
  }
  #header .section-wrap .uk-flex .flex-item:nth-child(2) {
    width: 70%;
  }
  #header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.online-shop {
    margin-left: 20px;
  }
  #header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.online-shop a::before {
    width: calc(100% + 20px);
    left: -20px;
  }
  #header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.online-shop a::after {
    width: calc(100% + 30px);
    right: calc(-100% - 30px);
  }
  #about-title .section-wrap .deco-1, #about-title .section-wrap .deco-2 {
    max-width: 320px;
  }
  #about-about .section-wrap .lead-box .uk-flex .flex-item .deco-1 {
    top: -50px;
  }
  #shop-wrap #shop-title .section-wrap .deco-1 {
    max-width: 320px;
  }
  #shop-wrap #shop-title .section-wrap .deco-2 {
    max-width: 320px;
  }
  #shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:first-child {
    margin-top: -30px;
  }
  #shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:last-child::before {
    bottom: unset;
  }
  #shop-experience .section-wrap .deco-title .deco-1 {
    left: -70px;
  }
  #shop-experience .section-wrap .deco-title .deco-2 {
    right: -70px;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .deco-1 {
    max-width: 120px;
    left: -15px;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .deco-2 {
    top: -10px;
    right: -30px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .deco-1 {
    max-width: 230px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .deco-2 {
    max-width: 250px;
    bottom: -15px;
    left: -50px;
  }
  #outline-about .section-wrap .outline-about-content::before {
    width: 350px;
    height: 270px;
    left: -100px;
  }
  #outline-about .section-wrap .outline-overview-content {
    width: 60%;
  }
  #outline-member .section-wrap .outline-member-content .outline-member-list .uk-grid .contents-list-item {
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #header .section-wrap .uk-flex .flex-item:last-child .drawer_open {
    width: 80px;
    height: 100%;
  }
  #header .section-wrap .uk-flex .flex-item:last-child .nav_content {
    top: 80px;
  }
  #front-instagram .uk-flex .flex-item:last-child {
    width: 75%;
  }
  #front-experience .section-wrap .deco-title .deco-1 {
    left: 50px;
  }
  #front-experience .section-wrap .deco-title .deco-2 {
    right: 50px;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child {
    margin-top: 0;
    margin-left: -50px;
    z-index: 1;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child::before {
    content: none;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child {
    width: 65% !important;
    position: relative;
  }
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:last-child::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #B60018;
    top: 60px;
    left: -30px;
    transform: translateY(-50%);
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex {
    gap: 0;
    justify-content: space-between;
  }
  #front-kawatsura .section-wrap .uk-grid .uk-width-1-1 .btn-wrap .uk-flex a {
    width: 200px;
    height: 200px;
  }
  #history-wrap #history-list .section-wrap .list .uk-flex .flex-item:first-child::before {
    bottom: -130px;
  }
  #about-about .section-wrap .lead-box .uk-flex .flex-item .deco-1 {
    top: -20px;
    left: -100px;
    max-width: 100px;
  }
  #about-about .section-wrap .lead-box .uk-flex .flex-item .deco-2 {
    max-width: 120px;
  }
  #about-origin .section-wrap .cover .title {
    width: 70%;
  }
  #about-barewood .section-wrap .barewood-content .deco-1, #about-barewood .section-wrap .barewood-content .deco-2, #about-barewood .section-wrap .barewood-content .deco-3, #about-barewood .section-wrap .barewood-content .deco-4 {
    max-width: 130px;
    z-index: 1;
  }
  #about-barewood .section-wrap .barewood-content .flow-box {
    width: 70%;
  }
  #shop-wrap #shop-corner .section-wrap.history-corner .deco {
    max-width: 200px;
  }
  #shop-wrap #shop-corner .section-wrap.history-corner .flex-box .uk-flex:first-child .flex-item:last-child .text-box {
    width: 75%;
    margin-top: 70px;
  }
  #shop-wrap #shop-corner .section-wrap .deco {
    top: -120px;
    right: -62px;
    max-width: 200px;
  }
  #shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:first-child {
    margin-top: -20px;
  }
  #shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:first-child img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #shop-wrap #shop-corner .section-wrap .flex-box .uk-flex:last-child .flex-item:last-child::before {
    bottom: unset;
  }
  #shop-experience .section-wrap .deco-title .deco-1 {
    left: -50px;
  }
  #shop-experience .section-wrap .deco-title .deco-2 {
    right: -50px;
  }
  #shop-experience .section-wrap .experience-content .experience-content:last-child .deco-1 {
    max-width: 100px;
  }
  #shop-experience .section-wrap .experience-content .experience-content .deco-1 {
    max-width: 200px;
  }
  #outline-about .section-wrap .outline-about-content::before {
    width: 400px;
    height: 300px;
    left: -150px;
  }
  #outline-about .section-wrap .outline-about-content .item {
    width: 70%;
    margin: 0;
    margin-left: auto;
  }
  #outline-about .section-wrap .outline-overview-content {
    width: 70%;
  }
  #outline-history .section-wrap .about-history-content {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  #front-experience .section-wrap .experience-content .uk-grid .uk-width-1-1 .uk-flex .flex-item:first-child {
    width: 280px;
    margin-top: -75px;
  }
  #about-title .section-wrap {
    height: 300px;
  }
  #about-title .section-wrap .title {
    width: 50%;
    margin-top: 0;
  }
  #about-about .section-wrap .lead-box .uk-flex .flex-item:last-child p {
    width: 80%;
  }
  #shop-wrap #shop-title .section-wrap {
    height: 300px;
  }
  #shop-wrap #shop-title .section-wrap .title {
    width: 50%;
    margin-top: 0;
  }
}
