@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* Font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* Mixin
---------------------------------------------------------- */
/* Animation
---------------------------------------------------------- */
.a-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.a-fadeIn.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
main {
  /* Color
  ---------------------------------------------------------- */
  --color-noto-main: #008DD3;
  --color-noto-bg: #F8F3ED;
  --color-noto-line: #86C2EE;
  --color-noto-point: #FF9C11;
  --color-noto-link: #008DD3;
  --color-noto-red: #D23333;
  /* font
  ---------------------------------------------------------- */
  --font-noto-normal: "BIZ UDPGothic", sans-serif;
  --font-noto-marugo: "Zen Maru Gothic", sans-serif;
  --font-noto-caveat: "Caveat", serif;
  --font-noto-roboto: "Roboto Flex", sans-serif;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-b: 700;
  --font-bl: 900;
  --lhS: 1.2;
  --lhM: 1.5;
  --lhL: 1.8;
  --lhLL: 2.3;
  /* width
  ---------------------------------------------------------- */
  --noto-maxWidth: 1200px;
  --noto-maxWidth2: 1000px;
  --noto-sidePadding: 20px;
  --noto-marginTop: 10px;
}
@media screen and (min-width: 768px) {
  main {
    --noto-sidePadding: 40px;
  }
}
@media screen and (min-width: 768px) {
  main {
    --noto-marginTop: 20px;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}

.c-notoLp-maxWidth {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--noto-maxWidth);
}

.c-notoLp-maxWidth-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--noto-maxWidth2);
}

.c-notoLp-sidePadding {
  padding-right: var(--noto-sidePadding);
  padding-left: var(--noto-sidePadding);
}

.c-notoLp-article {
  line-height: var(--lhL);
  font-weight: var(--font-r);
}
.c-notoLp-article > * + * {
  margin-top: var(--noto-marginTop);
}
.c-notoLp-article > p + p {
  margin-top: 10px;
}

.c-taC {
  text-align: center;
}

.c-taR {
  text-align: right;
}

.c-taL {
  text-align: left;
}

.c-colorBox {
  padding: 20px;
}

.c-of-hidden {
  overflow: hidden;
}

.c-note {
  padding-left: 1.2em;
  position: relative;
}
.c-note mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.c-fwN {
  font-weight: 400;
}

.c-fwM {
  font-weight: var(--font-m);
}

.c-fwB {
  font-weight: var(--font-b);
}

.c-fsSS {
  font-size: 0.8em;
}

.c-fsS {
  font-size: 0.9em;
}

.c-fsM {
  font-size: 1.2em;
}

.c-fsL {
  font-size: 1.4em;
}

.c-fc-red {
  color: var(--color-red);
}

.c-fc-blue {
  color: var(--color-noto-main);
}

.c-fc-orange {
  color: #FF6200;
}

.c-notoLp-article > * + * {
  margin-top: var(--noto-marginTop);
}
.c-notoLp-article > p + p {
  margin-top: 10px;
}

.c-bg-white {
  background: #fff;
}

.c-notoLp-ttl-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-noto-main);
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-1 {
    gap: 10px;
  }
}
.c-notoLp-ttl-1 .-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-noto-roboto);
  font-weight: var(--font-m);
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-1 .-en {
    gap: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-notoLp-ttl-1 .-en::before, .c-notoLp-ttl-1 .-en::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #7CB4DD;
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-1 .-en::before, .c-notoLp-ttl-1 .-en::after {
    width: 50px;
  }
}
.c-notoLp-ttl-1 .-main {
  font-family: var(--font-noto-marugo);
  font-weight: var(--font-b);
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-1 .-main {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.c-notoLp-ttl-1::before {
  content: "";
  display: block;
  width: 240px;
  aspect-ratio: 1/1.6944;
  background: url("/project/noto/assets/img/img-ishikawa-white.svg") no-repeat top center/cover;
  position: absolute;
  top: -60px;
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-1::before {
    width: 300px;
  }
}
.c-notoLp-ttl-1 + p {
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-notoLp-ttl-1 + p {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-notoLp-ttl-1 + p + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-notoLp-ttl-1 + p + * {
    margin-top: 60px;
  }
}

.c-notoLp-ttl-2 {
  color: var(--color-noto-main);
  font-family: var(--font-noto-marugo);
  font-weight: var(--font-b);
  color: var(--color-noto-main);
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-notoLp-ttl-2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-notoLp-ttl-2 + * {
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-notoLp-ttl-2 + * {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 40px;
  }
}

.c-notoLp-ttl-3 {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-noto-main);
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-3 {
    padding-top: 50px;
    gap: 10px;
  }
}
.c-notoLp-ttl-3 .-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-noto-roboto);
  font-weight: var(--font-m);
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-3 .-en {
    gap: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-notoLp-ttl-3 .-en::before, .c-notoLp-ttl-3 .-en::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #7CB4DD;
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-3 .-en::before, .c-notoLp-ttl-3 .-en::after {
    width: 50px;
  }
}
.c-notoLp-ttl-3 .-main {
  font-family: var(--font-noto-marugo);
  font-weight: var(--font-b);
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-3 .-main {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.c-notoLp-ttl-3::before {
  content: "";
  display: block;
  width: 93px;
  aspect-ratio: 1/1.6944;
  background: url("/project/noto/assets/img/img-ishikawa-white.svg") no-repeat top center/cover;
  position: absolute;
  top: 30px;
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .c-notoLp-ttl-3::before {
    top: 15px;
    width: 137px;
  }
}
.c-notoLp-ttl-3 + * {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-notoLp-ttl-3 + * {
    margin-top: 50px;
  }
}

.c-notoLp-link-1 {
  text-decoration: underline;
  text-underline-position: from-font;
  color: var(--color-noto-main);
}
@media screen and (min-width: 960px) {
  .c-notoLp-link-1:hover {
    text-decoration: none;
  }
}
.c-notoLp-link-1.-fileLink {
  display: inline-grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.c-notoLp-link-1.-fileLink::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: var(--color-noto-main);
  -webkit-mask: url("/project/noto/assets/img/icons.svg#file-view") no-repeat center/cover;
          mask: url("/project/noto/assets/img/icons.svg#file-view") no-repeat center/cover;
}

.c-notoLp-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 20px;
}
@media screen and (min-width: 768px) {
  .c-notoLp-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-notoLp-flex.-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}

.c-notoLp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--noto-marginTop);
}
@media screen and (min-width: 768px) {
  .c-notoLp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--noto-marginTop) 50px;
  }
  .c-notoLp-grid.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-notoLp-grid.-gap30 {
    gap: 30px;
  }
}

.c-list-1 + * {
  margin-top: var(--noto-marginTop);
}
.c-list-1 > li > ul {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.c-list-1 > li {
  padding-left: 1.2em;
  position: relative;
}
.c-list-1 > li + li {
  margin-top: 10px;
}
.c-list-1 > li mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-1.-em2 > li {
  padding-left: 2.2em;
}
.c-list-1.-em3 > li {
  padding-left: 3.2em;
}
.c-list-1.-em4 > li {
  padding-left: 4.2em;
}

.c-list-2 + * {
  margin-top: var(--noto-marginTop);
}
.c-list-2 li {
  padding-left: 15px;
  position: relative;
}
.c-list-2 li + li {
  margin-top: 5px;
}
.c-list-2 li::before {
  content: "";
  display: inline-block;
  width: 4px;
  aspect-ratio: 1;
  background: currentColor;
  border-radius: 9999px;
  position: absolute;
  top: calc(0.5em + 2px);
  left: 5.5px;
}

.c-dlBox-1 {
  --dtWidth: 150px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (min-width: 768px) {
  .c-dlBox-1 {
    display: grid;
    grid-template-columns: var(--dtWidth) 1fr;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
  }
}
.c-dlBox-1 + .c-dlBox-1 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-dlBox-1 + .c-dlBox-1 {
    margin-top: 0;
  }
}
.c-dlBox-1 > dt {
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-main);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-dlBox-1 > dt {
    font-size: 18px;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
}
.c-dlBox-1 > dd {
  padding: 5px 0 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-dlBox-1 > dd {
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .c-dlBox-2 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.c-dlBox-2 + .c-dlBox-2 {
  margin-top: 10px;
}

.c-notoLp-img-1 img {
  width: auto;
  border-radius: 10px;
  margin: auto;
}

figcaption {
  margin-top: 5px;
  color: var(--color-font2);
  font-size: 0.8em;
  text-align: center;
  font-weight: var(--font-r);
  color: #696969;
}

.c-notoLp-imgAndTxt {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--noto-marginTop);
}
@media screen and (min-width: 768px) {
  .c-notoLp-imgAndTxt {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.c-notoLp-imgAndTxt .-img {
  width: 100%;
}
.c-notoLp-imgAndTxt .-img img {
  width: auto;
  border-radius: 10px;
  margin: auto;
}
.c-notoLp-imgAndTxt .-txtBox > * {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-notoLp-imgAndTxt.-right .-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-notoLp-btn-1 {
  text-align: center;
}
.c-notoLp-btn-1 a, .c-notoLp-btn-1 button {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px 10px 30px;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #86C2EE;
  border-radius: 9999px;
  text-align: center;
  color: var(--color-noto-main);
  font-weight: var(--font-b);
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-notoLp-btn-1 a, .c-notoLp-btn-1 button {
    width: auto;
    min-width: 370px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-notoLp-btn-1 a::after, .c-notoLp-btn-1 button::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  -webkit-mask: url("/project/noto/assets/img/icons.svg#arrow-view") no-repeat center/cover;
          mask: url("/project/noto/assets/img/icons.svg#arrow-view") no-repeat center/cover;
  background: var(--color-noto-main);
}
.c-notoLp-btn-1 a[target=_blank]::after, .c-notoLp-btn-1 button[target=_blank]::after {
  -webkit-mask: url("/project/noto/assets/img/icons.svg#tab-view") no-repeat center/cover;
          mask: url("/project/noto/assets/img/icons.svg#tab-view") no-repeat center/cover;
}
@media screen and (min-width: 960px) {
  .c-notoLp-btn-1 a, .c-notoLp-btn-1 button {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .c-notoLp-btn-1 a::after, .c-notoLp-btn-1 button::after {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .c-notoLp-btn-1 a:hover, .c-notoLp-btn-1 button:hover {
    background: #86C2EE;
    color: #fff;
  }
  .c-notoLp-btn-1 a:hover::after, .c-notoLp-btn-1 button:hover::after {
    background: #fff;
  }
}
.c-notoLp-btn-1.-more a, .c-notoLp-btn-1.-more button {
  width: 100%;
  grid-template-columns: auto auto;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.c-notoLp-btn-1.-more a::before, .c-notoLp-btn-1.-more button::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/0.8;
  background: var(--color-noto-main);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-notoLp-btn-1.-more a::after, .c-notoLp-btn-1.-more button::after {
  content: none;
}
.c-notoLp-btn-1.-more a.-active::before, .c-notoLp-btn-1.-more button.-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .c-notoLp-btn-1.-more a::before, .c-notoLp-btn-1.-more button::before {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .c-notoLp-btn-1.-more a:hover::before, .c-notoLp-btn-1.-more button:hover::before {
    background: #fff;
  }
}

.c-notoLp-deco img {
  max-width: none;
}
.c-notoLp-deco img.js-scroll {
  -webkit-transition: -webkit-clip-path 2s ease-in-out;
  transition: -webkit-clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 0 1px);
}
.c-notoLp-deco img.js-scroll.-start {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.c-notoLp-deco img.-deco1, .c-notoLp-deco img.-deco4 {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 99.9% 100%, 99.9% 0);
          clip-path: polygon(100% 0, 100% 100%, 99.9% 100%, 99.9% 0);
}
.c-notoLp-deco img.-deco1.-start, .c-notoLp-deco img.-deco4.-start {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.c-notoLp-deco img.-deco1 {
  width: 436px;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
@media screen and (min-width: 960px) {
  .c-notoLp-deco img.-deco1 {
    width: 872px;
  }
}
.c-notoLp-deco img.-deco2 {
  width: 244.5px;
}
@media screen and (min-width: 960px) {
  .c-notoLp-deco img.-deco2 {
    width: 497px;
  }
}
.c-notoLp-deco img.-deco3 {
  width: 183.5px;
}
@media screen and (min-width: 960px) {
  .c-notoLp-deco img.-deco3 {
    width: 367px;
  }
}
.c-notoLp-deco img.-deco4 {
  width: 532px;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
@media screen and (min-width: 960px) {
  .c-notoLp-deco img.-deco4 {
    width: 1064px;
  }
}

main {
  background: var(--color-noto-bg);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.36px;
  line-height: var(--lhL);
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  main {
    font-size: 16px;
    font-size: 1rem;
  }
}
main section + section {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  main section + section {
    margin-top: 30px;
  }
}
main.l-notoLp-deco__toki {
  padding-bottom: 170px;
  position: relative;
}
@media screen and (min-width: 768px) {
  main.l-notoLp-deco__toki {
    padding-bottom: 200px;
  }
}
main.l-notoLp-deco__toki::after {
  content: "";
  display: block;
  width: 95px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 5px;
  background: url("/project/noto/assets/img/img-toki.svg") no-repeat top center/100% auto;
}
@media screen and (min-width: 1280px) {
  main.l-notoLp-deco__toki::after {
    right: auto;
    left: calc(50% + 515px);
  }
}

.l-notoLp-mv {
  padding: 0 var(--noto-sidePadding);
  overflow: hidden;
}
.l-notoLp-mv__inner {
  padding: 30px 0 90px;
  max-width: 1400px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__inner {
    padding: 80px 0 180px;
  }
}
.l-notoLp-mv__inner > *:not(.c-notoLp-deco) {
  position: relative;
  z-index: 5;
}
.l-notoLp-mv__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, -2.5rem + 8.33vw, 3.75rem);
  }
}
.l-notoLp-mv__ttl .-mainLogo {
  max-width: 350px;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__ttl .-mainLogo {
    max-width: 550px;
    width: 60%;
  }
}
.l-notoLp-mv__ttl .-txt {
  font-family: var(--font-noto-marugo);
  font-weight: var(--font-m);
  font-size: clamp(1.25rem, -0.75rem + 10vw, 1.75rem);
  color: var(--color-noto-main);
  letter-spacing: 7.5px;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__ttl .-txt {
    font-size: clamp(1.75rem, 0.75rem + 1.67vw, 2rem);
    letter-spacing: 3.5px;
  }
}
.l-notoLp-mv__ttl .-txt > span {
  font-size: 0.85em;
}
.l-notoLp-mv__read {
  margin-top: 35px;
  font-family: var(--font-noto-marugo);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: var(--font-m);
  letter-spacing: 2.7px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-mv__read {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__read {
    margin-top: 40px;
  }
}
.l-notoLp-mv__txt {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__txt {
    margin-top: 30px;
  }
  .l-notoLp-mv__txt > p {
    display: inline-block;
    padding: 0 40px 35px 0;
    max-width: 70vw;
    position: relative;
  }
  .l-notoLp-mv__txt > p::before, .l-notoLp-mv__txt > p::after {
    content: "";
    display: inline-block;
    position: absolute;
  }
  .l-notoLp-mv__txt > p::before {
    width: 100%;
    height: 100%;
    background: var(--color-noto-bg);
    border-radius: 0 0 20px 0;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .l-notoLp-mv__txt > p::after {
    width: 20px;
    aspect-ratio: 1/1;
    background: url("/project/noto/assets/img/img-radius.svg") no-repeat center/cover;
    top: calc(100% - 60px);
    left: 100%;
  }
}
.l-notoLp-mv__txt__deco {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__txt__deco {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-notoLp-mv__txt__deco img {
    position: absolute;
  }
  .l-notoLp-mv__txt__deco img.-deco2 {
    display: block;
    bottom: -150px;
    right: calc(0% - var(--noto-sidePadding) / 2);
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) {
  .l-notoLp-mv__txt__deco img.-deco2 {
    right: calc(0% - clamp(2.5rem, -22.054rem + 39.29vw, 9.375rem));
  }
}
.l-notoLp-mv__img {
  margin-top: 20px;
  height: 190px;
  z-index: 1 !important;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__img {
    height: 385px;
    margin-top: -60px;
  }
  .l-notoLp-mv__img::before, .l-notoLp-mv__img::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .l-notoLp-mv__img::before {
    width: 300px;
    height: 60px;
    aspect-ratio: 1/1;
    background: var(--color-noto-bg);
    top: 0;
  }
  .l-notoLp-mv__img::after {
    width: 50px;
    aspect-ratio: 1/1;
    background: url("/project/noto/assets/img/img-radius.svg") no-repeat center/cover;
    top: 60px;
  }
}
.l-notoLp-mv__img img:nth-child(1) {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__img img:nth-child(1) {
    border-radius: 50px;
  }
}
.l-notoLp-mv__img img:nth-child(2) {
  width: 198px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: -95px;
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__img img:nth-child(2) {
    width: 300px;
    opacity: 1;
    top: -225px;
    right: auto;
    left: calc(50% + clamp(10.625rem, -19.375rem + 50vw, 20.625rem));
  }
}
.l-notoLp-mv__deco {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-notoLp-mv__deco img {
  position: absolute;
}
.l-notoLp-mv__deco img.-deco1 {
  bottom: calc(100% - 106px);
  right: calc(100% - 130px);
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__deco img.-deco1 {
    bottom: calc(100% - 210px);
    right: calc(50% + 445px);
  }
}
.l-notoLp-mv__deco img.-deco3 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__deco img.-deco3 {
    display: none;
  }
}
.l-notoLp-mv__deco img.-deco4 {
  bottom: 0;
  left: calc(50% - 106px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 960px) {
  .l-notoLp-mv__deco img.-deco4 {
    left: auto;
    right: calc(50% + 230px);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.l-notoLp-secondary-logo {
  width: 87px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-notoLp-secondary-logo {
    width: 120px;
    top: 25px;
    left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-secondary-logo {
    width: 155px;
  }
}

.l-secondary__prevBtn {
  margin-top: 50px;
}

.l-notoLp-story {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .l-notoLp-story .c-notoLp-ttl-1 {
    margin-top: -110px;
  }
}
.l-notoLp-story__more {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-notoLp-story__more > * {
  overflow: hidden;
}
.l-notoLp-story__more.-active {
  grid-template-rows: 1fr;
}
.l-notoLp-story__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-notoLp-story__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-notoLp-story__list + .c-notoLp-btn-1 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-story__item {
    max-width: 385px;
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
.l-notoLp-story__item a {
  display: block;
  background: #fff;
  border-radius: 25px;
  padding: 20px 20px 23px;
}
.l-notoLp-story__item a .-img {
  aspect-ratio: 1/0.7;
  border-radius: 10px;
  background: #FAF4EC;
  overflow: hidden;
  position: relative;
}
.l-notoLp-story__item a .-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #C5965D;
  -webkit-mask: url("/project/noto/assets/img/logo-main.svg") no-repeat center/70% auto;
          mask: url("/project/noto/assets/img/logo-main.svg") no-repeat center/70% auto;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-notoLp-story__item a .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.l-notoLp-story__item a .-date {
  margin-top: 18px;
  display: inline-block;
  color: #575757;
}
.l-notoLp-story__item a .-ttl {
  margin-top: 5px;
  font-weight: var(--font-b);
  color: var(--color-noto-main);
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: var(--lhM);
}
.l-notoLp-story__item a .-name {
  margin-top: 5px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .l-notoLp-story__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-notoLp-story__item a:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 0px 6px 5px rgba(213, 205, 196, 0.0666666667);
            box-shadow: 0 0px 6px 5px rgba(213, 205, 196, 0.0666666667);
  }
}
.l-notoLp-story .l-notoLp-story__more > * {
  padding-top: 20px;
}
.l-notoLp-story__article {
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-notoLp-story__article {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-story__article {
    --noto-marginTop: 30px;
    padding: 80px clamp(2.5rem, -7.5rem + 16.67vw, 5rem);
    border-radius: 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-notoLp-story__article > * + * {
  margin-top: var(--noto-marginTop);
}
.l-notoLp-story__article__ttlBox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-story__article__ttlBox {
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
}
.l-notoLp-story__article__ttlBox .-date {
  font-size: 0.85em;
  text-align: right;
}
.l-notoLp-story__article__ttlBox .-ttl {
  font-family: var(--font-noto-marugo);
  font-weight: var(--font-b);
  color: var(--color-noto-main);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: var(--lhM);
}
@media screen and (min-width: 768px) {
  .l-notoLp-story__article__ttlBox .-ttl {
    font-size: 30px;
    font-size: 1.875rem;
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-story__article__ttlBox .-ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.l-notoLp-story__article__mainImg {
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-notoLp-story__article__mainImg {
    margin-top: 40px;
    border-radius: 30px;
  }
}
.l-notoLp-story__article__mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-notoLp-story__article h5 {
  margin-top: calc(var(--noto-marginTop) + 30px);
  font-weight: var(--font-b);
  color: var(--color-noto-main);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: var(--lhM);
}
@media screen and (min-width: 768px) {
  .l-notoLp-story__article h5 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-story__article h5 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.l-notoLp-story__article h6 {
  margin-top: calc(var(--noto-marginTop) + 20px);
  font-weight: var(--font-b);
  color: var(--color-noto-main);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: var(--lhM);
}
@media screen and (min-width: 768px) {
  .l-notoLp-story__article h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-story__article h6 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.l-notoLp-story__article + .c-notoLp-btn-1 {
  margin-top: 50px;
}

.l-notoLp-gift {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift {
    margin-top: 120px;
  }
}
.l-notoLp-gift > *:not(.c-notoLp-deco) {
  position: relative;
  z-index: 5;
}
.l-notoLp-gift__wrap {
  padding-top: 35px;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__wrap {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__wrap.-top {
    margin-top: 60px;
  }
}
.l-notoLp-gift__unker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__unker {
    grid-template-columns: repeat(3, minmax(0, 355px));
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-notoLp-gift__unker > a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 10px;
  min-height: 105px;
  background: #fff;
  border-radius: 30px;
  padding-left: 20px;
  position: relative;
  -webkit-box-shadow: 0 4px 6px 0 #D5CDC4;
          box-shadow: 0 4px 6px 0 #D5CDC4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__unker > a {
    padding-left: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
.l-notoLp-gift__unker > a::before, .l-notoLp-gift__unker > a::after {
  content: "";
  display: block;
}
.l-notoLp-gift__unker > a::before {
  width: 16px;
  aspect-ratio: 1/0.8;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 50%;
  right: calc(0% + 20px);
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__unker > a::before {
    right: 50%;
    bottom: calc(0% + 20px);
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__unker > a::before {
    width: 24px;
    bottom: calc(0% + 27.5px);
  }
}
.l-notoLp-gift__unker > a::after {
  grid-column: 2/-1;
  grid-row: 1/3;
  width: 40px;
  height: 100%;
  background: var(--color-noto-main);
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__unker > a::after {
    margin-top: auto;
    grid-column: 1/-1;
    grid-row: auto;
    width: 100%;
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__unker > a::after {
    height: 55px;
  }
}
.l-notoLp-gift__unker > a .-ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-noto-marugo);
  font-weight: var(--font-b);
  color: var(--color-noto-main);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: var(--lhM);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__unker > a .-ttl {
    margin-top: 20px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__unker > a .-ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.l-notoLp-gift__unker > a .-ttl img {
  width: 30px;
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__unker > a .-ttl img {
    width: 44px;
  }
}
.l-notoLp-gift__unker > a .-txt {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__unker > a .-txt {
    padding: 0 10px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__unker > a .-txt {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__unker > a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-notoLp-gift__unker > a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.l-notoLp-gift__ttlBox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__ttlBox {
    grid-template-columns: auto 1fr;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-notoLp-gift__ttlBox .-ttl {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-family: var(--font-noto-marugo);
  font-weight: var(--font-b);
  color: var(--color-noto-main);
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__ttlBox .-ttl {
    font-size: 30px;
    font-size: 1.875rem;
    grid-template-columns: auto auto;
    gap: 10px;
  }
}
.l-notoLp-gift__ttlBox .-ttl img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__ttlBox .-ttl img {
    width: 43px;
  }
}
.l-notoLp-gift__ttlBox .-txt {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__ttlBox .-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-notoLp-gift__ttlBox + * {
  margin-top: 60px;
  position: relative;
}
.l-notoLp-gift__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__list {
    gap: 40px 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-notoLp-gift__list__order {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__list__order {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-notoLp-gift__list + .c-notoLp-btn-1 {
  margin-top: 40px;
}
.l-notoLp-gift__item {
  position: relative;
}
.l-notoLp-gift__item .-new {
  font-family: var(--font-noto-caveat);
  color: var(--color-noto-point);
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.l-notoLp-gift__item .-new span {
  font-size: 18px;
  font-size: 1.125rem;
}
.l-notoLp-gift__item a {
  display: block;
}
.l-notoLp-gift__item a .-img {
  aspect-ratio: 1/0.7;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.l-notoLp-gift__item a .-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #C5965D;
  -webkit-mask: url("/project/noto/assets/img/logo-main.svg") no-repeat center/70% auto;
          mask: url("/project/noto/assets/img/logo-main.svg") no-repeat center/70% auto;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-notoLp-gift__item a .-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.l-notoLp-gift__item a .-siteName {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--font-b);
  color: var(--color-noto-main);
  text-decoration: underline;
  text-underline-position: from-font;
  line-height: var(--lhM);
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__item a .-siteName {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-notoLp-gift__item a[target=_blank] .-siteName {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-notoLp-gift__item a[target=_blank] .-siteName::after {
  content: "";
  display: inline-block;
  width: 18px;
  aspect-ratio: 1/1;
  background: var(--color-noto-main);
  -webkit-mask: url("/project/noto/assets/img/icons.svg#tab-view") no-repeat center/cover;
          mask: url("/project/noto/assets/img/icons.svg#tab-view") no-repeat center/cover;
}
.l-notoLp-gift__item a .-txt {
  margin-top: 5px;
  line-height: var(--lhM);
}
@media screen and (min-width: 768px) {
  .l-notoLp-gift__item a .-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__item a .-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__item a {
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  .l-notoLp-gift__item a:hover {
    opacity: 0.6;
  }
}
.l-notoLp-gift__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-notoLp-gift__deco img {
  position: absolute;
}
.l-notoLp-gift__deco img.-deco3 {
  top: -270px;
  right: calc(50% + 45px);
}
@media screen and (min-width: 960px) {
  .l-notoLp-gift__deco img.-deco3 {
    top: -415px;
    right: calc(50% + 300px);
  }
}

.c-bg-white .l-notoLp-gift__item a .-img {
  background: #FAF4EC;
}

.l-notoLp-gridWrap {
  padding: 60px var(--noto-sidePadding);
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-notoLp-gridWrap {
    padding: 110px var(--noto-sidePadding) 120px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-gridWrap .c-notoLp-maxWidth {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.l-notoLp-gridWrap section {
  position: relative;
  z-index: 5;
}
.l-notoLp-gridWrap section + section {
  border-top: 1px solid #BFDBEE;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 960px) {
  .l-notoLp-gridWrap section + section {
    border-top: none;
    border-left: 2px solid #BFDBEE;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-notoLp-gridWrap section .c-notoLp-ttl-2 + p {
    text-align: center;
  }
}
.l-notoLp-gridWrap section .c-notoLp-btn-1 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-gridWrap section .c-notoLp-btn-1 {
    margin-top: 50px;
  }
}
.l-notoLp-gridWrap__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.l-notoLp-gridWrap__deco img {
  position: absolute;
}
.l-notoLp-gridWrap__deco img.-deco1 {
  top: -15px;
  left: calc(50% + 40px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 960px) {
  .l-notoLp-gridWrap__deco img.-deco1 {
    top: -40px;
    left: calc(50% + 290px);
  }
}

.l-notoLp-links__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-notoLp-links__list {
    margin-top: 30px;
    gap: 20px;
  }
}
.l-notoLp-links__list > li {
  max-width: 245px;
  border: 1px solid #CCC;
}
@media screen and (min-width: 960px) {
  .l-notoLp-links__list > li a {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
  }
  .l-notoLp-links__list > li a:hover {
    opacity: 0.7;
  }
}

.c-notoLp-sidePadding:has(.l-notoLp-contact) {
  position: relative;
}

.l-notoLp-contact {
  background: url("/project/noto/images/bg-join.webp") no-repeat center/cover;
  border-radius: 20px;
  padding: 45px var(--noto-sidePadding) 30px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-notoLp-contact {
    border-radius: 50px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 65px 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-contact {
    padding: 65px clamp(2.5rem, -10rem + 20.83vw, 5.625rem);
  }
}
.l-notoLp-contact .-txtBox {
  color: #fff;
  text-shadow: 0 0 6px #003F5E;
  font-weight: var(--font-b);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-notoLp-contact .-txtBox {
    text-align: left;
  }
}
.l-notoLp-contact .-txtBox .-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: var(--lhM);
}
@media screen and (min-width: 768px) {
  .l-notoLp-contact .-txtBox .-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.l-notoLp-contact .-txtBox .-ttl .-main {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: var(--font-noto-marugo);
}
@media screen and (min-width: 960px) {
  .l-notoLp-contact .-txtBox .-ttl .-main {
    font-size: 41px;
    font-size: 2.5625rem;
  }
}
.l-notoLp-contact .-txtBox .-ttl .-en {
  font-family: var(--font-noto-caveat);
  font-size: 23px;
  font-size: 1.4375rem;
}
.l-notoLp-contact .-txtBox .-ttl + p {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-notoLp-contact .-txtBox .-ttl + p {
    margin-top: 5px;
  }
}
@media screen and (min-width: 960px) {
  .l-notoLp-contact .-txtBox .-ttl + p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-notoLp-contact .-btn {
  margin-top: 20px;
}
.l-notoLp-contact .-btn a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #008DDA;
  border-radius: 10px;
  padding: 10px 15px;
  min-height: 100px;
}
@media screen and (min-width: 960px) {
  .l-notoLp-contact .-btn a {
    padding: 10px 40px;
  }
}
.l-notoLp-contact .-btn a svg {
  color: var(--color-noto-main);
  width: 24px;
  height: 24px;
}
.l-notoLp-contact .-btn a > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  line-height: var(--lhS);
}
.l-notoLp-contact .-btn a > div .-address {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .l-notoLp-contact .-btn a > div .-address {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-notoLp-contact .-btn a > div .-txt {
  font-size: 14px;
  font-size: 0.875rem;
  color: #787878;
}
@media screen and (min-width: 960px) {
  .l-notoLp-contact .-btn a {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .l-notoLp-contact .-btn a svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .l-notoLp-contact .-btn a > div .-txt {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .l-notoLp-contact .-btn a:hover {
    background: rgba(0, 90, 135, 0.7607843137);
    color: #fff;
  }
  .l-notoLp-contact .-btn a:hover svg {
    color: #fff;
  }
  .l-notoLp-contact .-btn a:hover > div .-txt {
    color: #c9c9c9;
  }
}
.l-notoLp-contact__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-notoLp-contact__deco img {
  position: absolute;
}
.l-notoLp-contact__deco img.-deco1 {
  bottom: -75px;
  right: calc(50% + 40px);
}
@media screen and (min-width: 960px) {
  .l-notoLp-contact__deco img.-deco1 {
    bottom: -160px;
    right: calc(50% + 295px);
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}