@charset "UTF-8";
@keyframes hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0);
  }
}
#tooltip {
  text-align: left;
  font-size: 14px;
  color: #515151;
  background: #fff;
  border: 1px solid #eaeaea;
  position: absolute;
  z-index: 100;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 5px 15px #dedede;
  z-index: 99999;
}

#tooltip:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -10px;
  z-index: 1;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #eaeaea;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

#tooltip img.karaoke_sample1 {
  width: 200px;
}

#tooltip img.karaoke_sample2 {
  width: 200px;
}

abbr {
  text-decoration: none;
  display: inline-block;
}

.form__body, .list__body {
  width: 550px;
  margin: 0 auto;
}
.form__body ::selection, .list__body ::selection {
  background: #AEDED3;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .form__body, .list__body {
    width: 100%;
  }
}
.form__body p, .list__body p {
  font-size: 16px;
}
.form__body p.red, .list__body p.red {
  color: #eb0000;
}
.form__body div.inner_form, .list__body div.inner_form {
  margin: 0 0 10px 25px;
}
.form__body dl, .list__body dl {
  padding-bottom: 20px;
}
.form__body dl .down_arrow_icon, .list__body dl .down_arrow_icon {
  float: right;
}
.form__body dl dt, .list__body dl dt {
  margin-bottom: 5px;
  font-size: 18px;
}
.form__body dl dt li span input, .list__body dl dt li span input {
  padding: 8px 15px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  white-space: pre-wrap;
  color: #515151;
}
.form__body dl dt li span input:focus, .list__body dl dt li span input:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
.form__body dl dt label, .list__body dl dt label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form__body dl dt label, .list__body dl dt label {
    font-size: 16px;
  }
}
.form__body dl dt .counter, .list__body dl dt .counter {
  display: inline-block;
  padding: 0;
  float: right;
  font-size: 14px;
  color: #ABAAAA;
  margin: 8px 0 0 0;
}
.form__body dl.add_ttl, .list__body dl.add_ttl {
  font-size: 18px;
  font-weight: bold;
}
.form__body dl dd .b2size, .list__body dl dd .b2size {
  display: inline-block;
  width: 2%;
}
.form__body dl dd .form__textArea_size, .list__body dl dd .form__textArea_size {
  padding: 8px 15px;
  border: 1px solid #5fd7bb;
  background: #f7fffd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  white-space: pre-wrap;
  color: #515151;
}
.form__body dl dd .form__textArea_size:focus, .list__body dl dd .form__textArea_size:focus {
  border: 1px solid #2bb393;
  outline: none;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .form__textArea_size, .list__body dl dd .form__textArea_size {
    padding: 7px 10px;
  }
}
.form__body dl dd .text_info_off, .list__body dl dd .text_info_off {
  font-size: 12px;
  color: #8A8A8A;
  padding: 5px 0 5px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_info_off, .list__body dl dd .text_info_off {
    font-size: 13px;
  }
}
.form__body dl dd .text_info_on, .list__body dl dd .text_info_on {
  font-size: 12px;
  color: #8A8A8A;
  padding: 5px 0 5px 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_info_on, .list__body dl dd .text_info_on {
    line-height: 0.9rem;
    font-size: 13px;
  }
}
.form__body dl dd .text_warning, .list__body dl dd .text_warning {
  font-size: 12px;
  color: #ff873c;
  display: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_warning, .list__body dl dd .text_warning {
    font-size: 13px;
  }
}
.form__body dl dd .text_error, .list__body dl dd .text_error {
  font-size: 12px;
  color: #FF2F2F;
  display: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_error, .list__body dl dd .text_error {
    font-size: 13px;
  }
}
.form__body dl dd .text_error_on, .list__body dl dd .text_error_on {
  font-size: 12px;
  color: #FF2F2F;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_error_on, .list__body dl dd .text_error_on {
    font-size: 13px;
  }
}
.form__body dl dd .text_error_caution, .list__body dl dd .text_error_caution {
  font-size: 12px;
  color: #ff6200;
  display: block;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__body dl dd .text_error_caution, .list__body dl dd .text_error_caution {
    font-size: 13px;
  }
}
.form__body dl dd p.title, .list__body dl dd p.title {
  padding: 10px 0 10px 0;
  text-indent: 15px;
}
.form__body dl dd .movie, .list__body dl dd .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.form__body dl dd .movie iframe, .list__body dl dd .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.form__body dl dd .at_mark, .list__body dl dd .at_mark {
  display: inline;
}
.form__body dl dd .form__valid, .list__body dl dd .form__valid {
  position: relative;
}
.form__body dl dd .form__valid:before, .list__body dl dd .form__valid:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #2bb393;
  border: 1px solid #2bb393;
  left: -7px;
  top: -15px;
  z-index: 1;
}
.form__body dl dd .form__valid:after, .list__body dl dd .form__valid:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -3px;
  top: -10px;
  z-index: 1;
}
.form__body dl dd .form__valid .form__textArea_size,
.list__body dl dd .form__valid .form__textArea_size {
  border: 1px solid #90bbb1;
  background: #fff;
}
.form__body dl dd .form__error .form__textArea_size,
.list__body dl dd .form__error .form__textArea_size {
  background: #FFE5E5;
  border: 1px solid #FF6E6E;
}
.form__body dl dd .form__error input[type=checkbox] + label::before, .list__body dl dd .form__error input[type=checkbox] + label::before {
  border: solid #FF6E6E;
  background: #FFE5E5;
}
.form__body dl dd .form__warning .form__textArea_size,
.list__body dl dd .form__warning .form__textArea_size {
  background: #ffede2;
  border: 1px solid #ff873c;
}
.form__body dl dd .form__warning input[type=checkbox] + label::before, .list__body dl dd .form__warning input[type=checkbox] + label::before {
  border: solid #ff873c;
  background: #ffede2;
}
.form__body dl p.info_small, .list__body dl p.info_small {
  text-align: center;
  padding-bottom: 10px;
  color: #868686;
}
p.top_line {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  p.top_line {
    margin-bottom: 0;
  }
}

ul li.bt {
  text-align: center;
  margin: 0px 0px 40px 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  ul li.bt {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
}
ul li.bt.dp_no {
  display: none;
}
@media screen and (max-width: 767px) {
  ul li.bt.dp_no {
    display: block;
  }
}
ul li.bt .submit_bt {
  text-decoration: none;
  background: #FF873C;
  width: 330px;
  height: 60px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #FF873C;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 970px) {
  ul li.bt .submit_bt:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  ul li.bt .submit_bt {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt {
    width: 100%;
    font-size: 16px;
    height: 48px;
  }
}
ul li.bt .submit_bt_1 {
  text-decoration: none;
  background: #7b7b7b;
  width: 260px;
  margin: 0 5px;
  height: 60px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #ababab;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 970px) {
  ul li.bt .submit_bt_1:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt_1 {
    width: 46%;
    font-size: 16px;
    margin: 10px 5px 0 0;
    height: 48px;
    white-space: nowrap;
  }
}
ul li.bt .submit_bt_2 {
  text-decoration: none;
  background: #FF873C;
  width: 260px;
  margin: 0 5px;
  height: 60px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #FF873C;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 970px) {
  ul li.bt .submit_bt_2:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt_2 {
    width: 46%;
    font-size: 16px;
    margin: 10px 2px 0 0;
    height: 48px;
  }
}
ul li.bt .submit_bt_3 {
  text-decoration: none;
  background: #7b7b7b;
  width: 330px;
  height: 60px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #ababab;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 970px) {
  ul li.bt .submit_bt_3:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  ul li.bt .submit_bt_3 {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  ul li.bt .submit_bt_3 {
    width: 100%;
    font-size: 16px;
    height: 48px;
  }
}
ul li.bt .submit_bt_3.top_close_bt {
  width: 90%;
  margin: 20px 0 -20px 0;
}
ul li.bt .disable_bt {
  pointer-events: none;
  opacity: 0.3;
  box-shadow: none;
}

a.ps_add_bt {
  text-align: center;
  background: #efefef;
  width: 86%;
  padding: 15px;
  font-size: 20px;
  margin: 0 auto 20px;
  display: block;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt {
    padding: 10px;
    font-size: 16px;
  }
}
a.ps_add_bt img {
  vertical-align: top;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt img {
    width: 25px;
  }
}
a.ps_add_bt:hover {
  background: #E0E0E0;
  color: #515151 !important;
}

a.ps_add_bt_100 {
  text-align: center;
  background: #ffffff;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  margin: 0 auto 20px;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  border-radius: 100px;
  border: 1px solid;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt_100 {
    padding: 10px;
    font-size: 16px;
  }
}
a.ps_add_bt_100 img {
  vertical-align: bottom;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  a.ps_add_bt_100 img {
    width: 25px;
  }
}
a.ps_add_bt_100:hover {
  background: #ededed;
  color: #515151 !important;
}

.link_bt {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #333 !important;
  padding: 10px;
  width: 180px;
  text-align: center;
  border-radius: 100px;
  transition: all 0.2s ease;
}

.link_bt:hover {
  background: #333;
  color: #fff !important;
}

.asterisk {
  color: #f00;
  font-size: 10px;
  vertical-align: text-bottom;
  padding-left: 5px;
  font-weight: bold;
}

.optional {
  font-size: 12px;
  color: #a6a6a6;
  font-weight: 700;
  margin-left: 5px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100px;
  padding: 2px 5px;
  display: inline-block;
}

.text_error {
  color: #f00 !important;
  font-size: 12px !important;
  text-align: left !important;
  padding-top: 5px !important;
  font-weight: 600 !important;
  display: none;
}

.text_warning {
  color: #ff873c !important;
  font-size: 12px !important;
  text-align: left !important;
  padding-top: 5px !important;
  font-weight: 600 !important;
  display: none;
}

:placeholder {
  color: #b7b7b7;
}

.form__body dl dd .form__textArea_size::placeholder, .list__body dl dd .form__textArea_size::placeholder {
  color: #b7b7b7 !important;
}

.ttl_parent {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.parent_body {
  background: #f2f2f2;
  padding: 20px 20px 0;
  margin-bottom: 30px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.text_small {
  font-size: 10px !important;
}

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

.mb-15 {
  margin-bottom: 15px;
}

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

/*----------------------------------------------------------
*  共通パーツ
*----------------------------------------------------------*/
body {
  background: #fff;
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: normal;
  color: #515151;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

input,
button {
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
}

::selection {
  background: #2bb393;
  color: #fff;
}

a:link {
  color: #2bb393;
  text-decoration: underline;
}

a:visited {
  color: #2bb393;
  text-decoration: underline;
}

a:hover {
  color: #2bb393;
  text-decoration: none;
}

p {
  padding-bottom: 20px;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 54px 0;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  .container {
    padding: 5% 3%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 5% 3%;
  }
}

#container {
  width: 100%;
}

.m0 {
  margin: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30sp10 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb30sp10 {
    margin-bottom: 10px;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.plr6 {
  padding: 6px 0;
}

@media screen and (min-width: 767px) and (max-width: 1038px) {
  .prl20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.text_center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text_indent {
  text-indent: 1em !important;
}

.d_none {
  display: none;
}

.t_indent {
  text-indent: 35px;
}

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

.center_box {
  margin: 0 auto !important;
  float: none;
}

.d-block {
  display: grid;
}
.bt_text_link {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 20px;
}
.bt_text_link:hover {
  text-decoration: none;
}

.color_orange {
  color: #FF873C !important;
}

.color_gray {
  color: #aeaeae !important;
}

.jGrowl-notification {
  background-color: #FF6E6E !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 100% !important;
  padding: 10px;
  margin: 0px !important;
  text-align: left;
  display: none;
  border-radius: 0px !important;
  min-height: 40px;
}

.jGrowl-notification-success {
  background-color: #009BE1 !important;
}

.jGrowl-notification-error {
  background-color: #FF6E6E !important;
}

.jGrowl {
  z-index: 9999;
  color: #fff;
  font-weight: 900 !important;
  font-size: 14px !important;
}

.jGrowl.top-right {
  right: auto !important;
  top: 0;
  width: 100% !important;
}

.jGrowl-message {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jGrowl-message {
    text-align: left;
  }
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  margin-right: -7px;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 6px 24px;
    text-indent: 0px;
    display: block;
  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    background-color: white;
  }
  input[type=radio] + label::before {
    border: 2px solid #D4D4D4;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 2px solid #c2ced2;
  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    background: #ff9600;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 14px;
    height: 7px;
    margin-top: -7px;
    border-left: 3px solid #ff9600;
    border-bottom: 3px solid #ff9600;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.popup {
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.popup.size {
  width: 650px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #a1a1a1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .popup.size {
    width: 95%;
  }
}
.popup.size h1 {
  width: 648px;
  font-size: 24px !important;
  padding: 50px 15px 0 !important;
  color: #333;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  border-radius: 6px 6px 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup.size h1 {
    font-size: 18px !important;
    padding: 40px 10px 10px !important;
    width: 100%;
  }
}
.popup.size h1 div {
  width: 100%;
  text-align: center;
  line-height: 2rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .popup.size h1 div {
    line-height: 0.8rem;
  }
}
.popup.size h1.ps {
  width: 648px;
  font-size: 24px !important;
  padding: 50px 15px 0 !important;
  color: #333;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  border-radius: 6px 6px 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup.size h1.ps {
    font-size: 18px !important;
    padding: 40px 10px 10px !important;
    width: 100%;
  }
}
.popup.size h1.mm {
  width: 648px;
  font-size: 24px !important;
  padding: 50px 15px 0 !important;
  color: #333;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  border-radius: 6px 6px 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup.size h1.mm {
    font-size: 18px !important;
    padding: 40px 10px 10px !important;
    width: 100%;
  }
}
.popup.size h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .popup.size h2 {
    font-size: 18px;
  }
}
.popup.size h2 img {
  width: 34px;
  vertical-align: bottom;
  margin-right: 5px;
}
.popup.size img[src="/img/popup/popup_cancel.svg"].close_popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px !important;
  height: 18px !important;
}
@media screen and (min-width: 970px) {
  .popup.size img[src="/img/popup/popup_cancel.svg"].close_popup:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  .popup.size img[src="/img/popup/popup_cancel.svg"].close_popup {
    width: 16px !important;
    height: 16px !important;
    right: 12px;
    top: 12px;
  }
}
.popup.size .popup_inner {
  padding: 30px 40px;
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80vh;
  min-height: 140px;
}
.popup.size .popup_inner::-webkit-scrollbar {
  width: 8px;
}
.popup.size .popup_inner::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.popup.size .popup_inner::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
}
@media screen and (max-width: 767px) {
  .popup.size .popup_inner {
    padding: 17px;
    max-height: 75vh;
  }
  .popup.size .popup_inner::-webkit-scrollbar {
    width: 6px;
  }
}
.popup.size .popup_inner p.info {
  background: #f4f4f4;
  color: #868686;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 30px;
}
.popup.size .popup_inner p.info span.ttl_info {
  font-size: 16px;
  display: block;
}
.popup.size .popup_inner p.info_red {
  background: #ffefef;
  color: #eb0000;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.popup.size .popup_inner p.money_info {
  color: #868686;
  margin-top: 20px;
}
.popup.size .popup_inner ul li {
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.popup.size .popup_inner ul li img {
  margin: 0 5px -7px 0;
  width: 33px;
}
.popup.size .popup_inner ul li span.state {
  font-size: 12px;
  color: #eb0000;
  font-weight: bold;
}
.popup.size .popup_inner ul li span.text {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.popup.size .popup_inner ul li p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 20px;
}
.popup.size .popup_inner ul li p a img.add {
  margin: 0 0 -10px 0;
}
.popup.size .popup_inner ul li p a img.add:hover {
  opacity: 0.4;
}
.popup.size .popup_inner ul.album_list {
  border: 1px solid #dadada;
  margin-bottom: 20px;
}
.popup.size .popup_inner ul.album_list li.album_title {
  background: #f4f4f4;
  font-size: 24px;
}
.popup.size .popup_inner ul.album_list li {
  padding: 10px 15px;
}
.popup.size .popup_inner ul.album_list li .artist_name {
  font-size: 12px;
  padding: 0 0 0 15px;
  color: #A9A9A9;
}

.overlay_second.pop_on {
  z-index: 101 !important;
}

.popup_second.popup.size {
  width: 350px !important;
}
@media screen and (max-width: 767px) {
  .popup_second.popup.size {
    width: 300px !important;
  }
}
.popup_second.popup.size h1 {
  width: 100% !important;
  font-size: 20px !important;
  padding: 30px 15px 0 !important;
}
@media screen and (max-width: 767px) {
  .popup_second.popup.size h1 {
    font-size: 18px !important;
  }
}
.popup_second.popup.size .popup_inner {
  padding: 10px 26px !important;
  min-height: 85px !important;
}
.popup_second.popup.size .popup_inner .form__body {
  width: 100% !important;
}
.popup_second.popup.size .popup_inner .form__body ul li.bt {
  margin: 0px 0px 20px 0;
}
.popup_second.popup.size .popup_inner .form__body ul li.bt .submit_bt_1 {
  width: 50% !important;
  height: 50px;
}
.popup_second.popup.size .popup_inner .form__body ul li.bt .submit_bt_2 {
  width: 50% !important;
  height: 50px;
}

.close_popup {
  cursor: pointer;
  display: inline-block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.display_on {
  display: block !important;
}

.popup,
.size {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.8, 0.11, 0.25, 0.9);
  z-index: -100;
  display: block;
  visibility: hidden;
}
.popup.pop_on,
.size.pop_on {
  z-index: 101;
}

.overlay {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.8, 0.11, 0.25, 0.9);
  z-index: -100;
  display: block;
}
.overlay.pop_on {
  z-index: 100;
}

.pop_on {
  opacity: 1;
  visibility: visible;
}

header {
  color: #2bb393;
  letter-spacing: 0px;
}
header .header_title {
  display: none;
}
header:link {
  color: #2bb393;
}
header div.container {
  padding: 2px 0;
}
header div.container a img.logo {
  float: left;
  margin: 10px;
  width: 90px;
}
@media screen and (min-width: 970px) {
  header div.container a img.logo:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.container a img.logo {
    width: 66px;
    height: 26px;
  }
}
header div.container .home_area {
  padding: 10px;
  float: left;
}
@media screen and (min-width: 970px) {
  header div.container .home_area:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.container .home_area {
    padding: 6px 10px;
  }
}
header div.container .home_area a:link, header div.container .home_area a:visited {
  color: #fff;
}
header div.container .home_area a img {
  float: left;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  header div.container .home_area a img {
    width: 26px;
    height: 26px;
  }
}
header div.container nav {
  width: auto;
  display: inline-block;
  float: right;
  height: 0;
}
header div.container nav ul div.down_menu_area {
  position: relative;
  float: right;
  color: #515151;
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area {
    position: static;
  }
}
header div.container nav ul div.down_menu_area li.name_area {
  float: right;
  width: auto;
  padding: 9px 10px;
}
header div.container nav ul div.down_menu_area li.name_area div.cover {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 970px) {
  header div.container nav ul div.down_menu_area li.name_area div.cover:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area li.name_area div.cover {
    width: 26px;
    height: 26px;
    display: none;
  }
}
header div.container nav ul div.down_menu_area li.name_area div.cover img.thumb {
  border-radius: 2px;
}
header div.container nav ul div.down_menu_area li.name_area img.pf_down {
  width: 24px;
  padding-top: 5px;
}
@media screen and (min-width: 970px) {
  header div.container nav ul div.down_menu_area li.name_area img.pf_down:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area li.name_area img.pf_down {
    display: none;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area li.name_area img.sp_menu {
    display: inline-block;
    width: 26px;
    height: 30px;
  }
}
header div.container nav ul div.down_menu_area ul.pd_menu {
  background: #fff;
  border-radius: 6px;
  width: 470px;
  position: absolute;
  padding: 20px;
  z-index: 100;
  top: 50px;
  right: 0;
  box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area ul.pd_menu {
    width: 100%;
    top: 43px;
    border-radius: 0px;
    overflow-y: scroll;
    height: 100dvh;
  }
}
header div.container nav ul div.down_menu_area ul.pd_menu li.name {
  font-weight: bold;
  padding-bottom: 0;
}
header div.container nav ul div.down_menu_area ul.pd_menu li.name span.prof {
  font-size: 12px;
  padding-left: 20px;
  font-weight: normal;
  display: block;
  padding-left: 0;
}
header div.container nav ul div.down_menu_area ul.pd_menu p.line {
  border-bottom: 1px solid #e6e6e6;
  margin: 10px 0;
  padding: 0;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a {
  background: #f4f4f4;
  width: 134px;
  height: 90px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a {
    width: 48%;
    top: 42px;
    border-radius: 0px;
  }
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a:link, header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a:visited {
  color: #515151;
  text-decoration: none;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li {
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li {
    font-size: 12px;
  }
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li .notice_mark {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ff7171;
  position: absolute;
  border-radius: 100px;
  right: -11px;
  bottom: 9px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li img {
  width: 33px;
  height: 33px;
  vertical-align: top;
  display: block;
  margin: 0 auto 5px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li.lp {
  letter-spacing: normal;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a li .sub_arrow {
  width: 12px;
  float: right;
}
header div.container nav ul div.down_menu_area ul.pd_menu .menu_group a:hover {
  opacity: 0.7;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance {
  display: block;
  margin: 8px 0 10px;
  padding: 15px 20px 10px;
  color: #fff;
  background: linear-gradient(45deg, #54b899, #95d996);
  position: relative;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_title {
  background: #fff;
  color: #2bb393;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 4px;
  width: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 200px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_body {
  display: block;
  margin-bottom: 5px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_body .text_balance {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
  margin-right: 4px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_body .text_small {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance .text_arrow {
  font-size: 12px;
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
}
header div.container nav ul div.down_menu_area ul.pd_menu .side_balance:hover {
  opacity: 0.8;
}
header div.container nav ul div.down_menu_area ul.pd_menu .sub_menu {
  padding: 0;
  text-indent: 33px;
}
header div.container nav ul li.menu_area {
  float: right;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  header div.container nav ul li.menu_area {
    padding: 6px 10px;
  }
}
header div.container nav ul li.menu_area a:link, header div.container nav ul li.menu_area a:visited {
  color: #fff;
}
header div.container nav ul li.menu_area a img {
  float: left;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  header div.container nav ul li.menu_area a img {
    width: 22px;
    height: 22px;
  }
}
header div.container nav ul li.menu_area a p.menu {
  display: inline-block;
  padding: 0 5px 0 7px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header div.container nav ul li.menu_area a p.menu {
    display: none;
  }
}
header div.container nav ul li.login_area {
  float: right;
}
header div.container nav ul li.login_area .auth,
header div.container nav ul li.login_area .registration {
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  header div.container nav ul li.login_area .auth,
  header div.container nav ul li.login_area .registration {
    padding: 10px;
    font-size: 12px;
  }
}
header div.container nav ul li.login_area a {
  display: inline-block;
  float: right;
  text-decoration: none;
}
header.fixed {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  width: 100%;
  z-index: 9999;
  height: 43px;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 767px) {
  header.fixed .logo {
    display: none;
  }
  header.fixed .header_title {
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    color: #515151;
    display: block;
    text-align: center;
  }
  header.fixed div.container nav ul div.down_menu_area {
    position: static;
    margin-top: -44px;
  }
}

footer {
  background: #131313;
}
footer #page-top {
  position: fixed;
  bottom: -15px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  footer #page-top {
    right: 10px;
  }
}
footer #page-top a {
  text-decoration: none;
  display: block;
}
footer #page-top a:hover {
  text-decoration: none;
}
footer #page-top a img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 970px) {
  footer #page-top a img:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  footer #page-top a img {
    width: 30px;
    height: 30px;
  }
}
footer div.container nav {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  footer div.container nav {
    font-size: 12px;
    padding: 0 0 20px 0;
  }
}
footer div.container nav ul {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer div.container nav ul {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
  }
}
footer div.container nav ul li {
  float: left;
  padding: 0 10px 5px;
}
footer div.container nav ul li a {
  transition: all 0.2s ease;
}
footer div.container nav ul li a:link, footer div.container nav ul li a:visited {
  color: #ababab;
  opacity: 0.5;
  font-size: 14px;
  text-decoration: none;
}
footer div.container nav ul li a:hover {
  opacity: 1;
  color: #fff;
}
footer div.container nav ul.sharebt_sns_area {
  float: right;
}
@media screen and (max-width: 767px) {
  footer div.container nav ul.sharebt_sns_area {
    display: inline-block;
    float: left;
  }
}
footer div.container nav ul.sharebt_sns_area .sns_bt {
  padding: 0 4px;
}
footer div.container nav ul.sharebt_sns_area .sns_bt img {
  width: 40px;
}
@media screen and (min-width: 970px) {
  footer div.container nav ul.sharebt_sns_area .sns_bt img:hover {
    cursor: pointer;
    animation: hover 0.6s forwards;
  }
}
@media screen and (max-width: 767px) {
  footer div.container nav ul.sharebt_sns_area .sns_bt img {
    width: 30px;
  }
}
footer div.container p.copy {
  text-align: center;
  color: #4a4a4a;
  font-size: 10px;
  letter-spacing: 0.05em;
  padding: 0;
}

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #f2f2f2;
}

.bg_green_light {
  background: #E3EDE3;
}

.artist_photo img {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 5px;
  z-index: 10;
}

/* テーブル用スタイル */
section.table_layout table.temp_layout {
  border: 1px solid #dadada;
  margin-bottom: 20px;
}
section.table_layout table.temp_layout thead {
  background: #fafafa;
  color: #2bb393;
  border-bottom: 1px solid #dadada;
}
section.table_layout table.temp_layout thead tr th {
  padding: 10px;
  border-right: 1px solid #dadada;
  text-align: center;
  vertical-align: middle;
}
section.table_layout table.temp_layout tbody tr {
  border-bottom: 1px solid #dadada;
}
section.table_layout table.temp_layout tbody tr:nth-child(even) {
  background-color: #fafafa;
}
section.table_layout table.temp_layout tbody tr td {
  padding: 10px;
  border-right: 1px solid #dadada;
  vertical-align: middle;
}
section.table_layout table.temp_layout tbody tr .schedule {
  white-space: nowrap;
}

section.table_layout_v2 h2 {
  width: 100%;
  font-size: 22px;
  padding: 10px 15px;
  color: #2bb393;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 2px;
  display: inline-block;
}
section.table_layout_v2 .text_link {
  display: inline-block;
  float: right;
  margin-bottom: 20px;
}
section.table_layout_v2 div.total_box {
  margin: 0 auto;
  width: 80%;
}
section.table_layout_v2 div.total_box ul li.bt {
  margin: 0px 0px 20px 0;
}
section.table_layout_v2 div.total_box h3 {
  font-size: 18px;
  padding: 10px 20px;
  color: #000;
  display: inline-block;
}
section.table_layout_v2 div.total_box ul.total_inner {
  display: table;
  padding: 22px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 div.total_box ul.total_inner {
    padding: 0px;
    margin: 0 auto;
    width: 70%;
  }
}
section.table_layout_v2 div.total_box ul.total_inner li {
  text-align: center;
  display: table-cell;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 div.total_box ul.total_inner li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
  }
}
section.table_layout_v2 div.total_box ul.total_inner li span.ttl {
  color: #2bb393;
  font-size: 18px;
  display: block;
  text-align: left;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 div.total_box ul.total_inner li span.ttl {
    text-align: center;
  }
}
section.table_layout_v2 .dl_bt {
  display: inline-block;
  text-decoration: none;
  color: #484848;
  width: 160px;
  background: #eaeaea;
  padding: 10px;
  float: right;
}
section.table_layout_v2 .dl_bt:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .dl_bt {
    padding: 10px;
    font-size: 16px;
    border-radius: 100px;
    text-align: center;
  }
}
section.table_layout_v2 .text_link {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .text_link {
    padding: 10px;
  }
}
section.table_layout_v2 .scroll_info_text {
  display: none;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .scroll_info_text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .scroll_box {
    overflow-x: scroll;
    width: 100%;
  }
}
section.table_layout_v2 .scroll_box table.temp_layout {
  clear: both;
  border: 1px solid #dadada;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .scroll_box table.temp_layout {
    width: 520px;
  }
}
section.table_layout_v2 .scroll_box table.temp_layout thead tr th.info {
  width: 43%;
}
section.table_layout_v2 .scroll_box table.temp_layout thead tr abbr {
  vertical-align: middle;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td span.day {
  font-size: 12px;
  display: block;
  color: #949494;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td p {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  section.table_layout_v2 .scroll_box table.temp_layout tbody tr td p {
    word-break: keep-all;
  }
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td span {
  white-space: nowrap;
}
section.table_layout_v2 .scroll_box table.temp_layout thead {
  background: #fafafa;
  color: #2bb393;
  border-bottom: 1px solid #dadada;
}
section.table_layout_v2 .scroll_box table.temp_layout thead tr th {
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr {
  border-bottom: 1px solid #dadada;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr:nth-child(even) {
  background-color: #fafafa;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr td {
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
section.table_layout_v2 .scroll_box table.temp_layout tbody tr .schedule {
  white-space: nowrap;
}

/*----------------------------------------------------------
 * pattern1
 *----------------------------------------------------------*/
article.pattern1.help section.page_title {
  background: url(/img/layout/keyvisual_help.svg) no-repeat #2CB393;
  background-size: cover;
  background-position: 0px;
}
article.pattern1.help section.page_title div.container h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  article.pattern1.help section.page_title div.container h1 {
    text-align: center;
    margin: 0;
  }
}

article.pattern1 section.page_title {
  background: linear-gradient(-45deg, rgba(246, 255, 0, 0.6), rgba(43, 179, 147, 0.6)), url(/img/top/keyvisual_top.jpg) no-repeat;
  background-size: cover;
  background-position: 0px;
}
article.pattern1 section.page_title div.container h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0 16%;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container h1 {
    text-align: center;
    margin: 0;
  }
}
article.pattern1 section.page_title div.container div.manager_talk {
  margin-bottom: 20px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
article.pattern1 section.page_title div.container div.manager_talk p.balloon {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2vw;
  padding: 10px 10px 10px 15px;
  width: 80%;
  float: left;
  margin: 0;
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 0;
}
article.pattern1 section.page_title div.container div.manager_talk p.balloon:before {
  left: -15px;
  content: "";
  display: block;
  top: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 30px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk p.balloon {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2vw;
    padding: 10px 10px 10px 15px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    margin: 0 0 30px 0;
  }
  article.pattern1 section.page_title div.container div.manager_talk p.balloon:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    top: -9px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
    z-index: 1;
  }
  article.pattern1 section.page_title div.container div.manager_talk p.balloon:after {
    border: 10px solid transparent;
    border-bottom-color: #d9d9d9;
    border-top-width: 0;
    top: -10px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
  }
}
article.pattern1 section.page_title div.container div.manager_talk div.manager_info {
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk div.manager_info {
    margin: 0;
    width: 100%;
  }
}
article.pattern1 section.page_title div.container div.manager_talk div.manager_info img.manager.circle {
  width: 84px;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk div.manager_info img.manager.circle {
    width: 64px;
  }
}
article.pattern1 section.page_title div.container p.sub {
  display: inline-block;
}

/*----------------------------------------------------------
 * pattern2
 *----------------------------------------------------------*/
article.pattern2 section.page_title {
  background: url(/img/side/page_title_bg.jpg);
  background-size: cover;
  animation: gd 8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.page_title {
    background-size: auto;
    background-position: 100%;
  }
}
article.pattern2 section.page_title div.container {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.page_title div.container {
    padding: 6% 0;
  }
}
article.pattern2 section.page_title div.container h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0 27%;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.page_title div.container h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  article.pattern2 section.page_title div.container h1 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
article.pattern2 section.overview div.container div.col.span_18 {
  float: right;
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk {
  display: inline-block;
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk p.balloon {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  padding: 10px 10px 10px 15px;
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  padding: 15px 30px;
  border: none;
  margin-top: -90px;
  z-index: 0;
  background: #fff;
  box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article.pattern2 section.overview div.container div.col.span_18 div.manager_talk p.balloon {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 14vw;
    padding: 10px 10px 10px 15px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    border: none;
    padding: 15px 30px;
    margin: -75px 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  article.pattern2 section.overview div.container div.col.span_18 div.manager_talk p.balloon {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 14vw;
    padding: 10px 10px 10px 15px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    border: none;
    padding: 15px 30px;
    margin: -35px 0 30px 0;
  }
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info {
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin: 0 0 0 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info {
    margin: 0 auto 10px;
    float: none;
  }
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info img.manager.circle {
  width: 84px;
}
@media screen and (max-width: 767px) {
  article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info img.manager.circle {
    width: 64px;
  }
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info p.chara_work {
  color: #0049A9;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  vertical-align: sub;
}
article.pattern2 section.overview div.container div.col.span_18 div.manager_talk div.manager_info p.chara_name {
  display: inline-block;
  padding: 0;
}
article.pattern2 section.overview div.container div.col.span_18 p.sub {
  display: inline-block;
}
article.pattern2 div.side.col.span_5 {
  width: 21%;
  text-decoration: none;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article.pattern2 div.side.col.span_5 {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 {
    margin: 0;
    width: 100%;
    display: none;
  }
}
article.pattern2 div.side.col.span_5 img.artist_photo {
  border: 5px solid #fff;
  border-radius: 50%;
  margin: 0px auto 10px;
  width: 130px;
  display: block;
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 img.artist_photo {
    display: none;
  }
}
article.pattern2 div.side.col.span_5 p.side_artist_name {
  font-size: 22px;
  color: #515151;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 p.side_artist_name {
    display: none;
  }
}
article.pattern2 div.side.col.span_5 ul {
  padding: 0 0 30px 0;
}
article.pattern2 div.side.col.span_5 ul li.name {
  font-weight: bold;
  padding-bottom: 0;
  padding-left: 20px;
}
article.pattern2 div.side.col.span_5 ul li.name span.prof {
  font-size: 12px;
  padding-left: 20px;
  font-weight: normal;
  display: block;
  padding-left: 0;
}
article.pattern2 div.side.col.span_5 ul p.line {
  border-bottom: 1px dashed #dcdcdc;
  margin: 15px 0;
  padding: 0;
}
article.pattern2 div.side.col.span_5 ul a:link, article.pattern2 div.side.col.span_5 ul a:visited {
  color: #515151;
  text-decoration: none;
}
article.pattern2 div.side.col.span_5 ul a li {
  padding: 6px 10px;
  position: relative;
}
article.pattern2 div.side.col.span_5 ul a li:hover {
  background: #F3F3F3;
}
article.pattern2 div.side.col.span_5 ul a li img {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 10px;
}
article.pattern2 div.side.col.span_5 ul a li.lp {
  letter-spacing: normal;
}
article.pattern2 div.side.col.span_5 ul a li .sub_arrow {
  width: 12px;
  float: right;
}
article.pattern2 div.side.col.span_5 ul a li .notice_mark {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ff7171;
  position: absolute;
  border-radius: 100px;
  top: 9px;
}
article.pattern2 div.side.col.span_5 ul .side_balance {
  display: block;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  margin: 15px 0;
  padding: 15px 0 10px;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_title {
  background: #2bb393;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 13px;
  padding: 1px;
  width: 95px;
  text-align: center;
  margin: 0 auto;
  border-radius: 200px;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_body {
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_body .text_balance {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_body .text_small {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
article.pattern2 div.side.col.span_5 ul .side_balance .text_arrow {
  font-size: 12px;
  display: block;
  text-align: center;
}
article.pattern2 div.side.col.span_5 ul .side_balance:hover {
  background: #F3F3F3;
}
article.pattern2 div.side.col.span_5 ul .sub_menu {
  padding: 0;
  text-indent: 34px;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 {
  border: 4px solid #ececec;
  line-height: 2;
  padding: 10px;
  margin: 0 0 20px 0;
  max-height: 400px;
  overflow: auto;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.side_title2 {
  line-height: 1.2;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 19px;
  letter-spacing: 0;
  padding: 10px 0 20px;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.side_title2:hover {
  background: none;
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.side_title2 {
    font-size: 18px;
    text-align: center;
  }
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at {
  border-bottom: 1px dashed #dcdcdc;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at:hover {
  background: #F3F3F3;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at img.side_thumb {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-right: 5px;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at p {
  padding: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at p a.thumb_name {
  display: inline;
}
@media screen and (max-width: 767px) {
  article.pattern2 div.side.col.span_5 ul.side_menu_box2 li.entry_at p {
    width: 80%;
  }
}

/*----------------------------------------------------------
 * todo: 後から追加されたクラス群
 *----------------------------------------------------------*/
.question_icon {
  background-image: url(/img/common/question.svg);
  background-color: #BBBBBB;
  background-repeat: no-repeat;
  background-position: 4px;
  background-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0px 0 0px 4px;
  vertical-align: sub;
}

#tooltip img {
  display: block;
  margin: 0 auto;
}

ul.pagination {
  display: block;
  text-align: center;
  margin-top: 20px;
}
ul.pagination li {
  display: inline-block;
}
ul.pagination li button,
ul.pagination li.current span {
  transition: all 0.2s ease;
  outline: none;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
@media screen and (max-width: 767px) {
  ul.pagination li button,
  ul.pagination li.current span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
ul.pagination li button {
  background: #e8e8e8;
  color: #231815;
}
ul.pagination li button:hover {
  opacity: 0.6;
}
ul.pagination li.current span {
  background: #000000;
  color: #fff;
}
ul.pagination li.current span:hover {
  pointer-events: none;
}

.info_warning {
  border: 1px solid #ff6e6e;
  background-color: #fff6f6;
  border-radius: 10px;
  padding: 15px;
  color: #333333 !important;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.info_warning b {
  font-weight: bold;
  font-size: 14px;
}
.info_warning .icon_warning {
  color: #e53c29;
  vertical-align: bottom;
  margin-right: 5px;
}

.form__body .radio__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2%;
  margin-bottom: 20px;
}
.form__body .radio__list .radio__item {
  font-family: "M PLUS 1p", sans-serif;
  margin: 0 0 2% 0;
  width: 49%;
}
.form__body .radio__list .radio__item label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 6% 10px;
  height: 100%;
  min-height: 100px;
  transition: all 0.3s ease;
}
.form__body .radio__list .radio__item input[type=radio] + label {
  border: 2px solid #e8e8e8;
  background: #fff;
  width: 100%;
}
.form__body .radio__list .radio__item input[type=radio] + label::before {
  position: absolute;
  top: 30px !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border: 2px solid #D4D4D4;
  border-radius: 30px;
  top: 50%;
}
.form__body .radio__list .radio__item input[type=radio] + label::after {
  position: absolute;
  top: 23px !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap {
  width: 100%;
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__header {
  margin-bottom: 5px;
  text-align: center;
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__header .radio__title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__header .radio__title {
    font-size: 16px;
  }
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__header .radio__title .radio__icon {
  width: 30px;
  position: absolute;
  right: -37px;
  top: 0;
}
.form__body .radio__list .radio__item input[type=radio] + label .radio__wrap .radio__text {
  font-size: 12px;
  letter-spacing: 0px;
  padding: 0 3%;
  line-height: 1.7em;
  margin-bottom: 4px;
  text-align: left;
  margin: 0;
  color: #3e3e3e;
}
.form__body .radio__list .radio__item input[type=radio] {
  display: none;
  margin: 0;
}
.form__body .radio__list .radio__item input[type=radio]:checked + label {
  border: 2px solid #ff9600;
  background: #fff5ef;
}
.form__body .radio__list .radio__item input[type=radio]:checked + label::after {
  left: 7px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #ff9600;
  border-radius: 8px;
}

/*============================
#calendar
============================*/
.calendar_popup .popup_inner {
  min-height: 420px !important;
}

#calendar .calendar_header {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 16px;
}
#calendar .calendar_header .calendar-header-month {
  text-align: left;
  font-size: 18px;
}
#calendar .calendar_header .calendar-header-month button {
  border: none;
  background: no-repeat;
  color: #56B094;
  vertical-align: baseline;
  font-size: 16px;
  cursor: pointer;
}
#calendar .calendar_header .calendar-header-month button:hover {
  opacity: 0.6;
}
#calendar .calendar_header .button_right .calendar-left-arrow {
  color: #56B094;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
}
#calendar .calendar_header .button_right .calendar-left-arrow:hover {
  background: rgba(86, 176, 148, 0.1294117647);
  border-radius: 100px;
}
#calendar .calendar_header .button_right .calendar-right-arrow {
  color: #56B094;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
}
#calendar .calendar_header .button_right .calendar-right-arrow:hover {
  background: rgba(86, 176, 148, 0.1294117647);
  border-radius: 100px;
}
#calendar table {
  font-weight: 700;
  width: 100%;
}
#calendar table tbody tr {
  font-size: 20px;
}
#calendar table tbody tr td {
  text-align: center;
  padding: 10px;
}
#calendar table tbody tr .calendar-date {
  cursor: pointer;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#calendar table tbody tr .calendar-date:hover {
  background: rgba(86, 176, 148, 0.1294117647);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #calendar table tbody tr .calendar-date {
    height: 46px;
  }
}
#calendar table tbody tr .calendar-date.calendar-week {
  font-size: 13px;
  color: #B1B1B1;
  pointer-events: none;
}
#calendar table tbody tr .calendar-date.is-active {
  background: #56B094;
  color: #fff;
  border-radius: 100px;
}
#calendar .button_bottom {
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-top: 5px;
  position: absolute;
  right: 43px;
  bottom: 18px;
}
#calendar .button_bottom button {
  border: none;
  background: none;
  color: #56B094;
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
}
#calendar .button_bottom button:hover {
  opacity: 0.8;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/* トースター */
.toast {
	color: #ffffff;
	font-weight: 900;
	font-size: 14px;
	z-index: 9999;
    width: 100%;
	right: 0;
	top: 0;
	position: fixed;
	visibility: hidden;
}
.toast-notification {
	width: 100%;
	padding: 10px;
	margin: 0px;
	min-height: 40px;
	word-break: break-all;
	transition: all .2s ease;
	transform: translateY(-46px);
	visibility: hidden;
}
.toast-notification.show {
	transition: all .2s ease;
	transform: translateY(0px);
	visibility: visible;
}
.toast-message {
	text-align: center;
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
}
.toast-info {
	background-color: #009be1;
}
.toast-success {
	background-color: #00be99;
}
.toast-error {
	background-color: #FF6E6E;
}
.toast-worning {
	background-color: #ffc13c;
}
@media screen and (max-width: 767px) {
	.toast-message {
		text-align: left;
	}
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

html {
  background: #fff;
}

body {
  background: #fff;
  color: #003669;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  font-family: myfont;
  src: url("/font/futura.woff") format("woff");
}
.header {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}

.header a {
  display: inline-block;
  width: 90px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .header a {
    width: 70px;
    margin-top: 8px;
  }
}
.header a:hover {
  opacity: 0.7;
}

.error-message {
  color: #ff2525;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

::selection {
  background: #ff2400;
  color: #fff;
}

::-moz-selection {
  background: #ff2400;
  color: #fff;
}

h2 {
  text-align: center;
  margin-bottom: 50px;
}
h2 span {
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 20px;
  }
}

section {
  padding: 90px 25px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 50px 25px;
  }
}

article section.kv {
  background: url("../../img/music_distribution/keyvisual.jpg") no-repeat;
  background-size: cover;
  padding: 25px 25px 100px;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article section.kv {
    background-position: 20%;
  }
}
@media screen and (max-width: 767px) {
  article section.kv {
    padding: 30px 10px 40px;
    background-position: 19%;
  }
}
article section.kv .inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article section.kv .inner {
    padding: 0 30px;
  }
}
article section.kv .inner a {
  display: inline-block;
  float: right;
}
article section.kv .inner a img {
  width: 89px;
}
@media screen and (max-width: 767px) {
  article section.kv .inner a img {
    width: 70px;
  }
}
article section.kv .inner div {
  clear: both;
}
article section.kv .inner div .kv_logo_inner {
  text-align: center;
  padding: 10% 0 18%;
}
@media screen and (max-width: 767px) {
  article section.kv .inner div .kv_logo_inner {
    padding: 50% 0 78%;
  }
}
article section.kv .inner div .kv_logo_inner img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  article section.kv .inner div .kv_logo_inner img {
    width: 250px;
  }
}
article section.kv .inner div .kv_logo_inner span {
  display: block;
  text-align: center;
  font-weight: 600;
}
article section.kv .inner .overview {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border: solid 6px #003669;
  padding: 25px 20px 30px;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media screen and (max-width: 767px) {
  article section.kv .inner .overview {
    font-size: 16px;
    padding: 25px 10px 40px;
  }
}
article section.kv .inner .overview h2 {
  margin-bottom: 0;
}
article section.kv .inner .overview .b_line {
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  line-height: 3.4rem;
  border-bottom: 5px solid;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  article section.kv .inner .overview .b_line {
    padding-bottom: 6px;
    display: inline;
    border-bottom: 4px solid;
    line-height: 3rem;
  }
}
article section.kv .inner .overview .b_line:before {
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background: #ffe400;
  right: 0px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  article section.kv .inner .overview .b_line:before {
    display: none;
  }
}
article section.kv .inner .overview .b_line b {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  article section.kv .inner .overview .b_line b {
    font-size: 22px;
  }
}
article section.procedure {
  background: url("../../img/music_distribution/bg_triangle.jpg") repeat;
  background-size: auto;
  padding: 60px 25px 90px;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  article section.procedure {
    padding: 60px 30px 90px;
  }
}
@media screen and (max-width: 767px) {
  article section.procedure {
    padding: 40px 25px 50px;
  }
}
article section.procedure .a_inner {
  max-width: 1005px;
}
article section.procedure .a_inner img.pc {
  width: 1005px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  article section.procedure .a_inner img.pc {
    display: none;
  }
}
article section.procedure .a_inner img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  article section.procedure .a_inner img.sp {
    display: block;
  }
}
article section.delivery .inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-style: italic;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  article section.delivery .inner {
    padding: 20px;
    font-size: 20px;
  }
}
article section.delivery .inner:before {
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  height: 8px;
  background: #ffe400;
  left: 6px;
  top: -2px;
  z-index: 11;
}
article section.delivery .inner:after {
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  height: 8px;
  background: #ffe400;
  right: 6px;
  bottom: -2px;
  z-index: 11;
}
article section.charge {
  background: url("../../img/music_distribution/bg_charge.jpg") repeat;
  background-size: contain;
  width: 100%;
  -webkit-animation: bgloop 100s linear infinite;
  animation: bgloop 100s linear infinite;
}
article section.charge .inner {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
article section.charge .inner ul {
  display: table;
  width: 100%;
  max-width: 210px;
  font-weight: 600;
  margin: 0 auto 20px;
}
article section.charge .inner ul li {
  display: table-cell;
  width: 50%;
  font-size: 26px;
  vertical-align: bottom;
  line-height: 1.3;
}
article section.charge .inner ul li span {
  vertical-align: bottom;
}
article section.charge .inner ul li span:nth-of-type(1) {
  color: #003669;
  display: inline-block;
  font-size: 40px;
  line-height: 1.1;
}
article section.charge .inner ul li span:nth-of-type(2) {
  color: #ff2400;
  display: inline-block;
  font-size: 120px;
  font-family: "Fjalla One", sans-serif;
  line-height: 0.85;
}
article section.charge .inner p {
  display: inline-block;
  background: #003669;
  color: #fff;
  padding: 15px;
  text-align: center;
}
article section.charge .inner .bt_contact {
  font-size: 14px;
  margin: 0px 40px 0;
  background: none !important;
}
@media screen and (max-width: 767px) {
  article section.charge .inner .bt_contact {
    margin: 0px 0px 0;
  }
}
article section.charge .inner .bt_contact a {
  color: #003669;
}
@keyframes bgloop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2000px 0px;
  }
}
article section.notes {
  background: #003669;
  color: #fff;
}
article section.notes .inner ul {
  max-width: 670px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
  border-left: solid 6px #fff;
  border-right: solid 6px #fff;
  font-size: 14px;
  line-height: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  article section.notes .inner ul {
    padding: 0 10px;
  }
}
article section.notes .inner ul:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 60px;
  background: #ffe400;
  left: -6px;
  top: 0;
}
article section.notes .inner ul:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 60px;
  background: #ffe400;
  right: -6px;
  top: 0;
}
article section.info {
  background: url("../../img/music_distribution/bg_triangle.jpg") repeat;
  background-size: auto;
  padding: 50px 25px;
}
@media screen and (max-width: 767px) {
  article section.info {
    padding: 35px 25px;
  }
}
article section.info h4 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  article section.info h4 {
    font-size: 16px;
    text-align: left;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

section.entry {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.entry {
    padding: 40px 20px 5px;
  }
}
section.entry .entry_info {
  text-align: center;
}
section.entry .entry_info span {
  font-size: 14px;
  color: #fff;
  background: #dd1717;
  padding: 6px;
  display: inline-block;
  margin: 0 auto;
}
section.entry .ttl_gold {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #977912;
  font-weight: bold;
  margin: 20px 0 10px;
}
section.entry .info_blue {
  color: #003669;
  font-size: 14px;
  max-width: 440px;
  margin: 0 auto 30px;
  padding: 10px;
  border: 4px double #003669;
}
section.entry .info_gold {
  border: 4px double #977912;
  color: #977912;
  margin-bottom: 30px;
  font-size: 14px;
  max-width: 440px;
  margin: 0 auto 30px;
  padding: 10px;
}
section.entry form {
  max-width: 440px;
  margin: 0 auto;
  color: #003669;
}
section.entry form .member_box {
  background: #dbe5f0;
  margin-bottom: 30px;
}
section.entry form .member_box h3 {
  background: #1b4e7f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
section.entry form .member_box .member_box_inner {
  padding: 20px;
}
section.entry form .add_bt {
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
}
section.entry form .add_bt:hover {
  opacity: 0.7;
}
section.entry form dl {
  padding-bottom: 20px;
}
section.entry form .birthday dd {
  width: auto;
  display: inline-block;
}
section.entry form .birthday dd select {
  width: 80px;
}
section.entry form .check_list {
  padding-bottom: 0;
}
section.entry form .check_list dd {
  width: 48%;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.entry form .check_list dd {
    font-size: 12px;
  }
}
section.entry form a {
  color: #003669;
}
@media screen and (max-width: 767px) {
  section.entry form dt {
    margin-bottom: 6px;
  }
}
section.entry form dt label {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
}
section.entry form dd {
  margin-bottom: 10px;
}
section.entry form dd input {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  outline: none;
  text-indent: 0.5rem;
  padding: 6px 0;
  background: #f2f2f2;
}
section.entry form dd .text_info_on {
  font-size: 12px;
  display: inline-table;
}
section.entry form dd textarea {
  background: #fff;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  outline: none;
  text-indent: 0.5rem;
  padding: 4px 0;
}
section.entry form dd textarea::placeholder {
  color: #ccc;
  font-weight: normal;
}
section.entry form dd select {
  padding: 8px 10px;
  border: none;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 16px;
  width: auto;
  padding-right: 30px;
  color: #515151;
  margin-right: 5px;
  height: 36px;
  outline: none;
  background: url(/img/common/arrow_pd.svg) right 50% no-repeat #fff;
  background-size: 20px, 100%;
  border: 0;
}
section.entry form dd select:focus {
  border: 0;
}
section.entry form dd .upload_area .inner input {
  font-size: 12px;
  display: flex;
  width: auto;
  margin: 0 auto;
}
section.entry form dd.select {
  margin-bottom: 0;
}
section.entry form dd.select label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
section.entry form dl.line_box {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 16px 0;
}
section.entry form label.small {
  font-size: 14px;
  margin-top: 30px;
}
section.entry form a.bt {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  background: #003669;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 100px;
  margin-top: 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  section.entry form a.bt {
    margin: 0 auto 50px;
  }
}
section.entry form a.bt::before {
  display: none;
}
section.entry form a.bt:hover {
  opacity: 0.8;
}

input[type=checkbox]:checked + label::after {
  border-left: 4px solid #ffcd00;
  border-bottom: 4px solid #ffcd00;
}

.add_select {
  margin-bottom: 30px !important;
}
.add_select select {
  margin-bottom: 15px;
}
.add_select span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .add_select span {
    font-size: 12px;
  }
}
.add_select input {
  width: 40% !important;
  display: inline-block;
}

.add_select.w100 input {
  width: 100% !important;
}

footer {
  background: url("../../img/music_distribution/bg_triangle.jpg") repeat;
  background-size: auto;
  color: #003669;
  padding: 15px;
  clear: both;
}
footer ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
  max-width: 560px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  footer ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
footer ul li {
  margin: 10px;
}
footer ul li a {
  color: #003669 !important;
  font-size: 14px;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  footer ul li {
    margin: 6px;
  }
}
footer p {
  font-size: 12px;
  text-align: center;
}

input[type=radio]:checked + label::after {
  background: #ffcd00;
}

.line {
  background: #003669;
  height: 2px;
  width: 500px;
}
@media screen and (min-width: 767px) and (max-width: 1038px) {
  .line {
    width: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .line {
    width: 350px;
  }
}

.form__body, .list__body {
  width: 100%;
  margin: 0 auto;
}

/*アニメーション*/
.js-fadeIn {
  opacity: 0;
  position: relative;
  transition: 0.6s 0.2s;
  filter: blur(9px);
}

.js-fadeIn.is-animat {
  opacity: 1;
  position: relative;
  filter: blur(0px);
}

.js-fadeIn__left {
  opacity: 0;
  position: relative;
  left: 50px;
  transition: 0.6s 0.2s;
}

.js-fadeIn__left.is-animat {
  opacity: 1;
  position: relative;
  left: 0;
}

.js-fadeIn__right {
  opacity: 0;
  position: relative;
  right: 50px;
  transition: 0.6s 0.2s;
}

.js-fadeIn__right.is-animat {
  opacity: 1;
  position: relative;
  right: 0;
}

.js-fadeIn__top {
  opacity: 0;
  position: relative;
  bottom: -50px;
  transition: 0.6s 0.2s;
  filter: blur(9px);
}

.js-fadeIn__top.is-animat {
  opacity: 1;
  position: relative;
  bottom: 0;
  filter: blur(0px);
}

.js-fadeIn__bottom {
  opacity: 0;
  position: relative;
  top: -50px;
  transition: 0.6s 0.2s;
}

.js-fadeIn__bottom.is-animat {
  opacity: 1;
  position: relative;
  top: 0;
}

.js-scale__small {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.js-scale__small.is-animat {
  opacity: 1;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-scale__big {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.js-scale__big.is-animat {
  opacity: 1;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-slide__right {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.js-slide__right.is-animat {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-slide__right::after {
  -webkit-transform-origin: right;
  transform-origin: right;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
}

.is-animat.js-slide__right::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-animat.js-slide__right:nth-child(2)::after {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.js-slide__left {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.js-slide__left.is-animat {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-slide__left::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 2;
}

.is-animat.js-slide__left::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.js-rotate {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-rotate.is-animat {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

a.bt_scroll {
  padding-top: 70px;
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: myfont;
}

a.bt_scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.page_share.complete {
  max-width: 580px;
  margin-bottom: 20px;
  border: none;
  margin: 80px auto 70px;
}
.page_share.complete h2 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0px;
  color: #515151;
  margin-bottom: 20px;
  border-radius: 2px;
  display: inline-block;
  border-bottom: 2px solid #3fbb97;
  border-image: linear-gradient(to right, #45b897 0%, #ccd996 100%);
  border-image-slice: 1;
  text-align: center;
  margin-bottom: 0;
  background: #003669;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_share.complete h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page_share.complete h2 {
    letter-spacing: 0;
  }
}
.page_share.complete .sns_bt {
  position: static;
  background: #fff;
  padding: 30px;
  margin: 0;
}
.page_share.complete .sns_bt li {
  margin-bottom: 0px;
  margin-right: 0;
  float: auto;
}
.page_share.complete .sns_bt li .sns-box {
  float: left;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
}
.page_share.complete .sns_bt li .tw_area {
  background-color: #1a94e0;
}
.page_share.complete .sns_bt li .tw_area .sns-link {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 6px 10px 5px 8px;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page_share.complete .sns_bt li .tw_area .sns-link {
    font-size: 10px;
  }
}
.page_share.complete .sns_bt li .tw_area .sns-link .icon-twitter {
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1;
}
.page_share.complete .sns_bt li .tw_area .sns-link :before {
  content: "\f099";
  font-family: Font Awesome\ 5 Brands;
}
.page_share.complete .sns_bt li .tw_area .sns-link:hover {
  opacity: 0.7;
}

#svg-animation_01 {
  max-width: 280px;
  transform: rotate(-8deg);
}
@media screen and (max-width: 767px) {
  #svg-animation_01 {
    max-width: 170px;
  }
}

#svg-animation_02 {
  max-width: 390px;
  transform: rotate(-8deg);
  margin-bottom: -11px;
}
@media screen and (max-width: 767px) {
  #svg-animation_02 {
    max-width: 250px;
  }
}

#svg-animation_03 {
  max-width: 830px;
  transform: rotate(-4deg);
  margin-bottom: -35px;
}
@media screen and (max-width: 767px) {
  #svg-animation_03 {
    max-width: 350px;
    margin-bottom: 0px;
  }
}

#svg-animation_04 {
  max-width: 280px;
  transform: rotate(-8deg);
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  #svg-animation_04 {
    max-width: 180px;
  }
}

#svg-animation_05 {
  max-width: 230px;
  transform: rotate(-8deg);
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  #svg-animation_05 {
    max-width: 140px;
  }
}

#svg-animation_06 {
  max-width: 460px;
  transform: rotate(-8deg);
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  #svg-animation_06 {
    max-width: 290px;
  }
}

.cls-1, .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 30px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

@media screen and (max-width: 767px) {
  .kv .inner .overview .b_line.js-slide__right:after {
    display: none;
  }
}

.frame .a_inner {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.a_frame .a_inner.is-animat:before,
.a_frame .a_inner.is-animat:after {
  width: 100%;
}

.a_frame .a_inner.is-animat .line:before,
.a_frame .a_inner.is-animat .line:after {
  height: 100%;
}

.a_frame .a_inner:before {
  background-color: #003669;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  bottom: 0;
  height: 6px;
  right: 0;
  width: 0;
}

.a_frame .a_inner:after {
  background-color: #003669;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  left: 0;
  top: 0;
  width: 0;
}

.a_frame .a_inner .line:before {
  background-color: #003669;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  height: 0;
  right: 0;
  top: 0;
  width: 6px;
}

.a_frame .a_inner .line:after {
  background-color: #003669;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  bottom: 0;
  height: 0;
  left: 0;
  width: 6px;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
