/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

body {
  color: #4e4a54;
  font-size: 0.9em;
  -webkit-text-size-adjust: 100%;
}

body * {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
}

a {
  color: #4e4a54;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

a img {
  border-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#wrapper img {
  width: 100%;
  vertical-align: middle;
}

/* media query */
@media screen {
  .fade__0 {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  .fade__L2 {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .fade__L3 {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .fadeReset {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media all and (min-width: 568px) {
  .sp_p {
    display: none;
  }
}

@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}

@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}

@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 740px) {
  .ns {
    display: none;
  }
}

@media all and (max-width: 1400px) {
  .np {
    display: none;
  }
}

.bx-wrapper {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

#wrapper {
  overflow: hidden;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  height: 117px;
  background-color: #7dfac9;
  padding: 0 100px;
}

@media all and (max-width: 1200px) {
  header {
    padding: 0 20px;
  }
}

header > h1 {
  width: 110px;
}

@media screen and (max-width: 960px) {
  header {
    height: 80px;
  }
  header > h1 {
    width: 80px;
  }
}

.btnMenu {
  position: fixed;
  top: 40px;
  right: 100px;
  z-index: 101;
}

@media all and (max-width: 1200px) {
  .btnMenu {
    right: 30px;
  }
}

@media screen and (max-width: 960px) {
  .btnMenu {
    top: 25px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .btnMenu {
    right: 20px;
  }
}

.btnMenu a {
  display: block;
  width: 60px;
  height: 20px;
}

@media screen and (max-width: 960px) {
  .btnMenu a {
    width: 50px;
  }
}

.btnMenu a svg {
  width: 100%;
  fill: #fff;
}

.btnMenu a svg rect {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 2px;
}

.btnMenu a svg rect.b2 {
  width: 33px;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.btnMenu a svg rect.b3 {
  width: 20px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.btnMenu a:hover svg rect.b2,
.btnMenu a:hover svg rect.b3 {
  width: 40px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.menuCommon > p.closeBtn {
  position: fixed;
  width: 60px;
  top: 40px;
  right: 110px;
  cursor: pointer;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon > p.closeBtn {
    width: 50px;
    top: 25px;
    right: 20px;
  }
}

.menuCommon#mainMenu {
  width: 900px !important;
  right: 0;
  left: auto !important;
}

@media screen and (max-width: 960px) {
  .menuCommon#mainMenu {
    width: 100% !important;
  }
}

.menuCommon#mainMenu > div {
  padding: 100px 50px 50px 100px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div {
    padding: 50px;
  }
}

.menuCommon#mainMenu > div > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav {
    display: block;
  }
}

.menuCommon#mainMenu > div > nav > div {
  width: 50%;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div {
    width: 100%;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div.menuProduct {
    margin-bottom: 50px;
  }
}

.menuCommon#mainMenu > div > nav > div.menuProduct > ul.list {
  margin-left: 20px;
  margin-bottom: 30px;
}

.menuCommon#mainMenu > div > nav > div.menuProduct > ul.list li {
  list-style: circle;
}

@media screen and (max-width: 960px) {
  .menuCommon#mainMenu > div > nav > div.menuProduct > ul.list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div.menuProduct > ul.list li {
    margin-bottom: 0px;
  }
}

.menuCommon#mainMenu > div > nav > div.menuProduct > section {
  margin-bottom: 30px;
}

.menuCommon#mainMenu > div > nav > div.menuProduct > section > h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .menuCommon#mainMenu > div > nav > div.menuProduct > section > h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div.menuProduct > section > h3 {
    margin-bottom: 10px;
  }
}

.menuCommon#mainMenu > div > nav > div.menuProduct > section > ul {
  border-left: 1px solid #ddd3d4;
  padding-left: 30px;
  margin-left: 10px;
}

@media screen and (max-width: 960px) {
  .menuCommon#mainMenu > div > nav > div.menuProduct > section > ul li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div.menuProduct > section > ul li {
    margin-bottom: 2px;
  }
}

.menuCommon#mainMenu > div > nav > div.menuCompany > p.logo {
  width: 100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .menuCommon#mainMenu > div > nav > div.menuCompany > p.logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div.menuCompany > p.logo {
    margin-bottom: 20px;
  }
}

.menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 45px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns {
    margin-bottom: 30px;
  }
}

.menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns > li {
  width: 25px;
  margin-right: 15px;
}

.menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns > li a {
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns > li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns > li:nth-child(1) a {
  background-image: url(../images/icon_youtube.svg);
}

.menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns > li:nth-child(2) a {
  background-image: url(../images/icon_insta_b.svg);
}

.menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns > li:nth-child(3) a {
  background-image: url(../images/icon_twitter.svg);
}

.menuCommon#mainMenu > div > nav > div.menuCompany > ul.sns > li:nth-child(4) a {
  background-image: url(../images/icon_facebook.svg);
}

.menuCommon#mainMenu > div > nav > div.menuCompany > section > h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .menuCommon#mainMenu > div > nav > div.menuCompany > section > h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div.menuCompany > section > h3 {
    margin-bottom: 10px;
  }
}

.menuCommon#mainMenu > div > nav > div.menuCompany > section > ul {
  border-left: 1px solid #ddd3d4;
  padding-left: 30px;
  margin-left: 10px;
}

@media screen and (max-width: 960px) {
  .menuCommon#mainMenu > div > nav > div.menuCompany > section > ul li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .menuCommon#mainMenu > div > nav > div.menuCompany > section > ul li {
    margin-bottom: 2px;
  }
}

#contents:not(.toppage) {
  padding-top: 117px;
}

@media screen and (max-width: 960px) {
  #contents:not(.toppage) {
    padding-top: 80px;
  }
}

#contents .mainimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 600px;
}

@media screen and (max-width: 1100px) {
  #contents .mainimg {
    height: 400px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainimg {
    height: 300px;
  }
}

#contents .mainimg > section > h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 4.5em;
  color: #7dfac9;
  mix-blend-mode: overlay;
  line-height: 130%;
  letter-spacing: 10px;
}

@media screen and (max-width: 1100px) {
  #contents .mainimg > section > h2 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-size: 3em;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainimg > section > h2 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    letter-spacing: 5px;
  }
}

#contents .mainimg > section > p {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  color: #7dfac9;
  mix-blend-mode: overlay;
  line-height: 130%;
}

@media screen and (max-width: 1100px) {
  #contents .mainimg > section > p {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainimg > section > p {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-size: 1em;
  }
}

#contents .mainimg.noimg {
  background-image: url(../images/mainimg_noimg.jpg);
  height: 300px;
}

@media screen and (max-width: 1100px) {
  #contents .mainimg.noimg {
    height: 200px;
  }
}

#contents .mainimg.noimg > section > h2,
#contents .mainimg.noimg > section > p {
  mix-blend-mode: normal;
}

#contents .topicPath {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  margin-top: -30px;
}

@media all and (max-width: 1400px) {
  #contents .topicPath {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topicPath {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topicPath {
    margin-top: -20px;
  }
}

#contents .topicPath:before {
  content: "";
  display: block;
  background-color: #f8f8f4;
  position: absolute;
  left: -1000px;
  top: 0;
  width: 1000px;
  height: 100%;
}

#contents .topicPath > div {
  display: table;
  background-color: #f8f8f4;
  padding: 20px 20px 20px 0;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topicPath > div {
    padding: 12px 15px 12px 0;
  }
}

#contents .topicPath > div > p {
  display: table-cell;
  font-size: 0.7em;
  line-height: 130%;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topicPath > div > p {
    display: inline-block;
  }
}

#contents .topicPath > div > p a {
  text-decoration: underline;
}

#contents .topicPath > div > p:not(:first-child)::before {
  content: ">";
  margin: 0 5px;
}

#contents ol {
  margin-left: 40px;
}

#contents ol li {
  list-style: decimal;
}

#contents ul.kome li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

#contents .notfoundArea {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media all and (max-width: 1400px) {
  #contents .notfoundArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .notfoundArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

#contents .notfoundArea > h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 4em;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .notfoundArea > h3 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-size: 3em;
  }
}

#contents .notfoundArea > h3 span {
  color: #afaca8;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 1em;
}

#contents .notfoundArea > p {
  margin-top: 30px;
}

#contents .notfoundArea > p a {
  display: inline-block;
  border-radius: 20px;
  padding: 15px 30px;
  line-height: 100%;
  background-color: #7dfac9;
}

@media screen and (max-width: 740px) {
  #contents .notfoundArea > p a {
    font-size: 0.9em;
    letter-spacing: 2px;
  }
}

#contents .notfoundArea > p a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.technologyArea {
  background: url(../images/technology_photo.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 140px 0 90px;
}

@media screen and (max-width: 960px) {
  .technologyArea {
    padding: 50px 0;
  }
}

.technologyArea h2 {
  max-width: 1170px;
  margin: 0 auto;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
}

@media all and (max-width: 1400px) {
  .technologyArea h2 {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .technologyArea h2 {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.technologyArea h2::before {
  content: "";
  border-top: 1px solid #fff;
  display: inline-block;
  width: 75px;
  height: 1px;
  margin-right: 20px;
  vertical-align: middle;
}

.technologyArea > section {
  max-width: 980px;
  margin: 0 auto;
  text-align: right;
  margin-top: -50px;
}

@media all and (max-width: 1400px) {
  .technologyArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .technologyArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 960px) {
  .technologyArea > section {
    margin-top: 20px;
  }
}

.technologyArea > section > h3 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 3.2em;
  mix-blend-mode: overlay;
  margin-bottom: 50px;
  line-height: 160%;
}

@media screen and (max-width: 960px) {
  .technologyArea > section > h3 {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .technologyArea > section > h3 {
    margin-bottom: 30px;
  }
}

.technologyArea > section > p.text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 250%;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .technologyArea > section > p.text {
    line-height: 200%;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .technologyArea > section > p.text {
    letter-spacing: 1px;
  }
  .technologyArea > section > p.text br.sp {
    display: none;
  }
}

.technologyArea > section > p.link a {
  background-color: #fff;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 120%;
  padding: 12px 40px;
  border-radius: 20px;
}

.contactArea {
  background: -webkit-gradient(linear, left top, right top, from(#d1fceb), to(#f1fef9));
  background: linear-gradient(to right, #d1fceb, #f1fef9);
  padding-top: 200px;
}

@media screen and (max-width: 740px) {
  .contactArea {
    padding-top: 100px;
  }
}

.contactArea > section {
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 130px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 1400px) {
  .contactArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .contactArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 740px) {
  .contactArea > section {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .contactArea > section {
    padding: 30px 0;
  }
}

.contactArea > section > h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.contactArea > section > h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #4e4a54;
  position: absolute;
  left: 0;
  top: 20px;
  width: calc(50% - 100px);
}

@media screen and (max-width: 740px) {
  .contactArea > section > h3:before {
    width: calc(50% - 70px);
  }
}

.contactArea > section > p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 740px) {
  .contactArea > section > p {
    margin-bottom: 30px;
    padding: 0 20px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .contactArea > section > p {
    text-align: left;
  }
}

.contactArea > section > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .contactArea > section > ul {
    margin: 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 740px) {
  .contactArea > section > ul {
    margin: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contactArea > section > ul li {
  width: 200px;
  margin: 0 10px;
}

@media screen and (max-width: 1100px) {
  .contactArea > section > ul li {
    width: calc((100% / 3) - 20px);
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  .contactArea > section > ul li {
    width: calc((100% / 3) - 10px);
  }
}

@media screen and (max-width: 960px) {
  .contactArea > section > ul li {
    width: calc((100% / 3) - 8px);
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .contactArea > section > ul li {
    width: calc((100% / 2) - 6px);
  }
  .contactArea > section > ul li:nth-child(2) {
    margin-left: 12px;
  }
  .contactArea > section > ul li:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}

.contactArea > section > ul li a {
  text-align: center;
  display: block;
  border-radius: 20px;
  padding: 15px 5px;
  line-height: 100%;
  background-color: #7dfac9;
}

@media screen and (max-width: 740px) {
  .contactArea > section > ul li a {
    font-size: 0.9em;
    letter-spacing: 2px;
  }
}

.contactArea > section > ul li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contactArea > p {
  width: 130px;
  margin: 0 auto;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (max-width: 740px) {
  .contactArea > p {
    width: 100px;
  }
}

.instaArea {
  background-color: #373737;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .instaArea {
    padding-top: 50px;
  }
}

.instaArea > section > div.tit {
  max-width: 1360px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1400px) {
  .instaArea > section > div.tit {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .instaArea > section > div.tit {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.instaArea > section > div.tit > h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  letter-spacing: 2px;
}

.instaArea > section > div.tit > h3 span {
  display: inline-block;
  width: 18px;
  margin-right: 10px;
}

.instaArea > section > div.tit > h3:before {
  content: "";
  border-top: 1px solid #fff;
  display: inline-block;
  width: 75px;
  margin-right: 20px;
  height: 1px;
  vertical-align: middle;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .instaArea > section > div.tit > h3:before {
    width: 40px;
  }
}

.instaArea > section > div.tit > p {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .instaArea > section > div.tit > p {
    text-align: right;
    width: 100%;
    margin-top: 20px;
  }
}

.instaArea > section > div.tit > p a {
  color: #fff;
  text-decoration: underline;
  letter-spacing: 2px;
}

.instaArea > section > div.main {
  padding: 0;
  margin-left: calc((100% - 1360px) / 2 + 95px);
}

@media all and (max-width: 1400px) {
  .instaArea > section > div.main {
    margin: 0 30px;
  }
}

.instaArea > section > div.main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1400px) {
  .instaArea > section > div.main ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.instaArea > section > div.main ul li {
  width: 300px;
  margin-right: 12px;
}

@media all and (max-width: 1400px) {
  .instaArea > section > div.main ul li {
    width: calc((100% / 5) - 10px);
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .instaArea > section > div.main ul li {
    width: calc((100% / 4) - 10px);
  }
  .instaArea > section > div.main ul li:nth-child(n+5) {
    display: none;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  .instaArea > section > div.main ul li {
    width: calc((100% / 2) - 5px);
  }
  .instaArea > section > div.main ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}

.instaArea > section > div.main ul li a {
  display: block;
  padding-top: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

footer {
  background-color: #f0ebe4;
  padding: 140px 30px 40px;
  text-align: center;
  color: #a0a0a0;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 100px 30px 40px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  footer {
    padding: 70px 20px 30px;
  }
}

footer > h6 {
  width: 110px;
  margin: 0 auto 30px;
}

footer > address {
  font-size: 0.9em;
  margin-bottom: 30px;
}

footer > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 170px;
}

@media screen and (max-width: 960px) {
  footer > ul {
    margin-bottom: 100px;
  }
}

footer > ul > li {
  width: 30px;
  margin: 0 10px;
}

footer > ul > li a {
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

footer > ul > li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

footer > ul > li:nth-child(1) a {
  background-image: url(../images/icon_youtube.svg);
}

footer > ul > li:nth-child(2) a {
  background-image: url(../images/icon_insta_b.svg);
}

footer > ul > li:nth-child(3) a {
  background-image: url(../images/icon_twitter.svg);
}

footer > ul > li:nth-child(4) a {
  background-image: url(../images/icon_facebook.svg);
}

footer > p {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  font-size: 20px;
  letter-spacing: 5px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  footer > p {
    -webkit-transform: scale(1);
            transform: scale(1);
    font-size: 10px;
    letter-spacing: 2px;
  }
}

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

input[type="text"]:focus,
input[type="button"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
/*# sourceMappingURL=layout.css.map */