@charset "UTF-8";
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic", sans-serif,
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

ul li,
ol li {
  list-style-type: none;
}

em,
i,
dfn {
  font-style: normal;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-footer {
  margin-top: 80px;
  background-color: #f5f5f5;
}

.l-footer__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 80px;
}

.l-footer__left p {
  font-size: 12px;
}

.l-footer__right small {
  font-size: 12px;
}

.pagetop {
  z-index: 1;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}

.pagetop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.pagetop a::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -2px 0 0 -7px;
  transform: rotate(-45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
}

.l-header h1 {
  margin: 0 auto;
  padding: 25px 0;
  line-height: 0;
  text-align: center;
}

.l-header h1 img {
  width: 192px;
  height: auto;
}

.c-btn {
  display: block;
  position: relative;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.c-btn::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

.l-column {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l-column--semiwide {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l-column--wide {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.c-h2 {
  display: inline-block;
  position: relative;
}

.c-h2::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 358px;
  height: 68px;
  transform: translateX(-50%);
  content: "";
}

.c-h2__jp {
  display: block;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.c-h2__en {
  z-index: 1;
  position: relative;
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}

.c-h2--color-01::before {
  background-image: url("../img/common/img_h2-decoration-01.png");
}

.c-h2--color-02::before {
  background-image: url("../img/common/img_h2-decoration-02.png");
}

.c-h2--color-03::before {
  background-image: url("../img/common/img_h2-decoration-03.png");
}

.p-kv {
  line-height: 0;
}

.p-kv img {
  width: 100%;
  height: auto;
}

.p-kv__bottom {
  margin-top: 35px;
}

.p-kv__bottom-text-bold {
  font-weight: 700;
}

.p-anker {
  margin: 35px auto 0;
}

.p-anker__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: #f1ece6;
}

.p-anker__list li {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  text-align: center;
}

.p-anker__list li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 20px 40px 20px 40px;
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
}

.p-anker__list li a::after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}

.p-section {
  padding-top: 70px;
}

.p-h2__wrap {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-section__head-text {
  margin-top: 45px;
  text-align: center;
}

.p-section__present {
  margin-top: 85px;
  padding-top: 60px;
  background-color: #f1ece6;
}

.p-section__present-inner {
  position: relative;
  padding-bottom: 78px;
}

.p-section__present-inner::after {
  position: absolute;
  top: -80px;
  right: -120px;
  width: 837px;
  height: 260px;
  background-image: url("../img/common/img_present-bg-illust-pc-01.svg");
  content: "";
}

.p-section__present-h3 {
  font-size: 36px;
}

.p-section__present-h3 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-section__present-head-text {
  margin-top: 10px;
  font-size: 14px;
}

.p-present__body {
  margin-top: 30px;
}

.p-present__2col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.p-present__2col::after {
  position: absolute;
  bottom: -90px;
  left: -75px;
  width: 167px;
  height: 130px;
  background-image: url("../img/common/img_present-bg-illust-pc-02.svg");
  content: "";
}

.p-present__list {
  -ms-flex-preferred-size: 48.4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 48.4%;
  flex-direction: column;
}

.p-present__img {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  line-height: 0;
}

.p-present__img img {
  width: 100%;
  height: auto;
}

.p-present__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.p-present__award {
  -ms-flex-preferred-size: 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-basis: 180px;
  align-items: center;
  height: 48px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: #ffffff;
  font-weight: 700;
}

.p-present__award::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent #ebedf0 transparent transparent;
  content: "";
}

.p-present__prize {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.p-present__item--01 .p-present__award {
  background-color: #c59e3a;
}

.p-present__item--01 .p-present__award::after {
  border-width: 24px 20px 24px 0px;
}

.p-present__item--01 .p-present__prize {
  font-size: 18px;
  font-weight: 700;
}

.p-present__item--02 .p-present__award {
  background-color: #aaaaaa;
}

.p-present__item--02 .p-present__award::after {
  border-width: 24px 20px 24px 0px;
}

.p-present__item--02 .p-present__prize {
  font-size: 18px;
  font-weight: 700;
}

.p-present__item--03 .p-present__award {
  background-color: #a56d45;
}

.p-present__item--03 .p-present__award::after {
  border-width: 24px 20px 24px 0px;
}

.p-present__item--03 .p-present__prize {
  font-size: 18px;
  font-weight: 700;
}

.p-present__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.p-present__item--04 .p-present__award {
  height: 36px;
  background-color: #80a767;
}

.p-present__item--04 .p-present__award::after {
  border-width: 18px 20px 18px 0px;
}

.p-present__item--04 .p-present__prize {
  font-size: 14px;
  line-height: 1.4;
}

.p-present__item--05 .p-present__award {
  height: 36px;
  background-color: #dd6c6c;
}

.p-present__item--05 .p-present__award::after {
  border-width: 18px 20px 18px 0px;
}

.p-present__item--05 .p-present__prize {
  font-size: 14px;
  line-height: 1.4;
}

.p-present__1col {
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
}

.p-present__1col::after {
  position: absolute;
  top: 12px;
  left: calc(50% - 20px);
  width: 194px;
  height: 103px;
  background-image: url("../img/common/img_present-bg-illust-pc-03.svg");
  content: "";
}

.p-present__1col-body {
  gap: 2.1739130435%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.p-present__1col-textarea {
  -ms-flex-preferred-size: 70.652173913%;
  flex-basis: 70.652173913%;
}

.p-present__1col-textarea-head {
  font-size: 14px;
}

.p-present__1col-imgarea {
  -ms-flex-preferred-size: 25.3%;
  flex-basis: 25.3%;
  line-height: 0;
}

.p-present__1col-imgarea img {
  width: 100%;
  height: auto;
}

.p-present__1col-textarea-bottom {
  gap: 3.9808917197%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 45px;
}

.p-present__1col-textarea-bottom img {
  -ms-flex-preferred-size: 28.8%;
  -o-object-fit: contain;
  flex-basis: 28.8%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-present__1col-textarea-bottom .p-present__1col-textarea-sup {
  -ms-flex-preferred-size: 50.1592356688%;
  flex-basis: 50.1592356688%;
  font-size: 12px;
  line-height: 1.6;
}

.p-present__bottom-text {
  margin-top: 30px;
  font-size: 14px;
}

.p-present__contents {
  padding: 60px 0 80px;
}

.p-present__contents--fitting {
  background: #f0f1f3;
}

.p-present__contents-inner {
  position: relative;
}

.p-present__contents-headline {
  gap: 2%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.p-present__contents-headline-text {
  font-weight: 500;
  line-height: 1.5;
}

.p-present__contents-headline-text span {
  display: block;
  font-size: 13px;
}

.p-present__contents-col {
  /* gap: 3.8%; */
  gap: 0;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.p-present__contents-col.p-present__contents-col--02 {
  gap: 3.8%;
}

.p-present__contents-textarea {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  font-size: 14px;
}

.p-present__contents-textarea small {
  display: block;
  font-size: 90%;
}

.p-present__contents-textarea-detail {
  margin-top: 20px;
}

.p-present__contents-textarea-detail dt {
  font-weight: 700;
}

.p-present__contents-imgarea {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-top: 20px;
}

.p-present__contents-col--02.p-present__contents-imgarea {
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}

.p-present__contents-imgarea img {
  width: 100%;
  height: auto;
}

.p-present__vote {
  padding: 55px 0px 40px;
  background: #f1ece6;
}

.p-present__vote-inner {
  position: relative;
}

.p-present__txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #c59e3a;
}

.p-present__member {
  padding: 55px 0px 40px;
  background: #f4f6f5;
}

.p-present__member-inner {
  margin-top: 10px;
}

.p-present__member-inner p {
  font-size: 14px;
}

.p-present__member-inner .c-btn {
  margin-inline: auto;
  width: 100%;
  max-width: 480px;
  height: 66px;
  margin-top: 30px;
  line-height: 66px;
}

.p-section__place {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 20px;
}

.p-section__place--top25 {
  top: 25px;
}

.p-section__place--top0 {
  top: 0;
}

.p-section__limited {
  margin-top: 50px;
}

.p-section__limited-2col {
  gap: 4%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
}

.p-section__limited-2col:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-section__limited-2col:not(:first-child) {
  /* margin-top: 60px; */
  align-items: end;
}

.p-section__limited-img {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  line-height: 0;
}

.p-section__limited-img img {
  width: 100%;
  height: auto;
}

.p-section__limited-list {
  -ms-flex-preferred-size: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 46%;
  flex-direction: column;
  /* padding-left: 53px; */
  counter-reset: num;
}

.p-section__limited-item {
  position: relative;
  padding: 4px 0;
  list-style-type: none;
}

.p-section__limited-item-text {
  font-size: 12px;
  margin-bottom: -10px;
  line-height: 1;
}

/* .p-section__limited-item::before {
  -webkit-transform: translateX(-100%);
  display: block;
  position: absolute;
  top: 13%;
  left: -15px;
  width: 40px;
  height: 40px;
  transform: translateX(-100%);
  border-radius: 50%;
  background: #ffffff;
  background-color: #c9aabf;
  color: #ffffff;
  font-family: 'Libre Baskerville', serif;
  line-height: 40px;
  text-align: center;
  content: counter(num);
  counter-increment: num;
} */

.p-section__limited-item p {
  line-height: 1.7;
}

.p-section__limited-2col:nth-child(2) .p-section__limited-list {
  counter-reset: num 2;
}

.p-section--new,
.p-section__members {
  margin-top: 75px;
  padding-bottom: 70px;
  background-color: #f4f6f5;
}

.p-section__new-slide {
  margin-top: 60px;
}

.p-section__new-slide .splide__slide {
  text-align: center;
}

.p-section__new-slide .p-slide-img {
  width: 640px;
  height: auto;
}

.p-section__new-slide .splide__arrow--next,
.p-section__new-slide .splide__arrow--prev {
  -webkit-transition: 0.3s;
  display: inline-block;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-radius: 0;
  background: none;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

.p-section__new-slide .splide__arrow--next {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-section__new-slide .splide__arrow--prev {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.p-slide-goods-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-left: 53px;
  /* padding-left: 53px; */
  text-align: initial;
  counter-reset: num;
}

/* .p-slide-text {
  margin-top: 40px;
  margin-left: 53px;
  text-align: left;
} */

.p-slide-goods-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  list-style-type: none;
}

/* .p-slide-goods-item::before {
  -webkit-transform: translateX(-100%) translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  transform: translateX(-100%) translateY(-50%);
  border-radius: 50%;
  background: #ffffff;
  background-color: #c9aabf;
  color: #ffffff;
  font-family: 'Libre Baskerville', serif;
  line-height: 40px;
  text-align: center;
  content: counter(num);
  counter-increment: num;
} */

.p-slide-goods-item--non-num:before {
  display: none;
}

.p-slide-goods-item p {
  -ms-flex-preferred-size: 77%;
  flex-basis: 77%;
  line-height: 1.7;
}

.p-slide-goods-item p span {
  display: inline-block;
}

.p-slide-goods-item .c-btn {
  width: 140px;
  height: 46px;
  line-height: 45px;
}

.p-slide-goods-item .c-btn span {
  padding-right: 5px;
}

.splide__slide--02 .p-slide-goods-list {
  counter-reset: num 3;
}

.splide__slide--03 .p-slide-goods-list {
  counter-reset: num 4;
}

.splide__slide--04 .p-slide-goods-list {
  counter-reset: num 6;
}

.splide__slide--05 .p-slide-goods-list {
  counter-reset: num 7;
}

.splide__slide--06 .p-slide-goods-list {
  counter-reset: num 8;
}

.splide__slide--07 .p-slide-goods-list {
  counter-reset: num 9;
}

.splide__slide--08 .p-slide-goods-list {
  counter-reset: num 10;
}

.splide__slide--09 .p-slide-goods-list {
  counter-reset: num 12;
}

.splide__slide--10 .p-slide-goods-list {
  counter-reset: num 14;
}

.p-section__couturier {
  margin-top: 55px;
}

.p-section__couturier-2col {
  gap: 5.4545454545%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.p-section__couturier-2col-img {
  -ms-flex-preferred-size: 51.8181818182%;
  flex-basis: 51.8181818182%;
  line-height: 0;
}

.p-section__couturier-2col-img img {
  width: 100%;
  height: auto;
}

.p-section__couturier-2col-textarea {
  -ms-flex-preferred-size: 42.7272727273%;
  flex-basis: 42.7272727273%;
}

.p-section__couturier-2col-textarea p {
  text-align: initial;
}

.p-section__couturier-2col-textarea .c-btn {
  width: 240px;
  height: 46px;
  margin-top: 25px;
  line-height: 44px;
}

.p-section__members-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.p-section__members-detail {
  -ms-flex-preferred-size: 520px;
  -ms-grid-rows: auto;
  -ms-grid-columns: 38.4615384615% 5.7692307692% auto;
  gap: 5.7692307692%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "p-section__members-app-img p-section__members-detail-text" "p-section__members-app-img p-section__members-detail-link";
  grid-template-columns: 38.4615384615% auto;
  grid-template-rows: auto;
  flex-basis: 520px;
  align-items: center;
  margin-right: 3.3333333333%;
}

.p-section__members-app-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: p-section__members-app-img;
  max-width: 200px;
  line-height: 0;
}

.p-section__members-app-img img {
  width: 100%;
  height: auto;
}

.p-section__members-detail-text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: p-section__members-detail-text;
  margin-top: auto;
}

.p-section__members-detail-link {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: p-section__members-detail-link;
  max-width: 290px;
  height: 46px;
  margin-top: 10px;
  margin-bottom: auto;
  line-height: 45px;
}

.p-section__members-app-list {
  gap: 20px;
  margin-top: 10px;
}

.p-section__members-app-list li a img {
  width: 100%;
  height: auto;
}

.p-section__members-app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-section__members-app-list li a {
  display: block;
}

.p-section__members-app-list li a img {
  width: 100%;
  height: auto;
}

.p-section__members-download {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-left: 3.3333333333%;
}

.p-section__members-download::before {
  position: absolute;
  left: -40px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  content: "";
}

.p-section__members-download-text {
  font-size: 20px;
  font-weight: 700;
}

.p-section__access {
  margin-top: 55px;
}

.p-section__access-list {
  gap: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-section__access-item {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}

.p-section__access-img {
  line-height: 0;
}

.p-section__access-img img {
  width: 100%;
  height: auto;
}

.p-section__access-store {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.p-section__access-store img {
  -o-object-fit: contain;
  width: 100%;
  max-width: 230px;
  height: auto;
  object-fit: contain;
  line-height: 1;
}

.p-section__access-store p {
  margin-top: 6px;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 700;
}

.p-section__access-address {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.p-section__access-address-btn {
  margin-top: 9px;
}

.p-section__access-address-btn .c-btn {
  width: 120px;
  height: 36px;
  line-height: 35px;
  text-transform: uppercase;
}

.p-footer-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 75px;
}

.p-footer-btn .c-btn {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  height: 66px;
  line-height: 66px;
}

.for-sp {
  display: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media only screen and (min-width: 1600px) {
  /*1600pxより上*/
}

@media only screen and (min-width: 768px) {
  /*1024pxより上*/
  .p-anker__list li:nth-child(1),
  .p-anker__list li:nth-child(2),
  .p-anker__list li:nth-child(3) {
    border-bottom: 1px solid #000000;
  }
  .p-anker__list li:nth-child(1),
  .p-anker__list li:nth-child(4) {
    border-right: 1px solid #000000;
  }
  .p-anker__list li:nth-child(2),
  .p-anker__list li:nth-child(5) {
    border-right: 1px solid #000000;
  }
}

@media only screen and (max-width: 1024px) {
  /*1024px以下*/
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .l-footer__left p {
    font-size: 10px;
  }
  .l-footer__right small {
    display: block;
    margin-top: 5px;
    font-size: 10px;
  }
  .l-header h1 {
    padding: 20px 0;
  }
  .l-header h1 img {
    width: calc(max(25.6vw, 96px));
  }
  .c-h2::before {
    bottom: -30px;
    width: 302px;
    height: 103px;
  }
  .c-h2__jp {
    line-height: 1.3;
  }
  .c-h2__en {
    display: block;
    margin-top: 8px;
    line-height: 1.3;
  }
  .c-h2--color-01::before {
    background-image: url("../img/common/img_h2-decoration-sp-01.png");
  }
  .c-h2--color-02::before {
    background-image: url("../img/common/img_h2-decoration-sp-02.png");
  }
  .c-h2--color-03::before {
    background-image: url("../img/common/img_h2-decoration-sp-03.png");
  }
  .p-anker__list li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .p-anker__list li:nth-child(odd) {
    border-right: 1px solid #a68ab4;
  }
  .p-anker__list li:nth-child(1),
  .p-anker__list li:nth-child(2),
  .p-anker__list li:nth-child(3),
  .p-anker__list li:nth-child(4) {
    border-bottom: 1px solid #a68ab4;
  }
  .p-anker__list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 30px 18px 20px;
    font-size: 16px;
    line-height: 1.2;
    text-align: initial;
  }
  .p-anker__list li a::after {
    top: 50%;
    right: 15px;
    width: 13px;
    height: 13px;
  }
  .p-anker__list li a span {
    display: inline-block;
  }
  .p-section__head-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: initial;
  }
  .p-section__present {
    padding-top: 135px;
  }
  .p-section__present-inner::after {
    display: none;
  }
  .p-section__present-h3 {
    line-height: 1.4;
    text-align: center;
  }
  .p-present__body {
    position: relative;
  }
  .p-present__2col {
    display: block;
  }
  .p-present__2col::after {
    display: none;
  }
  .p-present__list {
    gap: 25px 0;
  }
  .p-present__img {
    position: relative;
    margin-top: 70px;
  }
  .p-present__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-present__award {
    width: 180px;
    height: 44px;
  }
  .p-present__item--01 .p-present__prize {
    line-height: 1.5;
  }
  .p-present__item--02 .p-present__prize {
    line-height: 1.5;
  }
  .p-present__item--03 .p-present__prize {
    line-height: 1.5;
  }
  .p-present__item--04 .p-present__prize {
    line-height: 1.5;
  }
  .p-present__item--05 .p-present__prize {
    line-height: 1.5;
  }
  .p-present__item--06 .p-present__prize {
    line-height: 1.5;
  }
  .p-present__1col {
    margin-top: 70px;
  }
  .p-present__1col::after {
    display: none;
  }
  .p-present__1col-body {
    display: block;
  }
  .p-present__1col-textarea-head {
    position: relative;
  }
  .p-present__1col-imgarea {
    margin-top: 25px;
  }
  .p-present__1col-imgarea img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-present__1col-textarea-bottom {
    display: block;
  }
  .p-present__1col-textarea-bottom img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-present__1col-textarea-bottom .p-present__1col-textarea-sup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .p-present__contents-headline {
    display: block;
  }
  .p-present__contents-headline-text {
    margin-top: 5px;
    line-height: 1.7;
    text-align: center;
  }
  .p-present__contents-col {
    display: block;
    margin-top: 20px;
  }
  .p-present__member-inner .c-btn {
    padding: 10px 0;
    line-height: 1.4;
  }
  .p-section__place {
    top: -45px;
  }
  .p-section__place--top25 {
    top: -55px;
  }
  .p-section__place img {
    width: 50px;
  }
  .p-section__present-illust--sp,
  .p-section__present-illust-05--sp,
  .p-section__present-illust-04--sp,
  .p-section__present-illust-03--sp,
  .p-section__present-illust-02--sp,
  .p-section__present-illust-01--sp {
    position: absolute;
    background-size: contain;
  }
  .p-section__present-illust-01--sp {
    top: -120px;
    left: 20px;
    width: calc(max(26.9333333333vw, 101px));
    height: calc(max(12.5333333333vw, 47px));
    background-image: url("../img/common/img_present-bg-illust-sp-01.svg");
  }
  .p-section__present-illust-02--sp {
    top: -120px;
    right: 10px;
    width: calc(max(27.4666666667vw, 103px));
    height: calc(max(12.5333333333vw, 47px));
    background-image: url("../img/common/img_present-bg-illust-sp-02.svg");
  }
  .p-section__present-illust-03--sp {
    top: -20px;
    right: 10px;
    width: calc(max(27.4666666667vw, 133px));
    height: calc(max(21.0666666667vw, 109px));
    background-image: url("../img/common/img_present-bg-illust-sp-03.svg");
  }
  .p-section__present-illust-04--sp {
    top: -100px;
    right: 0px;
    width: calc(max(24.2666666667vw, 121px));
    height: calc(max(27.2vw, 132px));
    background-image: url("../img/common/img_present-bg-illust-sp-04.svg");
  }
  .p-section__present-illust-05--sp {
    right: 0px;
    bottom: -35px;
    width: calc(max(12.8vw, 78px));
    height: calc(max(8vw, 60px));
    background-image: url("../img/common/img_present-bg-illust-sp-05.svg");
  }
  .p-section__limited {
    margin-top: 35px;
  }
  .p-section__limited-2col {
    display: block;
  }
  .p-section__limited-2col:not(:first-child) {
    margin-top: 60px;
  }
  .p-section__limited-list {
    gap: 15px;
    margin-top: 30px;
    /* margin-left: 30px; */
    /* padding-left: 25px; */
  }
  .p-section__limited-item::before {
    top: 9%;
  }
  .p-section__new-slide .p-slide-img {
    width: 100%;
    max-width: 100%;
  }
  .p-section__new-slide .splide__arrow--next,
  .p-section__new-slide .splide__arrow--prev {
    width: 40px;
    height: 48px;
    margin: 0;
    border: none;
    background-image: url("../img/common/img_slider-arrow-sp.svg");
    background-size: contain;
  }
  .p-section__new-slide .splide__arrow--next {
    -webkit-transform: translateY(-50%) rotate(0);
    right: -20px;
    transform: translateY(-50%) rotate(0);
  }
  .p-section__new-slide .splide__arrow--prev {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    left: -20px;
    transform: translateY(-50%) rotate(-180deg);
  }
  /* .p-slide-text {
    margin-top: 30px;
    margin-left: 15px;
  } */
  .p-slide-goods-list {
    margin-top: 30px;
    margin-left: 15px;
    /* padding-left: 25px; */
  }
  .p-slide-goods-item {
    display: block;
  }
  .p-slide-goods-item::before {
    top: 17.5%;
  }
  .p-slide-goods-item p span {
    display: block;
  }
  .p-slide-goods-item .c-btn {
    margin-top: 10px;
  }
  .p-section__couturier-2col {
    display: block;
  }
  .p-section__couturier-2col-textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    text-align: center;
  }
  .p-section__members-2col {
    display: block;
  }
  .p-section__members-detail {
    gap: 20px;
    grid-template-areas: "p-section__members-app-img p-section__members-detail-text" "p-section__members-detail-link p-section__members-detail-link";
    margin-right: 0;
  }
  .p-section__members-app-img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
  }
  .p-section__members-detail-text {
    margin-top: 0;
  }
  .p-section__members-detail-link {
    width: 100%;
    margin: 5px auto 0;
  }
  .p-section__members-app-list {
    gap: 10px;
  }
  .p-section__members-download {
    margin-top: 25px;
    margin-left: 0;
  }
  .p-section__access-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 40px;
    flex-direction: column;
  }
  .p-section__access-store {
    display: block;
    margin-top: 25px;
  }
  .p-section__access-store img {
    margin-top: 1cqmin;
  }
  .p-section__access-store p {
    margin-top: -2px;
    margin-left: 0;
  }
  .p-section__access-address {
    display: block;
  }
  .p-section__access-address-btn {
    margin-top: 12px;
  }
  .p-footer-btn .c-btn {
    -ms-flex-preferred-size: 335px;
    flex-basis: 335px;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .p-section__members-app-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-section__members-detail-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-section__members-detail-link {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-present__item-text {
    margin-top: -10px;
  }

  .p-present__vote {
    padding: 80px 0 80px;
  }

  .p-section__place--top0 {
    top: -60px;
  }

  .p-present__txt {
    padding-top: 20px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  /*768px以下*/
  .p-present__item {
    display: block;
  }
  .p-present__prize {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 374px) {
  /*374px以下*/
  .p-anker__list li a {
    font-size: 14px;
  }
  .p-section__present-h3 {
    font-size: 34px;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
  .p-section__new-slide .splide__arrow--next:hover,
  .p-section__new-slide .splide__arrow--prev:hover {
    opacity: 0.6 !important;
  }
}

@media only screen and (max-width: 1300px) {
  .p-section__present-inner::after {
    right: 0;
  }
}
