@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/NotoSansJP-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/JosefinSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/JosefinSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/JosefinSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/JosefinSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/gotochikitty/assets/fonts/MPLUSRounded1c-Black.ttf") format("truetype");
}
/*-- layoutフォルダの中の_index.scss --*/
.l-ft__top {
  background-color: #f8f8f8;
}
.l-ft__bottom {
  background-color: #9979cc;
  padding: 26px 0 54px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-ft__bottom {
    padding: 26px 0 93px;
  }
}
.l-ft__bottom-inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .l-ft__bottom-inr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
.l-ft__bottom-link {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-ft__bottom-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__bottom-link {
    font-size: 13px;
  }
}
.l-ft__bottom-txt {
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700;
}
.l-ft__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .l-ft__cont {
    padding: 50px 0 64px;
    flex-direction: column;
    gap: 36px;
  }
}
.l-ft__top-list {
  display: flex;
  gap: 20px;
}
.l-ft__top-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-ft__top-link {
  display: block;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-ft__top-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__top-txt {
    font-size: 13px;
    width: 85%;
    line-height: 1.77;
  }
}
.l-ft__top-txt .small {
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .l-ft__top-txt .sp_none {
    display: none;
  }
}

html.sp_menu_open {
  overflow: hidden;
}

#sp_menu {
  opacity: 0;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fffef4;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  z-index: 101;
  transition: 0.5s;
}
#sp_menu.sp_menu_open {
  pointer-events: auto;
  opacity: 1;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  z-index: 101;
  transition: 0.5s;
}
.l-sp {
  overflow-x: hidden;
}
.l-sp__inr {
  width: 100vw;
  padding-top: 60px;
  position: relative;
  height: 100%;
  background: linear-gradient(to bottom, #fff 50%, transparent 50%);
}
@media only screen and (max-width: 1271px) {
  .l-sp__inr {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp__inr {
    background: transparent;
  }
}
.l-sp__cloud-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100px;
}
.l-sp__cloud {
  position: absolute;
  left: -3vw;
  bottom: 70px;
  height: 124vh;
  width: 125vw;
}
.l-sp__nav-cntr {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 10vh;
}
@media only screen and (max-width: 767px) {
  .l-sp__nav-cntr {
    background-color: transparent;
  }
}
.l-sp__nav-cntr::before {
  position: absolute;
  content: "";
  background: url("../media/images/common/bottom_cloud.svg") no-repeat center/cover;
  background-position: bottom;
  left: -8vw;
  bottom: 0;
  height: 35vh;
  width: 121vw;
  transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
  .l-sp__nav-cntr::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp__nav-wrap.c-width {
    padding: 0 40px;
    min-width: 294px;
    background: linear-gradient(to bottom, transparent 4%, #ffffff 4%);
    position: relative;
  }
  .l-sp__nav-wrap.c-width::before {
    position: absolute;
    content: "";
    background: url("../media/images/common/cloud_top.svg") no-repeat center/cover;
    left: -20vw;
    top: -22vh;
    height: 32vh;
    width: 180vw;
  }
  .l-sp__nav-wrap.c-width::after {
    position: absolute;
    content: "";
    background: url("../media/images/common/cloud_bottom.svg") no-repeat center/cover;
    left: 0;
    bottom: -57vw;
    height: 57vw;
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp__nav-wrap.c-width {
    background: linear-gradient(to bottom, transparent 7%, #ffffff 7%);
  }
  .l-sp__nav-wrap.c-width::before {
    top: -16vh;
  }
}
.l-sp__nav {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  position: relative;
  gap: 0 4%;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 10%;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav {
    padding-left: 0;
    max-width: 1028px;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav {
    padding-top: 67px;
    flex-direction: column;
    padding-bottom: 32px;
    padding-right: 0;
    background-color: transparent;
  }
}
.l-sp__nav-ttl {
  font-size: 33px;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Std", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #9979cc;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 20px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-ttl {
    font-size: 24px;
    margin-top: 2px;
    padding-left: 10px;
  }
}
.l-sp__nav-list {
  padding-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-list {
    padding: 10px 0 22px;
  }
}
.l-sp__nav-item {
  min-width: 17.4%;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-item {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
  }
  .l-sp__nav-item::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #f086b5;
    background-color: #f086b5;
    top: 16px;
    right: 9px;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-item + .l-sp__nav-item {
    border-top: none;
  }
}
.l-sp__nav-item.is-open-parent::after {
  background-color: #ffffff;
}
.l-sp__nav-item.--home::after {
  content: "";
  width: 12px;
  height: 8px;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #f086b5;
  -webkit-mask: url("../media/images/common/icon_arrow_bold.svg") no-repeat center/contain;
          mask: url("../media/images/common/icon_arrow_bold.svg") no-repeat center/contain;
}
.l-sp__nav-item.--none {
  border-bottom: none;
  min-width: 217px;
}
.l-sp__nav-item.--none::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .l-sp__nav-item.pc_none {
    display: none;
  }
}
.l-sp__nav-item:nth-of-type(1) {
  border-top: none;
}
.l-sp__nav-head {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  color: #ffffff;
  background-color: #9979cc;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding: 8px 2px 6px 8px;
  border-radius: 4px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-head {
    padding: 16px 2px 16px 8px;
    color: #9979cc;
    background-color: #ffffff;
  }
  .l-sp__nav-head::before, .l-sp__nav-head::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    transition: 0.6s;
    z-index: 2;
  }
}
.l-sp__nav-head::before {
  width: 10px;
  height: 2px;
  right: 15px;
}
.l-sp__nav-head::after {
  width: 2px;
  height: 10px;
  right: 19px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-head.is-open + .l-sp__nav-body {
    max-height: 100vh;
  }
}
.l-sp__nav-head.is-open::after, .l-sp__nav-head.is-open::before {
  background-color: #f086b5;
}
.l-sp__nav-head.is-open::after {
  transform: rotate(90deg);
}
.l-sp__nav-head-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  color: #9979cc;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding: 14px 2px 13px 8px;
}
.l-sp__nav-head-link::before, .l-sp__nav-head-link::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  transition: 0.6s;
  z-index: 2;
}
.l-sp__nav-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-sp__nav-link:hover {
    color: #9979cc;
  }
}
.l-sp__nav-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-sp__nav-body {
  padding-left: 20px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-body {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
  }
}
.l-sp__body-list {
  margin-bottom: 20px;
}
.l-sp__body-item + .l-sp__body-item {
  margin-top: 11px;
}
.l-sp__body-link {
  font-size: 16px;
  font-weight: 700;
}
.l-sp__info-list {
  padding: 12px 20px 10px;
}
.l-sp__info-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 6px 0;
}
.l-sp__online-wrap {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #ffffff;
}
.l-sp__online {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding-left: 32px;
  position: relative;
  display: block;
}
.l-sp__online::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../media/images/common/icon_cart.svg") no-repeat center/contain;
}
.l-sp__other-list {
  padding-top: 10px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__other-list {
    padding: 24px 5px;
  }
}
.l-sp__other-item + .l-sp__other-item {
  margin-top: 20px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__other-item + .l-sp__other-item {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1271px) {
  .l-sp__other-item.sp_none {
    display: none;
  }
}
.l-sp__other-link {
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-sp__other-link:hover {
    color: #9979cc;
  }
}
.l-sp__other-sp-list {
  display: none;
}
@media only screen and (max-width: 1271px) {
  .l-sp__other-sp-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 17%;
  }
}
.l-sp__other-sp-link {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.l-sp__online-btn {
  margin-top: 32px;
}
.l-sp__online-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  background-color: #f086b5;
  color: #ffffff;
  font-size: 15px;
  height: 50px;
  border-radius: 34px;
  font-weight: 600;
  position: relative;
  padding: 0 32px 0 45px;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-sp__online-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .l-sp__online-link {
    max-width: 227px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-sp__online-link::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background: url("../media/images/common/icon_cart.svg") no-repeat center/contain;
}
.l-sp__sns {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__sns {
    justify-content: center;
    margin-top: 22px;
  }
}
.l-sp__sns-link {
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-sp__sns-link:hover {
    opacity: 0.7;
  }
}
.l-sp__sns-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-sp__nav-child-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-child-list {
    gap: 10px 20px;
  }
}
.l-sp__nav-child {
  width: calc((100% - 30px) / 2);
  padding-left: 15px;
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-sp__nav-child {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 1272px) {
  .l-sp__nav-child:hover {
    color: #9979cc;
  }
}
.l-sp__nav-child::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  background: url("../media/images/common/icon_map.svg") no-repeat center/cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

html.sp_menu_open .l-hd__spMenu-txt::before {
  content: "CLOSE";
}

.l-hd {
  position: fixed;
  left: 0;
  top: -30px;
  z-index: 11;
  transition: all 0.5s;
}
.l-hd__logo-link {
  display: block;
  width: 15.9vw;
}
@media only screen and (min-width: 1272px) {
  .l-hd__logo-link:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__logo-link {
    width: 174px;
  }
}
.l-hd__logo-img {
  width: 100%;
  height: auto;
}
.l-hd__spMenu {
  margin-top: 26px;
}
.l-hd__spMenu-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-hd__spMenu-link.ec {
  width: 100%;
}
.l-hd__spMenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
  width: 95px;
  height: 95px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  padding-top: 10px;
  position: fixed;
  z-index: 1001;
  right: 25px;
  top: 26px;
}
@media only screen and (max-width: 1271px) {
  .l-hd__spMenu-btn {
    right: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    padding-top: 4px;
    gap: 4px;
  }
}
.l-hd__spMenu-btn.active {
  box-shadow: none;
  right: 27px;
}
@media only screen and (max-width: 1271px) {
  .l-hd__spMenu-btn.active {
    right: 10px;
  }
}
.l-hd__spMenu-btn.active .border02 {
  display: none;
}
.l-hd__spMenu-btn.active .border01 {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.l-hd__spMenu-btn.active .border03 {
  transform: rotate(-45deg) translateY(50%);
  bottom: 50%;
}
.l-hd__spMenu-txt {
  font-size: 0;
}
.l-hd__spMenu-txt::before {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  content: "MENU";
}
@media only screen and (max-width: 1271px) {
  .l-hd__spMenu-txt::before {
    font-size: 8px;
  }
}
.l-hd__spMenu-cont {
  position: relative;
  width: 40px;
  height: 22px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-hd__spMenu-cont {
    width: 32px;
    height: 20px;
  }
}
.l-hd__spMenu-cont .border01,
.l-hd__spMenu-cont .border02,
.l-hd__spMenu-cont .border03 {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #000000;
}
@media only screen and (max-width: 1271px) {
  .l-hd__spMenu-cont .border01,
  .l-hd__spMenu-cont .border02,
  .l-hd__spMenu-cont .border03 {
    width: 32px;
  }
}
.l-hd__spMenu-cont .border01 {
  top: 0;
}
.l-hd__spMenu-cont .border02 {
  top: 9px;
}
.l-hd__spMenu-cont .border03 {
  bottom: 0;
}
.l-hd__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-hd__nav-item.--mega:hover::before {
  opacity: 1;
}
.l-hd__nav-item.--mega:hover .l-hd__mega-menu {
  visibility: visible;
  opacity: 1;
}
.l-hd__logo.--flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-hd__online-logo-txt {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .l-hd__online-logo-txt.--fs18 {
    font-size: 12px;
    line-height: 1.5;
  }
}
.l-hd__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 28px 0 96px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .l-hd__bottom {
    padding: 0 28px;
  }
}
@media only screen and (max-width: 1271px) {
  .l-hd__bottom {
    padding: 0 28px;
  }
}
@media only screen and (max-width: 1271px) {
  .l-hd__bottom {
    padding: 0 28px 0 20px;
  }
}
.l-hd__bottom.--pdAuto {
  padding: 0 50px;
}
@media only screen and (max-width: 1271px) {
  .l-hd__bottom.--pdAuto {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1271px) {
  .l-hd__bottom.--pdAuto {
    padding: 0 20px 0 16px;
  }
}
.l-hd__navArea {
  display: flex;
  align-items: center;
  gap: 60px;
}
.l-hd__nav-list {
  display: flex;
  gap: 29px;
}
@media only screen and (max-width: 1271px) {
  .l-hd__nav-list {
    display: none;
  }
}
.l-hd__nav-list.--gapwide {
  gap: 35px;
}
.l-hd__nav-link {
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-hd__nav-link:hover {
    color: #129689;
  }
}
.l-hd__nav-link.--ec {
  font-weight: 700;
}
.l-hd__nav-link.--mega {
  padding-right: 14px;
  position: relative;
  cursor: pointer;
}
.l-hd__nav-link.--mega::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background: url("../media/images/common/header_arrow.svg") no-repeat center/contain;
}
.l-hd__mega-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 106px;
  left: 50%;
  margin-left: calc(-1 * var(--parent-offset));
  /* JavaScriptでセットされる */
  background-color: #ffffff;
  width: calc(100vw - 80px);
  z-index: 100;
  transition: 0.2s;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: flex;
  transform: translateX(-50%);
  border-radius: 0 0 20px 20px;
}
.l-hd__mega-menu .c-width {
  width: 100%;
}
@media only screen and (max-width: 1271px) {
  .l-hd__mega-menu {
    display: none !important;
  }
}
.l-hd__mega-menu.--right {
  left: auto;
  right: 0;
  transform: translateY(0);
}
.l-hd__mega-menu-inr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 50px 0;
}
.l-hd__mega-ttl {
  font-size: 30px;
  font-weight: 700;
}
.l-hd__mega-subttl {
  font-family: "Josefin Sans", sans-serif;
  color: #129689;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.l-hd__mega-list {
  display: flex;
  align-items: flex-end;
  gap: 3%;
  width: 85%;
  max-width: 1280px;
}
.l-hd__mega-item {
  width: 16%;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-hd__mega-item:hover {
    opacity: 0.6;
  }
}
.l-hd__mega-item-ttl {
  font-size: 14px;
}
.l-hd__mega-img-wrap {
  margin-top: 12px;
}
.l-hd__mega-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.l-hd__iconArea {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-hd__icon-link {
  display: flex;
  align-items: center;
}
.l-hd__ec-list {
  display: flex;
  max-width: 1396px;
  justify-content: flex-end;
  align-items: center;
  height: 46px;
}
@media only screen and (max-width: 1271px) {
  .l-hd__ec-list {
    height: 15px;
    display: none;
  }
}
.l-hd__ec-link {
  font-size: 14px;
  position: relative;
  padding: 0 30px;
  font-weight: 700;
  display: inline-block;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-hd__ec-link:hover {
    opacity: 0.6;
  }
}
.l-hd__ec-link.--border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 21px;
  background-color: #ffffff;
  opacity: 41%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-hd__ec-link.--cart {
  padding-left: 60px;
  padding-right: 0;
}
.l-hd__ec-link.--cart::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  top: 2px;
  left: 30px;
  background: url("../media/images/common/icon_cart.svg") no-repeat center/contain;
}
.l-hd__ec-link.--new {
  padding-left: 50px;
}
.l-hd__ec-link.--new::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  top: 2px;
  left: 30px;
  background: url("../media/images/products/user.svg") no-repeat center/contain;
}
.l-hd__ec-link.--login {
  padding-left: 28px;
}
.l-hd__ec-link.--login::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 20px;
  top: 2px;
  left: 0px;
  background: url("../media/images/products/login.svg") no-repeat center/contain;
}

.l-bread {
  padding: 32px 0 0;
}
@media only screen and (max-width: 1366px) {
  .l-bread {
    padding: 24px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-bread {
    padding: 16px 0 0;
  }
}
.l-bread ol {
  display: flex;
  gap: 34px;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width: 767px) {
  .l-bread ol {
    gap: 22px;
  }
}
.l-bread li {
  position: relative;
}
.l-bread li:not(.last)::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  background: url("../media/images/common/icon_arrow.svg") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .l-bread li:not(.last)::after {
    width: 6px;
    height: 10px;
    right: -17px;
  }
}
.l-bread li.last a {
  pointer-events: none;
}
.l-bread li span,
.l-bread li a {
  font-size: 14px;
}
@media only screen and (max-width: 1366px) {
  .l-bread li span,
  .l-bread li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .l-bread li span,
  .l-bread li a {
    font-size: 10px;
  }
}
.l-bread li a {
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-bread li a:hover {
    color: #9979cc;
  }
}

.l-wrapper {
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1271px) {
  .l-wrapper {
    padding-top: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 120px;
  }
}

body {
  background-color: #B9E3F9;
}

.l-main {
  width: 50%;
  position: relative;
  left: 50%;
  float: right;
  display: block;
}
@media only screen and (min-width: 2400px) {
  .l-main {
    width: 43%;
    left: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .l-main {
    position: static;
    width: 100%;
  }
}

.l-info {
  position: fixed;
  right: 0;
  top: 40.6vh;
  z-index: 11;
}
@media only screen and (max-width: 1366px) {
  .l-info {
    top: 26.6vh;
  }
}
@media only screen and (max-width: 767px) {
  .l-info {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.l-info__inr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-info__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  align-items: center;
  color: #ffffff;
  padding: 48px 10px 22px 13px;
  border-radius: 10px 0 0 10px;
  letter-spacing: 0.05em;
  background-color: #9979cc;
}
@media only screen and (min-width: 1272px) {
  .l-info__link:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .l-info__link {
    flex-direction: row;
    align-items: center;
    border-radius: 10px 10px 0 0;
    width: 285px;
    height: 50px;
    padding: 9px 15px 9px 15px;
  }
}
.l-info__img {
  position: absolute;
  top: -30px;
  left: -18px;
  width: 67px;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .l-info__img {
    top: -22px;
    left: 2px;
  }
}
.l-info__txt {
  writing-mode: vertical-rl;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .l-info__txt {
    writing-mode: lr;
  }
}

.l-inner {
  padding-bottom: 78px;
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding-bottom: 80px;
  }
}

.l-page-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .l-page-top {
    right: 10px;
    bottom: 70px;
  }
}
.l-page-top.on {
  cursor: pointer;
  opacity: 1;
  pointer-events: visible;
  transition: none;
}
.l-page-top__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-page-top__link {
    max-width: 60px;
  }
}
.l-page-top__link:hover {
  opacity: 0.8;
}
.l-page-top__ttl {
  color: #ffffff;
  -webkit-text-stroke: 1px #129689;
}
.l-page-top__txt {
  color: #9979cc;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  -webkit-text-stroke: 1px #ae70d0;
  text-stroke: 1px #ae70d0;
}
@media only screen and (max-width: 767px) {
  .l-page-top__txt {
    font-size: 10px;
    bottom: 16px;
  }
}

/*-- utilityフォルダの中の_index.scss --*/
@media only screen and (max-width: 767px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-br-sp-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-br-sp-block {
    display: block;
  }
}

@media only screen and (max-width: 1271px) {
  .u-br-tb-none {
    display: none;
  }
}

.u-br-tb-block {
  display: none;
}
@media only screen and (max-width: 1271px) {
  .u-br-tb-block {
    display: block;
  }
}

@media only screen and (max-width: 1271px) {
  .u-br-tbNone-spBlock {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-br-tbNone-spBlock {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .u-br-pcNone {
    display: none;
  }
}

.u-inline-block {
  display: inline-block;
}

@media only screen and (max-width: 1271px) {
  .u-inline-block__tb {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .u-inline-block__spnone {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .u-inline-block__sp {
    display: inline-block;
  }
}

.u-mt-3 {
  margin-top: 3px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-8-20 {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .u-mt-8-20 {
    margin-top: 20px;
  }
}

.u-mt-10 {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .u-mt-10-sp {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt-10-tb {
    margin-top: 10px;
  }
}

.u-mt-5 {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .u-mt-5-sp {
    margin-top: 5px;
  }
}

.u-mt-13 {
  margin-top: 13px;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-20-10 {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .u-mt-20-10 {
    margin-top: 10px;
  }
}

.u-mt-22 {
  margin-top: 22px;
}

.u-mt-23 {
  margin-top: 23px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-27 {
  margin-top: 27px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mt-58 {
  margin-top: 58px;
}

.u-mt-14-7 {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .u-mt-14-7 {
    margin-top: 7px;
  }
}

.u-mt-22-32 {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .u-mt-22-32 {
    margin-top: 32px;
  }
}

.u-mt-23-30 {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .u-mt-23-30 {
    margin-top: 30px;
  }
}

.u-mt-27-24 {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .u-mt-27-24 {
    margin-top: 24px;
  }
}

.u-mt-30-35 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .u-mt-30-35 {
    margin-top: 35px;
  }
}

.u-mt-35-30 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .u-mt-35-30 {
    margin-top: 30px;
  }
}

.u-mt-40-24 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .u-mt-40-24 {
    margin-top: 24px;
  }
}

.u-mt-40-36 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .u-mt-40-36 {
    margin-top: 36px;
  }
}

.u-mt-60-50 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .u-mt-60-50 {
    margin-top: 50px;
  }
}

.u-mt-63-40 {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  .u-mt-63-40 {
    margin-top: 40px;
  }
}

.u-mt-64-40 {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .u-mt-64-40 {
    margin-top: 40px;
  }
}

.u-mt-70-50 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .u-mt-70-50 {
    margin-top: 50px;
  }
}

.u-mt-72-53 {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .u-mt-72-53 {
    margin-top: 53px;
  }
}

.u-mt-73-50 {
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .u-mt-73-50 {
    margin-top: 50px;
  }
}

.u-mt-80-55 {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .u-mt-80-55 {
    margin-top: 55px;
  }
}

.u-mt-80-58 {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .u-mt-80-58 {
    margin-top: 58px;
  }
}

.u-mt-80-60 {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .u-mt-80-60 {
    margin-top: 60px;
  }
}

.u-mt-30-15 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .u-mt-30-15 {
    margin-top: 15px;
  }
}

.u-mt-26 {
  margin-top: 26px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-33 {
  margin-top: 33px;
}

.u-mt-33-16 {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .u-mt-33-16 {
    margin-top: 16px;
  }
}

.u-mt-34 {
  margin-top: 34px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mt-36 {
  margin-top: 36px;
}

.u-mt-38 {
  margin-top: 38px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mt-45-25 {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .u-mt-45-25 {
    margin-top: 25px;
  }
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-50-20 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .u-mt-50-20 {
    margin-top: 20px;
  }
}

.u-mt-50-30 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .u-mt-50-30 {
    margin-top: 30px;
  }
}

.u-mt-50-40 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .u-mt-50-40 {
    margin-top: 40px;
  }
}

.u-mt-55 {
  margin-top: 55px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-60-30 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .u-mt-60-30 {
    margin-top: 30px;
  }
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mt-72 {
  margin-top: 72px;
}

.u-mt-73 {
  margin-top: 73px;
}

.u-mt-75 {
  margin-top: 75px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-95 {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .u-mt-95 {
    margin-top: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-95 {
    margin-top: 60px;
  }
}

.u-mt-100 {
  margin-top: 100px;
}

.u-mt-120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1271px) {
  .u-mt-120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-120 {
    margin-top: 60px;
  }
}

.u-mt-136 {
  margin-top: 136px;
}

.u-mt-147 {
  margin-top: 147px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-96 {
  margin-top: 96px;
}

@media only screen and (min-width: 768px) {
  .md_mt-8 {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .md_mt-72 {
    margin-top: 72px;
  }
}

@media only screen and (min-width: 768px) {
  .md_mt-96 {
    margin-top: 96px;
  }
}

.font-semibold {
  font-weight: 600;
}

/*                reset
======================================================= */
*:where(:not(iframe, canvas, img, svg, video, sup):not(svg *)) {
  all: unset;
  display: revert;
}

*::before,
*::after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

a {
  transition: 0.5s;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

body {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.c-hover {
  transition: 0.5s;
  display: inline-block;
}
@media only screen and (min-width: 1272px) {
  .c-hover:hover {
    opacity: 0.6;
  }
}

a[href^=tel]:active {
  /* ここにクリック時のスタイルを指定します */
}
@media only screen and (min-width: 1272px) {
  a[href^=tel]:active {
    pointer-events: none;
  }
  a[href^=tel]:active:hover {
    cursor: auto;
    pointer-events: none;
  }
}

/*                leyout
======================================================= */
#wrapper {
  position: relative;
  overflow: hidden;
}

body.sp_menu_open {
  overflow-y: hidden;
}

.main_width {
  max-width: 1200px;
}
@media only screen and (max-width: 1100px) {
  .main_width {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main_width {
    padding: 0 15px;
  }
}

.cont_width {
  max-width: 940px;
}
.cont_width .cont_in {
  max-width: 780px;
}

/*                テキスト装飾
======================================================= */
.text_right,
.alignright {
  text-align: right;
}

.text_left,
.alignleft {
  text-align: left;
}

.text_center,
.aligncenter {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

#main_area {
  position: relative;
}

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row img {
  width: 100%;
}
.row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .row .col1,
  .row .col2,
  .row .col3,
  .row .col4,
  .row .col5,
  .row .col6,
  .row .col7,
  .row .col8,
  .row .col9,
  .row .col10,
  .row .col11,
  .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .col1,
  .row .col2,
  .row .col3,
  .row .col4,
  .row .col5,
  .row .col6,
  .row .col7,
  .row .col8,
  .row .col9,
  .row .col10,
  .row .col11,
  .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row .tab1,
.row .tab2,
.row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 1024px) {
  .row .tab1,
  .row .tab2,
  .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .tab1,
  .row .tab2,
  .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}
.square .col1,
.square .col2,
.square .col3,
.square .col4,
.square .col5,
.square .col6,
.square .col7,
.square .col8,
.square .col9,
.square .col10,
.square .col11,
.square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }
  .pc1024Col6 {
    width: 50%;
  }
  .pc1024Col3 {
    width: 25%;
  }
  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }
  .tab6 {
    width: 50%;
  }
  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }
  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */