@charset "UTF-8";

:root {
  --BK01: #2E3139;
  --BK02: #5E6472;
  --GY01: #FAFBFC;
  --GY02: #F0F3F5;
  --GY03: #EBEFF5;
  --GY04: #E0E6EB;
  --GY05: #CBD1D9;
  --BL01: #324765;
  --BL02: #0E4988;
  --WH: #FFFFFF;
  --RED: #F33232;
}

/* -----------------------------------------------------------
　common
----------------------------------------------------------- */
* {
  box-sizing: border-box;
}

a {
  color: var(--BL02);
  font-weight: 700;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

a.chevron-right {
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--BL02);
}

a.chevron-right::after {
  content: "";
  position: static;
  background-image: url("/img/auth/icon-chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--BL2);
}

select,
label:has(input[type=radio]) {
  cursor: pointer;
}

svg {
  pointer-events: none;
}

.material-symbols-outlined {
  display: inline-flex;
  align-items: center;
}

img {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: var(--BK01);
  background-color: var(--GY01);
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

main.account {
  padding: 0 30px;
}

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

.display-none {
  display: none !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

select,
input[type=text] {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.15;
  padding: 12px 16px;
  border: solid 1px var(--GY05);
  border-radius: 8px;
}

select+span,
input[type=text]+span {
  line-height: 3.75;
  margin: 0 20px 0 10px;
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder {
  color: var(--BK02);
}

input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder {
  color: var(--BK02);
}

input[type=email]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder {
  color: transparent;
}

input[type=email]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=text]:focus::placeholder {
  color: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]+span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background: var(--WH);
  border: 1px solid var(--GY05);
  vertical-align: middle;
}

input[type=radio]:checked+span {
  background: var(--BL02);
  border: 1px solid var(--GY05);
  box-shadow: inset 0 0 0 6px var(--WH);
}

.btn {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 9999px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  line-height: 50px;
  transition: opacity 0.3s;
}

.btn_bl02__fill {
  background: var(--BL02);
  color: var(--WH);
}

.btn_bl02__fill:hover {
  opacity: 0.7;
}

.btn_bl02__outline {
  background: var(--WH);
  color: var(--BL02);
  border: 1px solid var(--BL02);
}

.btn_bl02__outline:hover {
  opacity: 0.8;
}

.btn-layout {
  display: flex;
}

.btn-layout__row {
  flex-wrap: wrap-reverse;
  justify-content: space-around;
  margin: 20px 0;
  gap: 20px;
}

.btn-layout__column {
  flex-flow: column;
  align-items: center;
  gap: 20px;
}

.progressbar {
  max-width: 800px;
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: var(--GY05);
}

.progressbar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: var(--GY05);
}

.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--GY05);
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active,
.progressbar li.complete {
  color: var(--BL01);
  font-weight: bold;
}

.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: var(--BL01);
  font-weight: bold;
}

.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: var(--BL01);
}

.symbol {
  position: relative;
  width: 80%;
}

.symbol input[type=email],
.symbol input[type=password] {
  width: 100%;
  letter-spacing: 0.1rem;
  padding: 0 0 0 3em;
  font-size: 1.6rem;
  line-height: 3;
  border: 1px solid var(--GY05);
  border-radius: 8px;
}

.symbol__email::before {
  content: url("/img/auth/icon-mail.svg");
}

.symbol__password::before {
  content: url("/img/auth/icon-lock.svg");
}

.symbol__email::before,
.symbol__password::before {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}

.symbol:has(input:focus) {
  color: var(--BL01);
}

.symbol:has(input:focus) input {
  outline: 1px solid var(--BL01);
}

.visible {
  display: flex;
  align-items: center;
  width: 100%;
}

.visible input[type=radio] {
  display: none;
}

.visible__visibility {
  content: URL("/img/auth/icon-eye-thin.svg");
}

.visible__visibility-off {
  content: URL("/img/auth/icon-eye-off-thin.svg");
}

.visible label {
  margin-left: auto;
}

.visible:has(input:checked) {
  display: none;
}

.checkbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  font-weight: 500;
  cursor: pointer;
}

.checkbox:not(:last-of-type) {
  margin-bottom: 20px;
}

input[type=checkbox] {
  position: relative;
  min-width: 24px;
  height: 24px;
  border: 1px solid var(--GY05);
  border-radius: 4px;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background-color: var(--BL02);
  border: none;
}

input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid var(--WH);
  border-left: 2px solid var(--WH);
  transform: rotate(-45deg);
}

.separater {
  margin: 1.6em auto 1.6em;
  height: 1px;
  background-color: var(--GY05);
  border: none;
}

.error-message {
  color: var(--RED);
  font-weight: 700;
  padding: 1em 0;
}

.annotation {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 12px 16px;
}

.is-pc {
  display: block;
}

.header {
  background-color: var(--WH);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 500;
  padding-block: 20px 12px;
  border-bottom: 1px solid var(--GY05);
}

.header img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.header a {
  text-decoration: none;
}

.header__inner {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: 56px 40px;
  margin-inline: auto;
}

.header__headline {
  width: 109px;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__menu.is-min-pc {
  display: none;
}

.header__items {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__link {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: var(--BL01);
}

.header__sns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__sns.is-min-pc {
  display: none;
}

.header__sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
}

.header__sns-link img {
  width: 100%;
}

.header__sp-menu {
  display: none;
  align-items: center;
}

.header-drawer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  padding: 8px;
}

.header-drawer-button img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-drawer {
  width: 100%;
  height: 100%;
  background-color: var(--WH);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  translate: 100% 0;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: auto;
}

.header-drawer.js-open {
  translate: 0 0;
}

.header-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
  padding-top: 20px;
}

.header-drawer__body {
  padding: 40px 20px;
}

.header-drawer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.header-drawer__item {
  width: 100%;
}

.header-drawer__link {
  display: block;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--BL01);
}

.header-drawer__bottom {
  margin-top: 32px;
}

.header-drawer__bottom-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--BL01);
}

.header-drawer__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
}

.header-drawer__sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
}

footer {
  padding-block: 60px;
}

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

footer a {
  text-decoration: none;
}

.footer__inner {
  max-width: 1440px;
  padding-inline: 60px;
  margin-inline: auto;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--GY05);
  padding-left: 20px;
}

.footer__bottom-logo {
  width: 139px;
}

.footer__bottom-logo img {
  width: 100%;
}

.footer__nav-list {
  display: flex;
  gap: 24px;
}

.footer__nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: var(--BL01);
}

.footer__bottom-copyright {
  display: block;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--BK02);
  margin-top: 28px;
}

.box {
  max-width: 1180px;
  width: 95%;
  padding: 0 40px;
  margin: 0 auto;
  background: var(--WH);
}

.box h1 {
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: var(--BL01);
}

.contact_box {
  width: 100%;
  padding: 30px 100px 50px;
  margin: 100px auto 26px;
  background: var(--WH);
}

dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: "grid-dt grid-dd" ". grid-div";
  align-items: center;
}

dl>dt {
  grid-area: grid-dt;
  font-size: 1.8rem;
  font-weight: 700;
  min-width: 130px;
}

dl>dd {
  grid-area: grid-dd;
}

dl>div {
  grid-area: grid-div;
  padding: 10px 0;
}

.heading-block {
  width: 100%;
  position: relative;
  margin: 50px auto 30px;
  padding: 10px 0 10px;
  color: var(--WH);
  background-color: var(--BL01);
  text-align: center;
}

.heading-block::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -12px;
  border: 12px solid transparent;
  border-top-color: var(--BL01);
}

.icon {
  display: inline-block;
  font-size: 1.3rem;
  border-radius: 4px;
  text-align: center;
  margin-right: 20px;
  padding: 4px 8px;
}

.icon__must {
  color: var(--WH);
  background: var(--BL01);
}

.icon__option {
  background: var(--GY04);
}

.modaal-confirm-btn.modaal-ok {
  background: var(--BL02);
  transition: opacity 0.3s;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: var(--BL02);
  opacity: 0.7;
}

.loading-text {
  color: var(--WH);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid var(--WH);
  border-left-color: var(--BL02);
  animation: spinner-rotation 1s linear infinite;
}

@keyframes spinner-rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.transparent .modaal-container {
  background: transparent;
  box-shadow: none;
}

#toast-container {
  position: fixed;
  top: 50px;
  left: calc(50% - 180px);
  z-index: 99999;
  pointer-events: none;
}

.toast {
  width: 360px;
  height: 45px;
  min-width: 200px;
  background: var(--GY04);
  padding: 12px 32px;
  margin-bottom: 10px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s, transform 0.5s;
  font-size: 1.4rem;
  pointer-events: auto;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1215686275);
  text-align: center;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.desc-section {
  margin-bottom: 30px;
}

.search-type {
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid var(--GY05);
  border-bottom: 1px solid var(--GY05);
}

.search-type h2 {
  position: relative;
  font-weight: 700;
  font-size: 2.2rem;
  padding-left: 1.6em;
  padding-bottom: 0.2em;
}

.search-type h2::before {
  position: absolute;
  content: url("/img/auth/icon-search.svg");
  top: 0.2em;
  left: 0;
  width: 32px;
  height: 32px;
}

.search-type div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.search-type__title {
  margin-bottom: 10px;
  gap: 16px;
}

.search-type__type {
  gap: 30px;
}

.search-type__bookmark {
  gap: 10px;
}

select[name=location]:disabled:hover {
  cursor: default;
}

.tooltip {
  position: relative;
  cursor: pointer;
  background-color: var(--GY05);
  color: var(--BK01);
  border: none;
  padding: 2px 6px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.tooltip:hover,
.tooltip:focus {
  background-color: var(--BL02);
  color: var(--WH);
}

.tooltip-text {
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  max-width: 240px;
  background-color: var(--BK01);
  color: var(--WH);
  text-align: left;
  padding: 12px 16px;
  border-radius: 12px;
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(46, 49, 57, 0.2);
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: var(--BK01) transparent transparent transparent;
}

.tooltip:hover .tooltip-text,
.tooltip:focus .tooltip-text,
.tooltip.active .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}

.maparea {
  width: 100%;
  height: 60vh;
  margin-bottom: 30px;
}

.leaflet-control-fullscreen a {
  background: var(--WH) url(/img/auth/sub/fullscreen-26px.svg) no-repeat 0 0;
}

.leaflet-control-locate a .leaflet-control-locate-location-arrow {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="2E3139" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>');
}

.leaflet-top,
.leaflet-bottom {
  z-index: 400;
}

input[name=location-name] {
  width: 450px;
}

dd:has(select[name="trans[]"]),
dd:has(select[name="startdate[]"]) {
  white-space: nowrap;
}

select[name="trans[]"],
select[name="startdate[]"] {
  text-align: center;
}

select[name="trans[]"].year,
select[name="startdate[]"].year {
  width: 100%;
  max-width: 150px;
}

select[name="trans[]"].month,
select[name="trans[]"].date,
select[name="startdate[]"].month,
select[name="startdate[]"].date {
  width: 100%;
  max-width: 100px;
}

.api_info {
  max-width: 1180px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}

select[name=breed] {
  width: 450px;
}

.adjustment h3 {
  margin-bottom: 20px;
}

.adjustment #info-prediction {
  display: none;
}

.adjustment .breed-select {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

.adjustment .breed-select-data::after {
  content: "　対比";
  font-weight: 400;
}

.adjustment .prediction_type {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "earemergence maturation";
  white-space: nowrap;
  width: 60%;
  margin-bottom: 20px;
}

.adjustment .prediction_type>div:first-of-type {
  grid-area: earemergence;
}

.adjustment .prediction_type>div:last-of-type {
  grid-area: maturation;
}

.adjustment .prediction_type select[name^=prediction_choice] {
  width: 140px;
}

.adjustment .prediction_type input[name^=prediction_directly] {
  width: 160px;
}

.posture {
  margin-top: 20px;
}

.posture dt {
  align-self: flex-start;
}

.posture dd label {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

.posture dd label:has(input[type=radio]) {
  font-weight: 500;
}

.posture .growth_type select,
.posture .growth_type input {
  width: 310px;
}

#call-api {
  display: none;
}

.api_result {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 20px 24px;
  background: var(--GY02);
  border-radius: 4px;
}

.api_result div {
  width: 170px;
}

.api_result h2 {
  line-height: 40px;
  text-align: center;
}

.api_result div:not(:last-of-type) h2 {
  background: var(--GY05);
}

.api_result div:last-of-type h2 {
  background: var(--BL01);
  color: var(--WH);
}

.api_result h3 {
  line-height: 3;
  font-size: 1.8rem;
  color: var(--RED);
  text-align: center;
}

.api_result .triangle {
  display: inline-block;
  width: 16px;
  height: 20px;
  background: var(--BL01);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-top: 10px;
}

.cont-block {
  display: grid;
  grid-template-columns: 50% 30% auto;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 3fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-areas: "middry-img middry-heading middry-heading" "middry-img middry-calc-date middry-btn" "middry-img middry-error middry-error" "middry-img middry-result middry-result";
  align-items: center;
}

.cont-block .middry-img {
  grid-area: middry-img;
}

.cont-block .middry-heading {
  grid-area: middry-heading;
}

.cont-block .middry-calc-date {
  grid-area: middry-calc-date;
}

.cont-block .middry-btn {
  grid-area: middry-btn;
  margin-inline: auto;
}

.cont-block .middry-error {
  grid-area: middry-error;
}

.cont-block .middry-result {
  grid-area: middry-result;
}

#info-middry {
  display: none;
}

input[name=middry] {
  width: 60%;
  max-width: 180px;
}

.btn__calc {
  width: 145px;
}

.middry-error.error-message {
  padding-top: 0;
}

.result-middry {
  margin: 10px auto 20px;
  padding: 12px 16px;
  border: 2px solid var(--GY05);
  border-radius: 4px;
}

.result-middry>p:first-of-type {
  font-size: 1.6rem;
  font-weight: 700;
}

.result-middry>p:last-of-type {
  color: var(--RED);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.result-middry+p {
  font-size: 1.4rem;
}

input[name=crops] {
  width: 450px;
}

.arraival-date {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--RED);
  margin: 20px auto;
  letter-spacing: 0.3em;
}

.effectivetemp dt {
  align-self: flex-start;
  padding-top: calc(25px - 0.8rem);
}

.data_view {
  width: 100%;
  table-layout: fixed;
}

.data_view tr:nth-child(odd) {
  background: var(--GY01);
}

.data_view th,
.data_view td {
  border: 1px solid var(--GY05);
  padding: 4px 8px;
}

.data_view th {
  background: var(--GY02);
}

.data_view td {
  text-align: center;
}

header.account {
  height: 30px;
}

.logo {
  display: block;
  max-width: 167px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.contents {
  max-width: 600px;
  margin-inline: auto;
}

.contents__wrapper,
.contents__complete {
  padding: 3.5em 4em;
  background: var(--WH);
}

.contents__wrapper h2+p {
  margin-bottom: 30px;
}

.contents__bottom {
  padding: 2em 4em;
}

.contents h2 {
  text-align: center;
  margin-bottom: 30px;
  color: var(--BL01);
  font-size: 2rem;
}

.contents__img {
  display: block;
  margin-inline: auto;
  margin-bottom: 50px;
}

.contents__img.check {
  width: 97px;
}

.contents ul li {
  list-style: disc inside;
  padding-left: 1em;
  text-indent: -1em;
}

.confirmation__item {
  border: 1px solid var(--GY05);
}

.confirmation__item:first-of-type {
  margin-bottom: 20px;
}

.confirmation__title,
.confirmation__value {
  padding: 8px 16px;
}

.confirmation__title {
  background: var(--BL01);
  color: var(--WH);
  text-align: center;
}

.confirmation__value {
  word-break: break-all;
}

.confirmation-check {
  margin-top: 30px;
}

.confirmation-check p {
  margin-bottom: 20px;
}

/*# sourceMappingURL=base.css.map */