/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼共通▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p, h3, h4, h5, .submit-btn, li {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}

p {
  font-size: 16px;
}


h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1595DC;
  font-size: 40px;
  text-align: center;
  margin-bottom: 100px;
}

h3, .submit-btn {
  font-weight: 600;
}

h3 {
  font-size: 26px;
  font-weight: 400;
  color: #1595DC;
}

.submit-btn {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-weight: 600;
  font-size: 16px;
}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

a, input {
  cursor: pointer;
}

.products-select a {
  text-decoration: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼header▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.header-container {
  margin: 50px auto 50px auto;
  width: 940px;
  text-align: center;
}

.navi-menu ul, .navi-menu_products ul {
  display: flex;
  justify-content: space-between;
}

.navi-menu li, .navi-menu_products li {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-size: 24px;
  list-style: none;
  cursor: pointer;
  margin-left: 25px;
  margin-right: 25px;
}

.navi-menu a, .navi-menu_products a {
  text-decoration: none;
}

.navi-menu_products li {
  color: #1595DC;
}

.navi-menu a, .navi-menu_products a {
  position: relative;
}


.navi-menu a:before, .navi-menu a:after {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid white;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  border-radius: 50%;
  background: transparent;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

.navi-menu a:after {
  border-width: 2px;
  transition: all 0.4s;
}

.navi-menu a:hover:before {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.navi-menu a:hover:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1.3);
}

.navi-bar,.ul_open_h {
  display: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼main-visual▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.main-visual {
  width: 100vw;
  height: 100vh;
  text-align: center;
}

h1 {
  font-family: 'Poiret One' ;
  font-size: 100px;
  color:white;
  letter-spacing: 10px;
  text-align: left;
}

.main-visual-text {
  height: 650px;
  margin: 150px auto 200px auto;
  width: 940px;
  position: relative;
}

.title1 {
  margin-bottom: 150px;
}

.title2 {
  text-align: right;
}




/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼about▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.about {
  background-color: white;
}

.about-container {
  padding-top: 150px;
  padding-bottom: 150px;
  margin: 0 auto;
  width: 940px;
}

.about-list-container {
  display: flex;
  margin-left: 130px;
  margin-bottom: 50px;
}

.about-list {
  width: 100px;
}

.dots-line {
  width: 160px;
}

.about-detail {
  width: 530px;
  margin-left: 15px;
}

.dots-line_tb_sp {
  display: none;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼skills▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.skills-container {
  width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gray-back {
  padding-top: 150px;
  padding-bottom: 150px;
}

.skills h2 {
  color: white;
  margin-top: 150px;
}

.skill {
  width: 300px;
  height: 405px;
  background-color: white;
  margin-bottom: 45px;
  border-radius: 5px;
  text-align: center;
}

.skill-container {
  margin: 30px;
}

.skill-container p {
  text-align: left;
}

.design, .xd, .photoshop, .illustrator, .html, .seo {
  height: 80px;
  width: auto;
}

.html {
  padding-bottom: 4px;
}

.css {
  height: 91px;
  width: auto;
}

.jquery {
  height: 38px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

.responsive {
  height: 91px;
  width: auto;
}

.wordpress {
  height: 116px;
  width: auto;
}

.skill-container h4 {
  margin-bottom: 20px;
}

.skill-container9 {
  margin-top: 5px;
  position: relative;
}

.skill-container9 h4 {
  position: absolute;
  top: 105px;
  left: 80px;
}

.skill-container9 p {
  position: absolute;
  top: 158px;
  left: 0px;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼products▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.navi-menu_products a:before, .navi-menu_products a:after {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #B7EBFF;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  border-radius: 50%;
  background: transparent;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

.navi-menu_products a:after {
  border-width: 2px;
  transition: all 0.4s;
}

.navi-menu_products a:hover:before {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.navi-menu_products a:hover:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1.3);
}

.products {
  background-color: white;
}

.products-container {
  width: 940px;
  padding: 150px 0;
  margin: 0 auto;
  text-align: center;
}

.products-container h3 {
  margin-bottom: 70px;
}

.web-products-container, .web-design-container, .ui-design-samples-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.web-product, .web-design {
  width: 430px;
  text-align: center;
  margin-bottom: 150px;
}

.charge_small {
  font-size: 13px;
  color: #989898;
}

.ui-design-sample {
  width: 285px;
  height: 420px;
  margin-bottom: 100px;
}

.web-product img, .web-design img {
  width: 100%;
}

.ui-design-sample img {
  height: 80%;
  width: auto;
}

.more {
  text-align: center;
  margin: 40px auto 150px auto;
  width: 150px;
}

.more a {
  text-decoration: none;
}

.btn-text {
  background-image: linear-gradient(#14BAF8,#0089D4);
  height: 50px;
  line-height: 50px;
  color: white;
  border-radius: 40px;
}

.web-product img:hover {
  transform: scale(1.05);
}

.web-design img:hover {
  transform: scale(1.05);
}

.ui-design-sample img:hover {
  transform: scale(1.05);
}

.web-product img, .web-design img, .ui-design-sample img {
  transition: 0.3s;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼contact▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.contact-container {
  width: 940px;
  margin: 150px auto;
}

.contact-container h2, .contact-container p {
  color: white;
}

.name, .mail, .message {
  display: flex;
  margin-bottom: 40px;
}

.contact-title, .contact-dots-line{
  width: 150px;
}

input, textarea {
  width: 620px;
}

input {
  height: 40px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

textarea {
  height: 250px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  resize: none;
  border-color: #D1D1D1;
}

.submit-btn {
  width: 205px;
  height:45px;
  background-image: linear-gradient(#14BAF8,#0089D4);
  border-radius: 40px;
  color: white;
  border-style: none;
  margin-left: 520px;
}

::placeholder{
  color: #C9C9C9;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus::-ms-input-placeholder {
	color: transparent;
}
textarea:focus::placeholder {
	color: transparent;
}

.contact-dots-line_tb {
  display: none;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼footer▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 36px;
  color: #fff;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top{
  width: 65px;
  height: 65px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #333;
  opacity: 0.6;
  border-radius: 50%;
  }

footer {
  height: 100px;
  width: 100%;
  background-image: linear-gradient(#14BAF8,#0089D4);
  text-align: center;
  position: relative;
}

footer p {
  color: white;
  line-height: 100px;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼products.html▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.products-detail-container {
  width: 940px;
  margin: 100px auto 100px auto;
}

.selector-box {
  width: 270px;
  height: 60px;
  background-color: white;
  border-radius: 40px;
  border: 1px solid #0089D4;
  color: #0089D4;
  text-align: center;
  line-height: 60px;
  list-style: none;
  cursor: pointer;
  font-size: 22px;
}

.selected {
  background-image: linear-gradient(#14BAF8,#0089D4);
  color: white;
  border-style: none;
}

.products-select ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.web-products-detail-container, .web-design-detail-container {
  margin-top: 100px;
  width: 940px;
}

.web-products-detail > h4,.web-designs-detail > h4, .ui-designs > h4 {
  text-align: left;
  width: 520px;
  /* height: 110px; */
  margin: auto;
}

.web-products-detail, .web-designs-detail {
  width: 940px;
  text-align: center;
}

.web-product-detail, .web-design-detail {
  margin-bottom: 150px;
}

.web-product-detail img {
  width: 940px;
  margin-bottom: 20px;
}


.web-product-detail p, .web-design-detail p {
  margin: auto;
  width: 600px;
}

.web-design-detail p:not(.charge) {
  text-align: left;
}

.web-product-detail p:not(.charge) {
  text-align: left;
}


.ui-designs, .ui-desings-containter {
  text-align: center;
}

.charge {
  padding-bottom: 10px;
  color: #989898;
}

.ui-text-container .charge {
  padding-bottom: 20px;
}

.number {
  font-family: 'Pinyon Script', cursive;
  font-size: 100px;
  opacity: 0.3;
}

.ui-image-container img {
  height: 330px;
}



.ui-designs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 940px;
  margin: 100px auto;
}

.ui-design {
  width: auto;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: auto;
}


.ui-design1 .number {
  color: #FC57C2;
}

.ui-design2 .number {
  color: #7D38FF;
}

.ui-design3 .number {
  color: #5B56D9;
}

.ui-design4 .number {
  color: #FABC93;
}

.ui-design5 .number {
  color: #57F8FF;
}

.ui-design6 .number {
  color: #FABC93;
}

.ui-design7 .number {
  color: #F2EC3C;
}

.ui-design8 .number {
  color: #FABC93;
}

.ui-design9 .number {
  color: #2194FF;
}

.ui-design10 .number {
  color: #FD5B72;
}

.ui-design11 .number {
  color: #F2EC3C;
}

.ui-design12 .number {
  color: #FD5B72;
}

.ui-design13 .number {
  color: #3543C6;
}

.ui-design14 .number {
  color: #6BA9F8;
}

.ui-design15 .number {
  color: #FC57C2;
}

.ui-design16 .number {
  color: #FD5B72;
}

.ui-design17 .number {
  color: #7D38FF;
}

.ui-design18 .number {
  color: #FD5B72;
}

.ui-design19 .number {
  color: #FC57C2;
}

.ui-design20 .number {
  color: #FC57C2;
}

.ui-design21 .number {
  color: #7B7B7B;
}

.ui-design22 .number {
  color: #7D38FF;
}

.ui-design23 .number {
  color: #FD5B72;
}

.ui-design24 .number {
  color: #FD5B72;
}

.ui-design25 .number {
  color: #FC57C2;
}

.ui-design26 .number {
  color: #EFC27A;
}

.ui-design27 .number {
  color: #4055FF;
}

.ui-design28 .number {
  color: #FC57C2;
}

.ui-design29 .number {
  color: #EBE668;
}

.ui-design30 .number {
  color: #D39AF8;
}

.ui-design31 .number {
  color: #2AA7D8;
}

.ui-design32 .number {
  color: #F5F547;
}

.ui-design33 .number {
  color: #FC57C2;
}

.ui-design34 .number {
  color: #5B56D9;
}

.ui-design35 .number {
  color: #7B7B7B;
}

.ui-design36 .number {
  color: #FC57C2;
}

.ui-design37 .number {
  color: #35B4D5;
}

.ui-design38 .number {
  color: #7D38FF;
}

.ui-design39 .number {
  color: #FFCE2D;
}

.ui-design40 .number {
  color: #63DB3A;
}

.ui-design41 .number {
  color: #B036CE;
}

.ui-design42 .number {
  color: #7B7B7B;
}

.ui-design43 .number {
  color: #A8933B;
}

.ui-design44 .number {
  color: #52B5FC;
}

.ui-design45 .number {
  color: #FA58C2;
}

.ui-design46 .number {
  color: #ADE654;
}

.ui-design47 .number {
  color: #7D38FF;
}

.ui-design48 .number {
  color: #52B5FC;
}

.ui-design49 .number {
  color: #FC57C2;
}

.ui-design50 .number {
  color: #1595DC;
}







.ui-design1 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design2 .ui-text-title {
  border-bottom: 1px solid #7D38FF;
  color: #7D38FF;
}

.ui-design3 .ui-text-title {
  border-bottom: 1px solid #5B56D9;
  color: #5B56D9;
}

.ui-design4 .ui-text-title {
  border-bottom: 1px solid #FABC93;
  color: #FABC93;
}

.ui-design5 .ui-text-title {
  border-bottom: 1px solid #57F8FF;
  color: #57F8FF;
}

.ui-design6 .ui-text-title {
  border-bottom: 1px solid #FABC93;
  color: #FABC93;
}

.ui-design7 .ui-text-title {
  border-bottom: 1px solid #F2EC3C;
  color: #F2EC3C;
}

.ui-design8 .ui-text-title {
  border-bottom: 1px solid #FABC93;
  color: #FABC93;
}

.ui-design9 .ui-text-title {
  border-bottom: 1px solid #2194FF;
  color: #2194FF;
}

.ui-design10 .ui-text-title {
  border-bottom: 1px solid #FD5B72;
  color: #FD5B72;
}

.ui-design11 .ui-text-title {
  border-bottom: 1px solid #F2EC3C;
  color: #F2EC3C;
}

.ui-design12 .ui-text-title {
  border-bottom: 1px solid #FD5B72;
  color: #FD5B72;
}

.ui-design13 .ui-text-title {
  border-bottom: 1px solid #FD5B72;
  color: #FD5B72;
}

.ui-design14 .ui-text-title {
  border-bottom: 1px solid #6BA9F8;
  color: #6BA9F8;
}

.ui-design15 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design16 .ui-text-title {
  border-bottom: 1px solid #FD5B72;
  color: #FD5B72;
}

.ui-design17 .ui-text-title {
  border-bottom: 1px solid #7D38FF;
  color: #7D38FF;
}

.ui-design18 .ui-text-title {
  border-bottom: 1px solid #FD5B72;
  color: #FD5B72;
}

.ui-design19 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design20 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design21 .ui-text-title {
  border-bottom: 1px solid #7B7B7B;
  color: #7B7B7B;
}

.ui-design22 .ui-text-title {
  border-bottom: 1px solid #7D38FF;
  color: #7D38FF;
}

.ui-design23 .ui-text-title {
  border-bottom: 1px solid #FD5B72;
  color: #FD5B72;
}

.ui-design24 .ui-text-title {
  border-bottom: 1px solid #FD5B72;
  color: #FD5B72;
}

.ui-design25 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design26 .ui-text-title {
  border-bottom: 1px solid #EFC27A;
  color: #EFC27A;
}

.ui-design27 .ui-text-title {
  border-bottom: 1px solid #4055FF;
  color: #4055FF;
}

.ui-design28 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design29 .ui-text-title {
  border-bottom: 1px solid #EBE668;
  color: #EBE668;
}

.ui-design30 .ui-text-title {
  border-bottom: 1px solid #D39AF8;
  color: #D39AF8;
}

.ui-design31 .ui-text-title {
  border-bottom: 1px solid #2AA7D8;
  color: #2AA7D8;
}

.ui-design32 .ui-text-title {
  border-bottom: 1px solid #F5F547;
  color: #F5F547;
}

.ui-design33 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design34 .ui-text-title {
  border-bottom: 1px solid #5B56D9;
  color: #5B56D9;
}

.ui-design35 .ui-text-title {
  border-bottom: 1px solid #7B7B7B;
  color: #7B7B7B;
}

.ui-design36 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design37 .ui-text-title {
  border-bottom: 1px solid #35B4D5;
  color: #35B4D5;
}

.ui-design38 .ui-text-title {
  border-bottom: 1px solid #7D38FF;
  color: #7D38FF;
}

.ui-design39 .ui-text-title {
  border-bottom: 1px solid #FFCE2D;
  color: #FFCE2D;
}

.ui-design40 .ui-text-title {
  border-bottom: 1px solid #63DB3A;
  color: #63DB3A;
}

.ui-design41 .ui-text-title {
  border-bottom: 1px solid #B036CE;
  color: #B036CE;
}

.ui-design42 .ui-text-title {
  border-bottom: 1px solid #7B7B7B;
  color: #7B7B7B;
}

.ui-design43 .ui-text-title {
  border-bottom: 1px solid #A8933B;
  color: #A8933B;
}

.ui-design44 .ui-text-title {
  border-bottom: 1px solid #52B5FC;
  color: #52B5FC;
}

.ui-design45 .ui-text-title {
  border-bottom: 1px solid #FA58C2;
  color: #FA58C2;
}

.ui-design46 .ui-text-title {
  border-bottom: 1px solid #ADE654;
  color: #ADE654;
}

.ui-design47 .ui-text-title {
  border-bottom: 1px solid #7D38FF;
  color: #7D38FF;
}

.ui-design48 .ui-text-title {
  border-bottom: 1px solid #52B5FC;
  color: #52B5FC;
}

.ui-design49 .ui-text-title {
  border-bottom: 1px solid #FC57C2;
  color: #FC57C2;
}

.ui-design50 .ui-text-title {
  border-bottom: 1px solid #1595DC;
  color: #1595DC;
}








.ui-image-container12, .ui-image-container34, .ui-image-container43, .ui-image-container46 {
  display: flex;
  justify-content: space-between;
}

.ui-text-title {
  width: 350px;
  text-align: center;
  margin: auto;
}

.ui-dots-line {
  width: 42px;
  margin-left: 15px;
}

.ui-text-detail {
  width: 350px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.ui-design p {
  font-size: 14px;
}

.ui-title-container, .ui-text-container {
  position: relative;
}

.ui-text-container {
  width: auto;
}

.number {
  text-align: left;
}

.ui-image-container5, .ui-image-container11, .ui-image-container34, .ui-image-container39, 
.ui-image-container45 {
  height: 330px;
}

.ui-image-container46 {
  height: 330px;
  width: 350px;
}

.ui-design5 .ui-image-container img {
  width: 200px;
  height: auto;
  margin-top: 50px;
}

.ui-design11 .ui-image-container img {
  width: 350px;
  height: auto;
  margin-top: 50px;
}

.ui-design39 .ui-image-container img {
  width: 350px;
  height: auto;
  margin-top: 50px;
}

.ui-design45 .ui-image-container img {
  width: 350px;
  height: auto;
  margin-top: 50px;
}

.ui-design46 .ui-image-container img {
  width: 120px;
  height: auto;
  margin-top: 50px;
}

.ui-title {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #333;
}

.web-designs-detail {
  transition: 0.3s;
}

.ui-designs {
  transition: 0.3s;
}

.block {
  display: block;
}

.none {
  display: none;
}

.products-detail img:hover {
  transform: scale(1.05);
}

.products-detail img {
  transition: 0.3s;
}

#lightgallery {
  display: flex;
  justify-content: space-between;
  width: 940px;
  margin: auto;
  align-items: flex-end;
}

.pc-mockup {
  width: 59%;
  height: auto;
}

.tb-mockup {
  width: 24%;
  height: auto;
}

.sp-mockup {
  width: 14%;
  height: auto;
}

.web-design-detail .lightgallery {
  margin-bottom: 20px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼レスポンシブ対応▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
/* --------------------------------------560px〜959px：タブレット-------------------------------------- */
@media screen and (min-width:560px) and (max-width:959px) { 
/* --------------------------------------共通-------------------------------------- */
h2 {
  font-size: 34px;
  margin-bottom: 50px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 12px;
}

p {
  font-size: 14px;
}

.header-container {
  width: 460px;
  margin: 30px auto;
  height: 20px;
}

.navi-menu {
  display: none;
}

.navi-menu_products {
  display: none;
}

.header-logo {
  position: absolute;
  top: 25px;
  left: 50px;
}

/* --------------------------------------ナビバーの展開-------------------------------------- */
.dotted-line {
  height: 5px;
  position: relative;
}

.dotted-line::before {
  content: "";
  background-size: 8px 1px;
  background-image: linear-gradient(to right, white, white 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ul_open_h {
  display: block;
  background: rgba(100,100,100,0.7);
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  z-index: 9;
}

.ul_open_h { 
  height: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  border-radius: 20px 0 0 20px;
}

.ul_open_h li{
    padding: 20px;
    width: 300px;
    line-height: 40px;
    font-size: 18px;
    color: white;
}

.ul_open_h a {
  text-decoration: none;
}

.open-1{
  right : -100%;
}
.open-1.active-navi {
  right : 0px;
}

.move-1.on.btn{
  position: fixed;
  right: 25px;
  top: 10px;
}


.btn {
  display:block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 50px;
  border-radius: 40px;
  z-index: 10;
}



.btn span {
  height: 3px;
  background-color: white;
  top: calc(50% - 1.5px);
  border-radius: 40px;
}

.btn-products span {
  background-color: #1595DC;
}

.btn:before {
  content: "";
  top: calc(25% - 3px);
  border-top: 3px solid white;
  border-radius: 40px;
}

.btn-products:before {
  border-top: 3px solid #1595DC;
}



.btn:before, .btn:after, .btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}




.btn:after {
  content: "";
  bottom: calc(25% - 3px);
  border-bottom: 3px solid white;
  border-radius: 40px;
}

.btn-products:after {
  border-bottom: 3px solid #1595DC;
}




.btn:before, .btn:after, .btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 15px;
}

.btn.on:before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.btn.on:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.btn.on span {
  display: none;
}

.btn-products.on.move-1::before {
  border-top: 3px solid white;
}

.btn-products.on.move-1::after {
  border-bottom: 3px solid white;
}


/* --------------------------------------inex.html-------------------------------------- */
.main-visual-text {
  width: 480px;
  height: 700px;
  margin: 200px auto 250px auto;
}

h1 {
  font-size: 70px;
  letter-spacing: 5px;
  margin: 0;
}

.title1 {
  margin-bottom: 200px;
}

.main-pc {
 display: none; 
}

.main-tb {
  display: block; 
}

.main-visual, .main-visual img {
  height: 250px;
}

.about-container {
  margin: 100px auto;
  width: 460px;
}

.about-list-container {
  margin-left: 0;
  margin-bottom: 50px;
}

.dots-line {
  display: none;
}

.dots-line_tb_sp {
  display: block;
}

.skills-container {
  width: 460px;
  margin: 100px auto;
}

.skills h2 {
  margin-top: 100px;
}

.skill-container {
  margin: 20px;
}

.skill {
  width: 215px;
  height: 385px;
}

.design, .xd, .photoshop, .illustrator, .html, .seo {
  height: 58px;
  width: auto;
}

.html {
  padding-bottom: 4px;
}

.css {
  height: 65px;
}

.jquery {
  height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.responsive {
  height: 65px;
}

.wordpress {
  height: 83px;
}

.skill-container9 h4 {
  position: absolute;
  top: 90px;
  left: 45px;
}

.products-container {
  width: 460px;
  margin: 0 auto;
}

.ui-design-sample {
  width: 230px;
  height: 340px;
  margin-bottom: 100px;
}

.contact-container {
  width: 460px;
  margin: 100px auto;
}

.submit-btn {
  margin-left: 220px;
}

.contact-dots-line {
  display: none;
}

.contact-dots-line_tb {
  display: block;
}

.contact-title {
  width: 112px;
}

.contact-dots-line_tb {
  width: 60px;
}

input, textarea {
  width: 270px;
}

.submit-btn {
  font-size: 20px;
}

footer {
  height: 100px;
}

footer p {
  line-height: 100px;
}

/* --------------------------------------products.html-------------------------------------- */
.products-detail-container {
  width: 460px;
  margin: 50px auto;
}

.selector-box {
  width: 210px;
  font-size: 18px;
  margin-bottom: 30px;
  height: 50px;
  line-height: 50px;
}

.products-select ul {
  width: 460px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.web-product-detail img {
  width: 460px;
  margin-bottom: 20px;
}

.web-products-detail, .web-designs-detail {
  width: 460px;
  text-align: center;
}

.web-products-detail-container, .web-design-detail-container {
  margin-top: 100px;
  width: 460px;
}

.web-products-detail > h4, .web-designs-detail > h4, .ui-designs > h4 {
  width: auto;
}

.web-product-detail p, .web-design-detail p {
  width: 460px;
}



.ui-designs-container {
  width: 460px;
  margin: 100px auto;
  display: block;
  text-align: center;
}

.more {
  margin: 50px auto 0 auto;
}

.more h3 {
  margin-bottom: 0;
}

.ui-image-container46 {
  width: 460px;
}



}


/* --------------------------------------〜559px：スマートフォン-------------------------------------- */
@media screen and (max-width:559px) { 
/* --------------------------------------共通-------------------------------------- */
h2 {
  font-size: 26px;
  margin-bottom: 50px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

p {
  font-size: 14px;
}

.header-container {
  width: 280px;
  margin: 20px auto;
  height: 25px;
}

.navi-menu {
  display: none;
}

.header-logo {
  position: absolute;
  top: 25px;
  left: 20px;
}

.header-logo img {
  width: 50px;
}

.navi-menu_products {
  display: none;
}

/* --------------------------------------ナビバーの展開-------------------------------------- */
.dotted-line {
  height: 5px;
  position: relative;
}

.dotted-line::before {
  content: "";
  background-size: 8px 1px;
  background-image: linear-gradient(to right, white, white 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ul_open_h {
  display: block;
  background: rgba(100,100,100,0.7);
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  z-index: 9;
}

.ul_open_h { 
  height: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  border-radius: 20px 0 0 20px;
}

.ul_open_h li{
    padding: 10px;
    width: 200px;
    line-height: 40px;
    font-size: 18px;
    color: white;
}

.ul_open_h a {
  text-decoration: none;
}

.open-1{
  right : -100%;
}
.open-1.active-navi {
  right : 0px;
}

.move-1.on.btn{
  position: fixed;
  right: 25px;
  top: 10px;
}

.btn {
  display:block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 15px;
  background: none;
  border-radius: 40px;
  z-index: 10;
}





.btn span {
  height: 3px;
  background-color: white;
  top: calc(50% - 1.5px);
  border-radius: 40px;
}

.btn-products span {
  background-color: #1595DC;
}






.btn:before {
  content: "";
  top: calc(25% - 3px);
  border-top: 3px solid white;
  border-radius: 40px;
}

.btn-products:before {
  border-top: 3px solid #1595DC;
}








.btn:before, .btn:after, .btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}







.btn:after {
  content: "";
  bottom: calc(25% - 3px);
  border-bottom: 3px solid white;
  border-radius: 40px;
}

.btn-products:after {
  border-bottom: 3px solid #1595DC;
}







.btn:before, .btn:after, .btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.move-1.on.btn {
  position: fixed;
  right: 15px;
  top: 15px;
}

.btn.on:before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.btn.on:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.btn.on span {
  display: none;
}





.btn-products.on.move-1::before {
  border-top: 3px solid white;
}

.btn-products.on.move-1::after {
  border-bottom: 3px solid white;
}

/* --------------------------------------inex.html-------------------------------------- */
h1 {
  font-size: 40px;
  letter-spacing: 0;
}

.main-visual-text {
  width: 280px;
  height: 100vw;
}

.main-pc {
  display: none; 
}

.main-tb {
  display: none; 
}

.main-sp {
  display: block; 
}

.main-visual, .main-visual img {
  height: 200px;
}

.main-visual img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-container {
  margin: 0 auto;
  width: 280px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-list-container {
  display: block;
  margin-left: 0;
  margin-bottom: 30px;
  width: 100%;
}

.about-list {
  background-color: #1595DC;
  color: white;
  width: 280px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-radius: 10px;
}

.about-list-container p {
  width: 280px;
  padding-left: 15px;
  padding-right: 15px;
}


.about-detail {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}


.dots-line {
  display: none;
}

.dots-line_tb_sp {
  display: none;
}

.skills-container {
  width: 280px;
  margin: 50px auto;
}

.skills h2 {
  margin-top: 50px;
}

.skill-container {
  margin: 20px;
}

.skill {
  width: 100%;
  height: 320px;
}


.design, .xd, .photoshop, .illustrator, .html, .seo {
  height: 58px;
  width: auto;
}

.html {
  padding-bottom: 4px;
}

.css {
  height: 65px;
}

.jquery {
  height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.responsive {
  height: 65px;
}

.wordpress {
  height: 83px;
}

.skill-container9 h4 {
  position: relative;
  top: auto;
  left: auto;
}

.web-product:last-child {
  margin-bottom: 150px;
}

.web-design:last-child {
  margin-bottom: 150px;
}

.products-container {
  width: 280px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.products-container h3 {
  margin-bottom: 50px;
}

.web-product, .web-design {
  margin-bottom: 100px;
}

.ui-design {
  width: 280px;
  height: 750px;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: auto;
}

.ui-design-samples {
  width: 280px;
}

.ui-design-samples-container {
  display: block;
  text-align: center;
}

.ui-design-sample {
  width: 280px;
  height: auto;
  margin-bottom: 100px;
}

.ui-design-sample:last-child {
  margin-bottom: 30px;
}

.ui-design-sample img {
  height: 80%;
  width: 179px;
}

.contact-container {
  text-align: center;
  width: 280px;
  margin: 50px auto;
}

.name, .mail, .message {
  display: block;
  text-align: left;
}

.submit-btn {
  margin-left: 220px;
}

.contact-dots-line {
  display: none;
}

.contact-dots-line_tb {
  display: none;
}

.contact-title {
  width: 112px;
}

input, textarea {
  width: 270px;
}

.submit-btn {
  font-size: 20px;
  margin: auto;
}

footer {
  height: 60px;
}

footer p {
  line-height: 60px;
}

/* --------------------------------------products.html-------------------------------------- */

.products-detail-container {
  width: 280px;
  margin: 50px auto;
}

.selector-box {
  width: 210px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  margin: 0 auto 20px auto;
}

.products-select ul {
  display: block;
  margin-bottom: 50px;
}

.web-product-detail img {
  width: 280px;
  margin-bottom: 20px;
}

.web-products-detail, .web-designs-detail {
  width: 280px;
  text-align: center;
}

.web-product-detail, .web-design-detail {
  margin-bottom: 100px;
}

.web-products-detail-container, .web-design-detail-container {
  margin-top: 50px;
  width: 280px;
}

.web-products-detail > h4, .web-designs-detail > h4, .ui-designs > h4 {
  width: 280px;
}

.web-product-detail h4, .web-product-detail p, .web-design-detail p {
  width: 280px;
}

.pc-mockup {
  width: 155px;
}

.tb-mockup {
  width: 55px;
}

.sp-mockup {
  width: 30px;
}

.charge {
  font-size: 10px;
}

.number {
  font-size: 80px;
}

.ui-design p {
  font-size: 12px;
}

.ui-text p {
  height: auto;
}

.ui-text {
  margin-bottom: 0;
}

.ui-text-title {
  width: 280px;
  text-align: center;
}

.ui-dots-line {
  width: 20px;
  margin-left: 0;
  font-size: 7px;
  height: auto;
}

.ui-text-detail {
  width: 280px;
  margin-left: auto;
  text-align: center;
}

.ui-designs-container {
  width: 280px;
  margin: 50px auto;
}

.more {
  margin-bottom: 0;
}

.more h3 {
  margin-bottom: 0;
}

.ui-image-container46 {
  width: 280px;
}

.ui-image-container{
  width: 280px;
}


.ui-design11 .ui-image-container img, .ui-design45 .ui-image-container img {
  width: 280px;
}


.ui-design12 .ui-image-container img, .ui-design34 .ui-image-container img,
.ui-design43 .ui-image-container img {
  width: 120px;
  height: auto;
}

.ui-design46 .ui-image-container img {
  width: 80px;
  height: auto;
}

.ui-design39 .ui-image-container img {
  width: 280px;
}
.ui-title {
  font-size: 16px;
}



}
