@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 300;
}
@media (max-width: 428px) {
  .cmn-header {
    height: 80px;
  }
}
.cmn-header--wrap {
  height: 100%;
  padding-left: 40px;
  padding-right: 106px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .cmn-header--wrap {
    padding-right: 40px;
  }
}
@media (max-width: 1080px) {
  .cmn-header--wrap {
    padding-right: 0;
  }
}
@media (max-width: 428px) {
  .cmn-header--wrap {
    padding-left: 25px;
    align-items: center;
  }
}

.cmn-header_logo {
  width: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 428px) {
  .cmn-header_logo {
    width: 156px;
    margin-top: 0;
  }
}
.cmn-header_logo:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-header_logo:hover {
    opacity: 1;
  }
}
.cmn-header_logo--img {
  display: block;
  max-width: 100%;
}
.cmn-header_logo--txt {
  font-size: 14px;
  line-height: 1.4285714286;
  display: block;
}
@media (max-width: 428px) {
  .cmn-header_logo--txt {
    display: none;
  }
}

.cmn-header_nav {
  width: 680px;
  max-width: calc(100% - 390px - 40px);
  height: 100%;
}
@media (max-width: 1080px) {
  .cmn-header_nav {
    display: none;
  }
}
.cmn-header_nav--list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmn-header_nav--link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.cmn-header_nav--link:before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/15;
  border-radius: 50%;
  margin-right: 7px;
}
.cmn-header_nav--link-top:before {
  background-color: #accd0d;
}
.cmn-header_nav--link-about:before {
  background-color: #ff9914;
}
.cmn-header_nav--link-service:before {
  background-color: #03cbc9;
}
.cmn-header_nav--link-voice:before {
  background-color: #ff7db0;
}
.cmn-header_nav--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 428px) {
  .cmn-header_nav--link:hover {
    transform: translateY(0);
  }
}

.cmn-header_hmb {
  display: none;
}
@media (max-width: 1080px) {
  .cmn-header_hmb {
    display: block;
    width: 100px;
    height: 100%;
    transition: 0.3s;
    position: relative;
    z-index: 301;
  }
}
@media (max-width: 428px) {
  .cmn-header_hmb {
    width: 80px;
  }
}
.cmn-header_hmb:hover {
  background-color: #f9ffdc;
}
@media (max-width: 428px) {
  .cmn-header_hmb:hover {
    background-color: transparent;
  }
}
.cmn-header_hmb--border {
  width: 45px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .cmn-header_hmb--border {
    width: 30px;
  }
}
.cmn-header_hmb--border:first-of-type {
  top: 37.5px;
}
@media (max-width: 428px) {
  .cmn-header_hmb--border:first-of-type {
    top: 30px;
  }
}
.is_hmb_open .cmn-header_hmb--border:first-of-type {
  top: 49px;
  transform: translateX(-50%) rotate(-135deg);
}
@media (max-width: 428px) {
  .is_hmb_open .cmn-header_hmb--border:first-of-type {
    top: 38px;
    transform: translateX(-50%) rotate(-135deg);
  }
}
.cmn-header_hmb--border:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.is_hmb_open .cmn-header_hmb--border:nth-of-type(2) {
  opacity: 0;
}
.cmn-header_hmb--border:last-of-type {
  bottom: 37.5px;
}
@media (max-width: 428px) {
  .cmn-header_hmb--border:last-of-type {
    bottom: 30px;
  }
}
.is_hmb_open .cmn-header_hmb--border:last-of-type {
  bottom: 49px;
  transform: translateX(-50%) rotate(135deg);
}
@media (max-width: 428px) {
  .is_hmb_open .cmn-header_hmb--border:last-of-type {
    bottom: 39px;
    transform: translateX(-50%) rotate(135deg);
  }
}

.cmn-header_sp {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media (max-width: 428px) {
  .cmn-header_sp {
    height: 100dvh;
  }
}
.is_hmb_open .cmn-header_sp {
  right: 0;
}
.cmn-header_sp--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn-header_sp--wrap {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f9ffdc;
  width: 500px;
  padding-top: 100px;
  padding-bottom: 44px;
  border-radius: 0 0 0 30px;
}
@media (max-width: 428px) {
  .cmn-header_sp--wrap {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
    box-sizing: border-box;
  }
}
.cmn-header_sp--logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cmn-header_sp--desc {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
}

.cmn-header_sp_nav {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
}
@media (max-width: 428px) {
  .cmn-header_sp_nav {
    width: calc(100% - 50px);
  }
}
.cmn-header_sp_nav--link {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #accd0d;
  text-align: center;
  display: block;
}
.cmn-header_sp_nav--link-top {
  padding-top: 0;
  border-color: #accd0d;
}
.cmn-header_sp_nav--link-top .cmn-header_sp_nav--txt:before {
  background-color: #accd0d;
}
.cmn-header_sp_nav--link-about {
  border-color: #ff9914;
}
.cmn-header_sp_nav--link-about .cmn-header_sp_nav--txt:before {
  background-color: #ff9914;
}
.cmn-header_sp_nav--link-service {
  border-color: #03cbc9;
}
.cmn-header_sp_nav--link-service .cmn-header_sp_nav--txt:before {
  background-color: #03cbc9;
}
.cmn-header_sp_nav--link-voice {
  border-color: #ff7db0;
}
.cmn-header_sp_nav--link-voice .cmn-header_sp_nav--txt:before {
  background-color: #ff7db0;
}
.cmn-header_sp_nav--link:hover .cmn-header_sp_nav--txt {
  transform: translateY(-2px);
}
@media (max-width: 428px) {
  .cmn-header_sp_nav--link:hover .cmn-header_sp_nav--txt {
    transform: translateY(0);
  }
}
.cmn-header_sp_nav--txt {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.cmn-header_sp_nav--txt:before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/15;
  border-radius: 50%;
  margin-right: 7px;
}

.cmn-header_sp_cta {
  margin-top: 40px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.cmn-header_sp_cta--item {
  margin-top: 10px;
}
.cmn-header_sp_cta--item:first-of-type {
  margin-top: 0;
}
.cmn-header_sp_cta--link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  height: 60px;
}
.cmn-header_sp_cta--link:before {
  content: "";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.cmn-header_sp_cta--link-line {
  background-color: #06c755;
}
.cmn-header_sp_cta--link-line:before {
  width: 37px;
  aspect-ratio: 37/35;
  background-image: url(../img/icon/icon-line.svg);
}
.cmn-header_sp_cta--link-shop {
  background-color: #03cbc9;
}
.cmn-header_sp_cta--link-shop:before {
  width: 32px;
  aspect-ratio: 32/28;
  background-image: url(../img/icon/icon-bag.svg);
}
.cmn-header_sp_cta--link:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-header_sp_cta--link:hover {
    opacity: 1;
  }
}

.cmn-aside {
  position: fixed;
  top: 130px;
  right: -6px;
  z-index: 301;
}
@media (max-width: 428px) {
  .cmn-aside {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.is_hmb_open .cmn-aside {
  z-index: auto;
}

@media (max-width: 428px) {
  .cmn-aside_list {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.cmn-aside_list--link {
  width: 66px;
  height: 190px;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 56px;
  padding-right: 6px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .cmn-aside_list--link {
    width: 158px;
    height: 50px;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 0;
    border-radius: 10px 10px 0 0;
    writing-mode: horizontal-tb;
    text-align: center;
    justify-content: center;
  }
}
.cmn-aside_list--link-contact {
  background-color: #accd0d;
}
.cmn-aside_list--link-contact:before {
  aspect-ratio: 32/25;
  background-image: url(../img/icon/icon-serif.svg);
}
.cmn-aside_list--link-shop {
  margin-top: 10px;
  background-color: #03cbc9;
}
@media (max-width: 428px) {
  .cmn-aside_list--link-shop {
    margin-top: 0;
    margin-right: 9px;
  }
}
.cmn-aside_list--link-shop:before {
  aspect-ratio: 32/28;
  background-image: url(../img/icon/icon-bag.svg);
}
.cmn-aside_list--link:before {
  content: "";
  display: block;
  width: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: calc(50% - 3px);
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .cmn-aside_list--link:before {
    width: 27px;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
  }
}
.cmn-aside_list--link:hover {
  transform: translateX(-6px);
}
@media (max-width: 428px) {
  .cmn-aside_list--link:hover {
    transform: translateX(0);
  }
}
.cmn-aside_list--txt {
  font-size: 18px;
  color: #fff;
  line-height: 1.2222222222;
}
@media (max-width: 428px) {
  .cmn-aside_list--txt {
    font-size: 16px;
    line-height: 1.125;
  }
}

.cmn-main {
  display: block;
}

.cmn-footer {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 428px) {
  .cmn-footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.cmn-footer:before {
  content: "";
  display: block;
  width: 490px;
  aspect-ratio: 980/140;
  background-image: url(../img/cmn-footer.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .cmn-footer:before {
    width: 280px;
    top: -20px;
  }
}
.cmn-footer--copyright {
  display: block;
  text-align: center;
  color: #b1aca4;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.cmn-footer_cta {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 428px) {
  .cmn-footer_cta {
    display: block;
    padding-bottom: 0;
  }
}
.cmn-footer_cta:after {
  content: "";
  display: block;
  width: 950px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/icon/icon-dot-line.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media (max-width: 428px) {
  .cmn-footer_cta:after {
    content: none;
  }
}
.cmn-footer_cta--logo {
  width: 219px;
  margin-top: 45px;
  margin-right: 136px;
  display: block;
}
@media (max-width: 428px) {
  .cmn-footer_cta--logo {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.cmn-footer_cta--logo:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-footer_cta--logo:hover {
    opacity: 1;
  }
}
.cmn-footer_cta--logo_img {
  display: block;
  width: 100%;
}
.cmn-footer_cta--wrap {
  width: 595px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .cmn-footer_cta--wrap {
    width: 100%;
    display: block;
  }
}
.cmn-footer_cta--desc {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: fit-content;
}
@media (max-width: 428px) {
  .cmn-footer_cta--desc {
    margin-top: 40px;
    width: 100%;
  }
}
.cmn-footer_cta--list {
  width: 280px;
}
@media (max-width: 428px) {
  .cmn-footer_cta--list {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn-footer_cta--item {
  margin-top: 10px;
}
.cmn-footer_cta--item:first-of-type {
  margin-top: 0;
}
.cmn-footer_cta--link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  height: 60px;
}
.cmn-footer_cta--link:before {
  content: "";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.cmn-footer_cta--link-line {
  background-color: #06c755;
}
.cmn-footer_cta--link-line:before {
  width: 37px;
  aspect-ratio: 37/35;
  background-image: url(../img/icon/icon-line.svg);
}
.cmn-footer_cta--link-shop {
  background-color: #03cbc9;
}
.cmn-footer_cta--link-shop:before {
  width: 32px;
  aspect-ratio: 32/28;
  background-image: url(../img/icon/icon-bag.svg);
}
.cmn-footer_cta--link:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-footer_cta--link:hover {
    opacity: 1;
  }
}

.cmn-footer_info {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .cmn-footer_info {
    display: block;
    padding-top: 40px;
  }
}
.cmn-footer_info--address {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: 175px;
}
@media (max-width: 428px) {
  .cmn-footer_info--address {
    text-align: left;
    margin-right: 0;
    text-align: center;
  }
}
.cmn-footer_info--map {
  text-decoration: underline;
}
.cmn-footer_info--map:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-footer_info--map:hover {
    opacity: 1;
  }
}

.cmn-footer_nav {
  width: 488px;
  margin-right: 35px;
}
@media (max-width: 428px) {
  .cmn-footer_nav {
    display: none;
  }
}
.cmn-footer_nav--list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 172px;
}
.cmn-footer_nav--item {
  margin-top: 30px;
}
.cmn-footer_nav--item:first-of-type, .cmn-footer_nav--item:nth-of-type(5) {
  margin-top: 0;
}
.cmn-footer_nav--item:nth-of-type(-n+4) {
  margin-right: 95px;
}
.cmn-footer_nav--link {
  font-size: 20px;
  letter-spacing: 0.05em;
  display: inline-block;
}
.cmn-footer_nav--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 428px) {
  .cmn-footer_nav--link:hover {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=common.css.map */
