@charset "UTF-8";
/* reset
-----------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
  text-align: left;
}

/* setting
-----------------------------------*/
a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

address {
  font-style: normal;
}

/* html
-----------------------------------*/
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* body
-----------------------------------*/
body {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background-color: #574265;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

/* st-Header
-----------------------------------*/
.st-Header {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.st-Header.is-hidden {
  transform: translateY(-100%);
}
.st-Header_Logo {
  position: absolute;
  left: 15px;
  top: 8px;
}
.st-Header_Logo_Link {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}
.st-Header_Logo_Image {
  width: 150px;
  height: auto;
}
.st-Header_Trigger {
  color: #fff;
  width: 70px;
  height: 70px;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
  cursor: pointer;
}
.st-Header_Trigger_Inner, .st-Header_Trigger::before, .st-Header_Trigger::after {
  width: 35px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}
.st-Header_Trigger::before, .st-Header_Trigger::after {
  content: "";
}
.st-Header_Trigger_Inner {
  top: 19px;
}
.st-Header_Trigger::before {
  top: 27px;
}
.st-Header_Trigger::after {
  top: 35px;
}
.st-Header_Trigger_Text {
  font-family: "Libre Baskerville", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  display: block;
  transform: translate(0.05em, 15px);
}
.st-Header_Trigger[aria-expanded=true] {
  position: fixed;
}
.st-Header_Trigger[aria-expanded=true] .st-Header_Trigger_Inner {
  width: 38px;
  transform: translateY(8px) rotate(24.57deg);
}
.st-Header_Trigger[aria-expanded=true]::before {
  transform: translateX(-10px);
  opacity: 0;
}
.st-Header_Trigger[aria-expanded=true]::after {
  width: 38px;
  transform: translateY(-8px) rotate(-24.57deg);
}
.st-Header_Drawer {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(33, 28, 25, 0.95);
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  z-index: 1001;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.6s ease;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.is-drawerActive .st-Header_Drawer {
  transform: translateX(0);
}
.st-Header_Drawer_Inner {
  height: 100%;
  min-height: 535px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-block: 59px 40px;
  position: relative;
}
.st-Header_SpLogo {
  position: absolute;
  left: 15px;
  top: 8px;
}
.st-Header_SpLogo_Link {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}
.st-Header_SpLogo_Image {
  width: 150px;
  height: auto;
}
.st-Header_Nav {
  width: 100%;
  transform: translateY(-38px);
}
.st-Header_Nav_Item {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.st-Header_Nav_Item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.st-Header_Nav_Link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  padding-block: 19px;
}
.st-Header_Nav_ExternalIco {
  width: 13px;
  height: auto;
}
.st-Header_RecruitContact {
  width: 100%;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.st-Header_RecruitContact_Item {
  flex: 1;
}
.st-Header_RecruitContact_Item-recruit .st-Header_RecruitContact_Link {
  background-color: #0ea418;
}
.st-Header_RecruitContact_Item-recruit .st-Header_RecruitContact_Link::before {
  width: 25px;
  height: 29px;
  background-image: url("../img/ico_recruit_01.svg");
}
.st-Header_RecruitContact_Item-contact .st-Header_RecruitContact_Link {
  color: #211c19;
  background-color: #fff;
}
.st-Header_RecruitContact_Item-contact .st-Header_RecruitContact_Link::before {
  width: 25px;
  height: 25px;
  background-image: url("../img/ico_mail_01.svg");
}
.st-Header_RecruitContact_Link {
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
}
.st-Header_RecruitContact_Link::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  display: block;
}
.st-Header_SpContact {
  position: absolute;
  right: 70px;
  top: 0;
}
.st-Header_SpContact_Link {
  color: #211c19;
  font-size: 0.5625rem;
  font-weight: 700;
  text-decoration: none;
  width: 70px;
  height: 70px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
}
.st-Header_SpContact_Link::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/ico_mail_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
}

@media screen and (min-height: 800px) {
  .st-Header_Nav_Link {
    padding-block: 29px;
  }
}
@media screen and (min-width: 960px) {
  .st-Header {
    height: 85px;
  }
  .st-Header_Logo {
    top: 9px;
    z-index: 10;
  }
  .st-Header_Logo_Image {
    width: 175px;
  }
  .st-Header_Drawer {
    width: auto;
    height: auto;
    background-color: transparent;
    overflow: visible;
    position: static;
    transform: translateX(0);
    z-index: 0;
    transition: none;
  }
  .st-Header_Drawer_Inner {
    height: auto;
    min-height: 0;
    display: block;
    padding-block: 0;
    position: static;
  }
  .st-Header_Nav {
    transform: translateY(0);
    position: absolute;
    left: 0;
    top: 22px;
  }
  .st-Header_Nav_List {
    display: flex;
    justify-content: center;
    transform: translateX(17px);
  }
  .st-Header_Nav_Item {
    border-bottom: none;
  }
  .st-Header_Nav_Item:first-child {
    border-top: none;
  }
  .st-Header_Nav_Link {
    font-size: 0.875rem;
    padding: 10px;
  }
  .st-Header_RecruitContact {
    width: 170px;
    top: 0;
    bottom: auto;
  }
  .st-Header_RecruitContact_Link {
    height: 85px;
  }
  .st-Header_SpLogo, .st-Header_SpContact, .st-Header_Trigger {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .st-Header_Nav_Link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1100px) {
  .st-Header_Logo_Image {
    width: 200px;
  }
}
@media screen and (min-width: 1150px) {
  .st-Header {
    height: 100px;
  }
  .st-Header_Logo {
    left: 35px;
    top: 16px;
  }
  .st-Header_Nav {
    top: 29px;
  }
  .st-Header_RecruitContact {
    width: 200px;
  }
  .st-Header_RecruitContact_Link {
    height: 100px;
  }
}
@media screen and (min-width: 1220px) {
  .st-Header_Nav_List {
    column-gap: 20px;
  }
}
@media screen and (min-width: 1320px) {
  .st-Header_Logo {
    left: calc(50% - 625px);
  }
  .st-Header_Nav_List {
    transform: translateX(67px);
  }
}
@media (any-hover: hover) {
  .st-Header_Nav_Link {
    transition: all 0.2s ease;
  }
  .st-Header_Nav_Link:hover {
    opacity: 0.7;
    transform: translateY(2px);
  }
  .st-Header_RecruitContact_Link {
    transition: all 0.2s ease;
  }
  .st-Header_RecruitContact_Link::before {
    transition: all 0.2s ease;
  }
  .st-Header_RecruitContact_Link:hover {
    opacity: 0.7;
  }
  .st-Header_RecruitContact_Link:hover::before {
    transform: translateY(2px);
  }
  .st-Header_RecruitContact_Link:hover .st-Header_RecruitContact_Text {
    transform: translateY(2px);
  }
  .st-Header_RecruitContact_Text {
    transition: all 0.2s ease;
  }
}
/* st-PageIntro
-----------------------------------*/
.st-PageIntro {
  height: 220px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.st-PageIntro_Title {
  width: 100%;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: 30px;
  transform: translateY(42px);
}
.st-PageIntro_Title_En {
  font-family: "Libre Baskerville", serif;
  color: #0ea418;
  font-size: 0.625rem;
}
.st-PageIntro_Title_Ja {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media screen and (min-width: 960px) {
  .st-PageIntro {
    height: 300px;
  }
  .st-PageIntro_Title {
    padding-inline: 60px;
    transform: translateY(47px);
  }
  .st-PageIntro_Title_En {
    font-size: 0.75rem;
  }
  .st-PageIntro_Title_Ja {
    font-size: 1.875rem;
  }
}
/* st-BreadCrumbs
-----------------------------------*/
.st-BreadCrumbs {
  display: none;
}

@media screen and (min-width: 960px) {
  .st-BreadCrumbs {
    max-width: 1300px;
    display: flex;
    justify-content: flex-end;
    margin-top: 17px;
    margin-inline: auto;
    padding-inline: 40px;
  }
  .st-BreadCrumbs_Item {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    list-style: none;
  }
  .st-BreadCrumbs_Item + .st-BreadCrumbs_Item {
    margin-left: 18px;
    position: relative;
  }
  .st-BreadCrumbs_Item + .st-BreadCrumbs_Item::before {
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    left: -9px;
    top: 4px;
    bottom: 3px;
    transform: skewX(-22deg);
  }
  .st-BreadCrumbs_Link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  .st-BreadCrumbs_Ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
  }
}
@media (any-hover: hover) {
  .st-BreadCrumbs_Link {
    transition: all 0.2s ease;
  }
  .st-BreadCrumbs_Link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
  .st-BreadCrumbs_Link:hover .st-BreadCrumbs_Ellipsis {
    text-decoration: underline;
  }
}
/* st-ShopList
-----------------------------------*/
.st-ShopList {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-inline: auto;
  padding-inline: 20px;
}
.st-ShopList_Item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  row-gap: 12px;
}
.st-ShopList_Intro {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 15px;
}
.st-ShopList_Intro_Content-text {
  flex: 1;
  align-self: center;
}
.st-ShopList_Intro_Content-logo {
  width: 50px;
}
.st-ShopList_Name {
  color: #211c19;
  font-size: 1.125rem;
  font-weight: 700;
}
.st-ShopList_GoogleMap {
  margin-top: 5px;
}
.st-ShopList_GoogleMap_Link {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #211c19;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-flex;
  column-gap: 6px;
  align-items: center;
  opacity: 0.8;
}
.st-ShopList_GoogleMap_Link::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/ico_map_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.st-ShopList_Logo {
  width: 50px;
  height: auto;
}
.st-ShopList_Links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  margin-left: 65px;
}
.st-ShopList_Links_Item {
  list-style: none;
  width: 45px;
}
.st-ShopList_Links_Ico {
  width: 100%;
  height: auto;
}
.st-ShopList_Link {
  display: block;
  position: relative;
}
.st-ShopList_Image {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.st-ShopList_WebSite {
  font-size: 0.8125rem;
  font-weight: 700;
  width: 110px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.st-ShopList_WebSite::after {
  content: "";
  width: 5px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
}

@media screen and (min-width: 700px) {
  .st-ShopList {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .st-ShopList_Item {
    width: calc((100% - 30px) / 2);
  }
  .st-ShopList_Links {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .st-ShopList {
    gap: 60px;
    padding-inline: 40px;
  }
  .st-ShopList_Item {
    width: calc((100% - 60px) / 2);
  }
}
@media (any-hover: hover) {
  .st-ShopList_GoogleMap_Link::before {
    transition: all 0.2s ease;
  }
  .st-ShopList_GoogleMap_Link:hover {
    text-decoration: underline;
  }
  .st-ShopList_GoogleMap_Link:hover::before {
    transform: translateY(2px);
  }
  .st-ShopList_Links_Link {
    transition: all 0.2s ease;
  }
  .st-ShopList_Links_Link:hover {
    opacity: 0.5;
  }
  .st-ShopList_Link:hover .st-ShopList_WebSite {
    background-color: #000;
  }
  .st-ShopList_Link:hover .st-ShopList_WebSite::after {
    transform: translateX(2px);
  }
  .st-ShopList_WebSite {
    transition: all 0.2s ease;
  }
  .st-ShopList_WebSite::after {
    transition: all 0.2s ease;
  }
}
/* st-LineBnr
-----------------------------------*/
.st-LineBnr {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
}
.st-LineBnr_Inner {
  background: url("../img/bg_line_01_sp.webp") no-repeat center center;
  background-size: cover;
  padding: 40px 20px 50px;
}
.no-webp .st-LineBnr_Inner {
  background-image: url("../img/bg_line_01_sp.jpg");
}
.st-LineBnr_Catch {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  text-align: center;
  padding-top: 55px;
  position: relative;
}
.st-LineBnr_Catch::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/ico_line_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.st-LineBnr_Catch_Lg {
  font-size: 1.625rem;
}
.st-LineBnr_Text {
  text-align: center;
}
.st-LineBnr_Catch + .st-LineBnr_Text {
  margin-top: 10px;
}
.st-LineBnr_Btn {
  text-align: center;
  margin-top: 25px;
}
.st-LineBnr_Btn .sw-Btn01 {
  width: 100%;
  max-width: 280px;
}

@media screen and (max-width: 359px) {
  .st-LineBnr_Btn .sw-Btn01::before {
    right: 9px;
  }
}
@media screen and (min-width: 700px) {
  .st-LineBnr_Inner {
    background-image: url("../img/bg_line_01_pc.webp");
  }
  .no-webp .st-LineBnr_Inner {
    background-image: url("../img/bg_line_01_pc.jpg");
  }
  .st-LineBnr_Catch {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .st-LineBnr {
    padding-inline: 40px;
  }
  .st-LineBnr_Inner {
    padding-block: 35px;
  }
  .st-LineBnr_Catch_Sm {
    font-size: 1.25rem;
  }
  .st-LineBnr_Catch_Lg {
    font-size: 1.875rem;
  }
}
/* st-Footer
-----------------------------------*/
.st-Footer {
  background-color: #fff;
  padding-top: 30px;
}
.st-Footer_AboutNav {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-inline: auto;
  padding-inline: 20px;
}
.st-Footer_About_Logo {
  margin-left: -5px;
}
.st-Footer_About_Logo_Link {
  display: inline-block;
  padding: 5px;
}
.st-Footer_About_Text {
  color: #211c19;
  line-height: 1.8;
}
.st-Footer_About_Logo + .st-Footer_About_Text {
  margin-top: 25px;
}
.st-Footer_About_Text .js-TelLink, .st-Footer_About_Text_Link {
  color: #211c19;
  text-decoration: none;
}
.st-Footer_Nav {
  max-width: 420px;
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}
.st-Footer_Nav_Item {
  list-style: none;
  width: calc((100% - 10px) / 2);
}
.st-Footer_Nav_Link {
  color: #211c19;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding-block: 10px;
}
.st-Footer_Nav_ExternalIco {
  width: 13px;
  height: auto;
}
.st-Footer_PrivacyCopyright {
  background-color: #fff9f5;
  margin-top: 40px;
  padding-block: 10px;
}
.st-Footer_PrivacyCopyright_Inner {
  max-width: 1200px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding-inline: 20px;
}
.st-Footer_Privacy_Link {
  color: #211c19;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
  padding-block: 10px;
}
.st-Footer_Copyright {
  font-family: "Libre Baskerville", serif;
  color: #211c19;
  font-size: 0.75rem;
}
.st-Footer_Copyright_Sm {
  font-size: 100%;
}
.st-Footer_Pagetop {
  position: fixed;
  right: 0;
  bottom: -136px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 999;
}
.st-Footer_Pagetop_Link {
  font-family: "Libre Baskerville", serif;
  color: #211c19;
  font-size: 0.6875rem;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  text-decoration: none;
  width: 45px;
  height: 136px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0.6;
  position: relative;
}
.st-Footer_Pagetop_Link::before, .st-Footer_Pagetop_Link::after {
  content: "";
  width: 1px;
  background-color: #211c19;
  display: block;
  position: absolute;
}
.st-Footer_Pagetop_Link::before {
  height: 66px;
  margin-block: auto;
  left: 0;
  right: 0;
  top: 0;
}
.st-Footer_Pagetop_Link::after {
  height: 5px;
  transform: rotate(-40deg);
  transform-origin: 0 0;
  left: 50%;
  top: 1px;
}
.st-Footer_Pagetop_Image {
  width: 28px;
  height: auto;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
}
.st-Footer_Pagetop.is-show {
  opacity: 1;
  bottom: 50px;
}

@media screen and (min-width: 600px) {
  .st-Footer_Nav {
    max-width: 495px;
    column-gap: 0;
  }
  .st-Footer_Nav_Item:nth-child(3n-2) {
    width: 37.3737373737%;
  }
  .st-Footer_Nav_Item:nth-child(3n-1) {
    width: 36.5656565657%;
  }
  .st-Footer_Nav_Item:nth-child(3n) {
    width: 26.0606060606%;
  }
}
@media screen and (min-width: 960px) {
  .st-Footer {
    padding-top: 35px;
  }
  .st-Footer_AboutNav {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 40px;
  }
  .st-Footer_Nav {
    row-gap: 5px;
    margin-top: 49px;
  }
  .st-Footer_PrivacyCopyright {
    margin-top: 50px;
    padding-block: 7px;
  }
  .st-Footer_PrivacyCopyright_Inner {
    padding-inline: 40px;
  }
  .st-Footer_Pagetop {
    right: 10px;
  }
}
@media (any-hover: hover) {
  .st-Footer_Logo_Link:hover .st-Footer_Logo_Mark {
    opacity: 0.7;
    transform: translateY(-2px);
  }
  .st-Footer_Logo_Link:hover .st-Footer_Logo_Text {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
  }
  .st-Footer_Logo_Link:hover .st-Footer_Logo_Text_Label {
    color: rgba(180, 180, 180, 0.7);
    text-decoration: underline;
  }
  .st-Footer_Logo_Mark {
    transition: all 0.2s ease;
  }
  .st-Footer_Logo_Text {
    transition: all 0.2s ease;
  }
  .st-Footer_Logo_Text_Label {
    transition: all 0.2s ease;
  }
  .st-Footer_Nav_Link {
    transition: all 0.2s ease;
  }
  .st-Footer_Nav_Link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  .st-Footer_Privacy_Link {
    transition: all 0.2s ease;
  }
  .st-Footer_Privacy_Link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  .st-Footer_Pagetop_Link {
    transition: all 0.2s ease;
  }
  .st-Footer_Pagetop_Link:hover {
    opacity: 1;
  }
}
/* sw-Title
-----------------------------------*/
.sw-Title01 {
  font-size: 1.5rem;
  font-weight: 700;
}

.sw-Title02 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sw-Title02_En {
  font-family: "Libre Baskerville", serif;
  color: #0ea418;
  font-size: 0.75rem;
}
.sw-Title02_Ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.sw-Title03 {
  color: #211c19;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}
.sw-Title03::before {
  content: "";
  width: 25px;
  height: 23px;
  background: url("../img/ico_shop_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
}

.sw-Title04 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .sw-Title02 {
    row-gap: 17px;
  }
  .sw-Title02_Ja {
    font-size: 1.625rem;
  }
  .sw-Title04 {
    font-size: 1.625rem;
  }
}
/* sw-Btn
-----------------------------------*/
.sw-Btn01 {
  font-family: "Shippori Mincho", serif;
  color: #211c19;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #5e1d83;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 11px 0 13px;
  position: relative;
  cursor: pointer;
}
.sw-Btn01::before {
  content: "";
  width: 6px;
  height: 12px;
  background-color: #5e1d83;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  margin-block: auto;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
}
.sw-Btn01_ExternalIco {
  width: 13px;
  height: auto;
  margin-block: auto;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
}
.sw-Btn01-external::before {
  display: none;
}
.sw-Btn01_PdfIco {
  width: 15px;
  height: auto;
  margin-block: auto;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
}
.sw-Btn01-pdf::before {
  display: none;
}

.sw-Btn02 {
  font-family: "Shippori Mincho", serif;
  color: #211c19;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #5e1d83;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding-block: 28px;
  position: relative;
  cursor: pointer;
}
.sw-Btn02::before {
  content: "";
  width: 6px;
  height: 12px;
  background-color: #5e1d83;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  margin-block: auto;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
}

.sw-Btn03 {
  font-family: "Shippori Mincho", serif;
  color: #211c19;
  font-weight: 700;
  text-decoration: none;
  background: rgba(229, 229, 229, 0.8);
  border: 1px solid #9E9E9E;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding-block: 16px;
  cursor: pointer;
}

@media (any-hover: hover) {
  .sw-Btn01 {
    transition: all 0.2s ease;
  }
  .sw-Btn01::before {
    transition: all 0.2s ease;
  }
  .sw-Btn01_ExternalIco {
    transition: all 0.2s ease;
  }
  .sw-Btn01:hover {
    opacity: 0.8;
  }
  .sw-Btn01:hover::before,
  .sw-Btn01:hover .sw-Btn01_ExternalIco {
    transform: translateX(2px);
  }
  .sw-Btn02 {
    transition: all 0.2s ease;
  }
  .sw-Btn02::before {
    transition: all 0.2s ease;
  }
  .sw-Btn02:hover {
    opacity: 0.8;
  }
  .sw-Btn02:hover::before {
    transform: translateX(2px);
  }
  .sw-Btn03 {
    transition: all 0.2s ease;
  }
  .sw-Btn03:hover {
    color: #FFF;
    background-color: rgba(35, 24, 21, 0.8);
  }
}
/* sw-BgPtn
-----------------------------------*/
.sw-BgPtn01 {
  background: url("../img/bg_ptn_01.webp") repeat 0 0;
  background-size: 1024px 1024px;
}
.no-webp .sw-BgPtn01 {
  background-image: url("../img/bg_ptn_01.jpg");
}

/* sw-TextUppercase
-----------------------------------*/
.sw-TextUppercase {
  text-transform: uppercase;
}

/* st-Menu01
-----------------------------------*/
.st-Menu01 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 230px;
  padding-inline: 20px;
}
.st-Menu01_Item {
  list-style: none;
}
.st-Menu01_Item + .st-Menu01_Item {
  margin-top: 80px;
}
.st-Menu01_Link {
  text-decoration: none;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding-bottom: 65px;
  position: relative;
}
.st-Menu01_Title {
  overflow: hidden;
}
.st-Menu01_Title_Image {
  width: 100%;
  height: auto;
}
.st-Menu01_Title + .st-Menu01_Text {
  margin-top: 21px;
}
.st-Menu01_Text + .st-Menu01_Text {
  margin-top: 10px;
}
.st-Menu01_Btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.st-Menu01_Btn .sw-Btn01 {
  width: 100%;
  max-width: 260px;
}

@media screen and (min-width: 700px) {
  .st-Menu01 {
    display: flex;
    justify-content: space-between;
  }
  .st-Menu01_Item {
    width: calc((100% - 30px) / 2);
  }
  .st-Menu01_Item + .st-Menu01_Item {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .st-Menu01 {
    margin-bottom: 340px;
    padding-inline: 40px;
  }
  .st-Menu01_Item {
    width: calc((100% - 60px) / 2);
  }
  .st-Menu01_Link {
    padding-bottom: 73px;
  }
  .st-Menu01_Title + .st-Menu01_Text {
    margin-top: 26px;
  }
}
@media (any-hover: hover) {
  .st-Menu01_Link:hover .st-Menu01_Title_Image {
    transform: scale(1.12);
  }
  .st-Menu01_Link:hover .sw-Btn01 {
    color: #fff;
    background-color: #211c19;
  }
  .st-Menu01_Title {
    overflow: hidden;
  }
  .st-Menu01_Title_Image {
    transition: all 0.6s ease;
  }
}
/* sw-Form
-----------------------------------*/
.sw-Form_Inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
}
.sw-Form_Section + .sw-Form_Section {
  margin-top: 36px;
}
.sw-Form_Title + .sw-Form_Section {
  margin-top: 9px;
}
.sw-Form_SectionLabel {
  color: #211C19;
  width: 100%;
  max-width: 980px;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 22px;
}
.sw-Form_SectionLabel-maxw305 {
  max-width: 305px;
}
.sw-Form_SectionLabel-maxw390 {
  max-width: 390px;
}
.sw-Form_SectionLabel-maxw440 {
  max-width: 440px;
}
.sw-Form_SectionLabel-maxw475 {
  max-width: 475px;
}
.sw-Form_SectionLabel-maxw580 {
  max-width: 580px;
}
.sw-Form_SectionLabel-maxw640 {
  max-width: 640px;
}
.sw-Form_SectionLabel-maxw720 {
  max-width: 720px;
}
.sw-Form_SectionLabel_Text {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 4px;
}
.sw-Form_SectionLabel_Text-necessary {
  max-width: calc(100% - 50px - 20px);
}
.sw-Form_SectionLabel_Text_Sm {
  font-size: 80%;
}
.sw-Form_SectionLabel_Msg {
  color: #b41428;
  line-height: 1.5;
  margin-left: auto;
  margin-right: 0;
  padding-top: 4px;
}
.sw-Form_SectionLabel_Msg::before {
  content: "［";
}
.sw-Form_SectionLabel_Msg::after {
  content: "］";
}
.sw-Form_SectionNecessary {
  color: #fff;
  line-height: 50px;
  width: 50px;
  background-color: #b41428;
  text-align: center;
  margin-right: 20px;
}
.sw-Form_SectionInput {
  color: #211C19;
  font-size: 1rem;
  max-width: 880px;
  margin-top: 10px;
}
.sw-Form_SectionInput_Item {
  font-family: "Shippori Mincho", serif;
  color: #211C19;
  font-size: 1rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #646464;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  padding: 15px;
  appearance: none;
}
.sw-Form_SectionInput_Item-radio, .sw-Form_SectionInput_Item-checkbox {
  display: inline-block;
  padding: 4px 10px 4px 26px;
  cursor: pointer;
  position: relative;
}
.sw-Form_SectionInput_Item-radio input[type=radio],
.sw-Form_SectionInput_Item-radio input[type=checkbox], .sw-Form_SectionInput_Item-checkbox input[type=radio],
.sw-Form_SectionInput_Item-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 6px;
}
.sw-Form_SectionInput_Item-error {
  border-color: #b41428;
  border-width: 2px;
}
.sw-Form_SectionInput_Item::placeholder {
  color: #c8c8c8;
}
.sw-Form_SectionInput_Item-name {
  width: calc(50% - 20px);
}
.sw-Form_SectionInput_Item-name + .sw-Form_SectionInput_Item-name {
  margin-left: 10px;
}
.sw-Form_SectionInput_Item-tel01 {
  width: calc(28% - 0.35em);
  max-width: 140px;
}
.sw-Form_SectionInput_Item-tel02 {
  width: calc(36% - 0.35em);
  max-width: 180px;
}
.sw-Form_SectionInput_Item-zipcode01 {
  width: calc(45% - 0.3em);
  max-width: 140px;
}
.sw-Form_SectionInput_Item-zipcode02 {
  width: calc(55% - 0.3em);
  max-width: 180px;
}
.sw-Form_SectionInput_Item-age {
  max-width: 310px;
}
.sw-Form_SectionInput_Item-m1w {
  width: calc(100% - 42px);
}
.sw-Form_SectionInput_Item-m2w {
  width: calc(100% - 45px);
}
.sw-Form_SectionInput_Item-h150 {
  height: 150px;
}
.sw-Form_SectionInput_Item-h200 {
  height: 200px;
}
.sw-Form_SectionInput select::-ms-expand {
  display: none;
}
.sw-Form_SectionInput_Select {
  position: relative;
}
.sw-Form_SectionInput_Select::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 10px;
  border-style: solid;
  border-color: #646464 transparent transparent transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  transform: translateY(7px);
}
.sw-Form_SectionInput_Select-pref {
  max-width: 330px;
}
.sw-Form_SectionInput_Text-01 {
  margin-left: 24px;
  color: #646464;
}
.sw-Form_SectionInput_Text-02 {
  color: #211C19;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}
.sw-Form_SectionInput_Note {
  color: #211C19;
  font-size: 1rem;
  text-indent: -1em;
  margin: 6px 0 0 1em;
}
.sw-Form_SectionInput_Note_Str {
  color: #b41428;
  font-weight: 400;
}
.sw-Form_Btn {
  margin-top: 60px;
  text-align: center;
}
.sw-Form_Btn .sw-Btn02 {
  width: 100%;
  max-width: 400px;
  font-size: 1rem;
}
.sw-Form_Btn .sw-Btn03 {
  font-size: 1rem;
}
.sw-Form_Btn-disabled .sw-Btn02 {
  color: #fff;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  cursor: auto;
}
.sw-Form_Btn-disabled .sw-Btn02::before {
  display: none;
}
.sw-Form_Thanks {
  max-width: 640px;
  margin-inline: auto;
}
.sw-Form_ThanksTitle {
  font-size: 1.5rem;
  font-weight: 600;
}
.sw-Form_ThanksTitle + .sw-Form_ThanksText {
  margin-top: 18px;
}
.sw-Form_ThanksText + .sw-Form_ThanksText {
  margin-top: 10px;
}
.sw-Form_ThanksBtn {
  max-width: 400px;
  margin: 40px auto 0;
}
.sw-Form_ThanksBtn .sw-Btn02 {
  width: 100%;
}
.sw-Form-confirm .sw-Form_Section + .sw-Form_Section {
  margin-top: 30px;
}
.sw-Form-confirm .sw-Form_SectionLabel_Text {
  color: #646464;
  font-size: 1rem;
}
.sw-Form-confirm .sw-Form_SectionLabel_Text_Sm {
  font-size: 100%;
}
.sw-Form-confirm .sw-Form_SectionInput {
  margin-top: 17px;
}
.sw-Form-confirm .sw-Form_SectionInput_Text-01 {
  margin-left: 8px;
}
.sw-Form-confirm .sw-Form_Btn {
  width: 100%;
  max-width: 740px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 60px auto 0;
}
.sw-Form-confirm .sw-Form_Btn-submit {
  width: 100%;
  margin-top: 20px;
}
.sw-Form-confirm .sw-Form_Btn-back {
  width: 220px;
  text-align: left;
}
.sw-Form-confirm .sw-Form_Btn-back .sw-Btn03 {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .sw-Form_Inner {
    padding-inline: 40px;
  }
  .sw-Form_Section + .sw-Form_Title {
    margin-top: 140px;
  }
  .sw-Form_SectionLabel-baseline {
    align-items: center;
  }
  .sw-Form_SectionLabel_Text {
    margin-left: 70px;
  }
  .sw-Form_SectionLabel_Text-necessary {
    margin-left: 0;
  }
  .sw-Form_SectionInput {
    margin-left: 60px;
  }
  .sw-Form_SectionInput_Item-name {
    width: calc(50% - 30px);
  }
  .sw-Form_SectionInput_Item-name + .sw-Form_SectionInput_Item-name {
    margin-left: 20px;
  }
  .sw-Form_SectionInput_Item-m1w {
    width: calc(100% - 40px);
  }
  .sw-Form_SectionInput_Item-m2w {
    width: calc(100% - 55px);
  }
  .sw-Form_SectionInput_Text-01 {
    margin-left: 20px;
  }
  .sw-Form_Note {
    margin: 135px 0 0 60px;
  }
  .sw-Form_Btn {
    margin-top: 60px;
  }
  .sw-Form_Btn .is-sp {
    display: none;
  }
  .sw-Form_ThanksTitle {
    font-size: 1.625rem;
  }
  .sw-Form_ThanksBtn {
    margin-top: 60px;
  }
  .sw-Form-confirm .sw-Form_Section + .sw-Form_Section {
    margin-top: 50px;
  }
  .sw-Form-confirm .sw-Form_Btn {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .sw-Form-confirm .sw-Form_Btn-submit {
    width: 400px;
    margin: 0;
  }
}
@media (any-hover: hover) {
  .sw-Form_Btn-disabled .sw-Btn02 {
    opacity: 1;
  }
}
/* sw-inview
-----------------------------------*/
@media (scripting: enabled) {
  .sw-fadeinview {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .sw-fadeinview.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}