@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:600,700&display=swap');
@import url('https://use.typekit.net/bhr1fil.css');
@font-face {
    font-display: swap;
}
/* <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap" rel="stylesheet"> */
/********リセット********/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, dl {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline: none !important;
}
a:focus {
  outline: none !important;
}
ins {
  text-decoration: none;
}
input, select {
  vertical-align: middle;
}

/********サイト全体**********/
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #c9e3d6;
  font-family:"Noto Sans JP", sans-serif;
}
/************************************/

/***********SPここから**************/
/******SPサイト全体**************/
html, body {
  width: 100%;
  min-height: 100vh;
}
body {
  -webkit-text-size-adjust: 100%;
}


#wrapper {
  max-width: 95%;
  margin: 0 auto;
  /*フッター最下部表示*/
  position: relative;
  /* padding-bottom: 100px; */
  box-sizing: border-box;
}
#inner {
  overflow: hidden;
}
.link-position {
  display: block;
  padding-top: 30px;
  margin-top: 30px;
}
.heading {
  display: flex;
  width: 100%;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  flex-direction: column-reverse;
  background: no-repeat url("../image/sp_roof.png");
  background-size: 100% auto;
}
.heading h2 {
  font-size: 16px;
  font-weight: 500;
}
/* h2　animetion */
.sec_anim.active .heading .title span:nth-of-type(2) {
  animation-delay: .05s;
}
.sec_anim.active .heading .title span:nth-of-type(3) {
  animation-delay: .1s;
}
.sec_anim.active .heading .title span:nth-of-type(4) {
  animation-delay: .15s;
}
.sec_anim.active .heading .title span:nth-of-type(5) {
  animation-delay: .2s;
}
.sec_anim.active .heading .title span:nth-of-type(6) {
  animation-delay: .25s;
}
.sec_anim.active .heading .title span:nth-of-type(7) {
  animation-delay: .3s;
}
.sec_anim.active .heading .title span:nth-of-type(8) {
  animation-delay: .35s;
}
.sec_anim.active .heading .title span:nth-of-type(9) {
  animation-delay: .4s;
}
.sec_anim.active .heading .title span:nth-of-type(10) {
  animation-delay: .45s;
}
.sec_anim.active .heading .title span:nth-of-type(11) {
  animation-delay: .5s;
}
.sec_anim.active .heading .title span:nth-of-type(12) {
  animation-delay: .55s;
}
.sec_anim.active .heading .title span:nth-of-type(13) {
  animation-delay: .6s;
}
.sec_anim.active .heading .title span:nth-of-type(14) {
  animation-delay: .65s;
}
.sec_anim.active .heading .title span:nth-of-type(15) {
  animation-delay: .7s;
}
.sec_anim.active .heading .title span:nth-of-type(16) {
  animation-delay: .75s;
}
.sec_anim.active .heading .title span:nth-of-type(17) {
  animation-delay: .8s;
}
.sec_anim.active .heading .title span:nth-of-type(18) {
  animation-delay: .5s;
}
.sec_anim.active .heading .title span:nth-of-type(19) {
  animation-delay: .55s;
}
.sec_anim.active .heading .title span:nth-of-type(20) {
  animation-delay: .6s;
}
.sec_anim.active .heading .title span:nth-of-type(21) {
  animation-delay: .65s;
}
.sec_anim.active .heading .title span:nth-of-type(22) {
  animation-delay: .7s;
}
.sec_anim.active .heading .title span:nth-of-type(23) {
  animation-delay: .75s;
}
.sec_anim.active .heading .title span:nth-of-type(24) {
  animation-delay: .8s;
}
.sec_anim.active .heading .title span:nth-of-type(25) {
  animation-delay: .85s;
}
.sec_anim.active .heading .title span:nth-of-type(26) {
  animation-delay: .9s;
}
.sec_anim.active .heading .title span:nth-of-type(27) {
  animation-delay: .95s;
}
.sec_anim.active .heading .title span:nth-of-type(28) {
  animation-delay: 1s;
}
.sec_anim.active .heading .title span:nth-of-type(29) {
  animation-delay: 1.05s;
}
.sec_anim.active .heading .title span:nth-of-type(30) {
  animation-delay: 1.1s;
}
.sec_anim.active .heading .title span {
  display: inline-block;
  opacity: 0;
  transform: translate(-150px, -50px) rotate(-180deg) scale(3);
  animation: revolveScale .4s forwards;
}
@keyframes revolveScale {
  60% {
    transform: translate(20px, 20px) rotate(30deg) scale(.3);
  }
  100% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1;
  }
}

.heading p {
  font-size: 7vw;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'fairwater-script', sans-serif;
  font-weight: 800;
  font-style: normal;
}
section {
  margin: 50px auto -50px;
  padding-top: 120px;
}
/**sectionのアニメ**/
section .sec_anim {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 2s ease, transform .5s ease-out;
}
section .sec_anim.active {
  opacity: 1;
  transform: translate3d(0, -100px, 0);
  transition-delay: .3s;
}
h3 {
  font-size: 20px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
}
/*snsのicon*/
.fa-facebook {
  color: #1877f2;
  /* background: radial-gradient(#fff 93%, #c9e3d6); */
  border-radius: 50%;
  vertical-align: text-bottom;
}
.fa-twitter {
  width: 13px;
  line-height: 1;
  padding: .48em .58em;
  border-radius: 50%;
  font-size: 1em;
  background-color: #55acee;
  color: #fff;
  vertical-align: sub;
}
#trend_promotion {
  display: none;
}
/********SPドロワーメニュー**********/
.menu-trigger {
  display: none;
}
#header_nav{
  width: 100%;
  height: 100%;
}
.overlay {
  display: none;
}
.overlay.active {
  width: 100%;
  height: 100%;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transition: width 0s linear 250ms, height 0s linear 250ms;
  animation: overlay-hide 250ms ease-out forwards;
  -webkit-animation: overlay-hide 250ms ease-out forwards;
  -webkit-transform-origin: right top;

  z-index: 999;
  pointer-events: none;
}
.menu-trigger:checked + .overlay {
  width: 100%;
  overflow: auto;

  transition: none;
  pointer-events: auto;
  animation: overlay-mask 250ms ease-out forwards;
  -webkit-animation: overlay-mask 250ms ease-out forwards;
  -webkit-transform-origin: right top;
}
.overlay_inner, .menu-links{
  display: none;
}
.overlay.active .overlay_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* overflow-y: scroll; */

  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  -webkit-overflow-scrolling: touch;

  box-sizing: content-box;
}
@keyframes overlay-mask {
  0% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 0%, transparent 0%);
  }
  5% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 5%, transparent 5%);
  }
  10% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 10%, transparent 10%);
  }
  15% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 15%, transparent 15%);
  }
  20% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 20%, transparent 20%);
  }
  25% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 25%, transparent 25%);
  }
  30% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 30%, transparent 30%);
  }
  35% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 35%, transparent 35%);
  }
  40% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 40%, transparent 40%);
  }
  45% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 45%, transparent 45%);
  }
  50% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 50%, transparent 50%);
  }
  55% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 55%, transparent 55%);
  }
  60% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 60%, transparent 60%);
  }
  65% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 65%, transparent 65%);
  }
  70% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 70%, transparent 70%);
  }
  75% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 75%, transparent 75%);
  }
  80% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 80%, transparent 80%);
  }
  84% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 84%, transparent 84%);
  }
  85% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 85%, transparent 85%);
  }
  90% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 90%, transparent 90%);
  }
  95% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 95%, transparent 95%);
  }
  100% {
    background: radial-gradient(circle at calc(100vw) 50px, #ffffff 100%, transparent 100%);
  }
}
@keyframes overlay-hide {
  100% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 0%, transparent 0%);
  }
  95% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 5%, transparent 5%);
  }
  90% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 10%, transparent 10%);
  }
  85% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 15%, transparent 15%);
  }
  80% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 20%, transparent 20%);
  }
  75% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 25%, transparent 25%);
  }
  70% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 30%, transparent 30%);
  }
  65% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 35%, transparent 35%);
  }
  60% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 40%, transparent 40%);
  }
  55% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 45%, transparent 45%);
  }
  50% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 50%, transparent 50%);
  }
  45% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 55%, transparent 55%);
  }
  40% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 60%, transparent 60%);
  }
  35% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 65%, transparent 65%);
  }
  30% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 70%, transparent 70%);
  }
  25% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 75%, transparent 75%);
  }
  20% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 80%, transparent 80%);
  }
  15% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 85%, transparent 85%);
  }
  10% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 90%, transparent 90%);
  }
  5% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 95%, transparent 95%);
  }
  0% {
    background: radial-gradient(circle at calc(100vw - 55px) 50px, #ffffff 100%, transparent 100%);
  }
}
@-webkit-keyframes overlay-mask {
  0% {
    opacity: 0;
    transform: scale(0, 0);
    background: #fff;
  }
  40% {
    opacity: 0.5;
    transform: scale(0.2, 0.5);
    background: #fff;
  }
  60% {
    opacity: 0.5;
    transform: scale(0.5, 0.8);
    background: #fff;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    background: #fff;
  }
}
@-webkit-keyframes overlay-hide {
  100% {
    opacity: 0;
    transform: scale(0, 0);
    background: #fff;
  }
  60% {
    opacity: 0.5;
    transform: scale(0.2, 0.5);
    background: #fff;
  }
  40% {
    opacity: 0.5;
    transform: scale(0.5, 0.8);
    background: #fff;
  }
  0% {
    opacity: 1;
    transform: scale(1, 1);
    background: #fff;
  }
}

/*********SPドロワーメニュー中身の見た目と動き**********/

.menu-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; /*イラストとの位置関係*/
  list-style-type: none;
}
.menu-links li {
  display: inline-block;
  text-align: center;
  /* margin: 2% auto; */
  margin: 4% auto 0;
  height: 40px;
  transition: transform 300ms ease-out;
}
.menu-links li a p, .menu-links li p {
  margin: 0 auto;
  color: #000;
  font-size: 17px;
  line-height: 17px;
  display: block;
  opacity: 0;

  font-family: 'heisei-maru-gothic-std', sans-serif;
  font-weight: 800;
  transform: translateX(-25%);
  transition: color 300ms ease-out, text-shadow 300ms ease-out, opacity 350ms ease-out, transform 350ms ease-out;
}
/*SPメニューロゴ*/
/* .menu-links li h2  */
.nav_title {
  position: relative;
  width: 100px;
  height: 30px;
  margin: 20px auto;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  opacity: 0;

  transform: translateX(-25%);
  transition: color 300ms ease-out, text-shadow 300ms ease-out, opacity 350ms ease-out, transform 350ms ease-out;
}

.ruby {
  position: absolute;
  bottom: 104%;
  left: 11%;
  width: 100%;
  height: 10px;
  margin: 0;
  /*文字の大きさ*/
  font-size: 10px;
  /* letter-spacing: 10px; */
  letter-spacing: 8px;
  transform: scale(.7);
  transform-origin: right; /*右寄せ*/
  color: #000;
}
.nav_title .ruby {
  left: 18%;
}
/*SPロゴ下線*/
.nav_title h2 .underline {
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 81%;
  width: 102%;
  height: 7px;
  background: #ffcc00;
  border-radius: 85% 15% 85% 15% / 50% 50% 53% 47%;
  transform: rotate(-5deg);
}
/*SP項目の下部分、英語*/
.title_eng {
  font-size: 13px;
  line-height: 13px;
  color: #ffcc00;
  font-family: fairwater-script, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/***SPメニューのイラスト****/
.menu_pic {
  position: absolute;
  top: 1.5%;
  left: 2%;
  margin: 0;
  width: 19%;
  opacity: 0;
  transform: translateX(-100px)
}
.menu_pic img {
  width: 100%;
  height: auto;
}
/* 依頼フォーム */
.overlay_inner .entry-form {
  width: 100%;
  height: auto;
  margin: 5px 0 15px;
  font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-size: 17px;
  opacity: 0;
}
.entry-form a {
  display: block;
  /* width: 87.04%; */
  width: 95%;
  margin: 0 auto;
}
.entry-form a p {
  position: relative;
  z-index: 2;
  padding-bottom: 5px;
}
.entry-form_inner {
  position: relative;
  display: block;
    padding: 10px 0;
    color: #000;
    background: #ffcc00;
    border: solid 3px #000;

    border-radius: 20px;
    line-height: 1.1;
    z-index: 3;
}
.entry-form a p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  border-radius: 30px;
  -webkit-background-size: 17px 30px;
  -moz-background-size: 17px 30px;
  background-size: 9px 15px;
  background-image: -webkit-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
}
.entry-form .title_eng {
  color: #fff;
}
.entry-form a:active p {
  padding-bottom: 0;
  padding-top: 7px;
}
.entry-form a:active p::after {
  content: none;
}
.entry-form a:active p .title_eng {
  display: block;
}
/*SPだけの所*/
.hnav_sp1 {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  opacity: 0;
  transform: translateX(25%);
  transition: color 200ms ease-out, text-shadow 200ms ease-out, opacity 350ms ease-out, transform 350ms ease-out;
}
.hnav_sp1 {
  /* width: 87.04%; */
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
}
.hnav_sp1 li {
  width: 48%;
}
.hnav_sp1 li a {
  width: 100%;
}
.hnav_sp1 li a p {
  text-align: center;
  padding: 5px 0;
  border-radius: 10px;
}
.hnav_sp1 li:nth-child(1) a p{
  background: #55acee;
}
.hnav_sp1 li:nth-child(2) a p{
  background: #1877f2;
}
.hnav_sp1 li a .fa-twitter {
  width: auto;
  font-size: 2em;
  padding: 0;
}
.hnav_sp1 li a .fa-facebook {
  padding: 0;
  color: #fff;
  background: transparent;
}
.hnav_sp2 {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  margin: 10px auto 0;
  width: 95%;
  font-size: 2.6vw;

  opacity: 0;
  transform: translateX(25%);
  transition: color 200ms ease-out, text-shadow 200ms ease-out, opacity 350ms ease-out, transform 350ms ease-out;
}
.hnav_sp2 li {
  margin: 0 1em;
}
.hnav_sp2 li a:active {
  color: #ffcc00;
}
/*****SP項目のオンマウスでの変化****/
.menu-links li:active {
  transform: scale(1.2);
  background: center no-repeat url(../image/underline.png);
  background-size: 103% 60%;
}
.menu-links li:active .title_eng {
  display: none;
}
.menu-links li.entry-form:active {
  padding-top: 5px;
  transform: scale(1);
  background: none;
}
.menu-links li.entry-form:active .title_eng {
  /* display: */
}
.menu-links li.entry-form:active::before {
  content: none;
}
/**イラストとタイトル**/
/* .menu-links li:nth-child(1):hover {
  transform: none;
  background: none;
} */
.menu-links li:nth-child(8):hover {
  transform: none;
  background: none;
}
/* .menu-links .menu_pic:hover {
  transform: none;
  background: none;
} */
/**SPメニュー開く時のliの動き**/
#menu_trigger:checked + .overlay .nav_title {
  transform: translateX(0);
  opacity: 1;
}
#menu_trigger:checked + .overlay .menu-links li p {
  transform: translateX(0);
  opacity: 1;
}
#menu_trigger:checked + .overlay .hnav_sp1 {
  transform: translateX(0);
  opacity: 1;
}
#menu_trigger:checked + .overlay p.menu_pic {
  transform: translateX(0);
  opacity: 1;
}
#menu_trigger:checked + .overlay .entry-form {
  transform: translateX(0);
  opacity: 1;
}
#menu_trigger:checked + .overlay .hnav_sp2 {
  transform: translateX(0);
  opacity: 1;
}
#menu_trigger:checked + .overlay .menu-links li:nth-child(2) p {
  transition: opacity 250ms ease-out 400ms, transform 250ms ease-out 400ms;
}
#menu_trigger:checked + .overlay .menu-links li:nth-child(3) p {
  transition: opacity 250ms ease-out 500ms, transform 250ms ease-out 500ms;
}
#menu_trigger:checked + .overlay .menu-links li:nth-child(4) p {
  transition: opacity 250ms ease-out 600ms, transform 250ms ease-out 600ms;
}
#menu_trigger:checked + .overlay .menu-links li:nth-child(5) p {
  transition: opacity 250ms ease-out 700ms, transform 250ms ease-out 800ms;
}
#menu_trigger:checked + .overlay .entry-form {
  transition: opacity 250ms ease-out 900ms, transform 250ms ease-out 900ms;
}
#menu_trigger:checked + .overlay p.menu_pic {
  transition: opacity 250ms ease-out 1000ms, transform 250ms ease-out 1000ms;
}
/* #menu_trigger:checked + .overlay .entry-form  {
  transition: opacity 350ms ease-out 1250ms, transform 350ms ease-out 1250ms;
} */
/*********************SPトグルボタン***********************/
.hamburger-menu {
  /*位置*/
  position: fixed;
  top: 10px;
  right: 0px;
  z-index: 9999;
  /*見た目*/
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  background: #c9e3d6;
  padding: 3px 8px 6px;
  border: 3px solid #FFF;
  border-radius: 12px 0px 0px 12px;
  border-right: none;
    box-sizing:border-box;
}
/*SP三本線*/
.hamburger-menu span {
  background-color: #FFF;
  width: 30px;
  height: 3px;
  display: block;
  transition: transform 500ms ease-out;
  transform-origin: center left;
}
.hamburger-menu span:nth-child(4) {
  background: none;
  display: block;
}
/*SP MENUという文字*/
.menu {
  width: 30px;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #fff;
  font-family: quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
/*SPクリックした時のトグルボタンの動き*/
#menu_trigger:checked ~ .hamburger-menu span:nth-child(1) {
  transform: rotate(45deg) translateX(1.7px) translateY(-4.5px);

  -moz-transform: rotate(45deg) translateX(2.5px) translateY(-3px);
  -ms-transform: rotate(45deg) translateX(2.5px) translateY(-3.5px);
  border-radius: 3px;
  background: #000;
}
#menu_trigger:checked ~ .hamburger-menu span:nth-child(2) {
  transform: scale(1, 0) translateX(-100%);
  background: #000;
}
#menu_trigger:checked ~ .hamburger-menu span:nth-child(3) {
  transform: rotate(-45deg) translateX(1px) translateY(5px);
  border-radius: 3px;
  background: #000;
}
#menu_trigger:checked ~ .hamburger-menu .menu {
  color: #000;
}
#menu_trigger:checked ~ .hamburger-menu {
  border-color: #000;
  background: #FFF;
}

/*********************SP1stview***********************/
.firstview {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0px;
}
.firstview img {
  width: 90%;
  height: auto;
  margin-top: 30px;
}
.firstview_text {
  position: relative;
  top: 50px;
  width: 70vw;
  padding-bottom: 30px;
  margin: 30px auto;
  text-align: center;
}
/*SP吹き出しみたいな線*/
.firstview_text::before {
  content: none;
}
.firstview_text::after {
  content: none;
}
/*サイトタイトル*/
h1 {
  position: relative;
  width: 58vw;
  margin: 0 auto;
  font-size: 18vw;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  line-height: 1;
}
.h1_ruby {
  position: absolute;
  top: 0;
  right: 3%;
  text-align: right;
  font-size: 2vw;
  letter-spacing: 2vw;
}
.h1_line {
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -5px;
  top: 75%;
  width: 110%;
  height: 25%;
  background: #ffcc00;
  border-radius: 87% 13% 89% 11% / 44% 42% 58% 56%;
  transform: rotate(-5deg);
}
/*SPタイトル下の文*/
.site_description {
  width: 43vw;
  height: auto;
  margin: 20px auto 0;
}
/*SP吹き出しみたいな線*/
.site_description::before {
  content: '';
  position: absolute;
  top: 70%;
  left: -5%;
  display: inline-block;
  width: 16vw;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  transform: rotate(57deg);
}
.site_description::after {
  content: '';
  position: absolute;
  top: 70%;
  right: -5%;
  display: inline-block;
  width: 16vw;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  transform: rotate(-57deg);
}
.site_description p {
  position: relative; /*.site_description p span*/
  width: 46vw;
  height: auto;
  margin: 0px auto;
  font-size: 5.3vw;

  letter-spacing: -1px;
}
.site_description p span {
  position: absolute; /*.site_description p*/
  bottom: -2vw;
  right: 5px;
  display: inline-block;
  width: 44vw;
  height: 5.5vw;
  background: center no-repeat url(../image/wavy_line.png);
  background-size: contain;
  transform: rotate(4deg);
  z-index: -1
}
.firstview-p1 {
  position: absolute; /*.site_description*/
  top: 0;
  left: -20px;
  transform: rotate(-4deg);
}
.firstview-p2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-4deg);
}
/*************SP**whats_miseru**********************/
#feature {
  width: 100%;
  height: auto;
}
/*SP吹き出しのある段*/
.merit_title {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 50px auto 30px;
  text-align: center;
}
.merit_title h3 {
  margin: 0 auto;
  font-weight: 800;
}
.merit_title > img {
  position: absolute;
  opacity: 0;
  transform: scale(0);

  transition-duration: .3s;
}
.sec_anim.active .merit_title > img {
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.line {
  top: 50%;
  left: 10%;
  z-index: -1
}
/*SP選ばれる理由*/
.reason {
  top: 50%;
  transform: translate(-50%, -50%);
}
/*SP吹き出し*/
.speech1 {
  top: 20%;
  left: 30%;
  transform: rotate(10deg);
  transition-delay: 1.2s;
}
.speech2 {
  bottom: 20%;
  left: 0;
  transition-delay: 1.4s;
}
.speech3 {
  bottom: 0;
  right: 25%;
  transition-delay: 1.6s;
}
.speech4 {
  top: 40%;
  right: 0;
  transform: rotate(-10deg);
  transition-delay: 1.8s;
}
/*吹き出しアニメ*/
.sec_anim .active {}
/**SP選ばれる理由文章**/
.our-service {
  position: relative;
  width: 92%;
  height: auto;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.our-service p {
    display:inline-block;
    text-align:left;
}
.our-service p:nth-child(1){
margin-top:0;
}
.our-service p:last-child {margin-bottom:10px;}

.our-service:before {
  content: none;
}
.our-service:after {
  content: none;
}
/*SP*appeal-point**/
.merit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
/***SP******3つの枠****/
.merit li {
  position: relative;
  width: 94%;
  margin: 10px auto;
  padding: 30px 0 0;
  box-sizing: border-box;

  border: solid 5px #fff;
  border-radius: 20px;
  background: #c9e3d6;
}
.merit li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 11px;
  border-radius: 20px;
  z-index: -1;
  -webkit-background-size: 30px 17px;
  -moz-background-size: 30px 17px;
  background-size: 15px 9px;
  background-image: -webkit-linear-gradient(-30deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-30deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-30deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-30deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: linear-gradient(-30deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
}
.merit-li_wrap {
  margin: 25px auto;
}
.merit-li_wrap h3 {
  line-height: 35px;
}
/*SP黄色い影*/
.merit-li_wrap:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #ffcc00, #ffcc00 2px, #c9e3d6, 2px, #c9e3d6, 4px);
}
/*SP黄色い点*/
.decoration {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 30px;
  width: 50px;
  height: 8px;
}
.decoration span {
  width: 8px;
  height: 8px;
  background: #ffcc00;
  border-radius: 50%;
}
.feature_pic {
  height: 200px;
  width: auto;
  object-fit: contain;
}
.feature_pic3 {
  width: 250px;
  height: 200px;
  object-fit: contain;
}
.merit li p {
  width: 85%;
  margin: 20px auto;
  text-align: left;
  /* font-weight: bold; */
}
/*****SP****公開までの流れ*************************/
#flow {
  width: 100%;
  height: auto;
}
/*SP見出し*/
.subtitle {
  position: relative;
  margin: 60px auto;
  width: 180px;
}
.subtitle h3 {
  margin: 0 auto;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}
.subtitle img {
  position: absolute;
  width: 100%;
  top: 52%;
  left: 0;
  z-index: -1;
}
/***SP*フローチャート****/
#flow ul {
  width: 93%;
  margin: 0 auto;
  text-align: left;

  background-image: url(../image/release/footprint.png);
  background-repeat: repeat-y;
  background-size: 80% auto;
  background-position: top center;
  position: relative;
 z-index: 1;
}
#flow ul li {
  position: relative;
  width: 100%;
}

/*SPチャートの中身*/
.flowchart {
  width: 100%;
  height: auto;
  font-size: 15px;
  margin: 20px auto;
  position: relative;
}
.flowchart p {
  margin: 5px auto;
}
@media screen and (max-width: 415px){
  .pic_chart {
    width: 100%;
    height: auto;
  }
}


/*SPstep▲ 見出し*/
.step {
  position: relative;
  display: inline-block;

  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  align-items: baseline;

  font-size: 4.8vw;
  letter-spacing: .05em;
  z-index: 4;
}
.step::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 140%;
  background: no-repeat url("../image/release/marker.png");
  background-size: contain;
  background-position: center;
}
.chart-topic {
  margin-left: 5px;
  font-size: 5.4vw;
  vertical-align: middle;
  font-family: 'heisei-maru-gothic-std', sans-serif;
  font-weight: 800;
  font-style: normal;
  border-bottom: 4px dotted #fff;
}
.chart-number {
  font-size: 33px;
  font-size: 8.5vw;
  padding-left: 3px;
}
/*SPチャートの配置*/
#flow ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#flow ul li:nth-child(odd) {

}
#flow ul li:nth-child(even) {
  margin: 40px auto;
}
/************SP**plan******************/
#plan {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

/******plan説明*******/
.plan_wrap {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
}
.plan_wrap li {
  position: relative;
  margin: 30px auto;
  width: 100%;
  height: auto;
  min-height: 756px;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
/****税別****/
.plan_wrap li:nth-child(1)::before {
  content: "※表示価格は税別です";
  position: absolute;
  top: -2em;
  left: 0;
  font-size: 1rem;
}
/* besic start-up */
  .request {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 16px 4.2% 12px;
    box-sizing: border-box;
    border-bottom: solid 2px #a7d1bc;
  }
  .premium .request {
    padding: 16px 4.2% 16px;
  }
  .request img {
    width: 20%;
    height: auto;
    margin-right: 2.22%;
    object-fit: contain;
  }
  .request p {
    font-size: 4vw;
    line-height: 1.5;
    font-family: 'heisei-maru-gothic-std', sans-serif;
    font-weight: 800;
  }
  /******　吹き出し　*/
  .request::before {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 14px solid #fff;
    z-index: 8;
  }
  .request::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 13px solid #a7d1bc;
    z-index: 7;
  }

  /* プラン名や料金など */
  .plan_details {
    padding: 22px 4% 14px;
    border-bottom: dotted 3px #a7d1bc;
  }
  .premium .plan_details {
    padding: 22px 4% 14px;
  }
  .plan_details h3 {
    font-size: 1.6rem;
    line-height: 1;
  }
  .premium .plan_details h3 {
    line-height: 1;
  }
  .plan_ruby {
    color: #c9e3d6;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.4rem;
    letter-spacing: .07em;
  }
  /* 費用 */
.premium .price {
  /* margin: 0 auto 15px; */
}
.link_button, .sample_button2 {
  display: block;
  width: 100%;
  margin-top: 23px;
  text-align: center;
  padding: 19px 0 17px 0;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-family: 'heisei-maru-gothic-std', sans-serif;
  font-weight: 800;
  border-radius: 50px;
}
.link_button {
  position: relative;
  background: #ffcc00;
  border: solid 3px #000;
}
.link_button::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 7px;
  left: 2px;
  border-radius: 30px;
  z-index: -1;
  -webkit-background-size: 17px 30px;
  -moz-background-size: 17px 30px;
  background-size: 9px 15px;
  background-image: -webkit-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);

}
.sample_button2 {
  color: #d1a700;
  border: solid 3px #d1a700;
  background: #ffd942;
}
.plan_details .link_button {
  margin: 10px auto 0;
  font-size: 1.3rem;
}
.link_button:hover {
  transform: translateY(4px);
}
.link_button:hover::before {
  content: none;
}
.price p span {
  font-size: 2.4rem;
  padding-right: 8px;
  font-weight: 900;
  line-height: 1;
}
.yen {
  font-size: 1.4rem !important;
  vertical-align: text-top;
  font-weight: normal !important;
}
.price p:nth-child(1) {
  position: relative;
  display: inline-block;
  margin: 6px 0;
  padding-left: 1.7em;
}
.price p:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 0;
  display: block;
  width: 24px;
  height: 21px;
  background: no-repeat url(../image/plan/arrow.png);
  background-size: contain;
}
/* コンテンツ */
.plan_contents {
  margin-top: 24px;
  text-align: center;
}
.plan_contents dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: space-between;
}
.plan_contents dl dt {
  width: 20.45%;
  height: auto;
}
.plan_contents dl dt img {
  width: 100%;
  height: auto;
}
.plan_contents dl dt span {
  font-size: 2.8rem;
}
.plan_contents dl dd {
  width: 76.84%;
  margin: 0  0 0 auto;
  text-align: left;
  font-size: 3.8vw;
  line-height: 1.2;
}
.plan_contents p {
  position: relative;
  width: 80%;
  margin: 7px auto 0;
  padding-left: 23px;
  font-size: 5vw;
  text-align: left;
}
.plan_contents p::before {
  content: '';
  position: absolute;
    left: 3px;
    top: 4px;
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat url(../image/plan/ellipse.png);
  background-size: cover;
}
.plan_contents p span {
  color: #484848;
}
/* 点線より下 */
.plan_description {
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
/* スタートアップ *******/
.price p span.price_box {
  display: inline-block;
  font-size: 5vw;
  width: 2em;
  font-weight: normal;
  line-height: 1.1;
}
.start-up_p {
text-align: left;
}
.notes {
  text-align: left;
  font-size: 4vw;
  font-weight: normal;
  color: #484848;
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .notes {
    font-size: 1rem;
  }
  .price p span.price_box {
    font-size: 1rem;
  }
  .plan_contents p {
    display: inline-block;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .plan_description {
    font-size: 1.2rem;
  }
}
.notes a:hover {
  color: #ffcc00;
}
.start-up .link_button {
  margin: 15px auto;
}
.options {
  margin: 15px 0 0;
}
.options h4 {
  display: inline-block;
  background: no-repeat url(../image/plan/underline.png) bottom;
  background-size: contain;
}
.option_contents dt {
  margin: 15px 35px;
}
.options .notes {
  margin-top: 5px;
}

/* キャンペーンバナー */
.campaign_link {
  width: 100%;
  margin: 28px auto 0;
}
.campaign_link img{
  width: 100%;
  height: auto;
}
.sp-campaign {
  display: block;
}
.pc-campaign {
  display: none;
}
.campaign::before {
  /* content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/plan/campaign_back.png");
  top: 2%;
  right: 2%; */
}

/********************works***********************/
#works {
  width: 100%;
  height: auto;
}
.works_wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.works_wrap ul {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  margin: 10px auto;
}
.works_wrap ul li {
  width: 100%;
  height: auto;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}
.mockup {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 5;
}
/**sp白背景のところ**/
.sample_description_wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin: -18px auto 0;
  padding: 20px 4%;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: 1;
}
.sample_description {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  z-index: 6;
}
/**sp白背景の英語**/
.job {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 25px;
  opacity: 0.3;

  transform: rotate(-3deg);
  color: #c9e3d6;

  font-size: 30px;
  font-family: fairwater-script, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.sample_description h3 {
  height: 30px;
  margin-bottom: 3px;
  font-size: 1.4rem;
}
.sample_description h3 a:hover {
  color: #ffcc00;
}
.sample_description h3 span {
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.works_icon {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.recommend {
  margin: 20px auto 5px;
  font-size: 1.4rem;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
}
/* 補足　*********/
.works_notes {
  position: relative;
  margin: 15px auto;
  width: 90%;
  text-align: left;
}
.works_notes::after {
  content: '';
  position: absolute;
   top: -10px;
   left: -15px;
  width: 69px;
  height: 45px;
  display: block;
  background: no-repeat url(../image/release/marker.png);
  background-size: cover;
  z-index: -1;
}
/*補助金*/
.subsidy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
}
.subsidy p {
  position: relative;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  background: #fff;
  border-radius: 20px;
}
.subsidy div {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 5px auto;
  align-items: center;
}

  .subsidy div img {
    width: 25%;
    height: auto;
    margin: 5px 10px;
    object-fit: contain;
  }
/* 吹き出し **********/
  .subsidy p::before ,.subsidy p::after {
    content: '';
    position: absolute;
    display: block;
  }
.subsidy p a:hover .subsidy_link {
  color: #ffcc00;
}
/* 吹き出し **************************/
.subsidy p::before ,.subsidy p::after {
  content: '';
  position: absolute;
  display: block;
}
.subsidy p::before, .subsidy p::after{
  width: 0;
  height: 0;
  top: 50%;
}
.subsidy div p::before,
.subsidy div p::after {
  transform: translateY(-50%);
}
/* 吹き出し緑 */
.subsidy div:nth-child(1) p {
  padding: 4%;
  border: solid 2px #a7d1bc;
}
.subsidy div:nth-child(1) img {
  max-width: 120px;
  margin-right: 15px;
  margin-left: 0;
}
.subsidy div:nth-child(1) p::before,
.subsidy div:nth-child(1) p::after {
  top: 50%;
  right: 100%;
}
.subsidy div:nth-child(1) p::before {
  border: 8px solid transparent;
  border-right: 14px solid #a7d1bc;
}
.subsidy div:nth-child(1) p::after {
  border: 5px solid transparent;
  border-right: 10px solid #fff;
}

/* 吹き出し黄色 */
.subsidy div:nth-child(2) img {
  margin-left: 15px;
  margin-right: 0;
}
.subsidy div:nth-child(2) p {
  padding: 5%;
  border: solid 2px #d5d973;
}
.subsidy div:nth-child(2) p::before,
.subsidy div:nth-child(2) p::after {
  left: 100%;
}
.subsidy div:nth-child(2) p::before {
  border: 8px solid transparent;
  border-left: 14px solid #d5d973;
}
.subsidy div:nth-child(2) p::after {
  border: 5px solid transparent;
  border-left: 10px solid #FFF;
}
/*補助金文章内アイコン*/
.window {
  width: 16px;
  height: auto;
  vertical-align: baseline;
  margin-left: 5px;
}
/********SP**contacts**************************/
/*spすべて必須項目*/
.subtitle_contact {
  margin: 30px auto 40px;
  text-align: center;
}
.subtitle_contact h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-weight: 800;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.subtitle_contact h3::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60%;
  display: block;
  width: 100%;

  height: 100%;
  background: no-repeat url(../image/contact/underline.png);
  background-size: 100% auto;
  z-index: -1;
}
/*spform*/
form {
  width: 95%;
  margin: 50px auto;
  text-align: left;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: bold;
}
label {
  width: 100%;
}
.subject {
  margin: 10px auto;
  display: flex;
  flex-direction: column;
}
.subject li {
  margin: 0;
  padding: 0;
}
.subject label {
  margin: 10px 30px 10px 0;
}
.subject input[type=radio] {
  display: none;
}
.subject label:focus, .subject label:hover, .subject label:active, .subject label:focus:before, .subject label:hover:before, .subject label:active:before, .subject input:checked + label:before {
  border-color: #fff;
}
.subject label {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.3em 1em 0.3em 1.5em;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subject label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: .8em;
  height: .8em;
  content: '';
  border: 0.2em solid #fff;
  border-radius: 50%;
}
.subject input:checked + label:before {
  border-color: #fff;
  background: #000;
}
.subject input:disabled + label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  background: #efefef;
}
.subject input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.subject input:disabled + label:before {
  border-color: #ffffff;
  background: #ffffff;
}
.checkbox, .caution {
  text-align: center;
  padding-bottom: 48px;
  line-height: 1.5;
}

.checkbox input {
  display: none;
}
.checkbox label {
  padding-left: 2em;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.2;
}
.checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}
input[type="text"], input[type="email"] {
  width: 100%;
  line-height: 2em;
  margin: 0px auto;
  border-radius: 20px;
  outline: none;
  border: solid 2.5px #ccc;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
}
textarea {
  width: 100%;
  height: 280px;
  margin: 10px auto 0;
  resize: none;
  outline: none;
  border: solid 2px #ccc;
  border-radius: 25px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
}
.text_counter {
  font-weight: normal;
  text-align: right;
}
.text_counter span {
  padding: 0 0.5em;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #000;
}
input[type="submit"], input[type="button"] {
  width: 100%;
  height: 60px;
  padding: 15px;
  background: #FFcc00;
  border: solid 2px #000;
  border-radius: 30px;
  font-size: 28px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
}
input[type="submit"]:focus, input[type="button"]:focus, input[type="submit"]:active, input[type="button"]:active {
  outline: none;
}
.submit_wrap {
  width: 100%;
  height: 70px;
}
.submit_button {
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 7px;
}
.submit_button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7px;
  border-radius: 30px;
  z-index: -1;
  -webkit-background-size: 17px 30px;
  -moz-background-size: 17px 30px;
  background-size: 9px 15px;
  background-image: -webkit-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
}
.submit_button:hover {
  padding-top: 7px;
  padding-bottom: 0;
}
.submit_button:hover:before {
  content: none;
}
#confirm {
  text-align: center;
  font-size: 1.4em;
  padding-top: 20px;
}
.hide {
  visibility: hidden
}
/****SP追従バナー****/
.banner {
  position: fixed; /*innerに対して*/
  right: -99%;
  bottom: 36%;
  z-index: 999;
  opacity: 0;
    width: 20%;
    max-width: 260px;
  z-index: 900;
}
.banner > a {
  width:100%;
  max-width: 260px;
  height:0;
    padding-top:73.45%;
  background: url("../image/banner.png") no-repeat top center;
  background-size: contain;
  display: block;
}
.banner > a:hover {
  width:100%;
  max-width: 260px;
  background-image: url("../image/banner_hover.png");
  background-position: 2% center;
}
.banner > a > span {
  display: none;
}
img {
  pointer-events: none;
}
/****************SP**footer***********************/
footer {
  /* position: fixed; /*wrapperに対して*/
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  /* overflow: hidden; */
  z-index: 250;
}
.fnav_wrap, .fnav_wrap_new {
  display: none;
}
/**SPサイト最下部**/
.copyright {
  min-width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 40px auto 0;
  background: #ffcc00;
}
/******************** 下層ヘッダー ******************/
.header_lower {
  position: relative;
  width: 100%;
}
.header_2 {
  width: 100%;
  margin: 0 auto;
  padding: 51px 0 45px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
}
.header_lower::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-size: 10px 10px;
  background-image: -webkit-linear-gradient(-45deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
}
.header_2 h1 {
  width: auto;
  margin: 10px 0 0 10px;
  font-size: 3rem;
  line-height: 1;
}
.header_2 h1 .ruby {
  width: 91%;
  text-align: right;
  bottom: 84%;
  right: 0;
  transform: scale(.8);
}
.header_2 div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header_2 img {
  width: 70px;
  height: auto;
}
.header_2 h2 {
  margin-top: 10px;
  font-size: 4vw;
}
/*********** 下層共通***************/
#sitemap, #privacy, #contacts, #sct, #startup {
  margin-top: 80px;
  /* padding-bottom: 80px; */
}
#sitemap .heading, #privacy .heading, #contact .heading, .h-lower {
  opacity: 1; /*ふわっとしたアニメーションさせない*/
}
/*************SPプラポリ**********/
.privacy_wrap {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.privacy_wrap h3 {
  margin: 15px auto;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.privacy_wrap dt {
  font-size: 1rem;
}
.privacy_wrap p {
  text-align: left;
}
.policy {
  margin: 50px 0 0;
  text-align: left;
}
.policy dt {
  margin-bottom: 5px;
  font-weight: 500;
}
.policy_list {
  margin-left: 1.2rem;
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
}
.policy address a:hover {
  color: #FFCC00;
}

/*プラポリイラスト*/
.pic_privacy {
  position: absolute;
  right: 5%;
  bottom: 10px;
  width: 25%;
  height: auto;
}
.policy_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.revised {
  margin: 30px 0 0;
  font-weight: 500;
}
.revised p .blank {
  display: inline-block;
  width: .57em;
}
/************サイトマップ***************/
.sitemap_wrap {
  display: block;
  width: 88.88%;
  margin: 50px auto;
}
.sitemap_wrap ul {
  text-align: center;
}
.site_links {
  margin: 30px auto;
  font-size: 20px;
  line-height: 20px;
}
.site_links {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
}
.site_links h3 {
  margin: 20px auto;
  font-size: 20px;
  line-height: 20px;
  /* font-family: "Noto Sans JP";
  font-weight: normal; */
}
.sitemap_eng {
  font-size: 18px;
  line-height: 1;
  color: #eaf4ef;
  font-family: fairwater-script, sans-serif;
  font-weight: 800;
  font-style: normal;
}
/*プラポリサイトマップ運営*/
.sitemap2 {
  margin: 40px auto;
}
.sitemap2 li {
  margin: 10px auto;
  font-size: 1rem;
}
/* 制作依頼フォーム */
#sitemap .entry-form {
  text-align: center;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
}
#sitemap .entry-form .title_eng {
}
/*SP*sitemapホバー*/
.site_links a:hover {
  color: #ffcc00;
}
.sitemap2 li a:hover {
  color: #ffcc00;
}
/*spサイトマップ下*/
.sitemap_bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}

/*SNSアイコン*/
.sitemap_sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: flex-end; */
  margin-bottom: 0px;
  /* height: 77px; */
}
.sitemap_sns > div {
  margin: 0 5px;
}
.sitemap_sns div img {
  width: 36px;
  height: auto;
  vertical-align: middle;
}
.sitemap_sns ul li:nth-child(2) {
  margin-top: 15%;
}
li.sitemap_logo{
  background-image: url(../image/pic_footer.png), url(../image/line_logo.png);
  background-position: right center, left bottom;
  background-repeat: no-repeat;
  background-size: contain, auto;
  height: 120px;
  width: 300px;
  position: relative;
  /* margin: 20px auto; */
  margin: 0;

  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}

li.sitemap_logo h2,
li.sitemap_logo h3,
li.sitemap_logo h4{
  position: absolute;
}
li.sitemap_logo h2{
  font-size: 60px;
  /* left: 15px; */
  left: 5px;
  top: 45px;
  margin-block-start: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
_::-webkit-full-page-media, _:future, :root li.sitemap_logo h2{
  top: 20px;
}
.mac.webkit li.sitemap_logo h2{
  top: 15px;
}
li.sitemap_logo h3 {
  font-size: 10px;
  /* left: 15px; */
  left: 0px;
  bottom: 4px;
}
li.sitemap_logo h4 {
  letter-spacing: 10px;
  font-size: 10px;
  top:40px;
  right: 101px;
  /* right: 74px; */
}


@media screen and (max-width:280px){
  .site_links p {
    font-size: 18px;
  }
  .header_2 h2 {
    font-size: 10px;
  }
  .sitemap_bottom {
    width: 235px;
  }
  li.sitemap_logo {
  background-size: 30% auto, 70%;

  }
  li.sitemap_logo h2 {
    top: 59px;
    font-size: 50px;
  }
  .mac.webkit li.sitemap_logo h2{
    top: 19px;
  }
  li.sitemap_logo h3 {
    left: -13px;
    font-size: 10px;
    transform: scale(0.8);
  }
  .mac.webkit .sitemap_logo h3 {
    left: -13px;
  }
  li.sitemap_logo h4 {
    transform: scale(0.8);
    top: 55px;
    right: 65px;
  }

}
/********SP**キャンペーンページ**************************/
#campaign, #sales-promotion {
  margin: 0;
}
#campaign {
  padding-top: 72px;
}
/* いろいろお得なキャンペーン **********/
#campaign .subtitle_contact {
  position: relative;
  /* display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center; */
  text-align: center;
  /* max-width: 304px; */
  padding: 0 0 5%;
}
#campaign .subtitle_contact img:nth-child(1) {
  position: absolute;
  left: 0;
  width: 30%;
  max-width: 199px;
  margin-right: -4%;
}
#campaign .subtitle_contact img:nth-child(3) {
  position: absolute;
  right: 0;
  width: 22.5%;
  max-width: 150px;
}
@media screen and (max-width:320px){
  #campaign .subtitle_contact img:nth-child(1) {
    position: absolute;
    left: 0;
    width: 23%;
    /* max-width: 199px; */
    margin-right: -4%;
  }
  #campaign .subtitle_contact img:nth-child(3) {
    position: absolute;
    right: 0;
    width: 17.5%;
    /* max-width: 150px; */
  }
}
#campaign .subtitle_contact h3, #sales-promotion .subtitle_contact h3 {
  font-size: 18px;
}
#campaign .subtitle_contact h3::after {
  top: 75%;
}

.campaign_list {
  width: 97%;
  text-align: left;
}
.campaign_list li {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.campaign_list li:last-child{
  margin-bottom: 0;
}
.c-banner_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 62.5%;
    margin-bottom: 11px;
}
.c-banner_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}
.about-campaign {
  margin: 1em 0;
}
.about-campaign .limited {
  display: inline-block;
  color: #cd5b5b;
  border-bottom: solid 1px #cd5b5b;
}
/* 黄色い影 */
.Promotion-tool li figure div::before, .c-banner_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;

  z-index: -1;
  background-size: 10px 10px;
  background-image: -webkit-linear-gradient(-30deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
}
/* バナー右側 */
.c-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: dotted 8px #ffcc00;
}
/* マイコちゃん&吹き出し 全体638 イラスト114.8　吹き出し528 */
.Application {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Application img {
  width: 25%;
  height: auto;
  object-fit: contain;
}
.Application p {
  position: relative;
  width: 83%;
  margin-left: 10px;
  padding: 20px 12px;

  background: #fff;
  border-radius: 30px;
  border: solid 3px #f3efa2;
}
.Application p::before , .Application p::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.Application p::before {

  border: 8px solid transparent;
  border-right: 14px solid #f3efa2;
}
.Application p::after {
  border: 5px solid transparent;
  border-right: 10px solid #fff;
}
.Application img.paper {
  position: absolute;
  bottom: 75%;
  left: 94%;
  width: 10%;
  height: auto;
}
/* SP キャンペーン・スタートアップ共通バナー *******/
.campaign_entry-form {
  margin: 60px auto 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: heisei-maru-gothic-std, sans-serif;
}
/* こちらからお店の公式ホームページを～ */
.campaign_entry-form p {
  position: relative;
  display: inline-block;
  font-size: 14px;
  z-index: 1;
  line-height: 1.2;
}
.br_sp {
  display: block;
}
/* \ / 線　*/
.campaign_entry-form p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2em;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transform: rotate( 65deg );
}
.campaign_entry-form p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transform: rotate( -65deg );
}
.campaign_entry-form a {
  position: relative;
  display: block;
  margin-top: 140px;
  font-size: 24px;
}
.campaign_entry-form a::after {
  content: '';
  position: absolute;
    bottom: 105%;
    left: 50%;
    transform: translateX(-50%);
  display: block;
  width: 195.96px;
  height: 110.41px;
  background: no-repeat url(../image/banner_c.png);
  background-position: center top;
}
/* SP 販促ツール **********/
.Promotion-tool li figure div::before {
  top: 5px;
  left: 7px;
}
.c-banner_wrap::before {
  top: 11px;
  left: 8px;
}
.prohibit {
  text-align: center;
}
.Promotion-tool ul {
  display: flex;
  flex-direction: column;

  width: 100%;
  margin: 40px 0;
}
.Promotion-tool li{
  position: relative;
  width: 100%;
  padding: 30px 3%;
  margin: 30px auto;
  box-sizing: border-box;

  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  text-align: center;

  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.Promotion-tool li figure div {
  position: relative;
  margin: 0 auto;
  width: 60%;
  max-width: 208px;
  height: auto;
}
.Promotion-tool li figure div img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: solid 1px #ababab;
  box-sizing: border-box;
}

.Promotion-tool li figcaption {
  margin: 33px auto;
}
.Promotion-tool li dl dt {
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 500;
}
.Promotion-tool li dl:nth-of-type(1){
  margin-top: 35px;
}
.Promotion-tool li dl dd {
  margin-top: 15px;
  font-size: 1.8rem;
}
.Promotion-tool li dl:nth-of-type(2){
  margin-top: 48px;
}
/* spネットプリントご利用方法 */
.print_how-to {
  width: 100%;
  margin: 50px auto;
}
.print-tool {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.print_how-to .subtitle_contact {
  margin: 40px auto 20px;
}

.print-tool div {
  margin-bottom: 32px;
  text-align: center;
}
.print-tool div h4 {
  display: inline-block;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-size: 17px;
  font-weight: 800;
}
.print-tool div h4 span.print-service {
    position: relative;
  margin-bottom: 5px;
  box-sizing: border-box;
  border-bottom: dotted  4px #fff;
}
.print-tool div h4 span.print-service::after {
  content: '';
  position: absolute;
  top: 0;
  right: -.8em;
  display: block;
  width: .6em;
  height: .6em;
  background: no-repeat url(../image/campaign/window.png);
  background-size: contain;
}
.print-tool div h4 a:active {
  color: #ffcc00;
}

.print-tool div h4 span.shop {
  font-size: 14px;
  font-family:"Noto Sans JP", sans-serif;
}
.print-tool div ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}
.print-tool ul li:nth-child(1) {
  /* WF height: 70px; */
  width: 44.07%;
}
.print-tool ul li:nth-child(2) {
     width: 53%;
}
.print-tool ul li a {
  display: block;
    margin: 10px auto;
}
.print-tool ul li a img {
  width: 100%;
  height: auto;
}

/******　SP　スタートアップページ  **************************/
#startup .subtitle_contact h3 {
  font-size: 18px;
}
.startup_description {
}
.startup_box {
  width: 100%;
  margin: 73px auto 95px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* 対応サービス */
.cms {
  width: 100%;
  text-align: center;
}
.cms ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cms ul li {
  margin: 0 5px;
}
.cms ul li a:active {
  color: #ffcc00;
}
/* サービスロゴとイラスト　*/
.cms_images {
  position: relative;
  width: 100%;
  max-width: 304px;
  height: 337px;
  margin: 0 auto;
  padding-left: 8.44%;
  box-sizing: border-box;
}
.cms_images img {
  position: absolute;
  width: 40%;
  height: auto;
}
.cms_images img:nth-child(1){
  width:38.5%;
  left: 0;
  top: 36%;
}
.cms_images img:nth-child(2){
  top: 0;
  left: 10%;
}
.cms_images img:nth-child(3){
  right: 10%;
  top: 15%;
}
.cms_images img:nth-child(4){
  width: 42%;
  right: 10;
  top:48%;
}
.cms_images img:nth-child(5){
  bottom: 0;
  left: 28%
}
/* SP スタートアップ フローチャート */
.startup_chart {
  width: 100%;
  padding: 28px 0;
  text-align: left;
  background: no-repeat url(../image/startup/footprint02.png);
  background-position: 60% 0%;
  background-size: contain;
}
.startup_chart li {
  width: 100%;
    margin-bottom: 40px;
  line-height: 1.5;
}
.startup_chart li:nth-child(even){
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.startup_chart li p {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 100%;
}
.startup_chart li .chart-topic {
  border-bottom: none;
}
.startup_chart li .chart-topic {
  margin-left: 2%;
}

/* step5 のイラスト */
.startup_chart li img {
  display: block;
  margin: 16px auto 0;
  max-width: 202px;
}
/* sp イラストと吹き出し　制作費  ***/
.design-fee {
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
}
.design-fee img {
  margin: 16px auto;
  max-width: 147.77px;
  height: auto;
}
.design-fee_box {
  position: relative;
  width: 100%;
  padding: 20px 4%;
  box-sizing: border-box;

  background: #fff;
  border: solid 3px #a7d1bc;
  border-radius: 30px;
}

.design-fee_box::after,.design-fee_box::before {
  content: '';
  position: absolute;
  top: 99.99%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.design-fee_box::before {
  border: 13px solid transparent;
  border-top: 13px solid #a7d1bc;
}
.design-fee_box::after {
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}
/* デザイン制作費 内容　*/
.fee_1 {
  text-align: center;
  margin-bottom: 20px;
}
.fee_1 h3 {
  font-size: 28px;
}
/* オプション */
.fee_options h3 {
  text-align: center;
  padding: 3px 0;
  font-size: 14px;
  background: #fff;
  border: solid 3px rgb(255, 222, 0);
  border-radius: 1em;
}
.options_box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 5px;
}
.options_box div .price p span {
  padding-right: 3px;
  font-size: 18px;
}
.options_box .price p:nth-child(1)::before{
  top: 20%;
}
/****SP SCT 特定商取引法に基づく表記*******************/
.sct_wrap {
  position: relative;
  width: 100%;
  padding: 50px 4%;
  margin: 48px auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
}
.sct_wrap::after {
  /* マイコスタンプ */
  content:'';
  position: absolute;
   bottom: -24px;
   right: 8px;
  display: block;
  width: 80px;
  height: 80px;
  background: url(../image/stamp.png) center/contain no-repeat;
}
/* リスト */
.sct_wrap dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  text-align: left;
  padding-bottom: 8px;
  margin-top: 20px;
  line-height: 1.2;
  border-bottom: dotted 4px #a7d1bc;
}
.sct_wrap dl:nth-child(1){
  margin-top: 0;
}
.sct_wrap dl a:hover {
  color:#ffcc00;
}
.sct_wrap dl dt {
  font-size: 1.6rem;

  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
}
.sct_wrap dl dd {
  font-size: 1.4rem;
  margin-top: 5px;
}
.sct_wrap dl div {
  width: 100%;
}
.sct_wrap dl div dd {
  width: 90%;
  margin-left: 24px;
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
}
.sct_wrap dl div dd:nth-child(2){
  margin-top: 5px;
}
/*********SP404ページ****************/
.container {
  display: block;
}
.notfound {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 100%;
  text-align: center;
}
.notfound1 {
  font-size: 7vw;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
.notfound_small {
  margin-top: 20px;
  font-size: 4vw;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.notfound::before {
  content: '';
  position: absolute;
  top: 35%;
  left: -2%;
  display: inline-block;
  width: 25vw;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  transform: rotate(60deg);
}
.notfound::after {
  content: '';
  position: absolute;
  top: 35%;
  right: -2%;
  display: inline-block;
  width: 25vw;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  transform: rotate(-60deg);
}
/*黄色い線*/
.notfound_main {
  position: relative;
  display: inline-block;
}
.notfound_line {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 63%;
  width: 100%;
  height: 44%;
  margin: 0 auto;
  background: #ffcc00;
  border-radius: 87% 13% 89% 11% / 44% 42% 58% 56%;
  transform: rotate(-2deg);
}
.notfound2 {
  margin-top: 30px;
  font-size: 3.5vw;
}
/****お家に帰ろう***/
.back-home {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 3px #000;
  background-color: #ffcc00;
  border-radius: 30px;
}
.back-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7px;
  left: 0;
  border-radius: 20px;
  z-index: -1;
  -webkit-background-size: 9px 15px;
  -moz-background-size: 9px 15px;
  background-size: 9px 15px;
  background-image: -webkit-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
  background-image: linear-gradient(-60deg, #ffcc00 25%, transparent 25%, transparent 50%, #ffcc00 50%, #ffcc00 75%, transparent 75%, transparent);
}
.back-home a {
  width: 100%;
  height: auto;
}
.back-home a p {
  height: 50px;
  line-height: 55px;
  font-size: 20px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
}
.back-home:hover {
  transform: translateY(7px)
}
.back-home:hover:before {
  content: none;
}
.back-home_wrap {
  padding: 5% 0 10%;
}
/****** 特商法 ************/
.sct_wrap dl dt {
  font-size: 18px;
}
.sct_wrap dl dd {
  font-size: inherit;
}
/******404イラストとアニメ***/
.error404page {
  width: 56vw;
  height: 50vw;
  position: absolute;
  top: 55%;
  left: 5%;
  transform: translate(0%, -50%);
  padding-bottom: 100px;
}
.human404, .body404, .eyes404, .leftarm404, .rightarm404, .coffee, .coffee_parts, .laptop404 {
  position: absolute;
  display: block;
}
.newcharacter404 {
  position: relative;
  width: 56vw;
  height: 50vw;
  left: 50%;
  top: 50%;
  margin-left: -17%;
}
.human404 {
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  width: 72%;
  height: 90%;
  animation: sway 20s ease infinite;
  transform-origin: 50% 100%;
}
.faceline {
  position: absolute;
  bottom: 72%;
  left: 26%;
  animation: headTilt 20s ease infinite;
}
.faceline img {
  width: 11vw;
}
.eyes {
  position: absolute;
  top: 15%;
  left: 34.5%;
  animation: pan 10s ease-in-out infinite;
}
.eyes img {
  position: absolute;
  width: 4.5vw;
  left: -5%;
}
.hair {
  position: absolute;
  bottom: 67%;
  left: 22.5%;
  height: auto;
  animation: headTilt 20s ease infinite;
}
.hair img {
  width: 14vw;
  height: auto;
}
.body404 {
  position: absolute;
  display: block;
  top: 44%;
  left: 40.5%;
  transform: translate(-50%, -50%);
}
.body404 img {
  width: 27vw;
}
.leftarm404 {
  position: absolute;
  bottom: 35%;
  left: 5.5%;
  transform-origin: 9% 35%;
  transform: rotateZ(0deg);
  animation: typeRight 0.4s linear infinite;
}
.leftarm404 img, .rightarm404 img {
  width: 9vw;
}
.rightarm404 {
  position: absolute;
  bottom: 35%;
  right: 25%;
  animation: typeLeft 0.4s linear infinite;
}
.coffee {
  position: absolute;
  bottom: 21%;
  left: 68%;
  transform-origin: 35% 12%;
  animation: tapWobble 0.8s linear infinite;
}
.coffee img {
  width: 6.5vw;
}
  /*湯気*/
.coffee_parts {
  position: absolute;
  top: -75%;
  left: 38%;
  transform-origin: 35% 12%;
  animation: typeLeft 1s linear infinite;
}
.coffee_parts img {
  width: 2.5vw;
}
.laptop404 {
  position: absolute;
  bottom: 10%;
  width: 100%;
  height: auto;
  transform-origin: 50% 100%;
  animation: tapWobble 0.4s linear infinite;
}
.laptop404 img {
  width: 45vw
}
@keyframes sway {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(1deg);
  }
  45% {
    transform: rotateZ(1deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  70% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(-2deg);
  }
  90% {
    transform: rotateZ(-1deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes headTilt {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-2deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  38% {
    transform: rotateZ(2deg);
  }
  42% {
    transform: rotateZ(2deg);
  }
  45% {
    transform: rotateZ(-4deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  70% {
    transform: rotateZ(0deg);
  }
  82% {
    transform: rotateZ(0deg);
  }
  85% {
    transform: rotateZ(4deg);
  }
  90% {
    transform: rotateZ(4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes typeLeft {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(5deg);
  }
  75% {
    transform: rotateZ(-4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes typeRight {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-6deg);
  }
  75% {
    transform: rotateZ(7deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes tapWobble {
  0% {
    transform: rotateZ(-0.2deg);
  }
  50% {
    transform: rotateZ(0.2deg);
  }
  100% {
    transform: rotateZ(-0.2deg);
  }
}
@keyframes tapRight {
  0% {
    transform: rotateZ(0deg);
  }
  90% {
    transform: rotateZ(-6deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes pan {
  0% {
    transform: translateX(0px);
  }
  49% {
    transform: translateX(1px);
  }
  50% {
    transform: translateX(0px);
  }
  99% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0px);
  }
}

/*************SPここまで**********/
/*****************PCここから*****************/
@media screen and (min-width:768px) {
  /******サイト全体**************/
  html, body, main {
    height: 100%;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
      font-weight: 500;
  }
  #inner {
    position: relative;
  }
  #wrapper {
    position: relative;
    width: 1080px;
    padding: 0;
    text-align: center;
  }
  .heading {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
    height: auto;
    background: no-repeat url("../image/roof.png");
    background-size: contain;
    text-align: center;
  }
  .heading h2 {
    font-size: 2.4rem;
    font-weight: normal;
  }
  .heading p {
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 7px;
  }

  /**sectionのアニメ**/
  section {
    margin: 90px auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    padding-top: 30px;
  }
  section .sec_anim {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
    transition: opacity 3s ease, transform 1s;
  }
  section .sec_anim.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  /*snsのicon*/
   .fa-twitter {
    width: auto;
    line-height: normal;
    padding: .75em .8em;
    font-size: 0.7rem;
    border-radius: 48%;
  }
  /********ドロワーメニュー**********/
  /*********ドロワーメニュー中身の見た目と動き**********/
  .menu_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 87.04%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .menu-links li {
    margin: 15px auto;
    height: 50px;
  }
  .menu-links li a p, .menu-links li p {
    font-size: 25px;
    line-height: 20px;
  }
  .menu-links li:hover {
    transform: scale(1.2);
    background: center no-repeat url(../image/underline.png);
    background-size: 103% 60%;
  }
  .menu-links li:hover .title_eng {
    display: none;
  }
  .menu-links li.entry-form:hover {
    transform: scale(1);
    background: none;
  }
  .menu-links li.entry-form:hover .title_eng {
    display: inline-block;
    margin-top: 0;
  }
  .menu-links li.entry-form:hover::before {
    content: none;
  }
  /*メニューロゴ*/
  .nav_title {
    position: relative;
    /* width: 186px; */
    width: 130px;
    height: 50px;
    font-size: 40px;
    line-height: 1;
    margin: 0 auto 60px;
  }
  .ruby {
    position: absolute;
    bottom: 77%;
    left: inherit;
    right: -1%;
    text-align: right;
    /*文字の大きさ*/
    transform: scale(.8);
  }
  .nav_title .ruby {
    left: 2%;
    bottom: 86%;
  }
  /*ロゴアンダーライン*/
.nav_title h2 .underline {
    height: 10px;
    top: 62%;
  }
  /*項目の下部分、英語*/
  .title_eng {
    width: 60%;
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
  }
  /***メニューのイラスト****/
  .menu_pic {
    position: absolute;
    top: -27%;
    left: 0%;
    width: 11%;

  }
  /* 依頼フォーム  */
  .overlay_inner .entry-form {
    margin: 16px 0 40px;
    font-size: 25px;
  }
  .entry-form a {
    width: 87.04%;
    max-width: 1080px;
  }
 .entry-form_inner {
    padding: 20px 0 10px;
    border-radius: 30px;
  }
  .entry-form a:hover p {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .entry-form a:hover p::after {
    content: none;
  }
  /***spだけ****/
  .hnav_sp1, .hnav_sp2 {
    display: none;
  }

  /*****項目のオンマウスでの変化*SPと同じ****/
  /**イラストとタイトル*SPと同じ**/
  /**メニュー開く時のliの動き**SPと同じ**/
  /*********************トグルボタン110*100************************/
  .hamburger-menu {
    /*位置*/
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: 9999;
    /*見た目*/
    width: 50px;
    height: 50px;

    justify-content: space-between;

    padding: 13px 50px 18px 10px;
    border: 5px solid #FFF;
    border-right: none;
      box-sizing:content-box;
  }
  /*三本線*/
  .hamburger-menu span {
    width: 50px;
    height: 5px;
  }
  /*MENUという文字*/
  .menu {
    width: 50px;
    height: 15px;
    line-height: 15px;
    font-size: inherit;
  }
  /*クリックした時のトグルボタンの動き*/
  #menu_trigger:checked ~ .hamburger-menu span:nth-child(1) {
    transform: rotate(45deg) translateX(5px) translateY(-6px);
    border-radius: 3px;
    background: #000;
  }
  #menu_trigger:checked ~ .hamburger-menu span:nth-child(2) {
    transform: scale(1, 0) translateX(-100%);
    background: #000;
  }
  #menu_trigger:checked ~ .hamburger-menu span:nth-child(3) {
    transform: rotate(-45deg) translateX(2px) translateY(9px);
    border-radius: 3px;
    background: #000;
  }
  #menu_trigger:checked ~ .overlay {
    display: block;
  }
  /*********************1stview***********************/
  /*toppic833*621*/
  .firstview {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-top: 74.07%;
    padding-bottom: 0;
  }
  .firstview img {
    position: absolute;
    right: 3%;
    bottom: 0;
    width: 77.12%;
    height: auto;
    margin: 0;
  }
  .firstview_text {
    position: absolute;
    top: 34%;
    left: 0;
    width: 29%;
    height: auto;
    margin: 50px auto;
  }
  /*吹き出しみたいな線*/
  .firstview_text::before {
    content: '';
    position: absolute;
    top: -28%;
    left: 30%;
    display: inline-block;
    width: 13vw;
    height: 5px;
    background-color: #000;
    border-radius: 5px;
    transform: rotate(30deg);
  }
  .firstview_text::after {
    content: '';
    position: absolute;
    top: 110%;
    left: 31%;
    display: inline-block;
    width: 13vw;
    height: 5px;
    background-color: #000;
    border-radius: 5px;
    transform: rotate(-30deg);
  }
  /*サイトタイトル*/
  h1 {
    position: relative;
    width: 60%;
    margin: 0 0 20px 0;
    font-size: 4.7vw;
  }
  .h1_ruby {
    right: 0;
    font-size: 1vw;
    letter-spacing: 1vw;
  }
  .h1_line {
    left: 0%;
    top: 80%;
    width: 100%;
    height: 25%;
  }
  /*タイトル下の文*/
  .site_description {
    position: relative; /*.firstview-p1p2*/
    width: 100%;
    height: auto;
    margin: 10% auto;
  }
  .site_description p {
    position: relative; /*.site_description p span*/
    width: 100%;
    height: 4.4vw;
    margin: 0 auto;
    font-size: 2.4vw;
    text-align: left;
  }
  .site_description p span {
    position: absolute; /*.site_description p*/
    bottom: -0.3em;
    left: 0;
    display: inline-block;
    width: 95%;
    height: 60%;
    background: left no-repeat url(../image/wavy_line.png);
    background-size: contain;
    transform: rotate(5deg);
    z-index: -1
  }
  .firstview-p1 {
    position: absolute; /*.site_description*/
    top: 0;
    left: 0;
    transform: rotate(-5deg);
  }
  .firstview-p2 {
    position: absolute;
    bottom: 0;
    right: -10%;
    transform: rotate(-3deg);
  }
  /*SP吹き出しみたいな線*/
  .site_description::before {
    content: none;
  }
  .site_description::after {
    content: none;
  }
  /*********************whats_miseru***********
見出しh67.8 吹き出し1006*124  p h74 3枠353*578
******/
  #feature {
    /* margin: */
    max-width: 100%;
    height: auto;
  }
  /*吹き出しのある段*/
  .merit_title {
    position: relative;

    width: 100%;
    height: 180px;
    height: auto;
    margin: 100px auto 124px;


  }
  .merit_title .subtitle {
    margin: 0 auto;
    height: auto;

  }
  .merit_title h3 {

    font-size: 30px;
    line-height: 180px;
  }
  .line {
    top: 54%;
    left: 38%;
    z-index: -1
  }
  /*選ばれる理由*SPと同じ*/
  /*吹き出し*/
  .speech1 {
    width: 14%;
    top: -60px;
    left: 0;
  }
  .speech2 {
    width: 14%;
    bottom: -80px;
    left: 16%;
  }
  .speech3 {
    width: 14%;
    bottom: -90px;
    right: 17%;
  }
  .speech4 {
    width: 14%;
    top: -60px;
    right: 0;
  }
  /**選ばれる理由文章**/
  .our-service {
    position: relative;
    width: 95%;
    max-width: 849.8px;
    height: auto;
    margin: 30px auto;
    line-height: 1.7;
    box-sizing: content-box;
  }
  .our-service p {
    margin: 0;
  }
  .our-service:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 93%;
    display: inline-block;
    width: 65px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transform: rotate(60deg);
  }
  .our-service:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 93%;
    display: inline-block;
    width: 65px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transform: rotate(300deg);
  }
  /**appeal-point**/
  .merit {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
  }
  /*********3つの枠****/
  .merit li {
    position: relative;
    width: 30.4%;
    min-height: 640px;
    margin: 0;
    padding: 60px 0 0;
    box-sizing: border-box;
  }
  .merit li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 11px;
    border-radius: 20px;
    z-index: -1;
  }

  .merit-li_wrap h3 {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-weight: 800;
  }

  /*黄色い点*/
  .decoration {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    width: 50px;
    height: 8px;
  }

  .feature_pic,.feature_pic3 {
    height: auto;
    width: auto;
    max-width: 55%;
    height: 202px;
    object-fit: contain;
  }
  .feature_pic3 {
    max-width: 90%;
  }
  .merit li p {
    margin: 20px auto;
  }
  /*********公開までの流れ*****************************
**w988.00***898.32*175***arrow w52 h25*****/
  /*見出し*/
  .subtitle {
    position: relative;
    margin: 40px auto;
    width: 248px;
    height: 40px;
  }
  .subtitle h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .subtitle img {
    top: 50%;
    left: 0;
  }
  /**フローチャート***/
  #flow ul {
    width: 100%;
    margin: 0 auto;
    text-align: left;

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 25% 0;
  }
  /*チャートの配置*/
  #flow ul li {
    width: 80.56%;
    max-width: 870px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #flow ul li:nth-child(odd) {
    margin: 48px auto 48px 0;
  }
  #flow ul li:nth-child(even) {
    margin: 48px 0 48px auto;
  }
  #flow ul li:nth-child(5){
    margin: 48px auto 0 0;
  }
  /*チャートの中身*/
  .flowchart {
    width: 65.5%;
    max-width: 544px;
    height: auto;
    margin: 0 4.6% 0 0;
  }
  .pic_chart {
    width: 31.6%;
    max-width: 275px;
  }
  .flowchart p {
    font-size: 17px;
  }
  /*step▲ 見出し*/
  .step {
    font-size: 20px;
  }
  .step::after {
    width: 80px;
    /* height: 60px; */
  }
  .chart-topic {
    margin-left: 10px;
    font-size: 28px;
  }
  @media screen and (max-width: 910px) {
    .chart-topic {
      font-size: 2.8vw;
    }
  }
  .chart-number {
    font-size: 48px;
  }
  /****plan*****383*59***1049*124***/
  /******plan説明*******/
  .plan_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .plan_wrap li {
    position: relative;
    margin: 0;
    width: 33.33%;
    max-width: 360px;
    min-height: 756px;
  }
    /****税別****/
  .plan_wrap li:nth-child(1)::before {
    content: "※表示価格は税別です";
    position: absolute;
    top: -2em;
    left: 0;
    font-size: 1.48rem;
  }

  /* besic start-up */
    .request {
    }
    .premium .request {
    }
    .request img {
    }
    .request p {
      max-width: 240px;
      font-size: 1.6rem;
    }
    /******　吹き出し　*/
    .request::before {
      content: "";
      position: absolute;
      top: 96%;
      left: 50%;
      transform: translateX(-50%);
      border: 10px solid transparent;
      border-top: 14px solid #fff;
      z-index: 8;
    }
    .request::after {

    }
    /* プラン名や料金など */
    .plan_details {
    }
    .premium .plan_details {
      padding: 33px 5% 14px;
    }
    .plan_details h3 {
      font-size: 2.6rem;
      line-height: 0.8;
    }
    .premium .plan_details h3 {
      line-height: 0.9;
    }
    .plan_ruby {
      font-size: 1.6rem;
    }
    /* 費用 */
    .premium .price {
      margin: 0 auto 15px;
    }
  .plan_details .link_button {
    margin: 10px auto 0;
    font-size: 1.8vw;
  }
  .price p span {
    font-size: 4vw;
  }
  @media screen and (min-width: 1150px){
    .price p span {
      font-size: 4rem;
    }
    .plan_details .link_button {
      font-size: 2rem;
      }
    }
/* コンテンツ */

.plan_contents dl dt span {
  font-size: 2.8rem;
}
.plan_contents dl dd {
  font-size: 1.4rem;
}
.plan_contents p {
  width: 203px;
  padding-left: 25px;
  font-size: inherit;
}
.plan_contents p::before {
}
.plan_contents p span {
  font-size: 1.4rem;
}
  /* 点線より下 */
  .plan_description {
    padding: 10px 0;
    width: 86%;
    margin: 0 auto;
    text-align: left;
  }
  /* プレミアムプランの影 */
  .plan_wrap li.premium {
    position: relative;
    min-height: 782px;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 7.44px 0.56px rgba(201, 227, 214, 0.76);
    box-shadow: 0px 2px 7.44px 0.56px rgba(201, 227, 214, 0.76);
  }

/* スタートアップ *******/
  .price p span.price_box {
    font-size: 1.6rem;
  }
.notes {
  font-size: 1.4rem;
}
.notes a:hover {
  color: #ffcc00;
}
.start-up .link_button {
  margin: 10px auto 24px;
}
.options {
  margin: 10px 0 0;
}
.options .notes {
    margin-top: 5px;
}
/* キャンペーンバナー */
.campaign_link {
  width: 66.76%;
  max-width: 721px;
  margin: 67px auto 0;

}
.sp-campaign {
  display: none;
}
.pc-campaign {
  display: block;
}
  /********************works***********************/
  .works_wrap {
    /* position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center; */
  }
  .works_wrap ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 0;
    margin: 0;
  }
  .works_wrap ul li {
    width: 32.6%;
    height: auto;
    margin: 0;
    padding-top: 0;
    text-align: center;
  }
  .mockup {
    position: relative;
    width: 95%;
    height: auto;
    z-index: 5;
  }
  /**白背景のところ**/
  .sample_description_wrap {
    position: relative;
    margin: -18px auto 10px;
    padding: 31px 16px;
  }
  .sample_description {
    width: 95%;
  }
  .sample_description h3, .recommend {
    font-size: 1.8rem;
  }
  /**白背景の英語**/
  .job {
    top: 22px;
    right: 25px;
    font-size: 3vw;
    line-height: 1;
  }
  @media screen and (min-width: 1150px){
    .job {
      font-size: 3.6rem;
    }
  }
  .recommend {
    margin: 25px auto 5px;
  }
  /* こんな公式サイトはどう？ */
  .link_button, .sample_button2 {
    font-size: 2.1vw;
  }
  .link_button {
  }
  .link_button::before {
  }

@media screen and (min-width: 1150px){
  .link_button, .sample_button2 {
    font-size: 2.4rem;
    }
  }
  /* 補足　*********/
  .works_notes {
    width: 72.22%;
    max-width: 780px;
  }
  .works_notes::after {
     top: -10px;
     left: -20px;
    width: 69px;
    height: 45px;
  }
  /*補助金*********/
  .subsidy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .subsidy p {
    position: relative;
    width: 75%;
    height: auto;
    min-height: 160px;
    margin: 0;
    box-sizing: border-box;
  }
  .subsidy div {
    display: flex;
    flex-direction: row;
    width: 48.89%;
    margin: 0;
  }
  .subsidy div:nth-child(2){
    margin-top: 0;
    align-items:center;
  }
    .subsidy div img {
      width: 22.7%;
      height: auto;
      margin: 0;
      object-fit: contain;
    }
    /* 吹き出し ************************/

    /* 吹き出し緑 */
    .subsidy div:nth-child(1) p {
      padding: 13px 26px 13px 13px;
    }
    .subsidy div:nth-child(1) img {
    }

    /* 吹き出し黄色 */
    .subsidy div:nth-child(2) p {
      padding: 13px 13px 13px 26px;
    }
    .subsidy div:nth-child(2) img {
    }

  /**********contacts**********************/
  #contacts {
    margin: 120px auto;
  }
  /*すべて必須項目*/
  .subtitle_contact {
    /* width: 300px; */
    margin: 65px auto 70px;
  }
  .subtitle_contact h3 {
  }
  .subtitle_contact h3 {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .subtitle_contact h3::after {
    width: 100%;
    max-width: inherit;
  }
  /*form*/
  form {
    width: 750px;
    margin: 50px auto;
  }
  form dl dt {
    font-size: 2rem;
  }
  .subject {
    width: 100%;
    margin: 0 0 48px 0;
    align-items: flex-start;
  }
  .subject li {
    margin: 24px 0 0 0;
  }
  .subject label {
    font-size: 2.4rem;
    margin: 0;
  }
  input[type="text"], input[type="email"] {
    line-height: 60px;
    border-radius: 30px;
    margin: 0px auto;
    padding: 0 20px;
    font-size: 16px;
  }
  textarea {
    font-size: 16px;
    padding: 20px;
  }
  input[type="submit"], input[type="button"] {}
  .submit_wrap {
    width: 100%;
    height: 70px;
  }
  .checkbox, .caution {
    line-height: 1;
  }
  /****追従バナー****/
  .banner {
    /*right: -388px;
    bottom: 200px;
    margin-left: 0;*/
  }
  .banner > a {
    /*width: 300px;
    height: 220px;*/
  }

  /*********************footer***********************/
  footer {
    position: inherit; /*wrapperに対して*/
    bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    margin-top: auto;
    padding: 0;
    background-size: 12px 12px;
    background-image: -webkit-linear-gradient(-45deg, #a7d1bc 25%, transparent 25%, transparent 50%, #a7d1bc 50%, #a7d1bc 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #a7d1bc 25%, transparent 25%, transparent 50%, #a7d1bc 50%, #a7d1bc 75%, transparent 75%, transparent);
  }
  .fnav_wrap {
    display: block;
    /* max-width: 1334px; */
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 5px 35px;
  }
  .fnav_wrap_new {
    display: block;
    max-width: 1334px;
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 60px 5px 35px;
  }
  #footer_nav {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 3% 1% 2.5% 1%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
  }
  #footer_nav::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 50%;
    border-left: 25px solid #FFF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: none;
  }
  /**吹き出しの中身**/
  .footer_left {
    width: 225px;
    min-width: 225px;
    margin: auto 0;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
  }
  .footer_left h2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    font-size: 55px;
    line-height: 55px;
  }
  .flogo_ruby {
    position: absolute;
    top: 0;
    right: 10%;
    width: 90%;
    text-align: right;
    font-size: 10px;
    letter-spacing: 8px;
    line-height: 10px;
    color: #000;
  }
  .description {
    width: 100%;
    text-align: left;
    line-height: 11px;
    /*文字の大きさ*/
    font-size: 10px;
    transform: scale(.8);
    transform-origin: center;
    color: #000;
  }
  /*吹き出し右側の配置*/
  .footer_right {
    width: 80%;
    /* max-width: 830px; */
    display: block; /*flex 解除*/
    line-height: 18px;
    margin: 0 auto 0 0;/* 改修後 */
    margin: 0 0 0 3%;/* 改修中暫定 */
  }
  /*吹き出し内右上*/
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_upper,.footer_lower {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer_upper li {
    margin: 8px 0;
    padding-right: 2.1%;
  }
  .footer_upper li:nth-child(7) {
    padding-right: 0;
  }
  .footer_english {
    font-size: 12px;
    font-family: 'quicksand', sans-serif;
  }
  /*吹き出し内右下***/
  .footer_lower {
    margin: 5px 0;
  }
  .footer_lower li {
    margin: 5px 0;
    text-align: center;
    border-left: solid 1px #000;
    padding: 0 1em;
  }
  .footer_lower li:nth-child(1) {
    border: none;
    text-align: left;
    padding: 0 1em 0 0;
  }
  .footer_lower li:nth-child(6) {
    text-align: right;
    padding: 0 0 0 1em;
  }
  /*linkホバー色***/
  .footer_upper li a:hover {
    color: #ffcc00;
  }
  .footer_lower li a:hover {
    color: #ffcc00;
  }
  /*snsのicon*/
  .footer_lower i {
    margin-right: 3px;
    vertical-align: middle;
  }
  .footer_lower .fa-twitter {
    font-size: 0.48em;
  }
  /**案内人画像**/
  .pic_footer {
    position: absolute;
    bottom: 0;
    left: 101%;
    z-index: 100;
    height: auto;
    width: 9%;
  }
  /**サイト最下部**/
  .copyright {
    margin: 0 auto;
  }
  /******************** 下層ヘッダー ******************/
  .header_lower {
    position: relative;
    width: 100%;

  }
.header_2 {
  width: 780px;
  margin: 0 auto;
  padding: 51px 0 45px;
  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}
.header_2 h1 {
  width: auto;
  margin: 10px 0 0 10px;
  font-size: 6rem;
  line-height: 1;
}
.header_2 h1 .ruby {
  bottom: 84%;
  right: -1%;
  transform: scale(1);
}

.header_2 img {
  width: 82px;
  height: auto;
}
.header_2 h2 {
  font-size: 1.8rem;
}
/*********** 下層共通***************/
#sitemap, #privacy, #contacts, #sct, #startup {
  margin-top: 120px;
  padding-bottom:  120px;
}
  /************プラポリ***************/
  .privacy_wrap {
    width: 91%;
    margin: 50px auto;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;

    line-height: 1.5;
    font-weight: normal;
  }
  .privacy_wrap h3 {
    margin: 30px auto;
    font-size: 2.4rem;
  }
  .policy a:hover {
    color: #ffcc00;
  }
  .policy dt {
    font-size: 2.4rem;
  }
  .policy dd, .privacy_wrap p {
    font-size: 1.6rem;
  }
  /*プラポリイラスト*/
  .pic_privacy {
    position: absolute;
    right: -7.5%;
    bottom: -1%;
    width: 25%;
    height: auto;
  }
  .policy_box {
    flex-direction: row;
    align-items: flex-end;
  }
  .revised {
    width: 180px;
    margin: -80px 5px 20px auto;
  }
  .revised p {
    font-size: inherit;
  }
  /************サイトマップ***************/
  #sitemap {
    max-width: 1080px;
  }
  .sitemap_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 692px;
    margin: 72px auto 100px;
  }
  .sitemap_wrap ul {
    max-width: 692px;
    text-align: left;
  }
  .site_links {
    margin: 30px auto;
    font-size: 26px;
    line-height: 26px;
  }
  .site_links h3 {
    margin: 20px auto;
    font-size: 26px;
    line-height: 26px;
  }
  .sitemap_eng {
    font-size: 20px;

  }
  /*プラポリサイトマップ運営*/
  .sitemap2 li {
    margin: 24px auto;
    font-size: 2.4rem;
    line-height: 1.1;
  }
  /*サイトマップpc右下*/
  .sitemap_bottom {
    /* width: 120%; */
    /* display: flex; */
    
  }
  /*SNSアイコン*/
  .sitemap_sns {
    height: 100%;
    margin-top: 0;
    justify-content: flex-start;
  }
  .sitemap_sns li {
    margin: 7px auto 0;
    width: 36px;
  }

  

 
  
  #sitemap_footer {
    position: fixed; /*wrapperに対して*/
    bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    margin-top: auto;
    padding: 0;
  }
  /* 制作依頼フォーム */
  #sitemap .entry-form {

    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-size: 24px;
  }
  #sitemap .entry-form .title_eng {
    font-size: 26px;
  }
/**********キャンペーンページ**************************/
/* 表示調整 */
#campaign, #sales-promotion {
  max-width: 1080px;
  text-align: center;
  margin: 50px auto -50px;
  padding-top: 120px;
}
/* いろいろお得なキャンペーン **********/
#campaign .subtitle_contact {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
#campaign .subtitle_contact img:nth-child(1), #campaign .subtitle_contact img:nth-child(3){
  position: static;
}
#campaign .subtitle_contact h3 {
  margin: 0;
  padding-top: 5px;
  font-size: 32px;
}
#campaign .subtitle_contact h3::after {
  width: 12.5em;
  top: 64%;
  background-image: url(../image/campaign/line_campaign.png);
}
/* キャンペーンのリスト */
.campaign_wrap {
  text-align: center;
}

.campaign_list li {
  margin-bottom: 121px;
  /* width: 100%; */
  min-height: 250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.c-banner_wrap {
  margin-right: 3%;
  width: 37%;
}
.c-banner_wrap img {
  max-width: 400px;
}

.c-box {
  width: 59%;
  min-height: 250px;
}
.c-box h3 {
  font-size: 28px;
}
.about-campaign {
  margin: 0;
}
/* マイコちゃん&吹き出し*/
.Application {
  margin-top: 8px;
}
.Application img {
  width: 18%;
  height: auto;
}
.Application p {
  width: 83%;
  padding: 2% 18px;

}
/* キャンペーン・スタートアップ共通バナー **********/
.campaign_entry-form {
  margin: 124px auto 0;
  max-width: 720px;
}
/* こちらからお店の公式ホームページを～ */
.campaign_entry-form p {
  position: relative;
  font-size: 18px;
}
.br_sp {
  display: none;
}
/* \ / 線　*/
.campaign_entry-form p::before {
    left: -4em;
    width: 60px;
    height: 3px;
    transform: rotate( 50deg );
}
.campaign_entry-form p::after {
    right: -4em;
    width: 60px;
    height: 3px;
    transform: rotate( -50deg );
}
.campaign_entry-form a {
  position: relative;
  display: block;
  margin-top: 140px;
  font-size: 24px;
}
.campaign_entry-form a::after {
  content: '';
  position: absolute;
    bottom: 105%;
    left: 50%;
    transform: translateX(-50%);
  display: block;
  width: 195.96px;
  height: 110.41px;
  background: no-repeat url(../image/banner_c.png);
  background-position: center top;
}
/* 販促ツール **********/
#sales-promotion .subtitle_contact {
  margin: 65px auto 32px
}
#sales-promotion  .subtitle_contact h3{
  font-size: 30px;
}
#sales-promotion .subtitle_contact h3::after {
  width: 16em;
  top: 48%;
}
.Promotion-tool {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 56px 0;
}
.Promotion-tool li{
  width: 32%;
  min-height: 733px;
  padding: 40px 33px;
  margin: 0 auto;
}
.Promotion-tool li figure div {
  position: relative;
  margin: 0 auto;
  /*  WF width: 208px; height: 294.19px; */
}
.Promotion-tool li figure div img {

}
.Promotion-tool li dl dt {
  width: 100%;
}
.Promotion-tool li dl:nth-of-type(1){
  margin: 35px 0 0;
}
.Promotion-tool li dl:nth-of-type(2){
  margin: 48px 0 0;
}
.Promotion-tool li dl dd {
  margin-top: 15px;
  font-size: 2.8rem;
}
/* ネットプリントご利用方法 */
.print_how-to {
  margin: 150px auto;
}
#sales-promotion .print_how-to .subtitle_contact h3::after {
  width: 12em;
  top: 48%;
}
.print-tool {
  margin: 75px auto;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.print-tool div {
  width: 40%;
  margin-bottom: 0;
}
.print-tool div h4 {
  font-size: 28px;
}
.print-tool div h4 a:hover {
  color: #ffcc00;
}
.print-tool div h4 span.print-service {
  margin-bottom: 5px;
  box-sizing: border-box;
  border-bottom: dotted  4px #fff;
}
.print-tool div h4 span.shop {
  font-size: 16px;
}
.print-tool div ul {
  margin-top: 24px;
}
  /* お店の販促ツール　文字調整 */
.indent {
  display: none;
}
@media screen and (max-width: 1050px){
  .Promotion-tool li dl dd,.print-tool div h4 span.print-service {
    font-size: 20px;
  }
  .Promotion-tool li dl:nth-of-type(1){
    margin: 35px auto;
  }
  .Promotion-tool li dl:nth-of-type(2){
    margin: 48px auto;
  }
  .indent {
    display: block;
  }
}
/******　スタートアップページ  *****************************/
#startup .subtitle_contact h3::after {
  width: 16em;
  top: 55%;
  background-image: url(../image/campaign/line_campaign.png);
}
.startup_description {
  position: relative;
  width: 78.6%;
  padding: 0 8.5%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}
.startup_description::before,.startup_description::after {
  content: '';
  position: absolute;
    top: 50%;
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #fff;
}
.startup_description::before {
    left: 0;
    width: 70px;
    height: 3px;
    transform: rotate( 55deg );
}
.startup_description::after {
    right: 0;
    width: 70px;
    height: 3px;
    transform: rotate( -55deg );
}

.startup_box {
  max-width: 1033px;
  width: 95.6%;
  margin: 73px auto 95px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* 対応サービス width308px*/
.cms {
  width: 29.8%;
  margin-right: 2.3%;
  box-sizing: border-box;
}
.cms ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.cms ul li a:hover{
  color: #ffcc00;
}
/* サービスロゴとイラスト　308*337 */
.cms_images {
  position: relative;
  width: 100%;
  max-height: 337px;
  height: 55%;
  padding-left: 8.44%;

}
/* スタートアップ フローチャート */
.startup_chart {
  width: 58.7%;
  padding: 28px 0;
  background-position: 40% 0%;
}
@media screen and (max-width: 1150px) {
  .startup_chart .step::after {
    height: 140%;
  }
  .startup_chart .chart-number {
      font-size: 4vw;
  }
  .startup_chart .chart-topic {
    font-size: 2.2vw;
  }
}/* @media 1150px *****/

.startup_chart li {
  margin-bottom: 72px;
}
.startup_chart li:nth-child(even){
  width:auto;
  margin-left: 3.5em;
}
/* アカウントを～ プロが～ の下マージン　*/
.startup_chart li:nth-child(4) {
  margin-bottom: 3px;
}
.startup_chart li:nth-child(4) p,
.startup_chart li:nth-child(5) p, .startup_chart li:nth-child(5) {
  margin-bottom: 0;
}

/* step */
.startup_chart li .step {
  width: auto;
  vertical-align: sub;
}
.startup_chart .chart-topic {
  margin-left: 5px;
}
/* step5 のイラスト */
.startup_chart li:nth-child(5) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
}
.startup_chart li img {
  margin-top: 5px;
  margin-left: .5em;
}

/* イラストと吹き出し　制作費 WF708px */
.design-fee {
  display: flex;
  flex-direction: row;
  align-items: center;

  width: 68.5%;
  max-width: 708px;
}
.design-fee img {
  width:20.8%;
  margin-right: 5px;
  height: auto;
  object-fit: contain;
}
/* 吹き出し */
.design-fee_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;

  position: relative;
  width: 78%;
  padding: 20px 32px;

}
.design-fee_box::after,.design-fee_box::before {
  top: 50%;
  left:inherit;
  right: 100%;
  transform: translateY(-50%);
}
.design-fee_box::before {
  border: 10px solid transparent;
  border-right: 14px solid #a7d1bc;
}
.design-fee_box::after {
  border: 6px solid transparent;
  border-right: 10px solid #fff;
}
/* デザイン制作費 内容　*/
.fee_1 {
  margin-top: 5px;
  margin-right: 2%;
  margin-bottom: 0;
}
.fee_1 h3 {
  font-size: 28px;
}
.fee_options {
  width: 55.5%;
}
.fee_options h3 {
  padding: 3px 0;
}

/* オプション */
.options_box {
  text-align: left;
}
.options_box h4 {
  margin: 10px auto 0;
  font-size: 18px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
}
.options_box div {
    box-sizing: border-box;
}
.options_box div .price {
  font-size: 18px;
}
.options_box div .price p:nth-child(1) {
  margin: 0;
}
.options_box div .price p span {
  padding-right: 3px;
  font-size: 18px;
}
.options_box .price p::before {
  top: 24%;
}
.options_box .price p:nth-child(1){
  padding-left: 1.5em;
}
/* 画面小さくした時 */
@media screen and (max-width: 1150px){
  .fee_1 h3 {
    font-size: 2.5vw;
  }
  .fee_1 .price p span {
    font-size: 3.5vw;
  }
  .options_box div .price {
    font-size: 12px;
  }
  .options_box .price p:nth-child(1){
    padding-left: 1.25em;
  }
  .options_box .price p::before {
    width: 1em;
  }
}
/****pc SCT 特定商取引法に基づく表記*******************/
.sct_wrap {
  width: 88.88%;
  padding: 80px 8.5%;
}
.sct_wrap dl {
  flex-direction: row;
  align-items: center;

  padding-bottom: 16px;
  margin-top: 20px;
}
.sct_wrap::after {
  /* マイコスタンプ */
   bottom: -20px;
   right: -20px;
   width: 120px;
   height: 120px;
}
/* リスト */
.sct_wrap dl dt {
  width: 11em;
  flex-shrink: 0;
  margin-right: 11.6%;
  font-size: 1.8rem;
}
.sct_wrap dl dd {
  font-size: 1.6rem;
  margin-top: 0;
}
.sct_wrap dl div dd {
  margin-left: 1.5em;
}
/*********404****************/
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 750px;
    padding-bottom: 70px;
  }
  .notfound {
    position: absolute;
    top: 25%;
    right: 58%;
    width: 36vw;
    text-align: right;
    margin: 0 auto;
    padding: 0;
  }
  .notfound1 {
    font-size: 4.7vw;
  }
  .notfound_small {
    margin-top: 20px;
    font-size: 1.7vw;
  }
  .notfound::before {
    top: -28%;
    left: inherit;
    right: -3%;
    display: inline-block;
    width: 14vw;
    height: 5px;
    background-color: #000;
    border-radius: 5px;
    transform: rotate(30deg);
  }
  .notfound::after {
    top: 125%;
    right: -3%;
    display: inline-block;
    width: 14vw;
    height: 5px;
    background-color: #000;
    border-radius: 5px;
    transform: rotate(-30deg);
  }
  /*黄色い線*/
  .notfound_line {
    position: absolute;
    z-index: -1;
    right: -2%;
    top: 63%;
  }
  .notfound2 {
    margin-top: 50px;
    font-size: 1em;
  }
  /****お家に帰ろう***/
  .back-home {
    position: relative;
    width: 60vw;
    height: auto;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  .back-home:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 7px;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}
  .back-home a p {
    height: 50px;
    line-height: 55px;
    font-size: 28px;
  }
  /******404イラストとアニメ***/
  .error404page {
    width: 56vw;
    height: 50vw;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .newcharacter404 {
    position: relative;
    width: 56vw;
    height: 50vw;
    left: 50%;
    top: 0%;
    margin-left: -17%;
  }
  .human404 {
    position: absolute;
    display: block;
    top: 13%;
    left: 20%;
    width: 72%;
    height: 90%;
  }
  .eyes {
    position: absolute;
    top: 16%;
  }
  .eyes img {
    width: 4.5vw;
  }
  .coffee {
    position: absolute;
    bottom: 21%;
    left: 75%;
  }
  /*湯気*/
  .coffee_parts {
    position: absolute;
    top: -60%;
    left: 38%;
  }


} /**************PCここまで**********/
@media screen and (min-width: 1080px) {
  h1 {
    width: 75%;
    font-size: 72px;
  }
  .h1_ruby {
    font-size: 13px;
  }
  .site_description p {
    font-size: 36px;
  }
  .h1_line {
    width: 120%;
    left: -5%;
  }

}
.grecaptcha-badge {
  margin-bottom: 35px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
    .grecaptcha-badge {
  margin-bottom: 80px;
}
}
