@charset "UTF-8";
/* ==================================================
+ Reset
-------------------------------------------------- */
html, body, header, footer, section, nav, article, aside, figure, figcaption, div, address, h1, h2, h3, h4, h5, h6, p, blockquote, span, pre, code, var, time, samp, kbd, a, em, strong, small, s, q, cite, mark, ins, del, ol, ul, li, hr, sub, sup, i, b, u, br, wbr, dl, dt, dd, dfn, abbr, ruby, rt, rp, bdi, bdo, img, iframe, embed, object, param, video, audio, source, track, canvas, map, area, table, caption, colgroup, col, tbody, thead, tfoot, tr, td, th, form, fieldset, legend, label, input, button, select, datalist, optgroup, option, textarea, keygen, output, progress, meter, details, summary, command, menu {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

*, ::before, ::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

table {
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
}
a img {
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}

picture {
  display: block;
}

main {
  display: block;
}

/* ==================================================
+ 基本設定
-------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    margin-right: 0 !important;
  }
}

body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Arial", "Helvetica", "Verdana", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: #09021f;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  position: relative;
}

.u-xl, .u-lg, .u-md, .u-sm, .u-xs, .u-pc, .u-sp {
  display: none;
}
@media screen and (min-width: 1201px) and (max-width: 1920px) {
  .u-xl {
    display: inherit;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .u-lg {
    display: inherit;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-md {
    display: inherit;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .u-sm {
    display: inherit;
  }
}
@media screen and (max-width: 374px) {
  .u-xs {
    display: inherit;
  }
}
@media screen and (min-width: 769px) {
  .u-pc {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: inherit;
  }
}
.u-bold {
  font-weight: bold !important;
}
.u-ti1 {
  text-indent: -1em;
  padding-left: 1em;
}
.u-tal {
  text-align: left;
}
.u-tac {
  text-align: center;
}
.u-tar {
  text-align: right;
}
.u-fadeInUp {
  opacity: 0;
  transform: translateY(5%);
  filter: blur(10px);
  transition: filter 0.8s, transform 0.8s, opacity 0.8s;
}
.u-fadeInUp.in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.u-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 1em 5em;
  background-color: #3abfa9;
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(9, 2, 31, 0.2);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .u-btn {
    display: block;
    padding: 1em;
    text-align: center;
    font-size: 16px;
  }
}
.u-btn::before, .u-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
}
.u-btn::before {
  display: inline-block;
  width: 0;
  height: 0;
  transform: translate(calc(50% + 1px), -50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.u-btn::after {
  display: block;
  width: 25px;
  height: 25px;
  transform: translate(50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
}
.u-btn:hover {
  background-color: #1da58e;
}
.u-btn.-v2 {
  padding: 1em 3em;
  background-color: #2f3976;
  border: none;
}
@media screen and (max-width: 768px) {
  .u-btn.-v2 {
    padding: 1em;
  }
}
.u-btn.-v2::before, .u-btn.-v2::after {
  content: none;
}
.u-btn.-v2:hover {
  background-color: #1c2644;
}
.u-ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .u-ttl {
    font-size: 24px;
  }
}
.u-ttl.-white {
  color: #fff;
}
.u-ttl.-sm {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .u-ttl.-sm {
    font-size: 20px;
  }
}
.u-inner {
  max-width: 880px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .u-inner {
    max-width: 680px;
  }
}

/* ==================================================
+ 個別設定
-------------------------------------------------- */
.header {
  position: fixed;
  top: 10px;
  left: calc((100vw - 740px) / 2);
  width: 100%;
  max-width: 740px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(9, 2, 31, 0.2);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    top: 0;
    left: 0;
    max-width: 100%;
    border-radius: 0;
  }
}
.header-list {
  display: flex;
}
.header-list > li {
  width: 100%;
  text-align: center;
}
.header-list > li:nth-child(n+2):not(.-apply) {
  position: relative;
}
.header-list > li:nth-child(n+2):not(.-apply)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
  background-color: rgba(9, 2, 31, 0.4);
}
.header-list > li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #09021f;
  padding: 0.75em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header-list > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .header-list > li > a {
    font-size: 12px;
  }
}
.header-list > li > a:hover {
  color: #3abfa9;
}
.header-list > li.-apply > a {
  color: #fff;
  padding-right: 1.5em;
  background-color: #3abfa9;
  position: relative;
}
.header-list > li.-apply > a::before, .header-list > li.-apply > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .header-list > li.-apply > a::before, .header-list > li.-apply > a::after {
    right: 15px;
  }
}
.header-list > li.-apply > a::before {
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  transform: translate(calc(50% + 1px), -50%);
}
@media screen and (max-width: 768px) {
  .header-list > li.-apply > a::before {
    border-width: 2px 0 2px 5px;
  }
}
.header-list > li.-apply > a::after {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .header-list > li.-apply > a::after {
    width: 13px;
    height: 13px;
  }
}
.header-list > li.-apply > a:hover {
  background-color: #1da58e;
}

.sec__mv {
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec__mv {
    padding: 80px 0 40px;
  }
}
.sec__mv::before, .sec__mv::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec__mv::before {
  background-image: url(mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec__mv::after {
  background: linear-gradient(to right, #1c2644, rgba(9, 2, 31, 0.5));
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.sec__mv-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1024px) {
  .sec__mv-ttl {
    font-size: 54px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec__mv-ttl {
    font-size: 24px;
    letter-spacing: 0.06em;
  }
}
.sec__mv-ttl .-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25em;
}
.sec__mv-ttl .-label::before, .sec__mv-ttl .-label::after {
  content: "";
  width: 1.2em;
  height: 2px;
  margin: 0 0.5em;
  background-color: #fff;
}
.sec__mv-copy {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  .sec__mv-copy {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec__mv-copy {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.sec__mv-date {
  font-size: 28px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  padding: 0.25em;
  border: 2px solid #fff;
  border-radius: 9999px;
}
@media screen and (max-width: 1024px) {
  .sec__mv-date {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec__mv-date {
    font-size: 18px;
  }
}
.sec__mv-date .-sm {
  font-size: 75%;
}
.sec__mv-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec__mv-list {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.sec__mv-list > li {
  flex: 1 1 auto;
  display: flex;
  text-align: center;
  line-height: 1.25;
}
.sec__mv-list-ttl {
  flex: 0 0 auto;
  width: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0.75em;
  background-color: #2f3976;
}
@media screen and (max-width: 768px) {
  .sec__mv-list-ttl {
    font-size: 15px;
  }
}
.sec__mv-list-txt {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  font-size: 18px;
  font-weight: bold;
  color: #09021f;
  padding: 0.75em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec__mv-list-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 374px) {
  .sec__mv-list-txt {
    font-size: 14px;
  }
}
.sec__mv-list-txt .-sm {
  font-size: 80%;
  font-weight: 500;
}
.sec__mv-btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec__mv-btn {
    margin-top: 30px;
  }
}

.sec__lead {
  padding: 60px 0;
  background-color: rgba(9, 2, 31, 0.5);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 768px) {
  .sec__lead {
    padding: 40px 0;
  }
}
.sec__lead-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sec__lead-ttl {
    font-size: 20px;
  }
}
.sec__lead-txt {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec__lead-txt {
    font-size: 15px;
  }
}
.sec__lead-txt p + p {
  margin-top: 0.75em;
}
.sec__lead-txt p.-lg {
  font-size: 120%;
}

.sec__outline {
  /* padding: 80px 0; */
  padding: 50px 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .sec__outline {
    padding: 50px 0;
  }
}
.sec__outline-tbl {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sec__outline-tbl dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec__outline-tbl dl {
    flex-direction: column;
  }
}
.sec__outline-tbl dt,
.sec__outline-tbl dd {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec__outline-tbl dt,
  .sec__outline-tbl dd {
    font-size: 16px;
  }
}
.sec__outline-tbl dt .-sm,
.sec__outline-tbl dd .-sm {
  font-size: 80%;
}
.sec__outline-tbl dt {
  flex: 0 0 auto;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  background-color: #1c2644;
}
@media screen and (max-width: 768px) {
  .sec__outline-tbl dt {
    width: 100%;
  }
}
.sec__outline-tbl dd {
  flex: 1 1 auto;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #09021f;
}

.sec__program {
  padding: 80px 0;
  background: linear-gradient(to right, #192144, #034550);
}
@media screen and (max-width: 768px) {
  .sec__program {
    padding: 50px 0;
  }
}
.sec__program-notes {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sec__program-notes {
    font-size: 14px;
    text-align: left;
  }
}
.sec__program-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec__program-list {
    gap: 30px;
    margin-top: 30px;
  }
}
.sec__program-list-label {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .sec__program-list-label {
    font-size: 20px;
  }
}
.sec__program-list-label:before {
  content: "■";
  display: inline-block;
  margin-right: 0.5em;
  font-size: 75%;
}
.sec__program-list-wrap {
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec__program-list-wrap {
    padding: 20px;
  }
}
.sec__program-list-main-shoulder {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .sec__program-list-main-shoulder {
    font-size: 16px;
  }
}
.sec__program-list-main-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .sec__program-list-main-ttl {
    font-size: 20px;
  }
}
.sec__program-list-main-ttl .-sm {
  font-size: 80%;
}
.sec__program-list-main-txt {
  margin-top: 1em;
}
.sec__program-list-main-txt p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sec__program-list-main-txt p {
    font-size: 14px;
  }
}
.sec__program-list-main-txt p + p {
  margin-top: 0.5em;
}
.sec__program-list-person {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 30px;
  padding: 30px 0 0;
  border-top: 1px solid #09021f;
}
@media screen and (max-width: 768px) {
  .sec__program-list-person {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    padding: 20px 0 0;
  }
}
.sec__program-list-person .speaker {
  flex: 1 1 auto;
  width: calc((100% - 20px) / 2);
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec__program-list-person .speaker {
    width: 100%;
    gap: 15px;
  }
}
.sec__program-list-person-img {
  flex: 0 0 auto;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .sec__program-list-person-img {
    width: 80px;
  }
}
.sec__program-list-person-item {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: bold;
}
.sec__program-list-person-item-head {
  text-align: center;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 2px 10px 0;
  color: #09021f;
  border: 1px solid #09021f;
}
.sec__program-list-person-item-body p + p {
  margin-top: 0.25em;
}
.sec__program-list-person-item-body .-lg {
  font-size: 140%;
}
.sec__program-list-person-item-body .-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.25em 1.5em;
  background-color: #3abfa9;
  border-radius: 9999px;
  box-shadow: 0 2px 10px rgba(9, 2, 31, 0.2);
}
.sec__program-list-person-item-body .-btn:hover {
  background-color: #1da58e;
}

.sec__sponsor {
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec__sponsor {
    padding: 40px 0;
  }
}
.sec__sponsor-container + .sec__sponsor-container {
  margin-top: 40px;
}
.sec__sponsor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec__sponsor-list {
    gap: 20px;
  }
}
.sec__sponsor-list > li {
  text-align: center;
}

.sec__apply {
  padding: 60px 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .sec__apply {
    padding: 40px 0;
  }
}
.sec__apply-wrap {
  background-color: #fff;
}
.sec__apply-ttl {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 1em;
  background-color: #09021f;
}
@media screen and (max-width: 768px) {
  .sec__apply-ttl {
    font-size: 15px;
  }
}
.sec__apply-list {
  padding: 2em 1.5em 2em 3em;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .sec__apply-list {
    font-size: 14px;
    padding: 2em 1em 2em 2em;
  }
}
.sec__apply-list > li:not(:first-child) {
  margin-top: 0.75em;
}
.sec__apply-txt {
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #09021f;
}
@media screen and (max-width: 768px) {
  .sec__apply-txt {
    font-size: 14px;
    padding: 15px 10px;
  }
}
.sec__apply-btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec__apply-btn {
    margin-top: 30px;
  }
}

.sec__contact {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec__contact {
    padding: 40px 0;
  }
}
.sec__contact-name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sec__contact-name {
    font-size: 16px;
  }
}
.sec__contact-btn {
  text-align: center;
}

.footer-copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: #09021f;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    font-size: 10px;
  }
}

#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
  background-color: #3abfa9;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
    padding: 1em;
  }
}
#pagetop:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(3px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #pagetop:before {
    width: 8px;
    height: 8px;
  }
}
#pagetop:hover {
  background-color: #1da58e;
}

/* =====================================================
   詳細ポップアップ（magnific-popup使用）
===================================================== */
.mfp-content .detail {
  position: relative;
  background: #fff;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 3px;
  padding-bottom: 1em;
}
.mfp-content .detail .popup {
  display: none !important;
}
.mfp-content .detail .seminar-title {
  font-size: 12px;
  background: #2f3976;
  color: #fff;
  padding: 10px 40px 10px 20px;
}
.mfp-content .detail > .pad {
  padding: 15px 20px;
}
.mfp-content .detail .shoulder {
  font-size: 18px;
  font-weight: bold;
  color: #2f3976;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .mfp-content .detail .shoulder {
    font-size: 16px;
  }
}
.mfp-content .detail .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 768px) {
  .mfp-content .detail .title {
    font-size: 18px;
  }
}
.mfp-content .detail .title .-sm {
  font-size: 80%;
  color: #2f3976;
}
.mfp-content .detail .speaker {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mfp-content .detail .speaker {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.mfp-content .detail .speaker .photo {
  width: 135px;
}
@media screen and (max-width: 768px) {
  .mfp-content .detail .speaker .photo {
    width: 100px;
  }
}
.mfp-content .detail .speaker .sec__program-list-person-item {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mfp-content .detail .speaker .sec__program-list-person-item {
    font-size: 15px;
  }
}
.mfp-content .detail .speaker .detail {
  display: none !important;
}
.mfp-content .detail .profile {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mfp-content .detail .profile {
    font-size: 15px;
  }
}
.mfp-content .detail .profile p + p {
  margin-top: 0.5em;
}

.mfp-bg {
  width: 100vw;
}

/*---------追加分---------*/
/*ロゴ*/
.sec__sponsor-list > li {
  text-align: center;
  margin: 1em 0;
}
.sec__sponsor-list > li:nth-of-type(2), .sec__sponsor-list > li:nth-of-type(5) {
  margin: 1em 1.5em;
}

/*改行：pcの場合のみ改行*/
br.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

/*改行：spの場合のみ改行*/
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

/*MV下アマギフ告知*/
.sec__mv-copy02 {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Arial", "Helvetica", "Verdana", "sans-serif";
  /*font-size: 28px;*/
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
  text-align: center;
  margin: 3em auto 1.5em;
  border: 1px solid #fff;
  padding: 1em;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1024px) {
  .sec__mv-copy02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec__mv-copy02 {
    font-size: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 425px) {
  .sec__mv-copy02 {
    font-size: 0.8em;
  }
}

/*申し込み終了*/
.sec__mv-copy03 {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 16px;
    border:1px solid #ff0000;
	padding:1em;color:#ff0000;
	font-weight:bold;
	width:70%;
	margin:2em auto 0;
	display:block;
	text-align:center;
	background-color:#ffffff;
}
@media screen and (max-width: 1024px) {
  .sec__mv-copy03 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec__mv-copy03 {
    font-size: 14px;
    width: 90%;
  }
}
@media screen and (max-width: 425px) {
  .sec__mv-copy03 {
    font-size: 0.8em;
  }
}


/* アマゾンギフト券プレゼント */
.box2 {
  background-color: #fff;
  border: #A2B6FF solid 6px;
  color: #000;
  padding: 20px 30px;
  margin: 20px 0px 4em;
  font-size: 0.9em;
  line-height: 1.7em;
}
@media screen and (max-width: 680px) {
  .box2 {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.box2 li {
  font-size: 1.4rem;
}
.box2 .bold {
  font-weight: bold;
}

.color {
  color: #5C75D1;
}

.box-title,
p.box-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 680px) {
  .box-title,
  p.box-title {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.box2 ul li {
  list-style-type: disc;
}

.liststyle {
  list-style-position: outside;
  padding-left: 1em;
}
.liststyle li {
  list-style-type: inherit;
  margin-bottom: 0.5em;
}

.note-half {
  padding-bottom: 0px;
  padding-left: 0.5em;
  text-indent: -0.425em;
  font-size: 1.3rem;
  line-height: 1.4;
}

.mb15 {
  margin-bottom: 0.6em;
}/*# sourceMappingURL=style.css.map */