@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
}

/* 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;
  line-height: 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;
  /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*========================================
*	common
========================================*/
::selection {
  background: #ffe8f2;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  color: #000;
  background-color: #fff;
}

body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: bottom;
}

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

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

body[data-page=top] .header__nav-item[data-current=top]:before {
  opacity: 1;
}
body:not([data-page=top]) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body:not([data-page=top]) .common__main {
  flex: 1;
}
body[data-page=about] .header__nav-item[data-current=about]:before {
  opacity: 1;
}
body[data-page=stamp] .header__nav-item[data-current=stamp]:before, body[data-page=stamp-detail] .header__nav-item[data-current=stamp]:before {
  opacity: 1;
}
body[data-page=blog] .header__nav-item[data-current=blog]:before, body[data-page=blog-detail] .header__nav-item[data-current=blog]:before {
  opacity: 1;
}
body[data-page=live] .header__nav-item[data-current=live]:before {
  opacity: 1;
}
body[data-page=bbs] .header__nav-item[data-current=bbs]:before, body[data-page=bbs-detail] .header__nav-item[data-current=bbs]:before {
  opacity: 1;
}
body[data-page=news] .header__nav-item[data-current=news]:before, body[data-page=news-detail] .header__nav-item[data-current=news]:before {
  opacity: 1;
}

.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: block;
  width: 21.4666666667vw;
  position: fixed;
  top: 4.6666666667vw;
  left: 4vw;
  z-index: 99;
}
@media only screen and (min-width: 751px) {
  .header__logo {
    transition: all 300ms;
  }
  .header__logo:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 751px) {
  .header__logo {
    width: min(10.4166666667vw, 150px);
    top: min(2.4305555556vw, 35px);
    left: min(2.4305555556vw, 35px);
  }
}
.header__ui {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2.6666666667vw;
  position: fixed;
  top: 6.4vw;
  right: 20vw;
  z-index: 99;
}
@media only screen and (min-width: 751px) {
  .header__ui {
    gap: min(1.3888888889vw, 20px);
    top: min(2.0833333333vw, 30px);
    right: min(8.3333333333vw, 120px);
  }
}
.header__ui-login {
  width: 15.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .header__ui-login {
    width: min(5.9722222222vw, 86px);
  }
}
.header__ui-wrap {
  position: relative;
}
.header__ui-img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.header__ui-img .off,
.header__ui-img .on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 751px) {
  .header__ui-img .off,
  .header__ui-img .on {
    transition: all 300ms;
  }
}
.header__ui-img .on {
  opacity: 0;
}
.header__ui-txt {
  display: block;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4vw;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 0.6666666667vw #fff;
  margin-top: 2.6666666667vw;
  filter: drop-shadow(0 0 0.6666666667vw #fff);
  will-change: filter;
}
@media only screen and (min-width: 751px) {
  .header__ui-txt {
    font-size: min(0.9722222222vw, 14px);
    margin-top: min(1.1805555556vw, 17px);
    text-shadow: 0 0 min(0.3472222222vw, 5px) #fff;
    filter: drop-shadow(0 0 min(0.3472222222vw, 5px) #fff);
  }
}
.header__ui-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 13.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .header__ui-btn {
    height: min(5.5555555556vw, 80px);
  }
  .header__ui-btn:hover .header__ui-img .on {
    opacity: 1;
  }
  .header__ui-btn:hover .header__ui-img .off {
    opacity: 0;
  }
}
.header__ui-btn.btn-notice {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .header__ui-btn.btn-notice {
    width: min(5.2083333333vw, 75px);
    height: min(5.2083333333vw, 75px);
  }
}
.header__ui-btn.btn-login {
  margin: 0 auto;
  width: 9.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .header__ui-btn.btn-login {
    width: min(3.8194444444vw, 55px);
  }
}
.header__ui-btn.btn-mypage {
  width: 100%;
}
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 98;
  padding: 5.3333333333vw;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 300ms;
}
.header__nav::-webkit-scrollbar {
  display: none;
}
.header__nav:before {
  display: block;
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(255, 232, 242, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .header__nav {
    padding: min(1.3888888889vw, 20px) min(1.5972222222vw, 23px);
  }
}
.header__nav.js-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav-main {
  margin: 21.3333333333vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .header__nav-main {
    margin-top: min(5.2083333333vw, 75px);
    margin-bottom: min(2.7777777778vw, 40px);
  }
}
.header__nav-main:before {
  display: block;
  content: "";
  pointer-events: none;
  background: transparent url(../data/webp/common/bg_nav_star.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 126.2666666667vw;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}
@media only screen and (min-width: 751px) {
  .header__nav-main:before {
    background-image: url(../data/webp/common/bg_nav_star_pc.webp);
    width: min(83.3333333333vw, 1200px);
    height: min(42.4305555556vw, 611px);
    transform: translate3d(-51%, -57%, 0);
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header__nav-item {
  padding: 6.6666666667vw 0;
  width: 43.8666666667vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .header__nav-item {
    padding: min(2.4305555556vw, 35px) 0;
    width: min(14.5138888889vw, 209px);
  }
}
.header__nav-item:not(:first-of-type):after {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/nav_line.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -0.6666666667vw;
  left: 50%;
  width: 43.8666666667vw;
  height: 1.4666666667vw;
  transform: translateX(-50%);
}
@media only screen and (min-width: 751px) {
  .header__nav-item:not(:first-of-type):after {
    background-image: url(../data/webp/common/nav_line_pc.webp);
    top: min(-0.3472222222vw, -5px);
    width: min(14.5138888889vw, 209px);
    height: min(0.7638888889vw, 11px);
  }
}
.header__nav-item:before {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/parts_heart.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -4vw;
  width: 3.6vw;
  height: 3.0666666667vw;
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
@media only screen and (min-width: 751px) {
  .header__nav-item:before {
    left: min(-2.4305555556vw, -35px);
    width: min(1.3194444444vw, 19px);
    height: min(1.1805555556vw, 17px);
  }
}
.header__nav-item.is-current:before {
  opacity: 1;
}
.header__nav-item--link {
  display: block;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .header__nav-item--link {
    font-size: min(1.6666666667vw, 24px);
    font-weight: 700;
    transition: all 300ms;
  }
  .header__nav-item--link:hover {
    color: #fff;
  }
}
.header__nav-btm--list {
  margin: 9.3333333333vw auto 0;
  width: 81.8666666667vw;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}
@media only screen and (min-width: 751px) {
  .header__nav-btm--list {
    width: fit-content;
    position: fixed;
    bottom: min(2.7777777778vw, 40px);
    right: min(1.9444444444vw, 28px);
    margin-top: 0;
    gap: 0;
  }
}
.header__nav-btm--item {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .header__nav-btm--item {
    width: 50%;
  }
}
.header__nav-btm--item:before {
  display: block;
  content: "";
  background-color: #ff93c1;
  width: 0.2666666667vw;
  height: 7.4666666667vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .header__nav-btm--item:before {
    width: min(0.1388888889vw, 2px);
    height: min(0.8333333333vw, 12px);
  }
}
@media only screen and (max-width: 750px) {
  .header__nav-btm--item:nth-of-type(even):after {
    display: block;
    content: "";
    background-color: #ff93c1;
    width: 0.2666666667vw;
    height: 7.4666666667vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media only screen and (min-width: 751px) {
  .header__nav-btm--item:first-of-type::before {
    display: none;
  }
}
.header__nav-btm--link {
  display: block;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .header__nav-btm--link {
    padding: 0 min(0.8333333333vw, 12px);
    font-size: min(0.9722222222vw, 14px);
    font-weight: 400;
    transition: all 300ms;
  }
  .header__nav-btm--link:hover {
    color: #fff;
  }
}
.header__nav-ui {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.0666666667vw;
  position: fixed;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .header__nav-ui {
    gap: min(0.2777777778vw, 4px);
    top: min(0.6944444444vw, 10px);
    right: min(1.5972222222vw, 23px);
  }
}
.header__nav-ui:not(:has(.header__nav-login)) {
  top: 3.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .header__nav-ui:not(:has(.header__nav-login)) {
    top: min(0.9722222222vw, 14px);
  }
}
.header__nav-txt {
  display: block;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .header__nav-txt {
    font-size: min(0.8333333333vw, 12px);
  }
}
.header__nav-img {
  display: block;
}
.header__nav-login {
  width: 16vw;
}
@media only screen and (min-width: 751px) {
  .header__nav-login {
    width: min(5.2777777778vw, 76px);
  }
}
.header__nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 14vw;
}
@media only screen and (min-width: 751px) {
  .header__nav-btn {
    transition: all 300ms;
  }
  .header__nav-btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 751px) {
  .header__nav-btn {
    height: min(4.1666666667vw, 60px);
  }
}
.header__nav-btn.btn-login {
  margin: 0 auto;
  width: 11.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .header__nav-btn.btn-login {
    width: min(3.4722222222vw, 50px);
  }
}
.header__nav-btn.btn-login .header__nav-img {
  width: 11.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .header__nav-btn.btn-login .header__nav-img {
    width: min(3.4722222222vw, 50px);
  }
}
.header__nav-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5.3333333333vw;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin: 0 auto;
  padding: 2.5333333333vw 4vw 2.6666666667vw;
  width: 44vw;
  min-height: 9.3333333333vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .header__nav-logout {
    border-radius: min(2.0833333333vw, 30px);
    padding: min(0.4861111111vw, 7px) min(1.3888888889vw, 20px);
    font-size: min(1.1111111111vw, 16px);
    width: min(14.5833333333vw, 210px);
    min-height: min(2.7777777778vw, 40px);
    transition: all 300ms;
  }
  .header__nav-logout:hover {
    background-color: #ff93c1;
    color: #fff;
  }
}
.header__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8666666667vw;
  font-weight: 300;
  margin-top: 7.4666666667vw;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .header__copyright {
    font-size: min(0.8333333333vw, 12px);
    margin-top: 0;
    position: fixed;
    bottom: min(2.7777777778vw, 40px);
    left: min(2.7777777778vw, 40px);
  }
}
.header__hamburger {
  background-color: #fff;
  border-radius: 0 0 0 1.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 16vw;
  height: 16vw;
  box-shadow: 0 0 1.3333333333vw rgba(255, 255, 255, 0.7);
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .header__hamburger {
    border-radius: 0 0 0 min(0.6944444444vw, 10px);
    width: min(6.0416666667vw, 87px);
    height: min(6.0416666667vw, 87px);
    box-shadow: 0 0 min(0.6944444444vw, 10px) rgba(255, 255, 255, 0.7);
  }
  .header__hamburger:hover {
    background-color: #ff93c1;
  }
  .header__hamburger:hover .header__hamburger-line:before, .header__hamburger:hover .header__hamburger-line:after {
    background-color: #fff;
  }
}
.header__hamburger.js-active {
  background-color: #ff93c1;
}
.header__hamburger.js-active .header__hamburger-line {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.header__hamburger.js-active .header__hamburger-line:before, .header__hamburger.js-active .header__hamburger-line:after {
  background-color: #fff;
}
.header__hamburger.js-active .header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.js-active .header__hamburger-line:nth-of-type(1) {
  transform: rotate(-45deg);
}
.header__hamburger.js-active .header__hamburger-line:nth-of-type(3) {
  transform: rotate(45deg);
}
.header__hamburger.js-active .header__hamburger-line:nth-of-type(3):before {
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .header__hamburger.js-active:hover {
    background-color: #fff;
  }
  .header__hamburger.js-active:hover .header__hamburger-line:before, .header__hamburger.js-active:hover .header__hamburger-line:after {
    background-color: #ff93c1;
  }
}
.header__hamburger-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  width: 6.6666666667vw;
  height: 6vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .header__hamburger-inner {
    width: min(2.9861111111vw, 43px);
    height: min(2.3611111111vw, 34px);
  }
}
.header__hamburger-line {
  display: block;
  width: 100%;
  height: 0.9333333333vw;
  position: relative;
  z-index: 1;
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .header__hamburger-line {
    height: min(0.4166666667vw, 6px);
  }
}
.header__hamburger-line:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 1.0666666667vw;
  height: 100%;
  border-radius: 0.4vw;
  background-color: #ff93c1;
}
@media only screen and (min-width: 751px) {
  .header__hamburger-line:before {
    border-radius: min(0.2083333333vw, 3px);
    width: min(0.4861111111vw, 7px);
  }
}
.header__hamburger-line:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 1.6vw);
  height: 100%;
  border-radius: 0.4vw;
  background-color: #ff93c1;
}
@media only screen and (min-width: 751px) {
  .header__hamburger-line:after {
    border-radius: min(0.2083333333vw, 3px);
    width: calc(100% - min(0.6944444444vw, 10px));
  }
}
.header__hamburger-line:nth-of-type(odd):before {
  left: 0;
}
.header__hamburger-line:nth-of-type(odd)::after {
  right: 0;
}
.header__hamburger-line:nth-of-type(even):before {
  right: 0;
}
.header__hamburger-line:nth-of-type(even)::after {
  left: 0;
}

.footer {
  padding-top: 21.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .footer {
    padding-top: min(6.9444444444vw, 100px);
  }
}
.footer__wrap {
  background-color: #ff93c1;
  width: 100%;
  height: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .footer__wrap {
    height: min(3.75vw, 54px);
  }
}
.footer__copyright {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 2.1333333333vw;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
}
@media only screen and (min-width: 751px) {
  .footer__copyright {
    font-size: min(0.8333333333vw, 12px);
  }
}
.footer__pagetop {
  position: fixed;
  bottom: 5.3333333333vw;
  right: 2.6666666667vw;
  z-index: 2;
  width: 22.1333333333vw;
  height: 30.5333333333vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 300ms;
}
.footer__pagetop.js--show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.footer__pagetop.js--show .footer__pagetop-illust {
  opacity: 1;
}
@media only screen and (min-width: 751px) {
  .footer__pagetop {
    bottom: min(2.4305555556vw, 35px);
    right: min(5.5555555556vw, 80px);
    width: min(9.1666666667vw, 132px);
    height: min(12.7777777778vw, 184px);
  }
  .footer__pagetop:hover .footer__pagetop-on {
    opacity: 1;
    transform: translateY(0);
  }
  .footer__pagetop:hover .footer__pagetop-off {
    opacity: 0;
    transform: translateY(0);
  }
}
.footer__pagetop-illust {
  width: 20.9333333333vw;
  height: 18.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .footer__pagetop-illust {
    width: min(8.75vw, 126px);
    height: min(7.7083333333vw, 111px);
  }
}
.footer__pagetop-illust.js--active .footer__pagetop-off {
  opacity: 0;
  transform: translateY(0);
}
.footer__pagetop-illust.js--active .footer__pagetop-on {
  opacity: 1;
  transform: translateY(0);
}
.footer__pagetop-on, .footer__pagetop-off {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms;
}
.footer__pagetop-on {
  opacity: 0;
  transform: translateY(2.6666666667vw);
}
@media only screen and (min-width: 751px) {
  .footer__pagetop-on {
    transform: translateY(min(1.0416666667vw, 15px));
  }
}
.footer__pagetop-off {
  opacity: 1;
  transform: translateY(2.6666666667vw);
}
@media only screen and (min-width: 751px) {
  .footer__pagetop-off {
    transform: translateY(min(1.0416666667vw, 15px));
  }
}
.footer__pagetop-text {
  background: transparent url(../data/webp/common/btn_pagetop.webp) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 14.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .footer__pagetop-text {
    height: min(5.9722222222vw, 86px);
  }
}
.footer__pagetop-text p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  color: #ff93c1;
  padding-top: 2vw;
}
@media only screen and (min-width: 751px) {
  .footer__pagetop-text p {
    font-size: min(1.25vw, 18px);
    font-weight: 800;
    padding-top: min(1.0416666667vw, 15px);
  }
}

.common__main {
  position: relative;
  z-index: 1;
}
.common__wrap {
  position: relative;
  z-index: 1;
  padding-top: 24.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__wrap {
    padding-top: min(6.25vw, 90px);
  }
}
.common__inner {
  margin: 0 auto;
  padding: 0 4vw;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .common__inner {
    padding: 0 min(1.7361111111vw, 25px);
    max-width: min(76.3888888889vw, 1100px);
  }
}
.common__body {
  padding: 2.6666666667vw;
  position: relative;
  z-index: 1;
  width: 92vw;
}
@media only screen and (min-width: 751px) {
  .common__body {
    padding: min(1.7361111111vw, 25px);
    width: min(50.6944444444vw, 730px);
  }
}
@media only screen and (min-width: 751px) {
  .common__body.is-wide {
    width: min(72.9166666667vw, 1050px);
  }
}
@media only screen and (min-width: 751px) {
  .common__body.is-wide .common__body-frame {
    background-image: url(../data/webp/common/frame_parts_l_repeat.webp);
    width: min(74.3055555556vw, 1070px);
  }
  .common__body.is-wide .common__body-frame:before, .common__body.is-wide .common__body-frame:after {
    background-image: url(../data/webp/common/frame_parts_l.webp);
  }
}
.common__body-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 95.7333333333vw;
  height: calc(100% - 9.0666666667vw);
  background: transparent url(../data/webp/common/frame_repeat.webp) repeat-y center/100% auto;
  pointer-events: none;
  filter: drop-shadow(0 0 2.6666666667vw rgba(161, 71, 93, 0.7));
  will-change: filter;
}
@media only screen and (min-width: 751px) {
  .common__body-frame {
    background-image: url(../data/webp/common/frame_parts_m_repeat.webp);
    width: min(52.7777777778vw, 760px);
    height: calc(100% - min(3.8194444444vw, 55px));
    filter: drop-shadow(0 0 min(1.3888888889vw, 20px) rgba(161, 71, 93, 0.7));
  }
}
.common__body-frame:before {
  display: block;
  content: "";
  position: absolute;
  top: -6.1333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6.8vw;
  background: transparent url(../data/webp/common/frame_parts_s.webp) no-repeat center top/100% auto;
}
@media only screen and (min-width: 751px) {
  .common__body-frame:before {
    background-image: url(../data/webp/common/frame_parts_m.webp);
    top: max(-2.9166666667vw, -42px);
    height: min(3.125vw, 45px);
  }
}
.common__body-frame:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -6.1333333333vw;
  left: 0;
  width: 100%;
  height: 6.8vw;
  background: transparent url(../data/webp/common/frame_parts_s.webp) no-repeat center bottom/100% auto;
  transform: scaleY(-1);
}
@media only screen and (min-width: 751px) {
  .common__body-frame:after {
    background-image: url(../data/webp/common/frame_parts_m.webp);
    bottom: max(-2.9166666667vw, -42px);
    height: min(3.125vw, 45px);
  }
}
.common__body-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 1.3333333333vw #fff);
  will-change: filter;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .common__body-wrap {
    filter: drop-shadow(0 0 min(0.6944444444vw, 10px) #fff);
  }
}
.common__body-wrap:before {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/bg_repeat.webp) repeat-y;
  background-size: 100% auto;
  border-radius: 2.6666666667vw;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  mask-image: linear-gradient(to right, transparent 0%, #000 4vw, #000 calc(100% - 4vw), transparent 100%), linear-gradient(to bottom, transparent 0%, #000 4vw, #000 calc(100% - 4vw), transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}
@media only screen and (min-width: 751px) {
  .common__body-wrap:before {
    background-image: url(../data/webp/common/bg_repeat_pc.webp);
    border-radius: min(1.3888888889vw, 20px);
    mask-image: linear-gradient(to right, transparent 0%, #000 min(2.0833333333vw, 30px), #000 calc(100% - min(2.0833333333vw, 30px)), transparent 100%), linear-gradient(to bottom, transparent 0%, #000 min(2.0833333333vw, 30px), #000 calc(100% - min(2.0833333333vw, 30px)), transparent 100%);
  }
}
.common__title {
  margin: 0 auto;
}
.common__category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__category {
    gap: min(0.5555555556vw, 8px);
  }
}
.common__category-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe8f2;
  border: solid #ff93c1 0.5333333333vw;
  border-radius: 5.3333333333vw;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.1428571429;
  width: 28.8vw;
  height: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__category-item {
    transition: all 300ms;
  }
  .common__category-item:hover {
    background-color: #ff93c1;
    color: #fff;
  }
}
@media only screen and (min-width: 751px) {
  .common__category-item {
    border-width: min(0.2083333333vw, 3px);
    border-radius: min(2.0833333333vw, 30px);
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
    width: min(11.1111111111vw, 160px);
    height: min(4.1666666667vw, 60px);
  }
}
.common__category-item[data-current=true] {
  background-color: #ff93c1;
  color: #fff;
  cursor: auto;
  pointer-events: none;
}
.common__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #ff93c1 0.5333333333vw;
  background-color: #ff93c1;
  border-radius: 5.3333333333vw;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.1428571429;
  margin: 0 auto;
  padding: 2.5333333333vw 4vw 2.6666666667vw;
  width: 53.3333333333vw;
  min-height: 10.6666666667vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .common__btn {
    border-width: min(0.2777777778vw, 4px);
    border-radius: min(2.0833333333vw, 30px);
    padding: min(0.4861111111vw, 7px) min(1.3888888889vw, 20px) min(0.625vw, 9px);
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
    width: min(20.8333333333vw, 300px);
    min-height: min(4.1666666667vw, 60px);
  }
}
.common__btn.btn-pastel {
  background-color: #ffe8f2;
  color: #ff93c1;
}
@media only screen and (min-width: 751px) {
  .common__btn.btn-pastel {
    transition: all 300ms;
  }
  .common__btn.btn-pastel:hover {
    background-color: #ff93c1;
    color: #fff;
  }
}
@media only screen and (min-width: 751px) {
  .common__btn.btn-show:hover .common__btn-parts .parts-kira, .common__btn.btn-scroll:hover .common__btn-parts .parts-kira {
    transform: translateX(0) rotate(var(--ro, 0deg));
    opacity: 1;
  }
}
.common__btn.btn-blank {
  position: relative;
}
.common__btn.btn-blank::before, .common__btn.btn-blank::after {
  content: "";
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 751px) {
  .common__btn.btn-blank::before, .common__btn.btn-blank::after {
    width: min(1.5972222222vw, 23px);
    height: min(1.5972222222vw, 23px);
    right: min(1.7361111111vw, 25px);
    transition: all 300ms;
  }
}
.common__btn.btn-blank:before {
  background-image: url(../data/webp/common/icon_blank_wh.webp);
  opacity: 0;
}
.common__btn.btn-blank:after {
  background-image: url(../data/webp/common/icon_blank_pink.webp);
  opacity: 1;
}
@media only screen and (min-width: 751px) {
  .common__btn.btn-blank {
    transition: all 300ms;
  }
  .common__btn.btn-blank:hover {
    background-color: #ff93c1;
    color: #fff;
  }
  .common__btn.btn-blank:hover::before {
    opacity: 1;
  }
  .common__btn.btn-blank:hover::after {
    opacity: 0;
  }
}
.common__btn-parts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.common__btn-parts .parts-kira {
  display: block;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1366 768'%3E%3Cpath fill='%23ff93c1' d='M696.94,63.11l52.42,110.53c29.96,63.17,80.83,114.04,144,144l110.53,52.42c11.75,5.57,11.75,22.3,0,27.87l-110.53,52.42c-63.17,29.96-114.04,80.83-144,144l-52.42,110.53c-5.57,11.75-22.3,11.75-27.87,0l-52.42-110.53c-29.96-63.17-80.83-114.04-144-144l-110.53-52.42c-11.75-5.57-11.75-22.3,0-27.87l110.53-52.42c63.17-29.96,114.04-80.83,144-144l52.42-110.53c5.57-11.75,22.3-11.75,27.87,0Z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0;
  transform: translateX(var(--tx, 0)) rotate(var(--ro-start, var(--ro, 0deg)));
  transition: transform 500ms ease, opacity 300ms ease;
}
@media only screen and (max-width: 750px) {
  .js-show .common__btn-parts .parts-kira, .js-scroll .common__btn-parts .parts-kira {
    transform: translateX(0) rotate(var(--ro, 0deg));
    opacity: 1;
  }
}
.common__btn-parts--left {
  position: absolute;
  top: 50%;
  left: -9.0666666667vw;
  width: 8vw;
  height: 15.3333333333vw;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--left {
    left: max(-3.8194444444vw, -55px);
    width: min(3.4722222222vw, 50px);
    height: min(5.9027777778vw, 85px);
  }
}
.common__btn-parts--left .parts-kira {
  --tx: 5.3333333333vw;
  --ro-start: calc(var(--ro, 0deg) + 30deg);
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--left .parts-kira {
    --tx: min(1.3888888889vw, 20px);
  }
}
.common__btn-parts--left .parts-kira:nth-of-type(1) {
  top: 0;
  left: 2.6666666667vw;
  width: 6.4vw;
  height: 6.4vw;
  --ro: 28deg;
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--left .parts-kira:nth-of-type(1) {
    left: min(0.8333333333vw, 12px);
    width: min(2.7777777778vw, 40px);
    height: min(2.7777777778vw, 40px);
  }
}
.common__btn-parts--left .parts-kira:nth-of-type(2) {
  top: 6vw;
  left: 0;
  width: 2vw;
  height: 2vw;
  --ro: -28deg;
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--left .parts-kira:nth-of-type(2) {
    top: min(2.4305555556vw, 35px);
    left: min(0.2083333333vw, 3px);
    width: min(0.8333333333vw, 12px);
    height: min(0.8333333333vw, 12px);
  }
}
.common__btn-parts--left .parts-kira:nth-of-type(3) {
  bottom: 0;
  left: 4vw;
  width: 4vw;
  height: 4vw;
  --ro: -20deg;
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--left .parts-kira:nth-of-type(3) {
    left: min(1.7361111111vw, 25px);
    width: min(1.7361111111vw, 25px);
    height: min(1.7361111111vw, 25px);
  }
}
.common__btn-parts--right {
  position: absolute;
  top: 50%;
  right: -6.6666666667vw;
  width: 6.6666666667vw;
  height: 13.3333333333vw;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--right {
    right: max(-2.7777777778vw, -40px);
    width: min(2.7777777778vw, 40px);
    height: min(5.5555555556vw, 80px);
  }
}
.common__btn-parts--right .parts-kira {
  --tx: -5.3333333333vw;
  --ro-start: calc(var(--ro, 0deg) - 30deg);
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--right .parts-kira {
    --tx: min(-1.3888888889vw, -20px);
  }
}
.common__btn-parts--right .parts-kira:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 4vw;
  height: 4vw;
  --ro: -20deg;
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--right .parts-kira:nth-of-type(1) {
    width: min(1.7361111111vw, 25px);
    height: min(1.7361111111vw, 25px);
  }
}
.common__btn-parts--right .parts-kira:nth-of-type(2) {
  top: 3.3333333333vw;
  left: 4vw;
  width: 2vw;
  height: 2vw;
  --ro: 105deg;
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--right .parts-kira:nth-of-type(2) {
    top: min(1.3888888889vw, 20px);
    left: min(2.0833333333vw, 30px);
    width: min(0.8333333333vw, 12px);
    height: min(0.8333333333vw, 12px);
  }
}
.common__btn-parts--right .parts-kira:nth-of-type(3) {
  bottom: 0;
  left: 1.3333333333vw;
  width: 6.4vw;
  height: 6.4vw;
  --ro: 45deg;
}
@media only screen and (min-width: 751px) {
  .common__btn-parts--right .parts-kira:nth-of-type(3) {
    left: min(0.5555555556vw, 8px);
    width: min(2.7777777778vw, 40px);
    height: min(2.7777777778vw, 40px);
  }
}
.common__btn-parts-topleft {
  position: absolute;
  width: 5.7333333333vw;
  height: 6.8vw;
  top: 0;
  left: 0;
  top: -3.0666666667vw;
  left: -1.0666666667vw;
  transform: translate(25.4666666667vw, 4.9333333333vw) scale(0);
  opacity: 0;
  transition: all 500ms;
}
@media only screen and (max-width: 750px) {
  .js-show .common__btn-parts-topleft, .js-scroll .common__btn-parts-topleft {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@media only screen and (min-width: 751px) {
  .common__btn-parts-topleft {
    width: min(2.2222222222vw, 32px);
    height: min(2.6388888889vw, 38px);
    top: min(-1.1805555556vw, -17px);
    left: min(-0.3472222222vw, -5px);
    transform: translate(min(9.9305555556vw, 143px), min(1.7361111111vw, 25px)) scale(0);
    transition: transform 500ms ease, opacity 90ms ease 80ms;
  }
}
.common__btn-parts-topright {
  position: absolute;
  width: 4.5333333333vw;
  height: 4.2666666667vw;
  top: -3.0666666667vw;
  left: calc(100% - 18.6666666667vw);
  transform: translate(-12vw, 5.0666666667vw) scale(0);
  opacity: 0;
  transition: all 500ms;
}
@media only screen and (max-width: 750px) {
  .js-show .common__btn-parts-topright, .js-scroll .common__btn-parts-topright {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@media only screen and (min-width: 751px) {
  .common__btn-parts-topright {
    width: min(1.7361111111vw, 25px);
    height: min(1.6666666667vw, 24px);
    top: min(-1.7361111111vw, -25px);
    left: calc(50% + min(4.2361111111vw, 61px));
    transform: translate(min(-4.7916666667vw, -69px), min(2.0138888889vw, 29px)) scale(0);
    transition: transform 500ms ease, opacity 50ms ease 80ms;
  }
}
.common__btn-parts-btmright {
  position: absolute;
  width: 5.8666666667vw;
  height: 9.3333333333vw;
  top: calc(50% - 1.0666666667vw);
  left: calc(100% - 5.8666666667vw);
  transform: translate(-26.1333333333vw, -3.0666666667vw) scale(0);
  opacity: 0;
  transition: all 500ms;
}
@media only screen and (max-width: 750px) {
  .js-show .common__btn-parts-btmright, .js-scroll .common__btn-parts-btmright {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@media only screen and (min-width: 751px) {
  .common__btn-parts-btmright {
    width: min(2.2916666667vw, 33px);
    height: min(3.6111111111vw, 52px);
    top: calc(50% - min(0.3472222222vw, 5px));
    left: calc(50% + min(7.9861111111vw, 115px));
    transform: translate(min(-10.2083333333vw, -147px), min(-1.3888888889vw, -20px)) scale(0);
    transition: transform 500ms ease, opacity 90ms ease 80ms;
  }
}
.common__btn-parts-btmleft {
  position: absolute;
  width: 3.3333333333vw;
  height: 5.8666666667vw;
  top: calc(50% + 2.6666666667vw);
  left: calc(0% + 6.6666666667vw);
  transform: translate(18.4vw, -5.4666666667vw) scale(0);
  opacity: 0;
  transition: all 500ms;
}
@media only screen and (max-width: 750px) {
  .js-show .common__btn-parts-btmleft, .js-scroll .common__btn-parts-btmleft {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@media only screen and (min-width: 751px) {
  .common__btn-parts-btmleft {
    width: min(1.3888888889vw, 20px);
    height: min(2.2916666667vw, 33px);
    top: calc(50% + min(0.6944444444vw, 10px));
    left: calc(50% - min(7.9861111111vw, 115px));
    transform: translate(min(7.1527777778vw, 103px), min(-2.1527777778vw, -31px)) scale(0);
    transition: transform 500ms ease, opacity 90ms ease 80ms;
  }
}
.common__btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe8f2;
  border: solid #ff93c1 0.5333333333vw;
  border-radius: 5.3333333333vw;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.1428571429;
  margin: 0 auto;
  width: 29.3333333333vw;
  height: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__btn-back {
    transition: all 300ms;
  }
  .common__btn-back:hover {
    background-color: #ff93c1;
    color: #fff;
  }
}
@media only screen and (min-width: 751px) {
  .common__btn-back {
    border-width: min(0.2777777778vw, 4px);
    border-radius: min(2.0833333333vw, 30px);
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
    width: min(20.8333333333vw, 300px);
    height: min(4.1666666667vw, 60px);
  }
}
.common__udrbtn {
  display: block;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.8181818182;
  width: fit-content;
}
@media only screen and (min-width: 751px) {
  .common__udrbtn {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.6;
    transition: all 300ms;
  }
  .common__udrbtn:hover {
    color: #ff93c1;
  }
  .common__udrbtn:hover span {
    border-bottom-color: #ff93c1;
  }
}
.common__udrbtn span {
  border-bottom: solid 1px #4f4f4f;
  transition: all 300ms;
}
.common__logout {
  display: block;
  border-bottom: solid 1px #4f4f4f;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.1428571429;
  padding-bottom: 1.3333333333vw;
  width: fit-content;
}
@media only screen and (min-width: 751px) {
  .common__logout {
    font-size: min(1.25vw, 18px);
    padding-bottom: min(0.1388888889vw, 2px);
    transition: all 300ms;
  }
  .common__logout:hover {
    border-bottom-color: #ff93c1;
    color: #ff93c1;
  }
}
.common__detail {
  padding: 10.6666666667vw 4.6666666667vw 9.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail {
    padding: min(4.1666666667vw, 60px) min(3.8194444444vw, 55px) min(4.1666666667vw, 60px);
  }
}
.common__detail-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-head {
    gap: min(0.6944444444vw, 10px);
    margin-bottom: min(1.0416666667vw, 15px);
  }
}
.common__detail-head[data-update=NEW]:after {
  content: attr(data-update);
  color: #fff;
  background-color: #ff93c1;
  border-radius: 1.6vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 3.3333333333vw;
  padding-top: 0.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-head[data-update=NEW]:after {
    border-radius: min(1.0416666667vw, 15px);
    font-size: min(0.9722222222vw, 14px);
    width: min(6.25vw, 90px);
    height: min(2.0833333333vw, 30px);
    padding-top: min(0.0694444444vw, 1px);
  }
}
.common__detail-date {
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .common__detail-date {
    font-size: min(1.6666666667vw, 24px);
  }
}
.common__detail-cat {
  border: solid #ff93c1 0.4vw;
  border-radius: 1.6vw;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 9.7333333333vw;
  height: 3.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-cat {
    border-width: min(0.1388888889vw, 2px);
    border-radius: min(0.6944444444vw, 10px);
    font-size: min(0.6944444444vw, 10px);
    min-width: min(4.1666666667vw, 60px);
    height: min(1.3888888889vw, 20px);
  }
}
.common__detail-body {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  line-height: 1.4545454545;
  font-weight: 400;
}
@media only screen and (min-width: 751px) {
  .common__detail-body {
    font-size: min(1.25vw, 18px);
    line-height: 1.5555555556;
  }
}
.common__detail-body img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 5.3333333333vw auto;
}
@media only screen and (min-width: 751px) {
  .common__detail-body img {
    border-radius: min(0.3472222222vw, 5px);
    margin: min(2.7777777778vw, 40px) auto;
  }
}
.common__detail-body p:not(.common__detail-date,
.common__comment-text,
.common__comment-date,
.stamp__detail-txt,
.blog-detail__seemore p,
.stamp-done__p) {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6666666667vw;
  line-height: 1.4545454545;
  margin: 1.6vw 0;
  font-weight: 400;
}
@media only screen and (min-width: 751px) {
  .common__detail-body p:not(.common__detail-date,
  .common__comment-text,
  .common__comment-date,
  .stamp__detail-txt,
  .blog-detail__seemore p,
  .stamp-done__p) {
    font-size: min(1.25vw, 18px);
    line-height: 1.5555555556;
    margin: min(0.4861111111vw, 7px) 0;
  }
}
.common__detail-body strong {
  font-weight: 800;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  line-height: 1.4545454545;
  margin: 1.6vw 0;
}
@media only screen and (min-width: 751px) {
  .common__detail-body strong {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.4;
    margin: min(0.6944444444vw, 10px) 0;
  }
}
.common__detail-body > a:not(.common__detail-btn) {
  display: inline-block;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.8181818182;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 0.6666666667vw;
  word-break: break-all;
  margin-top: 4.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-body > a:not(.common__detail-btn) {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.6;
    margin-top: min(2.4305555556vw, 35px);
    transition: all 300ms;
  }
  .common__detail-body > a:not(.common__detail-btn):hover {
    color: #ff93c1;
  }
}
.common__detail-h1 {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.3571428571;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-h1 {
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
    margin-bottom: min(1.0416666667vw, 15px);
  }
}
.common__detail-h2 {
  background-color: #ff93c1;
  border-radius: 1.3333333333vw;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.3571428571;
  position: relative;
  z-index: 1;
  padding: 3.3333333333vw 4vw 3.7333333333vw;
  margin: 10vw 0 4vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-h2 {
    border-radius: min(0.3472222222vw, 5px);
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
    padding: min(1.3888888889vw, 20px) min(2.0833333333vw, 30px) min(1.5972222222vw, 23px);
    margin: min(5.5555555556vw, 80px) 0 min(2.0833333333vw, 30px);
  }
}
.common__detail-h2:before, .common__detail-h2:after {
  content: "";
  display: block;
  position: absolute;
  background: transparent url(../data/webp/common/parts_stars.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: 17.2vw;
  height: 7.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-h2:before, .common__detail-h2:after {
    background-image: url(../data/webp/common/parts_stars_pc.webp);
    width: min(8.6111111111vw, 124px);
    height: min(3.8194444444vw, 55px);
  }
}
.common__detail-h2:before {
  top: -2.9333333333vw;
  left: -2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-h2:before {
    top: min(-1.5277777778vw, -22px);
    left: min(-1.25vw, -18px);
  }
}
.common__detail-h2:after {
  bottom: -2.9333333333vw;
  right: -2.6666666667vw;
  transform: rotate(180deg);
}
@media only screen and (min-width: 751px) {
  .common__detail-h2:after {
    bottom: min(-1.5277777778vw, -22px);
    right: min(-1.25vw, -18px);
  }
}
.common__detail-h3 {
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.3571428571;
  position: relative;
  z-index: 1;
  margin-bottom: 3.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-h3 {
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
    margin-bottom: min(2.4305555556vw, 35px);
  }
}
.common__detail-h3:after {
  display: block;
  content: "";
  background-color: #ff93c1;
  border-radius: 0.1333333333vw;
  width: 100%;
  height: 0.2666666667vw;
  position: absolute;
  bottom: -1.3333333333vw;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .common__detail-h3:after {
    height: min(0.1388888889vw, 2px);
    border-radius: min(0.0694444444vw, 1px);
    bottom: min(-0.8333333333vw, -12px);
  }
}
.common__detail-h3 + p {
  margin-top: 3.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-h3 + p {
    margin-top: min(2.4305555556vw, 35px);
  }
}
.common__detail-txt {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.4545454545;
  margin: 1.6vw 0;
}
@media only screen and (min-width: 751px) {
  .common__detail-txt {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.4;
    margin: min(0.6944444444vw, 10px) 0;
  }
}
.common__detail-list {
  margin: 2.6666666667vw 0;
}
@media only screen and (min-width: 751px) {
  .common__detail-list {
    margin: min(2.0833333333vw, 30px) 0;
  }
}
.common__detail-list li {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.4545454545;
  padding-left: 2vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .common__detail-list li {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.4;
    padding-left: min(1.3888888889vw, 20px);
  }
}
.common__detail-list li:before {
  content: "・";
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.common__detail-box {
  background-color: rgba(255, 147, 193, 0.1);
  border-radius: 1.3333333333vw;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.4545454545;
  padding: 3.3333333333vw 4vw 3.7333333333vw;
  margin: 5.3333333333vw 0;
}
@media only screen and (min-width: 751px) {
  .common__detail-box {
    border-radius: min(0.6944444444vw, 10px);
    font-size: min(1.25vw, 18px);
    line-height: 1.5555555556;
    padding: min(1.7361111111vw, 25px) min(2.0833333333vw, 30px) min(2.0833333333vw, 30px);
    margin: min(2.4305555556vw, 35px) 0;
  }
}
.common__detail-box p:not(:last-child) {
  margin-bottom: 1.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-box p:not(:last-child) {
    margin-bottom: min(0.6944444444vw, 10px);
  }
}
.common__detail-iframe {
  position: relative;
  margin: 5.3333333333vw 0;
}
@media only screen and (min-width: 751px) {
  .common__detail-iframe {
    margin: min(3.4722222222vw, 50px) 0;
  }
}
.common__detail-iframe iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.common__detail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe8f2;
  border: solid 0.5333333333vw #ff93c1;
  border-radius: 50vh;
  color: #ff93c1;
  font-size: 3.7333333333vw;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.3571428571;
  word-break: break-all;
  text-align: center;
  margin: 2.6666666667vw auto 0;
  padding: 2.4vw 5.3333333333vw;
  width: fit-content;
  min-width: 53.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-btn {
    border-width: min(0.2777777778vw, 4px);
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
    margin-top: min(1.3888888889vw, 20px);
    padding: min(0.6944444444vw, 10px) min(2.7777777778vw, 40px);
    min-width: min(20.1388888889vw, 290px);
    max-width: 100%;
    transition: all 300ms;
  }
  .common__detail-btn:hover {
    background-color: #ff93c1;
    color: #fff;
  }
  .common__detail-btn.pink:hover {
    background-color: #ffe8f2;
    color: #ff93c1;
  }
  .common__detail-btn.white:hover {
    background-color: #ff93c1;
    border-color: #ff93c1;
    color: #fff;
  }
}
.common__detail-btn.pink {
  background-color: #ff93c1;
  color: #fff;
}
.common__detail-btn.white {
  background-color: #fff;
  border-color: #ff93c1;
  color: #ff93c1;
}
.common__detail-udrbtn {
  margin-top: 4.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__detail-udrbtn {
    margin-top: min(2.4305555556vw, 35px);
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.6;
  }
}
.common__comment {
  margin-top: 10.2666666667vw;
  padding: 4.2666666667vw 5.3333333333vw 6vw;
  background-color: #fff2f8;
  border-radius: 0.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__comment {
    margin-top: min(2.5vw, 36px);
    padding: min(2.7777777778vw, 40px) min(2.7777777778vw, 40px) min(2.7777777778vw, 40px);
    border-radius: min(0.6944444444vw, 10px);
  }
}
.common__comment-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2666666667vw;
  color: #ff93c1;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .common__comment-ttl {
    font-size: min(1.9444444444vw, 28px);
  }
}
.common__comment-add {
  margin-top: 2.6666666667vw;
  width: 100%;
  height: 10.6666666667vw;
  background-color: #ff93c1;
  border: solid 0.5333333333vw #ff93c1;
  border-radius: 0.6666666667vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .common__comment-add {
    transition: all 300ms;
  }
  .common__comment-add:hover {
    background-color: #ffe8f2;
    color: #ff93c1;
  }
}
@media only screen and (min-width: 751px) {
  .common__comment-add {
    border-width: min(0.2777777778vw, 4px);
    border-radius: min(0.3472222222vw, 5px);
    margin-top: min(1.3888888889vw, 20px);
    height: min(4.1666666667vw, 60px);
    font-size: min(1.6666666667vw, 24px);
    gap: min(1.0416666667vw, 15px);
  }
  .common__comment-add:hover:before {
    display: block;
    content: "";
    background-color: #ff93c1;
  }
}
.common__comment-add:before {
  display: block;
  content: "";
  mask-image: url("../data/webp/common/icon_plus.webp");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
  width: 3.2vw;
  height: 3.2vw;
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .common__comment-add:before {
    width: min(1.3888888889vw, 20px);
    height: min(1.3888888889vw, 20px);
  }
}
.common__comment-list {
  margin-top: 7.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 5.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .common__comment-list {
    margin-top: min(2.7777777778vw, 40px);
    gap: min(1.1111111111vw, 16px);
  }
}
.common__comment-item {
  position: relative;
  border-bottom: solid #ff93c1 0.2666666667vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4f4f4f;
}
@media only screen and (min-width: 751px) {
  .common__comment-item {
    border-bottom-width: min(0.1388888889vw, 2px);
  }
}
.common__comment-name {
  font-size: 2.9333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .common__comment-name {
    font-size: min(1.1111111111vw, 16px);
  }
}
.common__comment-text {
  margin-top: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 751px) {
  .common__comment-text {
    margin-top: min(0.8333333333vw, 12px);
    font-size: min(1.3888888889vw, 20px);
  }
}
.common__comment-date {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6666666667vw;
  line-height: 1.4545454545;
  margin: 2.6666666667vw 0 1.6vw;
  font-weight: 300;
}
@media only screen and (min-width: 751px) {
  .common__comment-date {
    font-size: min(0.9722222222vw, 14px);
    line-height: 2;
    margin: min(0.3472222222vw, 5px) 0 min(0.6944444444vw, 10px);
  }
}
.common__like {
  position: absolute;
  bottom: 1.3333333333vw;
  right: 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8vw;
}
@media only screen and (min-width: 751px) {
  .common__like {
    bottom: min(0.8333333333vw, 12px);
    right: min(0vw, 0px);
    gap: min(0.4166666667vw, 6px);
  }
}
.common__like-num {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 300;
  color: #ff93c1;
}
@media only screen and (min-width: 751px) {
  .common__like-num {
    font-size: min(0.9722222222vw, 14px);
  }
}
.common__like-icon {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background-color: transparent;
  transition: all 300ms;
  background: #ffbbd8;
  mask: url("../data/webp/common/icon_like.webp");
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 751px) {
  .common__like-icon {
    width: min(1.6666666667vw, 24px);
    height: min(1.6666666667vw, 24px);
    cursor: pointer;
  }
}
.common__like-icon.js--like {
  background: #ff93c1;
  pointer-events: none;
}
.common__like-icon.js--playing {
  transition: none;
  background: transparent !important;
  -webkit-mask: none;
  mask: none;
  pointer-events: none;
}
.common__like-icon--parts {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 226%;
  height: 226%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center center;
  pointer-events: none;
}
.common__like-icon--parts svg {
  display: block;
}
.common__like-icon.js--playing .common__like-icon--parts {
  display: block;
}
.common__comment-seemore {
  background-color: #fff;
  color: #ff93c1;
  margin-top: 5.8666666667vw;
  margin-inline: auto;
  width: 100%;
  height: 9.3333333333vw;
  border-radius: 4.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6vw;
}
@media only screen and (min-width: 751px) {
  .common__comment-seemore {
    transition: all 300ms;
  }
  .common__comment-seemore:hover {
    background-color: #ff93c1;
    color: #fff;
  }
}
@media only screen and (min-width: 751px) {
  .common__comment-seemore {
    margin-top: min(1.9444444444vw, 28px);
    width: min(11.1111111111vw, 160px);
    height: min(2.7777777778vw, 40px);
    gap: min(0.6944444444vw, 10px);
    cursor: pointer;
  }
  .common__comment-seemore:hover:before {
    background-color: #fff;
  }
}
.common__comment-seemore > span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-wrap-mode: nowrap;
}
@media only screen and (min-width: 751px) {
  .common__comment-seemore > span {
    font-size: min(1.1111111111vw, 16px);
  }
}
.common__comment-seemore:before {
  display: block;
  content: "";
  mask-image: url("../data/webp/common/icon_plus.webp");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ff93c1;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .common__comment-seemore:before {
    width: min(1.1111111111vw, 16px);
    height: min(1.1111111111vw, 16px);
  }
}

.info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100dvh;
  background: #fff;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .info {
    background: linear-gradient(to left, #fff 85%, rgba(255, 255, 255, 0.8) 90%, transparent 100%);
    left: auto;
    right: 0;
    width: min(35.4166666667vw, 510px);
  }
}
.info.js-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.info__wrap {
  height: 100%;
  overflow-y: auto;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.info__wrap::-webkit-scrollbar {
  display: none;
}
.info__inner {
  padding: 6.6666666667vw 6.6666666667vw 13.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .info__inner {
    padding: min(3.4722222222vw, 50px) min(2.7777777778vw, 40px) min(3.8194444444vw, 55px) min(7.6388888889vw, 110px);
  }
}
.info__title {
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 10vw;
  font-weight: 700;
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .info__title {
    font-size: min(2.7777777778vw, 40px);
  }
}
.info__title:after {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/parts_wave.webp) no-repeat;
  background-position: top left;
  background-size: contain;
  width: 66.6666666667vw;
  height: 2.9333333333vw;
  position: absolute;
  bottom: -2.4vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .info__title:after {
    background-image: url(../data/webp/common/parts_wave_pc.webp);
    width: min(18.5416666667vw, 267px);
    height: min(0.9027777778vw, 13px);
    bottom: min(-0.6944444444vw, -10px);
  }
}
.info__list {
  display: flex;
  flex-direction: column;
  margin-top: 8vw;
}
@media only screen and (min-width: 751px) {
  .info__list {
    margin-top: min(3.125vw, 45px);
  }
}
.info__list-item:not(:first-of-type) {
  border-top: solid 0.2666666667vw #ffe8f2;
  margin-top: 5.3333333333vw;
  padding-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .info__list-item:not(:first-of-type) {
    border-top-width: min(0.1388888889vw, 2px);
    margin-top: min(1.3888888889vw, 20px);
    padding-top: min(1.3888888889vw, 20px);
  }
}
.info__list-link {
  display: block;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .info__list-link:hover .info__list-text {
    color: #ff93c1;
  }
}
.info__list-date {
  display: block;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 751px) {
  .info__list-date {
    font-size: min(1.1111111111vw, 16px);
  }
}
.info__list-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 1.6vw;
}
@media only screen and (min-width: 751px) {
  .info__list-meta {
    gap: min(0.6944444444vw, 10px);
    margin-bottom: min(0.4166666667vw, 6px);
  }
}
.info__list-new {
  background: #ff93c1;
  border-radius: 0.6666666667vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8666666667vw;
  font-weight: 500;
  width: 6.6666666667vw;
  height: 3.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .info__list-new {
    border-radius: min(0.3472222222vw, 5px);
    font-size: min(0.8333333333vw, 12px);
    width: min(2.5vw, 36px);
    height: min(1.5277777778vw, 22px);
  }
}
.info__list-cat {
  border: solid #ff93c1 0.4vw;
  border-radius: 1.6vw;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
  min-width: 9.8666666667vw;
  height: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 751px) {
  .info__list-cat {
    border-width: min(0.1388888889vw, 2px);
    border-radius: min(0.6944444444vw, 10px);
    font-size: min(0.6944444444vw, 10px);
    min-width: min(4.1666666667vw, 60px);
    height: min(1.3888888889vw, 20px);
  }
}
.info__list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 751px) {
  .info__list-text {
    -webkit-line-clamp: 2;
    font-size: min(1.1111111111vw, 16px);
    line-height: 1.25;
    transition: all 300ms;
  }
}
.info__more {
  background-color: #ffe8f2;
  border-radius: 4.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3333333333vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #ff93c1;
  margin-top: 4.2666666667vw;
  width: 100%;
  height: 9.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .info__more {
    font-size: min(1.1111111111vw, 16px);
    gap: min(0.6944444444vw, 10px);
    margin-top: min(1.3888888889vw, 20px);
    border-radius: min(1.3888888889vw, 20px);
    height: min(2.7777777778vw, 40px);
    transition: all 300ms;
  }
  .info__more:hover {
    background-color: #ff93c1;
    color: #fff;
  }
  .info__more:hover::before {
    background-color: #fff;
  }
}
.info__more:before {
  display: block;
  content: "";
  mask-image: url("../data/webp/common/icon_plus.webp");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ff93c1;
  width: 3.2vw;
  height: 3.2vw;
}
@media only screen and (min-width: 751px) {
  .info__more:before {
    width: min(0.9722222222vw, 14px);
    height: min(0.9722222222vw, 14px);
    transition: all 300ms;
  }
}
.info__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .info__banner {
    gap: min(1.3888888889vw, 20px);
    margin-top: min(4.1666666667vw, 60px);
  }
}
@media only screen and (min-width: 751px) {
  .info__banner a {
    transition: all 300ms;
  }
  .info__banner a:hover {
    opacity: 0.8;
  }
}
.info__close {
  background-color: #ff93c1;
  border-radius: 0 0 0 1.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 16vw;
  height: 16vw;
  box-shadow: 0 0 1.3333333333vw rgba(255, 255, 255, 0.7);
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .info__close {
    border-radius: 0 0 0 min(0.6944444444vw, 10px);
    width: min(6.0416666667vw, 87px);
    height: min(6.0416666667vw, 87px);
    box-shadow: 0 0 min(0.6944444444vw, 10px) rgba(255, 255, 255, 0.7);
  }
  .info__close:hover {
    background-color: #fff;
  }
  .info__close:hover .info__close-line:before, .info__close:hover .info__close-line:after {
    background-color: #ff93c1;
  }
}
.info__close-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  width: 6.6666666667vw;
  height: 6vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .info__close-inner {
    width: min(2.9861111111vw, 43px);
    height: min(2.3611111111vw, 34px);
  }
}
.info__close-line {
  display: block;
  width: 100%;
  height: 0.9333333333vw;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  transition: all 300ms;
}
@media only screen and (min-width: 751px) {
  .info__close-line {
    height: min(0.4166666667vw, 6px);
  }
}
.info__close-line:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 1.0666666667vw;
  height: 100%;
  border-radius: 0.4vw;
  background-color: #fff;
}
@media only screen and (min-width: 751px) {
  .info__close-line:before {
    border-radius: min(0.2083333333vw, 3px);
    width: min(0.4861111111vw, 7px);
  }
}
.info__close-line:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 1.6vw);
  height: 100%;
  border-radius: 0.4vw;
  background-color: #fff;
}
@media only screen and (min-width: 751px) {
  .info__close-line:after {
    border-radius: min(0.2083333333vw, 3px);
    width: calc(100% - min(0.6944444444vw, 10px));
  }
}
.info__close-line:nth-of-type(1) {
  transform: rotate(-45deg);
}
.info__close-line:nth-of-type(1):before {
  left: 0;
}
.info__close-line:nth-of-type(1)::after {
  right: 0;
}
.info__close-line:nth-of-type(2) {
  transform: rotate(45deg);
}
.info__close-line:nth-of-type(2):before {
  width: 100%;
  right: 0;
}
.info__close-line:nth-of-type(2)::after {
  left: 0;
}

.pagination {
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 751px) {
  .pagination {
    margin-top: min(2.7777777778vw, 40px);
  }
}
.pagination__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .pagination__wrap {
    gap: min(4.1666666667vw, 60px);
  }
}
.pagination__num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .pagination__num {
    gap: min(0.6944444444vw, 10px);
  }
}
.pagination__prev, .pagination__next, .pagination__num-item {
  width: 7.4666666667vw;
  height: 7.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .pagination__prev, .pagination__next, .pagination__num-item {
    width: min(2.7777777778vw, 40px);
    height: min(2.7777777778vw, 40px);
  }
}
.pagination__prev, .pagination__next {
  background-color: #ff93c1;
  border: solid #ff93c1 0.4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 751px) {
  .pagination__prev, .pagination__next {
    border-width: min(0.2083333333vw, 3px);
  }
}
.pagination__prev span, .pagination__next span {
  background: transparent url(../img/common/icon_arrow.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 1.8666666667vw;
  height: 2.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .pagination__prev span, .pagination__next span {
    width: min(0.7638888889vw, 11px);
    height: min(1.0416666667vw, 15px);
  }
}
.pagination__prev span {
  transform: rotate(180deg);
  margin-right: 0.4vw;
}
@media only screen and (min-width: 751px) {
  .pagination__prev span {
    margin-right: min(0.1388888889vw, 2px);
  }
}
.pagination__next span {
  margin-left: 0.4vw;
}
@media only screen and (min-width: 751px) {
  .pagination__next span {
    margin-left: min(0.1388888889vw, 2px);
  }
}
.pagination__num-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pagination__num-item a,
.pagination__num-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.9333333333vw;
  padding-bottom: 0.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .pagination__num-item a,
  .pagination__num-item span {
    font-size: min(1.25vw, 18px);
    padding-bottom: 0;
  }
}
.pagination__num-item a {
  background-color: #ffe8f2;
  color: #ff93c1;
  border: solid #ff93c1 0.4vw;
}
@media only screen and (max-width: 750px) {
  .pagination__num-item a {
    padding-top: 0.2666666667vw;
  }
}
@media only screen and (min-width: 751px) {
  .pagination__num-item a {
    border-width: min(0.2083333333vw, 3px);
  }
}
@media only screen and (min-width: 751px) and (min-width: 751px) {
  .pagination__num-item a {
    transition: all 300ms;
  }
  .pagination__num-item a:hover {
    background-color: #ff93c1;
    color: #fff;
  }
}
.pagination__num-item.is-active {
  background-color: #ff93c1;
  color: #fff;
}
.pagination__parts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6666666667vw;
  width: 7.2vw;
  height: 2vw;
}
@media only screen and (min-width: 751px) {
  .pagination__parts {
    gap: min(0.3472222222vw, 5px);
    width: min(2.2916666667vw, 33px);
    height: min(0.5555555556vw, 8px);
  }
}
.pagination__parts span {
  background-color: #ff93c1;
  -webkit-mask-image: url(../data/webp/common/parts_dot.webp);
  mask-image: url(../data/webp/common/parts_dot.webp);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: block;
  width: 2vw;
  height: 2vw;
}
@media only screen and (min-width: 751px) {
  .pagination__parts span {
    width: min(0.5555555556vw, 8px);
    height: min(0.5555555556vw, 8px);
  }
}

.comment__body {
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 751px) {
  .comment__body {
    margin-top: min(4.1666666667vw, 60px);
  }
}
.comment__body-wrap {
  padding-top: 10vw;
  padding-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .comment__body-wrap {
    padding-top: min(4.1666666667vw, 60px);
    padding-bottom: min(4.1666666667vw, 60px);
  }
}
.comment__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff93c1;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .comment__ttl {
    font-size: min(1.9444444444vw, 28px);
  }
}
.comment__form {
  margin-top: 9.3333333333vw;
  padding: 0 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .comment__form {
    margin-top: min(2.7777777778vw, 40px);
    padding: 0 min(4.5138888889vw, 65px);
  }
}
.comment__form-item:not(:first-of-type) {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-item:not(:first-of-type) {
    margin-top: min(0.6944444444vw, 10px);
  }
}
.comment__form-item:has(.comment__form-item--output):not(:first-of-type) {
  margin-top: 3.3333333333vw;
  margin-bottom: 4.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-item:has(.comment__form-item--output):not(:first-of-type) {
    margin-top: min(0.6944444444vw, 10px);
    margin-bottom: min(1.3888888889vw, 20px);
  }
}
.comment__form-item--label {
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-item--label {
    font-size: min(1.6666666667vw, 24px);
    margin-bottom: min(1.1805555556vw, 17px);
  }
}
.comment__form-item--input {
  background-color: #ffe8f2;
  color: #ff93c1;
  border-radius: 1.3333333333vw;
  width: 100%;
  padding: 2.9333333333vw 4.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-item--input {
    border-radius: min(0.6944444444vw, 10px);
    padding: min(0.8333333333vw, 12px) min(1.3888888889vw, 20px) min(0.9027777778vw, 13px);
  }
}
.comment__form-item--input.comment__textarea {
  height: 38.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-item--input.comment__textarea {
    height: min(15.9722222222vw, 230px);
  }
}
.comment__form-item--input input,
.comment__form-item--input textarea {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
}
.comment__form-item--input input::-webkit-scrollbar,
.comment__form-item--input textarea::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 751px) {
  .comment__form-item--input input,
  .comment__form-item--input textarea {
    font-size: min(1.3888888889vw, 20px);
  }
}
.comment__form-item--input input::placeholder,
.comment__form-item--input textarea::placeholder {
  color: rgba(255, 147, 193, 0.4);
}
.comment__form-item--input input::selection,
.comment__form-item--input textarea::selection {
  background-color: #fff;
}
.comment__form-item--input textarea {
  resize: none;
  outline: none;
}
.comment__form-item--output p {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.comment__form-item--output .output-name {
  font-weight: 700;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-item--output .output-name {
    font-size: min(1.3888888889vw, 20px);
  }
}
.comment__form-item--output .output-comment {
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
}
@media only screen and (min-width: 751px) {
  .comment__form-item--output .output-comment {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.6;
  }
}
.comment__form-count {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.1333333333vw;
  font-weight: 300;
  text-align: right;
  margin-top: 1.3333333333vw;
  margin-right: 1.3333333333vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .comment__form-count {
    margin-top: min(0.3472222222vw, 5px);
    margin-right: 0;
    font-size: min(1.1111111111vw, 16px);
  }
}
.comment__form-alert {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 300;
  line-height: 1.4545454545;
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-alert {
    font-size: min(0.9722222222vw, 14px);
    line-height: 1.7142857143;
    margin-top: min(1.3888888889vw, 20px);
  }
}
.comment__form-notice {
  margin-top: 2vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-notice {
    margin-top: min(0.6944444444vw, 10px);
  }
}
.comment__form-notice--ttl {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 300;
  line-height: 1.4545454545;
}
@media only screen and (min-width: 751px) {
  .comment__form-notice--ttl {
    font-size: min(0.9722222222vw, 14px);
    line-height: 1.7142857143;
  }
}
.comment__form-notice--list {
  color: #949494;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4vw;
  font-weight: 300;
  line-height: 1.5555555556;
}
@media only screen and (min-width: 751px) {
  .comment__form-notice--list {
    font-size: min(0.8333333333vw, 12px);
    line-height: 1.6666666667;
  }
}
.comment__form-notice--list li {
  position: relative;
  display: flex;
}
.comment__form-notice--list li:before {
  content: "※";
  display: inline-block;
}
.comment__form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-top: 4vw;
}
@media only screen and (min-width: 751px) {
  .comment__form-btn {
    gap: min(1.3888888889vw, 20px);
    margin-top: min(2.4305555556vw, 35px);
  }
}
@media only screen and (min-width: 751px) {
  .comment__form-btn--submit {
    transition: all 300ms;
  }
  .comment__form-btn--submit:hover {
    background-color: #ffe8f2;
    color: #ff93c1;
  }
}

.bg {
  background-image: linear-gradient(to bottom, #e7d5ff 0%, #ffe7f1 53.3333333333vw, #ffe8f2 100%), linear-gradient(to bottom, #ffe8f2 0%, #ffe8f2 100%);
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .bg {
    background-image: linear-gradient(to bottom, #e7d5ff 0%, #ffe7f1 min(16.6666666667vw, 240px), #ffe8f2 100%), linear-gradient(to bottom, #ffe8f2 0%, #ffe8f2 100%);
  }
}
.bg__cloud {
  background-image: url(../data/webp/common/bg_cloud.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 27.8666666667vw;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .bg__cloud {
    background-image: url(../data/webp/common/bg_cloud_pc.webp);
    background-size: min(100vw, 1440px) auto;
    background-repeat: no-repeat;
    background-position: center min(3.8888888889vw, 56px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .bg__cloud:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../data/webp/common/bg_cloud_pc.webp);
    background-size: min(100vw, 1440px) auto;
    background-position: calc(50% - min(91.6666666667vw, 1320px)) min(3.8888888889vw, 56px);
    background-repeat: no-repeat;
  }
  .bg__cloud:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../data/webp/common/bg_cloud_pc.webp);
    background-size: min(100vw, 1440px) auto;
    background-position: calc(50% + min(91.6666666667vw, 1320px)) min(3.8888888889vw, 56px);
    background-repeat: no-repeat;
  }
}
.bg__deco-kira {
  position: fixed;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}
.bg__deco-kira__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.bg__deco-hanging {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1;
}
.bg__deco-hanging--diamond span {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  background-image: url(../data/webp/common/deco_diamond.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  width: 5.4666666667vw;
  height: 50.6666666667vw;
}
@media only screen and (max-width: 750px) {
  .bg__deco-hanging--diamond span:nth-of-type(n + 5) {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--diamond span {
    background-image: url(../data/webp/common/deco_diamond_pc.webp);
    width: min(2.8472222222vw, 41px);
    height: min(26.3888888889vw, 380px);
    background-size: 100% auto;
    background-position: bottom center;
    top: 0;
  }
}
.bg__deco-hanging--diamond span:first-of-type {
  left: calc(50% - 45.2vw);
  top: -2vw;
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--diamond span:first-of-type {
    height: min(7.9861111111vw, 115px);
    top: 0;
    left: calc(50% - min(13.75vw, 198px));
  }
}
.bg__deco-hanging--diamond span:nth-of-type(2) {
  left: calc(50% - 20.6666666667vw);
  top: -37.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--diamond span:nth-of-type(2) {
    height: min(5.3472222222vw, 77px);
    top: 0;
    left: calc(50% + min(7.9166666667vw, 114px));
  }
}
.bg__deco-hanging--diamond span:nth-of-type(3) {
  left: calc(50% + 14.1333333333vw);
  top: -26.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--diamond span:nth-of-type(3) {
    height: min(16.7361111111vw, 241px);
    top: 0;
    left: calc(50% + min(28.8194444444vw, 415px));
  }
}
.bg__deco-hanging--diamond span:nth-of-type(4) {
  left: calc(50% + 38.2666666667vw);
  top: -28vw;
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--diamond span:nth-of-type(4) {
    width: min(3.1944444444vw, 46px);
    height: min(19.7222222222vw, 284px);
    top: 0;
    left: calc(50% - min(42.4305555556vw, 611px));
  }
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--diamond span:nth-of-type(5) {
    width: min(3.1944444444vw, 46px);
    height: min(14.2361111111vw, 205px);
    top: 0;
    left: calc(50% - min(24.9305555556vw, 359px));
  }
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--diamond span:nth-of-type(6) {
    width: min(3.1944444444vw, 46px);
    height: min(13.6111111111vw, 196px);
    top: 0;
    left: calc(50% + min(22.2916666667vw, 321px));
  }
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--diamond span:nth-of-type(7) {
    width: min(3.1944444444vw, 46px);
    height: min(9.5833333333vw, 138px);
    top: 0;
    left: calc(50% + min(36.4583333333vw, 525px));
  }
}
.bg__deco-hanging--star span {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  background-image: url(../data/webp/common/deco_star.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  width: 8.6666666667vw;
  height: 56vw;
}
@media only screen and (max-width: 750px) {
  .bg__deco-hanging--star span:nth-of-type(n + 3) {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--star span {
    background-image: url(../data/webp/common/deco_star_pc.webp);
    background-size: 100% auto;
    background-position: bottom center;
  }
}
.bg__deco-hanging--star span:first-of-type {
  top: -29.3333333333vw;
  left: calc(50% - 33.3333333333vw);
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--star span:first-of-type {
    width: min(4.5138888889vw, 65px);
    height: min(9.8611111111vw, 142px);
    top: 0;
    left: calc(50% - min(22.2916666667vw, 321px));
  }
}
.bg__deco-hanging--star span:nth-of-type(2) {
  left: calc(50% + 24.8vw);
  top: -18.4vw;
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--star span:nth-of-type(2) {
    width: min(4.5138888889vw, 65px);
    height: min(7.6388888889vw, 110px);
    top: 0;
    left: calc(50% + min(14.7916666667vw, 213px));
  }
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--star span:nth-of-type(3) {
    width: min(5.3472222222vw, 77px);
    height: min(16.5972222222vw, 239px);
    left: calc(50% - min(35.6944444444vw, 514px));
    top: 0;
  }
}
@media only screen and (min-width: 751px) {
  .bg__deco-hanging--star span:nth-of-type(4) {
    width: min(5.3472222222vw, 77px);
    height: min(17.1527777778vw, 247px);
    top: 0;
    left: calc(50% + min(31.9444444444vw, 460px));
  }
}

.bg-under {
  background: #ffcbd1 url(../data/webp/common/bg_garden.webp) no-repeat;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .bg-under {
    background-image: url(../data/webp/common/bg_garden_pc.webp);
  }
}

.top__bg {
  background-image: url(../data/webp/top/bg.webp);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .top__bg {
    background-image: url(../data/webp/top/bg_pc.webp), url(../data/webp/top/bg_cloud_pc.webp);
    background-size: min(100vw, 1440px) auto, cover;
    background-position: top center, top center;
    background-repeat: no-repeat, no-repeat;
  }
}
.top__info {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #ff93c1;
  border-radius: 2.6666666667vw 0 0 0;
  color: #fff;
  width: 40.6666666667vw;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.6666666667vw;
  padding-right: 4vw;
}
@media only screen and (min-width: 751px) {
  .top__info {
    bottom: min(2.7777777778vw, 40px);
    border-radius: min(1.7361111111vw, 25px) 0 0 min(1.7361111111vw, 25px);
    width: min(13.8888888889vw, 200px);
    height: min(3.4722222222vw, 50px);
    gap: min(0.6944444444vw, 10px);
    padding-right: min(1.6666666667vw, 24px);
    transition: all 300ms;
  }
  .top__info:hover {
    background-color: #fff;
  }
  .top__info:hover .top__info-txt {
    color: #ff93c1;
  }
  .top__info:hover .top__info-icon {
    background-color: #ff93c1;
  }
  .top__info:hover .top__info-icon:before, .top__info:hover .top__info-icon:after {
    background-color: #fff;
  }
}
.top__info-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top__info-icon {
    width: min(2.4305555556vw, 35px);
    height: min(2.4305555556vw, 35px);
    transition: all 300ms;
  }
}
.top__info-icon:before, .top__info-icon:after {
  content: "";
  display: block;
  background-color: #ff93c1;
  width: 1.7333333333vw;
  height: 0.4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 751px) {
  .top__info-icon:before, .top__info-icon:after {
    width: min(0.9027777778vw, 13px);
    height: min(0.2083333333vw, 3px);
    transition: all 300ms;
  }
}
.top__info-icon:after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.top__info-txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  padding-top: 0.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .top__info-txt {
    font-size: min(1.25vw, 18px);
    padding-top: min(0.1388888889vw, 2px);
    transition: all 300ms;
  }
}
.top__footer {
  width: 100%;
  padding: 3.2vw 4vw 4.6666666667vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top__footer {
    padding: min(2.7777777778vw, 40px) min(2.7777777778vw, 40px);
  }
}
.top__footer-copyright {
  color: #4f4f4f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.8666666667vw;
  letter-spacing: 0.08em;
  text-shadow: 0 0 0.8vw #fff;
  filter: drop-shadow(0 0 0.8vw #fff);
  will-change: filter;
}
@media only screen and (min-width: 751px) {
  .top__footer-copyright {
    font-size: min(0.8333333333vw, 12px);
    text-shadow: 0 0 min(0.2777777778vw, 4px) #fff;
    filter: drop-shadow(0 0 min(0.2777777778vw, 4px) #fff);
  }
}

@media only screen and (min-width: 751px) {
  .news__main .common__inner {
    padding: 0 min(3.4722222222vw, 50px);
  }
}
.news__title {
  width: 50.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .news__title {
    width: min(26.3888888889vw, 380px);
  }
}
.news__category {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .news__category {
    margin-top: min(3.8194444444vw, 55px);
  }
}
.news__list {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-top: 6vw;
}
@media only screen and (min-width: 751px) {
  .news__list {
    gap: min(1.3888888889vw, 20px);
    margin-top: min(2.7777777778vw, 40px);
  }
}
.news__list-item {
  display: block;
  background: #fff;
  border-radius: 1.3333333333vw;
  padding: 4vw 7.3333333333vw 5.0666666667vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .news__list-item {
    border-radius: min(0.6944444444vw, 10px);
    padding: min(2.0833333333vw, 30px) min(2.7777777778vw, 40px);
    transition: all 300ms;
  }
  .news__list-item:hover .news__list-ttl {
    color: #ff93c1;
  }
}
.news__list-top {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .news__list-top {
    gap: min(0.6944444444vw, 10px);
  }
}
.news__list-top--date {
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .news__list-top--date {
    font-size: min(1.6666666667vw, 24px);
    transition: all 300ms;
  }
}
.news__list-top--right {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .news__list-top--right {
    gap: min(0.6944444444vw, 10px);
  }
}
.news__list-top--cat {
  border-radius: 1.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6vw;
  font-weight: 500;
  min-width: 9.8666666667vw;
  height: 3.2vw;
  padding-top: 0.2666666667vw;
  color: #ff93c1;
  border: solid #ff93c1 0.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .news__list-top--cat {
    border-width: min(0.1388888889vw, 2px);
    border-radius: min(0.6944444444vw, 10px);
    font-size: min(0.6944444444vw, 10px);
    font-weight: 600;
    min-width: min(4.1666666667vw, 60px);
    height: min(1.3888888889vw, 20px);
    padding-top: min(0.0694444444vw, 1px);
    transition: all 300ms;
  }
}
.news__list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.7272727273;
  margin-top: 0.8vw;
}
@media only screen and (min-width: 751px) {
  .news__list-ttl {
    font-size: min(1.25vw, 18px);
    line-height: 1.7777777778;
    margin-top: min(0.4861111111vw, 7px);
    transition: all 300ms;
  }
}
.news__list-new {
  background: #ff93c1;
  border-radius: 0 0 1.6vw 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8666666667vw;
  font-weight: 500;
  width: 6.6666666667vw;
  height: 3.3333333333vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-right: 0.2666666667vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 751px) {
  .news__list-new {
    border-radius: 0 0 min(0.6944444444vw, 10px) 0;
    font-size: min(0.8333333333vw, 12px);
    width: min(3.2638888889vw, 47px);
    height: min(1.3888888889vw, 20px);
    padding-right: 0;
  }
}
.news__back {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .news__back {
    margin-top: min(2.7777777778vw, 40px);
  }
}

.news-detail__body {
  margin-top: 12vw;
}
@media only screen and (min-width: 751px) {
  .news-detail__body {
    margin-top: min(4.8611111111vw, 70px);
  }
}

.error__title {
  width: 67.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .error__title {
    width: min(34.9305555556vw, 503px);
  }
}
.error__block {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .error__block {
    margin-top: min(5.5555555556vw, 80px);
  }
}
.error__block .common__inner {
  padding: 0 13.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .error__block .common__inner {
    padding: 0 min(10.4166666667vw, 150px);
  }
}
.error__block .common__udrbtn {
  margin: 4vw auto 0;
}
@media only screen and (min-width: 751px) {
  .error__block .common__udrbtn {
    margin-top: min(1.7361111111vw, 25px);
  }
}
.error__block .common__btn {
  margin-top: 20vw;
}
@media only screen and (max-width: 750px) {
  .error__block .common__btn {
    width: 29.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  .error__block .common__btn {
    margin-top: min(6.9444444444vw, 100px);
  }
}
.error__block-title {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.3571428571;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .error__block-title {
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
  }
}
.error__block-text {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.4545454545;
  text-align: center;
  margin-top: 4vw;
}
@media only screen and (min-width: 751px) {
  .error__block-text {
    font-size: min(1.25vw, 18px);
    line-height: 1.5555555556;
    margin-top: min(1.7361111111vw, 25px);
  }
}
.login__body {
  margin: 26.6666666667vw auto 0;
}
@media only screen and (min-width: 751px) {
  .login__body {
    margin-top: min(7.2916666667vw, 105px);
    width: min(50.6944444444vw, 730px);
  }
}
.login__wrap {
  padding: 8.6666666667vw 6vw 10vw;
}
@media only screen and (max-width: 750px) {
  .login__wrap {
    width: 86.6666666667vw;
  }
}
@media only screen and (min-width: 751px) {
  .login__wrap {
    padding: min(3.9583333333vw, 57px) min(4.8611111111vw, 70px) min(4.5138888889vw, 65px);
  }
}
.login__form-item:not(:first-of-type) {
  margin-top: 6vw;
}
@media only screen and (min-width: 751px) {
  .login__form-item:not(:first-of-type) {
    margin-top: min(2.7777777778vw, 40px);
  }
}
.login__form-label {
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .login__form-label {
    font-size: min(1.6666666667vw, 24px);
  }
}
.login__form-input {
  background-color: #ffe8f2;
  border: solid 0.4vw #ffe8f2;
  border-radius: 1.3333333333vw;
  padding: 1.8666666667vw 4vw 2.4vw;
  margin-top: 2vw;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .login__form-input {
    border-width: min(0.2083333333vw, 3px);
    border-radius: min(0.6944444444vw, 10px);
    padding: min(0.8333333333vw, 12px) min(1.3888888889vw, 20px);
    margin-top: min(1.0416666667vw, 15px);
  }
}
.login__form-input input {
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 751px) {
  .login__form-input input {
    font-size: min(1.3888888889vw, 20px);
  }
}
.login__error {
  color: #ff7474;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4vw;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: 2vw;
}
@media only screen and (min-width: 751px) {
  .login__error {
    font-size: min(1.1111111111vw, 16px);
    line-height: 2;
    margin-top: 0;
  }
}
.login__button {
  margin-top: 8vw;
}
@media only screen and (min-width: 751px) {
  .login__button {
    margin-top: min(2.0833333333vw, 30px);
  }
}
@media only screen and (max-width: 750px) {
  .login__button-item {
    width: 100%;
  }
}
.login__external {
  margin-top: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
}
@media only screen and (min-width: 751px) {
  .login__external {
    margin-top: min(2.0833333333vw, 30px);
    gap: min(2.0833333333vw, 30px);
  }
}
.login__external-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.4545454545;
  gap: 1.3333333333vw;
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .login__external-item {
    font-size: min(1.1111111111vw, 16px);
    line-height: 2;
    gap: min(0.5555555556vw, 8px);
    transition: all 300ms;
  }
  .login__external-item:hover {
    color: #4f4f4f;
  }
  .login__external-item:hover:after {
    background-image: url(../data/webp/common/icon_blank.webp);
  }
}
.login__external-item:after {
  display: block;
  content: "";
  background-image: url(../data/webp/common/icon_blank_pink.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 3.2vw;
  height: 3.2vw;
}
@media only screen and (min-width: 751px) {
  .login__external-item:after {
    width: min(1.1111111111vw, 16px);
    height: min(1.1111111111vw, 16px);
    transition: all 300ms;
  }
}
.login__etc {
  margin-top: 8.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .login__etc {
    margin-top: min(3.125vw, 45px);
    gap: min(1.3888888889vw, 20px);
  }
}
.login__etc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe8f2;
  border: solid #ff93c1 0.5333333333vw;
  border-radius: 5.3333333333vw;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.1666666667;
  padding: 2.9333333333vw 4vw;
  width: 36vw;
  height: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .login__etc-item {
    transition: all 300ms;
  }
  .login__etc-item:hover {
    background-color: #ff93c1;
    color: #fff;
  }
}
@media only screen and (min-width: 751px) {
  .login__etc-item {
    border-width: min(0.2777777778vw, 4px);
    border-radius: min(2.0833333333vw, 30px);
    padding: min(0.9722222222vw, 14px) min(1.3888888889vw, 20px);
    font-size: min(1.5277777778vw, 22px);
    line-height: 1.2727272727;
    width: min(20.8333333333vw, 300px);
    height: min(4.1666666667vw, 60px);
  }
}

.mypage__bg {
  background: #ecb4ba url(../data/webp/mypage/bg.webp) no-repeat;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .mypage__bg {
    background-image: url(../data/webp/mypage/bg_pc.webp);
  }
}
.mypage__bg-parts {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate3d(-50%, 0, 0);
  mix-blend-mode: screen;
  isolation: isolate;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  animation: mypage-bg-parts-in 0.4s ease 0.15s forwards;
}
@media only screen and (min-width: 751px) {
  .mypage__bg-parts {
    animation-name: mypage-bg-parts-in;
  }
}
@keyframes mypage-bg-parts-in {
  to {
    opacity: 1;
  }
}
.mypage__bg-parts-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.mypage__bg-parts-item:first-child {
  background-image: url(../data/webp/mypage/parts_prism_1.webp);
  width: 61.6vw;
  height: 89.0666666667vw;
  top: 24.9333333333vw;
  left: -25.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .mypage__bg-parts-item:first-child {
    width: min(32.0833333333vw, 462px);
    height: min(46.3888888889vw, 668px);
    top: min(15.4861111111vw, 223px);
    left: calc(50% - min(50vw, 720px));
  }
}
.mypage__bg-parts-item:nth-child(2) {
  background-image: url(../data/webp/mypage/parts_prism_2.webp);
  width: 54.9333333333vw;
  height: 56.5333333333vw;
  top: 30.4vw;
  left: calc(50% + 10.6666666667vw);
}
@media only screen and (min-width: 751px) {
  .mypage__bg-parts-item:nth-child(2) {
    width: min(30.9027777778vw, 445px);
    height: min(27.1527777778vw, 391px);
    top: min(17.3611111111vw, 250px);
    left: calc(50% + min(4.1666666667vw, 60px));
  }
}
.mypage__bg-parts-item:last-child {
  background-image: url(../data/webp/mypage/parts_prism_1.webp);
  width: 141.2vw;
  height: 204.4vw;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 751px) {
  .mypage__bg-parts-item:last-child {
    width: min(73.5416666667vw, 1059px);
    height: min(106.4583333333vw, 1533px);
    top: min(-15.9722222222vw, -230px);
    left: calc(50% - min(6.25vw, 90px));
  }
}
.mypage__title {
  width: 80vw;
}
@media only screen and (min-width: 751px) {
  .mypage__title {
    width: min(41.6666666667vw, 600px);
  }
}
.mypage__container {
  margin: 20.6666666667vw auto 0;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .mypage__container {
    margin-top: min(5.5555555556vw, 80px);
    width: min(62.5vw, 900px);
  }
}
.mypage__card {
  margin: 0 auto;
  width: 82.6666666667vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .mypage__card {
    width: min(48.6111111111vw, 700px);
  }
}
.mypage__card-img {
  width: 100%;
  filter: drop-shadow(0 0 6.1333333333vw rgba(161, 71, 93, 0.4));
  will-change: filter;
}
@media only screen and (min-width: 751px) {
  .mypage__card-img {
    filter: drop-shadow(0 0 min(1.8055555556vw, 26px) rgba(161, 71, 93, 0.4));
  }
}
.mypage__card-detail {
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
  padding-left: 0.6666666667vw;
  padding-right: 2.6666666667vw;
  width: 41.3333333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .mypage__card-detail {
    gap: min(2.0833333333vw, 30px);
    padding-left: min(1.25vw, 18px);
    padding-right: min(1.3888888889vw, 20px);
    width: min(24.5833333333vw, 354px);
  }
}
.mypage__card-detail dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mypage__card-detail dl dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.1333333333vw;
  color: #ff93c1;
  font-weight: 700;
  flex-shrink: 0;
  width: 9.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .mypage__card-detail dl dt {
    font-size: min(1.25vw, 18px);
    padding-top: min(0.0694444444vw, 1px);
    width: min(4.8611111111vw, 70px);
  }
}
.mypage__card-detail dl dd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4vw;
  color: #4f4f4f;
  font-weight: 400;
  width: calc(100% - 9.3333333333vw);
}
@media only screen and (min-width: 751px) {
  .mypage__card-detail dl dd {
    font-size: min(1.3888888889vw, 20px);
    width: calc(100% - min(4.8611111111vw, 70px));
  }
}
.mypage__body {
  margin: 9.3333333333vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .mypage__body {
    margin-top: min(6.9444444444vw, 100px);
  }
}
@media only screen and (min-width: 751px) {
  .mypage__body-wrap:before {
    mask-image: linear-gradient(to right, transparent 0%, #4f4f4f min(2.0833333333vw, 30px), #4f4f4f calc(100% - min(2.0833333333vw, 30px)), transparent 100%), linear-gradient(to bottom, transparent 0%, #4f4f4f min(2.0833333333vw, 30px), #4f4f4f calc(100% - min(2.0833333333vw, 30px)), transparent 100%);
  }
}
.mypage__detail {
  padding: 9.3333333333vw 0 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .mypage__detail {
    padding: min(3.4722222222vw, 50px) 0 min(4.1666666667vw, 60px);
  }
}
.mypage__detail-block {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media only screen and (min-width: 751px) {
  .mypage__detail-block {
    gap: min(2.0833333333vw, 30px);
  }
}
.mypage__detail-block dl {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4vw;
}
@media only screen and (min-width: 751px) {
  .mypage__detail-block dl {
    gap: min(1.0416666667vw, 15px);
  }
}
.mypage__detail-block dl dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5.3333333333vw;
  color: #ff93c1;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .mypage__detail-block dl dt {
    font-size: min(2.2222222222vw, 32px);
  }
}
.mypage__detail-block dl dd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  color: #4f4f4f;
  font-weight: 400;
}
@media only screen and (min-width: 751px) {
  .mypage__detail-block dl dd {
    font-size: min(1.3888888889vw, 20px);
  }
}
.mypage__detail-btn {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-top: 8vw;
}
@media only screen and (min-width: 751px) {
  .mypage__detail-btn {
    gap: min(1.3888888889vw, 20px);
    margin-top: min(2.7777777778vw, 40px);
  }
}
.mypage__detail-btn .common__logout {
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 751px) {
  .mypage__detail-btn .common__logout {
    margin-top: min(0.6944444444vw, 10px);
  }
}
.mypage__back {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .mypage__back {
    margin-top: min(3.4722222222vw, 50px);
  }
}
.mypage__change .mypage__container {
  margin-top: 0;
}
.mypage__change .mypage__body {
  margin-top: 4vw;
}
.mypage__change-wrap {
  padding: 9.3333333333vw 0 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .mypage__change-wrap {
    padding: min(3.4722222222vw, 50px) 0 min(4.1666666667vw, 60px);
  }
}
.mypage__change-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5.3333333333vw;
  color: #ff93c1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 751px) {
  .mypage__change-title {
    font-size: min(2.7777777778vw, 40px);
    margin-bottom: min(2.7777777778vw, 40px);
  }
}
.mypage__change-form {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-top: 8vw;
  padding: 0 6vw;
}
@media only screen and (min-width: 751px) {
  .mypage__change-form {
    gap: min(2.0833333333vw, 30px);
    margin-top: min(2.7777777778vw, 40px);
    padding: 0 min(4.5138888889vw, 65px);
  }
}
.mypage__change-form:has(.common__btn:nth-of-type(n+2)) .mypage__change-btn {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .mypage__change-form:has(.common__btn:nth-of-type(n+2)) .mypage__change-btn {
    margin-top: min(0.3472222222vw, 5px);
  }
}
.mypage__change-card img {
  filter: drop-shadow(0 0 2vw rgba(161, 71, 93, 0.4));
  will-change: filter;
}
@media only screen and (min-width: 751px) {
  .mypage__change-card img {
    filter: drop-shadow(0 0 min(1.0416666667vw, 15px) rgba(161, 71, 93, 0.4));
  }
}
.mypage__change-card:not(:first-of-type) {
  margin-top: 4vw;
}
@media only screen and (min-width: 751px) {
  .mypage__change-card:not(:first-of-type) {
    margin-top: min(0.6944444444vw, 10px);
  }
}
.mypage__change-card--inner {
  display: block;
  cursor: pointer;
}
.mypage__change-card--select {
  display: flex;
  align-items: flex-start;
  gap: 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .mypage__change-card--select {
    gap: min(0.6944444444vw, 10px);
    margin-bottom: min(1.0416666667vw, 15px);
  }
}
.mypage__change-card--select input {
  -webkit-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  margin-top: 1.2vw;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(0 0 0.6666666667vw rgba(255, 147, 193, 0.45));
  will-change: filter;
}
@media only screen and (min-width: 751px) {
  .mypage__change-card--select input {
    width: min(1.3888888889vw, 20px);
    height: min(1.3888888889vw, 20px);
    margin-top: min(0.4166666667vw, 6px);
    filter: drop-shadow(0 0 min(0.3472222222vw, 5px) rgba(255, 147, 193, 0.45));
  }
}
.mypage__change-card--select input:checked::after {
  content: "";
  background-color: #ff93c1;
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  will-change: transform;
}
@media only screen and (min-width: 751px) {
  .mypage__change-card--select input:checked::after {
    width: min(0.6944444444vw, 10px);
    height: min(0.6944444444vw, 10px);
  }
}
.mypage__change-card--label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4f4f4f;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6071428571;
}
@media only screen and (min-width: 751px) {
  .mypage__change-card--label {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.6;
  }
}
.mypage__change-text {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.5714285714;
  text-align: center;
  margin-top: 4vw;
}
@media only screen and (min-width: 751px) {
  .mypage__change-text {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.6;
    margin-top: 0;
  }
}
.mypage__change-btn {
  margin-top: 4vw;
}
@media only screen and (min-width: 751px) {
  .mypage__change-btn {
    margin-top: min(1.0416666667vw, 15px);
  }
}
.mypage__change-btn:has(.common__btn:nth-of-type(n+2)) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .mypage__change-btn:has(.common__btn:nth-of-type(n+2)) {
    gap: min(1.3888888889vw, 20px);
  }
}
@media only screen and (min-width: 751px) {
  .mypage__change-btn .btn-submit {
    transition: all 300ms;
  }
  .mypage__change-btn .btn-submit:hover {
    background-color: #ffe8f2;
    color: #ff93c1;
  }
}

@media only screen and (min-width: 751px) {
  .stamp__main .common__inner {
    padding: 0 min(3.4722222222vw, 50px);
  }
}
.stamp__title {
  width: 65.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .stamp__title {
    width: min(34.375vw, 495px);
  }
}
.stamp__category {
  justify-content: center;
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .stamp__category {
    margin-top: min(3.9583333333vw, 57px);
  }
}
.stamp__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28.6666666667vw, 1fr));
  gap: 2.6666666667vw;
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .stamp__list {
    grid-template-columns: repeat(auto-fill, minmax(min(12.8472222222vw, 185px), 1fr));
    gap: min(1.0416666667vw, 15px);
    margin-top: min(2.7777777778vw, 40px);
  }
}
.stamp__list-item {
  position: relative;
  background-color: #ffe8f2;
  box-shadow: 0 0 3.4666666667vw rgba(161, 71, 93, 0.4);
  width: 28.6666666667vw;
  height: 28.6666666667vw;
  border: solid 0.8vw #fff;
  border-radius: 0.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .stamp__list-item {
    box-shadow: 0 0 min(1.8055555556vw, 26px) rgba(161, 71, 93, 0.4);
    width: min(12.8472222222vw, 185px);
    height: min(12.8472222222vw, 185px);
    border: solid min(0.4166666667vw, 6px) #fff;
    border-radius: min(0.3472222222vw, 5px);
  }
  .stamp__list-item::after {
    content: "";
    transition: all 300ms;
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
    background-color: #ff91c1;
    opacity: 0;
  }
  .stamp__list-item:hover::after {
    opacity: 0.8;
  }
}
.stamp__list-item--img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.stamp__list-item--img img {
  object-fit: cover;
  max-height: 100%;
}
.stamp__back {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .stamp__back {
    margin-top: min(2.7777777778vw, 40px);
  }
}

.stamp-detail__body {
  position: relative;
  margin: 8.4vw auto 0;
}
@media only screen and (min-width: 751px) {
  .stamp-detail__body {
    margin-top: min(4.3055555556vw, 62px);
    width: min(50.6944444444vw, 730px);
  }
  .stamp-detail__body .common__body-frame {
    width: min(52.7777777778vw, 760px);
  }
}
.stamp-detail__body .common__detail {
  padding-top: 9.3333333333vw;
  padding-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .stamp-detail__body .common__detail {
    padding-top: min(3.8194444444vw, 55px);
    padding-bottom: min(4.8611111111vw, 70px);
  }
}
.stamp-detail__cat {
  border: solid #ff93c1 0.4vw;
  border-radius: 1.6vw;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10vw;
  height: 3.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .stamp-detail__cat {
    border-width: min(0.2083333333vw, 3px);
    border-radius: min(1.0416666667vw, 15px);
    font-size: min(0.9722222222vw, 14px);
    min-width: min(6.25vw, 90px);
    height: min(2.0833333333vw, 30px);
  }
}
.stamp-detail__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.3571428571;
  color: #ff93c1;
}
@media only screen and (min-width: 751px) {
  .stamp-detail__h2 {
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
  }
}
.stamp-detail__head {
  margin-bottom: 2.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .stamp-detail__head {
    margin-bottom: min(1.25vw, 18px);
  }
}
.stamp-detail__imagebox {
  display: flex;
  align-items: center;
  box-shadow: 0 0 3.4666666667vw rgba(161, 71, 93, 0.4);
  background-color: #ffe8f2;
  overflow: hidden;
  width: 53.3333333333vw;
  height: 53.3333333333vw;
  border: solid 0.9333333333vw #fff;
  border-radius: 0.6666666667vw;
  margin: 4.8vw auto 1.8666666667vw auto;
}
@media only screen and (min-width: 751px) {
  .stamp-detail__imagebox {
    box-shadow: 0 0 min(3.6111111111vw, 52px) rgba(161, 71, 93, 0.4);
    width: min(25.6944444444vw, 370px);
    height: min(25.6944444444vw, 370px);
    border: solid min(0.8333333333vw, 12px) #fff;
    border-radius: min(0.6944444444vw, 10px);
    margin: min(2.5vw, 36px) auto min(1.25vw, 18px) auto;
  }
}
.stamp-detail__imagebox img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 0;
  margin: 0;
}
.stamp-detail__date {
  display: block;
  text-align: center;
  line-height: 1.4545454545;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  font-feature-settings: "palt";
  width: auto;
}
@media only screen and (min-width: 751px) {
  .stamp-detail__date {
    line-height: 1.4;
    font-size: min(1.3888888889vw, 20px);
  }
}
.stamp-detail__back {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .stamp-detail__back {
    margin-top: min(3.125vw, 45px);
  }
}

.stamp-purchase__imagebox {
  margin-top: 0.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .stamp-purchase__imagebox {
    margin-top: 0;
  }
}
.stamp-purchase__button {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .stamp-purchase__button {
    margin-top: min(2.4305555556vw, 35px);
  }
}
@media only screen and (min-width: 751px) {
  .stamp-purchase__btn {
    transition: all 300ms;
  }
  .stamp-purchase__btn:hover {
    background-color: #ffe8f2;
    color: #ff93c1;
  }
}

.stamp-done__txt {
  text-align: center;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.3571428571;
}
@media only screen and (min-width: 751px) {
  .stamp-done__txt {
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
  }
}
.stamp-done__btn {
  margin-top: 4vw;
}
@media only screen and (min-width: 751px) {
  .stamp-done__btn {
    margin-top: min(2.4305555556vw, 35px);
  }
}

@media only screen and (min-width: 751px) {
  .bbs__main .common__inner {
    padding: 0 min(3.4722222222vw, 50px);
  }
}
.bbs__title {
  width: 64vw;
}
@media only screen and (min-width: 751px) {
  .bbs__title {
    width: min(32.6388888889vw, 470px);
  }
}
.bbs__list {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-top: 10vw;
}
@media only screen and (min-width: 751px) {
  .bbs__list {
    gap: min(1.3888888889vw, 20px);
    margin-top: min(4.1666666667vw, 60px);
  }
}
.bbs__list-item {
  display: block;
  background: #fff;
  border-radius: 1.3333333333vw;
  box-shadow: 0 0 3.4666666667vw rgba(161, 71, 93, 0.4);
  padding: 4.6666666667vw 7.3333333333vw 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .bbs__list-item {
    border-radius: min(0.6944444444vw, 10px);
    box-shadow: 0 0 min(1.8055555556vw, 26px) rgba(161, 71, 93, 0.4);
    padding: min(1.5277777778vw, 22px) min(2.7777777778vw, 40px) min(1.875vw, 27px);
    transition: all 300ms;
  }
  .bbs__list-item:hover p {
    color: #ff93c1;
  }
}
.bbs__list-item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.7272727273;
}
@media only screen and (min-width: 751px) {
  .bbs__list-item p {
    font-size: min(1.3888888889vw, 20px);
    font-weight: 400;
    line-height: 1.6;
    transition: all 300ms;
  }
}
.bbs__list-count {
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  margin-top: 2vw;
  padding-left: 6.6666666667vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .bbs__list-count {
    font-size: min(0.9722222222vw, 14px);
    margin-top: min(0.5555555556vw, 8px);
    padding-left: min(2.4305555556vw, 35px);
  }
}
.bbs__list-count:before {
  display: block;
  content: "";
  display: inline-block;
  width: 5.3333333333vw;
  height: 4.8vw;
  background: url(../data/webp/common/parts_bubble.webp) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 751px) {
  .bbs__list-count:before {
    width: min(1.6666666667vw, 24px);
    height: min(1.5277777778vw, 22px);
    transition: all 300ms;
  }
}
.bbs__back {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .bbs__back {
    margin-top: min(2.7777777778vw, 40px);
  }
}

.bbs-detail__body {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .bbs-detail__body {
    margin-top: min(3.125vw, 45px);
  }
}
.bbs-detail__block {
  padding-top: 9.3333333333vw;
  padding-bottom: 9.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .bbs-detail__block {
    padding-top: min(3.4722222222vw, 50px);
    padding-bottom: min(4.1666666667vw, 60px);
  }
}
@media only screen and (max-width: 750px) {
  .bbs-detail__block .pagination__wrap {
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  .bbs-detail__block .pagination__num {
    gap: 1.3333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .bbs-detail__block .pagination__parts span {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.bbs-detail__deco {
  position: absolute;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 15.6vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .bbs-detail__deco {
    width: min(79.0277777778vw, 1138px);
    top: min(13.8888888889vw, 200px);
  }
}
.bbs-detail__back {
  margin-top: 5.6vw;
}
@media only screen and (min-width: 751px) {
  .bbs-detail__back {
    margin-top: min(2.0833333333vw, 30px);
  }
}

@media only screen and (min-width: 751px) {
  .blog__main .common__inner {
    padding: 0 min(3.4722222222vw, 50px);
  }
}
.blog__wrap .is-all {
  width: 92vw;
}
@media only screen and (min-width: 751px) {
  .blog__wrap .is-all {
    width: min(11.1111111111vw, 160px);
  }
}
.blog__wrap .is-diary {
  background-color: #ffefe3;
  color: #ffa868;
  border-color: #ffa868;
}
.blog__wrap .is-diary[data-current=true] {
  color: #fff;
  background-color: #ffa868;
}
.blog__wrap .is-movie {
  background-color: #f2fdff;
  color: #89ceff;
  border-color: #89ceff;
}
.blog__wrap .is-movie[data-current=true] {
  color: #fff;
  background-color: #89ceff;
}
.blog__wrap .is-radio {
  background-color: #fceaff;
  color: #f090ff;
  border-color: #f090ff;
}
.blog__wrap .is-radio[data-current=true] {
  color: #fff;
  background-color: #f090ff;
}
.blog__title {
  width: 56vw;
}
@media only screen and (min-width: 751px) {
  .blog__title {
    width: min(29.0277777778vw, 418px);
  }
}
.blog__category {
  justify-content: center;
  margin-top: 10.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .blog__category {
    margin-top: min(4.0277777778vw, 58px);
  }
  .blog__category .is-diary:hover {
    color: #fff;
    background-color: #ffa868;
  }
  .blog__category .is-movie:hover {
    color: #fff;
    background-color: #89ceff;
  }
  .blog__category .is-radio:hover {
    color: #fff;
    background-color: #f090ff;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92vw, 1fr));
  gap: 2.6666666667vw;
  margin-top: 6vw;
}
@media only screen and (min-width: 751px) {
  .blog__list {
    grid-template-columns: repeat(auto-fill, minmax(min(22.2222222222vw, 320px), 1fr));
    margin-top: min(2.7777777778vw, 40px);
    gap: min(1.3194444444vw, 19px);
  }
}
.blog__list-item {
  width: 92vw;
}
@media only screen and (min-width: 751px) {
  .blog__list-item {
    width: min(22.2222222222vw, 320px);
  }
}
.blog__list-item a {
  position: relative;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.3333333333vw;
  box-shadow: 0 0 3.4666666667vw rgba(161, 71, 94, 0.4);
  padding: 6vw 7.3333333333vw 5.6vw;
}
@media only screen and (min-width: 751px) {
  .blog__list-item a {
    box-shadow: 0 0 min(1.8055555556vw, 26px) rgba(161, 71, 94, 0.4);
    border-radius: min(0.6944444444vw, 10px);
    padding: min(1.3888888889vw, 20px) min(1.3888888889vw, 20px) min(1.25vw, 18px);
  }
}
.blog__list-item a:hover .blog__list-item--ttl {
  color: #ff93c1;
}
.blog__list-item a[data-update=NEW]:before {
  content: attr(data-update);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff93c1;
  color: #fff;
  font-size: 2.1333333333vw;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 10.6666666667vw;
  height: 4.6666666667vw;
  border-radius: 1.3333333333vw 0 1.6vw 0;
}
@media only screen and (min-width: 751px) {
  .blog__list-item a[data-update=NEW]:before {
    font-size: min(0.625vw, 9px);
    width: min(2.7777777778vw, 40px);
    height: min(1.1805555556vw, 17px);
    padding-top: min(0.0694444444vw, 1px);
    border-radius: min(0.6944444444vw, 10px) 0 min(0.5555555556vw, 8px) 0;
  }
}
.blog__list-item--thumb {
  overflow: hidden;
  display: flex;
  align-items: center;
  object-fit: contain;
  width: 77.3333333333vw;
  height: 43.0666666667vw;
  border-radius: 0.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .blog__list-item--thumb {
    width: min(19.4444444444vw, 280px);
    height: min(10.9722222222vw, 158px);
    border-radius: min(0.3472222222vw, 5px);
  }
}
.blog__list-item--thumb img {
  object-fit: contain;
  max-width: 100%;
}
.blog__list-item--head {
  display: flex;
  height: 3.7333333333vw;
  margin-top: 4.5333333333vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 751px) {
  .blog__list-item--head {
    height: min(0.9722222222vw, 14px);
    margin-top: min(1.3888888889vw, 20px);
    margin-bottom: min(0.4166666667vw, 6px);
  }
}
.blog__list-item--head .head-date {
  display: block;
  color: #ff93c1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .blog__list-item--head .head-date {
    font-size: min(0.9722222222vw, 14px);
  }
}
.blog__list-item--head .head-type {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  width: 8.6666666667vw;
  height: 3.3333333333vw;
  border-radius: 1.6vw;
  margin-left: 1.7333333333vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 751px) {
  .blog__list-item--head .head-type {
    font-size: min(0.625vw, 9px);
    width: min(3.4722222222vw, 50px);
    height: min(1.1805555556vw, 17px);
    border-radius: min(0.5555555556vw, 8px);
    margin-left: min(0.3472222222vw, 5px);
    padding-top: min(0.1388888889vw, 2px);
  }
}
.blog__list-item--head .is-diary {
  background-color: #fff;
  border: solid 0.4vw #ffa868;
}
@media only screen and (min-width: 751px) {
  .blog__list-item--head .is-diary {
    border: solid min(0.1388888889vw, 2px) #ffa868;
  }
}
.blog__list-item--head .is-movie {
  background-color: #fff;
  border: solid 0.4vw #89ceff;
}
@media only screen and (min-width: 751px) {
  .blog__list-item--head .is-movie {
    border: solid min(0.1388888889vw, 2px) #89ceff;
  }
}
.blog__list-item--head .is-radio {
  background-color: #fff;
  border: solid 0.4vw #f090ff;
}
@media only screen and (min-width: 751px) {
  .blog__list-item--head .is-radio {
    border: solid min(0.1388888889vw, 2px) #f090ff;
  }
}
.blog__list-item--ttl {
  line-height: 1.4285714286;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 751px) {
  .blog__list-item--ttl {
    line-height: 1.625;
    font-size: min(1.1111111111vw, 16px);
    -webkit-line-clamp: 2;
    transition: all 300ms;
  }
}

.blog-detail__body {
  margin-top: 8vw;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body {
    margin-top: min(4.8611111111vw, 70px);
    padding-top: min(3.3333333333vw, 48px);
  }
}
.blog-detail__body .common__body-wrap:after {
  display: block;
  content: "";
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .blog-detail__body .pagination__wrap {
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  .blog-detail__body .pagination__num {
    gap: 1.3333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .blog-detail__body .pagination__parts span {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.blog-detail__body[data-category=diary] .common__body-wrap::after {
  background-image: url(../data/webp/blog/parts_diary.webp);
  top: -3.4666666667vw;
  right: -2.6666666667vw;
  width: 49.3333333333vw;
  height: 16.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=diary] .common__body-wrap::after {
    top: max(-4.0277777778vw, -58px);
    right: max(-1.0416666667vw, -15px);
    width: min(25.6944444444vw, 370px);
    height: min(8.4027777778vw, 121px);
  }
}
.blog-detail__body[data-category=diary] .common__detail-date,
.blog-detail__body[data-category=diary] .common__detail-h1,
.blog-detail__body[data-category=diary] .common__comment-ttl {
  color: #ffa868;
}
.blog-detail__body[data-category=diary] .common__comment {
  background-color: #fff5ee;
}
.blog-detail__body[data-category=diary] .common__comment-add {
  background-color: #ffa868;
  border-color: #ffa868;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=diary] .common__comment-add {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=diary] .common__comment-add:hover {
    background-color: #fff;
    color: #ffa868;
  }
  .blog-detail__body[data-category=diary] .common__comment-add:hover:before {
    background-color: #ffa868;
  }
}
.blog-detail__body[data-category=diary] .common__comment-item {
  border-bottom-color: #ffa868;
}
.blog-detail__body[data-category=diary] .common__like-num {
  color: #ffa868;
}
.blog-detail__body[data-category=diary] .common__like-icon {
  background: #ffcca6;
}
.blog-detail__body[data-category=diary] .common__like-icon.js--like {
  background: #ffa868;
}
.blog-detail__body[data-category=diary] .common__comment-seemore {
  color: #ffa868;
}
.blog-detail__body[data-category=diary] .common__comment-seemore:before {
  background-color: #ffa868;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=diary] .common__comment-seemore {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=diary] .common__comment-seemore:hover {
    background-color: #ffa868;
    color: #fff;
  }
  .blog-detail__body[data-category=diary] .common__comment-seemore:hover:before {
    background-color: #fff;
  }
}
.blog-detail__body[data-category=diary] .pagination__prev,
.blog-detail__body[data-category=diary] .pagination__next {
  background-color: #ffa868;
  border-color: #ffa868;
}
.blog-detail__body[data-category=diary] .pagination__num-item.is-active {
  background-color: #ffa868;
}
.blog-detail__body[data-category=diary] .pagination__num-item a {
  background-color: #fff5ee;
  border-color: #ffa868;
  color: #ffa868;
}
.blog-detail__body[data-category=diary] .pagination__num-item a:before {
  background-color: #ffa868;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=diary] .pagination__num-item a {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=diary] .pagination__num-item a:hover {
    background-color: #ffa868;
    color: #fff;
  }
  .blog-detail__body[data-category=diary] .pagination__num-item a:hover:before {
    background-color: #fff;
  }
}
.blog-detail__body[data-category=diary] .pagination__parts span {
  background-color: #ffa868;
}
.blog-detail__body[data-category=movie] .common__body-wrap:after {
  background-image: url(../data/webp/blog/parts_movie.webp);
  top: -3.4666666667vw;
  right: -4.6666666667vw;
  width: 63.3333333333vw;
  height: 16.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=movie] .common__body-wrap:after {
    top: max(-3.9583333333vw, -57px);
    right: max(-2.4305555556vw, -35px);
    width: min(32.9861111111vw, 475px);
    height: min(8.4027777778vw, 121px);
  }
}
.blog-detail__body[data-category=movie] .common__detail-date,
.blog-detail__body[data-category=movie] .common__detail-h1,
.blog-detail__body[data-category=movie] .common__comment-ttl {
  color: #89ceff;
}
.blog-detail__body[data-category=movie] .common__comment {
  background-color: #f2fdff;
}
.blog-detail__body[data-category=movie] .common__comment-add {
  background-color: #89ceff;
  border-color: #89ceff;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=movie] .common__comment-add {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=movie] .common__comment-add:hover {
    background-color: #fff;
    color: #89ceff;
  }
  .blog-detail__body[data-category=movie] .common__comment-add:hover:before {
    background-color: #89ceff;
  }
}
.blog-detail__body[data-category=movie] .common__comment-item {
  border-bottom-color: #89ceff;
}
.blog-detail__body[data-category=movie] .common__like-num {
  color: #89ceff;
}
.blog-detail__body[data-category=movie] .common__like-icon {
  background: #b6e1ff;
}
.blog-detail__body[data-category=movie] .common__like-icon.js--like {
  background: #89ceff;
}
.blog-detail__body[data-category=movie] .common__comment-seemore {
  color: #89ceff;
}
.blog-detail__body[data-category=movie] .common__comment-seemore:before {
  background-color: #89ceff;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=movie] .common__comment-seemore {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=movie] .common__comment-seemore:hover {
    background-color: #89ceff;
    color: #fff;
  }
  .blog-detail__body[data-category=movie] .common__comment-seemore:hover:before {
    background-color: #fff;
  }
}
.blog-detail__body[data-category=movie] .pagination__prev,
.blog-detail__body[data-category=movie] .pagination__next {
  background-color: #89ceff;
  border-color: #89ceff;
}
.blog-detail__body[data-category=movie] .pagination__num-item.is-active {
  background-color: #89ceff;
}
.blog-detail__body[data-category=movie] .pagination__num-item a {
  background-color: #f2fdff;
  border-color: #89ceff;
  color: #89ceff;
}
.blog-detail__body[data-category=movie] .pagination__num-item a:before {
  background-color: #89ceff;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=movie] .pagination__num-item a {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=movie] .pagination__num-item a:hover {
    background-color: #89ceff;
    color: #fff;
  }
  .blog-detail__body[data-category=movie] .pagination__num-item a:hover:before {
    background-color: #fff;
  }
}
.blog-detail__body[data-category=movie] .pagination__parts span {
  background-color: #89ceff;
}
.blog-detail__body[data-category=radio] .common__body-wrap:after {
  background-image: url(../data/webp/blog/parts_radio.webp);
  top: -3.7333333333vw;
  right: -4vw;
  width: 57.3333333333vw;
  height: 16.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=radio] .common__body-wrap:after {
    top: max(-4.0277777778vw, -58px);
    right: max(-2.0138888889vw, -29px);
    width: min(29.8611111111vw, 430px);
    height: min(8.4027777778vw, 121px);
  }
}
.blog-detail__body[data-category=radio] .common__detail-date,
.blog-detail__body[data-category=radio] .common__detail-h1,
.blog-detail__body[data-category=radio] .common__comment-ttl {
  color: #f090ff;
}
.blog-detail__body[data-category=radio] .common__comment {
  background-color: #fef5ff;
}
.blog-detail__body[data-category=radio] .common__comment-add {
  background-color: #f090ff;
  border-color: #f090ff;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=radio] .common__comment-add {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=radio] .common__comment-add:hover {
    background-color: #fff;
    color: #f090ff;
  }
  .blog-detail__body[data-category=radio] .common__comment-add:hover:before {
    background-color: #f090ff;
  }
}
.blog-detail__body[data-category=radio] .common__comment-item {
  border-bottom-color: #f090ff;
}
.blog-detail__body[data-category=radio] .common__like-num {
  color: #f090ff;
}
.blog-detail__body[data-category=radio] .common__like-icon {
  background: #f7c4ff;
}
.blog-detail__body[data-category=radio] .common__like-icon.js--like {
  background: #f090ff;
}
.blog-detail__body[data-category=radio] .common__comment-seemore {
  color: #f090ff;
}
.blog-detail__body[data-category=radio] .common__comment-seemore:before {
  background-color: #f090ff;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=radio] .common__comment-seemore {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=radio] .common__comment-seemore:hover {
    background-color: #f090ff;
    color: #fff;
  }
  .blog-detail__body[data-category=radio] .common__comment-seemore:hover:before {
    background-color: #fff;
  }
}
.blog-detail__body[data-category=radio] .pagination__prev,
.blog-detail__body[data-category=radio] .pagination__next {
  background-color: #f090ff;
  border-color: #f090ff;
}
.blog-detail__body[data-category=radio] .pagination__num-item.is-active {
  background-color: #f090ff;
}
.blog-detail__body[data-category=radio] .pagination__num-item a {
  background-color: #fef5ff;
  border-color: #f090ff;
  color: #f090ff;
}
.blog-detail__body[data-category=radio] .pagination__num-item a:before {
  background-color: #f090ff;
}
@media only screen and (min-width: 751px) {
  .blog-detail__body[data-category=radio] .pagination__num-item a {
    transition: all 300ms;
  }
  .blog-detail__body[data-category=radio] .pagination__num-item a:hover {
    background-color: #f090ff;
    color: #fff;
  }
  .blog-detail__body[data-category=radio] .pagination__num-item a:hover:before {
    background-color: #fff;
  }
}
.blog-detail__body[data-category=radio] .pagination__parts span {
  background-color: #f090ff;
}
.blog-detail__block {
  padding-top: 9.3333333333vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .blog-detail__block {
    padding-top: min(2.7777777778vw, 40px);
  }
}
.blog-detail__iframe {
  margin-top: 0;
  margin-bottom: 4.8vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__iframe {
    margin-bottom: min(1.7361111111vw, 25px);
  }
}
.blog-detail__head {
  margin-bottom: 3.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__head {
    margin-bottom: min(2.0833333333vw, 30px);
  }
}
.blog-detail__date {
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .blog-detail__date {
    font-size: min(1.9444444444vw, 28px);
  }
}
.blog-detail__comment {
  margin-top: 4.6666666667vw;
  padding-top: 5.6vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__comment {
    margin-top: min(2.6388888889vw, 38px);
    padding-top: min(2.6388888889vw, 38px);
  }
}
.blog-detail__comment-list {
  margin-top: 4vw;
  gap: 4.8vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__comment-list {
    margin-top: min(2.5vw, 36px);
    gap: min(1.25vw, 18px);
  }
}
.blog-detail__seemore {
  background-color: #fff;
  border-radius: 4.6666666667vw;
  width: 66.6666666667vw;
  height: 9.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__seemore {
    width: min(11.1111111111vw, 160px);
    height: min(2.7777777778vw, 40px);
    border-radius: min(1.3888888889vw, 20px);
    margin-top: min(2.0833333333vw, 30px);
  }
}
.blog-detail__back {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .blog-detail__back {
    margin-top: min(2.7777777778vw, 40px);
  }
}

.live__title {
  width: 46vw;
}
@media only screen and (min-width: 751px) {
  .live__title {
    width: min(23.9583333333vw, 345px);
  }
}
.live__body {
  margin-top: 8vw;
}
@media only screen and (min-width: 751px) {
  .live__body {
    margin-top: min(4.1666666667vw, 60px);
  }
}
.live__iframe {
  background-color: #0e1216;
  position: relative;
  width: 100%;
}
.live__iframe iframe {
  aspect-ratio: 16/9;
}
.live__comment {
  background-color: #0e1216;
  width: 100%;
  height: 37.3333333333vw;
  margin-top: 8vw;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.live__comment::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 751px) {
  .live__comment {
    height: min(29.8611111111vw, 430px);
    margin-top: min(4.1666666667vw, 60px);
  }
}
.live__text {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 4.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .live__text {
    margin-top: min(2.4305555556vw, 35px);
    font-size: min(1.25vw, 18px);
    line-height: 1.4444444444;
  }
}

.about__main .bg__deco-hanging {
  position: absolute;
  z-index: 6;
}
.about__main .bg__deco-hanging--star span {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 751px) {
  .about__main .bg__deco-hanging--star span:nth-of-type(1) {
    background-image: url("../data/webp/about/deco_star_long.webp");
    height: min(36.9444444444vw, 532px);
  }
}
@media only screen and (min-width: 751px) {
  .about__main .bg__deco-hanging--star span:nth-of-type(4) {
    height: min(31.5972222222vw, 455px);
  }
}
.about__main .bg__deco-hanging--diamond span {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 751px) {
  .about__main .bg__deco-hanging--diamond span:nth-of-type(5) {
    height: min(30.9722222222vw, 446px);
  }
}
@media only screen and (min-width: 751px) {
  .about__main .bg__deco-hanging--diamond span:nth-of-type(6) {
    height: min(4.5833333333vw, 66px);
  }
}
@media only screen and (min-width: 751px) {
  .about__main .bg__deco-hanging--diamond span:nth-of-type(7) {
    height: min(23.6111111111vw, 340px);
  }
}
.about__title {
  position: relative;
  width: 100%;
  margin-inline: auto;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .about__title {
    width: calc(min(100vw, 1440px) - 16px);
  }
}
.about__title-main {
  position: relative;
  width: 60.9333333333vw;
}
@media only screen and (min-width: 751px) {
  .about__title-main {
    width: min(30.2083333333vw, 435px);
  }
}
.about__title-sub {
  display: block;
  position: relative;
  margin: 0vw auto 0;
  width: 24vw;
}
@media only screen and (min-width: 751px) {
  .about__title-sub {
    margin: min(0.6944444444vw, 10px) auto 0;
    width: min(12.3611111111vw, 178px);
  }
}
.about__title-miyano {
  position: absolute;
  bottom: -40vw;
  right: 0vw;
  width: 79.2vw;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .about__title-miyano {
    bottom: max(-12.0833333333vw, -174px);
    right: min(7.6388888889vw, 110px);
    width: min(50.5555555556vw, 728px);
  }
}
.about__body {
  margin-top: 22.4vw;
}
@media only screen and (min-width: 751px) {
  .about__body {
    margin-top: min(7.0833333333vw, 102px);
  }
}
.about__block {
  padding-top: 8vw;
  padding-bottom: 57.6vw;
}
@media only screen and (min-width: 751px) {
  .about__block {
    padding-top: min(3.8888888889vw, 56px);
    padding-bottom: min(23.6111111111vw, 340px);
  }
}
.about__block-ttl {
  font-size: 3.7333333333vw;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 751px) {
  .about__block-ttl {
    font-size: min(1.6666666667vw, 24px);
  }
}
.about__box {
  margin-top: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 751px) {
  .about__box {
    margin-top: min(1.9444444444vw, 28px);
  }
}
.about__box-main {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 9.3333333333vw;
  color: #fe78b3;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .about__box-main {
    font-size: min(3.8888888889vw, 56px);
  }
}
.about__box-sub {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6666666667vw;
  color: #ff93c1;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .about__box-sub {
    font-size: min(1.1111111111vw, 16px);
  }
}
.about__box-price {
  margin-top: 1.6vw;
  width: 26.6666666667vw;
  height: 6.6666666667vw;
  border-radius: 3.3333333333vw;
  background-color: #ffe8f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4vw;
  color: #ff93c1;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 751px) {
  .about__box-price {
    margin-top: min(0.6944444444vw, 10px);
    width: min(10.9722222222vw, 158px);
    height: min(2.5vw, 36px);
    border-radius: min(1.25vw, 18px);
    font-size: min(0.9722222222vw, 14px);
  }
}
.about__box-price > span {
  font-size: 1.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .about__box-price > span {
    margin-top: 0.2666666667vw;
    font-size: min(0.6944444444vw, 10px);
  }
}
.about__text {
  margin-top: 4vw;
  font-size: 2.9333333333vw;
  line-height: 1.8181818182;
  color: #4f4f4f;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .about__text {
    margin-top: min(2.2222222222vw, 32px);
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.8181818182;
  }
}
.about__text span {
  color: #ff93c1;
}
.about__lines {
  margin-top: 6.9333333333vw;
}
@media only screen and (min-width: 751px) {
  .about__lines {
    margin-top: min(3.8888888889vw, 56px);
  }
}
.about__lines > span {
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #ff93c1;
  border-radius: 0.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .about__lines > span {
    height: min(0.2777777778vw, 4px);
    border-radius: min(0.1388888889vw, 2px);
  }
}
.about__lines > span:last-child {
  margin-top: 0.2666666667vw;
  height: 0.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .about__lines > span:last-child {
    margin-top: min(0.1388888889vw, 2px);
    height: min(0.1388888889vw, 2px);
  }
}
.about__benefits {
  margin-top: 7.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .about__benefits {
    margin-top: min(4.1666666667vw, 60px);
  }
}
.about__benefits-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2666666667vw;
  color: #ff93c1;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .about__benefits-ttl {
    font-size: min(2.2222222222vw, 32px);
  }
}
.about__benefits-list {
  margin-top: 5.0666666667vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.6666666667vw 3.2vw;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 751px) {
  .about__benefits-list {
    margin-top: min(2.7777777778vw, 40px);
    gap: min(1.3888888889vw, 20px);
  }
}
.about__benefits-item {
  padding-inline: 3.7333333333vw;
  width: 32vw;
  height: 25.8666666667vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.9333333333vw;
  color: #ff93c1;
  font-weight: 700;
  text-align: center;
  background-color: #ffe8f2;
  border-radius: 1.3333333333vw;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 751px) {
  .about__benefits-item {
    padding-top: min(0.2083333333vw, 3px);
    padding-inline: min(0.6944444444vw, 10px);
    width: min(14.3055555556vw, 206px);
    height: min(10.0694444444vw, 145px);
    font-size: min(1.3888888889vw, 20px);
    border-radius: min(0.6944444444vw, 10px);
  }
}
.about__benefits-icon {
  width: 14.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .about__benefits-icon {
    width: min(6.0416666667vw, 87px);
  }
}
.about__benefits-txt {
  margin-top: 2.4vw;
  line-height: 1.2727272727;
  text-wrap-mode: nowrap;
}
@media only screen and (min-width: 751px) {
  .about__benefits-txt {
    margin-top: min(0.8333333333vw, 12px);
  }
}
.about__benefits-txt span {
  font-size: 2.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .about__benefits-txt span {
    font-size: min(1.1111111111vw, 16px);
  }
}
.about__join {
  position: absolute;
  left: 50%;
  bottom: 0.2666666667vw;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  mask-image: url("../data/webp/about/join_mask.webp");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  background-image: url("../data/webp/about/join_bg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 24.2666666667vw;
  padding-bottom: 15.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .about__join {
    mask-image: url("../data/webp/about/join_mask_pc.webp");
    background-image: url("../data/webp/about/join_bg_pc.webp");
    bottom: min(0.1388888889vw, 2px);
    padding-top: min(9.1666666667vw, 132px);
    padding-bottom: min(6.25vw, 90px);
    width: min(71.6666666667vw, 1032px);
  }
}
.about__join-seloveri {
  width: 89.3333333333vw;
  position: absolute;
  top: calc(50% + 3.3333333333vw);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .about__join-seloveri {
    top: calc(50% + min(0.3472222222vw, 5px));
    width: min(45.1388888889vw, 650px);
  }
}
.about__join-btn {
  position: relative;
  margin-inline: auto;
  width: 77.3333333333vw;
  height: 16vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
  background: linear-gradient(140deg, #ffcde3 0%, #ffcde3 30%, #ff93c1 70%, #ff93c1 100%);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2666666667vw;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .about__join-btn {
    width: min(34.7222222222vw, 500px);
    height: min(6.9444444444vw, 100px);
    border-radius: min(0.6944444444vw, 10px);
    font-size: min(1.9444444444vw, 28px);
  }
}
.about__join-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
  background-image: url("../data/webp/about/join_btn_on.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0s;
}
.about__join-btn:hover:after, .about__join-btn.js-show.js-scroll:after {
  display: block;
  content: "";
  opacity: 1;
}
.about__join-btn:hover .about__join-arrow:after, .about__join-btn.js-show.js-scroll .about__join-arrow:after {
  display: block;
  content: "";
  opacity: 1;
}
.about__join-btn:hover .about__join-btn--star, .about__join-btn.js-show.js-scroll .about__join-btn--star {
  transform: rotate(180deg);
}
.about__join-btn:hover .about__join-btn--shine, .about__join-btn.js-show.js-scroll .about__join-btn--shine {
  left: 70%;
}
.about__join-btn--shine {
  position: absolute;
  top: 0%;
  left: -70%;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
  opacity: 0.7;
  z-index: 2;
}
.about__join-btn--shine:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, transparent 0%, transparent 25%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 52%, transparent 75%, transparent 100%);
}
.about__join-btn--kira {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.about__join-btn--star {
  background-image: url("../data/webp/about/join_kira_m.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1.3333333333vw;
  left: 2.6666666667vw;
  width: 10.4vw;
  height: 10.4vw;
  transform: rotate(0);
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .about__join-btn--star {
    bottom: min(-0.6944444444vw, -10px);
    left: min(1.3888888889vw, 20px);
    width: min(5.4166666667vw, 78px);
    height: min(5.4166666667vw, 78px);
  }
}
.about__join-btn--star.small {
  bottom: -1.0666666667vw;
  left: 9.0666666667vw;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  transition-delay: 0.1s;
}
@media only screen and (min-width: 751px) {
  .about__join-btn--star.small {
    bottom: min(-0.5555555556vw, -8px);
    left: min(4.7222222222vw, 68px);
    width: min(3.1944444444vw, 46px);
    height: min(3.1944444444vw, 46px);
  }
}
.about__join-btn--star.right {
  top: 0;
  left: auto;
  right: 8.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .about__join-btn--star.right {
    top: 0;
    right: min(3.4722222222vw, 50px);
  }
}
.about__join-btn--star.right.small {
  top: 0;
  bottom: auto;
  left: auto;
  right: 16vw;
}
@media only screen and (min-width: 751px) {
  .about__join-btn--star.right.small {
    right: min(7.2916666667vw, 105px);
  }
}
.about__join-btn--star.round {
  background-image: url("../data/webp/about/join_kira_round.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.0666666667vw;
  height: 4.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .about__join-btn--star.round {
    width: min(2.6388888889vw, 38px);
    height: min(2.3611111111vw, 34px);
  }
}
.about__join-btn--star.round.left {
  position: absolute;
  top: 0.5333333333vw;
  left: 9.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .about__join-btn--star.round.left {
    top: min(0.2777777778vw, 4px);
    left: min(4.8611111111vw, 70px);
  }
}
.about__join-btn--star.round.right {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -0.9333333333vw;
  right: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .about__join-btn--star.round.right {
    bottom: min(0vw, 0px);
    right: min(1.3888888889vw, 20px);
  }
}
.about__join-link {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.about__join-link:after {
  display: block;
  content: "";
}
.about__join-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  width: 3.7333333333vw;
  height: 3.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .about__join-arrow {
    right: min(2.0833333333vw, 30px);
    width: min(1.6666666667vw, 24px);
    height: min(1.6666666667vw, 24px);
  }
}
.about__join-arrow > img {
  vertical-align: top;
}
.about__join-arrow:after {
  display: block;
  content: "";
  background-image: url("../data/webp/about/icon_arrow_p.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 106%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.about__back {
  margin-top: 8vw;
}
@media only screen and (min-width: 751px) {
  .about__back {
    margin-top: min(4.8611111111vw, 70px);
  }
}

@media only screen and (min-width: 751px) {
  .form__wrap {
    padding-top: min(12.1527777778vw, 175px);
  }
}
.form__body {
  margin: 0 auto 7.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .form__body {
    margin-bottom: min(4.1666666667vw, 60px);
  }
}
.form__block {
  padding: 8.6666666667vw 6vw;
}
@media only screen and (min-width: 751px) {
  .form__block {
    padding: min(3.8194444444vw, 55px) min(4.5138888889vw, 65px) min(4.5138888889vw, 65px);
  }
}
.form__block input::placeholder,
.form__block textarea::placeholder {
  color: rgba(255, 147, 193, 0.4);
}
.form__block input::selection,
.form__block textarea::selection {
  background-color: #fff;
}
.form__block input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  margin-top: 1.2vw;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(0 0 0.6666666667vw rgba(255, 147, 193, 0.45));
  will-change: filter;
}
@media only screen and (min-width: 751px) {
  .form__block input[type=radio] {
    width: min(1.3888888889vw, 20px);
    height: min(1.3888888889vw, 20px);
    margin-top: min(0.4166666667vw, 6px);
    filter: drop-shadow(0 0 min(0.3472222222vw, 5px) rgba(255, 147, 193, 0.45));
  }
}
.form__block input[type=radio]:checked::after {
  content: "";
  background-color: #ff93c1;
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  will-change: transform;
}
@media only screen and (min-width: 751px) {
  .form__block input[type=radio]:checked::after {
    width: min(0.6944444444vw, 10px);
    height: min(0.6944444444vw, 10px);
  }
}
.form__block input[type=checkbox] {
  background-color: #ff93c1;
  -webkit-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  border-radius: 0.5333333333vw;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .form__block input[type=checkbox] {
    width: min(1.7361111111vw, 25px);
    height: min(1.7361111111vw, 25px);
    border-radius: min(0.2777777778vw, 4px);
  }
}
.form__block input[type=checkbox]:checked::after {
  content: "";
  display: block;
  background: url(../data/webp/common/icon_check.webp) no-repeat center center/contain;
  width: 2.2666666667vw;
  height: 1.4666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  will-change: transform;
}
@media only screen and (min-width: 751px) {
  .form__block input[type=checkbox]:checked::after {
    width: min(0.9722222222vw, 14px);
    height: min(0.625vw, 9px);
  }
}
.form__block textarea {
  background-color: #ffe8f2;
  color: #4f4f4f;
  border-radius: 1.0666666667vw;
  padding: 2vw 3.3333333333vw;
  width: 100%;
  height: 46.6666666667vw;
  resize: none;
  outline: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 2.9333333333vw;
  line-height: 1.7727272727;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.form__block textarea::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 751px) {
  .form__block textarea {
    border-radius: min(0.5555555556vw, 8px);
    padding: min(1.0416666667vw, 15px) min(1.3888888889vw, 20px);
    font-size: min(1.1111111111vw, 16px);
    line-height: 1.75;
    height: min(13.8888888889vw, 200px);
  }
}
.form__items:not(:first-of-type) {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .form__items:not(:first-of-type) {
    margin-top: min(2.0833333333vw, 30px);
  }
}
.form__label {
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.3235294118;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .form__label {
    font-size: min(1.6666666667vw, 24px);
    line-height: 1.3333333333;
    margin-bottom: min(1.0416666667vw, 15px);
  }
}
.form__radio, .form__checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4vw;
}
@media only screen and (min-width: 751px) {
  .form__radio, .form__checkbox {
    gap: min(1.7361111111vw, 25px);
  }
}
.form__radio-item {
  display: flex;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 1.3333333333vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .form__radio-item {
    gap: min(0.6944444444vw, 10px);
    margin-bottom: min(1.0416666667vw, 15px);
  }
}
.form__input-label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4f4f4f;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6071428571;
}
@media only screen and (min-width: 751px) {
  .form__input-label {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.6;
  }
}
.form__checkbox-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.3333333333vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .form__checkbox-item {
    gap: min(0.6944444444vw, 10px);
  }
}
.form__input input {
  background-color: #ffe8f2;
  border-radius: 1.0666666667vw;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 2.9333333333vw;
  width: 100%;
  padding: 2.6666666667vw 3.3333333333vw 2.4vw;
}
@media only screen and (min-width: 751px) {
  .form__input input {
    border-radius: min(0.5555555556vw, 8px);
    font-size: min(1.1111111111vw, 16px);
    padding: min(1.0416666667vw, 15px) min(1.3888888889vw, 20px);
  }
}
.form__select {
  width: 46.6666666667vw;
  margin: 5.3333333333vw 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .form__select {
    width: min(17.3611111111vw, 250px);
    margin: min(1.7361111111vw, 25px) 0 min(2.4305555556vw, 35px);
  }
}
.form__select:after {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/icon_arrow_down.webp) no-repeat center center/contain;
  width: 2.6666666667vw;
  height: 1.3333333333vw;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .form__select:after {
    width: min(1.1111111111vw, 16px);
    height: min(0.6944444444vw, 10px);
    right: min(1.3888888889vw, 20px);
  }
}
.form__select-input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  background-color: #ffe8f2;
  border: none;
  border-radius: 1.0666666667vw;
  color: #4f4f4f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 4vw;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 751px) {
  .form__select-input {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.5;
    border-radius: min(0.5555555556vw, 8px);
    padding: min(0.6944444444vw, 10px) min(3.4722222222vw, 50px) min(0.6944444444vw, 10px) min(1.3888888889vw, 20px);
  }
}
.form__error {
  color: #ff7474;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4vw;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: 2vw;
}
@media only screen and (min-width: 751px) {
  .form__error {
    font-size: min(1.1111111111vw, 16px);
    line-height: 2;
    margin-top: 0;
  }
}

.mypage__bg {
  overflow: hidden;
}
.mypage__bg-parts-item {
  will-change: transform, opacity;
}
.mypage__bg-parts-item:first-child {
  transform-origin: 100% 70%;
}
.mypage__bg-parts-item:nth-child(2) {
  transform-origin: 0 100%;
}
.mypage__bg-parts-item:last-child {
  transform-origin: 50% 0;
}
.mypage__bg-parts.js-animate .mypage__bg-parts-item:first-child {
  animation: mypage-prism-top 6s 0s ease-in-out infinite alternate;
}
.mypage__bg-parts.js-animate .mypage__bg-parts-item:nth-child(2) {
  animation: mypage-prism-bottom 6s 0.8s ease-in-out infinite alternate;
}
.mypage__bg-parts.js-animate .mypage__bg-parts-item:last-child {
  animation: mypage-prism-slow 9s 1.6s ease-in-out infinite alternate;
}

@keyframes mypage-prism-top {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  25% {
    transform: rotate(4deg);
    opacity: 0.55;
  }
  50% {
    transform: rotate(8deg);
    opacity: 0.8;
  }
  75% {
    transform: rotate(12deg);
    opacity: 0.4;
  }
  100% {
    transform: rotate(16deg);
    opacity: 0.95;
  }
}
@keyframes mypage-prism-bottom {
  0% {
    transform: rotate(0);
    opacity: 0.95;
  }
  25% {
    transform: rotate(3deg);
    opacity: 0.45;
  }
  50% {
    transform: rotate(6deg);
    opacity: 0.75;
  }
  75% {
    transform: rotate(9deg);
    opacity: 0.55;
  }
  100% {
    transform: rotate(12deg);
    opacity: 1;
  }
}
@keyframes mypage-prism-slow {
  0% {
    transform: rotate(0);
    opacity: 0.9;
  }
  25% {
    transform: rotate(1.5deg);
    opacity: 0.65;
  }
  50% {
    transform: rotate(3deg);
    opacity: 0.85;
  }
  75% {
    transform: rotate(4.5deg);
    opacity: 0.55;
  }
  100% {
    transform: rotate(6deg);
    opacity: 0.9;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mypage__bg-parts-item {
    animation: none !important;
  }
}
.bg__deco-hanging--diamond span, .bg__deco-hanging--star span {
  transform: translate3d(0, -101%, 0);
}
.bg.is-deco-show .bg__deco-hanging--diamond span,
.bg.is-deco-show .bg__deco-hanging--star span {
  transition: transform 2.1s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.bg.is-deco-show .bg__deco-hanging--diamond span:nth-of-type(1) {
  transition-delay: 0.45s;
}
.bg.is-deco-show .bg__deco-hanging--diamond span:nth-of-type(2) {
  transition-delay: 0.15s;
}
.bg.is-deco-show .bg__deco-hanging--diamond span:nth-of-type(3) {
  transition-delay: 0.6s;
}
.bg.is-deco-show .bg__deco-hanging--diamond span:nth-of-type(4) {
  transition-delay: 0.3s;
}
.bg.is-deco-show .bg__deco-hanging--diamond span:nth-of-type(5) {
  transition-delay: 0.45s;
}
.bg.is-deco-show .bg__deco-hanging--diamond span:nth-of-type(6) {
  transition-delay: 0.75s;
}
.bg.is-deco-show .bg__deco-hanging--diamond span:nth-of-type(7) {
  transition-delay: 0.9s;
}
.bg.is-deco-show .bg__deco-hanging--star span:nth-of-type(1) {
  transition-delay: 0.15s;
}
.bg.is-deco-show .bg__deco-hanging--star span:nth-of-type(2) {
  transition-delay: 0s;
}
.bg.is-deco-show .bg__deco-hanging--star span:nth-of-type(3) {
  transition-delay: 0.3s;
}
.bg.is-deco-show .bg__deco-hanging--star span:nth-of-type(4) {
  transition-delay: 0.45s;
}
/*# sourceMappingURL=sourcemaps/share.css.map */