@charset "UTF-8";
/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top #ec {
  color: #FFF;
  overflow: hidden;
  margin-top: -20px;
  padding-bottom: 110px;
}
main.top #ec:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  bottom: 0;
  background: #262630;
}
main.top #ec .content {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #ec .item-bg {
  height: 300px;
  margin-bottom: -100px;
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
  width: calc(100vw + 40px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
main.top #ec .item-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: url(../img/top/ec/bg-top.svg) no-repeat center/100% 100%;
}
main.top #ec .item-hd {
  padding-top: 60px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 70px;
}
main.top #ec .item-hd span {
  font-size: 45px;
}
main.top #ec .item-img {
  text-align: center;
  margin-left: -110px;
  margin-right: -150px;
  margin-bottom: 15px;
}
main.top #ec .item-logo {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}
main.top #ec .item-text {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}
main.top #ec .item-text:not(:last-child) {
  margin-bottom: 35px;
}
main.top #ec .item-text > p:not(:last-child) {
  margin-bottom: 10px;
}
main.top #shopify {
  overflow: hidden;
}
main.top #shopify .content {
  display: flex;
}
main.top #shopify .item-left {
  padding-top: 160px;
  padding-bottom: 60px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  position: relative;
  z-index: 3;
}
main.top #shopify .item-img {
  margin-right: -50%;
}
main.top #shopify .item-img img {
  margin-left: -10%;
}
main.top #shopify .item-logo {
  margin-bottom: 40px;
}
main.top #shopify .item-hd {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
main.top #shopify .item-text:not(:last-child) {
  margin-bottom: 50px;
}
main.top #shopify .item-text p:not(:last-child) {
  margin-bottom: 5px;
}
main.top #design {
  overflow: hidden;
  padding-top: 90px;
}
main.top #design .item-hd {
  margin-left: -160px;
  position: relative;
  margin-bottom: -10px;
  z-index: 3;
}
main.top #design .item-content {
  position: relative;
  padding-top: 90px;
  padding-bottom: 65px;
  display: flex;
}
main.top #design .item-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #f44d4d;
  transform: translateX(-50%);
}
main.top #design .item-content > * {
  position: relative;
}
main.top #design .item-img {
  position: absolute;
  right: -140px;
  top: -300px;
}
main.top #design .item-text {
  margin-left: auto;
  position: relative;
  color: #f8f1c0;
  font-family: ten-mincho-text, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding-right: 70px;
}
main.top #design .item-text h3 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.4;
}
main.top #design .item-text p:not(:last-child) {
  margin-bottom: 5px;
}
main.top #design .item-text a {
  margin-left: auto;
  width: 220px;
  height: 220px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  color: #f44d4d;
  background-color: #daed83;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: -20px;
  margin-right: -60px;
}
main.top #design .item-text a:hover {
  text-decoration: none;
  background-color: rgba(218, 237, 131, 0.9);
}
main.top #photo_movie {
  padding-bottom: 70px;
  padding-top: 260px;
}
main.top #photo_movie .content {
  position: relative;
  z-index: 2;
}
main.top #photo_movie .item-bg {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100vw - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
}
main.top #photo_movie .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../img/top/photo_movie/bg.jpg) no-repeat center/cover;
}
main.top #photo_movie .item-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top #photo_movie .item-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main.top #photo_movie .item-hd {
  margin-bottom: 200px;
}
main.top #photo_movie .item-text {
  color: #ebe6da;
  display: flex;
}
main.top #photo_movie .item-text:not(:last-child) {
  margin-bottom: 30px;
}
main.top #photo_movie .item-text h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 35px;
}
main.top #photo_movie .item-text p {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

@media screen and (min-width: 701px) and (max-width: 1080px) {
  /* main top
  ------------------------------------------------------------*/
  main.top #ec:before {
    height: calc(100% - 120px);
  }
  main.top #ec .item-bg {
    height: 220px;
    margin-bottom: -100px;
  }
  main.top #ec .item-hd {
    padding-top: 50px;
  }
  main.top #shopify .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.top #shopify .item-left {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  main.top #shopify .item-img {
    margin-right: -35%;
    max-width: 90%;
  }
  main.top #design .item-hd {
    margin-left: -60px;
  }
  main.top #design .item-img {
    right: -100px;
    top: -200px;
  }
  main.top #photo_movie {
    padding-left: 70px;
    padding-right: 70px;
  }
  main.top #photo_movie .item-text h3 {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 700px) {
  /* main top
  ------------------------------------------------------------*/
  main.top #ec {
    margin-top: -10px;
    padding-bottom: 50px;
  }
  main.top #ec:before {
    height: calc(100% - 50px);
  }
  main.top #ec .item-bg {
    height: 150px;
    margin-bottom: -100px;
  }
  main.top #ec .item-hd {
    padding-top: 10px;
    font-size: 25px;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
  }
  main.top #ec .item-hd span {
    font-size: 32px;
  }
}
@media screen and (max-width: 700px) and (max-width: 400px) {
  main.top #ec .item-hd {
    font-size: 5.2vw;
  }
  main.top #ec .item-hd span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 700px) {
  main.top #ec .item-img {
    margin-left: -60px;
    margin-right: -90px;
    margin-bottom: 10px;
  }
  main.top #ec .item-logo {
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
  main.top #ec .item-text {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  main.top #ec .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #ec .item-text > p:not(:last-child) {
    margin-bottom: 5px;
  }
  main.top #shopify .content {
    flex-wrap: wrap;
  }
  main.top #shopify .item-left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
  }
  main.top #shopify .item-img {
    margin-right: -30%;
    margin-left: -5%;
    margin-top: -10%;
    margin-bottom: -20%;
  }
  main.top #shopify .item-img img {
    margin-left: 0;
  }
  main.top #shopify .item-logo {
    margin-bottom: 20px;
  }
  main.top #shopify .item-logo img {
    width: 240px;
  }
  main.top #shopify .item-hd {
    font-size: 21px;
    margin-bottom: 15px;
  }
  main.top #shopify .item-text {
    font-size: 16px;
  }
  main.top #shopify .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #shopify .item-text p br {
    display: none;
  }
  main.top #shopify .item-text p:not(:last-child) {
    margin-bottom: 5px;
  }
  main.top #design {
    padding-top: 50px;
  }
  main.top #design .item-hd {
    margin-left: -20px;
    margin-bottom: -5px;
  }
  main.top #design .item-content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  main.top #design .item-img {
    right: -100px;
    top: -5%;
  }
  main.top #design .item-img img {
    opacity: 0.7;
  }
  main.top #design .item-text {
    padding-right: 50px;
    padding-top: 30%;
  }
  main.top #design .item-text h3 {
    font-size: 26px;
    font-weight: normal;
  }
  main.top #design .item-text p {
    font-size: 16px;
  }
  main.top #design .item-text p br {
    display: none;
  }
  main.top #design .item-text a {
    width: 160px;
    height: 160px;
    font-size: 16px;
    margin-top: -10px;
    margin-right: -50px;
  }
  main.top #photo_movie {
    padding: 100px 30px 40px;
  }
  main.top #photo_movie .item-bg {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100vw - 10px);
    height: calc(100% - 10px);
  }
  main.top #photo_movie .item-hd {
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  main.top #photo_movie .item-text {
    flex-wrap: wrap;
  }
  main.top #photo_movie .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #photo_movie .item-text h3 {
    width: 100%;
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) and (max-width: 450px) {
  main.top #photo_movie .item-text h3 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 700px) {
  main.top #photo_movie .item-text p {
    width: 100%;
    font-size: 15px;
  }
}
