:root {
  --text: #696f7b;
  --text-dark: #121929;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--text);
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

h1 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.left.ptb {
  padding-top: 40px;
  padding-bottom: 40px;
}

.left.top_align {
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
}

.right {
  object-fit: cover;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100svh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.left-wrap {
  width: 100%;
  max-width: 360px;
  height: 100%;
}

.right-wrap {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff40;
  border: 1px solid #ffffff40;
  width: 100%;
  padding: 40px 23px 30px;
}

.mb-20 {
  width: 100%;
  margin-bottom: 50px;
  font-size: 34px;
  line-height: 140%;
}

.mb-20.center {
  text-align: center;
}

.mb-20.lessmargin {
  margin-bottom: 20px;
}

.p-light {
  margin-bottom: 35px;
  line-height: 160%;
}

.form-block {
  height: 100%;
  margin-bottom: 0;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.form.not100 {
  height: auto;
}

.form-field {
  width: 100%;
  margin-bottom: 15px;
}

.label {
  color: #363f50;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
  display: none;
}

.field {
  color: #000;
  border: 1.5px #d4d5d9;
  border-bottom-style: solid;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 8px 15px 8px 8px;
  font-size: 16px;
  font-weight: 400;
}

.field::placeholder {
  color: #696f7b;
}

.field.disabledinput {
  border-radius: 6px;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.form-flex.center {
  justify-content: center;
  align-items: center;
}

.form-flex.rightalign {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.checkbox {
  border-width: 1.5px;
  border-color: #d6d9de;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-wrap {
  margin-bottom: 0;
  padding-left: 0;
}

.checkbox-label {
  color: #374051;
  font-size: 14px;
  font-weight: 600;
}

.link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #141821;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.button {
  color: #fff;
  background-color: #fb5f67;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #101727cc;
}

.button.outline {
  grid-column-gap: 13px;
  color: #39404a;
  background-color: #0000;
  border: 1.5px solid #d3d4d8;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 35px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button.outline:hover {
  transform: translate(-3px, -3px);
  box-shadow: 2px 2px 10px #0003;
}

.button.sub {
  color: #101727;
  background-color: #10172700;
  border: 1px solid #101727;
  margin-top: 10px;
}

.p-label {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}

.p-label.nogap {
  font-weight: 400;
}

.span-link {
  color: var(--text-dark);
  border-bottom: 1px dashed #000;
  font-weight: 600;
  text-decoration: none;
}

.swiper {
  position: relative;
}

.swiper-slide {
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  display: flex;
}

.mb-40 {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.slide-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.name {
  font-size: 27px;
  font-weight: 500;
}

.stars-wrap {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.p-18 {
  font-size: 18px;
  font-weight: 500;
}

.p-18.mb-10 {
  margin-bottom: 10px;
}

.p-16 {
  font-size: 16px;
  font-weight: 300;
}

.swiper-buttons {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.swiper-button-prev {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: transform .2s;
  display: flex;
}

.swiper-button-prev:hover {
  transform: scale(.9);
}

.swiper-button-next {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: transform .2s;
  display: flex;
}

.swiper-button-next:hover {
  transform: scale(.9);
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ms-iframe-footer-embed {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

.play-pause-button {
  display: none;
}

.image {
  object-fit: contain;
  background-color: #fff;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  padding: 14px;
}

.password_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.text_link {
  color: #141821;
  border-bottom: 1px dashed #000;
  font-weight: 400;
  text-decoration: none;
}

.text_link.small {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.checkbox-2 {
  background-color: #f5f5f7;
  border: .5px solid #d1d1d6;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-2:hover {
  border-color: #fb5f67;
}

.checkbox-2.w--redirected-checked {
  background-color: #fb5f67;
  background-image: url('../images/checkboxin.png');
  background-position: 0 0;
  background-size: cover;
  border-color: #fb5f67;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  font-weight: 400;
}

.belowbtntext {
  text-align: center;
  margin-top: 10px;
}

.horizontal_flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.required {
  color: red;
}

.text-block {
  text-align: center;
  margin-top: 10px;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.inputfield {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  min-height: 44px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.code-embed {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field_checkbox_trigger {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.field_checkbox_trigger::placeholder {
  color: #696f7b;
}

.checkboxlabel {
  margin-left: 7px;
  font-weight: 300;
}

.checkboxbox {
  width: 20px;
  height: 20px;
}

.checkboxbox.w--redirected-checked {
  background-color: #d5d6d9;
  width: 20px;
  height: 20px;
}

.field_checkbox_target {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.field_checkbox_target::placeholder {
  color: #696f7b;
}

.passwordshow_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-left: -5px;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: #eb0000;
}

.div-block-4 {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .div-block-4 {
    margin-top: 0;
  }
}

.form_wrapper, .div-block-5 {
  width: 100%;
}

.code-embed-4 {
  margin-bottom: 30px;
}

.div-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.double_field {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  min-height: 44px;
  display: flex;
}

.select_wrapper {
  color: #e7efff;
  width: 100%;
}

.text_link_wrapper_center {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.small_text {
  color: #c4c4c4;
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 12px;
}

.bg_image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  inset: 0%;
}

.radio_button {
  flex: none;
}

.radio_button_text {
  min-width: 70px;
}

@media screen and (max-width: 991px) {
  body {

  }

  .left {
    z-index: 10;
    color: #666;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100svh;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    inset: 0%;
  }

  .left.ptb.register_account {
    background-color: #000c;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .right {
    z-index: 5;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    margin-top: -4px;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .left-wrap {
    max-width: 600px;
    min-height: 100svh;
  }

  .right-wrap {
    display: none;
  }

  .mb-20 {
    color: #333;
  }

  .mb-20.black_text {
    color: #1e1e1e;
  }

  .form-block.register_account {
    margin-top: 0;
  }

  .form {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100svh;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .form.black_text {
    color: #1e1e1e;
  }

  .form-field {
    width: 100%;
    margin-bottom: 20px !important; /* フォームフィールド間隔を調整 */
  }

  .label {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .label.black_text {
    color: #1e1e1e;
  }

  .field {
    color: #fff;
    background-color: #fff0;
    font-size: 16px;
  }

  .field::placeholder {
    color: #fff;
  }

  .field.disabledinput, .field.disabledinput::placeholder {
    text-shadow: 0 0 6px #0000004f;
  }

  .form-flex {
    margin-bottom: 15px;
  }

  .form-flex.rightalign {
    width: 100%;
  }

  .link {
    color: #fff;
  }

  .button {
    margin-bottom: 15px;
  }

  .button.sub {
    background-color: #fff;
    border-color: #fff;
  }

  .span-link {
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .password_wrapper {
    margin-top: 5px;
  }

  .div-block {
    position: relative;
  }

  .text_link {
    color: #666;
    border-bottom-color: #fff;
  }

  .div-block-2 {
    color: #666;
  }

  .field_checkbox_trigger {
    color: #fff;
    background-color: #fff0;
    font-size: 16px;
  }

  .field_checkbox_trigger::placeholder {
    color: #fff;
  }

  .field_checkbox_target {
    color: #fff;
    background-color: #fff0;
    font-size: 16px;
  }

  .field_checkbox_target::placeholder {
    color: #fff;
  }

  .passwordshow_wrapper {
    margin-top: 8px !important; /* パスワード表示チェックボックスの間隔も調整 */
  }

  .small_text {
    color: #fff;
    margin-bottom: 15px;
  }

  .overlay {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  
  /* h1とフォームの間隔調整 */
  h1.mb-20 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    justify-content: center;
    align-items: center;
  }

  .left {
    z-index: 50;
    padding: 30px;
  }

  .left-wrap {
    max-width: 400px;
  }

  .mb-20, .label {
    color: #666;
  }

  .field {
    background-color: #fff0;
  }

  .form-flex {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .link {
    color: #666;
  }

  .button {
    margin-bottom: 15px;
  }

  .span-link {
    color: #666;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }

  .field_checkbox_trigger, .field_checkbox_target {
    background-color: #fff0;
  }
}

@media screen and (max-width: 479px) {
  .left {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100svh;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .left.top_align {
    height: 100%;
  }

  .left.top_align.lesspaddingtop {
    padding-top: 0;
  }

  .right {
    height: 130svh;
    max-height: 100svh;
    padding: 0;
  }

  .mb-20 {
    font-size: 24px;
  }

  .mb-20.lessmargin {
    margin-bottom: 15px;
  }

  .form {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-field {
    border-radius: 0;
    width: 100%;
  }

  .label {
    text-align: left;
    font-size: 12px;
  }

  .label.main {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .field {
    border-radius: 0;
    font-size: 16px;
  }

  .field:focus {
    border-bottom-color: #fff;
  }

  .form-flex {
    margin-bottom: 15px;
  }

  .p-label {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p-label.nogap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .span-link {
    font-size: 14px;
  }

  .image {
    width: 50px;
    height: 50px;
    position: relative;
    top: auto;
    left: auto;
  }

  .bold-text {
    font-weight: 600;
  }

  .text-block {
    margin-top: 15px;
  }

  .div-block-2 {
    width: 100%;
  }

  .field_checkbox_trigger, .field_checkbox_target {
    font-size: 16px;
  }

  .passwordshow_wrapper {
    margin-top: 10px;
  }

  .double_field {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

/* カスタムチェックボックススタイル（index.phpから移動） */
/* Hide the default checkbox */
input[type="checkbox"].field_checkbox_target {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom checkbox container */
.checkboxlabel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px; /* Rounded corners, Apple-style */
  background-color: #f5f5f7; /* Light gray color */
  border: 1px solid #d1d1d6; /* Light border for the checkbox */
  transition: background-color 0.3s ease, border 0.3s ease;
}

/* The checkmark style */
.checkboxlabel::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

/* Change checkbox appearance when checked */
input[type="checkbox"].field_checkbox_target:checked + .checkboxlabel::before {
  background-color: #FB5F67; /* Apple's blue color for active state */
  border-color: #FB5F67;
}

/* Show the checkmark when checked */
input[type="checkbox"].field_checkbox_target:checked + .checkboxlabel::after {
  background-color: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

/* Add hover effect */
.checkboxlabel:hover::before {
  border-color: #FB5F67;
}

/* Checkbox label styling - 既存のスタイルに追加属性 */
.checkboxlabel {
  padding-top: 4px;
  position: relative;
  padding-left: 30px; /* Space for the custom checkbox */
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* フォームフィールドをグループ化するラッパー */
.form-fields-group {
  width: 100%;
}

@media screen and (max-width: 991px) {
  /* フォームフィールドグループのスタイル */
  .form-fields-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  /* グループ内のform-fieldの余白を調整 */
  .form-fields-group .form-field {
    margin-bottom: 0 !important;
  }
  
  /* グループ内のログイン見出しの間隔を調整 */
  .form-fields-group h1.mb-20 {
    margin-bottom: 15px !important;
  }
}

/* スマホ対応：フォームフィールド間の余白調整 */
@media screen and (max-width: 767px) {
  .form-field {
    margin-bottom: 20px !important;
  }
  .passwordshow_wrapper {
    margin-top: 8px !important;
  }
  /* h1とフォームの間隔調整 */
  h1.mb-20 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 479px) {
  .form-field {
    margin-bottom: 15px !important;
  }
  .passwordshow_wrapper {
    margin-top: 6px !important;
  }
  /* h1とフォームの間隔をさらに調整 */
  h1.mb-20 {
    margin-bottom: 25px !important;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}