@charset "UTF-8";
/* Reset
----------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[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;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #333;
  overflow-x: hidden;
  margin: 0;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  word-wrap: break-word;
  text-decoration: underline;
  overflow-wrap: break-word;
  cursor: pointer;
  transition: color 0.2s;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active {
  color: #004580;
}

li ol, li ul {
  margin-bottom: 0;
}

nav ol, nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

em {
  font-style: normal;
}

rp, rt {
  font-size: 0.688em;
  line-height: 1;
}

table {
  font-size: 1em;
  empty-cells: show;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
}

img, button, input, select, textarea {
  max-width: 100%;
}

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

textarea {
  height: auto;
  resize: vertical;
}

/* header
----------------------------------------------------------------- */
.l-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  max-height: 200px;
  height: 7.8125vh;
  font-size: min(0.585vh, 15px);
  box-shadow: 0rem 1.4rem 1.2rem -1.2rem hsla(0, 0%, 0%, 0.4);
}
.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1354px;
  width: 52.89vh;
}
.l-header-logo {
  max-height: 120px;
  max-width: 315px;
  height: 4.6875vh;
  width: 12.30468vh;
}
.l-header-logo a {
  background: url(../img/sw-logo.png) center bottom no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.l-header-info {
  background: url(../img/info_back.png) center center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  max-height: 110px;
  max-width: 988px;
  height: 4.296875vh;
  width: 38.59375vh;
  padding-left: min(0.46875vh, 12px);
}
.l-header-info-icon {
  background: url(../img/loudspeaker.png) center center no-repeat;
  background-size: 70%;
  background-color: #fff;
  border-radius: 50%;
  max-height: 86px;
  max-width: 86px;
  height: 3.3593vh;
  width: 3.3593vh;
}
.l-header-info-text {
  font-size: min(1.25vh, 32px);
  overflow-x: scroll;
  white-space: nowrap;
  max-width: 835px;
  width: 32.6171vh;
  margin-left: min(0.625vh, 16px);
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
.l-header-info-text::-webkit-scrollbar {
  display: none;
}

/* main
----------------------------------------------------------------- */
.l-wrapper {
  background: #fff;
  margin: 0 auto;
  max-height: 2560px;
  max-width: 1440px;
  height: 100vh;
  width: 56.25vh;
}

.l-main {
  position: relative;
  margin: 0 auto;
  padding-top: min(3.90625vh, 100px);
}
.l-main-title {
/*  background: url(../img/select_txt.png) center bottom no-repeat;
  background-size: contain; */
  overflow: hidden;
/*  text-indent: 100%; */
  white-space: nowrap;
  max-height: 77px;
  max-width: 448px;
  height: 3.0078vh;
  width: 17.5vh;
  margin: 0 auto;
	font-weight:bold;
}
.l-main-select {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1140px;
  width: 44.53125vh;
  margin: 0 auto;
  padding-top: min(3.125vh, 80px);
}

.l-detail {
  position: relative;
  margin: 0 auto;
  padding-top: min(5.078125vh, 130px);
}

.c-btn-select {
  margin-bottom: min(2.89vh, 74px);
  max-height: 706px;
  max-width: 530px;
  height: 27.578vh;
  width: 20.703vh;
	position: relative;
}
.c-btn-select a {
  display: block;
  font-size: min(0.585vh, 15px);
  border-radius: min(1.64vh, 42px);
  box-shadow: 0 0rem 0.5rem 0rem hsla(0, 0%, 0%, 0.25);
}
.c-btn-return {
  margin: min(2.65625vh, 68px) auto min(5.078125vh, 130px);
  max-width: 1140px;
  width: 44.53125vh;
}
.c-btn-return a {
  display: block;
  font-size: min(0.585vh, 15px);
  border-radius: min(4.8046875vh, 123px);
  box-shadow: 0 0rem 0.5rem 0rem hsla(0, 0%, 0%, 0.25);
}

.c-character {
  position: absolute;
  left: min(1.6406vh, 42px);
  top: min(2.03125vh, 52px);
  max-height: 335px;
  max-width: 260px;
  height: 13.0859vh;
  width: 10.15625vh;
}

.l-explanation {
  margin: 0 0 0 auto;
  max-width: 1290px;
  width: 50.390625vh;
}

.c-content {
  background: #fff;
  border: min(0.4vh, 10px) solid #0084FF;
  border-radius: min(1.6406vh, 42px);
  box-shadow: 0 0rem 0.5rem 0rem hsla(0, 0%, 0%, 0.25);
  margin: 0 auto;
  max-height: 1800px;
  max-width: 1140px;
  height: 70.3125vh;
  width: 44.53125vh;
}


.c-coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-coming-soon img {
  height: auto;
  width: 94%;
}