#contents {margin: 0; padding: 0;}

#content {overflow: hidden;}

.adspecial_type1 {
max-width: none !important;
width: 100% !important;}

#wrapper,
.adspecial_type1 .frame_col_right_container,
.adspecial_type1 .frame_col_left_container,
.adspecial_type1 .frame_col_left,
.adspecial_type1 {width: 100%; background-color: #000;}

.adspecial_type1 .frame_col_left_container {
float: none;
right: auto;}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}



a:hover {
  text-decoration: none;
}

header,footer {
position: relative;
z-index: 9999;
background-color: #000;
}

footer {margin-top: 0;}

#footer {width: 100%;}

body {
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  background: #000;
}

.header-info-editorial {display: none;}


#sp-post2020 div, #sp-post2020 p, #sp-post2020 h1, #sp-post2020 h2, #sp-post2020 ul, #sp-post2020 li, #sp-post2020 a, #sp-post2020 span, #sp-post2020 strong {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,serif;
}

#sp-post2020 p {
  font-size: 16px;
  color: #707070;
  line-height: 1.75;
}


body {
  position: relative;
}
body::before {
  position: absolute;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000 url(../media/bg.jpg) no-repeat top right;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  animation: show-bg 4.0s ease 2.5s 1 forwards;
}

@keyframes show-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section {
  position: relative;
  z-index: 5;
}

.ttl-en {
  font-family: 'Oswald', sans-serif !important;
}

/* hero */
#hero {
  position: relative;
  overflow: hidden;
}
#hero::before {
  position: absolute;
  content: "";
  display: block;
  width: 60vw;
  height: 100%;
  top: 100%;
  left: -100%;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background-color: rgba(0, 0, 0, 0.6);
  animation: show-slide 1.0s ease 4.5s 1 forwards;
}
@keyframes show-slide {
  0% {
    top: 100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 0;
  }
}
#hero::after {
  position: absolute;
  display: inline-block;
  height: 1em;
  content: "POST2020";
  top: -110%;
  left: calc(50% - 580px);
  font-family: "Oswald", sans-serif !important;
  font-size: 140px;
  font-weight: bold;
  line-height: 1em;
  color: transparent;
  background: linear-gradient(to right, #00a8ff 0%, #00f9e1 100%);
  -webkit-background-clip: text;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: bottom left;
  animation: show-txt 1.0s ease 4.5s 1 forwards;
}

@keyframes show-txt {
  0% {
    opacity: 0;
    top: -110%;
  }
  100% {
    opacity: 0.2;
    top: -1em;
  }
}

#hero .hero-inner {
  position: relative;
  z-index: 5;
  max-width: 980px;
  margin: 96px auto;
  background-color: rgba(0, 0, 0, 0.5);
}
#hero .hero-inner .hero-frame_w,
#hero .hero-inner .hero-frame_h {
  position: relative;
}
#hero .hero-inner .hero-frame_w {
  padding: 0 48px;
}
#hero .hero-inner .hero-frame_w::before, #hero .hero-inner .hero-frame_w::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #00a8ff 0%, #00f9e1 50%, #00a8ff 100%);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: top left;
  animation: show-frame_w 2.0s ease 0.5s 1 forwards;
}
#hero .hero-inner .hero-frame_w::after {
  top: auto;
  bottom: 0;
  transform-origin: top right;
}
@keyframes show-frame_w {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#hero .hero-inner .hero-frame_h {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}
#hero .hero-inner .hero-frame_h::before, #hero .hero-inner .hero-frame_h::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  top: 0;
  left: -48px;
  background: #00a8ff;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: bottom left;
  animation: show-frame_h 2.0s ease 0.5s 1 forwards;
}
#hero .hero-inner .hero-frame_h::after {
  left: auto;
  right: -48px;
  transform-origin: top left;
}
@keyframes show-frame_h {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
#hero .hero-frame-txt {
  width: 60%;
}
#hero .hero-frame-txt h1 {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: bold;
  color: transparent;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  background: linear-gradient(to right, #00a8ff 0%, #00f9e1 100%);
  -webkit-background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  #hero .hero-frame-txt *::-ms-backdrop, #hero .hero-frame-txt h1 {
    color: #00a8ff;
    background: transparent;
  }
}
#hero .hero-frame-txt .ttl-sub {
  margin-bottom: 24px;
  color: #fff;
  font-size: 1.5rem;
}
#hero .hero-frame-txt .summary p {
  margin-bottom: 16px;
  color: #ddd;
}
#hero .hero-frame-txt .summary p:last-of-type {
  margin-bottom: 0;
}
#hero .hero-nav {
  width: 30%;
}
#hero .hero-nav li {
  position: relative;
  margin-bottom: 8px;
  padding-right: 32px;
  font-size: 1.125rem;
  text-align: right;
}
#hero .hero-nav li::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 4px);
  right: 0;
  width: 18px;
  height: 9px;
  background: url(../media/icon_arrow_green.png) no-repeat center center;
}
#hero .hero-nav li a {
  display: inline-block;
  color: #fff;
}
#hero .hero-nav li a span {
  position: relative;
  z-index: 5;
  font-family: "Oswald", sans-serif !important;
}
#hero .hero-nav li a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #55c500;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
#hero .hero-nav li a:hover::before {
  width: calc(100% - 24px);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #hero::after {
    color: #fff;
    background: transparent;
  }
}



/* theme */
.theme {
  padding: 152px 0;
}
.theme .theme-inner {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 1.0s;
  -moz-transition: top 0.5s, opacity 1.0s;
  -ms-transition: top 0.5s, opacity 1.0s;
  -o-transition: top 0.5s, opacity 1.0s;
  transition: top 0.5s, opacity 1.0s;
  width: 640px;
  margin: 0 auto;
  padding: 48px 32px;
  background-color: #fff;
  border-left: 16px solid #00a8ff;
  border-right: 16px solid #00a8ff;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
}
.theme .theme-inner::before, .theme .theme-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #00a8ff 0%, #00f9e1 50%, #00a8ff 100%);
}
.theme .theme-inner::after {
  top: auto;
  bottom: 0;
}
.theme .theme-txt {
  width: 60%;
  margin-left: 40%;
}
.theme .theme-txt .theme-ttl-en {
  display: inline-block;
  margin-bottom: 16px;
  color: transparent;
  font-family: "Oswald", sans-serif !important;
  font-size: 2rem;
  line-height: 1.3;
  background: linear-gradient(to right, #00a8ff 0%, #00f9e1 100%);
  -webkit-background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .theme .theme-txt *::-ms-backdrop, .theme .theme-txt .theme-ttl-en {
    color: #00a8ff;
    background: transparent;
  }
}
.theme .theme-txt .theme-ttl-jp {
  margin-bottom: 8px;
  color: #00a8ff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}
.theme .theme-txt .theme-btn {
  padding: 32px 0 8px;
  text-align: center;
}
.theme .theme-txt .theme-btn a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 60%;
  padding: 8px;
  color: #fff;
  font-size: 1.125rem;
  background: linear-gradient(to right, #00a8ff 0%, #00f9e1 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.theme .theme-txt .theme-btn a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, #00a8ff 0%, rgba(0, 168, 255, 0) 100%);
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.theme .theme-txt .theme-btn a:hover {
  text-decoration: none;
}
.theme .theme-txt .theme-btn a:hover::before {
  left: 0;
}
.theme .theme-txt .theme-btn a span {
  position: relative;
  z-index: 5;
}
.theme .theme-motif-square {
  position: absolute;
  top: -100px;
  left: -100px;
}
.theme .theme-motif {
  position: absolute;
  top: -152px;
  left: -184px;
}
.theme.current .theme-inner {
  top: 0;
  opacity: 1;
}
.theme.current .theme-motif-square {
  animation: show-rotate 1.5s ease 0s 1 forwards;
}
@keyframes show-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.theme-blue {
  background: linear-gradient(to right, rgba(56, 176, 238, 0.8) 0%, rgba(120, 221, 211, 0.8) 100%);
}


.theme-purple {
  background: linear-gradient(to right, rgba(130,40,172,0.9) 0%, rgba(210,107,202,0.9) 100%);
}
.theme-purple .theme-motif {top: -100px;}
.theme-purple .theme-inner {
  border-color: #9119c9;
}
.theme-purple .theme-inner::before,.theme-purple .theme-inner::after {
  background: linear-gradient(to right, #9119c9 0%, #ce00bd 50%, #9119c9 100%);
}
.theme-purple .theme-txt .theme-ttl-en {
  background: linear-gradient(to right, #9119c9 0%, #ce00bd 100%);
  -webkit-background-clip: text;
}
.theme-purple .theme-txt .theme-ttl-jp {color: #9119c9;}
.theme-purple .theme-txt .theme-btn a {background: linear-gradient(to right, #9119c9 0%, #ce00bd 100%);}
.theme-purple .theme-txt .theme-btn a:before {
    background: linear-gradient(to right, #9119c9 0%, rgba(210,107,202,0) 100%);
}



[class^="theme-bk"] {
  background-color: rgba(0,0,0,0.8);
}

[class^="theme-bk"] .theme-inner {background-color: transparent;}
[class^="theme-bk"] .theme-txt {
  position: relative;
  z-index: 5;
  margin: 0 40% 0 0;}
[class^="theme-bk"] .theme-txt .theme-ttl-jp,
[class^="theme-bk"] .theme-txt p.theme-summary {color: #fff !important;}
[class^="theme-bk"] .theme-motif-square {
    left: -130px;
}
[class^="theme-bk"] .theme-motif {
    top: -110px;
    left: auto;
    right: -184px;
}

.theme-bk-purple .theme-inner {
  border-color: #7900ff;
}
.theme-bk-purple .theme-inner::before,
.theme-bk-purple .theme-inner::after {
  background: linear-gradient(to right, #7900ff 0%, #ae00ff 50%, #7900ff 100%);
}

.theme-bk-purple .theme-txt .theme-ttl-en {background: linear-gradient(to right, #7900ff 0%, #a200ff 100%); -webkit-background-clip: text;}
.theme-bk-purple .theme-txt .theme-btn a {background: linear-gradient(to right, #7900ff 0%, #ae00ff 100%);}
.theme-bk-purple .theme-txt .theme-btn a:before {background: linear-gradient(to right, #7900ff 0%, rgba(0, 168, 255, 0) 100%);}


.theme-bk-orange .theme-inner {
  border-color: #d06700;
}
.theme-bk-orange .theme-inner::before,
.theme-bk-orange .theme-inner::after {
  background: linear-gradient(to right, #d06700 0%, #ffba00 50%, #d06700 100%);
}

.theme-bk-orange .theme-txt .theme-ttl-en {background: linear-gradient(to right, #d06700 0%, #ffba00 100%); -webkit-background-clip: text;}
.theme-bk-orange .theme-txt .theme-btn a {background: linear-gradient(to right, #d06700 0%, #ffba00 100%);}
.theme-bk-orange .theme-txt .theme-btn a:before {background: linear-gradient(to right, #d06700 0%, rgba(208, 103, 0, 0) 100%);}





#related {
  background: linear-gradient(to bottom, #d96d37 0%, #ca4a4a 100%);
}
#related.theme {
  padding: 86px 0;
}
#related h2 {
  margin-bottom: 48px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  font-family: "Oswald", sans-serif !important;
  text-align: center;
}
#related .related-theme-inner {
  max-width: 980px;
  margin: 0 auto;
  border: none;
}
#related .related-list-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#related .related-list-article li {
  position: relative;
  width: 48%;
  margin-bottom: 8px;
  margin-top: 100px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s, margin-top 0.5s;
}
#related .related-list-article li.new::before {
content: "NEW";
position: absolute;
z-index: 5;
top: 0;
left: 0;
padding: 0 8px;
color: #fff;
font-size: 12px;
background-color: #00a8ff;
}
#related .related-list-article li a {
  width: 100%;
  display: flex;
  align-items: center;
}
#related .related-list-article li a img {
  width: 120px;
  height: 90px;
  vertical-align: bottom;
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#related .related-list-article li a:hover img {
  filter: grayscale(0%);
}
#related .related-list-article li a:hover p {
  color: #ca4a4a;
}

  #related .related-list-article li p {
    width: calc(100% - 120px);
    padding: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
#related.current li {
  opacity: 1;
  margin-top: 0;
}





/* 2nd layer page
 ------------------------------- */
.sp-theme-inner {
max-width: 980px;
margin: -72px auto;
}


/* summary */
#summary {
position: relative;
color: #fff;
background-color: rgba(0,0,0,0.7);
}
#summary p {color: #fff !important;}

#summary .keywords {
position: absolute;
font-family: Oswald, sans-serif !important;
font-size: 64px;
color: rgba(255,255,255,0.1);
}

#summary .keywords {opacity: 0; transition: 3s;}
#summary .keywords:first-of-type {top: 8px; left: 96px;}
#summary .keywords:nth-of-type(2) {top: 112px; left: auto; right: 24px; font-size: 32px; transform: rotate(90deg);}
#summary .keywords:nth-of-type(3) {top: auto; bottom: 16px; left: 50%; font-size: 48px;}
#summary .keywords:nth-of-type(4) {top: auto; bottom: 96px; left: 10%; font-size: 32px; transform: rotate(-90deg);}
}
#summary.current .keywords {opacity: 1;}
#summary.current .keywords:first-of-type {top: 8px; left: 24px; opacity: 1;}
#summary.current .keywords:nth-of-type(2) {top: 16px; left: auto; right: 24px; font-size: 32px; opacity: 1;}
#summary.current .keywords:nth-of-type(3) {top: auto; bottom: 16px; left: 70%; font-size: 48px; opacity: 1;}
#summary.current .keywords:nth-of-type(4) {top: auto; bottom: 16px; left: 10%; font-size: 32px; opacity: 1;}

#summary.theme-bk-purple {
    background: linear-gradient(to right, #8228ac 0%, #d26bca 100%);
}

#summary.theme-bk-orange {
    background: linear-gradient(to right, #d06700 0%, #ffba00 100%);
}



/* tieup */
#tieup {background-color: rgba(5,5,5,0.8);}
#tieup h2 {
    margin-bottom: 48px;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    font-family: "Oswald", sans-serif !important;
    text-align: center;
}
#tieup a img {max-width: 100%; transition: 0.2s opacity;}
#tieup a:hover img {opacity: 0.6;}



#tieup .tieup-thumb {
overflow: hidden;
display: flex;
align-items: center;
padding: 24px;
font-size: 18px;
border: 1px solid #000;
background-color: rgba(255,255,255,0.2);
transition: background-color .5s, border .5s;
}
#tieup .tieup-thumb:hover {
border: 1px solid #fff;
background-color: rgba(255,255,255,0);
}
#tieup .tieup-thumb .thumb {
flex-shrink: 0;
width: 80px;
margin-right: 24px;
}
#tieup .tieup-thumb .thumb img {max-width: 100%;}

#tieup .tieup-thumb p {
color: #fff !important;}



/* wp */
#wp {
position: relative;
background-color: #fff;
overflow: hidden;
}
#wp::before,
#wp::after {
content: "";
display: block;
position: absolute;
top: 50px;
left: 100px;
width: 200px;
height: 200px;
background: url(/extra/post2020/media/motif_sq_green.png) no-repeat center center;
background-size: cover;
}
#wp::after {top: 70%; left: 70%;}

#wp h2 {
    margin-bottom: 48px;
    color: #6bbd2f;
    font-size: 2rem;
    font-weight: normal;
    font-family: "Oswald", sans-serif !important;
    text-align: center;
}
.list-wp {
position: relative;
z-index: 5;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.list-wp a {
position: relative;
display: flex;
flex-direction: column;
width: 24%;
margin: 100px 0.5% 16px;
padding: 24px;
background: linear-gradient(to bottom, #d0eb70 0%, #6bbd2f 100%);
color: #fff;
opacity: 0;
transition: opacity 0.5s, margin-top 0.5s, box-shadow 0.2s;
}
.list-wp a:hover {
color: #fff !important;
box-shadow: 0 5px 10px #999;

}
.list-wp span {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.list-wp span img {display: block; max-width: 100%; filter: grayscale(100%); transition: 0.5s filter;}
.list-wp a:hover span img {filter: grayscale(0);}
.list-wp div {margin-top: auto; text-align: center;}

#wp.current .list-wp a {
  opacity: 1;
  margin-top: 0;
}

[id^="bg_0"] {
    position: absolute;
    width: 350px;
    height: 350px;
}
#bg_02 {left: 0;}
#bg_03 {right: 0;}


/* sponsor */
#sponsor {
background-color: #fff;
}
#sponsor h2 {
    color: #00a8ff;
    font-size: 2rem;
    font-weight: normal;
    font-family: "Oswald", sans-serif !important;
    text-align: center;
}

#sponsor .list-logo {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#sponsor .list-logo li {
width: 16%;
margin: 0 2% 16px;
text-align: center;
}

#sponsor .list-logo li img {max-width: 100%;}

.block_sponsored {
position: relative;
padding: 24px 0;
color: #fff;
text-align: center;
background-color: rgba(0,0,0,0.5);
}
.block_sponsored a {color: #00a8ff;}




/* nav btm */
.sp-nav-btm {
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
.sp-nav-btm li {
width: 33%;
margin: 0 auto 8px;
}
.sp-nav-btm li:first-of-type {width: 100%;}
.sp-nav-btm li a {
position: relative;
display: block;
padding: 24px;
background-color: rgba(0,0,0,0.5);
transition: background-color 0.5s;
}
.sp-nav-btm li a::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
width: 100%;
height: 4px;
background: linear-gradient(to right, #6bbd2f 0%, #d0eb70 100%);
transform: scaleX(0);
transform-origin: bottom left;
transition: transform 0.5s;
}
.sp-nav-btm li a::after {
    position: absolute;
    z-index: 5;
    content: "";
    display: block;
    top: calc(50% - 4px);
    right: 16px;
    width: 18px;
    height: 9px;
    background: url(../media/icon_arrow_green.png) no-repeat center center;
    transform: rotate(-90deg);
}
.sp-nav-btm li a:hover {background-color: rgba(0,0,0,0.8);}
.sp-nav-btm li a:hover::before {
transform: scaleX(1);
}
.sp-nav-btm li a span {
position: relative;
z-index: 5;
color: #fff;
font-size: 1.25rem;
font-family: 'Oswald', sans-serif !important;
}



/* adspecial_post2020_cx */
#adspecial_post2020_cx #wp::before, 
#adspecial_post2020_cx #wp::after {
background: url(/extra/post2020/media/motif_sq_green_shippou.png) no-repeat center center;
background-size: cover;
}






/* responsive
 ------------------------------- */
@media screen and (max-width: 800px) {
  .theme-inner {
    max-width: 100%;
    width: auto !important;
    margin: 0 16px !important;
  }

  #hero::after {left: 0;}
  #hero .hero-inner {
    max-width: 100%;
    margin: 96px 16px;
  }
  #hero .hero-frame-txt h1 {
    font-size: 2rem;
  }
  #hero .hero-frame-txt .ttl-sub {
    font-size: 1rem;
  }

#hero .hero-nav {
  width: 40%;
}
  #related .related-theme-inner {
    margin: 0 16px;
  }
  #related .related-list-article li {
    width: 49%;
  }


/* 2nd layer page */
.sp-theme-inner {
margin: 0 auto;
padding: 0 16px;
}

#wp::before {display: none;}

[id^="bg_0"] {
    position: absolute;
    width: 150px;
    height: 150px;
}
.list-wp {
display: block;
}
.list-wp a {
flex-direction: initial;
align-items: center;
width: 100%;
margin: 0 0 16px;
padding: 8px;
}

.list-wp a span {margin: 0 16px 0 0; width: 120px;}
.list-wp a div{margin-top: 0; text-align: left; flex-shrink: 5;}
  .sp-nav-btm {display: block;}
  .sp-nav-btm li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 8px;
}
  .sp-nav-btm li a span {
    font-size: 1rem;
 }

  #sponsor .list-logo li {
  width: 46%;
  }

}


@media screen and (max-width: 600px) {
  #hero::after {
    height: 80px;
    font-size: 80px;
  }
  #hero .hero-inner {
    margin: 64px 16px;
  }
  #hero .hero-inner .hero-frame_w {padding: 0 24px;}
  #hero .hero-inner .hero-frame_h {
    display: block;
  }
  #hero .hero-inner .hero-frame_h::before {left: -24px;}
  #hero .hero-inner .hero-frame_h::after {right: -24px;}
  #hero .hero-frame-txt {
    width: 100%;
  }
  #hero .hero-frame-txt h1 {
    font-size: 1.25rem;
  }
  #hero .hero-frame-txt .summary {
    display: none;
  }
  #hero .hero-nav {
    width: 100%;
  }

  .theme {
    padding: 72px 0;
  }
  .theme .theme-inner {
    padding: 16px;
    border-width: 8px;
  }
  .theme .theme-inner::before, .theme .theme-inner::after {
    height: 8px;
  }
  .theme .theme-inner .theme-txt {
    width: 100%;
    margin: 0;
  }
  .theme .theme-inner .theme-btn a {
    width: 80%;
  }
  .theme .theme-motif {
    left: 60%;
    top: -50px;
    width: 50%;
    height: 50%;
  }
  .theme .theme-motif img {
    width: 100%;
    height: auto;
  }
  .theme .theme-motif-square {
    width: 150px;
    height: 150px;
    left: 70%;
    top: -50px;
    animation: none !important;
  }
  .theme .theme-motif-square img {
    width: 100%;
    height: 100%;
  }

  #related.theme {
    padding: 48px 0;
  }
  #related .related-list-article li {
    width: 100%;
  }

}

/*# sourceMappingURL=style.css.map */

