/* -------------------------------------------------- top -------------------------------------------------- */
#top {
  position: relative;
}

#top .inner {
  max-width: inherit;
  padding: 0 1em;
}

#top h1 {
  margin: 0 auto 2em;
}

#top h1 img {
  height: 20em;
}

#top nav {}

#top nav ul {
  font-size: 1.2em;
  margin: 0 0 0 8em;
  text-shadow: 0px 0px 3px #fff;
}

#top nav ul li {}

#top nav ul li:not(:last-child) {
  margin: 0 auto 0.5em;
}

#top nav ul li a {
  color: var(--theme-color-deep);
  font-weight: bold;
  padding: 0.5em;
}

#top .top_img {
  top: -56%;
  right: -3%;
  height: 150%;
  aspect-ratio: 1 / 1;
  z-index: -1;
}

#top .top_img .mask {
  overflow: hidden;
  border-radius: 50%;
}

#top .top_img .mask img {
  width: 100%;
  padding: 36% 0 0;
}

#top .top_img:after {
  content: '';
  position: absolute;
  top: -2%;
  left: -0.5%;
  width: 110%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(to bottom, var(--theme-color-deep), var(--theme-color-light));
  border-radius: 50%;
  z-index: -1;
}

#top .top_text {
  bottom: 3em;
  right: 0;
  padding: 1em 8em;
  background: linear-gradient(to right, transparent,
      #fff,
      #fff);
}

#top .top_text span {
  color: var(--theme-color-deep);
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em;
}

@media screen and (max-width: 1000px) {
  #top .top_img {
    right: -25%;
  }
}

@media screen and (max-width: 768px) {
  #top {
    height: 80vh;
    padding: 0 var(--side-padding) var(--side-padding);
  }

  #top .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #top h1 {
    margin: 0;
  }

  #top h1 img {
    height: 7em;
  }

  #top nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: var(--eternal-theme-color-light);
    z-index: 100;
    transition: right 0.3s ease;
    padding: 5em 1.5em 2em;
    box-sizing: border-box;
  }

  body.takeda-nav-open #top nav {
    right: 0;
  }

  #top nav ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    font-size: 1.1em;
  }

  #top nav ul li:not(:last-child) {
    margin: 0;
  }

  #top nav ul li a {
    display: block;
    padding: 0.75em 0;
    border-bottom: 1px solid rgba(27, 63, 157, 0.1);
  }


  #top .top_img {
    top: 20%;
    right: -15%;
    height: 70%;
  }

  #top .top_text {
    padding: 0.5em 2em;
    bottom: 2em;
  }


  #top .top_img .mask {
    height: 100%;
  }

  #top .top_img .mask img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
  }

  #top .top_img:after {
    top: -1%;
    left: -4.5%;
    width: 105%;
  }
}

/* -------------------------------------------------- sns -------------------------------------------------- */
#sns {}

#sns .sns_list {}

#sns .sns_list .box {
  --logo-width: 230px;
  --box-gap: 2em;
  gap: var(--box-gap);
  flex-wrap: nowrap;
  height: fit-content;
}

#sns .sns_list .box:not(:last-child) {
  margin: 0 auto 2em;
}

#sns .sns_list .box .logo {
  width: var(--logo-width);
  flex-shrink: 0;
  text-align: center;
}

#sns .sns_list .box .logo img {
  height: 6em;
  max-width: 200px;
  object-fit: contain;
}

#sns .sns_list .box .logo p {
  color: var(--theme-color-deep);
  font-weight: bold;
}

#sns .sns_list .box .sns {
  --num: 6;
  --gap: 1em;
  width: calc(100% - var(--logo-width) - var(--box-gap));
  flex-shrink: 0;
  padding: 0 0 1em;
  gap: var(--gap);
  border-bottom: 1px solid var(--theme-color);
}

#sns .sns_list .box .sns a {
  width: calc((100% - (var(--gap) * (var(--num) - 1))) / var(--num));
  color: var(--theme-color-deep);
  font-weight: bold;
  padding: 0em;
  text-align: center;
}

#sns .sns_list .box .sns a svg {
  padding: 0 1.5em;
}

@media screen and (max-width: 1000px) {
  #sns .sns_list .box {
    --logo-width: 200px;
  }

  #sns .sns_list .box .logo img {
    height: 4em;
  }

  #sns .sns_list .box .logo p {
    font-size: 0.875em;
  }

  #sns .sns_list .box .sns {
    --gap: 0.5em;
  }

  #sns .sns_list .box .sns a svg {
    width: 90%;
  }

  #sns .sns_list .box .sns a p {
    font-size: 0.875em;
  }
}

@media screen and (max-width: 768px) {
  #sns .sns_list>.box {
    flex-direction: column;

  }

  #sns .sns_list .box .sns {
    --num: 3;
    --gap: 2em;
    width: 100%;
    max-width: 350px;
  }
}

/* -------------------------------------------------- group -------------------------------------------------- */
#group {
  color: #fff;
  background: var(--theme-color-deep);
}

#group * {
  --theme-color: #fff;
  --theme-color-deep: #fff;
}

#group .accessory svg {
  fill: #fff;
}

#group h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  margin: 6em auto 2em;
}

#group h3 img,
#group h3 svg {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 1em;
  fill: #fff;
}

#group .group_box {
  text-align: center;
  margin: 0 auto 4em;
}

#group .group_box:last-child {
  margin: 0 auto;
}

#group .group_box h3 {
  margin: 0 auto 2em;
}

#group .group_box h3 svg {
  height: 2em;
}

#group .group_box h3 span {
  display: block;
  margin: 0.5em auto 0;
}

#group .group_box h4 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0em auto 0.5em;
}

#group .group_box ul {
  --num: 2;
  --gap: 1em;
  gap: var(--gap);
}

#group .group_box ul li {
  width: calc((100% - (var(--gap) * (var(--num) - 1))) / var(--num));
  background: #fff;
  padding: 1em 0.25em;
  display: flex;
  /* align-items: center;
  justify-content: center; */
}

#group .group_box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* width: 100%;
  min-height: 0; */
}

#group .group_box ul li a img {}

@media screen and (max-width: 768px) {
  #group .group_box ul {
    --num: 2;
  }


  #group .group_box ul li {
    aspect-ratio: 16 / 8;
  }
}

@media screen and (max-width: 480px) {
  #group .group_box ul {
    --num: 1;
  }
}

/* -------------------------------------------------- privacy_policy -------------------------------------------------- */
#privacy_policy {
  padding: 0 var(--side-padding) var(--section-margin);
}

#privacy_policy h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--theme-color-deep);
  margin: 0 auto 2em;
}

#privacy_policy .privacy_box {}

#privacy_policy .privacy_box:not(:last-child) {
  margin: 0 auto 2em;
}

#privacy_policy .privacy_box>p {}

#privacy_policy ul {
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
}

#privacy_policy ul ul {
  padding-left: 3em;
}

#privacy_policy ul ul ul {
  padding-left: 1em;
}

#privacy_policy .circle_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#privacy_policy .circle_list>li:not(:last-child) {
  position: relative;
  margin: 0 0 2em;
}

#privacy_policy .circle_list>li>p {
  position: relative;
  padding-left: 1.5em;
}

#privacy_policy .circle_list>li>p::before {
  content: "〇";
  position: absolute;
  left: 0;
  top: 0;
}

#privacy_policy .dots {
  list-style: disc;
}

#privacy_policy .dots>li {}

#privacy_policy .dots>li>h3 {}

#privacy_policy .dots>li>p {}

#privacy_policy .num {
  list-style: decimal;
}

#privacy_policy .num>li {}

#privacy_policy .num>li>h3 {}

#privacy_policy .num>li>p {}

#privacy_policy .circle_num,
#privacy_policy .roman_num {}

#privacy_policy .circle_num {
  list-style: none;
}

#privacy_policy .roman_num {
  list-style-type: lower-roman;
}

#privacy_policy .circle_num>li,
#privacy_policy .roman_num>li {
  position: relative;
  margin: 0 0 0.25em;
}

#privacy_policy .circle_num>li>span {
  position: absolute;
  left: -1.5em;
  top: 0;
  margin-right: 0.25em;
}

#privacy_policy .roman_num>li>span {
  position: absolute;
  left: -1.5em;
  top: 0;
  margin-right: 0.25em;
}

#privacy_policy .circle_num>li>p,
#privacy_policy .roman_num>li>p {
  margin: 0;
}


#privacy_policy .contact {
  --width: 5em;
  --gap: 1em;
  gap: var(--gap);
}

#privacy_policy .contact .name {
  width: var(--width);
}

#privacy_policy .contact .tel {
  width: calc(100% - var(--width) - var(--gap));
}
