@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;700&display=swap");
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
body {
  font-family: "Inter", Arial, "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #454545;
  font-weight: 400;
}

audio {
  width: 100%;
}

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

a {
  outline: 0;
  text-decoration: none;
  color: #454545;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.8;
  color: inherit;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #FF7070;
}

input[type=datetime-local],
input[type=date] {
  width: auto;
}

ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  font-size: inherit;
  font-family: "Inter", Arial, "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

table {
  width: 100%;
}
table th {
  font-weight: 300;
}
table td {
  word-break: break-word;
}
table td.right.aligned {
  white-space: nowrap;
}

p {
  line-height: 1.8;
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

ol li {
  margin-bottom: 10px;
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 0.5rem 0;
  border-color: #fff;
  border-width: 0.5px;
}

textarea {
  width: 100%;
  padding: 16px;
}

main {
  min-height: calc(100vh - 240px);
}

dt {
  font-weight: 700;
  margin-top: 18px;
  padding-left: 6px;
}

dd {
  padding-left: 1.5em;
  padding-right: 6px;
  margin-left: 0;
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #beb8b8;
}

fieldset {
  border: 0;
}

.l-wrap {
  margin: 0 auto;
  position: relative;
  width: 1180px;
  max-width: 94%;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 1180px) {
  .l-container {
    min-width: auto;
  }
  .l-wrap {
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
  }
  main {
    min-height: calc(100vh - 410px);
  }
  .c-alert + main {
    margin-top: 0;
  }
  .l-wrap {
    max-width: 100%;
    padding: 0 20px;
    width: 100%;
  }
  .l-container {
    min-width: auto;
    overflow-x: hidden;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=time],
  input[type=date],
  input[type=datetime-local],
  textarea {
    margin: 0;
    margin-bottom: 10px;
  }
}
.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before,
.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  background: #FF7070 !important;
}

.ui.button,
.ui.buttons .button {
  border-radius: 900px;
}

.ui.primary.button,
.ui.primary.buttons .button {
  background: #FF7070;
}
.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
  background: #FF7070;
  opacity: 0.87;
}
.ui.primary.button:focus, .ui.primary.button:active,
.ui.primary.buttons .button:focus,
.ui.primary.buttons .button:active {
  background: #ff6f6f;
  opacity: 1;
}
.ui.primary.button.is-copied,
.ui.primary.buttons .button.is-copied {
  background: #5C3EC0;
  opacity: 1;
}
.ui.primary.button.disabled,
.ui.primary.buttons .button.disabled {
  background: #92979a;
}

.ui.massive.button,
.ui.massive.buttons .button,
.ui.massive.buttons .or {
  font-size: 1.5rem;
  padding: 1em 2.5em;
}

.ui.table thead th.ui-sortable-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

.ui.compact.table td.left-indent {
  padding-left: 1.3em;
}

.ui.input.focus > input,
.ui.input > input:focus,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus .menu,
.ui.selection.dropdown:focus {
  border-color: #5C3EC0;
}

.ui.small_padded.message {
  padding: 0.5em 0.8em;
}

.ui.radio.checkbox:not(.basic) label::before,
.ui.radio.checkbox:not(.basic) label::after {
  display: none;
}
.ui.radio.checkbox:not(.basic) .box,
.ui.radio.checkbox:not(.basic) label {
  padding: 0.5em 1em;
}
.ui.radio.checkbox:not(.basic) input:focus ~ label {
  color: #fff;
}

.ui.checkbox:not(.basic) input:focus ~ label.button:hover,
.ui.checkbox:not(.basic) :not([disabled=disabled]) + label.button:hover {
  color: #fff;
  background-color: #FF7070;
  opacity: 0.8;
}
.ui.checkbox:not(.basic) input:focus ~ label.button:active,
.ui.checkbox:not(.basic) :not([disabled=disabled]) + label.button:active {
  color: #fff;
}
.ui.checkbox:not(.basic) input:focus ~ label.button:before, .ui.checkbox:not(.basic) input:focus ~ label.button:after,
.ui.checkbox:not(.basic) :not([disabled=disabled]) + label.button:before,
.ui.checkbox:not(.basic) :not([disabled=disabled]) + label.button:after {
  display: none;
}

.ui.checkbox.basic label {
  padding: 0 1.6em;
  background: transparent;
  color: black;
  border: 0;
}

.ui.button.wide {
  min-width: 300px;
}

.ui.segment.nopadded {
  padding: 0;
}

.ui.form input:focus,
.ui.form textarea:focus,
.ui.form input[type=text]:focus {
  border-color: #FF7070;
}

.ui.checkbox.checked label.button {
  color: #fff;
}

.ui.checkbox.full {
  width: 100%;
}

.ui.bordered.image[src=""] {
  border: 0;
}

.ui.list.u-mt0,
ol.ui.list.u-mt0,
ul.ui.list.u-mt0 {
  margin-top: 0;
}

ol.ui.list ul.ui.list {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 0;
}
ol.ui.list ul.ui.list li {
  list-style-type: circle;
}
ol.ui.list ul.ui.list li:before {
  display: none;
}
ol.ui.list ul.ui.list li ul.ui.list li {
  list-style-type: disc;
}

ul.c-list--circle li {
  list-style-type: circle !important;
}
ul.c-list--circle li:before {
  display: none;
}

.ui.list .list > .item a.header,
.ui.list > .item a.header {
  color: #FF7070 !important;
}

.ui.statistic > .value,
.ui.statistics .statistic > .value,
.ui.statistic > .label,
.ui.statistics .statistic > .label {
  color: #454545;
  font-family: "Inter", Arial, "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.ui.header.u-mt0 {
  margin-top: -0.14285714em;
}

.ui.popup {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.ui.accordion .title:not(.ui).large {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .ui.button.u-mb10--sp {
    margin-bottom: 10px;
  }
}
.p-header {
  position: relative;
  font-size: 13px;
  z-index: 3;
}
.p-header li {
  list-style: none;
}

.p-header__nav {
  z-index: 2;
  position: relative;
}
.p-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.p-header__nav li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  list-style: none;
}
.p-header__nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  font-weight: 800;
  position: relative;
}
.p-header__nav a.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FF7070;
}

.p-header__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/icons/loading.gif") no-repeat center center;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11;
  background-size: 60px;
}
.p-header__loading span {
  padding-top: 80px;
  font-weight: 700;
}

.is-loading .p-header__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__age_check {
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 222;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  top: 0;
  left: 0;
}
.p-header__age_check .image {
  width: 180px;
  margin: auto;
  margin-bottom: 30px;
}
.p-header__age_check .title {
  color: #FF7070;
  color: var(--theme-color);
}
.p-header__mypage {
  margin-right: 1.5em;
}
.p-header__mypage a:not(.c-button) {
  color: #454545;
  background: transparent;
  font-weight: 700;
}

.p-header__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
}
.p-header__select small {
  min-width: 8em;
  margin-right: 0.5em;
}
.p-header__select i {
  font-size: 1.6em;
  margin-right: 0.4em;
}
.p-header__select select {
  padding: 0.35em 0.5em;
  font-size: 13px;
}
.p-header__select.is-hide select {
  width: 0;
  padding: 0;
  border: 0;
}

footer .p-header__select {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  margin-top: 2em;
}

.p-admin .p-header {
  left: 255px;
  width: calc(100vw - 255px);
  height: 44px;
}

.p-header {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #EDEDED;
}
.p-header .ui.menu.secondary.pointing .item {
  font-weight: 600;
  padding: 1.4em 1em;
}
.p-header .ui.secondary.pointing.menu {
  margin-top: 0;
  margin-left: 20px;
}
.p-header .ui.secondary.pointing.menu .item {
  border-bottom-color: #fff;
}
.p-header .ui.secondary.pointing.menu .item.active {
  border-color: #FF7070;
}

.p-header__wrap {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__menu .logo {
  padding: 10px 0;
  width: 69px;
}

.p-header__sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.p-header__sub_menu__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__sub_menu__sp {
  display: none;
}

@media screen and (max-width: 1090px) {
  .p-header {
    width: 100%;
  }
  .p-header__logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    text-align: center;
  }
  .p-header__logo h3 {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-header__logo .logo {
    width: 80px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-header__logo .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__logo p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-size: 11px;
    margin-bottom: 0.3em;
  }
  .p-header__mypage {
    display: none;
  }
  .p-header--app .ui.secondary.pointing.menu {
    display: none;
  }
  .p-admin .p-header {
    left: 54px;
    width: calc(100vw - 54px);
    height: 54px;
  }
  .p-admin .p-header .p-header__nav .right a {
    height: 54px;
    line-height: 54px;
  }
  .p-admin .p-header__wrap {
    display: none;
  }
  .p-admin .p-header__nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .is-fixed .p-header {
    position: fixed;
    top: -85px;
  }
  .is-fixed .p-header .p-header__logo .logo {
    width: 120px;
  }
  .is-fixed .p-header .p-header__logo h3 {
    display: none;
  }
  .is-fixed .p-header .right li {
    display: none;
  }
  .is-fixed .p-header .right .menu {
    display: block;
  }
  .is-fixed .p-header .right .menu a {
    height: 60px;
    background-image: url("../img/icons/menu.svg");
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 16vw;
  }
  .p-header__select {
    display: block;
  }
  .p-header__select small {
    min-width: auto;
    text-align: left;
  }
  .p-header__sub_menu__pc {
    display: none;
  }
  .p-header__sub_menu__sp {
    display: block;
  }
}
.p-fv {
  background: #EDEDED;
  text-align: center;
}
.p-fv.l-section {
  padding-top: 35px;
}
.p-fv:before {
  content: "";
  position: absolute;
  background: url("../img/home/fv_bg.svg?v=2") no-repeat top center;
  background-size: 620px;
  height: 100%;
  width: 100%;
  top: -40px;
  left: 0;
}
.p-fv h2 {
  color: #fff;
  font-size: 24px;
}
.p-fv h2 span {
  color: #FACAD0;
}
.p-fv h3 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-fv h3 span {
  color: #FF7070;
}

.p-fv__logo {
  width: 160px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-fv__card {
  width: 250px;
  margin: auto;
  margin-bottom: 16px;
}
.p-fv__card picture {
  display: block;
  width: 100%;
  aspect-ratio: 512/360;
  /* pre-size で CLS を防止 */
}
.p-fv__card img {
  will-change: opacity, transform;
}