@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/*=======================================================================

ギフトライ！なヒトビトの夏ギフトのススメ
column

========================================================================*/
.page-column .l-main {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 767px) {
  .page-column .lower-header__top::before,
  .page-column .lower-header__bottom {
    display: none;
  }
}
.page-column .scroll_01,
.page-column .scroll_02 {
  width: 300px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
}
.page-column .scroll_01 {
  margin-left: -640px;
}
.page-column .scroll_02 {
  margin-left: 640px;
}
.page-column article {
  background-color: #fff;
}

.column .column-head {
  -webkit-font-smoothing: subpixel-antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e2e87;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .column .column-head {
    font-size: min(2.5396825397vw, 3.2rem);
  }
}
@media screen and (max-width: 767px) {
  .column .column-head {
    font-size: 5.5555555556vw;
  }
}
.column .column-head .column-head__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  color: #fff;
  background-color: #1e2e87;
  line-height: 1;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .column .column-head .column-head__num {
    font-size: min(2.6984126984vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .column .column-head .column-head__num {
    font-size: 5.5555555556vw;
  }
}
.column-main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .column-main {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1500px) {
  .column-main {
    padding-top: 20px;
    padding-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .column-main {
    padding-top: 0;
  }
}
.column-main .column-main__num {
  z-index: 5;
  position: absolute;
  top: 30px;
  left: 45px;
  left: 4.5vw;
  width: 144px;
  width: 14.4vw;
}
@media screen and (min-width: 768px) {
  .column-main .column-main__num {
    width: min(115px, 8vw);
    left: 250px;
    left: 15.625vw;
    top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .column-main .column-main__num {
    width: 88px;
  }
}
.column-main .column-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .column-main .column-profile {
    position: relative;
    width: 100vw;
    height: 50vw;
    border-radius: 50%/100% 100% 0 0;
    margin-top: -460px;
    margin-top: -46vw;
    padding-bottom: 20px;
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .column-main .column-profile {
    position: absolute;
    top: 55%;
    right: 15.625%;
    width: 300px;
    width: 18.75vw;
    aspect-ratio: 1;
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .column-main .column-profile {
    top: 500px;
    left: 805px;
    right: auto;
  }
}
.column-main .column-profile .column-profile__category {
  height: auto;
}
@media screen and (max-width: 767px) {
  .column-main .column-profile .column-profile__category {
    font-size: 38px;
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 768px) {
  .column-main .column-profile .column-profile__category {
    font-size: 20px;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .column-main .column-profile .column-profile__name {
    font-size: 85px;
    font-size: 8.5vw;
    margin-top: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  .column-main .column-profile .column-profile__name {
    font-size: 42px;
    font-size: 2.625vw;
    height: auto;
    margin-top: 0.2em;
  }
}

.column-copy {
  caret-color: transparent;
  position: relative;
  margin-top: -115px;
  margin-top: -11.5vw;
}
@media screen and (min-width: 768px) {
  .column-copy {
    margin-top: -300px;
    margin-top: -18.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .column-copy {
    margin-top: -205px;
  }
}
.column-copy:before {
  z-index: 2;
  display: block;
  pointer-events: none;
  content: "";
}
.column-copy:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 2000px;
  width: 200vw;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1000px;
  border-radius: 100vw;
}
@media screen and (min-width: 768px) {
  .column-copy:before {
    width: 2525px;
    width: 157.8125vw;
    min-width: 160vw;
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .column-copy:before {
    width: 1920px;
  }
}
.column-copy .column-copy-inner {
  z-index: 5;
  position: relative;
  text-align: center;
  padding-top: 0px;
  padding-top: 0vw;
  padding-bottom: 150px;
  padding-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  .column-copy .column-copy-inner {
    padding-top: 160px;
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .column-copy .column-copy-inner {
    padding-top: 120px;
    padding-bottom: 320px;
  }
}
.column-copy .copy {
  color: #333;
  font-size: 39px;
  font-size: 3.9vw;
  line-height: 1.6428571429;
}
@media screen and (min-width: 768px) {
  .column-copy .copy {
    font-size: 2.8rem;
  }
}

.column-nav {
  caret-color: transparent;
  position: relative;
  margin-top: -115px;
  margin-top: -11.5vw;
}
@media screen and (min-width: 768px) {
  .column-nav {
    margin-top: -300px;
    margin-top: -18.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .column-nav {
    margin-top: -205px;
  }
}
.column-nav:before {
  z-index: 2;
  display: block;
  pointer-events: none;
  content: "";
}
.column-nav:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 2000px;
  width: 200vw;
  height: auto;
  aspect-ratio: 1;
  background-color: #dfdfdf;
  border-radius: 1000px;
  border-radius: 100vw;
}
@media screen and (min-width: 768px) {
  .column-nav:before {
    width: 2525px;
    width: 157.8125vw;
    min-width: 160vw;
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .column-nav:before {
    width: 1920px;
  }
}
.column-nav .column-nav-inner {
  z-index: 5;
  position: relative;
  text-align: center;
  padding-top: 95px;
  padding-top: 9.5vw;
  padding-bottom: 85px;
  padding-bottom: 8.5vw;
}
@media screen and (min-width: 768px) {
  .column-nav .column-nav-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.column-nav .column-nav__arrow {
  width: 56px;
  width: 5.6vw;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 4vw;
  margin-bottom: 40px;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .column-nav .column-nav__arrow {
    width: 47px;
    margin-top: 37px;
    margin-bottom: 50px;
  }
}
.column-nav .column-nav__title,
.column-nav .column-nav-list {
  margin-inline: auto;
}
.column-nav .column-nav__title {
  font-size: 47px;
  font-size: 4.7vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .column-nav .column-nav__title {
    font-size: 3.9rem;
  }
}
.column-nav .column-nav__title .num {
  font-size: 175%;
}
.column-nav .column-nav-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .column-nav .column-nav-list {
    width: 900px;
    width: 90vw;
  }
}
.column-nav .column-nav-list .column-nav-list__item {
  position: relative;
  display: grid;
  grid-template-columns: 5vw 1fr;
  grid-gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36.5px;
  font-size: 3.65vw;
  line-height: 1.45;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .column-nav .column-nav-list .column-nav-list__item {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
    font-size: 3.2rem;
  }
}
.column-nav .column-nav-list .column-nav-list__item + .column-nav-list__item {
  margin-top: 0.8em;
}
.column-nav .column-nav-list .column-nav-list__item a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .column-nav .column-nav-list .column-nav-list__item a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #1e2e87;
    bottom: -1px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: left top;
            transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; /*変形の時間*/
  }
  .column-nav .column-nav-list .column-nav-list__item a:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; /*左から右に向かう*/
  }
}
.column-nav .column-nav-list .column-nav-list__item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e2e87;
  background-color: #fff;
  font-size: 80%;
  width: 58px;
  width: 5.8vw;
  aspect-ratio: 1;
  border-radius: 50%;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .column-nav .column-nav-list .column-nav-list__item .num {
    width: 50px;
  }
}
.column-article {
  position: relative;
}
.column-article:before {
  z-index: 2;
  display: block;
  pointer-events: none;
  content: "";
}
.column-article:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 2000px;
  width: 200vw;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1000px;
  border-radius: 100vw;
}
@media screen and (min-width: 768px) {
  .column-article:before {
    width: 2525px;
    width: 157.8125vw;
    min-width: 160vw;
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .column-article:before {
    width: 1920px;
  }
}
.column-article .column-article-inner {
  position: relative;
  z-index: 5;
  padding-top: 200px;
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  .column-article .column-article-inner {
    padding-top: 240px;
  }
}
.column-article .article-content {
  color: #333;
}
.column-article .article-content + .article-content {
  margin-top: 160px;
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .column-article .article-content + .article-content {
    margin-top: 160px;
  }
}
.column-article .article-content .article-content-inner {
  position: relative;
}
.column-article .article-content .article-content-head {
  display: grid;
  grid-template-columns: 10vw 1fr;
  grid-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 56px;
  font-size: 5.6vw;
  margin-bottom: 80px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .column-article .article-content .article-content-head {
    grid-template-columns: 68px 1fr;
    grid-gap: 15px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
.column-article .article-content .article-content-head .article-content-head__num {
  caret-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 90%;
  color: #fff;
  background-color: #1e2e87;
  width: 100px;
  width: 10vw;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .column-article .article-content .article-content-head .article-content-head__num {
    width: 68px;
  }
}
.column-article .article-content .article-content-head .article-content-head__txt {
  line-height: 1.4482758621;
  letter-spacing: -0.03em;
}
.column-article .article-content .article-content-head + .wrap {
  margin-top: 60px;
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  .column-article .article-content .article-content-head + .wrap {
    margin-top: 2em;
  }
}
.column-article .article-content .article-content-head + .copy {
  margin-top: -30px;
  margin-top: -3vw;
}
@media screen and (min-width: 768px) {
  .column-article .article-content .article-content-head + .copy {
    margin-top: -1em;
  }
}
.column-article .article-content .wrap {
  margin-top: 120px;
  margin-top: 12vw;
}
@media screen and (min-width: 768px) {
  .column-article .article-content .wrap {
    margin-top: 4em;
  }
}
.column-article .article-content .copy {
  font-size: 49px;
  font-size: 4.9vw;
  line-height: 1.72;
  margin-top: 1.3em;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .column-article .article-content .copy {
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
}
.column-article .article-content .txt {
  font-size: 38px;
  font-size: 3.8vw;
  line-height: 1.975;
  margin-top: 1.2em;
  margin-bottom: 2.1em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .column-article .article-content .txt {
    font-size: 1.75rem;
    line-height: 1.8888888889;
    letter-spacing: -0.035em;
  }
}
@media screen and (max-width: 767px) {
  .column-article .article-content .txt + .txt {
    margin-top: 2.2em;
  }
}
.column-article .article-content .txt + .figure {
  margin-top: 2em;
}

.figure + .products {
  margin-top: 20px;
  margin-top: 2vw;
}
@media screen and (min-width: 768px) {
  .figure + .products {
    margin-top: 40px;
  }
}
.products .products__txt.--right .txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .products .products__txt.--right .txt {
    text-align: right;
  }
}
.products .products__txt .txt {
  font-size: 28px;
  font-size: 2.8vw;
  line-height: 1.5333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .products .products__txt .txt {
    font-size: 1.45rem;
    line-height: 1.6;
  }
}
.products.--harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products.--harf .products__figure {
  width: 551px;
  width: 55.1vw;
}
@media screen and (min-width: 768px) {
  .products.--harf .products__figure {
    width: 50.0909090909%;
  }
}
@media screen and (min-width: 768px) {
  .products.--harf .products__txt {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .products.--harf .products__txt {
    margin-top: 0.8em;
  }
}
.products.--harf .products__txt .txt {
  position: relative;
  margin-top: -0.3em;
  letter-spacing: -0.01em;
}

.column-location {
  background-color: #dfdfdf;
  padding: 0.5em 1em;
  margin-top: 40px;
}
.column-location .column-location__txt {
  font-size: 1.2rem;
}

.column-link {
  z-index: 3;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-top: 120px;
  padding-top: 12vw;
  padding-bottom: 50px;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .column-link {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.column-link:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 2000px;
  width: 200vw;
  height: 2000px;
  height: 200vw;
  background-color: #008dda;
  border-radius: 1000px;
  border-radius: 100vw;
}
@media screen and (min-width: 768px) {
  .column-link:before {
    width: 2525px;
    height: 2525px;
    border-radius: 50%;
  }
}
.column-link .c-wrap {
  z-index: 5;
  position: relative;
}
.column-link .column-link__title {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .column-link .column-link__title {
    width: 800px;
  }
}
.column-link .column-link__list {
  margin-top: 70px;
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  .column-link .column-link__list {
    margin-top: 70px;
  }
}
.column-link .column-link__list .column-link__list__item {
  width: 47.2222222222%;
}
@media screen and (min-width: 768px) {
  .column-link .column-link__list .column-link__list__item {
    width: 49.0909090909%;
  }
}
.column-link .column-link__list .column-link__list__item a {
  display: block;
}
@media (any-hover: hover) {
  .column-link .column-link__list .column-link__list__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .column-link .column-link__list .column-link__list__item a:hover {
    opacity: 0.4;
  }
}
.column-link .column-link__list .column-link__list__item:has(.active) {
  display: none;
}/*# sourceMappingURL=page-column.css.map */