@charset "UTF-8";

/* ------------------------------
 Variables
------------------------------ */
:root {
  --font-body: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;

  --color-primary: #c1a15c;
  --color-secondary: #eb5505;
  --color-text-main: #fff;
  --color-text-dark: #000;

  --padding-bnr-v: 4%;
  --padding-bnr-h: 16.16%;
  --btn-sns-max-width: 60%;
  --image-width-sm: 100px;

  --bg-image-red: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/bg_red.jpg");
  --bg-image-gold: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/bg_gold.jpg");
  --pictogram-bg-1: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/pictogram_01.png");
  --pictogram-bg-2: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/pictogram_02.png");
  --pictogram-bg-3: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/pictogram_03.png");
  --pictogram-bg-4: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/pictogram_04.png");
  --pictogram-bg-5: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/pictogram_05.png");
  --pictogram-bg-6: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/pictogram_06.png");
  --pictogram-bg-1-sp: url("https://prcp.pass.auone.jp/gpl/202406_athlete_lp/images/pictogram_01_sp.png");
}

/* ------------------------------
 Html, Body
------------------------------ */
html {
  font-size: 2.6vw;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 901px) {
  html {
    font-size: 24px;
  }
}

body {
  margin: 0 auto;
  padding: 0;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt"1;
  max-width: 900px;
  overflow-x: hidden;
  background-color: #000;
  /* box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); */
}

body * {
  font-family: var(--font-body);
}

#page-wrap {
  background: #fff;
  /* overflow: hidden; */
  text-align: center;
}

/* ------------------------------
 Reset CSS
------------------------------ */
* {
  box-sizing: border-box;
}

main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
picture {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: currentColor;
}

button::-moz-focus-inner {
  border: 0;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ------------------------------
 link
------------------------------ */
a {
  outline: 0;
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  color: currentColor;
  filter: opacity(70%);
}

/* ------------------------------
 text & layout
------------------------------ */
h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.6;
}

h6 {
  font-size: 1rem;
  line-height: 1.6;
}

p,
ul,
dl {
  font-size: 1rem;
  line-height: 1.6;
}

.ind-1em {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.ind-1em::first-letter {
  font-feature-settings: normal;
}

.ind-1em>* {
  text-indent: 0;
}

.burasage {
  overflow: hidden;
}

.burasage>* {
  display: block;
  overflow: hidden;
}

.burasage>*:first-child {
  float: left;
  font-feature-settings: normal;
}

.justify {
  text-align: justify;
}

.pd-l {
  padding-left: 1em;
}

/* ------------------------------
 text-size
------------------------------ */
.txt-bold {
  font-weight: bold;
}

.txt-lg {
  font-size: 2rem;
}

.txt-md {
  font-size: 1.75rem;
}

.txt-rg {
  font-size: 1.5rem;
}

.txt-sm {
  font-size: 1.3rem;
}

.txt-xs {
  font-size: 1.1rem;
}

.txt-xxs {
  font-size: 1rem;
}

/* ------------------------------
 line-height
------------------------------ */
.lh-14 {
  line-height: 1.4em;
}

.lh-16 {
  line-height: 1.6em;
}

/* ------------------------------
 margin
------------------------------ */
.mt-0 {
  margin-top: 0 !important;
}

.mt-05em {
  margin-top: 0.5em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

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

.mb-025em {
  margin-bottom: 0.25em !important;
}

.mb-05em {
  margin-bottom: 0.5em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

/* ------------------------------
 text-align
------------------------------ */
.align-left {
  text-align: left;
}

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

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

/* ------------------------------
 inner-width
------------------------------ */
.side-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.youtube {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

video.vid_main {
  width: 90%;
  max-width: 800px;
}

/* ------------------------------
 detail
------------------------------ */
#detail {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: var(--color-text-dark);
}

#detail h2 {
  background: none;
  padding-bottom: .5rem;
  text-align: center;
}

#detail h2::before {
  display: none;
}

#detail h3 {
  display: block;
  font-size: 2.0em;
  text-align: center;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  margin-bottom: 3%;
  text-align: center;
}

#detail h4 {
  color: var(--color-primary);
}

#detail a {
  color: var(--color-secondary);
  text-decoration: none;
  border-bottom: 1px dashed var(--color-secondary);
  padding-bottom: 0.5%;
}

#detail li+li {
  padding-top: 0.5em;
}

.sec-detail__current {
  margin-top: 2rem;
  position: relative;
  text-align: right;
  z-index: 1;
}

#bnr {
  margin: 0 auto;
  padding: var(--padding-bnr-v) var(--padding-bnr-h);
}

.btnsize {
  max-width: 85%;
  margin: auto;
}

.btnsize2 {
  max-width: 70%;
  margin: auto;
  padding-bottom: 0.5rem;
}

.snsbtn000 {
  display: flex;
  margin: 1rem auto 2rem auto;
  max-width: var(--btn-sns-max-width);
  background-color: #fff;
  padding-bottom: 0.5rem;
  border-radius: 10px;
}

.snsbtn001 {
  max-width: 100%;
  padding: 1rem 1rem 0.5rem 1rem;
}

.bg_red {
  background-image: var(--bg-image-red);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bg_red h2 {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  background-color: #190100;
  margin: 1rem;
}

.bg_red h3 {
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
}

.bg_red h4 {
  font-size: 1.2rem;
  font-weight: bold;
}

.bg_red p {
  font-size: 1.0rem;
  padding: 0.5rem 1rem 2rem 1rem;
}

.bg_gold {
  background-image: var(--bg-image-gold);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding-top: 1rem;
}

.bg_gold h2 {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  background-color: #190100;
  margin: 1rem;
}

.bg_gold p {
  font-size: 1.0rem;
}

.pict_bg1 {
  background-image: var(--pictogram-bg-1);
  background-position: 50% 80%;
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 95%;
  margin: 0 auto;
}

.pict_bg2 {
  background-image: var(--pictogram-bg-2);
  background-position: 97% 80%;
  background-size: 15%;
  background-repeat: no-repeat;
  max-width: 95%;
  margin: 0 auto;
}

.pict_bg3 {
  background-image: var(--pictogram-bg-3);
  background-position: 10% 70%;
  background-size: 15%;
  background-repeat: no-repeat;
  max-width: 95%;
  margin: 0 auto;
}

.pict_bg4 {
  background-image: var(--pictogram-bg-2);
  background-position: 100% 70%;
  background-size: 15%;
  background-repeat: no-repeat;
  max-width: 90%;
  margin: 0 auto;
}

.pict_bg5 {
  background-image: var(--pictogram-bg-4);
  background-position: 0% 70%;
  background-size: 15%;
  background-repeat: no-repeat;
  max-width: 90%;
  margin: 0 auto;
}

.pict_bg6 {
  background-image: var(--pictogram-bg-5);
  background-position: 100% 60%;
  background-size: 15%;
  background-repeat: no-repeat;
  max-width: 90%;
  margin: 0 auto;
}

.pict_bg7 {
  background-image: var(--pictogram-bg-6);
  background-position: 0% 40%;
  background-size: 15%;
  background-repeat: no-repeat;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.pictogram h3 {
  font-size: 1.1rem;
  text-align: center;
}

.pictogram h5 {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  padding-left: 1rem;
}

.pictogram p {
  font-size: 0.8rem;
  text-align: center;
}

.athlete_image_l {
  display: flex;
  max-width: 95%;
  padding-top: 1rem;
}

.athlete_image_l img {
  width: var(--image-width-sm);
  height: auto;
  margin-right: 1rem;
}

.athlete_image_l p {
  font-size: 0.8rem;
  text-align: left;
  padding-top: 3rem;
  font-weight: 400;
}

.athlete_image_r {
  display: flex;
  max-width: 95%;
  padding-top: 1rem;
}

.athlete_image_r img {
  width: var(--image-width-sm);
  height: auto;
  margin-left: 1rem;
}

.athlete_image_r p {
  font-size: 0.8rem;
  text-align: left;
  padding-top: 3rem;
  font-weight: 400;
}

#athlete002 {
  padding-top: 4rem;
}

#athlete003 {
  padding-top: 3.5rem;
}

#athlete004 {
  padding-top: 2.5rem;
}

.sp_br {
  display: none;
}

.entry_overview h4 {
  color: #000;
  font-size: 1.3rem;
  padding-top: -1rem;
  padding-bottom: 3rem;
}

.youtubebox {
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec1 .next {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 3rem;
}

.sec2 .next {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width:700px) {
  .bg_red {
    background-size: 700px;
  }

  .bg_red h2 {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }

  .bg_red h3 {
    font-size: 1.7rem;
  }

  .bg_red h4 {
    font-size: 1.7rem;
  }

  .bg_red p {
    font-size: 1.4rem;
    padding: 0.5rem 2rem 2rem 2rem;
  }

  .bg_gold {
    background-size: 700px;
  }

  .bg_gold h2 {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }

  .bg_gold p {
    font-size: 1.4rem;
  }

  .pictogram h3 {
    font-size: 1.7rem;
  }

  .pictogram h5 {
    font-size: 1.4rem;
    text-align: center;
    padding-left: 2rem;
  }

  .pictogram p {
    font-size: 1.4rem;
  }

  .snsbtn000 {
    max-width: 80%;
  }

  .athlete_image_l {
    width: 90%;
  }

  .athlete_image_l img {
    width: 100px;
    height: auto;
    margin-right: 1rem;
  }

  .athlete_image_l p {
    font-size: 1.2rem;
    text-align: left;
    padding-top: 3.5rem;
  }

  .athlete_image_r {
    width: 90%;
  }

  .athlete_image_r img {
    width: 100px;
    height: auto;
    margin-left: 1rem;
  }

  .athlete_image_r p {
    font-size: 1.2rem;
    text-align: left;
    padding-top: 3.5rem;
  }

  #athlete001 {
    padding-top: 2.5rem;
  }

  #athlete002 {
    padding-top: 4.5rem;
  }

  #athlete003 {
    padding-top: 4.5rem;
  }

  .pict_bg1 {
    background-image: var(--pictogram-bg-1-sp);
    background-position: 50% 70%;
    background-size: 100%;
  }

  .pict_bg2 {
    background-position: 90% 80%;
    background-size: 30%;
  }

  .pict_bg3 {
    background-position: 10% 80%;
    background-size: 30%;
  }

  .pict_bg4 {
    background-size: 25%;
    max-width: 95%;
  }

  .pict_bg5 {
    background-size: 25%;
    max-width: 95%;
  }

  .pict_bg6 {
    background-size: 30%;
    max-width: 95%;
  }

  .pict_bg7 {
    background-size: 30%;
    max-width: 95%;
  }

  .sp_br {
    display: block;
  }

  .entry_overview h4 {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
}

/* ------------------------------
 Footer
------------------------------ */
.page-footer,
.footer {
  background-color: var(--color-text-dark);
  color: var(--color-text-main);
  padding-top: 1rem;
  text-align: center;
}

.footer .copyright,
.footer .optout a {
  color: var(--color-text-main);
  padding-bottom: 1rem;
}

/* ------------------------------
 GAMPLA
------------------------------ */
div.campaign__container-floating-footer {
  display: none;
}

.campaign__container {
  max-width: 900px;
}

.alert {
  margin-bottom: 0;
  border-radius: 0;
}

/* ------------------------------
 add
------------------------------ */
html {
  scroll-behavior: smooth;
}

main {
  position: relative;
}

.logo,
section,
.page-footer,
.footer,
.banner {
  position: relative;
}

.logo,
.sec0 {
  border-bottom: 4px solid var(--color-primary);
}

.logo::after,
.sec0::after {
  background: linear-gradient(90deg, var(--color-primary) 0%, #edc570 50%, var(--color-primary) 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 5px;
}

.logo {
  background-color: #fff;
  padding: 1rem 5%;
  text-align: center;
}

.logo img {
  display: inline;
  width: auto;
}

.youtubebox {
  margin-bottom: 0;
}

.video-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-wrap video,
.video-wrap iframe {
  width: 100%;
  height: 100%;
}

.sns-wrap {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  display: inline-block;
  margin: 3rem auto 0;
  padding-bottom: 2rem;
  position: relative;
  width: 80%;
}

.sns-wrap::before {
  border: 2px solid var(--color-primary);
  content: "";
  margin: auto;
  position: absolute;
  inset: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.sns-wrap h3 {
  background-color: #fff;
  border-bottom: 0;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 1rem;
  position: relative;
  top: -1rem;
}

.sns,
.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns a {
  border-radius: 24px;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}

.sns a+a {
  margin-left: 3rem;
}

.sns-yt img {
  width: 96%;
}

.sns-x {
  background-color: #000;
}

.sns-x img {
  width: 48%;
}

.todetail {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 2rem;
  text-decoration: underline;
}

section h2,
section h3,
section h4,
.sec1 p {
  font-optical-sizing: auto;
}

section {
  color: var(--color-text-dark);
  padding: 1rem 0 4rem;
  text-align: center;
}

section h1 {
  position: relative;
}

section h2 {
  background: url("https://prcp.pass.auone.jp/gpl/202412_takaraduka/img/border.svg") no-repeat center bottom;
  margin: 1rem;
  padding: .5rem 1rem;
}

section h3 {
  color: var(--color-primary);
  display: inline-block;
}

section p {
  margin-top: 1rem;
  text-align: left;
}

.sec0 {
  padding: 0;
}

.sec0 img {
  width: 100%;
}

.entrydone {
  padding: 4rem 0 0;
}

.sec1 h3 {
  font-size: 1.8rem;
  padding: .5rem 2rem;
  font-weight: bold;
}

.sec1 h4 {
  font-weight: bold;
}

.sec1 p {
  margin-top: 1.5rem;
  padding: 0 1rem 2rem 1rem;
  text-align: center;
}

.entry_overview {
  background: url("https://prcp.pass.auone.jp/gpl/202412_takaraduka/img/bg.jpg") no-repeat center;
  background-size: auto 100%;
  padding-top: 2rem;
}

.entry_overview p {
  margin-top: 1rem;
  padding-bottom: 0;
  text-align: center;
}

.present p {
  background-color: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}

.present p::after {
  content: "";
  border-color: var(--color-primary) transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  transform: rotate(0deg);
  width: 0px;
  height: 0px;
}

.present h2 {
  background: none;
  color: var(--color-primary);
  font-weight: 900;
  margin: .5rem 0 0;
  padding: 0;
}

.present h2 span {
  display: block;
  font-size: 1.5rem;
}

.present h3 {
  border-bottom: 0;
  color: var(--color-secondary);
  font-size: 1.6rem;
  line-height: 1.1;
  text-decoration: underline;
  text-decoration-thickness: .1rem;
  text-underline-offset: .2rem;
}

.present h3 b {
  font-size: 3rem;
  letter-spacing: -.2rem;
}

.present-time {
  font-size: 1.1rem;
}

.sec_inner {
  background-color: rgba(255, 248, 231, .5);
  margin: 0 auto;
  padding: 1rem 1rem 2rem;
  width: 90%;
}

.sec2 {
  background-color: #fffeed;
}

.sec2__lead h3 {
  display: block;
  margin-top: 1rem;
  font-size: 2.5rem;
}

.sec2__lead p {
  text-align: center;
}

.sec2__about {
  margin: .5rem auto 0;
  width: 80%;
}

.sec2>div,
.sec2 ul {
  margin: 4rem auto 0;
  width: 90%;
}

.sec2 li {
  background-color: #fff;
  display: flex;
  padding: 1rem 1rem 2.5rem;
  text-align: left;
}

.sec2 li img {
  object-fit: cover;
  object-position: center top;
  width: var(--image-width-sm);
}

.sec2 li div {
  flex: 1;
}

.sec2 li:nth-child(2n+1) div {
  padding-left: 1.5rem;
}

.sec2 li:nth-child(2n+1) figcaption {
  left: 0;
}

.sec2 li:nth-child(2n) {
  flex-direction: row-reverse;
}

.sec2 li:nth-child(2n) div {
  padding-right: 1.5rem;
}

.sec2 li:nth-child(2n) figcaption {
  right: 0;
}

.sec2 li+li {
  margin-top: 1.5rem;
}

.sec2 li h4 i {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
}

.sec2 li h4 b {
  font-size: 2rem;
}

.sec2 li h4 span {
  display: inline-block;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.sec2 figure {
  position: relative;
}

.sec2 figure img {
  height: 100%;
}

.sec2 figcaption {
  font-size: .8rem;
  position: absolute;
  bottom: -1.5rem;
  white-space: nowrap;
}

.sec2-ttl-1st img {
  margin: auto;
  width: 240px;
}

.sec2-img {
  display: inline-block;
  margin-top: 2rem;
}

.hana i {
  color: #ec859a;
}

.tsuki i {
  color: #ffd600;
}

.yuki i {
  color: #a4d5c0;
}

.hoshi i {
  color: #c4daf1;
}

.sora i {
  color: #e3c1da;
}

.sec2-img-anthem {
  width: 60%;
}

.link {
  text-decoration: underline;
}

.sec3 {
  padding: 4rem 2rem;
}

.sec3__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.sec3__top img {
  width: calc((100% - 2*1.5rem)/3);
}

.sec3__top img+img {
  margin-left: 1.5rem;
}

.sec3 h2 {
  margin: 0;
  padding: 0 0 3rem;
}

.sec3 h3 {
  margin-top: 4rem;
  position: relative;
  width: 100%;
}

.sec3 h3 span {
  background-color: var(--color-primary);
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.sec3 p {
  margin-top: 1rem;
  text-align: center;
}

.sec3 .sec__lead {
  margin-top: 4rem;
}

.sec3 .sec__lead+h3 {
  margin-top: 1rem;
}

.sec3__ttl1 {
  height: 88px;
}

.sec3__ttl2 {
  height: 48px;
}

.sec3__ttl3 {
  height: 64px;
}

.sec3 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.sec3 li {
  width: calc((100% - 2*1.5rem)/3);
}

.sec3 li+li {
  margin-left: 1.5rem;
}

.sec3 li:nth-child(3n+1) {
  margin-left: 0;
}

.sec3 li:nth-child(n+4) {
  margin-top: 1.5rem;
}

.sec3 li span {
  display: inline-block;
  font-size: 12px;
  margin-top: 4px;
}

.sec4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.sec5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.sec-uq h3 {
  position: relative;
}

.sec-uq h3 span {
  background-color: #c1a15c;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  left: -4rem;
  padding: 0 4px;
  transform: rotate(-15deg);
}

.sec-uq img {
  display: block;
  margin: 2rem auto 0;
  max-width: 320px;
}

.sec-uq__ribbon {
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}

.sec-uq__ribbon b {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  top: -2.2rem;
}

.sec-uq__ribbon img {
  position: absolute;
  inset: 0;
  /* top: 40px; */
  margin: auto;
}

.sec-uq p {
  text-align: center;
}

.sec-uq__time2 {
  background-color: #c1a15c;
  display: inline-block;
  color: #fff;
  padding: 0 4px;
}

#detail {
  background-color: #fff;
}

#detail h3 {
  background: none;
  padding: .5rem 0;
}

#detail h4 {
  border-bottom: 0;
  text-align: left;
}

#detail p,
#detail ul,
#detail li {
  font-size: 11px;
}

.page-footer,
.footer {
  background-color: #fff;
  color: #000;
}

.footer {
  margin-top: 0;
  padding-top: 1rem;
}

.footer .copyright,
.footer .optout a {
  color: #000;
}

/* sp */
@media (max-width: 900px) {
  .sp {
    display: block;
  }

  .logo img {
    height: 32px;
  }

  section h2 {
    background-size: auto 2rem;
    font-size: 2.8rem;
    padding-bottom: 3rem;
  }

  section h3 {
    font-size: 2rem;
  }

  section h4 {
    font-size: 1.7rem;
  }

  section p {
    font-size: 1.4rem;
  }

  .sec2 li p {
    font-size: 1.2rem;
  }

  .sec2 li.tsuki img {
    object-position: -65px;
  }

  .present h2 {
    font-size: 2.4rem;
    letter-spacing: -.1rem;
    line-height: 1.2;
  }

  .anthem {
    margin-top: 3rem;
  }

  .anthem figure {
    margin-top: 1rem;
  }

  .anthem figcaption {
    margin-top: .5rem;
  }

  #detail h3 {
    padding-bottom: .5rem;
  }
}

.d-print-none {
  display: none;
}

.tsubo figcaption {
  display: block;
  text-align: right;
  width: 100%;
}

.budokan figcaption {
  display: block;
  text-align: center;
  width: 100%;
}

.banner {
  padding: 4rem 2rem 0;
}

.banner a {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 560px;
}

/* pc */
@media (min-width: 901px) {
  body {
    background-color: rgba(0, 0, 0, 0)
  }

  .sp {
    display: none;
  }

  #page-wrap {
    background: rgba(255, 255, 255, 0);
  }

  .logo::before,
  section h2::before,
  .sec0::before,
  .sec1::before,
  .entry_overview::before,
  .sec2::before,
  #detail::before,
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100vw - 900px)/2 * -1);
    width: 100vw;
    height: 100%;
    z-index: -1;
  }

  .logo::after,
  .sec0::after {
    left: calc((100vw - 900px)/2 * -1);
    width: 100vw;
  }

  .logo::before {
    background-color: #fff;
  }

  .logo img {
    height: 48px;
  }

  .sec1 .next {
    font-size: 48px;
  }

  .sec2 .next {
    font-size: 48px;
  }

  section h2 {
    background: none;
    font-size: 2rem;
    padding-bottom: 1.3rem;
    position: relative;
  }

  section h2::before {
    background: url("https://prcp.pass.auone.jp/gpl/202412_takaraduka/img/border.svg") no-repeat center;
    background-size: auto 100%;
    margin: 0 -1rem;
    top: auto;
    bottom: 0;
    height: 1rem;
    z-index: 0;
  }

  section h3 {
    font-size: 1rem;
  }

  section h4 {
    font-size: 1rem;
  }

  section p {
    font-size: .7rem;
  }

  .entry_overview {
    background: none;
  }

  .entry_overview::before {
    background: url("https://prcp.pass.auone.jp/gpl/202412_takaraduka/img/bg.jpg") no-repeat center;
    background-size: cover;
  }

  .entry_overview .txt-xs {
    margin-top: .5rem;
  }

  .sec0::before {
    background-color: #000;
    z-index: 0;
  }

  .sec1::before {
    background-color: #fff;
  }

  .sec1 h3 {
    font-size: 1.3rem;
  }

  .sec1 p {
    font-size: .85rem;
    margin-top: .5rem;
  }

  .sns-wrap {
    width: 60%;
  }

  .sns-wrap h3 {
    font-size: 1.3rem;
  }

  .sec2::before {
    background-color: #fffeed;
  }

  .sec2>div,
  .sec2 ul {
    margin-top: 2rem;
  }

  .sec2 li {
    padding-bottom: 1.5rem;
  }

  .sec2 li:nth-child(2n) div {
    padding-right: 1rem;
  }

  .sec2 li:nth-child(2n+1) div {
    padding-left: 1rem;
  }

  .sec2 li img {
    width: 200px;
  }

  .sec2 li h4 i {
    font-size: .8rem;
  }

  .sec2 li h4 b {
    font-size: 1.3rem;
  }

  .sec2 li h4 span {
    font-size: .7rem;
  }

  .sec2 li p {
    font-size: .6rem;
    margin-top: .7rem;
  }

  .sec2 li figcaption {
    font-size: .4rem;
    bottom: -.8rem;
  }

  .sec2__lead p {
    margin-top: .5rem;
  }

  .sec2__lead h3 {
    font-size: 1.5rem;
  }

  .sec3 h3 span {
    font-size: 1rem;
    top: .5rem;
    left: 3rem;
  }

  .sec3 p {
    margin-top: .5rem;
  }

  .present p {
    font-size: 1rem;
  }

  .present p::after {
    border-width: 12px 10px 0 10px;
    bottom: -12px;
  }

  .present h2 {
    line-height: 1.2;
  }

  .present h2::before {
    display: none;
  }

  .present h3 {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .present h3 b {
    font-size: 2.4rem;
    letter-spacing: -.05rem;
  }

  .present-time {
    font-size: 13px;
  }

  .txt-rg {
    font-size: 1.2rem;
  }

  .txt-sm {
    font-size: .7rem;
  }

  .txt-xs,
  .ind-1em {
    font-size: .5rem;
  }

  .todetail {
    margin-top: 1rem;
    font-size: .7rem;
  }

  .sns a {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sns a+a {
    margin-left: 2rem;
  }

  .anthem {
    margin-top: 2rem;
  }

  .anthem figure {
    margin: 1rem auto 0;
    width: 480px;
  }

  .anthem figcaption {
    font-size: .45rem;
    margin-top: .3rem;
  }

  .anthem p {
    flex: 1;
    margin: 0;
  }

  .sec2-img-anthem {
    display: block;
    margin: 1rem auto 0;
    max-width: 320px;
  }

  .sec2__about {
    margin-top: .5rem;
    max-width: 320px;
  }

  .sec-uq h3 span {
    font-size: 16px;
    left: -1rem;
  }

  .sec-uq img {
    max-width: 560px;
  }

  .sec-uq__ribbon b {
    font-size: 1rem;
    top: -1.75rem;
  }

  .tsubo figure img,
  .budokan figure img {
    margin-bottom: -.5rem;
  }

  .tsubo figcaption,
  .budokan figcaption {
    font-size: .4rem;
  }

  .budokan figcaption {
    position: relative;
    top: 1rem;
  }

  #detail::before {
    background-color: #fff;
  }

  #detail h2 {
    font-size: 1.5rem;
  }

  #detail h3 {
    font-size: 1rem;
    padding: .5rem 0;
  }

  #detail h3::before {
    display: none;
  }

  #detail h4,
  #detail .txt-rg {
    font-size: 1rem;
  }

  #detail p,
  #detail ul,
  #detail li {
    font-size: 12px;
  }

  .toauone {
    padding-bottom: 2rem !important;
  }

  .footer::before {
    background-color: #fff;
  }

  .sec-detail__current {
    font-size: .5rem;
  }
}

.dejikon {
  margin-top: 1rem;
  padding: 0 2rem;
}

.dejikon img {
  margin: auto;
  max-width: 400px;
}

.sec2__test {
  margin: 3rem auto 0;
  width: 320px;
}