/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top #about, main.top #womens {
  overflow: hidden;
  padding-bottom: 16px;
}

main.top #about .heading-lv01, main.top #womens .heading-lv01 {
  margin-left: -60px;
  margin-right: -60px;
}

main.top #about .content-block, main.top #womens .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

main.top #about .content-block > *, main.top #womens .content-block > * {
  position: relative;
  z-index: 2;
}

main.top #about .content-block:before, main.top #womens .content-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  width: 100vw;
  height: calc(100% - 65px - 30px);
  right: -60px;
  background: rgba(0, 174, 235, 0.1);
  -webkit-border-radius: 0 300px 300px 0;
  -moz-border-radius: 0 300px 300px 0;
  -ms-border-radius: 0 300px 300px 0;
  -o-border-radius: 0 300px 300px 0;
  border-radius: 0 300px 300px 0;
}

main.top #about .content-block .item-hd, main.top #womens .content-block .item-hd {
  width: 100%;
  margin-bottom: 50px;
}

main.top #about .content-block .item-img, main.top #womens .content-block .item-img {
  margin-right: 70px;
}

main.top #about .content-block .item-img a, main.top #womens .content-block .item-img a {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

main.top #about .content-block .item-img a:before, main.top #womens .content-block .item-img a:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 4px dotted #00aeeb;
  border-bottom: 4px dotted #00aeeb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

main.top #about .content-block .item-img a span, main.top #womens .content-block .item-img a span {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

main.top #about .content-block .item-img a span img, main.top #womens .content-block .item-img a span img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

main.top #about .content-block .item-img a:hover span img, main.top #womens .content-block .item-img a:hover span img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.top #about .content-block .item-img a:hover:before, main.top #womens .content-block .item-img a:hover:before {
  left: 6px;
  top: 6px;
}

main.top #about .content-block .item-text, main.top #womens .content-block .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
}

main.top #about .content-block .item-text h3, main.top #womens .content-block .item-text h3, main.top #about .content-block .item-text h4, main.top #womens .content-block .item-text h4 {
  color: #016cb7;
}

main.top #about .content-block .item-text h3:not(:last-child), main.top #womens .content-block .item-text h3:not(:last-child), main.top #about .content-block .item-text h4:not(:last-child), main.top #womens .content-block .item-text h4:not(:last-child) {
  margin-bottom: 30px;
}

main.top #about .content-block .item-text h3, main.top #womens .content-block .item-text h3 {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
}

main.top #about .content-block .item-text h4, main.top #womens .content-block .item-text h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}

main.top #about .content-block .item-text p img, main.top #womens .content-block .item-text p img {
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  margin-left: 20px;
}

main.top #about .content-block .item-text .link-block, main.top #womens .content-block .item-text .link-block {
  margin-top: auto;
}

main.top #womens {
  padding-top: 104px;
}

main.top #womens .heading-lv01 {
  color: rgba(241, 147, 189, 0.3);
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
}

main.top #womens .content-block:before {
  background: rgba(241, 147, 189, 0.1);
  left: -60px;
  right: initial;
  -webkit-border-radius: 300px 0 0 300px;
  -moz-border-radius: 300px 0 0 300px;
  -ms-border-radius: 300px 0 0 300px;
  -o-border-radius: 300px 0 0 300px;
  border-radius: 300px 0 0 300px;
}

main.top #womens .content-block .item-hd {
  text-align: center;
}

main.top #womens .content-block .item-img {
  -webkit-box-original-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-right: 0;
  margin-left: 70px;
}

main.top #womens .content-block .item-img a:before {
  border-color: #f193bd;
}

main.top #womens .content-block .item-text {
  padding-left: 50px;
}

main.top #womens .content-block .item-text h3, main.top #womens .content-block .item-text h4 {
  color: #f193bd;
}

main.top #womens .content-block .item-text .link-block {
  padding-left: 50px;
}

main.top #other {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

main.top #other:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #00aeeb;
}

main.top #other .other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -45px;
  position: relative;
}

main.top #other .other-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  width: 860px;
  height: 860px;
  right: 50%;
  border: 64px solid rgba(0, 174, 235, 0.03);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.top #other .other-list li {
  margin-right: 45px;
  width: calc(50% - 45px);
  position: relative;
}

main.top #other .other-list li:nth-child(2) {
  margin-top: 70px;
}

main.top #other .other-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.top #other .other-list li a:hover {
  text-decoration: none;
}

main.top #other .other-list li a:hover .item-img span img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  filter: alpha(opacity=100);
  opacity: 1;
}

main.top #other .other-list li a:hover .item-img:before {
  left: 6px;
  top: 6px;
}

main.top #other .other-list .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-bottom: 35px;
}

main.top #other .other-list .item-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 4px dotted #016cb7;
  border-bottom: 4px dotted #016cb7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

main.top #other .other-list .item-img span {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

main.top #other .other-list .item-img span img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

main.top #other .other-list .item-text {
  padding-left: 30px;
  padding-right: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.top #other .other-list .item-text h2 {
  margin-right: auto;
}

main.top #other .other-list .item-text h2 span {
  display: block;
}

main.top #other .other-list .item-text h2 span:nth-child(2) {
  color: #FFF;
  font-family: sonar-sans, sans-serif;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: normal;
  margin-top: 10px;
}

main.top #other .other-list .item-text .link-more-02 {
  margin-left: auto;
}

/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main top
------------------------------------------------------------*/
  main.top #about .heading-lv01, main.top #womens .heading-lv01 {
    margin-left: -40px;
    margin-right: -40px;
  }
  main.top #about .content-block:before, main.top #womens .content-block:before {
    right: -40px;
  }
  main.top #about .content-block .item-img, main.top #womens .content-block .item-img {
    margin-right: 40px;
    max-width: 50%;
  }
  main.top #about .content-block .item-text, main.top #womens .content-block .item-text {
    padding-top: 20px;
  }
  main.top #womens .heading-lv01 {
    margin-left: -40px;
    margin-right: -40px;
  }
  main.top #womens .content-block:before {
    left: -40px;
  }
  main.top #womens .content-block .item-hd {
    width: calc(100% + 40px * 2);
    margin-left: -40px;
    margin-right: -40px;
  }
  main.top #womens .content-block .item-img {
    margin-right: 0;
    margin-left: 40px;
    max-width: 50%;
  }
  main.top #womens .content-block .item-text {
    padding-left: 20px;
  }
  main.top #other .other-list {
    margin-right: -30px;
  }
  main.top #other .other-list li {
    margin-right: 30px;
    width: calc(50% - 30px);
  }
  main.top #other .other-list .item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top #about .heading-lv01, main.top #womens .heading-lv01 {
    margin-left: 0;
    margin-right: 0;
  }
  main.top #about .content-block, main.top #womens .content-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.top #about .content-block:before, main.top #womens .content-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 65px;
    width: 100vw;
    height: calc(100% - 65px - 30px);
    right: -20px;
  }
  main.top #about .content-block .item-hd, main.top #womens .content-block .item-hd {
    margin-bottom: 25px;
  }
  main.top #about .content-block .item-img, main.top #womens .content-block .item-img {
    margin-right: 0;
  }
  main.top #about .content-block .item-img a:before, main.top #womens .content-block .item-img a:before {
    left: 8px;
    top: 8px;
    border-width: 2px;
  }
  main.top #about .content-block .item-img a:hover:before, main.top #womens .content-block .item-img a:hover:before {
    left: 4px;
    top: 4px;
  }
  main.top #about .content-block .item-text, main.top #womens .content-block .item-text {
    width: 100%;
    padding-top: 30px;
  }
  main.top #about .content-block .item-text h3, main.top #womens .content-block .item-text h3, main.top #about .content-block .item-text h4, main.top #womens .content-block .item-text h4 {
    color: #016cb7;
  }
  main.top #about .content-block .item-text h3:not(:last-child), main.top #womens .content-block .item-text h3:not(:last-child), main.top #about .content-block .item-text h4:not(:last-child), main.top #womens .content-block .item-text h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #about .content-block .item-text h3, main.top #womens .content-block .item-text h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.top #about .content-block .item-text h4, main.top #womens .content-block .item-text h4 {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main.top #about .content-block .item-text .link-block, main.top #womens .content-block .item-text .link-block {
    margin-top: 20px;
  }
  main.top #womens {
    padding-top: 40px;
  }
  main.top #womens .heading-lv01 {
    margin-left: 0px;
    margin-right: 0px;
  }
  main.top #womens .content-block:before {
    left: -20px;
  }
  main.top #womens .content-block .item-hd {
    text-align: left;
  }
  main.top #womens .content-block .item-img {
    margin-left: 0;
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  main.top #womens .content-block .item-text {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-left: 0px;
  }
  main.top #womens .content-block .item-text .link-block {
    padding-left: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  main.top #other {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  main.top #other:before {
    height: 65%;
  }
  main.top #other .other-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  main.top #other .other-list:before {
    width: 400px;
    height: 400px;
    top: -10%;
  }
  main.top #other .other-list li {
    margin-right: 0;
    width: 100%;
  }
  main.top #other .other-list li:nth-child(2) {
    margin-top: 40px;
  }
  main.top #other .other-list li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.top #other .other-list li a:hover .item-img:before {
    left: 4px;
    top: 4px;
  }
  main.top #other .other-list .item-img {
    margin-bottom: 25px;
  }
  main.top #other .other-list .item-img:before {
    left: 8px;
    top: 8px;
    border-width: 2px;
  }
  main.top #other .other-list .item-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  main.top #other .other-list .item-text h2 span:nth-child(2) {
    font-size: 15px;
    font-size: 1rem;
    font-weight: normal;
  }
  main.top #other .other-list .item-text .link-more-02 {
    margin-top: 10px;
  }
}
