@charset "utf-8";@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@400;700&display=swap");
body {
  -webkit-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

strong {
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* cyrillic-ext */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  html {
    font-size: 1.0vw;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 1.05vw;
  }
}

@media screen and (min-width: 1367px) {
  html {
    font-size: 14px;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a, span, div {
  line-height: 1.8;
  color: #2d2d2d;
  letter-spacing: .12rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@media screen\0 {
  h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a, span, div {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

span, strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

img {
  width: auto;
}

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

a:hover {
  color: #E85403;
}

.wrappar {
  overflow: hidden;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

svg * {
  display: block;
  width: 100%;
  height: auto;
}

.scroll-stop {
  overflow: hidden;
}

.layer-txt {
  font-size: 3.2vw;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1;
}

.layer-txt span {
  padding: 12px 25px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.layer-txt .layer-before,
.layer-txt .layer-after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.layer-txt .layer-before {
  z-index: 1;
  background: #3FABB9;
}

.layer-txt .layer-after {
  z-index: 3;
  background: #fff;
}

.megabnr-field {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  z-index: 5;
  height: calc(100vw - 80px);
  top: 80px;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

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

.megabnr-field .megabnr-field-inner {
  background: #efefef;
  padding: 35px 0;
  width: 100%;
  position: relative;
  z-index: 6;
}

.megabnr-field .megabnr-field-inner .in {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.megabnr-field .megabnr-field-inner a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 12px;
}

.megabnr-field .megabnr-field-inner figure {
  width: 80px;
  height: 80px;
}

.megabnr-field .megabnr-field-inner p {
  font-size: 0.7rem;
  padding: 0px 12px;
}

.megabnr-field .megabnr-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}

.megabnr-open {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.ac-container .cross {
  display: inline-block;
}

.ac-container .cross i {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  width: 40px;
  height: 40px;
  background: #EBEBEB;
  border-radius: 50%;
  position: relative;
}

.ac-container .cross i:after, .ac-container .cross i:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  transition: 0.5s;
  content: "";
  background: #B4B4B4;
  width: 20px;
  height: 1px;
  top: 18px;
  left: 10px;
}

.ac-container .cross i:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ac-container .more {
  padding: 20px 0;
  text-align: center;
}

.ac-container .more a {
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #ccc;
}

.ac-container .cross .accordion-btn-open {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.ac-contents {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .pc-non {
    display: none;
  }
}

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

.contentsWrap {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
}

.titleBlock {
  padding-top: 10%;
  text-align: center;
}

.titleBlock h2 {
  font-size: 1.28571rem;
  letter-spacing: .12rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .titleBlock h2 {
    font-size: 1rem;
    letter-spacing: .12rem;
  }
}

.titleBlock span {
  line-height: 1;
  color: #E85403;
  font-family: 'Lexend Exa', sans-serif;
  font-size: 2.42857rem;
  letter-spacing: .12rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .titleBlock span {
    margin: 1.25vw 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .titleBlock span {
    margin: 1vw 0 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .titleBlock span {
    margin: 1vw 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .titleBlock span {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .titleBlock span {
    font-size: 2rem;
    letter-spacing: .12rem;
  }
}

.titleBlock.lg h2 {
  font-size: 1.57143rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  .titleBlock.lg h2 {
    font-size: 1.42857rem;
    letter-spacing: .12rem;
  }
}

.titleBlock.lg span {
  font-size: 3rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  .titleBlock.lg span {
    font-size: 2.71429rem;
    letter-spacing: .12rem;
  }
}

.titleBlock.w h2 {
  color: #fff;
}

.titleBlock.w span {
  color: #fff;
}

.commonBg {
  background-image: url("/campaign/assets/images/bg_y.png");
  background-position: top center;
  background-size: 120%;
  background-repeat: repeat-y;
}

.checkList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkList li::before, .checkList li:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkList li::before {
  width: 15px;
  height: 15px;
  border-radius: .2rem;
  border: 2px solid #E85403;
}

@media screen and (max-width: 767px) {
  .checkList li::before {
    margin: 0.5vw 1.875vw 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .checkList li::before {
    margin: 0.4vw 1.5vw 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .checkList li::before {
    margin: 0.4vw 1.5vw 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .checkList li::before {
    margin: 4px 15px 0 0;
  }
}

.checkList li::after {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid #E85403;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.chara img {
  display: block;
  width: 100%;
}

.obj {
  position: absolute;
  left: 0;
  width: 100%;
}

.obj img {
  display: block;
  width: 100%;
}

.textMarker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #F2C900), to(#F2C900));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #F2C900 45%, #F2C900 100%);
}

@media screen and (max-width: 767px) {
  .textMarker {
    padding: 0.0625vw 1vw 0.0625vw 1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .textMarker {
    padding: 0.05vw 0.8vw 0.05vw 0.8vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .textMarker {
    padding: 0.05vw 0.8vw 0.05vw 0.8vw;
  }
}

@media screen and (min-width: 1200px) {
  .textMarker {
    padding: 0.5px 8px 0.5px 8px;
  }
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

header .headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  header .headWrap {
    margin: 3.75vw auto 3.75vw auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .headWrap {
    margin: 3vw auto 3vw auto;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  header .headWrap {
    margin: 3vw auto 3vw auto;
  }
}

@media screen and (min-width: 1200px) {
  header .headWrap {
    margin: 30px auto 30px auto;
  }
}

@media screen and (max-width: 767px) {
  header .headWrap {
    padding: 3.75vw 3.75vw 3.75vw 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .headWrap {
    padding: 3vw 3vw 3vw 3vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  header .headWrap {
    padding: 3vw 3vw 3vw 3vw;
  }
}

@media screen and (min-width: 1200px) {
  header .headWrap {
    padding: 30px 30px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  header .headWrap {
    border-radius: .5rem;
    width: 90%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header .headWrap {
    margin: 3.75vw auto 3.75vw auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  header .headWrap {
    margin: 3vw auto 3vw auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  header .headWrap {
    margin: 3vw auto 3vw auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 1200px) {
  header .headWrap {
    margin: 30px auto 30px auto;
  }
}

header .headWrap .hoLogo {
  width: 22vh;
}

@media screen and (max-width: 767px) {
  header .headWrap .hoLogo {
    width: 30vw;
  }
}

header .headWrap .hoLogo img {
  display: block;
  width: 100%;
}

nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

nav .header_menu a {
  display: inline-block;
  font-size: 1.14286rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  nav .header_menu a {
    margin: 0 0 0 1.875vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  nav .header_menu a {
    margin: 0 0 0 1.5vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  nav .header_menu a {
    margin: 0 0 0 1.5vw;
  }
}

@media screen and (min-width: 1200px) {
  nav .header_menu a {
    margin: 0 0 0 15px;
  }
}

nav .header_menu a:last-of-type {
  border-radius: .5rem;
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
  background-color: #E85403;
}

@media screen and (max-width: 767px) {
  nav .header_menu a:last-of-type {
    padding: 0.75vw 2.5vw 0.75vw 2.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  nav .header_menu a:last-of-type {
    padding: 0.6vw 2vw 0.6vw 2vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  nav .header_menu a:last-of-type {
    padding: 0.6vw 2vw 0.6vw 2vw;
  }
}

@media screen and (min-width: 1200px) {
  nav .header_menu a:last-of-type {
    padding: 6px 20px 6px 20px;
  }
}

nav .header_menu a:last-of-type:hover {
  color: #E85403;
  border-color: #E85403;
  background-color: #fff;
}

.navi__button {
  background: #fff;
  top: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 180;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .navi__button {
    top: 8vw;
    right: 9vw;
    z-index: 999;
    background: none;
    width: 7vw;
    height: 7vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (min-width: 1100px) {
  .navi__button {
    display: none;
  }
}

.navi__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navi__button .inner {
  width: 40%;
  margin: 0 auto;
  position: relative;
  top: 33px;
  z-index: 999;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .navi__button .inner {
    width: 100%;
    top: 2.5vw;
  }
}

.navi__button .inner i {
  width: 100%;
  position: absolute;
  height: 3px;
  background: #E85403;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .navi__button .inner i {
    height: 0.8vw;
  }
}

.navi__button .inner:after, .navi__button .inner:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #E85403;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .navi__button .inner:after, .navi__button .inner:before {
    top: -2.5vw;
    height: 0.8vw;
  }
}

.navi__button .inner:before {
  top: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navi__button .inner:before {
    top: 2.5vw;
  }
}

.navi-button-in {
  right: 0px;
}

.navi-button-on .inner i {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media screen and (max-width: 767px) {
  .navi-button-on .inner i {
    -webkit-transform: translateX(2.5vw);
            transform: translateX(2.5vw);
  }
}

.navi-button-on .inner:after, .navi-button-on .inner:before {
  background: #E85403;
}

.navi-button-on .inner:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navi-button-on .inner:before {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lowBox {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .lowBox {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lowBox .textBlock {
    margin: 5.625vw 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowBox .textBlock {
    margin: 4.5vw 0 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowBox .textBlock {
    margin: 4.5vw 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .lowBox .textBlock {
    margin: 45px 0 0 0;
  }
}

.lowBox .textBlock p {
  color: #fff;
  font-weight: bold;
  font-size: 1.42857rem;
  letter-spacing: .12rem;
}

.lowBox .textBlock a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.28571rem;
  letter-spacing: .12rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .lowBox .textBlock a {
    margin: 3.75vw 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowBox .textBlock a {
    margin: 3vw 0 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowBox .textBlock a {
    margin: 3vw 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .lowBox .textBlock a {
    margin: 30px 0 0 0;
  }
}

.lowBox .textBlock a img {
  margin-right: 15px;
  display: block;
  width: 22px;
}

.lowBox .textBlock span {
  display: block;
  font-size: 1.14286rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  .lowBox .textBlock span {
    margin: 1.25vw 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowBox .textBlock span {
    margin: 1vw 0 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowBox .textBlock span {
    margin: 1vw 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .lowBox .textBlock span {
    margin: 10px 0 0 0;
  }
}

.lowBox .cpBtn {
  display: block;
  max-width: 320px;
  color: #2c2121;
  font-weight: bold;
  text-decoration: none;
  border-radius: .3rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .lowBox .cpBtn {
    margin: 5.625vw auto 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowBox .cpBtn {
    margin: 4.5vw auto 0 auto;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowBox .cpBtn {
    margin: 4.5vw auto 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .lowBox .cpBtn {
    margin: 45px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .lowBox .cpBtn {
    padding: 2.25vw 3.75vw 2.25vw 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowBox .cpBtn {
    padding: 1.8vw 3vw 1.8vw 3vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowBox .cpBtn {
    padding: 1.8vw 3vw 1.8vw 3vw;
  }
}

@media screen and (min-width: 1200px) {
  .lowBox .cpBtn {
    padding: 18px 30px 18px 30px;
  }
}

#DL {
  position: relative;
  background-color: #E85403;
}

#DL .contentsWrap {
  padding-bottom: 8%;
}

#DL a {
  display: inline-block;
  color: #E85403;
  border-radius: .3rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #DL a {
    padding: 2.5vw 5vw 2.5vw 5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #DL a {
    padding: 2vw 4vw 2vw 4vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #DL a {
    padding: 2vw 4vw 2vw 4vw;
  }
}

@media screen and (min-width: 1200px) {
  #DL a {
    padding: 20px 40px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  #DL a:nth-of-type(2) {
    margin: 0 3.75vw 0 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #DL a:nth-of-type(2) {
    margin: 0 3vw 0 3vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #DL a:nth-of-type(2) {
    margin: 0 3vw 0 3vw;
  }
}

@media screen and (min-width: 1200px) {
  #DL a:nth-of-type(2) {
    margin: 0 30px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #DL a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #DL a:nth-of-type(1) {
    margin: 5.625vw auto 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #DL a:nth-of-type(1) {
    margin: 4.5vw auto 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #DL a:nth-of-type(1) {
    margin: 4.5vw auto 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 1200px) {
  #DL a:nth-of-type(1) {
    margin: 45px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #DL a:nth-of-type(2) {
    margin-left: 4% !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #DL a:nth-of-type(2) {
    margin: 5.625vw 0 0 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #DL a:nth-of-type(2) {
    margin: 4.5vw 0 0 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #DL a:nth-of-type(2) {
    margin: 4.5vw 0 0 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 1200px) {
  #DL a:nth-of-type(2) {
    margin: 45px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  #DL a:nth-of-type(1), #DL a:nth-of-type(2) {
    width: 47%;
  }
  #DL a:nth-of-type(3) {
    margin-top: 4%;
  }
}

#DL a img {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 45px;
}

#CONTACT {
  position: relative;
  background-color: #2c2121;
}

#CONTACT .contentsWrap {
  padding-bottom: 8%;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #CONTACT .contentsWrap {
    padding: 0 0 30vw 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #CONTACT .contentsWrap {
    padding: 0 0 24vw 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #CONTACT .contentsWrap {
    padding: 0 0 24vw 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 1200px) {
  #CONTACT .contentsWrap {
    padding: 0 0 240px 0;
  }
}

#CONTACT .chara {
  position: absolute;
  bottom: -3.5%;
  right: 5%;
}

@media screen and (max-width: 767px) {
  #CONTACT .chara {
    width: 42vw;
  }
}

footer {
  background-color: #fff;
}

footer .addBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: none;
}

@media screen and (max-width: 767px) {
  footer .addBox {
    padding: 5.625vw 0 5.625vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .addBox {
    padding: 4.5vw 0 4.5vw 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  footer .addBox {
    padding: 4.5vw 0 4.5vw 0;
  }
}

@media screen and (min-width: 1200px) {
  footer .addBox {
    padding: 45px 0 45px 0;
  }
}

@media screen and (max-width: 767px) {
  footer .addBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  footer .addBox {
    padding: 10vw 0 10vw 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  footer .addBox {
    padding: 8vw 0 8vw 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  footer .addBox {
    padding: 8vw 0 8vw 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 1200px) {
  footer .addBox {
    padding: 80px 0 80px 0;
  }
}

footer .addBox .logo img {
  display: block;
  width: 100%;
}

footer address {
  color: #E85403;
}

@media screen and (max-width: 767px) {
  footer address {
    margin-top: 3%;
  }
}

.slide_menu {
  position: fixed;
  z-index: 160;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-x: hidden;
  opacity: 0;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .slide_menu {
    top: 0;
    height: calc(100vh);
    right: -1000px;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .slide_menu {
    top: 0;
    height: 100vh;
    right: -100vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .slide_menu {
    width: 50%;
    right: -50vw;
    top: 0;
    height: 100vh;
  }
}

.slide_menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E85403;
  z-index: 1;
}

.slide_menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E85403;
  z-index: 1;
}

.slide_menu .slide_menu_inner {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  z-index: 2;
  padding: 55px 25px;
  left: 200px;
  overflow-y: auto;
  height: calc(100vh - 60px);
}

@media screen and (max-width: 767px) {
  .slide_menu .slide_menu_inner {
    padding: 15% 5% 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .slide_menu .slide_menu_inner {
    width: 80%;
    padding: 8% 5%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1100px) {
  .slide_menu ul {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .slide_menu ul {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .slide_menu ul {
    width: 85%;
    margin: 8% auto 0;
  }
}

.slide_menu ul li {
  line-height: 1;
}

.slide_menu ul li a {
  color: #fff;
  padding: 12px 12px;
  display: block;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 1100px) {
  .slide_menu ul li a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .slide_menu ul li a:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 767px) {
  .slide_menu ul li a {
    padding: 4% 0;
    font-size: 1.2rem;
  }
}

.slide_menu .sm-contact {
  width: 90%;
  margin: 25px auto 0;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.slide_menu .sm-contact .tel {
  font-size: 2rem;
}

.slide_menu .sm-contact ._botton_type1 {
  margin-top: 18px;
}

.slide_menu .sm-contact ._botton_type1 a {
  padding: 12px 0;
}

.ac-menu {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ac-container .ac-btn:after {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.ac-container.accordion-open .ac-btn:after {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.menu-open {
  opacity: 1;
  right: 0px;
}

.menu-open .slide_menu_inner {
  left: 0px;
}

#container {
  margin: 20px;
  width: 100%;
  height: 3px;
}

#LOADER {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background: #595959;
  top: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #LOADER .opening-inner {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  #LOADER .opening-inner {
    width: 40%;
  }
}

.body-lock {
  width: 100%;
  height: 100vh;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 39px;
  width: 39px;
  background: #000;
  line-height: 0px;
  font-size: 0px;
  top: 40%;
  margin-top: -15px;
  border: none;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 28px;
    width: 28px;
  }
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#MV {
  margin-bottom: -1px;
  padding-top: 15vh;
  background: #E85403 url("/campaign/assets/images/bg_main.png") no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  #MV {
    padding-top: 20h;
  }
}

@media screen and (max-width: 767px) {
  #MV {
    padding-top: 25vw;
  }
}

#MV img {
  display: block;
  width: 100%;
}

#PURPOSE {
  position: relative;
}

#PURPOSE .titleBlock {
  text-align: left;
}

#PURPOSE .obj {
  bottom: -1px;
}

#PURPOSE .textBlock {
  margin-top: 10%;
  text-align: center;
}

#PURPOSE .textBlock h3 {
  padding: 15px 0;
  display: inline-block;
  font-size: 2.57143rem;
  letter-spacing: .12rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  #PURPOSE .textBlock h3 {
    font-size: 1.85714rem;
    letter-spacing: .12rem;
    text-align: center;
  }
}

#PURPOSE .textBlock p {
  margin-top: 5%;
  font-size: 1.57143rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  #PURPOSE .textBlock p {
    font-size: 1.42857rem;
    letter-spacing: .12rem;
    text-align: left;
  }
}

#PURPOSE .textBlock p span {
  color: #E85403;
  font-weight: bold;
}

#PURPOSE .summeryBlock {
  position: relative;
  margin-top: 10%;
  padding: 8% 8% 16%;
  border-radius: .8rem;
  border: 3px solid #E85403;
  background-color: #fff;
}

#PURPOSE .summeryBlock::before {
  position: absolute;
  top: -4vw;
  left: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 6vw;
  background-color: #333;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock::before {
    top: -10vw;
    height: 14vw;
  }
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock {
    margin-top: 16%;
  }
}

#PURPOSE .summeryBlock .titleBlock {
  padding-top: 0;
  text-align: center;
}

#PURPOSE .summeryBlock .commentBox {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .commentBox {
    margin-top: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#PURPOSE .summeryBlock .commentBox dl {
  position: relative;
  padding: 5%;
  width: 70%;
  border-radius: .8rem;
  border: 1px solid #333;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .commentBox dl {
    width: 100%;
  }
}

#PURPOSE .summeryBlock .commentBox dl::before {
  position: absolute;
  top: 50%;
  right: -21px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .commentBox dl::before {
    top: -11px;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(315deg);
            transform: translate(50%, 0) rotate(315deg);
  }
}

#PURPOSE .summeryBlock .commentBox dl dt {
  font-size: 1.57143rem;
  letter-spacing: .12rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .commentBox dl dt {
    font-size: 1.14286rem;
    letter-spacing: .12rem;
  }
}

#PURPOSE .summeryBlock .commentBox dl dd {
  margin-top: 3%;
  font-size: 1.14286rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .commentBox dl dd {
    font-size: 1rem;
    letter-spacing: .12rem;
  }
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .commentBox .chara {
    margin-bottom: 8%;
    width: 45%;
  }
  #PURPOSE .summeryBlock .commentBox .chara img {
    margin-left: 7%;
    width: 100%;
  }
}

#PURPOSE .summeryBlock .limitedBox {
  margin-top: 5%;
  padding: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: .8rem;
  background-color: #F9F2E5;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .limitedBox {
    margin-top: 8%;
    padding: 8% 1.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#PURPOSE .summeryBlock .limitedBox dt, #PURPOSE .summeryBlock .limitedBox dd {
  font-size: 1.57143rem;
  letter-spacing: .12rem;
  font-weight: bold;
  letter-spacing: .25rem;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .limitedBox dt, #PURPOSE .summeryBlock .limitedBox dd {
    font-size: 1.28571rem;
    letter-spacing: .12rem;
    letter-spacing: .15rem;
  }
}

#PURPOSE .summeryBlock .limitedBox dt {
  padding-right: 1.5%;
  margin-right: 1.5%;
  border-right: 1px solid #333;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .limitedBox dt {
    margin-bottom: 3%;
    border: none;
  }
}

#PURPOSE .summeryBlock .limitedBox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#PURPOSE .summeryBlock .limitedBox dd:last-of-type {
  font-size: 1.28571rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .limitedBox dd:last-of-type {
    margin-top: 3%;
    font-size: 1.14286rem;
    letter-spacing: .12rem;
  }
}

#PURPOSE .summeryBlock .limitedBox span {
  padding: 5px;
  color: #E85403;
  line-height: 1;
  font-size: 2.85714rem;
  letter-spacing: .12rem;
  font-weight: bold;
  letter-spacing: .25rem;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .limitedBox span {
    font-size: 2.42857rem;
    letter-spacing: .12rem;
    letter-spacing: .15rem;
  }
}

#PURPOSE .summeryBlock .limitedBox span.sml {
  font-size: 2.14286rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  #PURPOSE .summeryBlock .limitedBox span.sml {
    font-size: 1.71429rem;
    letter-spacing: .12rem;
  }
}

#ENTRY-FLOW {
  background: #E85403;
  background-image: url("/campaign/assets/images/bg_w.png");
  background-position: top center;
  background-size: 120%;
  background-repeat: repeat-y;
}

#ENTRY-FLOW .contentsWrap {
  padding-bottom: 10%;
}

#ENTRY-FLOW .titleBlock {
  margin-top: -4%;
}

#ENTRY-FLOW .flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList {
    margin: 7.5vw auto 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ENTRY-FLOW .flowList {
    margin: 6vw auto 0 auto;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ENTRY-FLOW .flowList {
    margin: 6vw auto 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  #ENTRY-FLOW .flowList {
    margin: 60px auto 0 auto;
  }
}

#ENTRY-FLOW .flowList .item {
  padding: 5%;
  width: 100%;
  border-radius: .5rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item {
    padding: 8%;
  }
}

#ENTRY-FLOW .flowList .item:not(:first-of-type) {
  margin-top: 3%;
}

#ENTRY-FLOW .flowList .item:first-of-type, #ENTRY-FLOW .flowList .item:nth-of-type(2), #ENTRY-FLOW .flowList .item:nth-of-type(3) {
  position: relative;
}

#ENTRY-FLOW .flowList .item:first-of-type dd, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd {
    margin-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#ENTRY-FLOW .flowList .item:first-of-type dd p, #ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd p, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd p, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd p, #ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd p, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd p, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks {
    width: 100%;
  }
}

#ENTRY-FLOW .flowList .item:first-of-type dd .checkList, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .checkList, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .checkList {
  width: 55%;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .checkList, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .checkList, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .checkList {
    width: 100%;
  }
}

#ENTRY-FLOW .flowList .item:first-of-type dd .chara, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .chara, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .chara {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .chara, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .chara, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .chara {
    width: 55%;
  }
}

#ENTRY-FLOW .flowList .item:first-of-type dd .chara img, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .chara img, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .chara img {
  width: 100%;
}

#ENTRY-FLOW .flowList .item:first-of-type dd .chara.abs, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .chara.abs, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .chara.abs {
  position: absolute;
  top: -15vh;
  right: 0;
  width: auto;
  height: 15vh;
}

#ENTRY-FLOW .flowList .item:first-of-type dd .chara.abs img, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .chara.abs img, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .chara.abs img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .chara.abs img, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .chara.abs img, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .chara.abs img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .chara.abs, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .chara.abs, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .chara.abs {
    position: static;
    width: 65%;
  }
}

#ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks {
  margin-left: 3%;
  padding-left: 3%;
  border-left: 1px solid #E85403;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks {
    margin-top: 5%;
    margin-left: 0;
  }
}

#ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks a {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks a {
    padding: 1vw 1vw 1vw 1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks a {
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks a {
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
  }
}

@media screen and (min-width: 1200px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks a, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks a {
    padding: 8px 8px 8px 8px;
  }
}

#ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks a span, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks a span, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks a span {
  margin-right: 8px;
  color: #E85403;
  font-weight: bold;
  font-family: 'Lexend Exa', sans-serif;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:first-of-type dd .snsLinks a span, #ENTRY-FLOW .flowList .item:nth-of-type(2) dd .snsLinks a span, #ENTRY-FLOW .flowList .item:nth-of-type(3) dd .snsLinks a span {
    display: block;
  }
}

#ENTRY-FLOW .flowList .item:nth-of-type(2), #ENTRY-FLOW .flowList .item:nth-of-type(3) {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item:nth-of-type(2), #ENTRY-FLOW .flowList .item:nth-of-type(3) {
    width: 100%;
  }
}

#ENTRY-FLOW .flowList .item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.71429rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item dt {
    display: block;
    text-align: center;
  }
}

#ENTRY-FLOW .flowList .item dt .flNum {
  margin-right: 8px;
  display: block;
  color: #E85403;
  font-size: 2.71429rem;
  letter-spacing: .12rem;
  font-weight: bold;
  font-family: 'Lexend Exa', sans-serif;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item dt .flNum {
    font-size: 2.42857rem;
    letter-spacing: .12rem;
    display: block;
  }
}

#ENTRY-FLOW .flowList .item dd {
  font-size: 16px;
  font-size: 1.14286rem;
  letter-spacing: .12rem;
}

@media screen and (max-width: 767px) {
  #ENTRY-FLOW .flowList .item dd {
    margin-top: 5%;
  }
}

#OUTLINE {
  background: #F9F2E5;
  background-image: url("/campaign/assets/images/bg_y.png");
  background-position: top center;
  background-size: 120%;
  background-repeat: repeat-y;
}

#OUTLINE .contentsWrap {
  position: relative;
  padding-bottom: 10%;
}

#OUTLINE .contentsWrap > .chara {
  position: absolute;
  top: 5%;
  right: -5%;
  width: 45%;
}

@media screen and (max-width: 767px) {
  #OUTLINE .contentsWrap > .chara {
    top: 3%;
    right: -8%;
    width: 55%;
  }
}

#OUTLINE .contentsWrap > .chara img {
  width: 100%;
}

#OUTLINE .outlineList {
  padding: 8%;
  border-radius: .8rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList {
    margin: 7.5vw 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #OUTLINE .outlineList {
    margin: 6vw 0 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #OUTLINE .outlineList {
    margin: 6vw 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  #OUTLINE .outlineList {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList {
    padding: 10%;
  }
}

#OUTLINE .outlineList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item {
    display: block;
  }
}

#OUTLINE .outlineList .item:not(:first-of-type) {
  margin-top: 3%;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item:not(:first-of-type) {
    margin-top: 5%;
  }
}

#OUTLINE .outlineList .item.present dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.present dd {
    display: block;
  }
}

#OUTLINE .outlineList .item.present dd figure:last-of-type {
  margin-left: 5%;
  padding-left: 5%;
  border-left: 1px dashed #ccc;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.present dd figure:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 8%;
    padding-top: 8%;
    border-top: 1px dashed #ccc;
  }
}

#OUTLINE .outlineList .item.present dd figure img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.present dd figure img {
    margin: 0 auto;
    width: 90%;
  }
}

#OUTLINE .outlineList .item.presentForm {
  position: relative;
  padding: 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  border-radius: .8rem;
  border: 2px solid #E85403;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.presentForm {
    margin: 7.5vw auto 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #OUTLINE .outlineList .item.presentForm {
    margin: 6vw auto 0 auto;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #OUTLINE .outlineList .item.presentForm {
    margin: 6vw auto 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  #OUTLINE .outlineList .item.presentForm {
    margin: 60px auto 0 auto;
  }
}

#OUTLINE .outlineList .item.presentForm::before {
  position: absolute;
  top: -2.5vw;
  left: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 4vw;
  background-color: #333;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.presentForm::before {
    top: -6vw;
    height: 9vw;
  }
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.presentForm {
    padding: 5%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #OUTLINE .outlineList .item.presentForm {
    margin: 10vw auto 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #OUTLINE .outlineList .item.presentForm {
    margin: 8vw auto 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #OUTLINE .outlineList .item.presentForm {
    margin: 8vw auto 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 1200px) {
  #OUTLINE .outlineList .item.presentForm {
    margin: 80px auto 0 auto;
  }
}

#OUTLINE .outlineList .item.presentForm dt {
  width: auto;
  border-radius: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.presentForm dt {
    width: 35%;
  }
  #OUTLINE .outlineList .item.presentForm dt img {
    width: 100%;
  }
  #OUTLINE .outlineList .item.presentForm dt:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #OUTLINE .outlineList .item.presentForm dt:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#OUTLINE .outlineList .item.presentForm dd {
  margin: 0 3%;
  width: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.presentForm dd {
    margin: 5% 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#OUTLINE .outlineList .item.presentForm dd p {
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.presentForm dd p {
    margin-bottom: 8%;
    text-align: left;
  }
}

#OUTLINE .outlineList .item.presentForm dd p span {
  color: #E85403;
  font-weight: bold;
}

#OUTLINE .outlineList .item.presentForm dd a {
  padding: 3%;
  color: #fff;
  border-radius: .5rem;
  font-weight: bold;
  background-color: #E85403;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList .item.presentForm dd a {
    padding: 5%;
  }
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList dt, #OUTLINE .outlineList dd {
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #OUTLINE .outlineList dt, #OUTLINE .outlineList dd {
    padding: 1.2vw 1.2vw 1.2vw 1.2vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #OUTLINE .outlineList dt, #OUTLINE .outlineList dd {
    padding: 1.2vw 1.2vw 1.2vw 1.2vw;
  }
}

@media screen and (min-width: 1200px) {
  #OUTLINE .outlineList dt, #OUTLINE .outlineList dd {
    padding: 12px 12px 12px 12px;
  }
}

#OUTLINE .outlineList dt {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
  color: #fff;
  font-size: 1.28571rem;
  letter-spacing: .12rem;
  font-weight: bold;
  border-radius: .5rem;
  background-color: #E85403;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList dt {
    font-size: 1.14286rem;
    letter-spacing: .12rem;
    width: 100%;
  }
}

#OUTLINE .outlineList dd {
  font-size: 1.14286rem;
  letter-spacing: .12rem;
  width: 78%;
}

@media screen and (max-width: 767px) {
  #OUTLINE .outlineList dd {
    margin-top: 3%;
    font-size: 1rem;
    letter-spacing: .12rem;
    width: 100%;
  }
}

#CAUTION {
  position: relative;
}

#CAUTION .contentsWrap {
  padding-bottom: 10%;
}

#CAUTION .obj {
  top: -1px;
}

#CAUTION .titleBlock {
  padding-top: 14%;
}

#CAUTION .cautionList {
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  #CAUTION .cautionList {
    margin: 7.5vw auto 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #CAUTION .cautionList {
    margin: 6vw auto 0 auto;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #CAUTION .cautionList {
    margin: 6vw auto 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  #CAUTION .cautionList {
    margin: 60px auto 0 auto;
  }
}

#CAUTION .cautionList li {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #CAUTION .cautionList li:not(:first-of-type) {
    margin: 3.125vw 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #CAUTION .cautionList li:not(:first-of-type) {
    margin: 2.5vw 0 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #CAUTION .cautionList li:not(:first-of-type) {
    margin: 2.5vw 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  #CAUTION .cautionList li:not(:first-of-type) {
    margin: 25px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  #CAUTION .cautionList li {
    font-size: 1.14286rem;
    letter-spacing: .12rem;
  }
}

/*# sourceMappingURL=style.min.css.map */
