* {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: rgba(59, 60, 60, 1);
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  transition: all .2s ease-out;
  text-decoration: none;
}

a:hover {
  transition: all .2s ease-out;
  cursor: pointer;
  transform: scale(0.95);
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
}

:focus {
  outline: 2px solid rgba(51, 153, 255, 1);
  outline-offset: 2px;
}


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

.none {
  display: none;
}

.block {
  display: block;
}

.l ._pc {
  display: block;
}

._pc {
  display: none;
}

.l ._sp {
  display: none;
}

._sp {
  display: block;
}

/* ================================
        Reset
================================ */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 1) inset !important;
  -webkit-text-fill-color: rgba(59, 60, 60, 1) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.footer {
  margin-top: 0;
}

/* ================================
        Layout
================================ */
.CommonNote {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  padding-top: 8px;
}

.CommonNote._nm {
  margin-right: -30px;
}

.SrOnly {
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.CommonList li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

/* ================================
        Mv
================================ */
.Mv {
  background: rgba(72, 162, 196, 1);
  padding: 0 20px;
}

.Mv h1 {
  max-width: 982px;
  margin: 0 auto;
  padding: 10px 0;
}

/* ================================
        Lead
================================ */
.LeadTermArea {
  background: rgba(230, 0, 57, 1);
  padding: 10px 0;
}

.s .LeadTermArea {
  line-height: 1.1;
  padding: 2.666vw 0;
}

.LeadTerm {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 362px;
  margin: 0 auto;
  position: relative;
}

.s .LeadTerm {
  max-width: 60.533vw;
}

.LeadTerm::after {
  content: "";
  display: inline;
  position: absolute;
  bottom: 0;
  right: -88px;
  width: 69px;
  height: 131px;
  display: block;
  background-image: url(../img/icon-yakult-lead.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.s .LeadTerm::after {
  right: -14.666vw;
  width: 11.557vw;
  height: 21.973vw;
}

.LeadTermSub {
  max-width: 97px;
  position: absolute;
  left: -107px;
}

.s .LeadTermSub {
  max-width: 16.266vw;
  left: -17.866vw;
}

/* ================================
        Content
================================ */
#yakult-sugoumacp {
  overflow: hidden;
}

#yakult-sugoumacp .Content {
  background: rgba(223, 240, 243, 1);
  padding: 80px 80px 64px 80px;
}

.s #yakult-sugoumacp .Content {
  padding: 11.46vw 0 17.066vw;
}

#yakult-sugoumacp .ContentArea {
  width: min(100%, 1080px);
  margin: 0 auto;
  position: relative;
}

/* 入力画面
----------------------- */
.formEditTitle {
  text-align: center;
}

.formEditTitle h2 {
  font-size: 3.2rem;
  padding-bottom: 34px;
  color: rgba(230, 0, 57, 1);
}

.s .formEditTitle h2 {
  font-size: 2.7rem;
}

.formEditTitle h2 span {
  position: relative;
}

.formEditTitle h2 span::before {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -48px;
  margin: auto;
  width: 26px;
  height: 51px;
  display: block;
  background-image: url(../img/icon-yakult-red.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.formEditTitle h2 span::after {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -48px;
  margin: auto;
  width: 26px;
  height: 51px;
  display: block;
  background-image: url(../img/icon-yakult-red.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.formEditText {
  font-size: 2.4rem;
  font-weight: 500;
}

.s .formEditText {
  font-size: 1.8rem;
  font-weight: 500;
}

.formEditText ._small {
  font-size: 1.6rem;
  display: block;
  padding-top: 16px;
  padding-bottom: 8px;
}

.s .formEditText ._small {
  font-size: 1.4rem;
  padding-bottom: 0;
}

.formEditText ._red {
  color: rgba(230, 0, 57, 1);
}

#yakult-sugoumacp .form {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 74%;
  margin: 0 auto;
  padding-top: 40px;
}

.s #yakult-sugoumacp .form {
  width: 91.46%;
}

#yakult-sugoumacp .form .name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#yakult-sugoumacp .form .name .formBox:nth-child(2) span::after {
  transform: translateY(100%);
}

#yakult-sugoumacp .form .name .formBox {
  width: 48%;
}

#yakult-sugoumacp .form .formBox {
  display: flex;
  flex-direction: column;
  position: relative;
}

#yakult-sugoumacp .form .formBox._half {
  width: 48%;
}

.s #yakult-sugoumacp .form .formBox._half {
  width: 49.6vw;
}

#yakult-sugoumacp .form .formBox span {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
}

#yakult-sugoumacp .form .formBox span._badge::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  background: url(../img/icon-asterisque.png) no-repeat center center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
  margin: auto;
}

#yakult-sugoumacp .form .formBox input {
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(238, 238, 238, 1);
  color: rgba(59, 60, 60, 1);
  border-radius: 3px;
  font-size: 1.6rem;
  margin-top: 12px;
}

#yakult-sugoumacp .form .formBox input::placeholder {
  color: rgba(204, 204, 204, 1);
}

#yakult-sugoumacp .form .formBox select {
  height: 50px;
  padding: 10px;
  width: 100%;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 3px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgba(59, 60, 60, 1);
  font-size: 1.6rem;
  margin-top: 12px;
}

#yakult-sugoumacp .form-age-box {
  flex-direction: row;
  display: flex;
  align-items: flex-end;
}

#yakult-sugoumacp .form-age-box span {
  margin-left: 10px;
}

#yakult-sugoumacp .form-age-box input {
  width: 24%;
}

.s #yakult-sugoumacp .form-age-box input {
  width: 24vw;
}

/* セレクトボックス */
#yakult-sugoumacp .form .formBox .select {
  position: relative;
}

#yakult-sugoumacp .form .formBox .select::after {
  position: absolute;
  content: "";
  top: 12px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 8px;
  background: rgba(255, 255, 255, 1) url(../img/icon-arrow.png) no-repeat right center;
  background-size: contain;
  pointer-events: none;
}

/* テキストエリア */
#yakult-sugoumacp .form .formBox textarea {
  height: 150px;
  padding: 10px;
  border: 1px solid rgba(238, 238, 238, 1);
  color: rgba(59, 60, 60, 1);
  border-radius: 3px;
  margin-top: 12px;
  font-size: 1.6rem;
}

#yakult-sugoumacp .form .formBox textarea::placeholder {
  color: rgba(204, 204, 204, 1);
}

/* 入力ボックス以外のエリア */
#yakult-sugoumacp .formArea {
  display: flex;
  flex-direction: column;
  position: relative;
}

#yakult-sugoumacp .formArea span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 5px;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 12px;
}

#yakult-sugoumacp .formArea span._badge::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  background: url(../img/icon-asterisque.png) no-repeat center center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
  margin: auto;
}

/* ラジオボタン */
#yakult-sugoumacp .formAreaItem {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 8px;
}

#yakult-sugoumacp .formArea .formAreaItemName {
  font-weight: 400;
  padding-left: 35px;
  display: block;
  margin-bottom: 0;
}

#yakult-sugoumacp .formArea .formAreaItemName::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
}

#yakult-sugoumacp .formAreaItemName::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: rgba(230, 0, 57, 1);
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s ease;
}

#yakult-sugoumacp .formAreaItem input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


#yakult-sugoumacp .formAreaItem input[type="radio"]:checked+.formAreaItemName::before {
  border: 2px solid rgba(230, 0, 57, 1);
}

#yakult-sugoumacp .formAreaItem input[type="radio"]:checked+.formAreaItemName::after {
  opacity: 1;
}

#yakult-sugoumacp .formAreaItem input[type="radio"]:focus+.formAreaItemName::before {
  outline: 2px solid rgba(51, 153, 255, 1);
  outline-offset: 3px;
}


/* 画像アップロード */
#yakult-sugoumacp .formUpload {
  display: flex;
  flex-direction: column;
  position: relative
}

#yakult-sugoumacp .formUpload span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 5px;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
}

#yakult-sugoumacp .formUpload span._badge::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  background: url(../img/icon-asterisque.png) no-repeat center center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
  margin: auto;
}

#yakult-sugoumacp .formUploadArea {
  display: flex;
  align-items: center;
}

#yakult-sugoumacp .formUploadArea ._inputHidden {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  left: -9999px;
}


#yakult-sugoumacp .formUploadBtn {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 210px;
  font-weight: 500;
  height: 48px;
  border: 1px solid rgba(170, 170, 170, 1);
  border-radius: 9999px;
  cursor: pointer;
  background: rgba(241, 241, 241, 1);
  color: rgba(59, 60, 60, 1);
  margin-top: 12px;
  margin-bottom: 4px;

}

#yakult-sugoumacp .formUploadBtn:hover {
  opacity: 1;
  cursor: pointer;
}

#yakult-sugoumacp #workImage:focus+.formUploadBtn {
  outline: 2px solid rgba(51, 153, 255, 1);
  outline-offset: 3px;
}


#yakult-sugoumacp .form .formUpload #fileName {
  font-size: 1.4rem;
  margin-left: 20px;
  font-weight: 500;
  transform: translateY(5px);
  word-break: break-all;
}

.s #yakult-sugoumacp .form .formUpload #fileName {
  font-size: 1.2rem;
  margin-left: 10px;
}

/* 応募規約 */
#yakult-sugoumacp .terms {
  width: 74%;
  margin: 40px auto 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 1);
  font-size: 1.4rem;
  position: relative;
  padding-top: 40px;
}

.s #yakult-sugoumacp .terms {
  width: 91.46%;
  padding-top: 24px;
}

#yakult-sugoumacp .termsInner {
  padding: 0 40px;
  position: relative;
}

.s #yakult-sugoumacp .termsInner {
  padding: 0 24px;
}

#yakult-sugoumacp .termsScroll {
  overflow: scroll;
  height: 248px;
}



#yakult-sugoumacp .termsTitle {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(20, 130, 98, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}

#yakult-sugoumacp .termsText {
  line-height: 1.5;
  font-size: 1.2rem;
  position: relative;
}

#yakult-sugoumacp .termsText div {
  padding-bottom: 15px;
}

#yakult-sugoumacp .termsText a {
  color: rgba(233, 0, 62, 1);
  transition: all 0.2s ease-out;
}

#yakult-sugoumacp .termsText a:hover {
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: rgba(105, 71, 27, 1);
  text-decoration: none;
}

#yakult-sugoumacp .ScrollBar {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#yakult-sugoumacp .ScrollBar::-webkit-scrollbar {
  display: none;
}

#yakult-sugoumacp .CustomScrollbarTrack {
  position: absolute;
  top: 0;
  height: 90%;
  right: 20px;
  width: 6px;
  border-radius: 50vw;
  z-index: 5;
}

.s #yakult-sugoumacp .CustomScrollbarTrack {
  height: 92%;
  right: 10px;
  width: 5px;
}

#yakult-sugoumacp .CustomScrollbarThumb {
  width: 100%;
  background: rgba(204, 204, 204, 1);
  border-radius: 50vw;
  position: absolute;
  top: 0;
}

#yakult-sugoumacp .termsSubTitle {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* 応募規約同意箇所 */
#yakult-sugoumacp .agreeForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
  width: fit-content;
  margin: 35px auto 0;
  font-size: 1.5rem;
}

#yakult-sugoumacp .agreeForm p {
  font-size: 14px;
  text-align: center;
  justify-content: center;
}

#yakult-sugoumacp .agreeForm ._ttl {
  margin-top: 20px;
  margin-bottom: 10px;
}

#yakult-sugoumacp .agree {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

#yakult-sugoumacp .agree span {
  line-height: 1.5;
  margin-left: 10px;
}

#yakult-sugoumacp #agree-error {
  margin-top: 10px;
}

#yakult-sugoumacp .checkBox {
  position: relative;
}

#yakult-sugoumacp input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

#yakult-sugoumacp input[type="checkbox"]+.checkBox::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;

  background-color: rgba(255, 255, 255, 1);
  border-radius: 20%;
  position: relative;
}

#yakult-sugoumacp input[type="checkbox"]:checked+.checkBox::before {
  background-color: rgba(230, 0, 57, 1);
}

#yakult-sugoumacp input[type="checkbox"]+.checkBox::after {
  border-right: 3px solid rgba(255, 255, 255, 1);
  border-bottom: 3px solid rgba(255, 255, 255, 1);
  content: '';
  display: block;
  height: 9px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 6px;
}

#yakult-sugoumacp input[type="checkbox"]:checked+.checkBox::after {
  opacity: 1;
}

#yakult-sugoumacp input[type="checkbox"]:focus+.checkBox {
  outline: 3px solid rgba(51, 153, 255, 1);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ボタン */
#yakult-sugoumacp #confirm,
#yakult-sugoumacp #send,
#yakult-sugoumacp #download {
  font-size: 1.8rem;
  display: block;
  width: 300px;
  font-weight: 700;
  height: 48px;
  margin: 20px auto 0;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  background: rgba(230, 0, 57, 1);
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s ease-out;
}

#yakult-sugoumacp #edit,
#yakult-sugoumacp #returnTop {
  font-size: 1.8rem;
  display: block;
  width: 300px;
  font-weight: 700;
  height: 48px;
  margin: 16px auto 0;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  color: rgba(230, 0, 57, 1);
  border: 2px solid rgba(230, 0, 57, 1);
  transition: all 0.2s ease-out;
}

#yakult-sugoumacp #confirm:hover,
#yakult-sugoumacp #send:hover,
#yakult-sugoumacp #download:hover,
#yakult-sugoumacp #edit:hover,
#yakult-sugoumacp #returnTop:hover {
  opacity: 0.7;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

/* エラーメッセージ */
#yakult-sugoumacp .errMsg {
  font-size: 12px;
  color: rgba(255, 0, 0, 1);
  line-height: 1.5;
}

/* --------------------------------------
	確認画面
--------------------------------------- */
#yakult-sugoumacp .formConfirmContent {
  width: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.s #yakult-sugoumacp .formConfirmContent {
  width: 91.46%;
}


#yakult-sugoumacp .formConfirmContent h2 {
  font-size: 3.2rem;
  padding-bottom: 34px;
}

.s #yakult-sugoumacp .formConfirmContent h2 {
  font-size: 2.7rem;
}

#yakult-sugoumacp .formConfirmList {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

#yakult-sugoumacp .formConfirmList li {
  padding-bottom: 32px;
}

#yakult-sugoumacp .formConfirmList .label {
  font-weight: 700;
  padding-bottom: 8px;
}

#yakult-sugoumacp .formConfirmName {
  display: flex;
  align-items: end;
}

#yakult-sugoumacp #workImagePreview {
  border-radius: 16px;
  max-width: 540px;
  margin: 0 auto;
  display: none;
}

.s #yakult-sugoumacp #workImagePreview {
  max-width: 100%;
}

#yakult-sugoumacp .formAreaItem input[type="radio"]:focus+.formAreaItemName::before {
  outline: 2px solid rgba(51, 153, 255, 1);
  outline-offset: 3px;
}


/* --------------------------------------
	完了画面
--------------------------------------- */
#yakult-sugoumacp .formCompleteContent {
  width: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.s #yakult-sugoumacp .formCompleteContent {
  width: 91.46%;
}

#yakult-sugoumacp .formCompleteContent h2 {
  font-size: 3.2rem;
  padding-bottom: 10px;
  line-height: 1.5;
}

.s #yakult-sugoumacp .formCompleteContent h2 {
  font-size: 2.7rem;
}

#yakult-sugoumacp .formCompleteText {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}

.s #yakult-sugoumacp .formCompleteText {
  font-size: 1.6rem;
}
