@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  min-width: 1100px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

#contents * {
  box-sizing: border-box;
}

.slick-list {
  overflow: visible;
}

section h2 {
  font-size: 24px;
  letter-spacing: 0.01em;
  font-weight: bold;
}

@media screen and (max-width: 1380px) {
  section h2 {
    font-size: 1.74vw;
  }
}

@media screen and (max-width: 1100px) {
  section h2 {
    font-size: 19px;
  }
}

section h2 span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  padding-top: 10px;
  margin-top: 7px;
}

section h2 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 3px;
  background: #E1354A;
}

@media screen and (max-width: 767px) {
  section {
    text-align: center;
  }
  section h2 {
    display: inline-block;
    font-size: 17px;
  }
  section h2 span {
    font-size: 11px;
  }
  section h2 span:after {
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
}

#top_video {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  z-index: 10000;
  right: 30px;
  bottom: 100px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  width: 240px;
  cursor: pointer;
}

#top_video.fix {
  position: absolute;
  bottom: 440px;
}

#top_video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}

#top_video div {
  position: relative;
  cursor: pointer;
}

#top_video div:before {
  content: '▶︎';
  position: absolute;
  color: #fff;
  z-index: 2;
  font-size: 30px;
  border: solid 3px #fff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}

#top_video div:after {
  display: block;
  content: '';
  padding-top: 56.25%;
}

#top_video iframe,
#top_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_video img {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #top_video {
    position: inherit;
    margin: 30px auto 0;
    position: relative;
    right: auto;
    bottom: auto;
    left: 0;
    box-shadow: none;
    z-index: 0;
    padding: 0;
    width: 80%;
  }
  #top_video:before {
    display: none;
  }
  #top_video div:before {
    display: none;
  }
  #top_video img {
    display: none;
  }
}

#video_modal {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.2s linear;
}

#video_modal.show {
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#video_modal.show.out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media screen and (max-width: 767px) {
  #video_modal {
    display: none;
  }
}

#video_modal div {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 60%;
}

#video_modal div:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

#video_modal div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_modal div button {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease-out;
}

#video_modal div button:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

#video_modal div button:before, #video_modal div button:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 50%;
  margin-left: -1px;
}

#video_modal div button:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#video_modal div button:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#main_visual {
  height: 390px;
  background: #000;
  position: relative;
}

#main_visual .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  width: 1380px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #main_visual .bg {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main_visual {
    height: 172px;
  }
}

#main_visual h1 {
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #main_visual h1 {
    top: 57%;
  }
}

#main_visual h1 img {
  display: block;
  width: calc(1060px * 0.9);
  height: auto;
}

@media screen and (max-width: 767px) {
  #main_visual h1 img {
    width: 80vw;
  }
}

#main_visual img.en {
  display: none;
}

#main_visual .visual_text,
#main_visual .visual_link {
  position: absolute;
  z-index: 2;
}

#main_visual .visual_text {
  width: calc(750px * 0.95);
  height: auto;
  top: 65px;
  left: 50%;
  -ms-transform: translate(-75%, 0);
      transform: translate(-75%, 0);
}

@media screen and (max-width: 767px) {
  #main_visual .visual_text {
    width: 80%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    top: 20px;
  }
}

#main_visual .visual_link {
  left: 50%;
  bottom: 30px;
  margin-left: 35%;
}

@media screen and (max-width: 767px) {
  #main_visual .visual_link {
    left: auto;
    bottom: 10px;
    margin-left: 0;
    right: 15px;
  }
}

#main_visual .visual_link img {
  width: 140px;
  height: auto;
  display: block;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  #main_visual .visual_link img {
    width: 60px;
  }
}

#main_visual .visual_link:hover img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.lang_en #main_visual {
  background-image: url(../img/home/en_keyvisual_bg.jpg);
}

.lang_en #main_visual:after {
  display: none;
}

.lang_en #main_visual img.ja {
  display: none;
}

.lang_en #main_visual img.en {
  display: block;
}

#banner {
  padding: 30px 0 60px;
  font-size: 0;
  letter-spacing: 0;
  border-bottom: solid 1px #e7e7e7;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #banner {
    padding: 10px 0 20px;
  }
}

#banner .left,
#banner .right {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #banner .left,
  #banner .right {
    display: block;
  }
}

#banner .left {
  width: 200px;
}

@media screen and (max-width: 767px) {
  #banner .left {
    width: auto;
    padding-left: 0;
  }
}

#banner .right {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: block;
}

#banner .right #banners {
  position: relative;
  width: 1800px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  #banner .right #banners {
    width: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
  }
}

#banner .right a {
  width: 240px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 10px;
  overflow: hidden;
}

#banner .right a:nth-of-type(1) {
  margin-left: 0;
}

#banner .right a.new {
  border-radius: 0;
  overflow: visible;
  position: relative;
}

#banner .right a.new div {
  border-radius: 10px;
  overflow: hidden;
}

#banner .right a.new:after {
  content: '';
  width: 43.5px;
  height: 43.5px;
  background: no-repeat center/contain url(../img/home/new_badge.png);
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 100;
}

#banner .right a img {
  display: block;
  width: 100%;
  height: auto;
}

#banner .right .slide_control {
  margin-top: 5px;
  text-align: center;
}

#banner .right .slide_control button,
#banner .right .slide_control span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

#banner .right .slide_control button {
  width: 30px;
  height: 30px;
  position: relative;
}

#banner .right .slide_control button img {
  position: absolute;
  width: 5px;
  height: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: left 0.2s ease-out;
}

#banner .right .slide_control button:hover img {
  left: 40%;
}

#banner .right .slide_control button:hover.next img {
  left: 60%;
}

#banner .right .slide_control button.next img {
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
      transform: translate(-50%, -50%) scale(-1, 1);
}

#banner .right .slide_control span {
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #banner .right {
    width: auto;
    padding: 0 16px;
    text-align: left;
  }
  #banner .right a {
    width: calc(50% - (16px / 2));
    margin: 16px 0 0 16px;
  }
  #banner .right a:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  #banner .right .slide_control {
    display: none;
  }
}

#information {
  padding: 60px 70px;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 auto;
  max-width: 1380px;
}

@media screen and (max-width: 767px) {
  #information {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#information .left,
#information .right {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #information .left,
  #information .right {
    display: block;
  }
}

#information .left {
  width: 200px;
}

@media screen and (max-width: 767px) {
  #information .left {
    width: auto;
    padding-left: 0;
  }
}

#information .right {
  width: calc(100% - 200px);
  position: relative;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #information .right {
    width: auto;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
    margin-top: 20px;
  }
}

#information .right .info {
  display: block;
  margin-top: 10px;
}

#information .right .info:nth-of-type(1) {
  margin-top: 0;
}

#information .right .info:hover .title {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #information .right .info {
    margin-top: 20px;
  }
}

#information .right .cat {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

@media screen and (max-width: 767px) {
  #information .right .cat {
    width: 80px;
  }
}

#information .right .cat.slug-athlete span {
  background: #415ad7;
}

#information .right .cat.slug-update span {
  background: #20772c;
}

#information .right .cat.slug-media span {
  background: #92bf00;
}

#information .right .cat.slug-event span {
  background: #ed6d09;
}

#information .right .cat span {
  display: inline-block;
  height: 18px;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 18px;
  line-height: 18px;
  background: #E1354A;
}

#information .right time {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  width: 100px;
}

#information .right .title {
  display: inline-block;
  font-size: 16px;
  width: calc(100% - 200px);
  vertical-align: middle;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #information .right .title {
    display: block;
    margin: 10px 0 0 0;
    line-height: 1.5;
    width: auto;
  }
}

#information .right .more {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  padding: 2px 5px;
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  #information .right .more {
    position: inherit;
    margin: 15px auto 0;
    width: 30%;
    display: block;
    text-align: center;
  }
}

#information .right .more:hover {
  background: #b4b4b4;
  color: #fff;
}

#products {
  padding: 70px 0 50px;
  background: #e7e7e7;
  font-size: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  #products {
    padding: 30px 0;
  }
}

#products .wrap {
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 70px;
}

@media screen and (max-width: 767px) {
  #products .wrap {
    padding: 0;
  }
}

#products .left,
#products .right {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #products .left,
  #products .right {
    display: block;
  }
}

#products .left {
  width: 80%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #products .left {
    width: auto;
    padding: 20px 16px 30px;
    border-bottom: 1px solid #303030;
  }
}

#products .left ul {
  margin-top: 45px;
  padding-right: 30px;
  border-right: solid 1px #303030;
  font-size: 0;
  letter-spacing: 0;
}

#products .left li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 18px * 3 / 4);
  margin: 25px 0 0 18px;
}

#products .left li:nth-of-type(4n + 1) {
  margin-left: 0;
}

#products .left li:nth-of-type(-n + 4) {
  margin-top: 0;
}

#products .left a:hover img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

#products .left div {
  border-radius: 10px;
  overflow: hidden;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

#products .left img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.2s ease-out;
  z-index: 0;
}

#products .left p {
  text-align: center;
  font-weight: bold;
  font-size: 1.3vw;
  margin-top: 10px;
  letter-spacing: -0.03em;
  font-size: 18px;
}

@media screen and (max-width: 1380px) {
  #products .left p {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 767px) {
  #products .left ul {
    margin-top: 20px;
    padding-right: 0;
    border-right: none;
    text-align: left;
  }
  #products .left li {
    width: calc((100% / 3) - (20px / 3));
    margin: 15px 0 0 10px;
  }
  #products .left li:nth-of-type(4n + 1), #products .left li:nth-of-type(-n + 4) {
    margin: 15px 0 0 10px;
  }
  #products .left li:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  #products .left li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #products .left p {
    font-size: 10px;
  }
}

#products .right {
  width: 20%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  #products .right {
    width: auto;
    padding: 30px 16px 30px;
    min-width: none;
    border-bottom: solid 1px #303030;
  }
}

#products .right ul {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  #products .right ul {
    margin-top: 20px;
    text-align: left;
  }
}

#products .right li {
  margin-top: 15px;
}

#products .right li:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #products .right li {
    width: calc(50% - 5px);
    display: inline-block;
  }
  #products .right li:nth-of-type(even) {
    margin-left: 10px;
  }
  #products .right li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}

#products .right li a {
  display: block;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  font-size: 1.4vw;
  padding: 1vw 0;
  font-weight: bold;
  transition: all 0.2s linear;
  font-size: 18px;
  padding: 14px 0;
}

#products .right li a:hover {
  background: #E1354A;
  color: #fff;
}

@media screen and (max-width: 1380px) {
  #products .right li a {
    font-size: 1.3vw;
    padding: 1vw 0;
  }
}

@media screen and (max-width: 767px) {
  #products .right li a {
    font-size: 11px;
    padding: 0.7em 0;
  }
}

#products .right .big_button {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #products .right .big_button {
    margin-top: 20px;
    text-align: center;
  }
}

#products .right .big_button a {
  display: inline-block;
  margin-left: 15px;
  background: #000;
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
  line-height: 1.5;
  padding: 20px 0;
  border: solid 2px #000;
  transition: all 0.2s linear;
}

#products .right .big_button a:nth-of-type(1) {
  margin-left: 0;
}

#products .right .big_button a:hover {
  background: #fff;
  color: #000;
}

#products .right .big_button a:hover path {
  fill: #000;
}

@media screen and (max-width: 767px) {
  #products .right .big_button a {
    width: calc(50% - 5px);
    display: inline-block;
    font-size: 2.5vw;
    padding: 10px 0;
  }
  #products .right .big_button a:nth-of-type(even) {
    margin-left: 10px;
  }
}

#products .right .big_button a strong {
  display: block;
  font-size: 1.4vw;
}

@media screen and (max-width: 767px) {
  #products .right .big_button a strong {
    font-size: 4vw;
  }
}

#products .right .big_button a svg {
  width: 15%;
  display: block;
  margin: 0 auto 0.5em;
}

#products .right .big_button a path {
  fill: #fff;
  transition: fill 2s linear;
}

#products .bottom_link {
  display: block;
  border-radius: 5px;
  background: #fff;
  margin: 30px auto 0;
  height: 40px;
  width: 330px;
  font-size: 18px;
  position: relative;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s ease-out;
  font-weight: bold;
  color: #333;
}

#products .bottom_link:hover {
  width: 350px;
}

#products .bottom_link:after {
  content: '';
  width: 10px;
  height: 10px;
  background: no-repeat center/contain url(../img/home/arrow.svg);
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: scale(-1, 1) translate(0, -50%);
      transform: scale(-1, 1) translate(0, -50%);
}

#support {
  padding: 70px 0 50px;
  text-align: center;
  border-bottom: solid 1px #e7e7e7;
}

@media screen and (max-width: 767px) {
  #support {
    padding: 30px 16px;
  }
}

#support h2 {
  display: inline-block;
}

#support h2 span:after {
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

#support ul {
  font-size: 0;
  letter-spacing: 0;
  margin: 50px auto 0;
  max-width: 1380px;
}

#support ul.support_icon li a {
  width: 189px;
  height: 189px;
}

#support ul.support_icon li a div {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1380px) {
  #support ul.support_icon li a {
    width: 13.63vw;
    height: 13.63vw;
  }
  #support ul.support_icon li a div {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 1100px) {
  #support ul.support_icon li a {
    width: 150px;
    height: 150px;
  }
  #support ul.support_icon li a div {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #support ul.support_icon li a {
    width: 100%;
    height: calc((100vw - 16px * 2) / 3 - (10px * 2) / 3);
  }
  #support ul.support_icon li a p {
    font-size: 11px;
    top: 65%;
  }
}

@media screen and (max-width: 767px) {
  #support ul {
    margin-top: 20px;
    text-align: left;
  }
}

#support li {
  display: inline-block;
  margin-left: 16px;
}

@media screen and (max-width: 1380px) {
  #support li {
    margin-left: 1.18vw;
  }
}

@media screen and (max-width: 1100px) {
  #support li {
    margin-left: 13px;
  }
}

#support li:nth-of-type(1) {
  margin-left: 0;
}

#support li p {
  transition: color 0.2s linear;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 65%;
  line-height: 1.3;
}

#support li p span {
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #support li p span {
    font-size: 9px !important;
  }
}

#support li a:hover p {
  color: #E1354A;
}

#support li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -70%);
      transform: translate(-50%, -70%);
  height: auto;
}

#support li .tour {
  width: 62px;
}

#support li .book {
  width: 57px;
}

#support li .komatta {
  width: 37px;
}

#support li .shukka {
  width: 37px;
}

#support li .qa {
  width: 31px;
}

#support li .contact {
  width: 43px;
}

@media screen and (max-width: 767px) {
  #support li {
    width: calc((100vw - 16px * 2) / 3 - (10px * 2) / 3);
    margin: 10px 0 0 10px;
    text-align: center;
  }
  #support li:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  #support li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #support li a {
    width: 100%;
    height: calc((100vw - 16px * 2) / 3 - (10px * 2) / 3);
  }
  #support li img {
    -ms-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%);
  }
  #support li .tour {
    width: 50%;
  }
  #support li .shukka {
    width: 27%;
  }
  #support li .book {
    width: 40%;
  }
  #support li .komatta {
    width: 27%;
  }
  #support li .contact {
    width: 30%;
  }
  #support li .qa {
    width: 25%;
  }
}

#youtube {
  padding-top: 50px;
  text-align: center;
  max-width: 1380px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #youtube {
    padding: 30px 16px 0;
  }
}

#youtube a {
  display: inline-block;
  width: 640px;
  border: solid 4px #b4b5b4;
  border-radius: 12px;
  padding: 20px 0;
  position: relative;
  transition: transform 0.2s ease-out;
  width: 58%;
}

#youtube a:hover {
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}

#youtube a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain url(../img/home/arrow2.svg);
  right: 20px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  #youtube a {
    width: 100%;
  }
  #youtube a:hover {
    width: 100%;
  }
}

#youtube a:after {
  width: 10px;
  height: 10px;
  right: 10px;
}

#youtube img,
#youtube div {
  display: inline-block;
  vertical-align: middle;
}

#youtube img {
  width: 68px;
  height: auto;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #youtube img {
    width: 32px;
    margin-right: 10px;
  }
}

#youtube div {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#youtube div p {
  font-size: 40px;
  color: #E1354A;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  #youtube div {
    font-size: 12px;
  }
  #youtube div p {
    font-size: 16px;
  }
}
