@charset "utf-8";

body { background-color: #ecb6b6; }

.diversion-content {
  background-image: url(/campaign-system/otaku_entakukaigi/img/bg_page_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1514px 674px;
  min-width: auto;
  padding: 20px 0 84px;
}
@media screen and (max-width: 667px) {
.diversion-content {
  background-image: url(/campaign-system/otaku_entakukaigi/img/bg_page_sp.png);
  background-size: 520px 80px;
  padding: 10px 0 72px;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.diversion-content { background-size: 150%; }
}

.otaku-entakukaigi-article {
  background-color: #fbd2ce;
  border-radius: 400px 400px 0 0;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 0 0 94px;
  position: relative;
  width: 800px;
}
@media screen and (max-width: 320px) {
.otaku-entakukaigi-article {
  border-radius: 15em 15em 0 0;
  padding: 0 0 100px;
  width: 95%;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.otaku-entakukaigi-article {
  border-radius: 15em 15em 0 0;
  padding: 0 0 100px;
  width: 82%;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otaku-entakukaigi-article { width: 79%; }
}

.otaku-entakukaigi-header {
  box-sizing: border-box;
  padding: 99px 0 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 667px) {
.otaku-entakukaigi-header { padding: 65px 0 0; }
}

.otaku-entakukaigi-header img {
  display: block;
  height: auto;
  max-width: 100%;
}

.otaku-entakukaigi-header p {
  bottom: 0;
  color: #7095be;
  font-size: 15px;
  font-weight: 500;
  left: 0;
  line-height: 1.7;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.otaku-entakukaigi-header p {
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5;
  padding: .5em 2.5em 0;
  position: static;
}
}

.otaku-entakukaigi-section-onayami {
  margin: 30px 0 0;
  position: relative;
}

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

.onayami-question > img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 667px) {
.onayami-question > img { max-width: 90%; }
}

.otaku-entakukaigi-section-onayami ul {
  display: flex;
  justify-content: space-between;
  margin: 1.5em auto 0;
  width: 90%;
}
@media screen and (max-width: 667px) {
.otaku-entakukaigi-section-onayami ul {
  flex-wrap: wrap;
  width: 65%;
}
}

.otaku-entakukaigi-section-onayami li {
  align-items: center;
  background-image: url(/campaign-system/otaku_entakukaigi/img/bg_onayami.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 140px;
  line-height: 1.5;
  justify-content: center;
  width: 220px;
}
@media screen and (max-width: 667px) {
.otaku-entakukaigi-section-onayami li {
  margin: .7em 0 0;
  height: 7.5em;
  width: 100%;
}
.otaku-entakukaigi-section-onayami li:first-child { margin-top: 0; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otaku-entakukaigi-section-onayami li { width: 32%; }
}

.otaku-entakukaigi-section-onayami li span {
  display: block;
  text-align: center;
  width: 100%;
}

.onayami-answer {
  background-image: url(/campaign-system/otaku_entakukaigi/img/bg_onayami-arrow_pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #f06d97;
  font-size: 24px;
  line-height: 1.45;
  margin: 1.3em 0 0;
  padding: 0 0 4.5em;
  text-align: center;
}
@media screen and (max-width: 320px) {
.onayami-answer {
  background-image: none;
  color: #f06d97;
  font-size: 18px;
  line-height: 1.45;
  padding: 0 0 .5em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.onayami-answer {
  background-image: none;
  color: #f06d97;
  font-size: 20px;
  line-height: 1.45;
  padding: 0 0 .5em;
}
}

.onayami-answer strong { font-weight: 500; }

.otaku-entakukaigi-overview {
  padding: 1.5em 0 3em;
  position: relative;
  text-align: center;
  width: 100%;
}

.overview-introduction {
  color: #7095be;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.overview-introduction { font-size: 16px; }
}

.overview-heading {
  color: #7095be;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.45;
  padding: 0 0 .35em;
}
@media screen and (max-width: 667px) {
.overview-heading { font-size: 38px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {}

.overview-sentence {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto;
  padding: 0 0 1em;
  width: 60%;
}
@media screen and (max-width: 320px) {
.overview-sentence {
  font-size: 14px;
  margin: 0 auto;
  text-align: left;
  width: 84%;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.overview-sentence {
  font-size: 16px;
  margin: 0 auto;
  text-align: left;
  width: 84%;
}
}

.otaku-entakukaigi-section { padding: 0 0 50px; }
@media screen and (max-width: 667px) {
.otaku-entakukaigi-section { padding: 0 0 30px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otaku-entakukaigi-section { padding: 0 0 40px; }
}

.otaku-entakukaigi-section h2 {
  color: #7095be;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 1em;
  text-align: center;
}

.otaku-entakukaigi-section h2 img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.otaku-entakukaigi-section h2 img.sp-only { display: none; }
@media screen and (max-width: 667px) {
.otaku-entakukaigi-section h2 img { max-width: 80%; }
.otaku-entakukaigi-section h2 img.sp-only {
  display: block;
  max-width: 80%;
}
.otaku-entakukaigi-section h2 img.pc-tab-only { display: none; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otaku-entakukaigi-section h2 img { max-width: 90%; }
.otaku-entakukaigi-section h2 img.sp-only { display: none; }
}

.features-division {
  background-color: #fff;
  border: 3px solid #7095be;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 2em auto 0;
  padding: 37px 18px 30px;
  position: relative;
  width: 660px;
}
@media screen and (max-width: 667px) {
.features-division { width: 90%; }
.first-division { margin-top: 0; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.features-division { width: 90%; }
}

.features-division-clip {
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: -1em;
  transform: translateX(-50%);
  width: 70%;
}

.features-division-clip > img {
  display: block;
  height: auto;
}

.features-division-header {
  border-bottom: 1px solid #7095be;
  display: flex;
  justify-content: space-between;
  padding: 0 0 .5em;
  position: relative;
  width: 100%;
}

.features-division-header > p {
  color: #7095be;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.features-division h3 {
  color: #7095be;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 1em 0 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.features-division h3 { font-size: 18px; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.features-division h3 { font-size: 19px; }
}

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

.features-division > img {
  display: block;
  height: auto;
  margin: 1em auto 0;
  max-width: 100%;
}

.features-division > p {
  font-size: 15px;
  line-height: 1.7;
  margin: 1em 0 0;
}

.features-division-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 668px;
}
@media screen and (max-width: 667px) {
.features-division-wrap { width: 90%; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.features-division-wrap { width: 91%; }
}

.features-division-wrap > .features-division { width: 49%; }
@media screen and (max-width: 667px) {
.features-division-wrap > .features-division { width: 100%; }
}

.section-case {
  margin: 0 auto;
  position: relative;
  width: 98%;
}
@media screen and (max-width: 667px) {
.section-case { width: 90%; }
}

.section-case > img {
  display: block;
  height: auto;
  margin: 0 auto 50px;
  max-width: 100%;
}
.section-case > img.sp-only { display: none; }
@media screen and (max-width: 667px) {
.section-case > img.sp-only { display: block; }
.section-case > img.pc-tab-only { display: none; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-case > img.sp-only { display: none; }
}

.section-case > p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.section-case dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.2em auto 0;
  width: 661px;
}
@media screen and (max-width: 667px) {
.section-case dl { width: 100%; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-case dl { width: 95%; }
}

.section-case dl div {
  background-image: url(/campaign-system/otaku_entakukaigi/img/bg_case_pc.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  min-height: 13em;
  padding: 24px 12px;
  position: relative;
  text-align: center;
  width: 160px;
}
@media screen and (max-width: 320px) {
.section-case dl div {
  min-height: 12em;
  padding: 15px .2em 15px .5em;
  width: 49%;
}
.section-case dl div:nth-child(n+3) { margin-top: 1em; }
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.section-case dl div {
  min-height: 13em;
  padding: 20px .5em;
  width: 49%;
}
.section-case dl div:nth-child(n+3) { margin-top: 1em; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-case dl div {
  min-height: 13.4em;
  width: 24%;
}
}

.section-case dl div p {
  background-color: #fff;
  border-radius: .8em;
  color: #7095be;
  display: inline-block;
  font-size: 11px;
  line-height: 1.45;
  padding: 0 1em;
}

.section-case dt {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 .76em;
  text-align: center;
}
@media screen and (max-width: 320px) {
.section-case dt {
  font-size: 18px;
  padding-bottom: .5em;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.section-case dt {
  font-size: 20px;
  padding-bottom: .5em;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-case dt {
  font-size: 18px;
  padding-bottom: .5em;
}
}

.section-case dd {
  color: #fff;
  font-size: 13px;
  line-height: 1.46;
  text-align: center;
}
@media screen and (max-width: 320px) {
.section-case dd {
  font-size: 12px;
  line-height: 1.3;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.section-case dd {
  font-size: 12px;
  line-height: 1.3;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-case dd {
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
}
}

.section-flow {
  background-color: #d4dce5;
  margin-bottom: 50px;
  padding: 30px;
}
@media screen and (max-width: 320px) {
.section-flow { padding: 30px 10px; }
}

.section-flow dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: .5em auto 0;
  width: 85%;
}
@media screen and (max-width: 667px) {
.section-flow dl { width: 95%; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-flow dl { width: 90%; }
}

.section-flow-contents {
  margin-left: 2%;
  width: 31%;
}
.section-flow-contents:nth-child(3n+1) { margin-left: 0; }
.section-flow-contents:nth-child(n+4) { margin-top: 2em; }
@media screen and (max-width: 667px) {
.section-flow-contents {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  width: 100%;
}
.section-flow dl .section-flow-contents:nth-child(n+2) { margin: 1em; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-flow-contents { width: 24%; }
}

.section-flow-contents img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 667px) {
.section-flow-contents img { width: 45%; }
}

.section-flow-contents div { margin: .5em 0 0; }
@media screen and (max-width: 667px) {
.section-flow-contents div { width: 48%; }
}

.section-flow dt {
  color: #7095be;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  min-height: 3em;
  text-align: center;
}
@media screen and (max-width: 667px) {
.section-flow dt {
  font-size: 15px;
  line-height: 1.4;
  min-height: 0;
  text-align: left;
}
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.section-flow dt { font-size: 16px; }
}

.section-flow dd {
  font-size: 13px;
  line-height: 1.47;
  margin: .5em 0 0;
}
@media screen and (max-width: 667px) {
.section-flow dd {
  font-size: 12px;
  line-height: 1.4;
}
}

.otaku-entakukaigi-collaboration {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  height: 184px;
  justify-content: center;
  margin: 30px auto 0;
  width: 87.2%;
}
@media screen and (max-width: 320px) {
.otaku-entakukaigi-collaboration {
  height: auto;
  padding: 20px 10px;
  width: 95%;
}
}
@media screen and (min-width: 321px) and (max-width: 667px) {
.otaku-entakukaigi-collaboration {
  height: auto;
  padding: 20px 15px;
  width: 100%;
}
}

.otaku-entakukaigi-collaboration-inner {
  display: inline-block;
  text-align: center;
}

.otaku-entakukaigi-collaboration-inner img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.otaku-entakukaigi-collaboration-inner img.sp-only { display: none; }
@media screen and (max-width: 667px) {
.otaku-entakukaigi-collaboration-inner img.sp-only { display: block; }
.otaku-entakukaigi-collaboration-inner img.pc-tab-only { display: none; }
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.otaku-entakukaigi-collaboration-inner img { max-width: 80%; }
.otaku-entakukaigi-collaboration-inner img.sp-only { display: none; }
}

.otaku-entakukaigi-collaboration-inner p {
  font-size: 15px;
  line-height: 1.7;
  margin: 1.5em 0 0;
}
@media screen and (max-width: 667px) {
.otaku-entakukaigi-collaboration-inner p { font-size: 14px; }
}

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

.button-intro p {
  display: inline-block;
  color: #7095be;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 .6em;
  vertical-align: top;
}

.button-cta {
  align-items: center;
  background-color: #7095be;
  border-radius: 30px;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  transition: .3s;
  width: 320px;
}
@media screen and (max-width: 667px) {
.button-cta { width: 90%; }
}

.button-cta span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 1.5em;
  position: relative;
  text-align: center;
}

.button-cta span:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.button-cta:hover {
  color: #fff;
  animation: button-anime-scale .5s both;
}
@keyframes button-anime-scale {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}

.otarisa-download { padding: 0 0 100px; }
@media screen and (max-width: 667px) {
.otarisa-download { padding: 0 0 60px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.otarisa-download { padding: 0 0 80px; }
}


/* device ======================================================== */
.sp-only,
.tab-only,
img.sp-only,
img.tab-only { display: none; }
@media screen and (max-width: 667px) {
.sp-only,
img.sp-only { display: block; }
.pc-only,
.tab-only,
.pc-tab-only,
img.pc-only,
img.tab-only,
img.pc-tab-only { display: none; }
}
@media only screen and (min-width: 415px) and (max-width: 1024px) {
.tab-only,
.pc-tab-only,
img.tab-only,
img.pc-tab-only { display: block; }
.pc-only,
.sp-only,
img.pc-only,
img.sp-only { display: none; }
}