@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
.instagram .contents .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

.instagram .contents .webgene-blog .webgene-item {
  width: calc(100% / 5 - 40px / 5);
}

.instagram .contents .webgene-blog .webgene-item a {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.instagram .contents .webgene-blog .webgene-item a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  transition: ease 1s;
}

.instagram .contents .webgene-blog .webgene-item a > div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram .contents .webgene-blog .webgene-item a:hover > div {
  transform: translate(-50%, -50%) scale(1.08);
}

.instagram .follow_link {
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0B0BAC;
  border-bottom: 1px solid #0B0BAC;
  padding-bottom: 6px;
}

.instagram .follow_link p,
.instagram .follow_link i {
  color: #0B0BAC;
}

.instagram .follow_link i {
  transform: rotate(45deg);
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .instagram .contents .webgene-blog {
    gap: 8px;
  }

  .instagram .contents .webgene-blog .webgene-item {
    width: calc(100% / 2 - 8px / 2);
  }
}

.pagetitle2 {
  position: relative;
  padding-top: clamp(90px, 9vw, 120px);
  background: #f1f1f1;
  overflow: hidden;
}

.pagetitle2 .pagetitle_inner {
  position: relative;
  min-height: clamp(180px, 18vw, 260px);
  overflow: hidden;
}

.pagetitle2 .pagetitle_deco {
  position: absolute;
  left: clamp(-90px, -6vw, -40px);
  top: 50%;
  z-index: 2;
  width: clamp(220px, 24vw, 380px);
  transform: translateY(-50%);
  pointer-events: none;
}

.pagetitle2 .pagetitle_deco img {
  display: block;
  width: 100%;
  height: auto;
}

.pagetitle2 .txtbox {
  position: relative;
  z-index: 3;
  width: min(1280px, 90%);
  min-height: clamp(180px, 18vw, 260px);
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: flex-start;
}

.pagetitle2 .txtbox .en_title1 {
  color: #0B0BAC;
  line-height: 1;
  letter-spacing: 0.12em;
}

.pagetitle2 .txtbox .title {
  margin-top: 12px;
  color: #111;
}

@media screen and (max-width: 576px) {
  .pagetitle2 {
    padding-top: 82px;
  }

  .pagetitle2 .pagetitle_inner,
  .pagetitle2 .txtbox {
    min-height: 160px;
  }

  .pagetitle2 .pagetitle_deco {
    width: 220px;
  }
}

.contact-form_a .send .send-bt {
  width: 200px;
  position: relative;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #0B0BAC;
}

.contact-form_a .send .send-bt p {
  width: 100%;
  padding: 14px 50px 14px 28px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}



.contact-form_a .send .send-bt:hover::after {
  transform: translate(3px, -50%);
}
.contact-form_a .send .send-bt {
  transition: ease 0.3s;
}

.contact-form_a .send .send-bt:hover {
  background: #6f6f78;
}

.contact-form_a .send .send-bt:hover::after {
  color: #6f6f78;
  transform: translate(3px, -50%);
}
.contact-form_a .form-box .addressbox > div:not(:last-of-type) {
  margin-bottom: 18px;
}
.contact-form_a .form-box .addressbox .address1 {
  gap: 10px;
}
.contact-form_a .form-box .addressbox .address1 input {
  max-width: 100px;
}
.contact-form_a .addressbox input {
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
  font-family: "Funnel Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entry_form{
    background: #f2f2f2;
}

.flow_a1 .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.flow_a1 .item {
  display: grid;
  grid-template-columns: 72px 1fr minmax(220px, 260px);
  column-gap: clamp(16px, 3vw, 40px);
  position: relative;
  padding-bottom: clamp(34px, 5vw, 58px);
}

.flow_a1 .item:last-child {
  padding-bottom: 0;
}

.flow_a1 .col-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.flow_a1 .col-num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(36px + 8px);
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  border-left: 1px solid rgba(11, 11, 172, 0.22);
  pointer-events: none;
}

.flow_a1 .item:last-child .col-num::before {
  display: none;
}

.flow_a1 .circle {
  width:50px;
  height: 50px;
  border-radius: 999px;
  background: #0B0BAC;
  display: grid;
  place-items: center;
}

.flow_a1 .circle p {
  margin: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-family: "JetBrains Mono", "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
    font-size: 20px;
}

.flow_a1 .txtbox {
  margin-top: 4px;
}

.flow_a1 .txtbox .title {
  margin: 0 0 10px;
  letter-spacing: 0.04em;
}

.flow_a1 .txtbox .text {
  margin: 0;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.flow_a1 .imgbox {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.flow_a1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .flow_a1 .col-num {
    grid-area: col;
  }

  .flow_a1 .txtbox {
    grid-area: txtbox;
  }

  .flow_a1 .imgbox {
    grid-area: imgbox;
  }

  .flow_a1 .item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "col"
      "imgbox"
      "txtbox";
    row-gap: 16px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 54px;
  }

  .flow_a1 .col-num {
    justify-content: flex-start;
    margin-bottom: -26px;
  }

  .flow_a1 .col-num::before {
    display: none;
  }

  .flow_a1 .imgbox {
    max-width: 400px;
    justify-self: center;
  }

  .flow_a1 .txtbox {
    width: 100%;
    margin: 0 auto;
  }
}

.image_cta1_btns {
  justify-content: flex-start;
  gap: clamp(16px, 3vw, 32px);
  flex-wrap: wrap;
}

.more_b1.more_b1-purple a {
  background: #502EAB;
}

.pagetitle {
  position: relative;
  padding: clamp(30px, 9vw, 60px) 0 0;
  overflow: hidden;
}

.pagetitle .pagetitle_inner {
  position: relative;
  overflow: hidden;
}

.pagetitle .pagetitle_inner .imgbox {
  position: relative;
  width: 100%;
  height: clamp(280px, 29vw, 450px);
  overflow: hidden;
}

.pagetitle .pagetitle_inner .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 斜めで左右に分かれるグレーフィルター */
body:not(.gjs-dashed) .pagetitle .pagetitle_inner .imgbox::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    138deg,
    rgba(205, 205, 205, .78) 0%,
    rgba(205, 205, 205, .78) 49.8%,
    rgba(125, 127, 127, .72) 50%,
    rgba(125, 127, 127, .72) 100%
  );
  mix-blend-mode: multiply;
  pointer-events: none;
}


.pagetitle .pagetitle_deco {
  position: absolute;
  left: clamp(-220px, -6vw, -150px);
  top: 50%;
  z-index: 4;
  width: clamp(450px, 26vw, 520px);
  transform: translateY(-50%);
  pointer-events: none;
}

.pagetitle .pagetitle_deco img {
  display: block;
  width: 100%;
  height: auto;
}

.pagetitle .pagetitle_inner .txtbox {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}

.pagetitle .pagetitle_inner .txtbox .en_title1 {
  color: #fff;
  line-height: 1;
  letter-spacing: .12em;
  text-shadow: 0 2px 16px rgba(0,0,0,.18);
}

.pagetitle .pagetitle_inner .txtbox .title {
  color: #fff;
  margin-top: clamp(14px, 2vw, 24px);
  line-height: 1.4;
  letter-spacing: .12em;
  text-shadow: 0 2px 12px rgba(0,0,0,.18);
}

@media screen and (max-width: 768px) {
 
}

@media screen and (max-width: 576px) {
  .pagetitle {
    padding-top: 82px;
  }

  .pagetitle .pagetitle_inner .imgbox {
    height: 220px;
  }

  .pagetitle .pagetitle_deco {
    width: 300px;
    left: -120px;
  }

  .pagetitle .pagetitle_inner .txtbox {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .pagetitle .pagetitle_inner .txtbox .en_title1 {
    font-size: clamp(26px, 8vw, 38px);
  }
}

.footer_link .footer_link_title {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
}
.footer_link {
  position: relative;
  overflow: hidden;
  background-color: #0B0BAC;
}

.footer_link .footer_link_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.footer_link .footer_link_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 74, 150, 0.4);
}

.footer_link .footer_link_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_link .footer_link_inner {
  position: relative;
  z-index: 3;
}

.footer_link .footer_link_nav {
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(35px, 5vw, 80px);
}

.footer_link .footer_link_col {
  min-width: 150px;
}

.footer_link .footer_link_title {
  letter-spacing: 0.1em;
}

.footer_link .footer_link_list {
  display: grid;
  gap: 14px;
}

.footer_link .footer_link_list a {
  color: #fff;
    font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.footer_link .footer_link_shop {
  margin-left: auto;
}

.footer_link .footer_link_bottom {
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.footer_link .footer_sns a i {
  color: #fff;
  font-size: 28px;
}

.footer_link .footer_sns p {
  font-size: 12px;
  line-height: 1;
}

.footer_link .footer_logo p {
  color: #fff;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: 0.08em;
}

.footer_copy {
  padding: 12px 20px;
  background: #071172;
  text-align: center;
}

.footer_copy p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .footer_link .footer_link_nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 24px;
  }

  .footer_link .footer_link_shop {
    margin-left: 0;
  }

  .footer_link .footer_link_bottom {
    display: block;
  }

  .footer_link .footer_logo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .footer_link .footer_link_nav {
    grid-template-columns: 1fr;
  }
}

.titlebox2 {
  position: relative;
}

.titlebox2 p {
  line-height: 1;
}

.titlebox2 h2 {
  line-height: 1;
  letter-spacing: 0.08em;
}

.image_cta1 {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 48vw, 620px);
}
.image_cta1 .image_cta1_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.image_cta1 .image_cta1_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(100deg, rgba(0, 35, 210, 0.88) 0%, rgba(0, 44, 170, 0.76) 48%, rgba(0, 19, 80, 0.7) 100%);
}
.image_cta1 .image_cta1_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_cta1 .image_cta1_inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.image_cta1 .image_cta1_txtbox {
  width: 100%;
  padding-left: clamp(45px, 7vw, 95px);
  box-sizing: border-box;
}
.image_cta1 .image_cta1_side {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
}
.image_cta1 .image_cta1_side p {
  color: #fff23a;
  writing-mode: vertical-rl;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
.image_cta1 .image_cta1_en {
  opacity: 0.55;
}
.image_cta1 .image_cta1_lead {
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding-bottom: clamp(10px, 1.5vw, 18px);
}
.image_cta1 .image_cta1_lead h3 {
  letter-spacing: 0.08em;
}
.image_cta1 .image_cta1_sub {
  color: #9CB7F4;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .image_cta1 {
    min-height: 620px;
  }
  .image_cta1 .image_cta1_bg img {
    object-position: center top;
  }
  .image_cta1 .image_cta1_inner {
    width: 100%;
    min-height: 620px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .image_cta1 .image_cta1_txtbox {
    width: 100%;
    padding-left: 0;
  }
  .image_cta1 .image_cta1_side {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .image_cta1 .image_cta1_side p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.14em;
  }
  .image_cta1 .titlebox1 {
    width: 100%;
    padding: 0;
  }
  .image_cta1 .image_cta1_en {
    max-width: 360px;
    white-space: normal;
    line-height: 1.55;
  }
  .image_cta1 .image_cta1_lead {
    display: block;
    padding-bottom: 14px;
  }
  .image_cta1 .image_cta1_lead h3 span {
    display: inline-block;
  }
  .image_cta1 .image_cta1_sub {
    max-width: 420px;
    text-align: left;
  }
  .image_cta1 .image_cta1_side {
    position: relative;
    left: 0;
    top: auto;
    transform: none;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: auto;
  }
  .image_cta1 .image_cta1_side p {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 5px 10px;
    background: rgba(255, 242, 58, 0.16);
    color: #fff23a;
    writing-mode: horizontal-tb;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    border-left: 2px solid #fff23a;
  }
}
.titlebox1 {
  position: relative;
  z-index: 2;
}
.titlebox1 p {
  line-height: 1.12;
}
.titlebox1 h2 {
  letter-spacing: 0.08em;
}
.main_bg_item {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.main_bg_item img {
  display: block;
  width: 100%;
}
.main_bg_item img:nth-of-type(1) {
  clip-path: inset(0 0 100% 0);
}
.main_bg_item img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: inset(0 0 100% 0);
}
.main_bg_item.sc-anime.active img:nth-of-type(1) {
  animation-name: main_bg_item1;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.main_bg_item.sc-anime.active img:nth-of-type(2) {
  animation-name: main_bg_item2;
  animation-duration: 0.8s;
  animation-delay: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes main_bg_item1 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes main_bg_item2 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
.section01 {
  position: relative;
  overflow: hidden;
}
.section01 .section01_inner {
  --section01-gap: clamp(50px, 7vw, 100px);
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding-left: max(90px, calc((100vw - 1280px) / 2));
  padding-right: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: var(--section01-gap);
}
.section01 .section01_txtbox {
  width: min(510px, calc((100% - var(--section01-gap)) * 0.4965));
  color: #fff;
}
.section01 .section01_txtbox h2 {
  color: #fff;
  letter-spacing: 0.08em;
}
.section01 .section01_txtbox .body_txt {
  color: #fff;
  letter-spacing: 0.08em;
}
.section01 .section01_img {
  width: calc((100% - var(--section01-gap)) * 0.5035);
  margin-right: 0;
}
.section01 .section01_img .imgbox {
  width: 100%;
  overflow: hidden;
}
.section01 .section01_img .imgbox img {
  display: block;
  width: 100%;
  aspect-ratio: 72 / 73;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section01 .section01_inner {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section01 .section01_img {
    order: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 36px;
  }
  .section01 .section01_txtbox {
    order: 2;
    width: 100%;
  }
}
.fixed_side_bnr {
  position: fixed;
  left: 8px;
  top: 38%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateY(-50%);
}
.fixed_side_bnr .bnr_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  min-height: 140px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
  font-family: "Roboto Mono", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.fixed_side_bnr .bnr_item .icon {
  margin-bottom: 8px;
  font-size: 14px;
}
.fixed_side_bnr .bnr_map {
  background: #0755bf;
}
.fixed_side_bnr .bnr_blog {
  background: #36a6df;
}
.fixed_side_bnr .bnr_gaten {
  padding: 0;
  background: #003a8f;
  overflow: hidden;
}
.fixed_side_bnr .bnr_gaten img {
  display: block;
  width: 100%;
  height: auto;
}
.fixed_side_bnr .bnr_item i {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fixed_side_bnr {
    display: none;
  }
}
.more_b1 {}
.more_b1 a {
  position: relative;
  display: block;
  border-radius: 6px;
  background: #0B0BAC;
  overflow: hidden;
  box-sizing: border-box;
  transition: ease 0.35s;
}
.more_b1 a:hover {
  opacity: 1;
  background: #1208b8;
  box-shadow: 0 10px 28px rgba(18, 8, 184, 0.32);
  transform: translateY(-2px);
}
.more_b1 a::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  transition: ease 0.35s;
  background: linear-gradient(135deg, #1208b8 0%, #4b2fd3 55%, #7b3cff 100%);
}
.more_b1 a:hover::after {
  transform: translateX(0);
}
.more_b1 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  width: 70px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: translate(35%, -50%) scale(0);
  transition: ease 0.45s;
}
.more_b1 a:hover::before {
  transform: translate(35%, -50%) scale(1);
}
.more_b1 a > .flex {
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
  min-width: clamp(150px, 13vw, 190px);
  height: 50px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.more_b1 a > .flex p {
  color: #fff;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: ease 0.35s;
}
.more_b1 a:hover p {
  letter-spacing: 0.08em;
}
.more_b1 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #542fb8;
  font-size: 10px;
  transition: transform 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}
.more_b1 a:hover i {
  transform: translateX(5px) scale(1.08);
  color: #1208b8;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.18);
}
.more_b1.more_b1-blue a {
  background: #1208b8;
}
.more_b1.more_b1-blue a::after {
  background: linear-gradient(135deg, #542fb8 0%, #682ed3 55%, #8c49ff 100%);
}
.more_b1.more_b1-blue i {
  color: #1208b8;
}
.more_b1.more_b1-blue a:hover i {
  color: #542fb8;
}
.more_b1 a:hover {
  opacity: 1;
  background: #555;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}
.more_b1 a::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  transition: ease 0.35s;
  background: linear-gradient(135deg, #444 0%, #666 55%, #888 100%);
}
.more_b1 a:hover::after {
  transform: translateX(0);
}
.more_b1 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  width: 70px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: translate(35%, -50%) scale(0);
  transition: ease 0.45s;
}
.more_b1 a:hover::before {
  transform: translate(35%, -50%) scale(1);
}
.more_b1 a:hover p {
  color: #fff;
  letter-spacing: 0.08em;
}
.more_b1 a:hover i {
  transform: translateX(5px) scale(1.08);
  color: #555;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.18);
}
.more_b1.more_b1-blue a::after {
  background: linear-gradient(135deg, #444 0%, #666 55%, #888 100%);
}
.more_b1.more_b1-blue a:hover i {
  color: #555;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 28px;
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.header .logo {
  width: clamp(120px, 12vw, 200px);
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .head_nav {
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
  flex-wrap: nowrap;
}
.header .head_nav .ul {
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  flex-wrap: nowrap;
}
.header .head_nav .ul a {
  text-decoration: none;
}
.header .head_nav .ul a p {
  color: #111;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.header .head_bt {
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.header .head_bt .more_b1 a > .flex {
  min-width: clamp(130px, 11vw, 170px);
  height: 42px;
  padding: 0 13px 0 18px;
}
.header .head_bt .more_b1 a > .flex p {
  font-size: clamp(13px, 1vw, 15px);
}
.header .head_bt .more_b1 i {}
.header .menu-bt, .menu-wrap {
  display: none;
}
.header .menu-bt {
  width: 48px;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .menu-bt .line {
  width: 20px;
  height: 14px;
  position: relative;
}
.header .menu-bt .line > div {
  width: 100%;
  height: 2px;
  background-color: #542fb8;
  position: absolute;
  transition: ease 0.4s;
}
.header .menu-bt .line > div:nth-of-type(1) {
  top: 0;
  left: 0;
}
.header .menu-bt .line > div:nth-of-type(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .menu-bt .line > div:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.header .menu-bt.active .line > div:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .menu-bt.active .line > div:nth-of-type(2) {
  opacity: 0;
}
.header .menu-bt.active .line > div:nth-of-type(3) {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.menu-wrap {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 29, 41, 0.94);
  z-index: 9998;
}
.menu-wrap > .flex {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: clamp(90px, 10vw, 130px) clamp(24px, 6vw, 80px) clamp(45px, 6vw, 70px);
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.menu-wrap .menuwrap_box {
  width: min(1000px, 100%);
  gap: clamp(38px, 5vw, 60px);
}
.menu-wrap .contents_bt_wrap {
  justify-content: center;
  gap: clamp(16px, 3vw, 28px);
}
.menu-wrap .ul_menu {
  width: 100%;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 70px);
}
.menu-wrap .ul_menu .ul {
  flex: 1;
}
.menu-wrap .ul_menu .li + .li {
  margin-top: 24px;
}
.menu-wrap .ul_menu .li a {
  display: block;
  text-decoration: none;
}
.menu-wrap .ul_menu .li .en {
  color: #fff;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0.08em;
}
.menu-wrap .ul_menu .li .jp {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.menu-wrap .ul_menu .li a {
  position: relative;
  display: block;
  padding: 10px 0 12px;
  text-decoration: none;
  overflow: hidden;
  transition: ease 0.35s;
}
.menu-wrap .ul_menu .li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #542fb8 0%, #0f08c9 45%, #36a6df 100%);
  transform: translateX(-105%);
  transition: ease 0.45s;
}
.menu-wrap .ul_menu .li a::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #36a6df;
  box-shadow:
    0 0 12px rgba(54, 166, 223, 0.8), 0 0 26px rgba(84, 47, 184, 0.65);
  transform: translateY(-50%) scale(0);
  transition: ease 0.35s;
}
.menu-wrap .ul_menu .li a:hover {
  opacity: 1;
  transform: translateX(10px);
}
.menu-wrap .ul_menu .li a:hover::before {
  transform: translateX(0);
}
.menu-wrap .ul_menu .li a:hover::after {
  transform: translateY(-50%) scale(1);
}
.menu-wrap .ul_menu .li a p {
  position: relative;
  z-index: 2;
  transition: ease 0.35s;
}
.menu-wrap .ul_menu .li a:hover .en {
  color: #fff;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.75), 0 0 18px rgba(54, 166, 223, 0.85), 0 0 28px rgba(84, 47, 184, 0.75);
  letter-spacing: 0.13em;
}
.menu-wrap .ul_menu .li a:hover .jp {
  color: #8fe8ff;
  transform: translateX(4px);
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 10px 20px;
  }
  .header .head_nav .ul {
    gap: 18px;
  }
  .header .head_bt .more_b1 a > .flex {
    min-width: 130px;
  }
}
@media screen and (max-width: 1080px) {
  .header .head_nav .ul {
    display: none;
  }
  .header .menu-bt {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 5px 10px;
  }
  .header .logo {
    width: 160px;
  }
  .header .head_bt {
    display: none;
  }
  .header .menu-bt {
    width: 46px;
  }
  .menu-wrap > .flex {
    align-items: flex-start;
    padding: 130px 20px 40px;
  }
  .menu-wrap .contents_bt_wrap {
    width: 100%;
	  gap: 10px;
  }
	.menu-wrap .more_b1{
		width: calc(100% / 2 - 10px / 2);
	} 
  .menu-wrap .more_b1 a {
    width: 100%;
  }
  .menu-wrap .more_b1 a > .flex {
    width: 100%;
  }
  .menu-wrap .ul_menu {
    display: block;
  }
  .menu-wrap .ul_menu .ul + .ul {
    margin-top: 24px;
  }
  .menu-wrap .ul_menu .li + .li {
    margin-top: 20px;
  }
}
.main-wrap {
  overflow: hidden;
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #0B0BAC;
}
.color2 {
  color: #502EAB;
}
.color3 {
  color: rgba(255, 255, 255, 0.30);
}
.bg1 {
  position: relative;
  background: linear-gradient(115deg, #071172 0%, #1d33c7 58%, #522cb0 100%);
  overflow: hidden;
}
.bg2 {
  position: relative;
  background: #502EAB !important;
  overflow: hidden;
}
.bg3 {
  background: #F3EFE4;
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.serif {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.zenkaku {
  font-family: "Zen Kaku Gothic New", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontjet {
  font-family: "JetBrains Mono", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "JetBrains Mono", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: 0.08em;
}
.entitle1 {
  font-family: "JetBrains Mono", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.12em;
}
.entitle2 {
  font-family: "JetBrains Mono", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1em;
}
.entitle3 {
  font-family: "JetBrains Mono", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.08em;
}
.entitle4 {
  font-family: "JetBrains Mono", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.08em;
}
.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(26px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #131313;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}