@charset "UTF-8";
body {
  margin: 0 auto;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  background: #fff;
  position: relative;
  padding: 0;
  margin: 0;
}

.top_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  font-weight: bold;
  color: #000;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_text {
    top: -0.7%;
    margin: 0 0 0 -20px;
  }
}
@media only screen and (min-width: 768px) {
  .top_text {
    top: -1.4%;
    margin: 0 0 0 -20px;
  }
}
@media only screen and (max-width: 767px) {
  .top_text p {
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .top_text p {
    margin: 0;
    padding: 0;
  }
}

.sns_nav {
  position: fixed;
  top: 50%;
  left: -0.3%;
}
@media only screen and (max-width: 767px) {
  .sns_nav {
    display: none;
  }
}
.sns_nav .inner {
  display: flex;
  flex-direction: column;
}
.sns_nav .pic {
  width: 100%;
  text-align: center;
}
.sns_nav a {
  color: #000;
  text-decoration: none;
}
.sns_nav a:hover {
  color: #ccc;
}

.nav_ttl {
  font-weight: bold;
  transform: rotate(90deg);
  margin-bottom: 25px;
  margin-right: 3px;
  font-size: 21px;
  color: #000;
}

.nav_twitter {
  display: flex;
  flex-direction: column;
}
.nav_twitter .text {
  width: 100%;
  margin-top: 35px;
  transform: rotate(90deg);
  text-align: left;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .nav_twitter img {
    width: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .nav_twitter img {
    width: 33px;
  }
}

.nav_insta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.nav_insta .text {
  width: 100%;
  margin-top: 35px;
  transform: rotate(90deg);
  text-align: left;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .nav_insta img {
    width: 33px;
  }
}

.wrap {
  position: relative;
  z-index: 1;
  background: linear-gradient(115deg, #60ffff 0%, #7491ff 100%);
}
@media only screen and (max-width: 767px) {
  .wrap {
    margin: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    margin: 70px;
  }
}

.hero {
  position: relative;
  padding: 0;
}
.hero .img_bg {
  width: 100%;
  height: 0;
  background-image: url(../img/sp7.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(500 / 1091 * 100%);
}
.hero .block {
  display: flex;
  justify-content: center;
  margin: -70px 0 50px;
}
.hero .block .box {
  width: 220px;
  height: 220px;
  margin: 0 10px;
  background: #767676;
}
.hero .img_front {
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
}

.desp {
  color: #000;
  background: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .desp {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .desp {
    font-size: 18px;
    line-height: 35px;
    padding: 60px 0;
  }
}

.product {
  color: #000;
}

.mechati .inner {
  display: flex;
  position: relative;
  z-index: 25;
}
@media only screen and (max-width: 767px) {
  .mechati .inner {
    flex-direction: column;
    padding: 50px 30px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .mechati .inner {
    padding: 50px 30px 70px;
  }
}
.mechati .inner .hr_container {
  width: 100%;
  text-align: left;
  margin: 20px 0 30px 0;
}
.mechati .inner hr {
  display: block;
  height: 5px;
  background-color: #000;
  width: 10%;
  border: none;
  text-align: left;
  margin-left: 0;
}
.mechati h1 {
  text-align: left;
  color: #000;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .mechati h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .mechati h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.mechati .detail {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .mechati .detail {
    margin-top: 10px;
  }
}
.mechati .pic {
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .mechati .pic {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .mechati .pic {
    width: 450px;
    margin-right: 40px;
  }
}
.mechati .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .mechati .text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mechati .text {
    width: 65%;
  }
}
.mechati .text p {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mechati .text .thum {
    height: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .mechati .text .thum {
    height: 100%;
    margin-top: 30px;
  }
}
.mechati .text .thum .block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mechati .text .thum .block .box {
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .mechati .text .thum .block .box {
    width: 30%;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .mechati .text .thum .block .box {
    width: 25%;
    margin: 0 10px;
  }
}

.bg {
  position: relative;
  background: linear-gradient(115deg, #beffc1 0%, #67ffff 48%, #a0bcff 100%);
  transform: skewY(-10deg);
  width: 100%;
  z-index: 1;
}

.goukaikong {
  transform: skewY(10deg);
}
.goukaikong .inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .goukaikong .inner {
    flex-direction: column;
    padding: 90px 30px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .goukaikong .inner {
    justify-content: space-between;
    padding: 90px 30px 70px;
  }
}
.goukaikong .inner .hr_container {
  width: 100%;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 30px;
}
.goukaikong .inner hr {
  height: 5px;
  background-color: #000;
  width: 10%;
  border: none;
}
@media only screen and (max-width: 767px) {
  .goukaikong .inner hr {
    text-align: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .goukaikong .inner hr {
    text-align: right;
    margin-right: 0;
  }
}
.goukaikong h1 {
  color: #000;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .goukaikong h1 {
    font-size: 30px;
    line-height: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .goukaikong h1 {
    font-size: 50px;
    line-height: 50px;
    text-align: right;
  }
}
.goukaikong .detail {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .goukaikong .detail {
    text-align: left;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .goukaikong .detail {
    text-align: right;
  }
}
.goukaikong .pic {
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .goukaikong .pic {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .goukaikong .pic {
    width: 450px;
    margin-left: 40px;
  }
}
.goukaikong .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .goukaikong .text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .goukaikong .text {
    width: 65%;
  }
}
.goukaikong .text p {
  display: block;
}
@media only screen and (max-width: 767px) {
  .goukaikong .text .thum {
    height: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .goukaikong .text .thum {
    height: 100%;
    margin-top: 30px;
  }
}
.goukaikong .text .thum .block {
  display: flex;
  justify-content: center;
}
.goukaikong .text .thum .block .box {
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .goukaikong .text .thum .block .box {
    width: 30%;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .goukaikong .text .thum .block .box {
    width: 25%;
    margin: 0 10px;
  }
}

.mailform {
  position: relative;
  z-index: 50;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .mailform {
    border: #000 solid 8px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .mailform {
    border: #000 solid 9px;
    padding: 20px;
  }
}
.mailform dl {
  width: calc(100% - 20px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .mailform dl {
    flex-direction: column;
    margin: 0 auto 7px auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform dl {
    justify-content: space-between;
    margin: 0 auto 10px auto;
    max-width: 650px;
  }
}
.mailform dt {
  padding: 0;
  font-size: 1.0rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mailform dt {
    margin: 0 0 3px 0;
    width: 100%;
    text-align: left;
    padding-top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .mailform dt {
    margin: 0 0 7px 0;
    width: 200px;
    text-align: right;
    padding-top: 3px;
  }
}
.mailform dd {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .mailform dd {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform dd {
    width: calc(100% - 220px);
  }
}
.mailform .text {
  width: 100%;
}
.mailform input[type="text"], .mailform input[type="email"] {
  width: calc(100% - 10px);
  border: none;
  font-size: 0.9rem;
  padding: 6px 5px 4px 5px;
}
.mailform input[type="submit"] {
  background: #fff;
  color: #000;
  border: none;
  font-weight: bold;
  padding: 3px 20px;
}
@media only screen and (max-width: 767px) {
  .mailform input[type="submit"] {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .mailform input[type="submit"] {
    font-size: 17px;
    cursor: pointer;
  }
  .mailform input[type="submit"]:hover {
    background: #D9D9D9;
  }
}
@media only screen and (max-width: 767px) {
  .mailform h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .mailform h2 {
    font-size: 28px;
  }
}
.mailform .date {
  font-size: 17px;
  margin: 0 0 30px;
  font-weight: bold;
}
.mailform .msg {
  font-size: 20px;
  font-weight: bold;
}

.instagram_area {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .instagram_area {
    padding: 30px 10px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .instagram_area {
    padding: 60px 30px 70px;
  }
}
.instagram_area h1 {
  color: #000;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .instagram_area h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .instagram_area h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram_area img {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .instagram_area img {
    width: 55px;
  }
}
.instagram_area p {
  margin: 0;
  padding: 0;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .instagram_area p {
    font-size: 12px;
  }
}

.instagramItem {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.instagramItem .insta-box {
  width: 18%;
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .instagramItem .insta-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 48%;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 2%;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .instagramItem .insta-box {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 4px;
  }
}
.instagramItem .insta-box a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.instagramItem .insta-box a .spacer {
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  opacity: 0;
}
.instagramItem .insta-box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #fff;
}
.instagramItem .insta-box a .oblongImg {
  height: 100%;
  width: auto;
  max-width: initial;
  min-width: initial;
}
.instagramItem .insta-box a .verticalImg {
  width: 100%;
  height: auto;
  max-height: initial;
  min-height: initial;
}
.instagramItem .insta-box a .likes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  z-index: 20;
}
.instagramItem .insta-box a:hover .likes {
  opacity: 1;
}
.instagramItem .insta-box a:hover .spacer {
  opacity: 1;
}

.complete_sns .top_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .complete_sns .top_text {
    top: -0.7%;
  }
}
@media only screen and (min-width: 768px) {
  .complete_sns .top_text {
    top: -7.3%;
  }
}
@media only screen and (max-width: 767px) {
  .complete_sns .top_text p {
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .complete_sns .top_text p {
    margin: 0;
    padding: 0;
  }
}
.complete_sns .sns_nav {
  position: fixed;
  top: 40%;
  transform: translateY(-50%);
  left: -0.3%;
}
@media only screen and (max-width: 767px) {
  .complete_sns .sns_nav {
    display: none;
  }
}
.complete_sns .sns_nav .inner {
  display: flex;
  flex-direction: column;
}
.complete_sns .sns_nav .pic {
  width: 100%;
}
.complete_sns .sns_nav a {
  color: #000;
  text-decoration: none;
}
.complete_sns .sns_nav a:hover {
  color: #ccc;
}
.complete_sns .nav_ttl {
  font-weight: bold;
  transform: rotate(90deg);
  margin-bottom: 25px;
  margin-right: 3px;
  font-size: 21px;
  color: #000;
}
.complete_sns .nav_twitter {
  display: flex;
  flex-direction: column;
}
.complete_sns .nav_twitter .text {
  width: 100%;
  margin-top: 35px;
  transform: rotate(90deg);
  text-align: left;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .complete_sns .nav_twitter img {
    width: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .complete_sns .nav_twitter img {
    width: 33px;
  }
}
.complete_sns .nav_insta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.complete_sns .nav_insta .text {
  width: 100%;
  margin-top: 35px;
  transform: rotate(90deg);
  text-align: left;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .complete_sns .nav_insta img {
    width: 33px;
  }
}

.complete {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .complete {
    margin: auto;
    text-align: center;
    height: 650px;
  }
}
@media only screen and (min-width: 768px) {
  .complete {
    margin: auto;
    text-align: center;
    height: 650px;
  }
}
.complete .inner {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .complete .inner_box {
    border: #000 solid 8px;
    padding: 15px 15px 30px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .complete .inner_box {
    border: #000 solid 9px;
    padding: 20px 20px 40px;
    width: 80%;
    margin: 0 auto;
  }
}
.complete h1 {
  color: #000;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .complete h1 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .complete h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.complete a {
  background: #fff;
  color: #000;
  border: none;
  font-weight: bold;
  padding: 3px 20px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .complete a {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .complete a {
    font-size: 17px;
    cursor: pointer;
  }
  .complete a:hover {
    background: #D9D9D9;
  }
}

.cap {
  text-align: center;
}

.lang {
  position: relative;
  z-index: 99;
}

.global_head {
  margin: 0;
}
