@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/**********************
*
*　destyle.css　ここまで
*
***********************/
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Noto Serif JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 1.6;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

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

@media (min-width: 601px) {
  body {
    font-size: calc(1.6rem + (1vw - 6.01px) * 0.6065);
    min-height: 0vw;
  }
}
header h1 video {
  width: 100%;
}

.welcome {
  margin-top: 32px;
  position: relative;
  width: 100%;
  background-image: url(../../images/bg_image-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
.welcome .circle {
  position: absolute;
  width: 8%;
  top: -1%;
  left: 80%;
}
@media screen and (min-width: 601px) {
  .welcome .circle {
    width: 6%;
    top: 6%;
  }
}
@media screen and (min-width: 601px) {
  .welcome .container {
    padding: 0 10%;
  }
}
.welcome .container h2 {
  color: #f00;
  font-size: 2rem;
}
@media screen and (min-width: 601px) {
  .welcome .container h2 {
    font-size: calc(2.8rem + (1vw - 6.01px) * 0.6065);
    min-height: 0vw;
  }
}
.welcome .container h3 {
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}
@media (min-width: 601px) {
  .welcome .container h3 {
    font-size: calc(3rem + (1vw - 6.01px) * 1.5163);
    min-height: 0vw;
  }
}
.welcome .container .flex {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 601px) {
  .welcome .container .flex {
    flex-flow: row;
    align-items: center;
  }
}
.welcome .container .flex .left {
  width: 90%;
  margin: 0 auto;
  border: 6px solid #c21500;
  -o-border-image: linear-gradient(to right, #001ECE 0%, #9D00FF 100%);
     border-image: linear-gradient(to right, #001ECE 0%, #9D00FF 100%);
  border-image-slice: 1;
}
@media screen and (min-width: 601px) {
  .welcome .container .flex .left {
    width: 50%;
  }
}
.welcome .container .flex .right {
  padding: 16px 16px 0 16px;
  text-align: justify;
  background-image: url(../../images/bgi-02-1.png);
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: 15%;
}
@media screen and (min-width: 601px) {
  .welcome .container .flex .right {
    background-image: none;
    width: 50%;
  }
}
.welcome .contact {
  margin-top: 32px;
}
@media screen and (min-width: 601px) {
  .welcome .contact {
    display: flex;
    margin: 80px 20% 0;
  }
}
.welcome .contact .tel {
  background-color: #FF7300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  margin: 8px 16px;
  border-radius: 22px;
}
@media screen and (min-width: 601px) {
  .welcome .contact .tel {
    padding: 1em 4%;
    margin: 0 4% 0 0;
    border-radius: 35px;
  }
  .contact .tel {
	 pointer-events:none;
  }
}
.welcome .contact .tel div:first-of-type {
  width: 10%;
}
@media screen and (min-width: 601px) {
  .welcome .contact .tel div:first-of-type {
    width: 10%;
  }
}
.welcome .contact .tel div:last-of-type {
  width: 90%;
  text-align: right;
  font-size: calc(35px + (1vw - 3.5px) * 14);
  min-height: 0vw;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .welcome .contact .tel div:last-of-type {
    font-size: calc(1.5rem + (1vw - 6.01px) * 2.6535);
    min-height: 0vw;
  }
}
@media screen and (min-width: 601px) {
  .welcome .contact .tel {
    width: 50%;
  }
}
.welcome .contact .mail {
  background-color: #FF7300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  margin: 8px 16px;
  border-radius: 22px;
  margin-top: 24px;
}
@media screen and (min-width: 601px) {
  .welcome .contact .mail {
    margin: 0 0 0 4%;
    border-radius: 35px;
    padding: 1em 4%;
  }
}
.welcome .contact .mail div:first-of-type {
  width: 22%;
}
@media screen and (min-width: 601px) {
  .welcome .contact .mail div:first-of-type {
    width: 25%;
  }
}
.welcome .contact .mail div:last-of-type {
  width: 78%;
  text-align: right;
  font-size: 1.7rem;
  min-height: 0vw;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .welcome .contact .mail div:last-of-type {
    font-size: calc(1rem + (1vw - 6.01px) * 1.5163);
    min-height: 0vw;
  }
}
@media screen and (min-width: 601px) {
  .welcome .contact .mail {
    width: 50%;
    margin-top: 0;
  }
}

.lineup {
  margin-top: 32px;
  background-image: url(../../images/bg_image-02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 601px) {
  .lineup {
    margin-top: 0;
    padding-top: 80px;
    background-image: url(../../images/bg_image-02-1.png);
    background-size: 85%;
    background-position: 70% 5%;
  }
}
@media screen and (min-width: 1200px) {
  .lineup {
    background-position: 70% 2%;
  }
}
.lineup h2 {
  color: #f00;
  font-size: 2rem;
}
@media screen and (min-width: 601px) {
  .lineup h2 {
    font-size: calc(2.8rem + (1vw - 6.01px) * 0.6065);
    min-height: 0vw;
  }
}
.lineup h3 {
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}
@media (min-width: 601px) {
  .lineup h3 {
    font-size: calc(3rem + (1vw - 6.01px) * 1.5163);
    min-height: 0vw;
  }
}
.lineup .container-01 {
  background-image: url(../../images/bg_circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
@media screen and (min-width: 601px) {
  .lineup .container-01 {
    background-image: none;
    display: flex;
  }
}
.lineup .container-02 {
  background-image: url(../../images/bg_circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
@media screen and (min-width: 601px) {
  .lineup .container-02 {
    padding-left: 10%;
    padding-right: 10%;
    background-size: 28%;
  }
}
.lineup .flex-01 {
  margin: 0 16px;
  color: #fff;
  background: linear-gradient(to right, #001ECE 0%, #9D00FF 100%);
}
.lineup .flex-01 p {
  padding: 8px 0;
}
.lineup .flex-01 .flex-photo {
  display: flex;
  margin: 0 8px;
}
.lineup .flex-01 .flex-photo div {
  border: #fff 5px solid;
}
.lineup .flex-01 .flex-photo div:first-of-type {
  margin-right: 8px;
}
.lineup .flex-01 .flex-photo div:last-of-type {
  margin-left: 8px;
}
.lineup .flex-01 .flex-comment {
  padding: 8px 0;
  display: flex;
  justify-content: space-around;
}
.lineup .flex-01 .flex-comment > div {
  width: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
.lineup .flex-01 .explanation {
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 0.8em;
  text-align: justify;
  margin-bottom: 1em;
}
.lineup .flex-01 .explanation-2 {
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 0.8em;
  text-align: justify;
}
@media screen and (min-width: 601px) {
  .lineup .flex-01 {
    margin: 0 32px 32px 0;
    width: 50%;
  }
}
.lineup .flex-02 {
  margin: 0 16px;
  color: #fff;
  background: linear-gradient(to right, #D0003F 0%, #E6D500 100%);
  margin-top: 24px;
}
.lineup .flex-02 p {
  padding: 8px 0;
}
.lineup .flex-02 .flex-photo {
  display: flex;
  margin: 0 8px;
}
.lineup .flex-02 .flex-photo div {
  border: #fff 5px solid;
}
.lineup .flex-02 .flex-photo div:first-of-type {
  margin-right: 8px;
}
.lineup .flex-02 .flex-photo div:last-of-type {
  margin-left: 8px;
}
.lineup .flex-02 .flex-comment {
  padding: 8px 0;
  display: flex;
  justify-content: space-around;
}
.lineup .flex-02 .flex-comment > div {
  width: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
.lineup .flex-02 .explanation {
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 0.8em;
  text-align: justify;
  margin-bottom: 1em;
}
.lineup .flex-02 .explanation-2 {
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 0.8em;
  text-align: justify;
}
@media screen and (min-width: 601px) {
  .lineup .flex-02 {
    margin: 0 0 32px 32px;
    width: 50%;
  }
}
.lineup .flex-03 {
  margin: 0 16px;
  color: #fff;
  background: linear-gradient(to right, #F83383 0%, #168AFF 100%);
  margin-top: 24px;
}
.lineup .flex-03 p {
  padding: 8px 0;
}
.lineup .flex-03 .flex-photo {
  display: flex;
  margin: 0 8px;
}
.lineup .flex-03 .flex-photo div {
  border: #fff 5px solid;
}
.lineup .flex-03 .flex-photo div:first-of-type {
  margin-right: 8px;
}
.lineup .flex-03 .flex-photo div:last-of-type {
  margin-left: 8px;
}
.lineup .flex-03 .flex-comment {
  padding: 8px 0;
  display: flex;
  justify-content: space-around;
}
.lineup .flex-03 .flex-comment > div {
  width: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
.lineup .flex-03 .explanation {
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 0.8em;
  text-align: justify;
  margin-bottom: 1em;
}
.lineup .flex-03 .explanation-2 {
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 0.8em;
  text-align: justify;
}
@media screen and (min-width: 601px) {
  .lineup .flex-03 {
    margin: 32px 32px 0 0;
    width: 50%;
  }
}
.lineup .flex-04 {
  margin: 0 16px;
  color: #fff;
  background: linear-gradient(to right, #A60DFF 0%, #FF6D9B 100%);
  margin-top: 24px;
}
.lineup .flex-04 p {
  padding: 8px 0;
}
.lineup .flex-04 .flex-photo {
  display: flex;
  margin: 0 8px;
}
.lineup .flex-04 .flex-photo div {
  border: #fff 5px solid;
}
.lineup .flex-04 .flex-photo div:first-of-type {
  margin-right: 8px;
}
.lineup .flex-04 .flex-photo div:last-of-type {
  margin-left: 8px;
}
.lineup .flex-04 .flex-comment {
  padding: 8px 0;
  display: flex;
  justify-content: space-around;
}
.lineup .flex-04 .flex-comment > div {
  width: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
.lineup .flex-04 .explanation {
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 0.8em;
  text-align: justify;
  margin-bottom: 1em;
}
.lineup .flex-04 .explanation-2 {
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 0.8em;
  text-align: justify;
}
@media screen and (min-width: 601px) {
  .lineup .flex-04 {
    margin: 32px 0 0 32px;
    width: 50%;
  }
}
.lineup .contact {
  margin-top: 32px;
  position: relative;
}
@media screen and (min-width: 601px) {
  .lineup .contact {
    display: flex;
    margin-top: 0;
    padding: 64px 20%;
    background-image: url(../../images/bgi-02.png);
    background-repeat: no-repeat;
    background-position: 5% 20%;
    background-size: 12%;
  }
}
.lineup .contact .circle {
  position: absolute;
  width: 8%;
  top: -20%;
  left: 80%;
}
@media screen and (min-width: 601px) {
  .lineup .contact .circle {
    width: 5%;
    top: 15%;
    left: 82%;
  }
}
.lineup .contact .tel {
  background-color: #FF7300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  margin: 8px 16px;
  border-radius: 22px;
}
@media screen and (min-width: 601px) {
  .lineup .contact .tel {
    padding: 1em 4%;
    margin: 0 4% 0 0;
    border-radius: 35px;
  }
}
.lineup .contact .tel div:first-of-type {
  width: 10%;
}
@media screen and (min-width: 601px) {
  .lineup .contact .tel div:first-of-type {
    width: 10%;
  }
}
.lineup .contact .tel div:last-of-type {
  width: 90%;
  text-align: right;
  font-size: calc(35px + (1vw - 3.5px) * 14);
  min-height: 0vw;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .lineup .contact .tel div:last-of-type {
    font-size: calc(1.5rem + (1vw - 6.01px) * 2.6535);
    min-height: 0vw;
  }
}
@media screen and (min-width: 601px) {
  .lineup .contact .tel {
    width: 50%;
  }
}
.lineup .contact .mail {
  background-color: #FF7300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  margin: 8px 16px;
  border-radius: 22px;
  margin-top: 24px;
}
@media screen and (min-width: 601px) {
  .lineup .contact .mail {
    margin: 0 0 0 4%;
    border-radius: 35px;
    padding: 1em 4%;
  }
}
.lineup .contact .mail div:first-of-type {
  width: 22%;
}
@media screen and (min-width: 601px) {
  .lineup .contact .mail div:first-of-type {
    width: 25%;
  }
}
.lineup .contact .mail div:last-of-type {
  width: 78%;
  text-align: right;
  font-size: 1.7rem;
  min-height: 0vw;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .lineup .contact .mail div:last-of-type {
    font-size: calc(1rem + (1vw - 6.01px) * 1.5163);
    min-height: 0vw;
  }
}
@media screen and (min-width: 601px) {
  .lineup .contact .mail {
    width: 50%;
    margin-top: 0;
  }
}

.choose {
  margin-top: 16px;
  background-color: #E5E5E5;
}
.choose .container {
  padding: 16px;
}
.choose .container h2 {
  color: #f00;
  font-size: 2rem;
}
@media screen and (min-width: 601px) {
  .choose .container h2 {
    font-size: calc(2.8rem + (1vw - 6.01px) * 0.6065);
    min-height: 0vw;
  }
}
@media screen and (min-width: 601px) {
  .choose .container h2 {
    padding-top: 40px;
  }
}
.choose .container h3 {
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}
@media (min-width: 601px) {
  .choose .container h3 {
    font-size: calc(3rem + (1vw - 6.01px) * 1.5163);
    min-height: 0vw;
  }
}
@media screen and (min-width: 601px) {
  .choose .container h3 {
    padding-bottom: 0.7em;
  }
}
.choose .container h4 {
  padding: 32px;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 601px) {
  .choose .container h4 {
    margin-left: 30%;
    margin-right: 30%;
    padding: 5% 5%;
  }
}
.choose .container .circle {
  display: block;
}
@media screen and (min-width: 601px) {
  .choose .container .circle {
    display: none;
  }
}
.choose .container .circle div {
  padding: 8px 30%;
}
@media screen and (min-width: 601px) {
  .choose .container .circle div {
    padding: 0;
    padding-right: 1em;
  }
}
.choose .container .circle div:first-of-type {
  padding: 24px 30% 8px;
}
@media screen and (min-width: 601px) {
  .choose .container .circle div:first-of-type {
    padding: 0;
    padding-right: 1em;
  }
}
.choose .container .circle div:nth-last-of-type(even) {
  padding: 8px 42%;
}
@media screen and (min-width: 601px) {
  .choose .container .circle div:nth-last-of-type(even) {
    padding: 0;
    padding-right: 1em;
  }
}
.choose .container .circle-pc {
  display: none;
}
@media screen and (min-width: 601px) {
  .choose .container .circle-pc {
    display: block;
    padding-top: 3em;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.choose .contact {
  margin-top: 32px;
  padding-bottom: 16px;
}
@media screen and (min-width: 601px) {
  .choose .contact {
    display: flex;
    margin: 40px 20% 0;
    padding-bottom: 64px;
  }
}
.choose .contact .tel {
  background-color: #FF7300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  margin: 8px 16px;
  border-radius: 22px;
}
@media screen and (min-width: 601px) {
  .choose .contact .tel {
    padding: 1em 4%;
    margin: 0 4% 0 0;
    border-radius: 35px;
  }
}
.choose .contact .tel div:first-of-type {
  width: 10%;
}
@media screen and (min-width: 601px) {
  .choose .contact .tel div:first-of-type {
    width: 10%;
  }
}
.choose .contact .tel div:last-of-type {
  width: 90%;
  text-align: right;
  font-size: calc(35px + (1vw - 3.5px) * 14);
  min-height: 0vw;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .choose .contact .tel div:last-of-type {
    font-size: calc(1.5rem + (1vw - 6.01px) * 2.6535);
    min-height: 0vw;
  }
}
@media screen and (min-width: 601px) {
  .choose .contact .tel {
    width: 50%;
  }
}
.choose .contact .mail {
  background-color: #FF7300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  margin: 8px 16px;
  border-radius: 22px;
  margin-top: 24px;
}
@media screen and (min-width: 601px) {
  .choose .contact .mail {
    margin: 0 0 0 4%;
    border-radius: 35px;
    padding: 1em 4%;
  }
}
.choose .contact .mail div:first-of-type {
  width: 22%;
}
@media screen and (min-width: 601px) {
  .choose .contact .mail div:first-of-type {
    width: 25%;
  }
}
.choose .contact .mail div:last-of-type {
  width: 78%;
  text-align: right;
  font-size: 1.7rem;
  min-height: 0vw;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .choose .contact .mail div:last-of-type {
    font-size: calc(1rem + (1vw - 6.01px) * 1.5163);
    min-height: 0vw;
  }
}
@media screen and (min-width: 601px) {
  .choose .contact .mail {
    width: 50%;
    margin-top: 0;
  }
}

footer {
  background-color: #474747;
  padding: 16px 8px;
  color: #fff;
  /*margin-bottom: 40px;*/
}
@media screen and (min-width: 601px) {
  footer {
    /*margin-bottom: 120px;*/
  }
}
footer > p {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
footer h2 {
  margin: 0 40px 24px;
  background-color: #fff;
  padding: 16px 32px;
}
@media screen and (min-width: 601px) {
  footer h2 {
    margin: 24px 40%;
    padding: 4px 16px;
  }
}
footer .sp-display {
  display: block;
  position: relative;
  margin: 32px 0 24px;
}
@media (min-width: 601px) {
  footer .sp-display {
    display: none;
  }
}
footer .sp-display::before {
  content: "";
  display: block;
  width: 10em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
}
footer .sp-display::after {
  content: "";
  display: block;
  width: 10em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
}
footer .pc-display {
  display: none;
}
@media (min-width: 601px) {
  footer .pc-display {
    display: block;
  }
}
footer .pc-addon-01 {
  position: relative;
}
footer .pc-addon-02 {
  position: absolute;
  top: -15%;
  right: 10%;
}
footer .pc-addon-03 {
  position: relative;
  margin: 32px 0 24px;
}
footer .pc-addon-03::before {
  content: "";
  display: block;
  width: 10em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
}
footer .pc-addon-03::after {
  content: "";
  display: block;
  width: 10em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 601px) {
	.sp_only {
		display: none;
	}
}
