@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --break-XXsmall: 320px;
  --break-Xsmall: 360px;
  --break-small: 640px;
  --break-medium: 768px;
  --break-large: 1024px;
  --color-black: #000;
  --color-white: #fff;
  --color-main: #7C3A9A; /* メインカラー */
  --color-sub1: #D397EF; /* サブカラー */
  --color-sub2: #7f7f7f;
  --color-sub3: #EAEAEA;
  --color-sub4: #296584;
  --base-fontsize: 16px;
  --base-fontfamily:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --sp-base-fontsize: 16px;
  --ff-noto-sans-jp: "Noto Sans JP"; /* 本文 */
  --ff-noto-serif-jp: "Noto Serif JP"; /* 用語部分 */
  --ff-Orbitron: "Orbitron"; /* 英語 */
  --ff-hot-gfkaishokk: hot-gfkaishokk; /* 毛筆 */
  --base-lineheight: 1.5;
  --sp-base-lineheight: 1.5;
}

html {
  scroll-behavior: smooth;
}

body {
  display: grid;
  grid-template: "header" auto "contents" 1fr "footer" auto/100%;
  min-height: 100vh;
  font-family: var(--ff-noto-sans-jp), var(--base-fontfamily);
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  color: var(--color-black);
  background-color: var(--color-base);
  text-size-adjust: 100%;
}
@media screen and (max-width: var(--break-medium)) {
  body {
    font-size: var(--sp-base-fontsize);
    line-height: var(--sp-base-lineheight);
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: opacity ease-out 0.1s;
}

button[type=button] {
  transition: opacity ease-out 0.1s;
}

@media (hover: hover) {
  a:hover,
  button[type=button]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.l-footer {
  grid-area: footer;
  padding: clamp(40px, 9.1145833333vw, 100px) 0;
  color: var(--color-black);
  background: var(--color-sub3);
  text-align: center;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  row-gap: clamp(24px, 4.6875vw, 48px);
  max-width: 710px;
  margin: 0 auto;
  padding: 0 16px;
}
.l-footer__specList {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  font-size: clamp(12px, 1.8229166667vw, 16px);
  font-weight: 700;
}
.l-footer__specList dt {
  flex-basis: 45%;
  padding: 8px;
  text-align: right;
  border-right: 1px solid var(--color-sub2);
}
.l-footer__specList dd {
  flex-basis: 55%;
  color: var(--color-sub4);
  padding: 8px;
  text-align: left;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(24px, 4.6875vw, 48px);
}
.l-footer__store {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(12px, 2.34375vw, 24px);
}
.l-footer__annotation {
  display: flex;
  flex-direction: column;
  row-gap: clamp(6px, 1.171875vw, 12px);
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
  font-size: clamp(12px, 2.0833333333vw, 20px);
}
.l-footer__navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 6px;
  align-items: center;
  font-size: clamp(12px, 1.953125vw, 18px);
}
.l-footer__navList a {
  text-decoration: underline;
}
.l-footer__navList a:hover {
  text-decoration: none;
}
.l-footer__copy {
  margin-top: clamp(-12px, -2.34375vw, -24px);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(12px, 2.34375vw, 24px);
  font-size: clamp(12px, 1.953125vw, 18px);
}

.c-header {
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 3.90625vw, 40px);
  text-align: center;
}
.c-headerTitle {
  font-family: var(--ff-hot-gfkaishokk);
  font-size: clamp(38px, 6.9010416667vw, 68px);
  font-weight: 800;
  letter-spacing: clamp(-6px, -0.9114583333vw, -10px);
  line-height: 1.1;
}
.c-headerTitle::before {
  content: attr(data-en);
  color: var(--color-black);
  display: block;
  margin-bottom: 0.6em;
  font-family: var(--ff-Orbitron);
  font-size: clamp(14px, 2.4739583333vw, 24px);
  font-weight: 500;
  letter-spacing: 0.6em;
  margin-left: 0.3em;
}
.c-headerNote {
  font-size: clamp(14px, 2.734375vw, 28px);
  font-weight: 700;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: clamp(6px, 1.171875vw, 12px);
}

.c-h3 {
  color: var(--color-black);
  font-size: clamp(24px, 4.296875vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.c-h3::before {
  content: attr(data-en);
  color: var(--color-black);
  display: block;
  margin-bottom: 0.6em;
  font-family: var(--ff-Orbitron);
  font-size: clamp(10px, 1.6927083333vw, 16px);
  font-weight: 500;
  letter-spacing: 0.6em;
  margin-left: 0.3em;
}

.mainvisual {
  text-align: center;
}

.anchorlink {
  padding: 20px 0;
  background: var(--color-sub1);
  text-align: center;
}
.anchorlink img {
  width: clamp(250px, 42.3177083333vw, 400px);
}

.term {
  padding-top: clamp(40px, 7.8125vw, 80px);
  background: var(--color-sub3);
  font-family: var(--ff-noto-serif-jp);
  line-height: 1.2;
}
.term__inner {
  margin: 0 auto;
  padding: 0 16px;
}
.term__title {
  font-size: clamp(24px, 4.1666666667vw, 40px);
  font-weight: 700;
  background: var(--color-black);
  color: var(--color-white);
  height: 100%;
  padding: clamp(5px, 0.9114583333vw, 10px);
}
.term__content {
  writing-mode: vertical-rl;
  margin: 0 auto;
  background: var(--color-white);
}
.term__content dl {
  padding: clamp(10px, 1.953125vw, 20px) clamp(16px, 2.9947916667vw, 30px);
  font-size: clamp(16px, 2.8645833333vw, 28px);
}
.term__content dt {
  font-weight: 700;
}
.term__content dt,
.term__content dd {
  display: inline;
  margin: 0;
  padding: 0;
}
.term__content span {
  font-family: var(--ff-noto-sans-jp);
}

.campaign {
  padding: clamp(40px, 7.8125vw, 80px) 0;
  background: var(--color-sub3);
  text-align: center;
}
.campaign__inner {
  display: flex;
  flex-direction: column;
  row-gap: clamp(40px, 7.8125vw, 80px);
  max-width: 710px;
  margin: 0 auto;
  padding: 0 16px;
}
.campaign__overview {
  display: flex;
  flex-direction: column;
  row-gap: clamp(24px, 4.6875vw, 48px);
  background: var(--color-white);
  padding: clamp(20px, 3.90625vw, 40px) clamp(16px, 3.125vw, 32px);
  border: 4px solid var(--color-main);
  font-size: clamp(14px, 2.734375vw, 28px);
  font-weight: 500;
}
.campaign__overviewPoint {
  line-height: 1.8;
}
.campaign__overviewPoint strong {
  background: var(--color-main);
  color: var(--color-white);
  font-size: clamp(16px, 3.2552083333vw, 34px);
  font-weight: 700;
  line-height: 1.5;
  display: block;
  padding: clamp(4px, 0.6510416667vw, 6px);
}
.campaign__prize {
  display: flex;
  flex-direction: column;
  row-gap: clamp(16px, 3.125vw, 32px);
}
.campaign__prizeItems {
  border: 4px solid var(--color-main);
}
.campaign__apply {
  display: flex;
  flex-direction: column;
  row-gap: clamp(16px, 3.125vw, 32px);
  font-size: clamp(14px, 2.734375vw, 28px);
  font-weight: 500;
}
.campaign__applyItems {
  display: flex;
  flex-direction: column;
  row-gap: clamp(40px, 7.8125vw, 80px);
}
.campaign__applyItem {
  border: 2px solid var(--color-main);
}
.campaign__applyItem dt {
  background: var(--color-main);
  color: var(--color-white);
  padding: clamp(6px, 1.0416666667vw, 10px);
}
.campaign__applyItem dd {
  padding: clamp(30px, 5.859375vw, 60px) clamp(12px, 2.34375vw, 24px) clamp(20px, 3.90625vw, 40px);
}
.campaign__applyItem dd li {
  display: flex;
  flex-direction: column;
  row-gap: clamp(16px, 3.125vw, 32px);
}
.campaign__applyItem dd li img {
  filter: drop-shadow(4px 6px 3px rgba(0, 0, 0, 0.2));
}
.campaign__applyItem dd li:not(:last-child)::after {
  content: "▼";
  display: block;
  text-align: center;
  margin-bottom: clamp(16px, 3.125vw, 32px);
}
.campaign__applyAnnotation {
  font-size: clamp(10px, 1.6927083333vw, 16px);
}
.campaign__apply a {
  text-decoration: underline;
}
.campaign__apply a:hover {
  text-decoration: none;
}
.campaign__overview.is-close, .campaign__prizeItems.is-close {
  position: relative;
}
.campaign__overview.is-close::after, .campaign__prizeItems.is-close::after {
  content: "キャンペーンは終了しました。\aたくさんのご参加\aありがとうございました。";
  white-space: pre;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--color-white);
  text-shadow: 2px 2px 5px var(--color-black), -2px 2px 5px var(--color-black), 2px -2px 5px var(--color-black), -2px -2px 5px var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  font-size: clamp(16px, 3.2552083333vw, 34px);
  font-weight: bold;
  z-index: 1;
}

.actressList {
  padding: clamp(40px, 7.8125vw, 80px) 0;
  text-align: center;
}
.actressList__inner {
  display: flex;
  flex-direction: column;
  row-gap: clamp(40px, 7.8125vw, 80px);
  max-width: 710px;
  margin: 0 auto;
  padding: 0 16px;
}
.actressList__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  row-gap: clamp(20px, 4.4270833333vw, 48px);
}
@media screen and (max-width: 768px) {
  .actressList__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.actressList__recommend {
  display: flex;
  flex-direction: column;
  row-gap: clamp(4px, 0.6510416667vw, 6px);
}
.actressList__recommend img {
  filter: drop-shadow(4px 6px 3px rgba(0, 0, 0, 0.2));
}

.catch {
  font-family: var(--ff-hot-gfkaishokk);
  font-size: clamp(50px, 9.765625vw, 100px);
  text-align: center;
  letter-spacing: clamp(-6px, -0.9114583333vw, -10px);
}

.backToTop {
  margin: clamp(50px, 9.765625vw, 100px);
  text-align: center;
}
.backToTop img {
  width: clamp(80px, 13.0208333333vw, 120px);
}

.modalRecommend {
  background: var(--color-white);
  border: 4px solid var(--color-main);
  padding: 0;
  max-width: 640px;
  max-height: 100vh;
  width: 86%;
  font-size: clamp(16px, 2.6041666667vw, 24px);
  font-weight: 700;
}
.modalRecommend__inner {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
  max-width: 710px;
  margin: 0 auto;
  padding: clamp(16px, 2.9947916667vw, 30px);
  padding-top: 30px;
}
.modalRecommend::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.modalRecommend__text {
  text-align: left;
  padding: clamp(10px, 1.6927083333vw, 16px);
  border: 1px solid var(--color-black);
  height: 5em;
}
.modalRecommend__btnList {
  display: flex;
  flex-direction: row;
  gap: clamp(6px, 1.171875vw, 12px);
}
@media screen and (max-width: 768px) {
  .modalRecommend__btnList {
    flex-direction: column;
  }
}
.modalRecommend__btnList li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modalRecommend__btnList li {
    width: 100%;
  }
}
.modalRecommend__btnItem {
  display: block;
  width: 100%;
  padding: clamp(10px, 1.6927083333vw, 16px);
  background: var(--color-main);
  color: var(--color-white);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}
.modalRecommend__close {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
}
.modalRecommend__close::before, .modalRecommend__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: var(--color-main);
}
.modalRecommend__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalRecommend__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*# sourceMappingURL=style.css.map */
