@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "nicomoji";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/nicomoji-plus_v2-5.otf") format("opentype"), url("../fonts/nicomoji-plus_v2-5.woff") format("woff"), url("../fonts/nicomoji-plus_v2-5.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/600));
  }

  #Archive {
    margin: 0;
    padding: calc(50 * 60rem/390) calc(45 * 60rem/390) calc(42 * 60rem/390);
    background-color: #FFFFFF;
    width: 100%;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#FooterWrap {
  position: relative;
  background: #fff;
  z-index: 3;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.share-txt {
  margin: 0 !important;
  padding-top: calc(40 * 60rem/390);
  padding-bottom: calc(40 * 60rem/390);
  background-color: #FFFFFF;
}

.article_page {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 26%, rgb(247, 247, 242) 56%, rgb(238, 238, 230) 100%);
  color: var(--color-text);
  font-family: var(--font-basic);
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 60rem/390);
}
.article_page_inner {
  background: transparent;
}
.article_page img,
.article_page svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.article_page img {
  image-rendering: -webkit-optimize-contrast;
}
.article_page picture {
  display: block;
}
.article_page a {
  display: block;
  color: inherit;
}
.article_page *:focus {
  outline: none;
}
.article_page a,
.article_page label {
  -webkit-tap-highlight-color: rgba(168, 149, 103, 0.2);
}
.article_page .push-buttonWrap {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.article_page input {
  display: none;
}
.article_page li,
.article_page ol {
  list-style-type: none;
}
.article_page .spOnly {
  display: block;
}
.article_page .pcOnly {
  display: none;
}
.article_page ::-moz-selection {
  color: #fff;
  background-color: rgba(168, 149, 103, 0.6);
}
.article_page ::selection {
  color: #fff;
  background-color: rgba(168, 149, 103, 0.6);
}
.article_page #share img {
  margin: auto;
}
.article_page sup {
  font-size: 0.6em;
}
.article_page .fv__mv--img,
.article_page .anim,
.article_page .anim .character-deco .img::before {
  opacity: 0;
}
.article_page .anim_enable,
.article_page .anim_enable .character-deco .img::before {
  -webkit-animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
}
@-webkit-keyframes opa {
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .article_page : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.article_page {
  --color-text: #5F5F5F;
  --color-primary: #A0A092;
  --color-secondary: #AE3234;
  --color-border: #696969;
  --color-background: #E8E8E8;
  --color-background-1: #EFEFE1;
  --color-background-2: #E3E3E3;
  --font-en: "Lato", sans-serif;
  --font-century-gothic: century-gothic;
  --font-basic: "helvetica-neue-lt-pro", "hiragino-kaku-gothic-pron", sans-serif;
}
.article_page .main-ttl {
  position: relative;
  padding: calc(20 * 60rem/390) calc(20 * 60rem/390) calc(15 * 60rem/390);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  z-index: 1;
}
.article_page .main-ttl .flex-box {
  display: flex;
  align-items: center;
}
.article_page .main-ttl .article_ttl {
  margin-bottom: 0;
  padding-top: calc(10 * 60rem/390);
  font-size: calc(16 * 60rem/390);
  line-height: 1.5;
}
.article_page .main-ttl .article_ttl .strong {
  font-weight: 600;
}
.article_page .button {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: calc(14 * 60rem/390);
  letter-spacing: 0.05em;
  z-index: 0;
}
.article_page .button--campaign, .article_page .button--regular {
  padding: calc(15 * 60rem/390) calc(20 * 60rem/390) calc(13 * 60rem/390) calc(14 * 60rem/390);
  width: calc(280 * 60rem/390);
}
.article_page .button--campaign::after, .article_page .button--regular::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(13 * 60rem/390);
  width: calc(6 * 60rem/390);
  height: calc(11 * 60rem/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .button--campaign {
  background-color: #303030;
}
.article_page .button--regular {
  background-color: #8D8D8D;
}
.article_page .button--cart {
  padding: calc(15 * 60rem/390) calc(20 * 60rem/390) calc(13 * 60rem/390) calc(52 * 60rem/390);
  background-color: #303030;
  width: calc(260 * 60rem/390);
}
.article_page .button--cart::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(30 * 60rem/390);
  width: calc(20 * 60rem/390);
  height: calc(20 * 60rem/390);
  background-image: url(../img/card.svg);
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  z-index: 0;
}
.article_page .button--c-card {
  margin-inline: auto;
  padding: calc(9 * 60rem/390) calc(10 * 60rem/390) calc(9 * 60rem/390) calc(38 * 60rem/390);
  background-color: #303030;
  font-size: calc(12 * 60rem/390);
  width: calc(210 * 60rem/390);
}
.article_page .button--c-card::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(23 * 60rem/390);
  width: calc(16 * 60rem/390);
  height: calc(16 * 60rem/390);
  background-image: url(../img/card.svg);
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  z-index: 0;
}
.article_page .link {
  color: #A0A092;
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .link__text {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(7 * 60rem/390);
       column-gap: calc(7 * 60rem/390);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.article_page .link__text::after {
  content: "";
  -webkit-mask-image: url(../img/arrow2.svg);
          mask-image: url(../img/arrow2.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #A0A092;
  z-index: 0;
}
.article_page .userVoice {
  position: relative;
  padding-top: calc(61 * 60rem/390);
  padding-inline: calc(19 * 60rem/390);
  padding-bottom: calc(43 * 60rem/390);
  z-index: 0;
}
.article_page .userVoice__title {
  margin-bottom: calc(21 * 60rem/390);
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(26 * 60rem/390);
  letter-spacing: 0.09em;
}
.article_page .userVoice__title .jp {
  display: inline-block;
  transform: translateY(calc(-2 * 60rem/390));
  padding-right: calc(13 * 60rem/390);
  font-family: var(--font-basic);
  font-size: calc(18 * 60rem/390);
  letter-spacing: 0.05em;
}
.article_page .userVoice__item {
  display: flex;
  -moz-column-gap: calc(16 * 60rem/390);
       column-gap: calc(16 * 60rem/390);
}
.article_page .userVoice__item:nth-child(odd) .userVoice__lines::after {
  top: calc(25 * 60rem/390);
  left: calc(-10 * 60rem/390);
}
.article_page .userVoice__item:nth-child(even) {
  flex-direction: row-reverse;
}
.article_page .userVoice__item:nth-child(even) .userVoice__lines::after {
  transform: scale(-1, 1);
  top: calc(22 * 60rem/390);
  right: calc(-10 * 60rem/390);
}
.article_page .userVoice .icon {
  width: calc(76 * 60rem/390);
}
.article_page .userVoice .icon .type {
  margin-top: calc(4 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  letter-spacing: 0.05em;
  text-align: center;
}
.article_page .userVoice__lines {
  position: relative;
  margin-top: calc(8 * 60rem/390);
  padding: calc(16 * 60rem/390) calc(15 * 60rem/390) calc(14 * 60rem/390);
  background-color: #fff;
  border-radius: calc(10 * 60rem/390);
  box-sizing: border-box;
  font-size: calc(12 * 60rem/390);
  line-height: 1.5;
  text-align: left;
  width: calc(249 * 60rem/390);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
}
.article_page .userVoice__lines::after {
  content: "";
  position: absolute;
  width: calc(30 * 60rem/390);
  height: calc(19 * 60rem/390);
  background-image: url(../img/speech.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.article_page .campaign {
  margin: calc(43 * 60rem/390) auto calc(50 * 60rem/390);
  padding: calc(35 * 60rem/390) calc(18 * 60rem/390) calc(38 * 60rem/390);
  background: #FEFEFB;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: calc(350 * 60rem/390);
}
.article_page .campaign__title {
  display: inline-block;
  position: relative;
  margin-bottom: calc(18 * 60rem/390);
  padding-inline: calc(15 * 60rem/390);
  color: #A89567;
  font-size: calc(20 * 60rem/390);
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 0;
}
.article_page .campaign__title::before, .article_page .campaign__title::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: calc(6 * 60rem/390);
  height: calc(6 * 60rem/390);
  background-image: url(../img/diamond.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .campaign__title::before {
  left: 0;
}
.article_page .campaign__title::after {
  right: 0;
}
.article_page .campaign dl {
  margin-bottom: calc(23 * 60rem/390);
}
.article_page .campaign h4 {
  display: inline-block;
  padding: calc(5 * 60rem/390) calc(24 * 60rem/390) calc(3 * 60rem/390);
  background-color: #fff;
  border: 1px solid var(--color-border);
  font-size: calc(12 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .campaign dd + dt {
  margin-top: calc(22 * 60rem/390);
}
.article_page .campaign .present {
  margin-top: calc(9 * 60rem/390);
  font-size: calc(15 * 60rem/390);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.article_page .campaign .present .color {
  color: var(--color-secondary);
}
.article_page .campaign .present .strong {
  font-size: calc(27 * 60rem/390);
  font-weight: 500;
}
.article_page .campaign .present .big {
  font-size: calc(16 * 60rem/390);
}
.article_page .campaign .data {
  margin-top: calc(13 * 60rem/390);
  font-size: calc(24 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.article_page .campaign .data .size17 {
  font-size: calc(17 * 60rem/390);
}
.article_page .campaign .data .week {
  font-size: calc(14 * 60rem/390);
}
.article_page .campaign .targetProducts {
  margin-top: calc(11 * 60rem/390);
  margin-bottom: calc(5 * 60rem/390);
  font-size: calc(17 * 60rem/390);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.article_page .campaign .targetProducts__list {
  margin-inline: auto;
  font-size: calc(12 * 60rem/390);
  letter-spacing: 0.02em;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article_page .campaign .targetProducts__list span {
  font-size: calc(11 * 60rem/390);
}
.article_page .campaign .targetProducts__list li {
  line-height: 1.55;
}
.article_page .regularProducts {
  padding-top: calc(468 * 60rem/390);
  background-color: #D2D2D2;
  background-image: url(../img/regularService.jpg);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
}
.article_page .regularProducts .button--regular {
  margin-bottom: calc(40 * 60rem/390);
}
.article_page .regularProducts .userVoice {
  background-color: var(--color-background);
}
.article_page .regularProducts .userVoice::before {
  content: "";
  position: absolute;
  top: calc(-1 * 60rem/390);
  left: 0;
  background-color: #D2D2D2;
  width: 100%;
  height: calc(27 * 60rem/390);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}
.article_page .regularProducts .userVoice__item:nth-child(n+2) {
  margin-top: calc(20 * 60rem/390);
}
.article_page .regularProducts .userVoice__item:nth-child(2) .userVoice__lines {
  margin-top: calc(11 * 60rem/390);
  padding: calc(21 * 60rem/390) calc(15 * 60rem/390) calc(20 * 60rem/390);
}
.article_page .regularProducts .userVoice__lines {
  letter-spacing: 0.015em;
}
.article_page .pickup {
  text-align: center;
}
.article_page .pickup__inner {
  padding-top: calc(52 * 60rem/390);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 26%, rgb(247, 247, 242) 66%, rgb(238, 238, 230) 150%);
}
.article_page .pickup__headding {
  display: inline-block;
  position: relative;
  margin-bottom: calc(9 * 60rem/390);
  padding-inline: calc(13 * 60rem/390) calc(12 * 60rem/390);
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(20 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 0;
}
.article_page .pickup__headding::before, .article_page .pickup__headding::after {
  content: "";
  position: absolute;
  top: calc(2 * 60rem/390);
  width: 1px;
  height: calc(20 * 60rem/390);
  border-left: 1px solid var(--color-text);
  z-index: 0;
}
.article_page .pickup__headding::before {
  transform: rotate(-41deg);
  left: calc(0 * 60rem/390);
}
.article_page .pickup__headding::after {
  transform: rotate(41deg);
  right: calc(0 * 60rem/390);
}
.article_page .pickup__copy {
  margin-bottom: calc(21 * 60rem/390);
  font-size: calc(20 * 60rem/390);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.article_page .pickup__name {
  margin-bottom: calc(15 * 60rem/390);
  font-size: calc(21 * 60rem/390);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.article_page .pickup__name span {
  font-weight: 500;
}
.article_page .pickup__priceWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(12 * 60rem/390);
       column-gap: calc(12 * 60rem/390);
  margin-bottom: calc(19 * 60rem/390);
  font-family: var(--font-en), sans-serif;
}
.article_page .pickup__priceWrap .off {
  padding: calc(4 * 60rem/390) calc(10 * 60rem/390) calc(7 * 60rem/390) calc(11 * 60rem/390);
  color: #fff;
  background-color: var(--color-secondary);
  border-radius: 30px;
  box-sizing: border-box;
  font-size: calc(12 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.02em;
}
.article_page .pickup__priceWrap .off .strong {
  display: inline-block;
  transform: translateY(calc(1 * 60rem/390));
  padding-left: calc(2 * 60rem/390);
  font-size: calc(18 * 60rem/390);
  font-weight: bold;
  letter-spacing: 0;
}
.article_page .pickup__priceWrap .price {
  color: var(--color-secondary);
  font-size: calc(26 * 60rem/390);
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.02em;
}
.article_page .pickup__priceWrap .price .yen {
  display: inline-block;
  padding-right: calc(2 * 60rem/390);
}
.article_page .pickup__priceWrap .price .tax {
  font-size: calc(12 * 60rem/390);
}
.article_page .pickup__item {
  margin-inline: calc(30 * 60rem/390);
  margin-bottom: calc(20 * 60rem/390);
}
.article_page .pickup .link {
  margin-bottom: calc(18 * 60rem/390);
  font-size: calc(15 * 60rem/390);
}
.article_page .pickup .link__text::after {
  width: calc(5 * 60rem/390);
  height: calc(10 * 60rem/390);
}
.article_page .pickup .button--cart {
  margin-bottom: calc(89 * 60rem/390);
}
.article_page .pickup .userVoice {
  margin-top: calc(-60 * 60rem/390);
  padding-top: calc(73 * 60rem/390);
  background-image: url(../img/pickup_userVoiceBg.svg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .pickup .userVoice__item:nth-child(2) {
  margin-top: calc(12 * 60rem/390);
}
.article_page .pickup .userVoice__item:nth-child(3) {
  margin-top: calc(19 * 60rem/390);
}
.article_page .pickup .userVoice__lines {
  letter-spacing: 0;
}
.article_page .goods {
  padding-top: calc(44 * 60rem/390);
  padding-bottom: calc(51 * 60rem/390);
  background-color: var(--color-background-2);
  text-align: center;
  overflow: hidden;
}
.article_page .goods__title {
  margin-bottom: calc(30 * 60rem/390);
  font-size: calc(20 * 60rem/390);
  letter-spacing: 0.05em;
}
.article_page .goods__inner {
  position: relative;
  margin-bottom: calc(28 * 60rem/390);
  z-index: 0;
}
.article_page .goods .c-card {
  display: flex;
  flex-direction: column;
  padding: calc(26 * 60rem/390) calc(16 * 60rem/390) calc(23 * 60rem/390);
  background-color: #fff;
  border-radius: calc(10 * 60rem/390);
  box-sizing: border-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  height: auto;
}
.article_page .goods .c-card__inner {
  margin-bottom: calc(15 * 60rem/390);
}
.article_page .goods .c-card .info-wrap {
  margin-bottom: calc(20 * 60rem/390);
}
.article_page .goods .c-card .info {
  display: inline-block;
  padding: calc(4 * 60rem/390) calc(10 * 60rem/390) calc(2 * 60rem/390);
  border: 1px solid;
  border-radius: calc(1 * 60rem/390);
  color: #AFAFAF;
  font-size: calc(12 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
  width: calc(115 * 60rem/390);
}
.article_page .goods .c-card .img {
  margin-bottom: calc(8 * 60rem/390);
}
.article_page .goods .c-card .name {
  margin-bottom: calc(9 * 60rem/390);
  font-size: calc(13 * 60rem/390);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.article_page .goods .c-card .price {
  font-size: calc(11 * 60rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .goods .c-card .price.FirstTime {
  margin-bottom: calc(5 * 60rem/390);
  color: var(--color-secondary);
}
.article_page .goods .c-card .price span {
  font-family: var(--font-en);
}
.article_page .goods .c-card .price .small {
  font-size: calc(15 * 60rem/390);
}
.article_page .goods .c-card .price .price {
  font-size: calc(18 * 60rem/390);
}
.article_page .goods .c-card .price .tax {
  font-size: calc(11 * 60rem/390);
}
.article_page .goods .c-card .link {
  margin-top: auto;
  margin-bottom: calc(10 * 60rem/390);
  font-size: calc(12 * 60rem/390);
}
.article_page .goods .c-card .link__text::after {
  width: calc(5 * 60rem/390);
  height: calc(8 * 60rem/390);
}
.article_page .goods .swiper-pagination {
  position: static;
  margin-top: calc(22 * 60rem/390);
  line-height: 1;
}
.article_page .goods .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 calc(5.5 * 60rem/390);
}
.article_page .goods .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #696969;
  opacity: 1;
  width: calc(8 * 60rem/390);
  height: calc(8 * 60rem/390);
}
.article_page .goods .swiper-pagination-bullet-active {
  background: #696969;
}
.article_page .goods .swiper-button-next,
.article_page .goods .swiper-button-prev {
  background-image: url(../img/arrow-slider.png);
  background-size: calc(36 * 60rem/390) calc(36 * 60rem/390);
   background-repeat: no-repeat;
  top: 45.8%;
  width: calc(50 * 60rem/390);
  height: calc(50 * 60rem/390);
}
.article_page .goods .swiper-button-prev {
  left: calc(35 * 60rem/390);
}
.article_page .goods .swiper-button-next {
  transform: scale(-1, 1);
  right: calc(35 * 60rem/390);
}
.article_page .goods .button--campaign {
  margin-bottom: calc(50 * 60rem/390);
}
.article_page .goods__text {
  display: inline-block;
  position: relative;
  margin-bottom: calc(16 * 60rem/390);
  padding-inline: calc(10 * 60rem/390);
  font-size: calc(15 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 0;
}
.article_page .goods__text::before, .article_page .goods__text::after {
  content: "";
  position: absolute;
  top: calc(0 * 60rem/390);
  width: 1px;
  height: calc(18 * 60rem/390);
  border-left: 1px solid var(--color-text);
  z-index: 0;
}
.article_page .goods__text::before {
  transform: rotate(-36deg);
  left: calc(0 * 60rem/390);
}
.article_page .goods__text::after {
  transform: rotate(36deg);
  right: calc(0 * 60rem/390);
}
.article_page .goods__banner {
  margin-inline: calc(20 * 60rem/390);
}

/* .article_page SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  #Wrap {
    width: 100%;
  }
  #Archive {
    padding-bottom: 8rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .article_page {
    padding: 0;
    background: #FFFFFF;
    width: 100%;
    max-width: 100vw;
  }
  .article_page a {
    cursor: pointer;
  }
  .article_page a:hover {
    opacity: 1;
  }
  .article_page .pcOnly {
    display: block;
  }
  .article_page .spOnly {
    display: none;
  }
  .fixed_area {
    background: #FAFAFA;
  }
  /* .article_page : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .article_page .main-ttl {
    margin: 0 auto;
    padding: 4rem 2rem 2.3rem;
  }
  .article_page .main-ttl .article_ttl {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 2.2rem;
  }
  .article_page_inner {
    grid-column: 2;
    margin-inline: auto;
    padding-bottom: 0;
    width: 60rem;
  }
  .article_page .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .article_page .fixed_area__inner {
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 26%, rgb(247, 247, 242) 56%, rgb(238, 238, 230) 100%);
  }
  .article_page .fixed_area .fixed_left,
.article_page .fixed_area .fixed_right {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 98vh;
    pointer-events: all;
  }
  .article_page .fixed_area .fixed_left {
    top: 7rem;
    grid-column: 1;
  }
  .article_page .fixed_area .fixed_left__inner {
    text-align: center;
    width: 24vw;
  }
  .article_page .fixed_area .fixed_left .logo {
    margin: 0 auto 4rem;
    max-width: 19rem;
  }
  .article_page .fixed_area .fixed_left .title {
    color: #A89567;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
  }
  .article_page .fixed_area .fixed_right {
    top: 7rem;
    grid-column: 3;
    overflow: hidden scroll;
  }
  .article_page .fixed_area .fixed_right li:nth-child(n+2) {
    margin-top: 2rem;
  }
  .article_page .fixed_area .fixed_right .anchorLink-Link {
    position: relative;
    transition: all 0.4s ease;
    padding: 2.1rem 3rem 2.8rem;
    background: #fff;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #e6e0d4;
    z-index: 0;
  }
  .article_page .fixed_area .fixed_right .anchorLink-Link:hover {
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 26%, rgb(247, 247, 242) 56%, rgb(238, 238, 230) 100%);
  }
  .article_page .fixed_area .fixed_right .anchorLink-Link::after {
    content: "";
    position: absolute;
    margin: auto;
    bottom: 1.1rem;
    left: 0;
    right: 0;
    width: 1.1rem;
    height: 0.7rem;
    -webkit-mask-image: url(../img/arrow_pc.svg);
            mask-image: url(../img/arrow_pc.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #A89567;
    z-index: 0;
  }
  .article_page .fixed_area .fixed_right .anchorLink-Link .en,
.article_page .fixed_area .fixed_right .anchorLink-Link .headding {
    font-family: var(--font-century-gothic), sans-serif;
  }
  .article_page .fixed_area .fixed_right .headding {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    padding-inline: 0.9rem;
    font-family: var(--font-century-gothic), sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    z-index: 0;
  }
  .article_page .fixed_area .fixed_right .headding::before, .article_page .fixed_area .fixed_right .headding::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    width: 1px;
    height: 1.2rem;
    border-left: 1px solid var(--color-text);
    z-index: 0;
  }
  .article_page .fixed_area .fixed_right .headding::before {
    transform: rotate(-36deg);
    left: calc(0 * 60rem/390);
  }
  .article_page .fixed_area .fixed_right .headding::after {
    transform: rotate(36deg);
    right: calc(0 * 60rem/390);
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .article_page PC*/
}
/*# sourceMappingURL=style.css.map */
