@charset "UTF-8";
#gleContents {
  font-feature-settings: "palt" 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', "MS P Gothic" ,sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
}

#gleContents * {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  #gleContents * {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents * {
    font-size: 4.26vw;
  }
}

#gleContents img {
  display: block;
}

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

@media screen and (min-width: 641px) {
  #gleContents .sp {
    display: none;
  }
}

#gleContents .fontEn {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

#gleContents > section {
  position: relative;
}

@media screen and (min-width: 641px) {
  #gleContents > section {
    min-width: 1000px;
  }
}

@media screen and (min-width: 641px) {
  #gleContents > section > .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #gleContents > section > .inner {
    padding: 0 5.33vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents .header {
    width: 250px;
  }
}

@media screen and (min-width: 641px) {
  #gleContents .header h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents .header h2 {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents .header p {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents .header p {
    margin-top: 3.33vw;
    font-size: 2.66vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #gleContents .flex {
    padding: 0 5.33vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents .flex .body {
    width: 750px;
  }
}

@media screen and (min-width: 641px) {
  #gleContents .flex .body > p {
    margin-top: -8px;
    font-size: 16px;
    line-height: 36px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents .flex .body > p {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}

#gleContents .fadeIn {
  opacity: 0;
}

#gleContents section#mainVisual .bg {
  background: url("img__main_visual.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  opacity: 0;
}

@media screen and (min-width: 641px) {
  #gleContents section#mainVisual .bg {
    height: 0;
    padding-top: 50%;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#mainVisual .bg {
    width: 100vw;
    height: 80.53vw;
  }
}

#gleContents section#mainVisual .bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 641px) {
  #gleContents section#mainVisual .bg h2 img {
    width: 39vw;
    min-width: 500px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#mainVisual .bg h2 img {
    width: 66.8vw;
    height: 52.8vw;
  }
}

#gleContents section#mainVisual p {
  opacity: 0;
  background: #14a73c;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 641px) {
  #gleContents section#mainVisual p {
    width: 1000px;
    height: 80px;
    bottom: -40px;
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#mainVisual p {
    width: 89.33vw;
    height: 21.33vw;
    font-size: 4.53vw;
    line-height: 7.2vw;
    bottom: -16.01vw;
  }
}

#gleContents section#philosophy {
  background: url("img__phil_bg.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 641px) {
  #gleContents section#philosophy {
    padding: 120px 0 80px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#philosophy {
    background-position: left center;
    padding: 29.33vw 0 12vw;
  }
}

#gleContents section#philosophy .inner h2 {
  text-align: center;
}

@media screen and (min-width: 641px) {
  #gleContents section#philosophy .inner h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#philosophy .inner h2 {
    font-size: 4.26vw;
    line-height: 6.4vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#philosophy .inner ul {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#philosophy .inner ul {
    margin-top: 6.66vw;
  }
}

#gleContents section#philosophy .inner ul li {
  background: #fff;
}

@media screen and (min-width: 641px) {
  #gleContents section#philosophy .inner ul li {
    width: 320px;
    height: 320px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#philosophy .inner ul li {
    box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    position: relative;
  }
  #gleContents section#philosophy .inner ul li:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 4.66vw;
    bottom: 4.66vw;
    left: 50%;
    background: #e5e5e5;
  }
}

#gleContents section#philosophy .inner ul li a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  #gleContents section#philosophy .inner ul li a {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#philosophy .inner ul li a {
    padding: 4.66vw 6vw 4.66vw 5.33vw;
    width: 89.33vw;
    height: 37.33vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#gleContents section#philosophy .inner ul li a img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  #gleContents section#philosophy .inner ul li a img {
    width: 242px;
    height: 219px;
    margin: 0 auto;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#philosophy .inner ul li a img {
    width: 32.26vw;
    height: 29.2vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#philosophy .inner ul li a p {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#philosophy .inner ul li a p {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}

#gleContents section#philosophy .inner > p {
  text-align: center;
}

@media screen and (min-width: 641px) {
  #gleContents section#philosophy .inner > p {
    margin-top: 50px;
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#philosophy .inner > p {
    margin-top: 9.33vw;
    font-size: 3.46vw;
    line-height: 6.4vw;
  }
}

#gleContents section#talkShow {
  background: url("img__talk_shadow.png") repeat-x left top;
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow {
    background-size: auto 20px;
    padding: 100px 0 85px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow {
    background-size: auto 2.66vw;
    padding: 21.33vw 0 16vw;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable {
    margin-top: 9.33vw;
  }
}

#gleContents section#talkShow #timeTable .item {
  position: relative;
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item {
    width: 1000px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item {
    margin-top: 2.66vw;
    padding: 0 5.33vw 5.33vw;
  }
}

#gleContents section#talkShow #timeTable .item .bg {
  background: #14a73c;
  position: absolute;
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item .bg {
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 100vw;
    -webkit-transform: translate(-150%, 0);
        -ms-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
    z-index: 0;
    min-width: 1000px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item .bg {
    left: 0;
    top: 0;
    -webkit-transform: translate(-150%, 0);
        -ms-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
    left: 50%;
    width: 100%;
    height: 100%;
  }
}

#gleContents section#talkShow #timeTable .item .date {
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10.66vw 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item .date .day {
    font-size: 36px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item .date .day {
    font-size: 9.06vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item .date .day span {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item .date .day span {
    font-size: 5.06vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item .date .time {
    font-size: 24px;
    position: relative;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item .date .time {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item .date .time:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: -10px;
    height: 2px;
    width: 6px;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: 780px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#gleContents section#talkShow #timeTable .item ul li {
  opacity: 0;
  background: #fff;
  position: relative;
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item ul li {
    margin-left: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.06vw;
  }
  #gleContents section#talkShow #timeTable .item ul li:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item ul li .thumb img {
    width: 22vw;
  }
}

#gleContents section#talkShow #timeTable .item ul li .name {
  color: #14a73c;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item ul li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    min-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item ul li .name {
    padding: 5.33vw;
    font-size: 4.26vw;
  }
}

#gleContents section#talkShow #timeTable .item ul li .name span {
  display: block;
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item ul li .name span {
    font-size: 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#talkShow #timeTable .item ul li .name span {
    font-size: 3.46vw;
    margin-top: 1.33vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item:first-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#gleContents section#talkShow #timeTable .item:first-child .date {
  margin-top: 60px;
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item:first-child ul li:nth-child(3) {
    margin-right: 100px;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#talkShow #timeTable .item:first-child ul li:nth-child(4),
  #gleContents section#talkShow #timeTable .item:first-child ul li:nth-child(5) {
    margin-top: 30px;
  }
}

#gleContents section#present {
  color: #fff;
}

@media screen and (min-width: 641px) {
  #gleContents section#present {
    padding: 100px 0;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#present {
    padding: 20.93vw 0 16vw;
  }
}

#gleContents section#present #presentBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(img__pre_bg_pc.jpg) center top no-repeat;
  background-size: cover;
}

#gleContents section#present #presentBg.fixed {
  position: fixed;
}

#gleContents section#present #presentBg.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  #gleContents section#present .flex .header {
    margin-bottom: 9.33vw;
  }
}

#gleContents section#present .flex .body section {
  background: #fff;
  color: #000;
  position: relative;
}

@media screen and (min-width: 641px) {
  #gleContents section#present .flex .body section {
    padding: 46px 30px 23px 30px;
    min-height: 330px;
    margin-bottom: 60px;
  }
  #gleContents section#present .flex .body section.h488 {
    min-height: 488px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#present .flex .body section {
    margin-bottom: 5.33vw;
  }
}

#gleContents section#present .flex .body section:last-child {
  margin-bottom: 0;
}

#gleContents section#present .flex .body section h3 {
  background: #14a73c;
  color: #fff;
}

@media screen and (min-width: 641px) {
  #gleContents section#present .flex .body section h3 {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    position: absolute;
    left: 30px;
    top: -10px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#present .flex .body section h3 {
    font-size: 3.2vw;
    padding: 0 5.33vw;
    width: 100%;
    height: 8vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#present .flex .body section h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    padding-right: 350px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#present .flex .body section h4 {
    font-size: 4.26vw;
    line-height: 6.4vw;
    width: 100%;
    margin-bottom: 5.6vw;
    padding: 5.6vw 4vw 0 5.33vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#present .flex .body section .text {
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#present .flex .body section .text {
    padding: 0 0 8vw 5.33vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#present .flex .body section .text p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 350px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#present .flex .body section .text p {
    font-size: 2.66vw;
    line-height: 4.8vw;
    width: 34.66vw;
    min-height: 44vw;
  }
}

#gleContents section#present .flex .body section .text p a {
  text-decoration: underline;
  color: blue;
}

@media screen and (min-width: 641px) {
  #gleContents section#present .flex .body section .text p a {
    font-size: 14px;
    line-height: 28px;
  }
  #gleContents section#present .flex .body section .text p a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#present .flex .body section .text p a {
    font-size: 2.66vw;
    line-height: 4.8vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#present .flex .body section .thumb {
    height: 100%;
    min-height: 330px;
    width: 330px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  #gleContents section#present .flex .body section .thumb.h488 {
    height: 488px;
  }
  #gleContents section#present .flex .body section .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#present .flex .body section .thumb {
    width: 44vw;
    height: 44vw;
  }
  #gleContents section#present .flex .body section .thumb img {
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#newModel {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 52%;
    min-width: 1000px;
    min-height: 660px;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#newModel {
    padding: 20.66vw 0 16vw;
    background: #ffffff;
  }
}

#gleContents section#newModel .bg {
  width: 100%;
  height: 0;
  padding-top: 52%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  min-height: 660px;
}

#gleContents section#newModel .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 641px) {
  #gleContents section#newModel .flex {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    min-height: 660px;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#newModel .text {
    width: 500px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#newModel .text {
    margin-top: 8.66vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#newModel .text p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#newModel .text p {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-bottom: 6.66vw;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#newModel .text .thumbs {
    margin-bottom: 8vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

#gleContents section#newModel .text .thumbs .thumb {
  width: 44vw;
  height: 44vw;
}

#gleContents section#newModel .text .thumbs .thumb img {
  width: 100%;
  height: 100%;
}

#gleContents section#newModel .text .btns .btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  #gleContents section#newModel .text .btns .btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#newModel .text .btns .btn {
    margin-bottom: 2.66vw;
  }
}

#gleContents section#newModel .text .btns .btn a {
  background: #000;
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (min-width: 641px) {
  #gleContents section#newModel .text .btns .btn a {
    height: 50px;
    padding: 0 20px;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#newModel .text .btns .btn a {
    width: 100%;
    height: 16vw;
    padding: 0 5.33vw;
  }
}

#gleContents section#newModel .text .btns .btn a:after {
  content: '';
  display: block;
  background: url(img__nm_arrow.svg) center top no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 641px) {
  #gleContents section#newModel .text .btns .btn a:after {
    width: 8px;
    height: 14px;
    right: 23px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#newModel .text .btns .btn a:after {
    width: 1.86vw;
    height: 3.2vw;
    right: 5.33vw;
  }
}

#gleContents section#newModel .text .btns .btn a:hover {
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  #gleContents section#newModel .text .btns .btn a:hover {
    opacity: 0.8;
  }
}

#gleContents section#testHitting {
  background: url("img__test_bg.jpg") no-repeat center center;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

@media screen and (min-width: 641px) {
  #gleContents section#testHitting {
    padding: 100px 0 100px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#testHitting {
    padding: 21.33vw 0 14.66vw;
    background: #000;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#testHitting .flexHalf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#testHitting .flexHalf {
    margin-top: 9.33vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#testHitting .flexHalf .thumb img {
    width: 400px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#testHitting .flexHalf .thumb img {
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#testHitting .flexHalf .text {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#testHitting .flexHalf .text {
    margin-top: 6.66vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#testHitting .flexHalf .text p {
    font-size: 16px;
    line-height: 36px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#testHitting .flexHalf .text p {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-top: 5.33vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#testHitting .flexHalf .text p:first-child {
    margin-top: -0.8em;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#testHitting .flexHalf .text p:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#testHitting .flexHalf .text p.note {
    font-size: 11px;
    line-height: 25px;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#banners {
    padding: 100px 0 100px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#banners {
    padding: 21.33vw 0 21.33vw;
  }
}

#gleContents section#banners .inner h3 {
  color: #14a73c;
}

@media screen and (min-width: 641px) {
  #gleContents section#banners .inner h3 {
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#banners .inner h3 {
    font-size: 4.26vw;
    line-height: 1.4;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#banners .inner ul {
    margin-top: 35px;
  }
}

@media screen and (max-width: 640px) {
  #gleContents section#banners .inner ul {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 641px) {
  #gleContents section#banners .inner ul li {
    width: 500px;
    height: 100px;
    margin: 0 auto;
  }
}

#gleContents section#banners .inner ul li a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

#snsBtns {
  background: url("img__talk_shadow.png") repeat-x left top;
}

@media screen and (min-width: 641px) {
  #snsBtns {
    background-size: auto 20px;
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 640px) {
  #snsBtns {
    background-size: auto 2.66vw;
    padding: 21.33vw 0 0vw;
  }
}
