@charset "UTF-8";
/*
- 共通
- 事前登録ボタン
- 事前登録詳細(必読)ボタン
- デバイスアイコン
- メインコンテンツ
*/

#ytg {
  font-family: "M PLUS 2", メイリオ, sans-serif;
  font-size: 14px;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  isolation: isolate;
}

/*==================================================
　共通
==================================================*/
#lp_header_area,
#lp_footer_area {
  position: relative;
  z-index: 5;
}

#container {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.reserved {
  pointer-events: none;
}

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

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

/*==========================================================
　事前登録ボタン
===========================================================*/

#ytg .btn a {
  display: block;
  width: 69vw;
  max-width: 506px;
  height: 16vw;
  max-height: 130px;
  margin: 0 auto;
  font-size: 0;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/btn_sprite_02.png) no-repeat top center / 100% 300%;
}

.webp #ytg .btn a {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/btn_sprite_02.webp);
}

#ytg .fv_btn .btn a:hover {
  background-position: 0px 50%;
}

#ytg .footer_cta .btn a:hover {
  background-position: 0px 50%;
}

#ytg .btn .reserved {
  background-position: 0px 100%;
}


/* PC表示 */
@media screen and (min-width: 769px) {
  #ytg .btn a {
    display: block;
    width: 64vw;
    max-width: 518px;
    height: 17.5vw;
    max-height: 121px;
    margin: 0 auto;
    font-size: 0;
  }

  #ytg .btn.pc-circle a {
    width: 218px;
    max-width: 14vw;
    height: 218px;
    max-height: 15vw;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/btn_sprite_01.png);
    background-size: 100% 300%;
  }

  .webp #ytg .btn.pc-circle a {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/btn_sprite_01.webp);
  }

  #ytg .btn.pc-circle a:hover {
    background-position: 0 100%;
  }

  #ytg .btn.pc-circle .reserved {
    background-position: 0 100%;
  }

  #ytg .fv_btn .btn a:hover {
    background-position: 0 50%;
  }

  #ytg .info .btn a:hover {
    background-position: 0 50%;
  }
}


/*==========================================================
　事前登録詳細(必読)ボタン
===========================================================*/
/* 事前登録詳細(必読) */
#ytg .detail {
  text-align: center;
}

#ytg .detail a {
  display: inline-block;
  margin: 0 auto;
  width: 191px;
  max-width: 22vw;
  height: 116px;
  max-height: 14vw;
  font-size: 0;
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/btn_detail.png);
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: top center;
}

.webp #ytg .detail a {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/btn_detail.webp);
}

#ytg .detail a:hover {
  background-position: center 100%;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  #ytg .detail a {
    max-width: 174px;
    max-height: 100px;
  }
}

/*==========================================================
　デバイスアイコン
===========================================================*/
#ytg .detail .device{
  width: 20vw;
  max-width: 102px;
}

/*==========================================================
　メインコンテンツ
===========================================================*/

.section_title {
  position: relative;
  max-width: 60vw;
  margin: 0 auto 40px;
  padding: 3vw 40px 5vw;
  text-align: center;
  z-index: 5;
}

.section_title img {
  height: 12vw;
  width: auto;
}

.section_title img.sub_title {
  height: 4vw;
  width: auto;
  max-width: none;
  margin-top: 1vw;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  .section_title {
    max-width: 50vw;
    margin: 0 auto 40px;
    padding: 1.5vw 0 2.5vw;
  }

  .section_title img {
    height: 8vw;
  }

  .section_title img.sub_title {
    height: 3vw;
    width: auto;
    max-width: none;
    margin-top: 1vw;
  }
}

/*=================================
　fv
=================================*/

#ytg .fv {
  position: relative;
  height: 145vw;
  border-top: 1px solid #eee;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_fv_sp.jpg) no-repeat center top / cover;
}

.webp #ytg .fv {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_fv_sp.webp);
}

#ytg .fv_title {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42vw;
  max-width: 586px;
}

#ytg .fv_btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5vw;
  width: 70vw;
  margin: auto;
  z-index: 5;
  text-align: right;
}

#ytg .fv_btn .detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 1vw;
}


#ytg .fv_btn .detail a {
  width: 42vw;
  height: 28vw;
  margin: 0;
}

#ytg .fv_btn .device {
  max-width: 12vw;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  #ytg .fv {
    height: 0;
    padding-top: 52%;
    margin: 0 auto;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_fv_pc.jpg);
    background-size: 100% auto;
  }

  .webp #ytg .fv {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_fv_pc.webp);
  }

  #ytg .fv_title {
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    transform: none;
  }

  #ytg .fv_btn {
    width: auto;
    right: auto;
    left: 61%;
    bottom: 12%;
  }

  #ytg .fv_btn .device {
    max-width: 7vw;
  }

  #ytg .fv_btn .detail a {
    width: 42vw;
    height: 28vw;
    margin: 0;
  }

  #ytg .fv_btn .detail a {
    width: 8.5vw;
    height: 5.5vw;
    margin: 0;
  }
}

/*=================================
　reward
=================================*/
#ytg .reward {
  position: relative;
  margin-top: 0;
  padding: 40px 0 50px;
  text-align: center;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_reward_sp.png) no-repeat center bottom / cover;
  background-size: 150%;
  z-index: -1;
}

.webp #ytg .reward {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_reward_sp.webp);
  background-size: cover;
  background-position-y: bottom;
}

#ytg .reward_title {
  margin-bottom: 0;
}

#ytg .reward_list {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 2%;
}

#ytg .reward_content{
  padding-top: 2vw;
}

#ytg .reward_list_item {
  position: relative;
  width: 32%;
  max-width: 450px;
}

#ytg .reward_list_item img {
  width: 100%;
  height: auto;
}

#ytg .reward_list_item.cleared img {
  filter: grayscale(1);
}

#ytg .reward_list_item.cleared::before {
  position: absolute;
  top: 2px;
  right: -5px;
  display: block;
  content: "";
  width: 100px;
  max-width: 12vw;
  height: 100px;
  max-height: 12vw;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/icon_clear.png) no-repeat center / contain;
  z-index: 1;
  background-size: cover;
}

.webp #ytg .reward_list_item.cleared::before {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/icon_clear.webp);
}

#ytg .reward_text {
  margin-top: 10px;
  padding: 0 15px;
  line-height: 1.5;
  font-size: 12px;
  text-align: left;
  color: #fff;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  #ytg .reward {
    position: relative;
    margin-top: -6vw;
    padding: 6vw 0 8vw;
    overflow: hidden;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_reward.png);
  }

  .webp #ytg .reward {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_reward.webp);
  }

  #ytg .reward_chara {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-33%);
    width: 47vw;
    /* max-height: 100%; */
    pointer-events: none;
    z-index: 0;
  }

  #ytg .reward_title {
    margin-bottom: 40px;
  }

  #ytg .reward_img_01 {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-22vw - 80px);
    max-width: 40vw;
  }

  #ytg .reward_img_02 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    max-width: 40vw;
  }

  #ytg .reward_list {
    position: relative;
    width: 95%;
    max-width: 1500px;
    margin: 0 auto 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    z-index: 1;
  }

  #ytg .reward_list_item {
    width: auto;
  }

  #ytg .reward_list_item.cleared::before {
    position: absolute;
    top: -20px;
    right: 0;
    display: block;
    content: "";
    width: 82px;
    max-width: 10vw;
    height: 82px;
    max-height: 10vw;
    background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/icon_clear.png) no-repeat center / contain;
    z-index: 1;
    background-size: cover;
  }
}

/* SP表示 */
@media screen and (max-width: 768px) {
  #ytg .reward_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;

  }

  #ytg .reward_list_item {
    width: 32%;
  }

  #ytg .reward_list_item:last-child {
    width: 35%;
  }

  #ytg .reward_list_item img {
    width: 100%;
    height: auto;
  }

  #ytg .reward_content{
    padding-top: 0;
  }
}

/*=================================
　character
=================================*/
#ytg .character {
  position: relative;
  padding: 40px 0 30px;
  text-align: center;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_character.png) no-repeat center top / cover;
  background-size: cover;
  margin-top: 0;
  -webkit-mask-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_character.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_character.png);
  mask-size: cover;
  mask-position: center top;
  mask-repeat: no-repeat;
  z-index: 2;
}

.webp #ytg .character {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_character.webp);
  -webkit-mask-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_character.webp);
  mask-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_character.webp);
}

#ytg .character_icon_list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1vw;
  width: 87vw;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 103vw;
}

#ytg .character_icon {
  filter: grayscale(1);
  cursor: pointer;
  transition: filter .2s, transform .2s;
  border: 3px solid #a8a8a8;
}

#ytg .character_icon:hover {
  filter: grayscale(0);
  transform: scale(0.95);
}

#ytg .character_icon.active {
  filter: grayscale(0);
  transform: scale(0.95);
  box-sizing: border-box;
  border: 3px solid #303ea1;
}

#ytg .character_prof {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s, visibility 0s linear .25s;
}

#ytg .character_prof.show {
  visibility: visible;
  opacity: 1;
  transition: opacity .25s;
}

/* SP表示 */
@media screen and (max-width: 768px) {
  #ytg .character {
    background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_character_sp.png) no-repeat center top / cover;
    -webkit-mask-image: none;
    mask-image: none;
    overflow: hidden;
  }

  .webp #ytg .character {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_character_sp.webp);
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* PC表示 */
@media screen and (min-width: 769px) {

  #ytg .character {
    margin-top: -3.6vw;
    padding: 6vw 0 8vw;
  }

  #ytg .character_icon_list {
    width: 90vw;
    margin-top: 30vw;
    justify-content: flex-start;
  }

  #ytg .character_icon_list img {
    max-width: 7vw;
  }

  #ytg .character_prof {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #ytg .character_prof img {
    position: absolute;
    bottom: 0;
    left: -7vw;
    min-width: auto;
    min-height: auto;
    width: 107vw;
    height: auto;
    max-width: fit-content;
  }

  @media screen and (min-width: 1281px) {
    #ytg .character_prof img {
      left: 0;
      width: 100vw;
    }
  }

}


/*=================================
　features
=================================*/
#ytg .features {
  position: relative;
  padding: 40px 0 50px;
  text-align: center;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_features_sp.png) no-repeat center top / cover;
  background-size: 150%;
  margin-top: -3px;
  z-index: 1;
  overflow: hidden;
}

.webp #ytg .features {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_features_sp.webp);
  background-size: cover;
  background-position-y: bottom;
}

#ytg .features_content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

#ytg .features_slider_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#ytg .features_swiper {
  overflow: visible;
  width: 100%;
  max-width: 100%;
}

#ytg .features_swiper .swiper-wrapper {
  align-items: center;
}

#ytg .features_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0.7;
  width: 65%;
}

#ytg .features_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border: 4px solid #000;
  box-sizing: border-box;
}

#ytg .features_swiper .swiper-slide-active {
  opacity: 1;
  z-index: 2;
  transform: scale(1.2);
}

#ytg .features_swiper .swiper-slide-active img {
  border-width: 6px;
}

#ytg .features_nav {
  display: none;
}

#ytg .features_pagination {
  display: flex;
  justify-content: center;
  gap: 3vw;
  margin-top: 18vw;
}

#ytg .features_pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 4px solid #000;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}

#ytg .features_pagination .swiper-pagination-bullet-active {
  background: #11e5e7;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  #ytg .features {
    margin-top: -4.5vw;
    padding: 6vw 0 8vw;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_features.png);
  }

  .webp #ytg .features {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_features.webp);
  }

  #ytg .features_slider_wrapper {
    padding: 0 80px;
  }

  #ytg .features_swiper {
    max-width: 800px;
    overflow: hidden;
  }

  #ytg .features_swiper .swiper-slide {
    width: auto;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.8);
  }

  #ytg .features_swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }

  #ytg .features_nav {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 100px;
    cursor: pointer;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  #ytg .features_nav:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }

  #ytg .features_nav_prev {
    left: calc(50% - 520px);
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/icon_prev.webp);
  }

  #ytg .features_nav_next {
    right: calc(50% - 520px);
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/icon_next.webp);
  }

  @media screen and (min-width: 769px) and (max-width: 1060px) {
    #ytg .features_nav_prev {
      display: none;
    }
    #ytg .features_nav_next {
      display: none;
    }
  }

  #ytg .features_pagination {
    margin-top: 30px;
    gap: 10px;
  }

  #ytg .features_pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 3px solid #000;
  }

  #ytg .features_swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border: 8px solid #000;
    box-sizing: border-box;
  }

  #ytg .features_swiper .swiper-slide-active {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
  }

  #ytg .features_swiper .swiper-slide-active img {
    border-width: 12px;
  }
}

/*=================================
　story（世界観）
=================================*/
#ytg .story {
  position: relative;
  padding: 40px 0 15vw;
  text-align: center;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_world_sp.png) no-repeat center top / cover;
  margin-top: 0;
  z-index: 3;
}

.webp #ytg .story {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_world_sp.webp);
}

#ytg .story_title {
  margin-bottom: 20px;
}

#ytg .story_content {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}

#ytg .story_txt {
  max-width: 100%;
  height: auto;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  #ytg .story {
    margin-top: -4.5vw;
    padding: 6vw 0 8vw;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_world.png);
    background-size: cover;
    background-position: center;
  }

  .webp #ytg .story {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_world.webp);
  }

  #ytg .story_title {
    margin-bottom: 40px;
  }

  #ytg .story_content {
    max-width: 800px;
  }
}

/*=================================
　info
=================================*/
#ytg .info {
  padding: 40px 15px 50px;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_info_sp.png) no-repeat center bottom / cover;
  background-size: 150%;
  margin-top: 0;
  z-index: 2;
}

.webp #ytg .info {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_info_sp.webp);
  background-size: cover;
  background-position-y: bottom;
}

#ytg .info .btns{
  position: relative;
  top: 1vw;
}

#ytg .info .btns .detail{
  padding-top: 10vw;
  padding-bottom: 0;

}

#ytg .info_content {
  max-width: 960px;
  margin: 0 auto 0;
  color: #3f1240;
}

#ytg .info_content_box{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#ytg .info_content_img {
  text-align: center;
}

#ytg .info_content_img img {
  width: 36vw;
}

#ytg .info_content_txt {
  width: 100%;
  margin-top: 20px;
  line-height: 1.5;
}

#ytg .info_content_txt dl {
  display: flex;
}

#ytg .info_content_txt dl + dl {
  margin-top: 8px;
}

#ytg .info_content_txt dt {
  min-width: 25vw;
  justify-content: center;
}

#ytg .info_content_txt dt,
#ytg .info_content_txt dd {
  padding: 1vw 1vw;
  font-size: 3vw;
  color: #fff;
  background: rgba(84, 0, 255, 0.7);
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

#ytg .info_content_txt dd {
  width: calc(100% - 25vw);
  margin-left: 6px;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

#ytg .info_content_txt dd .small{
  font-size: 2.5vw;
}

#ytg .alert {
  max-width: 100%;
  margin-top: 2vw;
  padding: 20px 15px;
  color: #fff;
  background: rgba(84, 0, 255, 0.7);
}

#ytg .alert_title {
  margin-bottom: 15px;
  font-size: 3vw;
  text-align: center;
}

#ytg .alert_list_item {
  padding-left: 1.5em;
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 2.5vw;
  text-indent: -1.5em;
}

#ytg .alert_list_item::before {
  content: "※";
  padding-right: 0.5em;
}

#ytg .alert_list_item + .alert_list_item {
  margin-top: 5px;
}

/* PC表示 */
@media screen and (min-width: 769px) {

  #ytg .info {
    margin-top: -4.5vw;
    padding: 8vw 15px 5vw;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_info.png);
  }

  .webp #ytg .info {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/ytg/bg_info.webp);
  }

  #ytg .info .btns{
    position: relative;
    top: 6vw;
  }

  #ytg .info .btns .detail{
    padding-top: 0;
    padding-bottom: 1vw;
  }

  #ytg .info_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  #ytg .info_content_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }

  #ytg .info_content_img {
    width: 23.2%;
  }

  #ytg .info_content_img img {
    width: 30vw;
  }

  #ytg .info_content_txt {
    width: 75%;
    margin-top: 0;
  }

  #ytg .info_content_txt dl + dl {
    margin-top: 5px;
  }

  #ytg .info_content_txt dt {
    min-width: 136px;
    text-align: center;
  }

  #ytg .info_content_txt dd {
    width: calc(100% - 136px);
    margin-left: 5px;
  }

  #ytg .info_content_txt dt,
  #ytg .info_content_txt dd {
    padding: 0.5vw 0.5vw;
    font-size: 16px;
  }

  #ytg .info_content_txt dd .small{
    font-size: 11.2px;
  }

  #ytg .alert {
    margin-top: 40px;
    padding: 40px 50px;
  }

  #ytg .alert_title {
    margin-bottom: 30px;
    font-size: 21px;
  }

  #ytg .alert_list_item {
    font-size: 14px;
  }
}

/*=================================
　footer_cta
=================================*/

#ytg .footer_cta {
  padding: 40px 15px 50px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(229, 229, 229, 1) 3px, rgba(229, 229, 229, 1) 6px );
}

#ytg .footer_cta .detail {
  margin-bottom: 10px;
}
