@charset "utf-8";
/*====================
 - ?767px：SP
 - 768px?959px：タブレット
 - 960px?：PC
 MAX: 1200px;
====================*/

/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, a, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing:border-box;
}
input,textarea {
  box-sizing:border-box;
  font-size: 100%;
}

ul,li,ol {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  text-align: left;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  line-height:1.0;
}
table {
  border-collapse: collapse;
}
select {
  outline: none;
}


/* Body
---------------------------------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background: #F5F5F5;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: normal;
  color: #000;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width:900px) {
  .wide_only {
    display: none;
  }
  .tab_only {
    display: block;
  }
}
@media screen and (min-width:901px) {
  .tab_only {
    display: none;
  }
}

@media screen and (min-width:768px) {
  body {
    min-width: 1200px;
  }
  .sp_only {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .pc_only {
    display: none;
  }
  .sp_block {
    display: block;
  }
}

a {
  color: #111;
  text-decoration: none;
  outline: none;
  transition: 0.2s all ease;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.4;
    letter-spacing: .1em;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}
.combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  line-height: 1;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fixed {
  position: fixed;
}

.by {
  display: inline-block;
  padding: 0 2px 2px;
  margin: 0 4px;
  color: #D91321;
  position: relative;
  z-index: 1;
  background: #D91321;
  transition: 0.3s color ease;
  cursor: pointer;
}
.by:hover,
.by.on {
  color: #FFF;
}
@media all and (-ms-high-contrast:none){
  .by { padding: 15px 2px 0 2px; height: 40px; } /* IE10 */
}

.en {
  font-family: 'Press Start 2P', kozuka-gothic-pr6n, sans-serif;
  font-weight: normal;
}

.inner {
  overflow: hidden;
}

/* TOP
---------------------------------------------------------------------------- */

#visual {
  position: fixed;
  width: 50%;
  padding: 0 20px;
  min-width: 600px;
  left: 0;
  height: 100%;
}
#container {
  position: relative;
  width: 48%;
  padding: 0 0 0 20px;
  left: 52%;
  margin: 0;
  color: #000000;
  font-size: 24px;
  height: 100%;
}

.panel {
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}


.intro_image {
  width: 100%;
  height: 100vh;
  text-align: center;
  padding: 0;
  position: relative;
}
.intro_image img {
  max-width: 575px;
  min-width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.intro_image .access_link {
  display: block;
  width: 100%;
  max-width: 600px;
  max-height: 20%;
  min-height: 200px;
  bottom: 10%;
  margin: auto;
  left: 0;
  position: absolute;
  z-index: 2;
  text-align: right;
  font-size: 15px;
}
.intro_image .access_link a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.parts_intro {
  height: 500px;
  text-align: right;
  padding: 0 50px 0 0;
  position: relative;
  top: -5%;
}

@media screen and (max-width:767px){
  #visual {
    position: relative;
    width: 100%;
    float: none;
    min-height: initial;
    text-align: center;
    padding: 0;
  }
  #container {
    width: 100%;
    float: none;
    left: 0;
    padding: 0;
  }
  .panel {
    padding: 20px 15px;
    width: 100%;
    min-height: initial;
    position: relative;
    overflow: hidden;
  }
  .intro_image {
    position: relative;
    padding: 0;
    margin: 0 0 0 0;
    height: auto;
    max-width: 100%;
    min-width: initial;
    max-height: initial;
    min-height: initial;
  }
  .intro_image img {
    position: relative;
    max-width: 100%;
    min-width: initial;
    max-height: initial;
    min-height: initial;
    padding: 0;
    left: 0;
  }
  .intro_image .access_link {
    display: block;
    width: 100%;
    max-height: 50px;
    min-height: initial;
    max-width: initial;
    bottom: 50px;
    position: relative;
    z-index: 2;
    text-align: left;
    font-size: 15px;
  }
  .intro_image .access_link a {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .parts_intro {
    position: static;
    height: auto;
    text-align: right;
    padding: 0 0 0 0;
    margin: 0;
  }

}

.top_menu a {
  display: block;
  line-height: 1.6;
  padding: 5px;
}
.top_menu a:hover {
  background: #CC0000;
  color: #FFF;
}

.visual_image {
  width: 100%;
  height: 100%;
  min-width: 600px;
  opacity: 1;
  transition: 0.3s opacity ease;
  z-index: 5;
  text-align: center;
  position: relative;
}
.visual_image img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  max-width: 600px;
  min-width: 500px;
}


.visual_image.hidden {
  opacity: 0;
  z-index: 1;
  display: none;
}
.mouseon_panels {
  position: relative;
  height: 100%;
}
.mouseon_panel {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s opacity ease;
  z-index: 1;
  text-align: center;
}
.mouseon_panel.active {
  display: block;
  opacity: 1;
  z-index: 5;
}
.mouseon_panel img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  max-width: 600px;
  min-width: 400px;
}
#mouseon_menu_partner img {
  max-width: 600px;
  min-width: 500px;
}
@media screen and (max-width:767px){
  #visual {
    min-width: initial;
    min-height: initial;
    height: auto;
  }
  .visual_image {
    width: 100%;
    height: auto;
    padding: 15px;
    max-width: 100%;
    min-width: initial;
    max-height: initial;
    min-height: initial;
  }
  .visual_image img {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: initial;
    max-height: initial;
    min-height: initial;
  }
  .mouseon_panel {
    display: none;
  }
  .mouseon_panel.active {
    display: none;
  }
}

.concept_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}
.concept_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 700px;
  min-width: 500px;
  max-height: calc(100vh - 280px);
  min-height: 500px;
}

.top_concept_head {
  float: left;
  width: 90px;
  text-align: right;
  font-family: 'Press Start 2P';
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 44px;
  position: relative;
  line-height: 1;
}
.top_concept_text {
  float: right;
  width: calc(100% - 90px);
  font-size: 29px;
  padding: 0 50px 0 0;
}
.top_concept_text p{
    letter-spacing: 0;

}
@media all and (-ms-high-contrast:none){
  .top_concept_text p { padding: 10px 0 0 0; } /* IE */
}
.top_concept_head span {
  margin: 0 0 30px 0;
}
.top_concept_head img {
  vertical-align: bottom;
}

.parts_concept {
  top: -5%;
  position: relative;
  text-align: right;
}
.parts_concept02 {
  position: relative;
  text-align: left;
  padding: 0 0 0 90px;
}
@media screen and (max-width:1399px){
  .top_concept_text {
    font-size: 24px;
  }
}
@media screen and (max-width:1299px){
  .top_concept_text {
    font-size: 24px;
  }
}
@media screen and (max-width:767px){
  .concept_wrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .concept_inner {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: initial;
    min-width: initial;
    max-height: initial;
    min-height: initial;
  }
  .top_concept_head {
    float: left;
    width: 80px;
    font-size: 44px;
  }
  .top_concept_text {
    float: right;
    width: calc(100% - 80px);
    font-size: 20px;
    padding: 0 0 0 0;
  }
  .top_concept_head span {
    margin: 0 0 30px 0;
  }
  .top_concept_head img {
    vertical-align: bottom;
  }

  .parts_concept {
    text-align: right;
  }
  .parts_concept02 {
    text-align: left;
    padding: 0 0 0 10px;
  }
  .parts_concept img {
    width: 70%;
  }
  .parts_concept02 img {
    width: 30%;
  }
}

/*
.isTablet .parts_intro,
.isTablet .parts_concept,
.isTablet .parts_concept02 {
  display: none;
}
*/


.h_by_red {
  font-family: kozuka-gothic-pr6n, sans-serif;
  display: inline-block;
  background: #D91321;
  margin: 0 0 30px 0;
  padding: 5px 10px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
@media all and (-ms-high-contrast:none){
  .h_by_red { padding: 10px 10px 0 10px; } /* IE */
}
.ticket_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}
.ticket {
  position: absolute;
  width: 100%;
  max-width: 800px;
  top: 22%;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ticket_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.ticket_link {
  width: 85%;
  padding: 5% 0 0 23%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.ticket_link li {
  font-size: 13px;
  margin: 0;
}
.ticket_link li a {
  width: calc(100% - 40px);
  font-family: 'Press Start 2P';
  display: block;
  padding: 5.5% 10px;
  text-decoration: none;
  color: #FFF;
  position: relative;
}
.ticket_link li a.active::after {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ticket_link li .menu {
  display: block;
  width: calc(100% - 40px);
  float: left;
  vertical-align: middle;
  padding: 2px 0 10px 0;
  border-bottom: #FFF 1px solid;
}

.checkbox {
  display: block;
  float: left;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: #FFF 1px solid;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 1;
}
.ticket_link li a.active .checkbox::after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: -6px;
  left: 1px;
  background: url(img/top/check.png) no-repeat center 50%;
}

.sp_con_menu {
  display: none !important;
}
@media screen and (max-width:767px){
  .ticket_wrap,
  .ticket {
    display: none;
  }
  .sp_con_menu {
    display: block !important;
  }
  .menu_link {
    width: 90%;
    border-radius: 5px;
    background: #333;
    color: #FFF;
    margin: -20px auto 0 auto;
    font-family: 'Press Start 2P';
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFF;
    position: relative;
    font-size: 12px;
    overflow: hidden;
  }
  .menu_link::after {
    content: "";
    position: absolute;
    display: block;
    top: 13px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_sponsor .menu_link {
    margin: 20px auto 0 auto;
  }
  .menu_link .menu {
    display: block;
    float: left;
    vertical-align: middle;
    margin: 0 0 0 2px;
    line-height: 20px;
  }
  .menu_link .checkbox::after {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: -6px;
    left: 1px;
    background: url(img/top/check.png) no-repeat center 50%;
  }


}

#footer {
  width: 100%;
  text-align: right;
  font-size: 12px;
  padding: 200px 0 10px 0;
  position: relative;
  bottom: 20px;
  right: 50px;
}
#container #footer {
  position: absolute;
  bottom: 0;
}
#footer p {
  text-align: right;
  font-size: 12px;
    margin-bottom: 10px;
}
#footer img{
    width: 60px;
}
#copyright {
  font-size: 11px;
  margin: 0 0 10px 0;
}
@media screen and (max-width:767px){
  #footer {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 50px 0 20px 0;
    position: relative;
    bottom: 0;
    right: 0;
  }
  #container #footer {
    position: relative;
  }
  #footer p {
    text-align: center;
    font-size: 9px;
  }
  #copyright {
    font-size: 11px;
  }
}

/* 下層共通
---------------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 84px;
  position: relative;
}
#header .logo {
  position: fixed;
  top: 46px;
  left: 36px;
  width: 113px;
  z-index: 100;
}
.logo a {
  display: block;
}
.logo img {
  vertical-align: baseline;
}


#left_area {
  position: fixed;
  width: 40%;
  left: 0;
  min-height: 100%;
  padding: 100px 0 0 50px;
}
#contents {
  position: relative;
  width: 58%;
  padding: 102px 0 0 0;
  left: 40%;
  margin: 0;
  color: #000000;
  font-size: 24px;
  height: 100%;
}

.title_box {
  padding: 4px 0 0 30px;
  position: relative;
}
.title_box::before {
  content: "";
  display: block;
  width: 96px;
  height: 10px;
  background: #D91621;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.title_mini {
  font-family: 'Press Start 2P', kozuka-gothic-pr6n, sans-serif;
  font-weight: normal;
  font-size: 13px;
  z-index: 2;
  position: relative;
  margin: 0 0 25px 0;
}
.page_navi .title_mini {
  font-size: 10px;
  margin: 0 0 10px 0;
}
.page_navi.active .title_mini {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.page_title {
  font-family: 'Press Start 2P', kozuka-gothic-pr6n, sans-serif;
  font-weight: normal;
  font-size: 48px;
  z-index: 2;
  margin: 0 0 10px 0;
  position: relative;
}
.title_box p {
  font-size: 20px;
  z-index: 2;
  position: relative;
}
.section_title {
  font-family: 'Press Start 2P', kozuka-gothic-pr6n, sans-serif;
  font-weight: normal;
  font-size: 20px;
  z-index: 2;
  position: relative;
}
.page_navi.active .section_title {
  font-size: 36px;
}
a:hover .section_title {
  color: #D91621;
}
.section_title_box,
.sp_section_title {
  padding: 20px 0 0 30px;
  font-size: 17px;
  z-index: 2;
  position: relative;
}
.sp_section_title::before {
  content: "";
  display: block;
  width: 94px;
  height: 10px;
  background: #D91621;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page_navi.active::before {
  content: "";
  display: block;
  width: 94px;
  height: 10px;
  background: #D91621;
  position: absolute;
  top: -5px;
  left: -20px;
  z-index: 1;
}
.section_title_box .page_navi.active {
  font-size: 20px;
}
.section_title_box.active {
  display: block;
  opacity: 1;
}
.page_navi {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width:1400px){
  .page_title {
    font-size: 45px;
  }
}

@media screen and (min-width:768px){
  .title_box.hide {
    display: none;
  }
}

@media screen and (max-width:767px){
  #header {
    width: 100%;
    height: 60px;
  }
  #header .logo {
    position: fixed;
    top: 20px;
    left: 10px;
    width: 90px;
    z-index: 1000;
  }
  #left_area {
    position: static;
    width: 100%;
    min-height: initial;
    padding: 30px 0 15px 0;
  }
  #contents {
    position: relative;
    width: 100%;
    padding:0;
    left: 0;
    margin: 0;
    font-size: 20px;
    height: 100%;
  }

  .section_title {
    padding: 0;
  }
  .section_title_box {
    display: block !important;
    text-align: left;
    margin: 0 auto 30px auto;
    padding: 6px 0 0 25px;
  }
  .sp_section_title {
    padding: 6px 0 0 25px;
    display: block;
  }
  .sp_section_title::before {
  }
  .page_navi {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
  }
  .page_navi a {
    text-decoration: underline;
  }
  .page_navi .title_mini,
  .page_navi p {
    display: none;
  }
  .page_navi .section_title,
  .page_navi.active .section_title {
    font-size: 12px;
  }


  .title_box {
    padding: 4px 0 0 30px;
    position: relative;
    margin: 0 0 40px 0;
  }
  .title_box::before {
    content: "";
    display: block;
    width: 103px;
    height: 10px;
    background: #D91621;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .title_mini {
    font-size: 11px;
    margin: 0 0 7px 0;
  }
  .page_title {
    font-size: 28px;
  }
  .title_box p {
    font-size: 15px;
  }
  .section_title {
    font-size: 18px;
  }
}

/* Market
---------------------------------------------------------------------------- */
.section_title_box {
  display: none;
}
.section_title_box.active {
  display: block;
}
.sp_section_title {
  display: none;
}
@media screen and (max-width:767px){
  .sp_section_title {
    display: block;
  }
  .section_title_box.active {
    display: none;
  }
}
.section_market {
  position: relative;
}
.market_list {
  margin: 0 0 30px 0;
  position: relative;
}
.market_list li {
  margin: 0 0 20px 0;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
.market_img {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.market_code {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  height: 80%;
}

@media screen and (max-width:767px){
  .market_list {
    margin: 0 0 40px 0;
  }
  .market_list li {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
  }
  .market_img {
    display: block;
    position: absolute;
    z-index: 1;
    min-height: 320px;
  }
  .market_code {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    height: 80%;
  }

}



/* PAYMENT
---------------------------------------------------------------------------- */
.pay_box {
  width: 100%;
  height: 250px;
  border: #000000 1px solid;
  overflow: hidden;
  margin: 0 0 20px 0;
  max-width:1000px;
}
.pay_logo {
  margin: 0 0 30px 0;
}
.pay_contents {
  width: calc(100% - 100px);
  padding: 36px;
  float: left;
  font-size: 15px;
}
.pay_code {
  width: 100px;
  height: 250px;
  float: right;
  text-align: left;
  position: relative;
}
.pay_code img {
  display: block;
  position: absolute;
  left: -90%;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: initial;
  vertical-align: top;
  max-height: 55px;
  transform: rotate(-90deg);
}
.pay_code-txt{
  position:absolute;
  right:10px;
  transform:rotate(270deg);
  width:180px;
  bottom:102px;
  right:-49px;
}
@media all and (-ms-high-contrast: none){
  .pay_box {
    width: 100%;
    height: 250px;
    border: #000000 1px solid;
    overflow: hidden;
    margin: 0 0 20px 0;
    max-width:1000px;
  }
  .pay_logo {
    margin: -20px 0 -20px 0;
  }
  .pay_contents{
    width: calc(100% - 100px);
    padding: 0 36px;
    float: left;
    font-size: 15px;
  }
  .pay_code {
    width: 100px;
    height: 250px;
    float: right;
    text-align: left;
    position: relative;
  }
  .pay_code img {
    display: block;
    position: absolute;
    left: -90%;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: initial;
    vertical-align: top;
    max-width: 180px;
    transform: rotate(-90deg);
  }
.pay_code-txt{
    position:absolute;
    right:10px;
    transform:rotate(270deg);
    width:180px;
    bottom:102px;
    right:-49px;
  }
}

.font-press {
  font-family: 'Press Start 2P';
}
.font-press-min {
  font-family: 'Press Start 2P';
  font-size: 12px;
}
.pay_rpay .pay_logo{
  width:160px;
}
.pay_amazon .pay_logo{
  width:240px;
}
.pay_paypay .pay_logo{
  width:210px;
}
@media screen and (max-width:767px){
  .font-press-min {
    font-family: 'Press Start 2P';
    font-size: 10px;
  }
  .pay_box {
    width: calc(100% - 30px);
    height: auto;
    margin: 0 auto 20px auto;
    padding: 0 0 15px 0;
  }
  .pay_logo {
    margin: 0 0 30px 0;
  }
  .pay_logo {
    margin: 0 0 30px 0;
  }
  .pay_contents {
    width: 100%;
    padding: 35px 25px 10px 25px;
    float: none;
    font-size: 14px;
  }
  .pay_code {
    width: 100%;
    margin: 0;
    height: auto;
    float: none;
    text-align: center;
  }
  .pay_code img {
    display: inline-block;
    position: static;
    max-width: 80%;
    transform: none;
  }
  .pay_code-txt{
    position:static;
    transform: none;
    width:100%;
    margin: 10px 0 0 0;
  }


}



/* AWARD
---------------------------------------------------------------------------- */
.section_award {
    width: 100%;
    max-width: 730px;
}
.award_logo {
    width: 33%;
    margin:  0 auto 50px;
    text-align: center;
}
.award_logo img {
    width: 100%;
}

.award_title {
    font-size: 36px;
    margin-bottom: 20px;
}
.award_sub_title {
    padding: 25px 5px;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F;
    font-size: 50px;
    font: Narrow 50px/35px Arial;
    margin-bottom: 60px;
}
@media all and (-ms-high-contrast:none){
  .award_sub_title { padding: 45px 5px 5px 5px; } /* IE10 */
}
.award_txt {
    font-size: 20px;
    margin-bottom: 60px;
}
.award_photo_line {
  font-family: 'Press Start 2P';
    font-size: 6px;
    letter-spacing: 0.44px;
    color: #9F2124;
    margin-bottom: 20px;
    text-align: center;

}
.award_photo_img img {
    width: 100%;
}
.award_photo_txt {
    font-size: 12px;
    text-align: left;
    letter-spacing: 1.2px;
    color: #040202;
}
@media screen and (max-width:767px){
  .section_award {
    padding: 20px 15px;
    width: 100%;
      max-width: 100%;
    min-height: initial;
    position: relative;
    overflow: hidden;
  }
}

/* TALK
---------------------------------------------------------------------------- */
.theme_title_box {
  display: none;
}
.theme_title_box.active {
  display: block;
}
.sp_theme_title {
  display: none;
}
@media screen and (max-width:767px){
  .sp_theme_title {
    display: block;
  }
  .theme_title_box.active {
    display: none;
  }
}

.moderator {
  display: inline-block;
  background: #000;
  line-height: 1.2;
  text-align: center;
  padding: 3px 5px;
  font-size: 12px;
  color: #FFF;
}
@media all and (-ms-high-contrast:none){
  .moderator { padding: 10px 5px 0px 5px; } /* IE10 */
}

.theme_title_box,
.sp_theme_title {
  padding: 20px 0 0 30px;
  font-size: 20px;
  z-index: 2;
  position: relative;
  font-family: 'Press Start 2P';
}
.theme_title_box .num {
    font-size: 57px;
    letter-spacing: -1.41px;
    color: #000000;
}
.theme_title_box .theme {
    letter-spacing: 1.12px;
    font-size: 14px;
    color: #FFFFFF;
    background: #000;
    display: inline-block;
    padding: 5px 30px 2px 2px;
    line-height: 1;
    margin-bottom: 20px;
 }
.theme_title_box .day_time {
    font-size: 20px;
    line-height: 1.6;
}
.theme_title_box .day_time_head {
    font-size: 12px;
    margin-right: 10px;
}
.theme_title_box .talk_contents_head {
    font-size: 24px;

}
.theme_title_box .talk_contents_e {
    font-size: 32px;
    margin-left: 27px;
}
.theme_title_box .talk_contents_middle {
    font-size: 26px;

}
.theme_title_box .talk_contents_japanese {
    font-size: 13px;
    margin-left: 28px;
    font-family: kozuka-gothic-pr6n, sans-serif;
}
.theme_title_box .theme_title {
    font-size: 33px;
}
@media screen and (max-width:767px){
    .sp_theme_title {
        padding: 0;
        margin-bottom: 30px;
    }
    .sp_theme_title .num {
        font-size: 37px;
        letter-spacing: -1.41px;
        color: #000000;
    }
    .sp_theme_title .theme {
        letter-spacing: 1.12px;
        font-size: 12px;
        color: #FFFFFF;
        background: #000;
        display: inline-block;
        padding: 5px 30px 2px 2px;
        line-height: 1;
        margin-bottom: 20px;
     }
    .sp_theme_title .day_time {
        font-size: 14px;
        line-height: 1.6;
    }
    .sp_theme_title .day_time_head {
        font-size: 12px;
        margin-right: 10px;
    }
    .sp_theme_title .theme_title {
        font-size: 25px;
        font-weight: normal;
    }
    .sp_theme_title .talk_contents_head {
        font-size: 24px;
        font-weight: normal;
    }
    .sp_theme_title .talk_contents_e {
        font-size: 32px;
        margin-left: 27px;
        font-weight: normal;
    }
    .sp_theme_title .talk_contents_middle {
        font-size: 26px;
        font-weight: normal;
    }
    .sp_theme_title .talk_contents_japanese {
        font-size: 13px;
        margin-left: 28px;
        font-weight: normal;
        font-family: kozuka-gothic-pr6n, sans-serif;
    }
}
.section_talk {
    width: 100%;
    max-width: 820px;
    margin-bottom: 200px;
}
.section_talk.last {
    margin-bottom: 50px;
}
@media screen and (max-width:767px){
    .section_talk {
        max-width: 100%;
        margin-bottom: 50px;
        padding: 20px 15px;
    }
    .section_talk.last {
        margin-bottom: 50px;
    }
}
.guest_col4 {
  -ms-display:flex;
  -webkit-display:flex;
  display:flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.guest_col4 li {
    width: 23%;
}
.section_talk .guest_thumb {
    margin-bottom: 20px;
}
.section_talk .coname {
    font-size: 13px;
    letter-spacing: 0.9px;
	margin-bottom:8px;
}
.section_talk .name {
    font-size: 22px;
    letter-spacing: 0.48px;
    margin: 0 0 5px 0;
}
@media screen and (max-width:767px){
    .section_talk .coname {
        font-size: 12px;
        letter-spacing: 0.9px;
    }
    .section_talk .name {
        font-size: 18px;
        letter-spacing: 0.48px;
        margin: 0;
    }
    .moderator {
      font-size: 11px;
    }
    .guest_col4 {
  -ms-flex-wrap:wrap; /* flexコンテナに入るよう改行して表示 */
  -webkit-flex-wrap:wrap; /* flexコンテナに入るよう改行して表示 */
  flex-wrap:wrap;
        margin-bottom: 30px;
    }
    .guest_col4 li {
        width: 48%;
    }
}
.guest_col5 {
  -ms-display:flex;
  -webkit-display:flex;
  display:flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.guest_col5 li {
    width: 18%;
}
@media screen and (max-width:767px){
    .guest_col5 {
  -ms-flex-wrap:wrap; /* flexコンテナに入るよう改行して表示 */
  -webkit-flex-wrap:wrap; /* flexコンテナに入るよう改行して表示 */
  flex-wrap:wrap;
        margin-bottom: 30px;
    }
    .guest_col5 li {
        width: 48%;
    }
}

.guest_7 {
  -ms-display:flex;
  -webkit-display:flex;
  display:flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-content: flex-end;
    align-items:flex-end;
}
.guest_7_1 {
    width: 32%;
}
@media screen and (max-width:767px){
    .guest_7 {
        display: block;
    }
    .guest_7_1 {
        width: 100%;
    }
    .guest_7_1 img {
        width: 100%;
    }
}

.guest_col6 {
    width: 58%;
  -ms-display:flex;
  -webkit-display:flex;
  display:flex;
    justify-content: space-between;
  -ms-flex-wrap:wrap; /* flexコンテナに入るよう改行して表示 */
  -webkit-flex-wrap:wrap; /* flexコンテナに入るよう改行して表示 */
  flex-wrap:wrap;
}
.guest_col6 li {
    width: 30%;
    margin-bottom: 30px;
}
.guest_col6 li:nth-child(n + 4) {
    margin-bottom: 0px;
}

@media screen and (max-width:767px){
    .guest_col6 {
        width: 100%;
    }
}
.guest_profile {
    border-top: 3px #000 solid;
    border-bottom: 3px #000 solid;
    font-size: 15px;
    letter-spacing: 0.23px;
    width: 100%;
}
.guest_profile th {
    padding: 32px 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 16%;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
.guest_profile td {
    padding: 15px 0 0 26px;
    border-bottom: 1px solid #000;
    vertical-align: top;
    font-size: 13px;
}
.guest_profile td p{
    line-height: 1.6;
}
.guest_profile .en_name {
    font-size: 8px;
    font-family: 'Press Start 2P';
    letter-spacing: 0;
    margin-bottom: 10px;
}
.guest_profile .name {
    font-size: 20px;
}
.guest_profile .icon_web {
    font-size: 8px;
    font-family: 'Press Start 2P';
    background: #000;
    color: #FFF;
    padding: 5px 10px 5px 5px;
    margin-right: 10px;
    letter-spacing: 0;
}
.guest_profile .web_link {
    font-size: 8px;
    font-family: 'Press Start 2P';
    letter-spacing: 0;
    word-break: break-all;
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	margin-left: -28px;
	
}
@media screen and (max-width:767px){
    .guest_profile {
        font-size: 13px;
    }
	.guest_profile th{
		padding:18px 0;
	}
    .guest_profile td {
        padding: 15px 15px 0 15px;
    }
    .guest_profile .name {
        font-size: 15px;
    }
    .guest_profile .icon_web {
        display: block;
        width: 40px;
        margin-bottom: 10px;
		padding:1px 0 0 3px;
    }
	.guest_profile .web_link{
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        margin-left: -21px;
        margin-right: -21px;
	}
	.guest_profile .en_name{
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		margin-left: -10px;
	}

}
.guest_one {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.guest_one .guest_profile {
}
.guest_one .guest_profile th {
  width: 260px;
  padding: 30px 30px 30px 0;
}
.guest_one .guest_profile td {
}
.guest_one td .name {
  margin-bottom: 20px;
}
.guest_two {
  overflow: hidden;
}

.guest_two .guest_profile {
  width: 49%;
  float: left;
  border-top: #000 2px solid;
  border-bottom: none;
  margin: 0;
  table-layout:fixed;
}
.guest_two .guest_profile:nth-of-type(2n) {
  width: 49%;
  float: right;
}
.guest_two.last .guest_profile {
  border-bottom: #000 2px solid;
}
.guest_two .guest_profile .guest_thumb {
  margin: 0;
}
.guest_two .guest_profile th {
  width: 140px;
  padding: 16px 16px 16px 2px;
  border-bottom: none;
}
.guest_two .guest_profile td {
  padding: 15px 5px 15px 14px;
  border-bottom: none;
  height:216px;
}
.guest_two .guest_profile td .name {
  font-size: 18px;
  margin-bottom:20px;
}
.guest_two .guest_profile .web_link{
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
}

@media screen and (max-width:767px){
  .guest_one {
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .guest_one .guest_profile,
  .guest_one .guest_profile tbody,
  .guest_one .guest_profile tr {
    display: block;
    width: 100%;
  }
  .guest_one .guest_profile th {
    display: block;
    width: 100%;
    padding: 30px 30px 30px 0;
    overflow: hidden;
    border: none;
  }
  .guest_one .guest_thumb {
    width: 48%;
    float: left;
    margin: 0;
  }
  .guest_one .guest_about {
    width: 48%;
    float: right;
  }
  .guest_one .guest_profile td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .guest_one th .name {
    margin-bottom: 20px;
  }
  .guest_two {
    overflow: hidden;
  }

  .guest_two .guest_profile {
    display: block;
    width: 48%;
    float: left;
    border: none;
    margin: 0;
  }
  .guest_two .guest_profile:nth-of-type(2n) {
    width: 48%;
    float: right;
  }
  .guest_two.last .guest_profile {
    border: none;
  }
  .guest_two .guest_profile .guest_thumb {
    margin: 0 0 20px 0;
  }
  .guest_two .guest_profile tbody,
  .guest_two .guest_profile tr {
    display: block;
    width: 100%;
  }
  .guest_two .guest_profile th {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
  .guest_two .guest_profile td {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
    border: none;
  }
  .guest_two .guest_profile td .name {
    font-size: 18px;
  }



}

/* SPONSOR
---------------------------------------------------------------------------- */
.section_sponsor {
    width: 100%;
    max-width: 730px;
}
.sponsor_title_sub {
    font-size: 13px;
    font-family: 'Press Start 2P';
}
.section_sponsor-box{
    margin-bottom: 80px;
}
.special_partner .sec_sponsor-list li{
    width: 32%;
}
.special_partner .sec_sponsor-list li img{
    max-height: 70px;
    max-width: 200px;
    height: auto;
}
.sec_sponsor-list{
    background-color: #FFF;
}
.sec_sponsor-list li{
    width: 24%;
    padding: 10px 14px;
    text-align: center;
    height: 82px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sec_sponsor-list li img{
    max-height: 58px;
    max-width: 140px;
    height: auto;
}
.sec_sponsor-list li img.logo_small{
    max-height: 58px;
    max-width: 100px;
    height: auto;
}

@media screen and (max-width:767px){
  .section_sponsor {
    padding: 20px 15px;
    width: 100%;
      max-width: 100%;
    min-height: initial;
    position: relative;
    overflow: hidden;
  }
    .sponsor_title_sub{
        text-align: center;
        font-size: 12px;
    }
    .section_sponsor-box{
        margin-bottom: 40px;
    }
    .special_partner .sec_sponsor-list li{
        width: 32%;
    }
    .special_partner .sec_sponsor-list li img{
        width: 90px;
    }
    .sec_sponsor-list{
        background-color: #FFF;
    }
    .sec_sponsor-list li{
        width: 32%;
    }
    .sec_sponsor-list li img{
        max-height: 40px;
        max-width: 80px;
        height: auto;
    }
    .sec_sponsor-list li img.logo_small{
        max-height: 58px;
        max-width: 55px;
        height: auto;
    }
}



/* 装飾
---------------------------------------------------------------------------- */
em,
.strong {
  font-style: normal;
  font-weight: bold;
  color: #C92C00;
}

.red {
  color: #C92C00;
}
.must {
  color: #FF0000;
}
.small {
  font-size: 12px;
  line-height: 1.6;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.fs16 {
  font-size: 16px;
}

.va_middle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.txt_ja {
  font-family: 'Noto Sans JP', sans-serif;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.center {
  text-align: center !important;
}

.center p {
  text-align: center;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.pc_float_l {
  float: left;
}

.pc_float_r {
  float: right;
}

@media screen and (max-width:767px) {
  .pc_float_l,
  .pc_float_r {
    float: none;
  }
}

.bold {
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_large_text {
    font-size: 110%;
  }
  .pc_center {
    text-align: center;
  }
}

.small_text {
  font-size: 90%;
}


/* Slider */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  position: relative;
  z-index: -1 !important;
}
.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;
}

/* CUSTOMIZE */
.slick-slide {
    position: relative;
    text-align: center;
    margin: 0 0 60px 0;
}
.slick-slide img {
    max-width: 86%;
    position: relative;
    z-index: 100;
}
.slick-arrow {
    position: absolute;
    z-index: 1100;
    border: none;
    text-align: center;
    color: #000;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 100%;
}
.slick-arrow:focus {
    outline: none;
}
.slick-prev {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1100;
}
.slick-prev::after {
  content: '<';
  color: #000;
  font-family: 'Press Start 2P';
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: absolute;
  top: calc(50% - 13px);
  left: -15px;
  text-indent: 0;
    cursor: pointer;
}
.slick-next {
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 1100;
}
.slick-next::after {
  content: '>';
  color: #000;
  font-family: 'Press Start 2P';
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: absolute;
  top: calc(50% - 13px);
  right: -15px;
  text-indent: 0;
    cursor: pointer;
}


/* add sasaki */

/* スクロールバー非表示 */
html#toppage{
	scrollbar-width: none; // firefox
}
#toppage body{
	-ms-overflow-style: none; // ie
}
#toppage body::-webkit-scrollbar{
	display: none; // chrome, safari
}
body.overflow-hidden {
    overflow: hidden;
}

/* Thank You */
#thankyou {
    height: 90%;
    width: 90%;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    opacity: 0;
    transition-duration: 1s;
}
@media screen and (max-width:480px) {
    #thankyou {
        height: 98%;
        width: 95%;
    }
}
#thankyou.show {
    opacity: 1;
}

#thankyou, #thankyou * {
}

.orverlay {
    height: 100%;
    width: 100%;
    background: rgba(204,26,35,.95);
}

.thankyou-content {
    width: 90%;
    min-width: 440px;
    max-width: 1000px;
    height: 100%;
    min-height: 400px;
    max-height: 900px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    padding: 8% 0; 
}

.thankyou-head {
    display: flex;
    position: relative;
}

.thankyou-body {
    display: flex;
    padding: 30px;
}

.thankyou-logo {
    width: 69%;
    padding: 0 30px 0 0;
    opacity: 0;
    transition-delay: 2s;
    transition-duration: 1s;
    margin-left: -20px;
}

.thankyou-title {
    width: 37%;
    margin: auto;
    padding: 0px 30px 0 40px;
    opacity: 0;
    transition-delay: 2.2s;
    transition-duration: 1s;
}

.thankyou-body-left {
    width: 64%;
    opacity: 0;
    transition-delay: 2.4s;
    transition-duration: 1s;
}

.thankyou-body-right {
    width: 190px;
    margin: auto;
    height: 310px;
    position: relative;
    opacity: 0;
    transition-delay: 2.6s;
    transition-duration: 1s;
}
@media screen and (max-width:480px) {
    .orverlay {
    border-radius: 6px;
    }
    .thankyou-content{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
        padding: 24px 20px;
    }
    .thankyou-body {
        display: block;
        padding: 20px 4px;
    }
    .thankyou-logo{
        width: 71%;
        height: 62px;
        padding: 0px 19px 0 0;
        margin-left: -8px;
    }
    .thankyou-body-left{
        width: 100%;
    }
    .thankyou-body-right {
        width: 100%;
        height: auto;
        position: static;

    }
    .thankyou-title{
        width: 25%;
        margin: 0;
        padding: 10px 0 0 0;
    }


    
}

.thankyou-barcode {
    position: absolute;
    top: 0;
    left: 13px;
    height: 100%;
    padding-top: 30px;
}

.thankyou-recycle {
    position: absolute;
    right: -8px;
    bottom: 102px;
    width: 92px;
}

.thankyou-solar {
    position: absolute;
    right: -8px;
    bottom: 0;
    width: 92px;
}

.thankyou-barcode img {
    height: 100%;
}

.thankyou-title p {
    line-height: 24px;
    margin: 0;
    font-size: 24px;
    color: white;
    font-family: Arial Narrow,Arial,sans-serif; 
    letter-spacing: .1rem; 
}

@media screen and (max-width:480px) {

    .thankyou-barcode{
        transform: rotate(90deg);
        bottom: -74px;
        left: 92px;
        padding: 0;
        top: auto;
        height: 190px;
    }
    
    .thankyou-title p{
        font-size: 9px;
        line-height: 14px;
        letter-spacing: .0rem;
    }
    .thankyou-recycle{
        display: none;
    }
    .thankyou-solar{
        display: none;
    }
    
}

.thankyou-message {
    color: white;
    margin-bottom: 40px;
}
.thankyou-body-left .thankyou-message{
    margin-bottom: 30px;
}

.thankyou-message p {
    line-height: 1.7em;
    margin: 0;
    font-size: 19px;
    letter-spacing: .2em;
    font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}

@media screen and (max-width:1120px){
    .thankyou-message p br{
        display: none;
    }
}

@media screen and (max-width:480px){
    .thankyou-message p {
        line-height: 1.4rem;
        margin: 0;
        font-size: 13px;
        letter-spacing: .15rem;
        font-feature-settings: "palt";
    }  
    .thankyou-message p br{
        display: none;
    }
    .thankyou-body-left .thankyou-message{
        margin-bottom: 20px;
    }
}
.thankyou-link {
    width: 100%;
    height: 56px;
    position: relative;
}

.thankyou-link.js-animate {
  position: relative;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.thankyou-link.js-animate:before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 104%;
    background: #fff;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.6s 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.6s 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 9999;
}

.thankyou-link.js-animate.is-visible {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.thankyou-link.js-animate.is-visible:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}


.thankyou-link a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    padding-left: 46px;
    font-family: 'Press Start 2P';
    position: relative;
    border: solid 1px white;
    color: white;
}

.thankyou-link a:hover {
    color: #CC1A23;
    background-color: white;
    
}

.thankyou-link a:before {
    content: '>';
    color: white;
    font-family: 'Press Start 2P';
    width: 40px;
    height: 40px;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    cursor: pointer;
    text-align: center;
}

.thankyou-link a:hover:before {
    content: '>';
    color: #CC1A23;
}

/* thankyou close */
.thankyou-watched #thankyou {
    height: 440px;
    width: 440px;
    position: absolute;
    right: 80px;
    bottom: 200px;
    top: auto;
    left: auto;
}

.thankyou-watched .orverlay {
    border-radius: 20px;
}

.thankyou-watched .thankyou-title {
    height: 50px;
    padding: 0 0 0 10px;
    transition-delay: 0s;
}

.thankyou-watched .thankyou-title p {
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 0.02em;
}

@media screen and (max-width:480px){
    .thankyou-watched #thankyou{
        right: 10px;
        width: 80%;
        height: 300px;
        position: sticky;
        bottom: auto;
    }
    .thankyou-watched .orverlay {
        height: 300px;
        border-radius: 8px;
    }
    .thankyou-link{
        height: 58px;
    }
    .thankyou-link a{
        width: 100%;
        font-size: 10px;
        padding-left: 38px;
        line-height: 58px;
    }
    .thankyou-link a:before{
        font-size: 12px;
    }
    .thankyou-watched .thankyou-title{
        padding: 6px 0 0 0;
    }
    .thankyou-watched .thankyou-title p{
        font-size: 9px;
        line-height: 12px;
        letter-spacing: .0rem;
    }
}


.thankyou-watched .thankyou-content {
    padding: 22px 33px;
}

.thankyou-watched .thankyou-logo {
    padding: 0;
    transition-delay: 0s;
    padding-right: 12px;
}

.thankyou-watched .thankyou-body-left {
    width: 96%;
    transition-delay: 0s;
}

.thankyou-watched .thankyou-body-right {
    position: absolute;
    right: -165px;
    height: 220px;
    bottom: 0px;
    transition-delay: 0s;
}

.thankyou-watched .thankyou-message p {
    line-height: 1.7em;
    font-size: 15.8px;
    letter-spacing: .1rem;
}

.thankyou-watched .thankyou-body {
    padding: 20px 0px;
    position: relative;
}

.thankyou-watched .thankyou-link {
    width: 200px;
    height: 40px;
}

.thankyou-watched .thankyou-link a {
    font-size: 12px;
    line-height: 40px;
}

.thankyou-watched .thankyou-link a:before {
    font-size: 14px;
}

.thankyou-head-bottom-boder {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: white;
    transition-delay: 1s;
    transition-duration: 1s;
}

.thankyou-head-middle-boder {
    position: absolute;
    left: 63%;
    width: 1px;
    height: 0;
    background-color: white;
    transition-delay: 1.5s;
    transition-duration: 1s;
}

#thankyou.show .thankyou-head-middle-boder {
    height: 100%
}

#thankyou.show .thankyou-head-bottom-boder {
    width: 100%
}

#thankyou.show .thankyou-logo,
#thankyou.show .thankyou-title,
#thankyou.show .thankyou-body-left,
#thankyou.show .thankyou-body-right {
    opacity: 1;
}


@media screen and (max-width:480px){
    .thankyou-watched .thankyou-content{
        padding: 24px;
    }
    .thankyou-watched .thankyou-message p{
        font-size: 10.8px;
    }
    .thankyou-watched .thankyou-link{
        width: 100%;
        height: 34px;
    }
    .thankyou-watched .thankyou-logo{
        padding: 0px 20px 0 0;
        height: 52px;
        margin-right: 0;
        width: 66.5%;
    }
    .thankyou-head-middle-boder{
         left: 64%;
    }
     .thankyou-watched .thankyou-head-middle-boder{
         left: 58%;
         transition-delay: unset;
    }
    .thankyou-watched .thankyou-body{
        padding: 14px 0;
    }
    .thankyou-watched .thankyou-link a{
        font-size: 9px;
        line-height: 34px;
    }
    .thankyou-watched.thankyou-link a:before{
        font-size: 8px;
    }
    .thankyou-watched .thankyou-body-right{
        display: none;
    }
}
