@charset "UTF-8";
/*----------------------------------------
	fontFamily
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*! destyle.css v4.0.0 | 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;
  min-height: 100vh;
}

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*----------------------------------------
	color
----------------------------------------*/
/*----------------------------------------
	keyframes
----------------------------------------*/
@keyframes motion {
  0% {
    background: #ff3573;
    border: 10px solid #FF3573;
    scale: 1;
    opacity: 1;
    filter: blur(3px);
  }
  50% {
    background: rgba(255, 53, 115, 0);
    border: 0 solid #FF3573;
    scale: 1.4;
    opacity: 0;
    filter: blur(1px);
  }
}

@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  80% {
    transform: rotateY(-720deg);
  }
  100% {
    transform: rotateY(-720deg);
  }
}
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  margin: 15.0966183575vw 0 18.115942029vw;
  margin-top: calc( 15.0966183575vw + env(safe-area-inset-top));

}
@media screen and (min-width: 1025px) {
  body {
    background: rgba(255, 53, 115, 0.1);
    margin: 90px 0 0 280px;
  }
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
body.is-active:before {
  opacity: 1;
  visibility: visible;
}
body.is-hidden {
  margin: 90px 0 0 0;
}
main {
  display: block;
  background: #fff;
  padding-bottom: calc(2.4154589372vw + env(safe-area-inset-bottom));  
}
@media screen and (min-width: 1025px) {
  main {
    width: 414px;
    padding: 20px;
    margin: auto;
    box-sizing: content-box;
  }
}

#no-zoom {
transform-origin: 0 0;
zoom: 1.0; /* 表示倍率の初期値 */
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  font-weight: bold;
}

button {
  color: #000;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(255, 53, 115);
  background: linear-gradient(90deg, rgb(255, 53, 115) 0%, rgb(118, 0, 135) 100%);
  padding: 2.4154589372vw 6.038647343vw;
  padding-bottom: calc(2.4154589372vw + env(safe-area-inset-bottom));  
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .l-footer {
    display: none;
  }
}
.l-footer__follower{
  padding-left: 13vw;
  padding-right: 13vw;
}
.l-footer__menu {
  display: flex;
  align-items: flex-end;
  gap: 3.8647342995vw;
}
.l-footer__menu-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4830917874vw;
}
.l-footer__menu-img {
  width: 10.38647343vw;
}
.l-footer__menu-text {
  font-size: 2.4154589372vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.l-footer__info-number{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 14vw;
  width: 3.8647342995vw;
  height: 3.8647342995vw;
  font-size: 2.4154589372vw;
  font-weight: bold;
  color: #4D4D4D;
  background: #FADE1E;
  border-radius: 50%;
}

.l-footer__record {
  margin: -9.6618357488vw 0 -7.2463768116vw;
}
.l-footer__record-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4830917874vw;
  width: 30.193236715vw;
  height: 30.193236715vw;
  background: #fff;
  padding: 0 0 3.6231884058vw;
  border-radius: 50%;
}
.l-footer__record-img {
  width: 12.077294686vw;
}
.l-footer__record-text {
  font-size: 3.2608695652vw;
  font-weight: 600;
}

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .l-header {
    display: none;
  }
}
.l-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 2.4154589372vw;
  padding-top: calc( 2.4154589372vw + env(safe-area-inset-top));
  box-shadow: 0 1.2077294686vw 1.2077294686vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .l-header__container {
    background: #afa;
  }
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 3.8647342995vw;
}
.l-header__menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 8.4541062802vw;
  height: 7.0048309179vw;
}
.l-header__menu-toggle span {
  display: block;
  width: 100%;
  height: 1.4492753623vw;
  background: #4D4D4D;
  transition: 0.3s;
}
.l-header__menu-toggle.is-active span:nth-child(1) {
  transform: translateY(2.7777777778vw) rotate(-45deg);
}
.l-header__menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-2.7777777778vw) rotate(45deg);
}
.l-header__menu-user {
  width: 11.3526570048vw;
}
.l-header__heading {
  font-size: 5.0724637681vw;
  font-weight: bold;
  white-space: nowrap;
  color: #666666;
}
.l-header__info {
  display: flex;
  gap: 2.4154589372vw;
}
.l-header__info-item {
  width: 10.2657004831vw;
}
.l-header__info-link {
  position: relative;
  display: block;
}
.l-header__info-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.4830917874vw;
  left: -0.9661835749vw;
  width: 3.8647342995vw;
  height: 3.8647342995vw;
  font-size: 2.4154589372vw;
  font-weight: bold;
  color: #4D4D4D;
  background: #FADE1E;
  border-radius: 50%;
}
.l-header__menu-toggle .l-header__info-number {
  /* margin-top: 2.4vw; */
  margin-top: calc( 2.4vw + env(safe-area-inset-top));
  margin-left: 1.5vw;
}
/*----------------------------------------
	l-header-desktop
----------------------------------------*/
.l-header-desktop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .l-header-desktop {
    display: block;
  }
}
.l-header-desktop__container {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px 40px;
}
.l-header-desktop__logo {
  max-width: 380px;
}
.l-header-desktop__logo a {
  display: block;
}
.l-header-desktop__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header-desktop__menu-user {
  width: 50px;
}
.l-header-desktop__info {
  display: flex;
  gap: 20px;
}
.l-header-desktop__info-item {
  width: 50px;
}
.l-header-desktop__info-link {
  position: relative;
}
.l-header-desktop__info-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: -6px;
  width: 18px;
  height: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4D4D4D;
  background: #FADE1E;
  border-radius: 100px;
}

.l-header-follower__head-img{
  position: relative;
  width: 11.3526570048vw;
  height: 11.3526570048vw;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.l-header-follower__head-img img{
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 11.3526570048vw;
  height: 11.3526570048vw;
  object-fit: cover;
  /* width: auto;
  height: auto; */
}

@media screen and (min-width: 1025px) {
  .l-header-follower__head-img, .l-header-follower__head-img img{
    width: 50px;
    height: 50px;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
.l-nav {
  position: fixed;
  top: calc(16.9082125604vw + env(safe-area-inset-top));
  left: 0;
  width: 70.2898550725vw;
  max-height: calc(100% - 45.8937198068vw);
  background: #fff;
  padding: 6.038647343vw;
  border: 0.9661835749vw solid #FF3573;
  border-left: none;
  border-radius: 0 4.8309178744vw 4.8309178744vw 0;
  overflow-y: scroll;
  /* translate: -100% 0; */
  left: -71%;
  transition: 0.3s ease-in-out;
}
.l-nav.is-active {
  /* translate: 0 0; */
  left: 0%;
}
.l-nav__menu {
  margin: 0 0 3.6231884058vw;
  border-top: 0.7246376812vw dotted #767676;
}
.l-nav__menu li {
  border-bottom: 0.7246376812vw dotted #767676;
}
.l-nav__menu li a {
  display: flex;
  align-items: center;
  gap: 2.4154589372vw;
  font-size: 4.1062801932vw;
  font-weight: bold;
  padding: 1.2077294686vw 0;
}
.l-nav__menu li a img {
  width: 8.2125603865vw;
}
.l-nav__menu li a span {
  flex: 1;
}
.l-nav__menu-number{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  left: 56vw;
  width: 18px;
  height: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4D4D4D;
  background: #FADE1E;
  border-radius: 100px;
}
@media screen and (min-width: 1025px) {
  .l-nav__menu-number{
    left: 220px;
  }
}
.l-nav__content {
  display: flex;
  flex-direction: column;
  gap: 2.4154589372vw;
}
.l-nav__content li a {
  display: block;
  width: 100%;
  font-size: 3.0193236715vw;
  font-weight: bold;
  text-align: center;
  padding: 1.2077294686vw;
  border: 0.4830917874vw solid #b1b1b1;
  border-radius: 12.077294686vw;
  box-shadow: 0 0.7246376812vw 1.2077294686vw rgba(0, 0, 0, 0.2);
}

/*----------------------------------------
	l-nav-desktop
----------------------------------------*/
.l-nav-desktop {
  position: fixed;
  top: 90px;
  left: 0;
  width: 280px;
  height: calc(100% - 90px);
  background: #fff;
  overflow-y: scroll;
}
.l-nav-desktop__list {
  background: rgb(255, 53, 115);
  background: linear-gradient(90deg, rgb(255, 53, 115) 0%, rgb(118, 0, 135) 100%);
}
.l-nav-desktop__list li {
  border-bottom: 1px solid #fff;
}
.l-nav-desktop__list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 30px;
}
.l-nav-desktop__list li a img {
  width: 30px;
}
.l-nav-desktop__list li a span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.l-nav-desktop__inner {
  padding: 30px 20px;
}
.l-nav-desktop__menu {
  margin: 0 0 30px;
  border-top: 4px dotted #767676;
}
.l-nav-desktop__menu li {
  border-bottom: 4px dotted #767676;
}
.l-nav-desktop__menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
}
.l-nav-desktop__menu li a img {
  width: 30px;
}
.l-nav-desktop__menu li a span {
  font-size: 1.6rem;
}
.l-nav-desktop__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-nav-desktop__content li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border: 2px solid #b1b1b1;
  border-radius: 100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.l-nav-desktop__record {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.l-nav-desktop__record-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
}
.l-nav-desktop__record-link img {
  width: 40px;
}
.l-nav-desktop__record-link span {
  font-size: 1.2rem;
  font-weight: bold;
}

.l-nav-desktop__info-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  left: 220px;
  width: 18px;
  height: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4D4D4D;
  background: #FADE1E;
  border-radius: 100px;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-continuation-list
----------------------------------------*/
.c-continuation-list {
  display: flex;
  flex-direction: column;
  gap: 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .c-continuation-list {
    gap: 0.9661835749vw;
  }
}
.c-continuation-list li {
  display: flex;
  background: #fff;
  border-radius: 4.8309178744vw;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-continuation-list li {
    border-radius: 20px;
  }
}
.c-continuation-list li p {
  line-height: 1.2;
}
.c-continuation-list li p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2463768116vw;
  background: #FF3573;
}
@media screen and (min-width: 1025px) {
  .c-continuation-list li p:nth-child(1) {
    width: 30px;
  }
}
.c-continuation-list li p:nth-child(1) span {
  font-size: 4.347826087vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-continuation-list li p:nth-child(1) span {
    font-size: 1.8rem;
  }
}
.c-continuation-list li p:nth-child(2) {
  flex: 1;
  font-size: 3.8647342995vw;
  padding: 1.9323671498vw 8.6956521739vw 1.9323671498vw 2.8985507246vw;
}
@media screen and (min-width: 1025px) {
  .c-continuation-list li p:nth-child(2) {
    font-size: 1.6rem;
    padding: 8px 36px 8px 12px;
  }
}
.c-continuation-list li p:nth-child(2) span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-continuation-list li.is-accordion p:nth-child(2) {
  position: relative;
}
.c-continuation-list li.is-accordion p:nth-child(2):after {
  content: "";
  position: absolute;
  top: 1.4492753623vw;
  right: 2.4154589372vw;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background: url(../../../images/v2/design/common/icon-arrow01.svg) center/cover;
  rotate: 90deg;
}
@media screen and (min-width: 1025px) {
  .c-continuation-list li.is-accordion p:nth-child(2):after {
    top: 6px;
    right: 10px;
    width: 23px;
    height: 23px;
  }
}
.c-continuation-list li.is-active p:nth-child(2) {
  position: relative;
}
.c-continuation-list li.is-active p:nth-child(2):after {
  rotate: 270deg;
}
.c-continuation-list li.is-active p:nth-child(2) span {
  -webkit-line-clamp: revert;
}

/*----------------------------------------
	c-continuation-table
----------------------------------------*/
.c-continuation-table {
  width: 100%;
}
.c-continuation-table thead tr th {
  font-size: 2.8985507246vw;
  font-weight: 500;
  text-align: center;
  background: #CACACA;
  padding: 0.2415458937vw;
  border: 0.2415458937vw solid #666;
}
@media screen and (min-width: 1025px) {
  .c-continuation-table thead tr th {
    font-size: 1.2rem;
    padding: 1px;
    border: 1px solid #666;
  }
}
.c-continuation-table thead tr th:nth-child(1) {
  background: none;
  border: none;
}
.c-continuation-table thead tr th:nth-child(6), .c-continuation-table thead tr th:nth-child(7) {
  color: #fff;
  background: #4D4D4D;
}
.c-continuation-table tbody tr th, .c-continuation-table tbody tr td {
  text-align: center;
  font-size: 4.347826087vw;
  padding: 0.2415458937vw;
  border: 0.2415458937vw solid #666;
}
@media screen and (min-width: 1025px) {
  .c-continuation-table tbody tr th, .c-continuation-table tbody tr td {
    font-size: 1.8rem;
    padding: 1px;
    border: 1px solid #666;
  }
}
.c-continuation-table tbody tr th {
  width: 7.2463768116vw;
  line-height: 1.6;
  color: #fff;
  background: #FF3573;
}
.c-continuation-table th.d_txt {
  width:12.5vw;
}
@media screen and (min-width: 1025px) {
  .c-continuation-table tbody tr th {
    width: 30px;
  }
  .c-continuation-table th.d_txt {
    width: 40px;
  }
}
.c-continuation-table tbody tr td {
  font-weight: bold;
  color: #979797;
  background: #fff;
}
/* .c-continuation-table tbody tr td:nth-child(6) {
  background: #FFE1EA;
}
.c-continuation-table tbody tr td:nth-child(7) {
  background: #FFC2D5;
} */

.c-continuation-table.early_term tbody tr td:nth-child(6) {
  background: #FFE1EA;
}
.c-continuation-table.early_term tbody tr td:nth-child(7) {
  background: #FFC2D5;
}


/*----------------------------------------
	c-continuation-week
----------------------------------------*/
.c-continuation-week {
  display: flex;
  flex-direction: column;
  gap: 3.6231884058vw;
}
@media screen and (min-width: 1025px) {
  .c-continuation-week {
    gap: 15px;
  }
}
.c-continuation-week__item {
  background: #fff;
  padding: 2.4154589372vw;
  border-radius: 3.6231884058vw;
}
@media screen and (min-width: 1025px) {
  .c-continuation-week__item {
    padding: 10px;
    border-radius: 15px;
  }
}
.c-continuation-week__heading {
  font-size: 3.8647342995vw;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .c-continuation-week__heading {
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
}
.c-continuation-week__content {
  display: flex;
  justify-content: space-between;
}
.c-continuation-week__content li label {
  cursor: pointer;
}
.c-continuation-week__content li label input {
  display: none;
}
.c-continuation-week__content li label input:checked + span {
  background: #FF3573;
}
.c-continuation-week__content li label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.729468599vw;
  height: 7.729468599vw;
  font-size: 4.8309178744vw;
  font-weight: bold;
  color: #fff;
  background: #E4E4E4;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .c-continuation-week__content li label span {
    width: 32px;
    height: 32px;
    font-size: 2rem;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-modal
----------------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 7.2463768116vw;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .c-modal {
    padding: 30px;
  }
}
.c-modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 -0.2em;
}
.c-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-modal__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 99%;
}
@media screen and (min-width: 1025px) {
  .c-modal__container {
    max-width: 354px;
    margin: 0 0 0 280px;
  }
}
.c-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2.4154589372vw;
  right: -2.4154589372vw;
  width: 7.729468599vw;
  height: 7.729468599vw;
  font-size: 4.8309178744vw;
  font-weight: bold;
  color: #fff;
  background: #FF3573;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .c-modal__close {
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    font-size: 2rem;
  }
}
.c-modal__inner {
  background: #fff;
  text-align: left;
  padding: 7.2463768116vw 4.8309178744vw;
  border-radius: 2.4154589372vw;
}
@media screen and (min-width: 1025px) {
  .c-modal__inner {
    padding: 30px 20px;
    border-radius: 10px;
  }
}

/*----------------------------------------
	c-modal-picker
----------------------------------------*/
.c-modal-picker__heading {
  margin: 0 0 3.8647342995vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__heading {
    margin: 0 0 16px;
  }
}
.c-modal-picker__heading p {
  display: flex;
  gap: 1.9323671498vw;
  font-size: 3.8647342995vw;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__heading p {
    gap: 8px;
    font-size: 1.6rem;
  }
}
.c-modal-picker__heading p:before {
  content: "";
  position: relative;
  flex: none;
  top: 0.4830917874vw;
  width: 4.8309178744vw;
  height: 4.8309178744vw;
  background: url(../../../images/v2/design/common/icon-exclamation01.svg) center/cover;
  filter: drop-shadow(0 0 2.4154589372vw rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__heading p:before {
    top: 2px;
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  }
}
.c-modal-picker__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.8647342995vw;
  margin: 0 0 3.8647342995vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number {
    gap: 16px;
    margin: 0 0 16px;
  }
}
.c-modal-picker__number-icon {
  width: 9.4202898551vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-icon {
    width: 39px;
  }
}
.c-modal-picker__number-slide {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 36.231884058vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-slide {
    display: none;
  }
}
.c-modal-picker__number-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13.5265700483vw;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-slide:before {
    height: 56px;
  }
}
.c-modal-picker__number-slide-item {
  width: auto;
  height: 100%;
  margin: 0;
}
.c-modal-picker__number-slide-item .swiper-slide {
  font-size: 9.6618357488vw;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  color: #979797;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-slide-item .swiper-slide {
    font-size: 4rem;
  }
}
.c-modal-picker__number-slide-item .swiper-slide-active {
  color: #FF3573;
}
.c-modal-picker__number-select {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-select {
    display: flex;
  }
}
.c-modal-picker__number-select-item {
  display: flex;
  align-items: center;
  height: 62px;
  font-size: 4rem;
  font-weight: bold;
  text-align: right;
  /* direction: rtl; */
  line-height: 1;
  color: #FF3573;
}
.c-modal-picker__number-select-item select {
  width: 100%;
  height: 100%;
  min-height: 40px;
  background: #fff;
  padding: 0 10px;
  border: 2px solid #B1B1B1;
  border-radius: 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.c-modal-picker__number-unit {
  font-size: 4.8309178744vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-unit {
    font-size: 2rem;
  }
}
.c-modal-picker#day .c-modal-picker__number-icon span:nth-child(1) {
  display: block;
}
.c-modal-picker#day .c-modal-picker__number-icon span:nth-child(2) {
  display: none;
}
.c-modal-picker#day .c-modal-picker__number-unit span:nth-child(1) {
  display: block;
}
.c-modal-picker#day .c-modal-picker__number-unit span:nth-child(2) {
  display: none;
}
.c-modal-picker#night .c-modal-picker__number-icon span:nth-child(1) {
  display: none;
}
.c-modal-picker#night .c-modal-picker__number-icon span:nth-child(2) {
  display: block;
}
.c-modal-picker#night .c-modal-picker__number-unit span:nth-child(1) {
  display: block;
}
.c-modal-picker#night .c-modal-picker__number-unit span:nth-child(2) {
  display: none;
}
.c-modal-picker#weight .c-modal-picker__number-icon span {
  display: none;
}
.c-modal-picker#weight .c-modal-picker__number-unit span:nth-child(1) {
  display: block;
}
.c-modal-picker#weight .c-modal-picker__number-unit span:nth-child(2) {
  display: none;
}
.c-modal-picker#waist .c-modal-picker__heading {
  display: none;
}
.c-modal-picker#waist .c-modal-picker__number-icon span {
  display: none;
}
.c-modal-picker#waist .c-modal-picker__number-unit span:nth-child(1) {
  display: none;
}
.c-modal-picker#waist .c-modal-picker__number-unit span:nth-child(2) {
  display: block;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-popup
----------------------------------------*/
.c-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 7.2463768116vw;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .c-popup {
    padding: 30px;
  }
}
.c-popup:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 -0.2em;
}
.c-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.c-popup__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 99%;
}
@media screen and (min-width: 1025px) {
  .c-popup__container {
    max-width: 354px;
    margin: 0 0 0 280px;
  }
}
.c-popup__inner {
  border-radius: 2.4154589372vw;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-popup__inner {
    border-radius: 10px;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-form-number
----------------------------------------*/
.c-form-number {
  width: 100%;
  font-size: 9.6618357488vw;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  color: #FF3573;
  background: #fff;
  padding: 0 2.4154589372vw;
  border: 0.4830917874vw solid #B1B1B1;
  border-radius: 0.9661835749vw;
  box-shadow: inset 0.4830917874vw 0.4830917874vw 0.9661835749vw rgba(0, 0, 0, 0.3);
  -moz-appearance: textfield;
}
.c-form-number::-webkit-outer-spin-button, .c-form-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .c-form-number {
    font-size: 4rem;
    padding: 0 10px;
    border: 2px solid #B1B1B1;
    border-radius: 4px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
}

/*----------------------------------------
	c-form-textarea
----------------------------------------*/
.c-form-textarea {
  width: 100%;
  font-size: 4.347826087vw;
  background: #fff;
  padding: 2.4154589372vw;
  border: 0.4830917874vw solid #B1B1B1;
  border-radius: 0.9661835749vw;
}
@media screen and (min-width: 1025px) {
  .c-form-textarea {
    border: 2px solid #B1B1B1;
    border-radius: 4px;
  }
}

/*----------------------------------------
	c-form-submit
----------------------------------------*/
.c-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60.38647343vw;
  height: 10.6280193237vw;
  /* font-size: 6.2801932367vw; */
  font-size: 5.0724637681vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #FF3573;
  border: 0.4830917874vw solid #fff;
  border-radius: 24.154589372vw;
  margin: auto;
  box-shadow: 0 0.9661835749vw 1.9323671498vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .c-form-submit {
    width: 250px;
    height: 44px;
    /* font-size: 2.6rem; */
    font-size: 2.1rem;;
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
}
.c-form-submit:disabled, .c-form-submit.disabled_btn {
  background: #b6b6b6;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-animation-motion
----------------------------------------*/
.u-animation-motion {
  position: relative;
}
.u-animation-motion:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: motion 2s ease-out infinite;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (min-width: 414px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-tablet
----------------------------------------*/
.u-device-tablet {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-device-tablet {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (min-width: 414px) {
  .u-device-pc {
    display: none;
  }
}


@font-face {
	font-family: 'icomoon';
	src:  url('../../../fonts/icomoon/icomoon.eot?etnesh&ver=0.1');
	src:  url('../../../fonts/icomoon/icomoon.eot?etnesh&ver=0.1#iefix') format('embedded-opentype'),
	url('../../../fonts/icomoon/icomoon.ttf?etnesh&ver=0.1') format('truetype'),
	url('../../../fonts/icomoon/icomoon.woff?etnesh&ver=0.1') format('woff'),
	url('../../../fonts/icomoon/icomoon.svg?etnesh&ver=0.1#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*----------------------------------------
  u-animation-motion
----------------------------------------*/
.u-animation-motion {
  position: relative;
}
.u-animation-motion:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: motion 2s ease-out infinite;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

/*----------------------------------------
  u-animation-rotate
----------------------------------------*/
.u-animation-rotate {
  animation: rotate 2s cubic-bezier(0.77, 0, 0.175, 1.3);
}


/*----------------------------------------
  p-common-badge
----------------------------------------*/
.p-common-badge {
  background: url(../../../images/v2/design/common/bg-badge01.jpg) center/cover;
  padding: 7.2463768116vw;
}
@media screen and (min-width: 1025px) {
  .p-common-badge {
    padding: 30px;
  }
}
.p-common-badge__img {
  width: 64.0096618357vw;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .p-common-badge__img {
    width: 265px;
  }
}
.p-common-badge__img.clr_get img{
  padding:5vw;
}
@media screen and (min-width: 1025px) {
  .p-common-badge__img.clr_get img{
    padding:20px;
  }
}

.p-common-badge__text {
  font-size: 7.729468599vw;
  font-weight: bold;
  line-height: 1.2;
  color: #FF3573;
}
.p-common-badge__text.clr_get {
  color: #754c24;
}

.p-common-badge__text span{
  display: block;
  font-size: 5.729469vw;
  background: #FF3573;
  color: #FFF;
  padding: 1vw;
  border-radius: 10vw;
  margin-bottom: 2vw;
}

@media screen and (min-width: 1025px) {
  .p-common-badge__text {
    font-size: 3.2rem;
  }
  .p-common-badge__text span{
    font-size: 20px;
    padding: 7px;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  
}
.p-common-badge__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14.4927536232vw;
  font-weight: bold;
  line-height: 1;
  color: #FF3573;
}
@media screen and (min-width: 1025px) {
  .p-common-badge__number {
    font-size: 6rem;
  }
}
.p-common-badge__number span {
  font-size: 10.6280193237vw;
}
@media screen and (min-width: 1025px) {
  .p-common-badge__number span {
    font-size: 4.4rem;
  }
}

/*----------------------------------------
    p-modal
----------------------------------------*/
.p-modal__img {
  aspect-ratio: 1;
  background: #B1B1B1;
  margin: 0 0 4.8309178744vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__img {
    margin: 0 0 20px;
  }
}
.p-modal__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 5.7971014493vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__text {
    margin: 0 0 24px;
  }
}
.p-modal__text p {
  font-size: 5.7971014493vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__text p {
    font-size: 2.4rem;
    margin: 0 0 8px;
  }
}
.p-modal__text ul li {
  font-size: 3.8647342995vw;
  line-height: 1.6;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
@media screen and (min-width: 1025px) {
  .p-modal__text ul li {
    font-size: 1.6rem;
  }
}
.p-modal__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8985507246vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__button {
    gap: 12px;
  }
}
.p-modal__button-return a, .p-modal__button-return span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8647342995vw;
  font-weight: 500;
  gap: 1.9323671498vw;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p-modal__button-return a, .p-modal__button-return span {
    font-size: 1.6rem;
    gap: 8px;
  }
}
.p-modal__button-return a:after, .p-modal__button-return span:after {
  content: "";
  flex: none;
  width: 5.7971014493vw;
  height: 5.7971014493vw;
  background: url(../../../images/v2/design/common/icon-arrow06.svg) center/cover;
}
@media screen and (min-width: 1025px) {
  .p-modal__button-return a:after, .p-modal__button-return span:after {
    width: 24px;
    height: 24px;
  }
}

/*----------------------------------------
    right-fixed-btn
----------------------------------------*/

@media screen and (max-width: 1025px) {
  .right-fixed-btn, .right-fixed-btn_sp-only{
    position: fixed;
    bottom: calc(18vw + env(safe-area-inset-bottom));
    right: 3vw;
    z-index: 1;
  }

  .right-fixed-btn .c-form-submit, .right-fixed-btn_sp-only .c-form-submit {
    width: 20vw;
    height: 20vw;
    padding: 3vw;
  }
}

@media screen and (min-width: 1025px) {
  .right-fixed-btn{
    position: fixed;
    bottom: 160px;
    right: 30px;
  }

  .right-fixed-btn .c-form-submit {
    width: 120px;
    height: 120px;
    padding: 3px;
  }
}
