@charset "UTF-8";

a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: 100%;
  max-width: unset;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #333;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: normal;
}

body.home .content {
  opacity: 0;
  transition: 0.5s ease;
}

body.home.onload .content {
  opacity: 1;
}

button {
  padding: 0;
  line-height: 0;
  margin: 0;
  border: unset;
}

header {
  line-height: 0;
  width: 100%;
  position: relative;
}

header .logo {
  display: block;
  position: absolute;
  width: calc((170 / 750) * 100vw);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .pc {
  display: none;
}

footer {
  line-height: 0;
  position: relative;
}

footer .logo {
  display: block;
  line-height: 0;
  width: calc((170 / 750) * 100vw);
  margin: auto;
  top: calc((80 / 750) * 100vw);
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
}

footer .pc {
  display: none;
}

.actions .btn {
  line-height: 0;
  margin: auto;
  margin-bottom: calc((40 / 750) * 100vw);
}

.actions .btn:last-child {
  margin-bottom: 0;
}

.actions {
}

body.home {
}

body.home .btn {
  width: calc((590 / 750) * 100vw);
  margin: auto;
  filter: drop-shadow(0px 0px 5px hsl(0deg 0% 0% / 60%));
  position: relative;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}

body.home .btn.active {
  opacity: 1;
  pointer-events: all;
}

body.home .btn a {
  line-height: 0;
  display: block;
}

body.home .btn img {
}

body.home .check {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc((20 / 750) * 100vw);
  padding-bottom: calc((40 / 750) * 100vw);
  position: relative;
  z-index: 1;
}

body.home .check button {
  width: calc((300 / 750) * 100vw);
  line-height: 0;
  color: unset;
  background: url();
}

body.home .check .checkboxItem {
  display: flex;
  align-items: center;
  margin-right: calc((10 / 750) * 100vw);
}

body.home .check .checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}

body.home .check .checkbox {
  appearance: none;
  position: relative;
  width: calc((30 / 750) * 100vw);
  height: calc((30 / 750) * 100vw);
  border: 1px solid #ffffff;
  cursor: pointer;
  background-color: #ffffff;
  top: 0px;
}

body.home .check .checkbox:checked {
}

body.home .check .checkbox:checked::after {
  content: "";
  position: absolute;
  top: calc((0 / 750) * 100vw);
  left: calc((2 / 750) * 100vw);
  width: calc((22 / 750) * 100vw);
  height: calc((12 / 750) * 100vw);
  border-bottom: 2px solid #00214b;
  border-left: 2px solid #00214b;
  transform: rotate(-45deg);
}

body.home #kv {
  background-color: #00002c;
}

body.home #kv .main_kv {
  position: relative;
  line-height: 0;
}

body.home #kv .cp_tit {
  line-height: 0;
  width: calc((690 / 750) * 100vw);
  margin: auto;
  margin-top: calc((-80 / 750) * 100vw);
  position: relative;
}

body.home #kv .cp_explanation {
  line-height: 0;
  width: calc((696 / 750) * 100vw);
  margin: auto;
  padding-bottom: 20px;
}

body.home #kv .cp_btn {
  line-height: 0;
  display: flex;
  width: calc((650 / 750) * 100vw);
  margin: auto;
  gap: calc((20 / 750) * 100vw);
  padding-bottom: calc((60 / 750) * 100vw);
}

body.home #kv .cp_btn a {
}

body.home #head {
  line-height: 0;
}

body.home #cp01 {
  background-color: #0071ba;
  position: relative;
  overflow: hidden;
  padding-bottom: calc((100 / 750) * 100vw);
}

body.home #cp01 .head {
  line-height: 0;
  width: calc((730 / 750) * 100vw);
  margin: auto;
  padding-top: calc((60 / 750) * 100vw);
  position: relative;
  z-index: 1;
}

body.home #cp01 .day {
  line-height: 0;
  width: calc((580 / 750) * 100vw);
  margin: auto;
  padding-top: calc((30 / 750) * 100vw);
  position: relative;
  z-index: 1;
}

body.home #cp01 .sample {
  line-height: 0;
  width: calc((640 / 750) * 100vw);
  margin: auto;
  padding-top: calc((20 / 750) * 100vw);
  filter: drop-shadow(0px 0px 5px hsl(0deg 0% 0% / 60%));
  position: relative;
  z-index: 1;
}

body.home #cp01 .annotation {
  line-height: 0;
  width: calc((440 / 750) * 100vw);
  margin: auto;
  padding-top: calc((20 / 750) * 100vw);
  padding-bottom: calc((70 / 750) * 100vw);
  margin-left: calc((80 / 750) * 100vw);
  position: relative;
  z-index: 1;
}

body.home .logo_bg {
  line-height: 0;
  width: calc((482 / 750) * 100vw);
  margin: auto;
  position: absolute;
  top: calc((-40 / 750) * 100vw);
  right: 0;
  left: 0;
  z-index: 0;
}

body.home #cp02 {
  background: #00264b;
  background: linear-gradient(0deg, rgba(0, 38, 75, 1) 0%, rgba(0, 113, 186, 1) 40%, rgba(0, 113, 186, 1) 60%, rgba(0, 38, 75, 1) 100%);
  padding-bottom: calc((100 / 750) * 100vw);
}

body.home #cp02 .head {
  line-height: 0;
  width: calc((650 / 750) * 100vw);
  margin: auto;
  padding-top: calc((80 / 750) * 100vw);
}

body.home #cp02 .day {
  line-height: 0;
  width: calc((585 / 750) * 100vw);
  margin: auto;
  padding-top: calc((30 / 750) * 100vw);
}

body.home #cp02 .sample {
  line-height: 0;
  width: calc((640 / 750) * 100vw);
  margin: auto;
  padding-top: calc((20 / 750) * 100vw);
  filter: drop-shadow(0px 0px 5px hsl(0deg 0% 0% / 60%));
}

body.home #cp02 .annotation {
  line-height: 0;
  width: calc((400 / 750) * 100vw);
  margin: auto;
  padding-top: calc((20 / 750) * 100vw);
  padding-bottom: calc((100 / 750) * 100vw);
  margin-left: calc((80 / 750) * 100vw);
}

body.home #step {
  background-color: #0071ba;
  position: relative;
}

body.home #step .head {
  line-height: 0;
  width: calc((470 / 750) * 100vw);
  margin: auto;
  padding-top: calc((90 / 750) * 100vw);
  position: relative;
  z-index: 1;
}

body.home #step .swiper {
  padding-top: calc((50 / 750) * 100vw);
  position: relative;
  z-index: 1;
  height: auto;
}

body.home #step .swiper .swiper-wrapper {
  height: auto;
}

body.home #step .swiper .swiper-slide {
  padding: 0 calc((20 / 750) * 100vw);
  line-height: 0;
  height: auto;
}

body.home #step .swiper-pagination {
  position: unset;
  padding-top: calc((20 / 750) * 100vw);
}

body.home #step .swiper-pagination-bullet {
  margin: unset;
  background-color: #fff;
  opacity: 0.5;
  width: calc((17 / 750) * 100vw);
  height: calc((17 / 750) * 100vw);
  margin: 0 8px;
}

body.home #step .swiper-pagination-bullet-active {
  background-color: #00214b;
  opacity: 1;
}

body.home #step .present_head {
  line-height: 0;
  width: calc((575 / 750) * 100vw);
  margin: auto;
  padding-top: calc((200 / 750) * 100vw);
  position: relative;
  z-index: 1;
}

body.home #step .present_cp-01 {
  line-height: 0;
  width: calc((584 / 750) * 100vw);
  margin: auto;
  padding-top: calc((80 / 750) * 100vw);
  position: relative;
  z-index: 1;
}

body.home #step .present_cp-02 {
  line-height: 0;
  width: calc((584 / 750) * 100vw);
  margin: auto;
  padding-top: calc((80 / 750) * 100vw);
  padding-bottom: calc((160 / 750) * 100vw);
  position: relative;
  z-index: 1;
}

body.home #step .logo_bg {
  top: calc((-100 / 750) * 100vw);
}

body.players {
}

body.players main {
  background: #00264b;
  background: linear-gradient(0deg, rgba(0, 38, 75, 1) 0%, rgba(0, 113, 186, 1) 40%, rgba(0, 113, 186, 1) 60%, rgba(0, 38, 75, 1) 100%);
}

body.players#generator01 main {
  background: #0071ba;
}

body.players .nav {
  width: calc((590 / 750) * 100vw);
  line-height: 0;
  margin: auto;
  padding-top: calc((60 / 750) * 100vw);
}

body.players .content {
  padding-top: calc((60 / 750) * 100vw);
  padding-bottom: calc((120 / 750) * 100vw);
}

body.players .head {
  width: calc((650 / 750) * 100vw);
  margin: auto;
}

body.players #accordion {
  width: calc((650 / 750) * 100vw);
  margin: auto;
  margin-bottom: calc((60 / 750) * 100vw);
}

body.players #accordion .acc {
  margin-bottom: calc((30 / 750) * 100vw);
}

body.players #accordion .acc__header {
  line-height: 0;
  position: relative;
  border: solid 3px #000;
}

body.players #accordion .acc__icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: calc((12 / 750) * 100vw) solid transparent;
  border-left: calc((12 / 750) * 100vw) solid transparent;
  border-top: calc((16 / 750) * 100vw) solid #000000;
  border-bottom: 0;
  position: absolute;
  right: calc((20 / 750) * 100vw);
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.15s ease;
}

body.players .acc__body {
  background-color: #c8c8c8;
  border: solid 3px #000;
  border-top: unset;
  display: none;
  padding: calc((30 / 750) * 100vw) calc((25 / 750) * 100vw);
}

body.players .playerGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.players .playerCard {
  line-height: 0;
  border: solid 2px #000;
  border-top: unset;
}

body.players .playerCard:nth-child(2n) {
  border-left: solid 1px #000;
}

body.players .playerCard:nth-child(2n-1) {
  border-right: solid 1px #000;
}

body.players .playerCard:nth-child(-n + 2) {
  border-top: solid 2px #000;
}

body.players .playerImg {
}

body.players .acc.open .acc__icon {
  transform: rotate(180deg);
}

body.players .actions {
  width: calc((650 / 750) * 100vw);
  margin: auto;
}

body.players#generator02 .head {
  padding-bottom: calc((40 / 750) * 100vw);
}

body.result {
}

body.result .content {
  padding-top: calc((60 / 750) * 100vw);
  padding-bottom: calc((120 / 750) * 100vw);
}

body.result main {
  background: #0071ba;
  background: linear-gradient(0deg, rgba(0, 38, 75, 1) 0%, rgba(0, 113, 186, 1) 40%, rgba(0, 113, 186, 1) 60%, rgba(0, 38, 75, 1) 100%);
}

body.result .ttl {
  width: calc((430 / 750) * 100vw);
  margin: auto;
  line-height: 0;
}

body.result .head {
  width: calc((720 / 750) * 100vw);
  margin: auto;
  line-height: 0;
}

body.result .explanation {
  width: calc((440 / 750) * 100vw);
  margin: auto;
  line-height: 0;
  padding-bottom: calc((60 / 750) * 100vw);
}

body.result .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  gap: calc((40 / 750) * 100vw);
  padding-bottom: calc((60 / 750) * 100vw);
}

body.result .sns a {
  width: calc((70 / 750) * 100vw);
}

body.result .remarks {
  width: calc((530 / 750) * 100vw);
  margin: auto;
  line-height: 0;
  padding-bottom: calc((60 / 750) * 100vw);
}

body.result .actions {
  width: calc((590 / 750) * 100vw);
  margin: auto;
  line-height: 0;
}

body.result .actions .btn {
  display: block;
}

body.result .canvasWrap {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}

body.result .canvasWrap canvas {
  width: 100%;
  height: auto;
  aspect-ratio: 590 / 756;
  display: block;
}

body#generator02.result .panel {
}

body.result .panel {
  width: min(100%, 590px);
  margin: 0 auto;
  width: calc((590 / 750) * 100vw);
  margin: auto;
  filter: drop-shadow(0px 0px 5px hsl(0deg 0% 0% / 60%));
  margin-bottom: calc((30 / 750) * 100vw);
  line-height: 0;
}

body#generator02.input {
}

body#generator02.input .content {
  padding-top: calc((60 / 750) * 100vw);
  padding-bottom: calc((120 / 750) * 100vw);
}

body#generator02.input main {
  background: #00264b;
  background: linear-gradient(0deg, rgba(0, 38, 75, 1) 0%, rgba(0, 113, 186, 1) 40%, rgba(0, 113, 186, 1) 60%, rgba(0, 38, 75, 1) 100%);
}

body#generator02.input .nav {
  width: calc((590 / 750) * 100vw);
  line-height: 0;
  margin: auto;
  padding-top: calc((60 / 750) * 100vw);
  padding-bottom: calc((30 / 750) * 100vw);
}

body#generator02.input .head_01 {
  line-height: 0;
  width: calc((600 / 750) * 100vw);
  margin: auto;
}

body#generator02.input .head_02 {
  line-height: 0;
  width: calc((580 / 750) * 100vw);
  margin: auto;
  padding-top: calc((30 / 750) * 100vw);
}

body#generator02.input .panel {
}

body#generator02.input .panel .row {
  margin-bottom: calc((30 / 750) * 100vw);
}

body#generator02.input .panel input {
  font-family: "octin-college", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc((275 / 750) * 100vw);
  color: #00264b;
  background-color: #ffff00;
  text-align: center;
  height: calc((232 / 750) * 100vw);
  width: calc((182 / 750) * 100vw);
}

body#generator02.input .panel .digitRow {
  display: flex;
  margin-left: calc((110 / 750) * 100vw);
  align-items: end;
}

body#generator02.input .panel .digitRow .digitBox:nth-child(1) {
  margin-right: calc((25 / 750) * 100vw);
}

body#generator02.input .panel .raw {
  line-height: 0;
  width: calc((125 / 750) * 100vw);
  margin-left: calc((25 / 750) * 100vw);
}

body#generator02.input .btn {
  width: calc((590 / 750) * 100vw);
  display: block;
}

body#generator02.input .btn.primary {
  opacity: 0.5;
  pointer-events: none;
}

body#generator02.input .btn.primary.active {
  opacity: 1;
  pointer-events: all;
}

body#generator02.input .btn.ghost {
}

body#generator02.input .actions {
}

body#generator02.input .annotation {
  line-height: 0;
  width: calc((550 / 750) * 100vw);
  margin: auto;
  margin-bottom: calc((60 / 750) * 100vw);
}

body#generator02.confirm {
}

body#generator02.confirm .content {
  padding-top: calc((60 / 750) * 100vw);
  padding-bottom: calc((120 / 750) * 100vw);
}

body#generator02.confirm main {
  background: #00264b;
  background: linear-gradient(0deg, rgba(0, 38, 75, 1) 0%, rgba(0, 113, 186, 1) 40%, rgba(0, 113, 186, 1) 60%, rgba(0, 38, 75, 1) 100%);
}

body#generator02.confirm .head {
  width: calc((620 / 750) * 100vw);
  line-height: 0;
  margin: auto;
  padding-bottom: calc((80 / 750) * 100vw);
}

body#generator02.confirm .explanation {
  width: calc((460 / 750) * 100vw);
  margin: auto;
  line-height: 0;
  padding-bottom: calc((60 / 750) * 100vw);
}

body#generator02.confirm .btn {
  width: calc((590 / 750) * 100vw);
  display: block;
}

body#generator02.confirm canvas {
  width: 100%;
  height: auto;
  max-width: 590px;
  display: block;
  margin: 0 auto;
}

body#generator02.confirm .canvasWrap {
  width: calc((590 / 750) * 100vw);
  margin: auto;
  filter: drop-shadow(0px 0px 5px hsl(0deg 0% 0% / 60%));
  margin-bottom: calc((70 / 750) * 100vw);
}

body#generator01.players {
}

body#generator01.players .content {
}

body#generator01.players .head {
  width: calc((650 / 750) * 100vw);
}

body#generator01.players .ttl {
  width: calc((570 / 750) * 100vw);
  margin: auto;
  line-height: 0;
  filter: drop-shadow(6px 6px 10px rgb(8 26 61 / 60%));
  padding-bottom: calc((40 / 750) * 100vw);
}

body#generator01.players .actions {
  margin-top: 24px;
  text-align: center;
}

body#generator01.players .actions .btn {
}

body#generator01.players .head-ttl {
  display: none;
}

body#generator01.players.is-step-1 .head-ttl_01,
body#generator01.players.is-step-2 .head-ttl_02,
body#generator01.players.is-step-3 .head-ttl_03,
body#generator01.players.is-step-4 .head-ttl_04,
body#generator01.players.is-step-5 .head-ttl_05,
body#generator01.players.is-step-6 .head-ttl_06,
body#generator01.players.is-step-7 .head-ttl_07,
body#generator01.players.is-step-8 .head-ttl_08,
body#generator01.players.is-step-9 .head-ttl_09,
body#generator01.players.is-step-10 .head-ttl_p {
  display: block;
}

body#generator01.players .playerCard.is-used {
}

body#generator01.players .actions {
  width: calc((550 / 650) * 100vw);
  margin: auto;
  line-height: 0;
}

body#generator01.players .actions button {
}

body#generator01.position {
}

body#generator01.position main {
  background-color: #00264b;
}

body#generator01.position .content {
  padding-bottom: calc((120 / 750) * 100vw);
  padding-top: calc((60 / 750) * 100vw);
}

body#generator01.position .head {
  width: calc((630 / 750) * 100vw);
  margin: auto;
  line-height: 0;
  padding-bottom: calc((30 / 650) * 100vw);
}

body#generator01.position .position_img {
  width: calc((500 / 750) * 100vw);
  margin: auto;
  line-height: 0;
  padding-bottom: calc((60 / 750) * 100vw);
}

body#generator01.position #positionList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc((10 / 750) * 100vw);
  width: calc((590 / 750) * 100vw);
  margin: auto;
  line-height: 0;
  margin-bottom: calc((70 / 750) * 100vw);
}

body#generator01.position .posCard {
  line-height: 0;
}

body#generator01.position .posCard:nth-child(1) {
  display: none;
}

body#generator01.position .posCard .select {
  display: none;
}

body#generator01.position .posCard.is-used {
  opacity: 0.35;
  filter: grayscale(1);
}

body#generator01.position .posCard.is-selected .select {
  display: block;
}

body#generator01.position .posCard.is-selected .notselect {
  display: none;
}

body#generator01.position .actions {
  width: calc((590 / 750) * 100vw);
  margin: auto;
  line-height: 0;
}

body#generator01.position .actions button {
}

body#generator01.position .actions button#btnNext {
  opacity: 0.5;
  pointer-events: none;
}

body#generator01.position .actions button#btnNext.active {
  opacity: 1;
  pointer-events: all;
}

body#generator01.confirm {
}

body#generator01.confirm main {
  background-color: #0071ba;
}

body#generator01.confirm .content {
  padding-top: calc((60 / 750) * 100vw);
  padding-bottom: calc((120 / 750) * 100vw);
}

body#generator01.confirm .head {
  width: calc((610 / 750) * 100vw);
  margin: auto;
  padding-bottom: calc((40 / 750) * 100vw);
  filter: drop-shadow(0px 0px 5px #22bbff);
}

body#generator01.confirm .explanation {
  width: calc((460 / 750) * 100vw);
  margin: auto;
  line-height: 0;
  padding-bottom: calc((60 / 750) * 100vw);
}

body#generator01.confirm .canvasWrap {
  width: calc((590 / 750) * 100vw);
  margin: auto;
  filter: drop-shadow(0px 0px 5px hsl(0deg 0% 0% / 60%));
  margin-bottom: calc((70 / 750) * 100vw);
}

body#generator01.confirm .actions {
  width: calc((590 / 750) * 100vw);
  margin: auto;
}

body#generator01.confirm .btn.primary {
  margin-bottom: calc((40 / 750) * 100vw);
}

body#generator01.confirm .btn.ghost {
  padding-bottom: calc((125 / 750) * 100vw);
}

body#generator01.confirm .canvasWrap canvas {
  width: 100%;
  height: auto;
  max-width: 590px;
  display: block;
  margin: 0 auto;
}

body#generator01.result main {
  background: #0071ba;
}

body#generator01.result .imgWrap img {
  width: 100%;
  height: auto;
  display: block;
}

body#generator01.result .shareRow {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

body#generator01.result .shareBtn {
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 800;
}

body#generator01.result .remarks {
}

.modal-open {
  width: calc((120 / 375) * 100vw);
  margin-left: 6px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal .modal-content {
  background: #e3e3e3;
  text-align: center;
  padding: 0 25px;
}

.modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 18px;
}

.modal .image-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.modal .close {
  float: right;
  font-size: 22px;
  cursor: pointer;
}

.modal .modal-content {
  padding: 40px 0;
  background-color: rgb(0 0 0 / 50%);
}

.modal .modal-inner {
  padding: 0px 25px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .image-options {
  display: block;
  margin: auto;
  position: relative;
}

.modal .image-options img {
  width: 100%;
  margin: unset;
  position: relative;
  z-index: 0;
}

.modal .close_btn {
  position: absolute;
  bottom: 5%;
  width: 100%;
  height: 6%;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  display: block;
}

.modal .close_icon {
  position: absolute;
  top: 0%;
  height: 6%;
  z-index: 5;
  right: 0%;
  margin: auto;
  width: 20%;
}

.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}

#pc_page {
  display: none;
}

#pc_page {
  background-color: #000029;
}

#pc_page .fv {
  line-height: 0;
  margin-bottom: calc((30 / 1440) * 100vw);
}

#pc_page .read {
  line-height: 0;
  width: calc((880 / 1440) * 100vw);
  margin: auto;
  margin-bottom: calc((42 / 1440) * 100vw);
}

#pc_page .cp {
  width: calc((880 / 1440) * 100vw);
  margin: auto;
  margin-bottom: calc((70 / 1440) * 100vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc((60 / 1440) * 100vw);
  justify-content: space-between;
}

#pc_page .cp img {
}

#pc_page .qr {
  width: calc((880 / 1440) * 100vw);
  margin: auto;
  padding-bottom: calc((180 / 1440) * 100vw);
}

@media screen and (min-width: 600px) {
  header .sp {
    display: none;
  }

  footer .sp {
    display: none;
  }

  header .pc {
    display: block;
  }

  footer .pc {
    display: block;
  }

  #pc_page {
    display: block;
  }

  #sp_page {
    display: none;
  }

  header .logo {
    position: absolute;
    width: calc((90 / 1440) * 100vw);
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
    transition: opacity 0.3s;
  }

  header .logo:hover {
    opacity: 0.5;
  }

  footer #pagetop {
    position: absolute;
    width: calc((20 / 1440) * 100vw);
    top: calc((30 / 1440) * 100vw);
    right: calc((100 / 1440) * 100vw);
    z-index: 1;
  }

  footer .logo {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: calc((60 / 1440) * 100vw);
    width: calc((90 / 1440) * 100vw);
    transition: opacity 0.3s;
  }

  footer .logo:hover {
    opacity: 0.5;
  }

  #subpage {
    padding: 0px;
    padding-bottom: 0px;
  }
}
