@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --main-color:#009999;
  --yellow-color:#FFEE00;
}

.sp{
  display: none !important;
  @media screen and (max-width:768px) {
      display: block !important;
  }
}
.pc{
  display: block !important;
  @media screen and (max-width:768px) {
      display: none !important;
  }
}
html {
    scroll-padding-top: 92px;
      @media screen and (max-width:768px) {
          scroll-padding-top: 55px;
      }
}

/* =========================
   Header Layout
========================= */
@media (min-width: 1024px) {
	.l-center-header {
		border-bottom: 1px solid #e5e5e5;
		padding: 9px 0 10px;
	}

	.l-center-header .c-container {
		margin: 0 auto;
		position: relative;
	}
}

/* =========================
   Top Sub Navigation
========================= */
@media (min-width: 1024px) {
.p-header-sub-nav {
	padding: 0 !important;
}

.p-header-sub-nav .c-navbar {
	display: flex;
	align-items: center;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 共通アイコン */
.p-header-sub-nav .c-navbar .menu-item a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.p-header-sub-nav .c-navbar .menu-item{
	padding-left: 1.5em;
}

/* よくある質問 */
.menu-item-47 a::before {
	background-image: url("/wp-content/plugins/my-snow-monkey/assets/img/common/icon_qa.svg");
}

/* 制作実績 */
.menu-item-4149 a::before {
	background-image: url("/wp-content/plugins/my-snow-monkey/assets/img/common/icon_results.svg");
}

/* 会社概要 */
.menu-item-49 a::before {
	background-image: url("/wp-content/plugins/my-snow-monkey/assets/img/common/icon_company.svg");
}

.p-header-sub-nav .c-navbar__item a {
	font-size: 14px;
	font-weight: 500;
	color: #00a5ad;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: opacity .2s ease;
}

.p-header-sub-nav .c-navbar__item a:hover {
	opacity: .7;
}
}

.hero-title{
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  background: repeating-linear-gradient(-45deg, #EBF7F7 0px, #EBF7F7 5px, #ffffff 3px, #ffffff 9px);
  @media (max-width: 767px) {
    font-size: 24px;
    min-height: 150px;
  }
}
.c-page-header{
  display: none;
}
.l-contents__inner{
  margin-top: 20px;
}

a:hover{
  img{
    opacity: .7;
  }
}

/* =========================
   Main Row
========================= */
.c-site-branding__title .custom-logo {
	width: 200px;
}
@media (min-width: 1024px) {
.l-center-header__row{
	position: absolute;
	top: 18px;
}
.c-site-branding__title .custom-logo {
	width: 250px;
}
}

/* =========================
   Logo
========================= */

.custom-logo {
	width: 275px;
	height: auto;
	display: block;
}

/* =========================
   Global Navigation
========================= */
@media (min-width: 1024px) {
.p-global-nav {
	margin-left: auto;
}

.p-global-nav > .c-navbar {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 36px;
}

/* nav item */

.p-global-nav .c-navbar__item {
	position: relative;
}

.p-global-nav .c-navbar__item > a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #111;
	text-decoration: none;
	letter-spacing: 0.03em;
	transition: color .2s ease;
	padding: 0 !important;
	height: 37px;
}

.p-global-nav .c-navbar__item > a:hover {
	color: #00a5ad;
}
}
/* =========================
   Contact Button
========================= */
@media (min-width: 1024px) {
.p-global-nav .c-navbar__item:last-child > a {
	background: #009fa8;
	color: #fff;
    padding: 0 26px !important;
    border-radius: 999px;
    font-size: 16px;
	font-weight: 700;
}

.p-global-nav .c-navbar__item:last-child > a:hover {
	background: #008891;
	transform: translateY(-1px);
}
}
/* =========================
   Dropdown Menu
========================= */

.c-navbar__submenu {
	border-radius: 10px;
	padding: 12px 0;
	background: #008891;
}

/* =========================
   Position adjustment
========================= */
@media (min-width: 1024px) {
.l-center-header .c-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.l-center-header .c-row__col--auto {
	flex-shrink: 0;
}

/* ロゴとナビを横並び */

.l-center-header__row:first-of-type .c-row {
	align-items: flex-end;
}

/* ナビを右へ */

.l-center-header__row:last-of-type {
 position: static;
 justify-items: flex-end;
}
}

/* =========================
   SP menu
========================= */
.c-row__col.c-row__col--fit.u-invisible-lg-up.u-invisible-wall{
    display: none;
}
.l-center-header .c-row__col.u-text-center>*, .l-center-header .c-site-branding--has-logo img {
    margin-left: 0;
}
.l-header .c-hamburger-btn__bar {
    background-color: var(--main-color);
	height: 2px;
}
.c-hamburger-btn__label {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
	color: var(--main-color);
}

/* =========================
   フッター問い合わせ
========================= */
.contact-lead{
  text-align: center;
  h3{
    font-size: 26px;
    margin-bottom: 18px;
  }
  p{
    margin-bottom: 2em;
    @media (max-width: 767px) {
        text-align: left;
      }
  }
}
/* =========================
   フッターカレンダー
========================= */
.shipping-layout-wrap{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #F7F7F7;
    padding-top: 80px;
  }
.shipping-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
    max-width: 1160px;
    margin: 0 auto;
  }
  @media (max-width: 900px) {
    .shipping-layout {
      grid-template-columns: 1fr;
    }
  }
  .shipping-main {
    background: #fff;
    border-radius: 8px;
    padding-top: 30px;
  }
  .shipping-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }
  .shipping-lead {
    text-align: center;
    font-size: 14px;
    padding: 20px;
  }
  .shipping-note {
    font-size: 13px;
    color: #666;
  }
  .shipping-calendar-box {
    padding: 24px;
    padding-top: 0;
  }

  .shipping-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .side-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  .side-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
  }
  .side-subtitle {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .card-image {
    text-align: center;
    margin-bottom: 16px;
  }
  .card-image img {
    max-width: 100%;
    height: auto;
  }
  .side-list {
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 0;
  }
  .side-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-weight: bold;
    span{
        font-weight: normal;
    }
  }
  .shipping-fee div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .side-note {
    font-size: 13px;
    color: #555;
    margin-bottom: 16px;
  }
  .side-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 20px;
    background: #4aa3ff;
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    text-decoration: none;
  }

  .shipping-layout-1col {
    max-width: 1160px;
    margin: 30px auto 0;
  }


/* =========================
   MV
========================= */
.mv{
	position: relative;
	.swiper img{
		width:100%;
	}
}
.balloon_line{
  display: block;
  width: 176px;
  height: 176px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  bottom: -36px;
  left: 58px;
  @media (max-width: 767px) {
    width: 203px;
    height: inherit;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-bnr-slide{
  margin-top: 40px;
}

.mv-category-list {
    position: absolute;
    right: 14%;
    bottom: 13%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mv-category-list__item {
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 1.2% 4%;
  border: 2px solid #006765;
  border-radius: 9999px;
  background: #fff;
  color: #004c4b;
  font-size: 1.4vw;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.mv-category-list {
    right: 50%;
		bottom: 76px;
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 10px 8px;
		width: calc(100% - 24px);
    transform: translateX(50%);
	}

	.mv-category-list__item {
		grid-column: span 2;
		min-width: 0;
		min-height: 42px;
		padding: 6px 10px;
		font-size: 15px;
	}

	.mv-category-list__item:nth-child(4) {
		grid-column: 2 / span 2;
	}

	.mv-category-list__item:nth-child(5) {
		grid-column: 4 / span 2;
	}
}

.mv-under-text{
  padding-top: 1em;
  text-align: center;
  font-size: 22px;
  span{
    font-size: 28px;
    &.red{
      color: red;
      font-weight: bold;
    }
  }
  @media (max-width: 767px) {
    padding-top: 2em;
  }
}