@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700,300i,600i,700i");

/*
	Redu by HTML5 UP
*/

html,
body,
div,
span,
h1,
h2,
p,
a,
address,
em,
img,
b,
center,
footer,
header,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 0;
}

body {
  -webkit-text-size-adjust: none;
}

/* Basic */

body {
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html,
  body {
    min-width: 320px;
  }
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Typography */

html {
  font-size: 18px;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 1152px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 11px;
  }
}

h1 {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
  color: #6f1989;
  text-align: center;
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

p {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 1rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.7;
  }

  p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
}

/* wrapper */

.intro {
  width: 100%;
  height: 100vh;
  padding: 0rem 2rem;
  position: relative;
}

@media screen and (min-width: 2526px) {
  .intro {
    width: 50%;
    margin: auto;
  }
}

@media screen and (max-width: 1152px) {
  .intro {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 736px) {
  .intro {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
  }
}

/* Banner */

.banner {
  display: flex;
  flex-direction: row;
  aling-item: center;
  position: relative;
}

.banner > .left > img {
  width: 270px;
  height: 270px;
}

@media screen and (max-width: 1152px) {
  .banner > .left > img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 736px) {
  .banner > .left > img {
    width: 150px;
    height: 150px;
  }
}

.banner > .center {
  display: flex;
  flex-direction: column;
  padding: 0 7rem;
}

@media screen and (max-width: 736px) {
  .banner > .center {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
  }
}

.banner > .center > h1 {
  margin: 30px 0 20px 0;
}

@media screen and (max-width: 1152px) {
  .banner > .center > h1 {
    margin: 30px 0 20px 0;
  }
}

.banner > .center > .horizontal-line {
  width: 100%;
  border-bottom: 4px solid #f9e0b4;
}

.banner > .center > p {
  font-size: 1rem;
  text-align: right;
  margin: 4px 0 0 0;
  color: #6f1989;
}

/* Section */

.contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  aling-item: center;
  justify-content: center;
}

@media screen and (max-width: 1152px) {
  .contents {
    width: 100%;
    height: 100%;
    display: flex;
    aling-item: center;
    flex-direction: row;
    gap: 50px;
  }
}

@media screen and (max-width: 736px) {
  .contents {
    width: 100%;
    height: 100%;
    display: flex;
    aling-item: center;
    flex-direction: column;
  }
}

.contents > .left {
  width: 800px;
  height: 100%;
  display: flex;
  aling-item: center;
  /* justify-content: center; */
  flex-direction: column;
  padding: 2rem 0rem 2rem 1rem;
  margin: 0.5rem 2.5rem 0 1rem;
  border: 4px solid #f9e0b4;
  gap: 50px;
}

@media screen and (max-width: 736px) {
  .contents > .left {
    width: 100%;
    height: 100%;
    margin: auto;
    gap: 20px;
  }
}

.contents > .left > .top {
  display: flex;
  flex-direction: column;
}

.contents > .left > .top > h2,
.contents > .left > .center > h2,
.contents > .left > .down > h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  margin: 0 0 1.8rem 0;
  font-weight: 600;
  text-transform: uppercase;
}

.contents > .left > .top > p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
}

.contents > .left > .top > a  {
  text-decoration: none;
}

.contents > .left > .top > a > p {
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

.contents > .left > .center > a {
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 600;
  color: #7b2986;
}

.contents > .left > .down > a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #000000;
}

.contents > .center > p {
  max-width: 50%;
  height: 358px;
  font-size: 1rem;
  padding: 1.5rem 1rem 0 1rem;
  line-height: 1.5;
  margin: 0.5rem 0 0 0;
  background-color: #f9e0b4;
}

.contents > .center > p > b {
  font-weight: 600;
}

@media screen and (max-width: 1250px) {
  .contents > .center > p {
    display: none;
  }
}

.contents > .right > img {
  width: 410px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1250px) {
  .contents > .right > img {
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.show {
  display: none;
}

@media screen and (max-width: 1249px) {
  .show {
    display: block;
  }

  .show > p {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    padding: 2rem 1rem 1rem 1rem;
    line-height: 1.5;
    margin: 2rem 0 0 0;
    background-color: #f9e0b4;
  }

  .show > p > b {
    font-weight: 600;
  }
}

.social {
  width: 100%;
  height: 100%;
  display: flex;
  aling-item: center;
  flex-direction: row;
  column-gap: 28rem;
  padding: 3rem 1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 1250px) {
  .social {
    width: 100%;
    height: 100%;
    display: flex;
    aling-item: center;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 0;
    padding: 3rem 1rem;
  }
}

.social > .network > a > img {
  width: 60px;
  height: 60px;  
}

.social > .click,
.social > .click > .button {
  position: relative;
}

.social > .click > .button > a > button {
  background-color: #6f1989;
  color: #f9e0b4;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 1rem 2.5rem;
  border: none;
  cursor: pointer;
}

.social > .click > .button > a > button:hover {
  background-color: #f9e0b4;
  color: #6f1989;
  border: 2px solid #6f1989;
}

.social > .click > div > img {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 93.6%;
  top: 36%;
}

@media screen and (max-width: 360px) {
  .social > .click > div > img {
    display: none;
  }
}
