@charset "utf-8";


/* ============================================ PC ============================================ */
/* ============================== common ============================== */
/* 左右の余白は
　PCヘッダー：40px
　SP：8px */

body {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  color: #333;
}

.hiragino {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.cormo {
  font-family: 'Cormorant Garamond', serif;
}

p {
  font-size: 18px;
  line-height: 2;
}

.justify {
  text-align: justify;
}

.palt {
  font-feature-settings: "palt" /* 自動で文字間詰めてくれるCSS */
}

img {
  vertical-align: bottom;
}

a:hover {
  opacity: .6;
}

a {
  text-decoration: none;
  color: #333;
  transition: .5s;
}

.textdeco_blue {
  color: blue;
  text-decoration: underline
}

li,ul {
  list-style: none;
}

ol li{
	list-style-type: decimal;
}

ol {
  margin-left: 1.4rem;
}

.pc-mode {
  display: inline-block;
}

.sp-mode {
  display: none;
}

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

.blue {
  color: #C5E7FF;
}

.purple {
  color: #E6EBFF;
}

.pink {
  color: #F7E6E6;
}

.blue_back {
  background-color: #C5E7FF;
}

.purple_back {
  background-color: #E6EBFF;
}

.pink_back {
  background-color: #F7E6E6;
}

.fs08em {
  font-size: 0.8em;
}

.fs2em {
  font-size: 2em;
}

.fs3em {
  font-size: 3em;
}

span.tax {
  font-size: 0.5em;
  padding-right: 4px;
}

/* ============================== body ============================== */
/* ============================== ヘッダー ============================== */

.header_nav {
  height: 80px;
  width: 100vw;
  padding: 0 16px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.header_nav h1 {
  font-size: 30px;
  font-weight: normal;
}

.header_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header_nav ul li {
  margin-left: 24px;
}

.nav_contact a {
  background: #C5E7FF;
  padding: 16px 12px 16px 12px;
  border-radius: 5px;
}

/* ヘッダーメニューの崩れ防止 */
@media (max-width: 1110px) { 

  .header_nav ul {
    display: none;
  }

  #open {
    display: block;
  }

  .header_nav .sp-mode {
    display: block;
  }

}
/* ヘッダーメニューの崩れ防止 */


/* ============================== パンくず ============================== */

.bread_wap {
  background: linear-gradient(90deg, #E6EBFF, #C5E7FF);
  width: 100vw;
}

.bread {
  display: flex;
  align-items: center;
  padding: 4px 0px 4px 16px ;
}

.bread a {
  border-bottom:#333 solid 1px ;
}

.bread a,
.bread p {
  font-size: 15px;
}

.bread li:not(:last-child)::after {
  content: "＞";
  padding: 0px 6px 0px 6px;
}


/* ============================== トップページ ============================== */
/* ============================== ヒーローエリア ============================== */

.img_kv {
  position: relative;
  text-align: right;
}

.img_kv img {
  width: 64vw;
  max-height: 580px;
  object-fit: cover;
}

.img_sakura {
  position: relative;
  text-align: right;
}

.img_sakura img {
  width: 68vw;
  max-height: 580px;
  object-fit: cover;
}

.top_copy_wap {
  background: linear-gradient(90deg, #E6EBFF, #C5E7FF);
  width: 45vw;
  position: absolute;
  top: 35%;
  left: 0%;
  z-index: -10;
}

.top_copy_content {
  padding: 140px 0px 20% 10%;
  position: relative;
}

.top_copy {
  font-weight: normal;
  color: #fff;
  font-size: 85px;
  position: absolute;
  top: 40%;
  left: 6%;
  z-index: 100;
}

.top_copy_content p {
  font-size: 20px;
  padding-left: 48px;
}

.top_copy_content p:first-of-type {
  font-size: 24px;
  margin-bottom: 48px;
}


/* ============================== セクションまとめ ============================== */

#about,
#works,
#price,
#design,
#qa,
#contact,
#footer,
#like,
#skill,
#business,
#flow,
#glossary {
  margin-top: 120px;
}

#skill .section_content,
#business .section_content,
#works.lower .section_content,
#flow .section_content,
#glossary .section_content,
#contact.lower .section_content,
#design.lower .section_content {
  max-width: 1200px;
  display: block;
}

body section:first-of-type {
  margin-top: 32px !important;
}

#top {
  margin-top: 0px !important;
}

.section_title {
  margin-bottom: 0px;
}

.section_title.left {
  text-align: left;
}

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

.section_title.center p {
  text-align: center;
  margin-left: 0px;
}

.section_title h2 {
  color: #e6e6e6;
  font-size: 100px;
  font-weight: normal;
  margin-left: -14px;
}

.section_title p {
  font-size: 24px;
  margin-top: -24px;
  margin-left: 64px;
}

.section_content {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 40px auto 0px auto;
}

.section_content p.center {
  width: 100%;
  margin: 0 auto;
}

.section_content .desc {
  width: 60%;
}

.section_content .pic {
  width: 35%;
  padding-left: 1%;
}

.section_content .pic img {
  width: 100%;
  box-shadow: -16px 16px 0px 0px  #C5E7FF;
}

.btn_wap {
  margin-top: 100px;
  text-align: center;
}

.more_btn {
  background: #E6EBFF;
  padding: 16px 80px 16px 80px;
  border-radius: 50px;
}

.more_btn::after {
  content: "▷";
}


/* ============================== listまとめ ============================== */

.list {
  border-top: #C5E7FF 2px solid;
  padding: 32px 24px 32px 24px;
  display: flex;
  width: 100%;
}

.list_label {
  color: #888;
  width: 33%;
  margin-right: 5%;
}

ul.disc {
  position: relative;
  margin-left: 2rem;
}

ul.disc li::before {
  content: '・';
  position: absolute;
  left: -8px;
}

.list_desc {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: justify;
  font-size: 18px;
  line-height: 2;
}

.section_content .list:last-of-type {
  border-bottom: #C5E7FF 2px solid;
}

.list_title {
  width: 250px;
  padding: 8px 24px 8px 24px;
  margin: 80px 0px 16px 0px;
}

.list_title p {
  font-size: 20px;
}

.list a {
  color: blue;
  text-decoration: underline;
  font-size: 0.8em;
}


/* ============================== About ============================= */

#about .section_content .desc {
  padding-right: 64px;
}

#about .section_content .desc img {
  width: 30px;
  padding-bottom: 4px;
}

#about .section_content .desc p:first-child {
  margin-bottom: 64px;
}

.blog_link {
  text-decoration: underline;
  font-size: 0.8em;
}

/* ============================== Works ============================== */

#works .section_title {
  margin-bottom: 48px;
}

.works_wap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.works_wap li {
  width: 26%;
}

.works_wap li img {
  width: 95%;
}

.works_wap li:nth-of-type(3n) {
  margin-bottom: 72px;
}

.works_wap p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}


/* ============================== Price ============================== */

#price .section_content {
  display: block;
}

.priceCardWrap {
  display: flex;
  gap: 10%;
  justify-content: center;
  margin-top: 40px;
}

.priceCard {
  width: 36%;
  border: #333 2px solid;
  border-radius: 10px;
  box-shadow: 2px 2px 4px gray;
  padding: 48px 32px 48px 32px;
  background: #fff;
  text-align: center;
}

.priceCard .priceTitle {
  background: #ccc;
  padding: 0.8em;
  width: 160px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 32px;
}

.priceCard .priceValue {
  font-size: 2em;
  margin-bottom: 32px;
}

.priceCard .priceUnderLine {
  margin: 0 auto;
  border-bottom: #333 2px solid;
  margin-bottom: 32px;
}

.priceCard .priceCopy {
  color: #333;
  margin-bottom: 32px;
}

.priceCard .priceDesc {
  position: relative;
  text-align: left;
  padding-left: 1.2em;
  padding-bottom: 8px;
  margin: 0 auto;
}

.priceCard .priceDesc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 8px;
  height: 14px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}

/* 単発プラン */
.priceCard.shotPlan {
  border-color: #C5E7FE;
}
.priceCard.shotPlan .priceTitle {
  background-color: #C5E7FE;
}
.priceCard.shotPlan .priceUnderLine {
  border-bottom-color: #C5E7FE;
}
.priceCard.shotPlan .priceCopy {
  color: #29A9F9;
}
.priceCard.shotPlan .priceDesc::before {
  border-right-color: #C5E7FE;
  border-bottom-color: #C5E7FE;
}

/* サブスクプラン */
.priceCard.subsPlan {
  border-color: #EABFBD;
}
.priceCard.subsPlan .priceTitle {
  background-color: #EABFBD;
}
.priceCard.subsPlan .priceUnderLine {
  border-bottom-color: #EABFBD;
}
.priceCard.subsPlan .priceCopy {
  color: #C34A46;
}
.priceCard.subsPlan .priceDesc::before {
  border-right-color: #EABFBD;
  border-bottom-color: #EABFBD;
}



/* ============================== Design ============================== */
/* ============================== qa ============================== */

/* ============================= contact ============================== */

#contact {
  text-align: center;
}

#contact .section_title {
  margin-bottom: 48px;
}

#contact .section_content p {
  font-size: 19px;
}

#contact .more_btn {
  background: #E6EBFF;
  padding: 16px 80px 16px 80px;
  border-radius: 50px;
  font-size: 18px;
  box-shadow: 0px 8px 5px -5px #888;
}

#contact .more_btn::after {
  content: "";
}

.complete_p {
  text-align: center;
  margin-top: 120px;
}


/* ============================== トップリターン ============================== */

#top_return {
  width: 90px;
  height: 90px;
  padding: 30px;
  border: #E6EBFF 2px solid;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  transition: opacity .3s;
}

#top_return::before {
  content: "↑";
}

#top_return.scrolled {
  opacity: .9;
}


/* ============================== footer ============================== */

#footer {
  padding: 24px 0 16px 0px;
}

.footer_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 64px;
  padding-right: 50px;/* タツノオトシゴNFTと同じサイズ */
}

.footer_title img {
  width: 50px;
  margin-bottom: -8px;
}

.footer_nav a {
  transition: 0s;
}

.footer_nav ul.parent_menu {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_nav ul.parent_menu > li {
  width: 22%;
  margin-bottom: 56px;
}

.footer_nav ul.parent_menu > li > a {
  font-size: 18px;
}

.footer_nav ul.child_menu li {
  font-size: 16px;
  margin-top: 4px;
  margin-left: 4px;
  font-feature-settings: "palt" /* 自動で文字間詰めてくれるCSS */
}

.footer_nav ul.child_menu li::before {
  content: "-";
  padding-right: 4px;
}

.copyright {
  color: #888;
  text-align: center;
}


/* ============================== 下層ページ ============================== */
/* ============================== Aboutページ ============================== */

.like_wap {
  text-align: center;
  width: 30%;
}

.like_wap img {
  width: 250px;
  border-radius: 50%;
}

.like_title {
  font-weight: bold;
  margin: 8px 0px 4px 0px;
}

.like_desc {
  font-size: 16px;
  text-align: justify;
}

.nft {
  text-align: center;
  margin: 160px 0px 40px 0px;
}

.nft img {
  width: 60px;
  margin-bottom: -12px;
}


/* ============================== Worksページ ============================== */

#works.lower #plan_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

#works.lower #plan_btn .filters {
  width: 100%;
  margin: 0 auto 24px auto;
  text-align: center;
  font-size: 20px;
}

/* ラジオボタンを非表示に */
input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.filters * {
  display: inline-block;
}
.filters label {
  text-align: center;
  padding: 8px 24px 8px 24px;
  margin: 0 8px 0 8px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 50px;
}

.filters label.all_btn:hover,
[value="All"]:checked ~ .filters [for="All"] {
  background: #333;
  color: #fff;
}
.filters label.starter_btn:hover,
[value="Starter"]:checked ~ .filters [for="Starter"] {
  background: #C5E7FF;
}
.filters label.basic_btn:hover,
[value="Basic"]:checked ~ .filters [for="Basic"] {
  background: #E6EBFF;
}
.filters label.standard_btn:hover,
[value="Standard"]:checked ~ .filters [for="Standard"] {
  background: #F7E6E6;
}

/* 絞り込みアニメーション */
.target {
  animation: checked_animation 0.4s ease-in-out both;
}
@keyframes checked_animation {
  0% {
  transform: translate(0, 300px);
  opacity: 0;
  }
  100% {
  transform: translate(0, 0);
  opacity: 1;
  }
}



/* ============================== Works個別ページ ============================== */

.section_title .plan_name {
  display: inline-block;
  margin: 32px 0px 0px 0px;
  font-size: 18px;
  padding: 4px 56px 4px 56px;
  border-radius: 50px;
}

.article {
  text-align: center;
}

.article img {
  max-width: 700px;
}

.article_desc {
  margin: 48px 0px 0px 0px;
}

.article_desc h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.article_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 160px;
}

.article_btn .prev,
.article_btn .next {
  padding: 24px 48px 24px 48px;
}

.article_btn .prev::before {
  content: '◁';
}

.article_btn .next::after {
  content: '▷';
}


/* ============================== Priceページ ============================== */

#price.lower .section_content {
  max-width: 1200px;
}

.plan_img {
  width: 900px;
  margin: 80px auto 0px auto;
}

.plan_img img {
  width: 100%;
}

.footnote {
  line-height: 1.5;
}

.flow_wap h4 {
  border-left: #C5E7FF 10px solid;
  border-bottom: #C5E7FF 2px solid;
  padding-left: 16px;
  font-size: 22px;
  font-weight: normal;
  margin-top: 120px;
}

.flow_wap:first-child h4 {
  margin-top: 24px;
}

.flow_content {
  display: flex;
  margin-top: 32px;
  align-items: center;
}

.flow_img {
  margin-right: 10%;
}

.flow_img img {
  width: 400px;
}

.flow_desc {
  font-size: 18px;
  width: 40%;
  text-align: justify;
  line-height: 1.8;
}


/* ============================== Designページ ============================== */

.design_wap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.design_content {
  background: #fff;
  width: 23%;
  text-align: center;
  border: #C5E7FF 5px solid;
  border-radius: 10%;
  padding: 16px;
  box-shadow: 5px 5px 5px #888;
  margin-top: 32px;
}

.design_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0px 16px 0px;
}

.design_img img {
  width: 100%;
}


/* ============================== Design個別ページ ============================== */

.design_title {
  border-left: #C5E7FF 10px solid;
  border-bottom: #C5E7FF 2px solid;
  padding-left: 16px;
  font-size: 28px;
  font-weight: normal;
}

.design_detail_wap {
  max-width: 800px;
  margin: 0 auto;
}

.design_detail_img {
  margin-top: 48px;
  margin-bottom: 24px;
}

.design_detail_img img {
  width: 100%;
}

.design_detail_wap .more_btn {
  background: #C5E7FF;
}

#design.lower .btn_wap {
  margin-top: 16px;
  margin-bottom: 64px;
}

#design.lower h5 {
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  margin-top: 160px;
  margin-bottom: 32px;
}


/* ============================== Q&Aページ ============================== */

.qa_wap .qa_content:not(:last-child) {
  margin-bottom: 48px;
}

.qa_content a {
  color: blue;
  text-decoration: underline;
  font-size: 0.8em;
}

.qa_content div {
  display: flex;
  align-items: start;
}

.qa_desc {
  padding: 38px 0px 0px 8px;
  text-align: justify;
}

.answer {
  margin-top: -24px;
}

#glossary .list_label::before{
  content: '【';
  margin-left: -8px;
}

#glossary .list_label::after {
  content: '】';
}


/* ============================== Contactページ ============================== */

#contact.lower {
  text-align: left;
}

#contact.lower .section_content {
  margin-left: 104px;
}

#contact.lower .section_content > p {
  margin-bottom: 80px;
}

form {
  width: 600px;
}

form p {
  margin-top: 32px;
}

form span {
  margin-left: 16px;
}

span.required {
  padding: 0px 6px 2px 6px;
  background:linear-gradient(transparent 60%, #f7a3a3 0%);
}

input,
select,
textarea {
  border: #C5E7FF 2px solid;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
  padding: 4px 8px 4px 8px;
  width: 100%;
}

select {
  height: 39px;
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}

#submit-btn {
  margin-top: 32px;
  width: 200px;
  padding: 16px;
}


/* ============================================ プライバシーポリシー ============================================ */

#policy .section_content {
  display: block;
}

.policy_title {
  text-align: center;
  margin-bottom: 40px;
}

.policy_wap p {
  text-align: justify;
}

.policy_label {
  border-left: #C5E7FF 5px solid;
  font-weight: bold;
  padding-left: 8px;
  margin-bottom: 16px;
}

.policy_desc {
  margin-bottom: 56px;
}

#policy ol {
  margin-left: 2rem;
  line-height: 1.8;
}


/* ============================================ SP ============================================ */

@media (max-width:450px) {

  /* ============================== common ============================== */

  .pc-mode {
    display: none;
  }
  
  .sp-mode {
    display: block;
  }

  ul.disc {
    margin-left: 0.5rem;
  }


  /* ============================== メニューメニュー ============================== */
  .bread a, .bread p {
    font-size: 13px;
  }

  /* ============================== セクションまとめ ============================== */

  #about,
  #works,
  #price,
  #design,
  #qa,
  #contact,
  #footer,
  #like,
  #skill,
  #business,
  #flow,
  #glossary {
    margin-top: 120px;
  }

  .section_content {
    display: block;
    width: calc(100% - 32px);
  }

  .section_content .desc {
    width: 100%;
  }
  
  .section_content .pic {
    width: 90%;
    margin: 64px auto 0 auto;
  }

  .section_title h2 {
    font-size: 80px;
    font-weight: normal;
    margin-left: -14px;
  }
  
  .section_title p {
    font-size: 22px;
    margin-top: -24px;
    margin-left: 16px;
  }


  /* ============================== listまとめ ============================== */

  .list {
    display: block;
  }

  .list_label {
    width: 100%;
    margin-bottom: 8px;
  }

  .list p {
    text-align: justify;
    
  }


  /* ============================== TOP ============================== */

  .img_kv {
    position: relative;
    text-align: left;
  }

  .img_kv img {
    width: 95vw;
    height: 50vh;
    object-fit: cover;
  }

  .img_sakura {
    position: relative;
    text-align: left;
  }

  .img_sakura img {
    width: 95vw;
    height: 50vh;
    object-fit: cover;
  }

  .top_copy_wap {
    width: 95vw;
    position: absolute;
    top: 48vh;
    right: 0;
    left: auto;
  }

  /* WebDsignの位置とか */
  .top_copy {
    font-size: 74px;
    top: 55vh;
  }

  .top_copy_content {
    padding: 140px 0px 40px 0px;
  }

  .top_copy_content p {
    font-size: 16px;
    padding-left: 24px;
  }

  .top_copy_content p:first-of-type {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
  }


  /* ============================== About ============================== */

  #about {
    margin-top: 304px;
  }

  #about .section_content .desc {
    padding-right: 0px;
  }

  #about .section_content .desc p:first-child {
    margin-bottom: 32px;
  }


  /* ============================== Works ============================== */

  /* SP版では制作実績4つしか出さないCSS */
  #works.root .works_wap li:nth-child(n+5) {
    display: none;
  }

  .works_wap {
    display: block;
  }

  .works_wap li {
    width: 100%;
  }
  .works_wap li:nth-of-type(3n) {
    margin-bottom: 0px;
  }

  .works_wap li:not(:last-child) {
    margin-bottom: 96px;
  }

  .works_wap p {
    font-size: 20px;
  }


  /* ============================== Price ============================== */

  .priceCardWrap {
    display: block;
  }

  .priceCard {
    width: 90%;
    margin: 0 auto 40px auto;
  }



  /* ============================== Design ============================== */

  #design .section_title p {
    line-height: 1.5;
  }

  /* ============================== qa ============================== */

  /* ============================== Contact ============================== */

  #contact .more_btn {
    font-size: 18px;
  }


  /* ============================== トップリターン ============================== */

  #top_return {
    width: 60px;
    height: 60px;
    padding: 15px;
  }


  /* ============================== footer ============================== */

  .footer_nav ul.parent_menu {
    width: calc(100% - 32px);
  }

  .footer_nav ul.parent_menu > li {
    width: 49%;
    margin-bottom: 56px;
  }

  .footer_nav ul.child_menu li {
    font-size: 16px;
    margin-top: 10px;
    margin-left: calc(1rem + 4px);
  }
  
  .footer_nav ul.child_menu li::before {
    margin-left: -1rem;
  }


  /* ============================== 下層ページ ============================== */
  /* ============================== Aboutページ ============================== */

  .like_wap {
    width: 100%;
    margin-bottom: 40px;
  }


  /* ============================== Worksページ ============================== */

  #works.lower .section_title {
    margin-bottom: 0px;
  }

  #works.lower #plan_btn {
    margin-bottom: 48px;
  }

  #works.lower #plan_btn li {
    width: 48%;
    margin-top: 16px;
  }

  #works.lower #plan_btn a {
    font-size: 17px;
  }

  .little_triangle.sp-mode {
    left: calc(50% - 10px);
  }

  .filters label {
    width: 80%;
    margin: 16px auto 0 auto;
    padding: 4px;
  }


  /* ============================== Works個別ページ ============================== */

  .section_title .plan_name {
    font-size: 16px;
  }

  .article img {
    max-width: 100%;
  }

  .article_btn .prev,
  .article_btn .next {
    padding: 16px;
  }


  /* ============================== Priceページ ============================== */

  .plan_img_text {
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    line-height: 1.5;
  }

  .plan_img_text span {
    font-size: 0.8em;
  }

  .plan_img {
    width: 100%;
    margin: 0px auto 0px auto;
    overflow: scroll;
  }

  .plan_img img {
    width: 180%;
    overflow: hidden;
  }

  #chart .section_content {
    width: 100vw;
  }

  .flow_wap h4 {
    margin-top: 80px;
  }

  .flow_content {
    display: block;
  }

  .flow_img {
    width: 100%;
    margin-right: 0px;
  }
  
  .flow_img img {
    width: 100%;
  }

  .flow_desc {
    width: 100%;
    margin-top: 24px;
    font-size: 18px;
  }


  /* ============================== Designページ ============================== */

  .design_content {
    width: 48%;
    padding: 0px 8px 8px 8px;
  }

  .design_img {
    height: 100px;
    padding: 0px;
  }

  .design_name {
    line-height: 1;
    font-size: 16px;
  }


  /* ============================== Design個別ページ ============================== */

  #design.lower h5 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 104px;
    margin-bottom: 0px;
  }

  .design_title {
    font-size: 22px;
  }

  .design_detail_img {
    margin-bottom: 64px;
  }


  /* ============================== QAページ ============================== */

  .qa_content div {
    display: block;
  }

  .qa_desc {
    padding: 0px;
    margin-top: -24px;
    margin-bottom: 24px;
  }


  /* ============================== Contactページ ============================== */

  #contact.lower .section_content {
    margin-left: auto;
  }

  form {
    width: 100%;
  }

}




/* ========================================== アニメーション ========================================== */

/* ============================== ハンバーガーメニュー ============================== */

#open {
  position: fixed;
  top: 18px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px;
  z-index: 997;
  line-height: 1;
}

#open img {
  width: 30px;
  height: 25px;
}

#open.hide {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; /* メニュー以外をクリックしても閉じれる領域の確保 */
  z-index: 996;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
  pointer-events: none;
}

.overlay_inner {
  width: 400px;
  margin: 0px 0px 0px auto;
  background: #C5E7FF; /* メニュー以外をクリックしても閉じれる領域の確保 */
  border-radius: 5px;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay a {
  color: #333;
}

.overlay ul {
  padding-top: 56px;
  padding-bottom: 32px;
}

.overlay li {
  padding: 16px;
  text-align: center;
}

.overlay li span {
  opacity: 0;
  display: inline-block;
  transform: translateY(32px);
}

.overlay li span.d01 {
  transition: opacity .6s, transform .6s;
}

.overlay li span.d02 {
  transition: opacity .8s, transform .8s;
}

.overlay li span.d03 {
  transition: opacity 1s, transform 1s;
}

.overlay li span.d04 {
  transition: opacity 1.2s, transform 1.2s;
}

.overlay li span.d05 {
  transition: opacity 1.4s, transform 1.4s;
}

.overlay li span.d06 {
  transition: opacity 1.6s, transform 1.6s;
}

.overlay li span.d07 {
  transition: opacity 1.8s, transform 1.8s;
}

.overlay li span.d08 {
  transition: opacity 2s, transform 2s;
}

.overlay.show li span {
  opacity: 1;
  transform: none;
}

.overlay #close {
  position: absolute;
  top: 18px;
  right: 27px;
}

#close img {
  width: 30px;
}

@media (max-width:450px) {

  .overlay {
    width: 100vw;
    height: 100%; /* メニュー以外をクリックしても閉じれる領域の確保 */
  }

  .overlay_inner {
    width: 100vw;
    margin: 0;
    border-radius: 0px;
  }

}


/* ============================== ヘッダーメニュー ============================== */

.header_nav li {
	position: relative;
	flex-grow: 1;
}

.header_nav li:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 0;
	border-bottom: solid 2px #C5E7FF;
	transform: translateX(-50%);
	transition: 0.3s;
}

.header_nav li:not(:last-child):hover::before {
	width: 110%;
}

.header_nav li:not(:last-child) a:hover {
  opacity: 1;
}


/* ============================== フッターメニュー ============================== */

.footer_nav li a {
	position: relative;
	flex-grow: 1;
}

.footer_nav li a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 0;
	border-bottom: solid 1px #333;
	transform: translateX(-50%);
	transition: 0.3s;
}

.footer_nav li a:hover::before {
	width: 100%;
}

.footer_nav li a:hover {
  opacity: 1;
}


/* ============================== ヒーローエリア ============================== */

.hiro_animation_type {
  font-weight: bold;
  font-size: 30px;
  width: 0ch;	/*文字の長さ*/
	border-right: 5px solid #000;	/*点滅バー*/
	overflow: hidden;	/*必須*/
	white-space: nowrap;	/*必須*/
	animation: Typing 3s .5s steps(18) forwards, Blink .4s  step-end infinite alternate, FadeOut 1s 5.2s forwards;
  /* 上下中央よせ */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* 上下中央よせ */
  z-index: 1000;
}
  @keyframes Typing {
    0% {
      width: 0ch;
    }
    100%{
      width: 14ch;
    }
  }
  @keyframes Blink {
    50% {
      border-color: transparent;		/*点滅風に見せる*/
    }
  }
  @keyframes FadeOut {
    100% {
      opacity: 0;
    }
  }

.blue_delay {
  display: inline-block;
  animation: Blue_Delay .5s 4s forwards;
  transform-origin: center 60%; /* 回転の起点の調整 */
}
@keyframes Blue_Delay {
  100%{
    color: #C5E7FF;
    transform:rotate(360deg);
  }
}

.hiro_animation_back {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  top: 0;
  opacity: 1;
  animation: BackOp 3s 5.2s forwards;/* 消えるまで3秒・開始まで5.2秒 */
  z-index: 999;
}
  @keyframes BackOp {
    0%{
      opacity: 1;
    }
    100% {
      opacity: 0;
      pointer-events: none;
    }
  }


/* ============================== 下からフワッと ============================== */
.animate {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.animate.up {
  transform: translateY(30px);
}

.animate.right {
  transform: translateX(150px);
}

.animate.left {
  transform: translateX(-150px);
}

.animate.appear {
  opacity: 1;
  transform: none;
}


/* ============================== 幾何学背景 ============================== */

.wrap{
	width:100vw;
	height:100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
}

canvas{
	position:absolute;
	top:0;
	right:0;
}


/* ============================== 制作実績絞り込み ============================== */

.category-nav {
  text-align: center;
  padding: 30px;
}
.category-nav label {
  background: #0bd;
  color: #fff;
  padding: 5px 10px;
  margin: 10px;
  cursor: pointer;
}
.category-nav input[type="radio"] {
  /* Hide radio buttonns */
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.v-enter-active,
.v-enter-active,
.v-leave-active,
.v-move {
  transition-property: transform, opacity;
  transition-duration: .3s;
}
.v-enter-active {
  opacity: 0;
  transform: translateY(50px);
}
.v-enter-to,
.v-leave-active {
  opacity: 1;
  transform: translateY(0);
}
.v-leave-to {
  opacity: 0;
  transform: translateY(50px);
}