* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #F2F2F2;
}

nav.menu {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 12px 30px;
  background-color: #24A55B;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  z-index: 9999;
}

nav.menu p {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

nav.menu a {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: text-decoration 0.2s ease-in-out;
}

nav.menu a:hover {
  text-decoration: underline;
}

section.page-wrapper {
  margin: 0 auto;

  width: 100%;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;

  padding-top: 41px;
  display: flex;
  flex-direction: column;
}

section.page-wrapper section.head {
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 34px;
}

section.page-wrapper section.head span.logo h1 {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 62px;
  line-height: 68px;
  color: #231F20;
}

section.page-wrapper section.head span.card-wrapper {
  width: 100%;
  display: grid;
  grid-column-gap: 1.62%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 7%;
}

section.page-wrapper section.head span.card-wrapper img {
  width: 100%;
}

section.page-wrapper section.head h2 {
  font-family: "Suisse Int'l", sans-serif;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 62px;
  line-height: 68px;
  color: #231F20;

  max-width: 621px;
  bottom: 60px;
  right: 0;
  z-index: 2;
}

section.page-wrapper section.info {
  margin-top: 160px;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

section.page-wrapper section.info div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 610px;
  width: 100%;
  
}


section.page-wrapper section.info div h3 {
  margin-top: 18px;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #231F20;
  border-top: 1px solid #231F2012;
  padding-top: 18px;
}

section.page-wrapper section.info div div.image-wrapper {
  width: auto;
  height: 445px;
}

section.page-wrapper section.info div div.image-wrapper img {
  display: flex;
  align-self: center;
  width: 100%;
  height: 405px;
}

section.page-wrapper section.info div div.city {
  margin-top: 0;
}

section.page-wrapper section.info div div.distance {
  margin-top: 0;
}

section.page-wrapper section.info div div.earphone {
  margin-top: 0;
}
.mobile-indicator {
  display: none;
}
@media only screen and (max-width: 1834px) {

  section.page-wrapper section.info div div.city {
    margin-top: 42px;
  }

  section.page-wrapper section.info div div.distance {
    margin-top: 10px;
  }

  section.page-wrapper section.info div div.earphone {
    margin-top: 42px;
  }
}

section.page-wrapper section.info div p {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #8C8C8C;
  margin-top: 18px;
  height: 48px;
  padding-top: 18px;
  border-top: 1px solid #231f2012;
  
}

section.page-wrapper section.mobile-frames {
  width: 100%;
  height: auto;
  display: grid;
  margin-top: 127px;
  margin-bottom: 20px;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

section.page-wrapper section.mobile-frames div {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding-top: 56px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

section.page-wrapper section.mobile-frames div:last-child {
  background-color: #E0E0E0;
}

section.page-wrapper section.mobile-frames div h3 {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  color: #231F20;
  max-width: 452px;
  text-align: center;
  margin-bottom: 56px;
  margin-left: 30px;
  margin-right: 30px;
}

section.page-wrapper section.mobile-frames div img.outside-image {
}

section.page-wrapper section.detail-info {
  background-color: #F2C94C;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding-top: 72px;
  padding-bottom: 72px;
}

section.page-wrapper section.detail-info div.info-wrapper {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.page-wrapper section.detail-info div.info-wrapper h1 {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  text-align: center;
  color: #231F20;
  max-width: 532px;
}

section.page-wrapper section.detail-info div.info-wrapper h2 {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #231F20;
  max-width: 356px;
  margin-top: 30px;
  margin-bottom: 24px;
}

section.page-wrapper section.detail-info div.info-wrapper span {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  transition: text-decoration 0.2s ease-in-out;
}

section.page-wrapper section.detail-info div.info-wrapper span:hover {
  text-decoration: underline;
}

section.page-wrapper section.detail-info div.info-wrapper span a {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #231F20;
  margin-right: 4px;
}

section.page-wrapper section.detail-info div.image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


section.page-wrapper section.detail-info div.image img {
  z-index: 4;
  position: relative;
}

section.page-wrapper section.download {
  width: 100%;
  height: auto;
  margin-bottom: 200px;
}

section.page-wrapper section.download h1 {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 62px;
  line-height: 68px;
  color: #231F20;
  margin-top: 126px;
  margin-bottom: 120px;
}

section.page-wrapper section.download span {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
span.logo {
  align-self: flex-start;
}
section.page-wrapper section.download span div.show {
  display: flex;
  flex-direction: row;
  max-width: 60vw;
  margin-right: 10vw;
}
section.page-wrapper section.download span div.hide {
  display: none;
}

section.page-wrapper section.download span div a {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #231F20;
  margin-right: 5px;
  text-align: left;
}

section.page-wrapper section.download span div img {
  height: 26px;
  width: 27px;
}

section.page-wrapper section.download span div p.tbc {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #8C8C8C;
  width: 438px;
}

footer {
  height: auto;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  position: relative;
}

footer::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  bottom: 0;
}

footer div.block {
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 21px;
  display: flex;
  flex-direction: column;
}

footer div.block::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
}

footer div.block:first-child {
  padding-left: 0;
}

footer div.block:first-child::after {
  display: none;
}

footer div.block h3 {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: black;
  margin-bottom: 14px;
}

footer div.block ul {
  list-style: none;
}

footer div.block ul li {
  margin-bottom: 6px;
}

footer div.block ul li a {
  text-decoration: none;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #8B8B8B;
  transition: text-decoration 0.2s ease-in-out;
}

footer div.block ul li a.link:hover {
  text-decoration: underline;
}
footer div.block ul li a.coming:hover{
  text-decoration: none;
  cursor: default;
}

@media only screen and (max-width: 850px) {
  nav.menu p {
    display: none;
  }
  nav.menu {
    padding: 12px 15px;
  }
  section.page-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
  section.page-wrapper section.head h2{
    font-size: 36px;
    line-height: 41px;
  }
  section.page-wrapper section.head span.card-wrapper img.phone-hide{
    display: none;
  }
  section.page-wrapper section.head span.logo h1 {
    font-size: 36px;
    line-height: 41px;
  }
  section.page-wrapper section.head span.logo img{
    width: 84px;
    height: auto;
  }
  section.page-wrapper section.head span.card-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 86px;
  }
  section.page-wrapper section.mobile-frames{
    grid-template-rows: 1fr 1fr;
    grid-template-columns: none;
  }
  section.page-wrapper section.mobile-frames div h3{
    font-size: 27px;
    line-height: 35px;
  }
  section.page-wrapper section.detail-info{
    grid-template-columns: none;
  }
  section.page-wrapper section.detail-info div.info-wrapper h1 {
    font-size: 27px;
    line-height: 35px;
  }
  section.page-wrapper section.detail-info div.info-wrapper h2 {
    width: 212px;
    font-size: 17px;
    line-height: 22px;  
  }
  section.page-wrapper section.detail-info div.info-wrapper span a {
    font-size: 17px;
    line-height: 22px;
  }
  section.page-wrapper section.download {
    margin-bottom: 100px;
  }
  section.page-wrapper section.download h1 {
    font-size: 36px;
    line-height: 41px;
    margin-top: 80px;
    margin-bottom: 56px;
  }
  section.page-wrapper section.download span {
    flex-direction: column;
  }
  section.page-wrapper section.download span div {
    width: auto;
    margin-bottom: 42px;
  }
  section.page-wrapper section.download span div a {
    font-size: 17px;
    line-height: 22px;
  }
  section.page-wrapper section.download span div img {
    width: 18px;
    height: auto;
  }
  section.page-wrapper section.download span div p.tbc {
    font-size: 17px;
    line-height: 22px;
  }
  footer{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  footer div.block::after {
    content: none;
  }
  footer div.block {
    padding-left: 0px;
  }
  footer div.block:nth-child(1), ooter div.block:nth-child(2) {
    margin-bottom: 24px;
  }
  section.page-wrapper section.info {
    grid-template-columns: none;
    display: flex;
    flex-direction: row;
    width: 300vh;
    transition: transform .2s ease;
    
  }
  section.page-wrapper section.mobile-frames {
    margin-top: 80px;
  }
  section.page-wrapper div.slider section.info div.slide{
    width: calc(100vw - 30px);
    scroll-snap-align: start;
  }
  section.page-wrapper div.slider {
    width: 100%; 
    scroll-snap-type: x mandatory;
    height: 820px;
    overflow-x: scroll;
  }
  section.page-wrapper div.slider::-webkit-scrollbar{
    display: none;
  }
  .mobile-indicator {
    display: flex;
    flex-direction: row;
  }
  .indicator {
    width: 33vh;
    height: 3px;
    background-color: #C5C5C5;
    margin-right: 5px;
  }
  .indicator:last-child{
    margin-right: 0;
  }
  .indicator.active{
    background-color: #231F20;
  }
}
@media only screen and (max-width: 1440px) {
  section.page-wrapper section.info div h3 {
    height: 64px;
  }
}
