@charset "UTF-8";

/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    scroll-behavior: smooth;
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    color: inherit
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}
a img:hover{
    opacity:85%;
}
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 50;
    background: #d3a243;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  
@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif
}

ul {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #000
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.df {
    display: flex
}

.jcc {
    justify-content: center
}

.sa {
    justify-content: space-around
}

.sb {
    justify-content: space-between
}

.aic {
    align-items: center
}

.fc {
    flex-direction: column
}

.fw {
    flex-wrap: wrap
}
.bold{
    font-weight: bold;
}
.font180{
    font-size:  180%;
}

body {
    background: #0b318f
}

.sns ul li {
    margin-left: 10px
}

.sns ul li img {
    width: 30px
}

@media screen and (min-width:900px) {
    .sns ul li img {
        width: 40px
    }
}

.wrapper {
    position: relative;
    z-index: 9
}

@media screen and (min-width:0) {
    .wrapper {
        max-width: 90%;
        margin: 0 auto
    }
}

@media screen and (min-width:1200px) {
    .wrapper {
        max-width: 1080px;
        margin: 0 auto
    }
}

.layer {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background: url(red-line.png) 50%/contain repeat-y
}
.inner{
    display:  flex;
}
.inner p{
    font-size: 140%;
}
.inner .gold{
    color: #d3a243;
}
.red{
    color: #e6002d;
}
@media screen and (min-width:1200px) {
    .layer {
        width: 20%
    }
}

header .header-inner {
    padding: 20px 0
}

header .header-inner h1 img {
    width: 150px
}

@media screen and (min-width:1200px) {
    header .header-inner h1 img {
        width: 200px
    }
}

#hero {
    margin-bottom: 40px
}

#hero .characters {
    width: 40%;
    margin: 0 auto;
}

#hero .tabs {
    margin: 20px auto;
}

section.campaign {
    background: rgba(0, 0, 0, .3);
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px
}
section.campaign h2 img{
	margin:0 auto;
}

section.campaign .small {
    font-size: 12px
}

section.campaign .condition {
    width: 80%;
    margin: 0 auto 20px
}

section.campaign .condition img {
    margin: 0 auto;
}

#cam1 p,#cam2 p,#cam3 p,#cam4 p,#cam5 p,#cam6 p{
        text-align: center;
}

@media screen and (min-width:900px) {
    section.campaign {
        padding: 40px;
        font-size: 16px;
    }

    section.campaign .condition {
        width: 80%;
        margin: 0 auto 40px
    }

    section.campaign .small {
        font-size: 14px;
    }


}

#cam3 h2,
#cam4 h2,
#cam5 h2 {
    margin-bottom: 20px
}

.other {
    width: 80%;
    margin: 0 auto 20px
}

.other .sns {
    margin: 20px auto
}

.other .sns+p {
    font-size: 10px;
    color: #fff
}

@media screen and (min-width:768px) {
    .other .sns+p {
        text-align: center
    }
}

/*# sourceMappingURL=index.52ba99da.css.map */
#hero ul{
    display:flex;
    flex-wrap: wrap;
}
#hero ul li{
    margin:0 5px 5px 0;
    width:calc(16.666666% - 10px);
}
#cam1 h2{
    font-size: 50px;
    font-weight: bold;
    text-shadow: 4px 4px 6px #333;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    letter-spacing: 0.2em;
    transform: skewX(-15deg);
    margin-bottom: 20px;
    text-align: center;
}
#cam2 h2{
    font-size: 50px;
    font-weight: bold;
    text-shadow: 4px 4px 6px #333;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    letter-spacing: 0;
    transform: skewX(-15deg);
    margin-bottom: 20px;
    text-align: center;
}
#cam2 h2 span:first-child{
    line-height:  50px;
}
section > span.gold{
    background: #d3a243;
    padding: 5px 20px;
    font-size: 30px;
    display: block;
    width: auto;
    margin: 0 auto 10px;
    letter-spacing: 0;
    text-align:  center;
    font-weight:  bold;
}
#cam2 h2 span.mini{
    font-size: 30px;
}
#cam2 h2 span.f40px{
    font-size: 40px;
}
#cam3 h2,#cam4 h2,#cam5 h2,#cam6 h2{
    font-size: 50px;
    font-weight: bold;
    text-shadow: 4px 4px 6px #333;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    letter-spacing: 0;
    transform: skewX(-15deg);
    margin-bottom: 20px;
    text-align: center;
}


p.condition{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #d3a243;
    border-radius: 14px;
    padding: 5px 0;
}
.btn{
    text-align: center;
    margin: 80px 0 40px;
}
.btn a{
    color:  #fff;
    background: #d3a243;
    border-radius: 14px;
    border: 4px solid #fff;
    font-size: 30px;
    font-weight:  bold;
    padding: 30px;
}
.onlySP{
    display:  none;
}
.present.top{
    margin: 0 0 40px 0;
}
.present.uniform{

    text-align: center;
}
.present.uniform{
    display:  flex;
    text-align: center;
    align-items: center;
    gap: 30px 20px;
}
.present.uniform img{
    min-width: 0;
}
.present.uniform img:last-child{
    
    width: 95%;
}
.strong{
    font-size: 200%;
    color: #fff;
    font-weight:  bold;
    border-bottom:  4px solid #fff;
    margin: 40px 0;
}
.or{
    margin: 20px auto 0 auto;
}
.ticket{
    margin: 0px auto 10px auto;
}
@media screen and (max-width:740px) {
    .onlyPC{
        display: none;
    }
    #hero ul li {
        margin:0 10px 10px 0;
        width:calc(33.33333% - 20px);
    }
    #cam1 h2,#cam2 h2,#cam3 h2,#cam4 h2,#cam5 h2,#cam6 h2{
        font-size: 5vw;
    }
    section > span.gold {
        font-size: 3vw;
    }
    h2{
        font-size: 5vw;
    }
    #cam2 h2{
        padding-right: 3%;
    }
    #cam2 h2 span.f40px,#cam2 h2 span.mini{
        font-size: 5vw;

    }
    .onlySP{
        display: block;
    }
    .present.df{
        display: block;
        margin-top: 40px;
    } 
    .present.df img{
        margin:  0 auto;
    }
    .btn a{
        font-size: 3vw;
    }
    .present.uniform.top img:last-child{
        width: 100%;
    }
    .inner{
        display:  block;
    }
    .present.uniform{
        display:  block;
    }
    .present.uniform img:last-child{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 1em;
    } }
.ajista{
    width: 70%;
    margin: 30px auto;
}
.ouen{
    width: 70%;
    margin: 30px auto 50px;
}
