@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600&display=swap');
/* CSS Document */
.main-wrap {
  overflow: hidden;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
html {}
body {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F9F4EF;
  color: #4D4D4D;
  margin-top: 0 !important;
}
#gt-nvframe {
  display: none;
}
a p, a, a i, a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #4D4D4D;
}
body:not(.gjs-dashed) {}
body.gjs-dashed {}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
.pd_t_1 {
  padding-top: 150px;
}
.pd_t_2 {
  padding-top: 100px;
}
.pd_t_3 {
  padding-top: 80px;
}
.pd_t_4 {
  padding-top: 50px;
}
.pd_t_5 {
  padding-top: 30px;
}
.pd_b_1 {
  padding-bottom: 150px;
}
.pd_b_2 {
  padding-bottom: 100px;
}
.pd_b_3 {
  padding-bottom: 80px;
}
.pd_b_4 {
  padding-bottom: 50px;
}
.pd_b_5 {
  padding-bottom: 30px;
}

/* ---------- common ---------- */
.sp_br br{display:none;}
.circleimg {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}
.circleimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mg_b1 {
  margin-bottom: 60px;
}
.shopinfo_wrap {
  gap: 100px;
}
.shopinfo_wrap .leftbox {
  width: calc(50% - 50px);
}
.shopinfo_wrap .rightbox {
  width: calc(50% - 50px);
  gap: 80px;
  flex-direction: column;
  align-items: flex-start;
}
.shopinfo_wrap .leftbox iframe {
  width: 100%;
  aspect-ratio: 1 / 1;
  filter: grayscale(100%);
}
.shopinfo_wrap .rightbox .topbox .logo {
  width: clamp(100px, 14vw, 280px);
}
.shopinfo_wrap .rightbox .topbox {
  position: relative;
  width: 100%;
  align-items: center;
}
.shopinfo_wrap .rightbox .topbox .logo {
  position: absolute;
  left: calc(clamp(80px, 10vw, 180px) * -1);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(140px, 18vw, 320px);
  z-index: 2;
}
.shopinfo_wrap .rightbox .topbox .titlebox {
  position: relative;
  z-index: 3;
}
.shopinfo_wrap .more {
  margin-left: auto;
}
.company_a .company-wrap .item .label {
  margin-right: auto;
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: left;
  flex-direction: row;
  box-sizing: border-box;
  padding-right: 30px;
  padding: 20px 0;
}
.company_a {
  width: 100%;
}
.recruitinfo_wrap .bg_img_wrap2 {
  position: relative;
  overflow: hidden;
}
.recruitinfo_wrap .bg_img_wrap2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #DA9DB8;
  opacity: 0.55;
  z-index: 1;
}
.recruitinfo_wrap .bg_img_wrap2 img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitinfo_wrap .txtbox {
  position: relative;
  z-index: 2;
  gap: 40px;
  flex-direction: column;
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .company_a .company-wrap .item .label {
    width: 30%;
    padding: 15px 0;
  }
  .company_a .company-wrap .item > div {
    padding-left: 15px !important;
  }
  .company_a .company-wrap .item > div p{
    font-size: 12px;
  }
}
/* ---------- more ---------- */
.more > a {
  position: relative;
  width: 200px;
  gap: 20px;
  border-radius: 200px;
  padding: 10px 30px;
  background-color: #FBFBFB;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  box-sizing: border-box;
}
.more > a:hover {
  opacity: 1;
}
.more > a::before, .more > a::after {
  content: "";
  position: absolute;
  width: 0;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.more > a::before {
  background-color: #E0AAC3;
  transition: ease 0.3s;
}
.more > a::after {
  background-color: #F5DCE7;
  transition: ease 1.0s;
}
.more > a:hover::before, .more > a:hover::after {
  width: 120%;
}
.more a > div {
  position: relative;
  z-index: 2;
}
.more a > div p {
  color: #666666;
  font-size: 20px;
  font-family: "Jost", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
/* ---------- header ---------- */
.header_b {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px clamp(10px, 2vw, 40px);
  justify-content: flex-end;
  z-index: 9999;
}
.header_b .head_menu, .header_b .head_menu .ul {
  gap: clamp(20px, 5vw, 40px);
}
.header_b .head_menu, .header_b .head_menu .ul p {
  font-size: clamp(8px, 6vw, 16px);
  white-space: nowrap;
}
.header_b .head_menu {
  padding: 10px 10px;
  border-radius: 0px;
  background-color: inherit;
  box-shadow: none;
}
.header_b.active .head_menu .ul {
  opacity: 0;
  pointer-events: none !important;
}
.header_b .head_menu .ul .icon_bt {
  width: 25px;
}
.header_b .head_menu .lang_bt {
  width: 25px;
  position: relative;
}
.header_b .head_menu .lang_bt .translate_wrap {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
  padding-top: 15px;
  pointer-events: none;
  opacity: 0;
  transition: ease 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.header_b .head_menu .lang_bt:hover .translate_wrap {
  opacity: 1;
  pointer-events: all;
}
.header_b .head_menu .lang_bt .translate_wrap a p {}
.header_b .head_menu .menu-bt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}
.header_b .head_menu .menu-bt .line {
  position: relative;
  width: 32px;
  height: 20px;
}
.header_b .head_menu .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #666666;
  transition: ease 0.4s;
}
.header_b .head_menu .menu-bt .line div:nth-of-type(1) {
  top: 5px;
}
.header_b .head_menu .menu-bt .line div:nth-of-type(2) {
  bottom: 0px;
}
.header_b .head_menu .menu-bt.active .line div:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header_b .head_menu .menu-bt.active .line div:nth-of-type(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.menu-wrap.burgermenu_b .mene_box .lang-btn {
  background-color: #E8BCD0;
}
.menu-wrap.burgermenu_b .mene_box .nav_box {
  padding: clamp(80px, 12vw, 100px) clamp(40px, 8vw, 110px) clamp(80px, 12vw, 100px);
}
.header_b2 {
  justify-content: space-between;
}
.header_b .logo {
  width: clamp(120px, 14vw, 200px);
}
/* ---------- pagetitle ---------- */
.pagetitle2 {
  position: relative;
  z-index: 2;
  background-color: #FBFBFB;
  height: clamp(250px, 36vw, 400px);
  padding-top: clamp(60px, 6vw, 90px);
}
.pagetitle .titlebox {
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
  width: 100%;
}
.pagetitle .titlebox h1, .pagetitle .titlebox p {
  color: #AFA3A6
}
.pagetitle1 {
  padding-top: 140px;
  background-color: #FBFBFB;
  border-bottom: 50px solid #F9F4EF;
}
.pagetitle1 .titlebox {
  width: 40%;
  padding: 30px;
  padding-left: 5%;
}
.pagetitle1 .imgbox {
  width: 60%;
  margin-bottom: -50px;
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pagetitle1 {
    padding-top: 100px;
    background-color: #FBFBFB;
    border-bottom: 30px solid #F9F4EF;
  }
  .pagetitle1 .titlebox {
    width: 100%;
    padding: 20px;
  }
  .pagetitle1 .imgbox {
    width: 80%;
    margin-left: 20%;
    margin-bottom: -30px;
  }
}
/* ---------- footer ---------- */
.footer_h {
  padding-top: 150px;
  background: #F9F4EF;
  background: linear-gradient(180deg, rgba(249, 244, 239, 0) 0%, rgba(249, 244, 239, 0) 55%, rgba(232, 188, 208, 1) 100%);
}
.footer_h .logo {
  width: 100%;
  max-width: 180px;
}
.footer_h .leftbox p {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
}
.footer_h > div {
  padding-top: 0px;
  padding-bottom: 40px;
}
.footer_h .ul {
  gap: 50px;
}
.footer_h .leftbox {
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.footer_h .copyright {
  width: 100%;
}
.footer_h .copyright p {
  color: #999697;
  font-weight: 300;
}
.footer_h .rightbox {
  align-items: flex-end;
  flex-direction: column;
  gap: 40px;
}
.footer_h .rightbox .snsbox {
  gap: 30px;
}
.footer_h .rightbox .snsbox .icon {
  width: 30px;
}
.footer_h .rightbox p {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  font-family: "Jost", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ---------- font ---------- */
.en_title {
  font-family: "Jost", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(20px, 2.8vw, 34px);
  letter-spacing: 0.05em;
  font-weight: 300;
}
.en_txt {
  font-family: "Jost", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(17px, 2.4vw, 28px);
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #E0AAC3;
}
.en_txt2 {
  font-family: "Jost", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(14px, 2.0vw, 20px);
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #E0AAC3;
}
.default_title {
  font-size: clamp(18px, 2.2vw, 24px);
  letter-spacing: 0.05em;
}
.default_title2 {
  font-size: clamp(16px, 2.0vw, 22px);
  letter-spacing: 0.05em;
}
.default_title3 {
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: 0.05em;
}
.default_txt {
  font-size: clamp(16px, 2.0vw, 20px);
  letter-spacing: 0.05em;
}
.default_txt2 {
  font-size: clamp(15px, 1.6vw, 18px);
  letter-spacing: 0.05em;
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05em;
}
.font-serif {
  font-family: "Zen Old Mincho", sans-serif;
}
.font-jost {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}
/* ---------- default ---------- */
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- layout ---------- */
.column2_layout, .column2_layout2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.column2_layout > .imgbox {
  width: 35%;
}
.column2_layout > .txtbox {
  width: 65%;
  padding-left: 10%;
}
.column2_layout2 > .imgbox {
  width: 25%;
}
.column2_layout2 > .txtbox {
  width: 75%;
  padding-left: 10%;
}
.gallery_wrap > a {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
body:not(.gjs-dashed) .gallery_wrap .box > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: ease 1.0s;
}
body:not(.gjs-dashed) .gallery_wrap .box:hover > div {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery_wrap.gallery1 {
  gap: 20px;
  justify-content: flex-start;
}
.gallery_wrap.gallery1 .box {
  width: calc(100% / 4 - 60px / 4);
}
.gallery_wrap.gallery2 {
  gap: 30px;
  justify-content: flex-start;
}
.gallery_wrap.gallery2 .box {
  width: calc(100% / 3 - 60px / 3);
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .column2_layout > .txtbox {
    padding-left: 5%;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .gallery_wrap.gallery2 {
    gap: 25px;
  }
  .gallery_wrap.gallery2 .box {
    width: calc(100% / 3 - 50px / 3);
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .column2_layout > .imgbox {
    width: 40%;
  }
  .column2_layout > .txtbox {
    width: 60%;
    padding-left: 5%;
  }
  .column2_layout2 > .imgbox {
    width: 35%;
  }
  .column2_layout2 > .txtbox {
    width: 65%;
    padding-left: 5%;
  }
  .gallery_wrap.gallery1 {
    gap: 10px;
  }
  .gallery_wrap.gallery1 .box {
    width: calc(100% / 4 - 30px / 4);
  }
  .gallery_wrap.gallery2 {
    gap: 20px;
  }
  .gallery_wrap.gallery2 .box {
    width: calc((100% - 40px) / 3);
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .column2_layout, .column2_layout2 {
    justify-content: center;
  }
  .column2_layout > .imgbox {
    width: 70%;
    margin-bottom: 30px;
  }
  .column2_layout > .txtbox {
    width: 100%;
    padding-left: 0;
  }
  .column2_layout2 > .imgbox {
    width: 60%;
    margin-bottom: 20px;
  }
  .column2_layout2 > .txtbox {
    width: 100%;
    padding-left: 0;
  }
  .gallery_wrap.gallery1 {
    gap: 8px;
  }
  .gallery_wrap.gallery1 .box {
    width: calc(100% / 2 - 8px / 2);
  }
  .gallery_wrap.gallery2 {
    gap: 8px;
  }
  .gallery_wrap.gallery2 .box {
    width: calc(100% / 2 - 8px / 2);
  }
}
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #E0AAC3
}
.txt-color2 {
  color: #979797
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #E0AAC3
}
.bg-color2 {
  background-color: #979797
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #E0AAC3
}
.border-color2 {
  border-color: #979797
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #E0AAC3
}
.hvr-txt-color2:hover {
  color: #979797
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #E0AAC3
}
.hvr-bg-color2:hover {
  background-color: #979797
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #E0AAC3
}
.hvr-border-color2:hover {
  border-color: #979797
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1320px ~ ---------- */
@media screen and (max-width: 1320px) {
  .footer_h .rightbox {
    display: none;
  }
  .footer_h .leftbox {
    width: 100%;
    align-items: center;
  }
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  .lt_br_hide br {
    display: none;
  }
  .lt_br_show br {
    display: block;
  }
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
  .pd_t_1 {
    padding-top: 100px;
  }
  .pd_t_2 {
    padding-top: 80px;
  }
  .pd_t_3 {
    padding-top: 60px;
  }
  .pd_t_4 {
    padding-top: 40px;
  }
  .pd_t_5 {
    padding-top: 30px;
  }
  .pd_b_1 {
    padding-bottom: 100px;
  }
  .pd_b_2 {
    padding-bottom: 80px;
  }
  .pd_b_3 {
    padding-bottom: 60px;
  }
  .pd_b_4 {
    padding-bottom: 40px;
  }
  .pd_b_5 {
    padding-bottom: 30px;
  }
  /* ---------- common ---------- */
  .lt-2_br_hide br {
    display: none;
  }
  .lt-2_br_show br {
    display: block;
  }
  .shopinfo_wrap {
    flex-direction: column;
    gap: 50px;
  }
  .shopinfo_wrap .leftbox {
    width: 100%;
  }
  .shopinfo_wrap .rightbox {
    width: 100%;
  }
  .shopinfo_wrap .leftbox iframe {
    width: 100%;
    aspect-ratio: 2 / 1;
  }
  .shopinfo_wrap .rightbox .topbox {
    position: static;
    width: 100%;
    padding-left: 0;
    align-items: center;
    gap: 20px;
  }
  .shopinfo_wrap .rightbox .topbox .logo {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: clamp(120px, 22vw, 220px);
  }
  .shopinfo_wrap .rightbox .topbox .titlebox {
    margin-left: 0;
    transform: none;
  }
  .shopinfo_wrap .more {
    margin-left: auto;
    margin-right: auto;
  }
  /* ---------- header ---------- */
  .menu-wrap.burgermenu_b .mene_box .nav_box .ul {
    gap: 10px;
    padding: 0 20px;
  }
  .menu-wrap.burgermenu_b .mene_box .nav_box .ul .li a p {
    font-size: 18px;
  }
  .header_b .logo {
    width: 25%;
    max-width: 100px;
  }
  .header_b .head_menu {
    width: auto;
    height: auto;
  }
  .header_b .head_menu .ul {
    display: flex;
  }
  .header_b .head_menu .ul .li {
    display: none;
  }
  .pagetitle .titlebox {
    gap: 15px;
  }
  /* ---------- font ---------- */
  /*
	.en_title{
		font-size: 30px;
	}
	.default_title{ 
		font-size: 22px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
	*/
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  .tb_br_hide br {
    display: none;
  }
  .tb_br_show br {
    display: block;
  }
  .shopinfo_wrap .rightbox {
    gap: 50px
  }
  .company_a .company-wrap .item > div {
    padding-left: 30px;
  }
  .mg_b1 {
    margin-bottom: 40px;
  }
  /* ---------- header ---------- */
  .header_b .head_menu .ul .li {
    display: none;
  }
  .pagetitle .titlebox {
    gap: 10px;
  }
  /* ---------- footer ---------- */
  /* ---------- font ---------- */
  /*
	.en_title{
		font-size: 28px;
	}
	.default_title{ 
		font-size: 20px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
	*/
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  a p, a, a i {
    font-size: 14px;
  }
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
  .pd_t_1 {
    padding-top: 80px;
  }
  .pd_t_2 {
    padding-top: 60px;
  }
  .pd_t_3 {
    padding-top: 50px;
  }
  .pd_t_4 {
    padding-top: 30px;
  }
  .pd_t_5 {
    padding-top: 20px;
  }
  .pd_b_1 {
    padding-bottom: 80px;
  }
  .pd_b_2 {
    padding-bottom: 60px;
  }
  .pd_b_3 {
    padding-bottom: 50px;
  }
  .pd_b_4 {
    padding-bottom: 30px;
  }
  .pd_b_5 {
    padding-bottom: 20px;
  }
  /* ---------- common ---------- */
  .sp_br br{display:block;}
  .sp_br_hide br {
    display: none;
  }
  .sp_br_show br {
    display: block;
  }
  .more > a {
    width: 170px;
    padding: 8px 15px;
  }
  .more a > div p {
    font-size: 18px;
  }
  .shopinfo_wrap .rightbox {
    gap: 30px
  }
  .shopinfo_wrap {
    gap: 30px;
  }
  .shopinfo_wrap .leftbox iframe {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  /* ---------- header ---------- */
  .menu-wrap.burgermenu_b .mene_box .nav_box .ul {
    gap: 5px;
    padding: 0 10px;
  }
  .menu-wrap.burgermenu_b .mene_box .nav_box .ul .li a p {
    font-size: 18px;
  }
  .menu-wrap.burgermenu_b .mene_box .nav_box .ul .li {
    padding: 5px 0;
  }
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}