@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
img {
  max-width: 100%;
  height: auto; }

body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background-color: #f6f9fa;
  color: #231815;
  background: url("/dir/cat/idolbangaichi/img/natsumehibiki_photosession/bg_02.png"), url("/dir/cat/idolbangaichi/img/natsumehibiki_photosession/bg.png"); }

.hero {
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .hero {
      background: url("/dir/cat/idolbangaichi/img/natsumehibiki_photosession/hero-sp.png") no-repeat top center/cover;
      height: 500px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      background: url("/dir/cat/idolbangaichi/img/natsumehibiki_photosession/hero_bg.png") repeat-x top center/contain;
      height: 950px; } }
  .hero h1 {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .hero h1 {
        padding: 0 35px; } }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        text-align: center;
        padding: 40px 0 0; } }
    @media only screen and (max-width: 767px) {
      .hero h1 img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: auto;
        width: 95%;
        filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.9)); } }
    @media only screen and (min-width: 768px) {
      .hero h1 img {
        filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.6)); } }

@media only screen and (max-width: 767px) {
  .content {
    margin: 0 10px 40px; } }
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1050px;
    width: calc(100% - 45px);
    margin: 0 auto 60px; } }

.local-nav {
  background: #DBDBDB;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 9999;
  top: 0;
  display: none; }
  @media only screen and (max-width: 767px) {
    .local-nav {
      height: 55px;
      line-height: 55px; } }
  .local-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%; }
    .local-nav ul li {
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .local-nav ul li {
          width: 17%;
          text-align: center;
          font-size: 0.8rem; } }
      .local-nav ul li a {
        color: #231815;
        text-decoration: none;
        display: block;
        width: 100%;
        position: relative; }

.link-current::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 5px; }

@media only screen and (max-width: 767px) {
  .about {
    padding: 50px 0 50px; } }
@media only screen and (min-width: 768px) {
  .about {
    padding: 0 0 100px; } }
.about p {
  margin: 0 0 10px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .about p {
      font-size: 1.0rem;
      line-height: 1.8rem; } }
  @media only screen and (min-width: 768px) {
    .about p {
      font-size: 1.3rem;
      line-height: 2.7rem; } }

@media only screen and (max-width: 767px) {
  .outline {
    margin: 0 0 40px; } }
@media only screen and (min-width: 768px) {
  .outline {
    margin: 0 0 80px; } }
.outline__ttl {
  text-align: center;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .outline__ttl {
      font-size: 1.3rem;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .outline__ttl {
      font-size: 1.5rem;
      margin: 0 0 20px; } }
.outline dl {
  width: 100%;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3); }
  @media only screen and (max-width: 767px) {
    .outline dl {
      margin: 0 0 13px; } }
  @media only screen and (min-width: 768px) {
    .outline dl {
      display: flex;
      margin: 0 0 10px; } }
  .outline dl:last-child {
    margin: 0; }
  .outline dl dt {
    margin: 0;
    background: #f5fafd;
    box-sizing: border-box;
    font-weight: 600;
    color: #6079A4; }
    @media only screen and (max-width: 767px) {
      .outline dl dt {
        width: 100%;
        padding: 10px; } }
    @media only screen and (min-width: 768px) {
      .outline dl dt {
        width: 20%;
        padding: 15px 0;
        text-align: center; } }
  .outline dl dd {
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    color: #6079A4; }
    @media only screen and (max-width: 767px) {
      .outline dl dd {
        width: 100%;
        padding: 15px 10px; } }
    @media only screen and (min-width: 768px) {
      .outline dl dd {
        width: 80%;
        padding: 15px 30px; } }

@media only screen and (max-width: 767px) {
  .schedule {
    margin: 0 0 80px; } }
@media only screen and (min-width: 768px) {
  .schedule {
    margin: 0 0 100px; } }
.schedule__ttl {
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .schedule__ttl {
      font-size: 1.3rem;
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .schedule__ttl {
      font-size: 1.5rem;
      margin: 0 0 10px; } }
.schedule__date dl {
  border-bottom: #231815 solid 1px; }
  @media only screen and (max-width: 767px) {
    .schedule__date dl {
      margin: 0 0 15px;
      padding: 0 5px 15px; } }
  @media only screen and (min-width: 768px) {
    .schedule__date dl {
      padding: 18px 10px;
      margin: 0;
      display: flex; } }
  .schedule__date dl:first-child {
    border-top: #231815 solid 1px; }
    @media only screen and (max-width: 767px) {
      .schedule__date dl:first-child {
        padding: 15px 5px; } }
  .schedule__date dl:last-child {
    margin: 0; }
  .schedule__date dl dt {
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .schedule__date dl dt {
        margin: 0 0 5px;
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      .schedule__date dl dt {
        margin: 0 20px 0 0; } }
  .schedule__date dl dd {
    margin: 0; }
.schedule__ticket {
  margin: 30px 0 0; }
.schedule__price {
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .schedule__price {
      font-size: 1.1rem;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .schedule__price {
      font-size: 1.2rem;
      margin: 0 0 25px; } }
.schedule__vip {
  background: #fff;
  box-sizing: border-box;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3); }
  @media only screen and (max-width: 767px) {
    .schedule__vip {
      margin: 0 0 30px;
      padding: 30px 20px; } }
  @media only screen and (min-width: 768px) {
    .schedule__vip {
      display: flex;
      margin: 0 0 40px;
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .schedule__vip-img {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .schedule__vip-img {
      margin: 0 30px 0 0; } }
  .schedule__vip-text {
    color: #6079A4; }
    @media only screen and (min-width: 768px) {
      .schedule__vip-text {
        align-self: center;
        margin: -13px 0 0; } }
  .schedule__vip-ttl {
    font-weight: 700;
    margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .schedule__vip-ttl {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .schedule__vip-ttl {
        font-size: 1.2rem; } }
  .schedule__vip p {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .schedule__vip p {
        font-size: 1.0rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .schedule__vip p {
        font-size: 1.05rem;
        line-height: 2.0rem; } }
  .schedule__vip-link {
    background: #333;
    margin: 13px 0 0;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-radius: 3px; }
    @media only screen and (max-width: 767px) {
      .schedule__vip-link {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .schedule__vip-link {
        width: 300px; }
        .schedule__vip-link:hover {
          opacity: 0.8; } }
    .schedule__vip-link a {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      display: block;
      width: 100%; }
.schedule__note ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .schedule__note ul li {
      margin: 0 0 10px;
      font-size: 0.95rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    .schedule__note ul li {
      margin: 0 0 5px; } }
  .schedule__note ul li:last-child {
    margin: 0; }

@media only screen and (max-width: 767px) {
  .ticket {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .ticket {
    margin: 0 0 35px; } }
.ticket__item {
  display: flex;
  box-sizing: border-box;
  background: #fff;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3);
  font-size: 1.05rem; }
  @media only screen and (max-width: 767px) {
    .ticket__item {
      flex-direction: column;
      margin: 0 0 25px;
      padding: 30px 20px; } }
  @media only screen and (min-width: 768px) {
    .ticket__item {
      justify-content: space-between;
      align-items: center;
      margin: 0 0 20px;
      padding: 30px; } }
  .ticket__item:last-child {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .ticket__item-info {
      margin: 0 0 20px; } }
  .ticket__item-ttl {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 1.15rem; }
  .ticket__item-detail {
    margin: 0; }
  .ticket__item-link {
    background: #6079A4;
    font-size: 0.9rem; }
    @media only screen and (max-width: 767px) {
      .ticket__item-link {
        width: 100%;
        height: 45px;
        line-height: 45px; } }
    @media only screen and (min-width: 768px) {
      .ticket__item-link {
        width: 200px;
        height: 50px;
        line-height: 50px; } }
    .ticket__item-link:hover {
      opacity: 0.8; }
    .ticket__item-link a {
      color: #fff;
      text-decoration: none;
      width: 100%;
      display: block;
      text-align: center; }

@media only screen and (max-width: 767px) {
  .cloth {
    margin: 0 0 60px; } }
@media only screen and (min-width: 768px) {
  .cloth {
    margin: 0 0 100px; } }
.cloth__ttl {
  color: #abbdd6;
  font-weight: 700;
  letter-spacing: 0.6rem;
  line-height: 100%; }
  @media only screen and (max-width: 767px) {
    .cloth__ttl {
      font-size: 3.0rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .cloth__ttl {
      font-size: 4.8rem;
      margin: 0 0 25px; } }
.cloth__intro {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .cloth__intro {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .cloth__intro {
      font-size: 1.2rem; } }
.cloth__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media only screen and (max-width: 767px) {
    .cloth__head {
      margin: 0 0 20px;
      font-size: 1.3rem; } }
  @media only screen and (min-width: 768px) {
    .cloth__head {
      margin: 30px auto 40px;
      max-width: 980px; } }
  @media only screen and (max-width: 767px) {
    .cloth__head-main {
      display: none; } }
  .cloth__head-sub {
    font-weight: 700;
    color: #4D4D4D; }
    @media only screen and (min-width: 768px) {
      .cloth__head-sub {
        font-size: 2.0rem; } }
.cloth__slid-container {
  display: flex !important; }
  @media only screen and (max-width: 767px) {
    .cloth__slid-container {
      flex-direction: column !important; } }
  @media only screen and (min-width: 768px) {
    .cloth__slid-container {
      justify-content: space-between !important; } }
.cloth__slid {
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .cloth__slid {
      width: 85%;
      order: 2 !important; } }
  @media only screen and (min-width: 768px) {
    .cloth__slid {
      width: 85%; } }
.cloth__item {
  display: flex !important; }
  @media only screen and (max-width: 767px) {
    .cloth__item {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .cloth__item {
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .cloth__item-text {
      order: 0; } }
  @media only screen and (min-width: 768px) {
    .cloth__item-text {
      width: 40%; } }
  .cloth__item-theme {
    color: #5d5f68;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .cloth__item-theme {
        font-size: 1.6rem;
        margin: 0 0 10px; } }
    @media only screen and (min-width: 768px) {
      .cloth__item-theme {
        font-size: 2.0rem;
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .cloth__item-theme span {
        font-size: 2.8rem; } }
  @media only screen and (max-width: 767px) {
    .cloth__item-comment {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) {
    .cloth__item-comment {
      font-size: 1.3rem; } }
  .cloth__item-comment p {
    color: #6079A4;
    margin: 15px 0 0; }
    @media only screen and (max-width: 767px) {
      .cloth__item-comment p {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .cloth__item-comment p {
        font-size: 1.1rem; } }
  .cloth__item-pic {
    background: #fff;
    box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3);
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .cloth__item-pic {
        order: -1;
        margin: 0 0 15px;
        padding: 10px 0; } }
    @media only screen and (min-width: 768px) {
      .cloth__item-pic {
        width: 55%;
        padding: 10px 0; } }
    .cloth__item-pic img {
      filter: drop-shadow(0 0 13px rgba(0, 0, 0, 0.25)); }
.cloth__thum {
  list-style: none;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .cloth__thum {
      margin: 0 0 20px;
      order: 1 !important; } }
  @media only screen and (min-width: 768px) {
    .cloth__thum {
      margin: 0 0 0 30px;
      text-align: right;
      width: 83px; } }
  .cloth__thum li {
    background: #fff;
    color: #6079A4;
    border-radius: 50%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .cloth__thum li {
        width: 70px !important;
        height: 70px !important;
        margin: 0 10px 0 0; } }
    @media only screen and (min-width: 768px) {
      .cloth__thum li {
        width: 80px !important;
        height: 80px !important;
        margin: 0 0 10px;
        font-size: 1.2rem;
        cursor: pointer; } }
    .cloth__thum li:hover {
      opacity: 0.9; }

.slick-prev:before, .slick-next:before {
  color: #6079A4 !important; }
  @media only screen and (min-width: 768px) {
    .slick-prev:before, .slick-next:before {
      font-size: 30px !important; } }

.slick-prev:before, .slick-next:before {
  color: #6079A4 !important; }
  @media only screen and (min-width: 768px) {
    .slick-prev:before, .slick-next:before {
      font-size: 30px !important; } }

@media only screen and (max-width: 767px) {
  .good {
    margin: 0 0 80px; } }
@media only screen and (min-width: 768px) {
  .good {
    margin: 0 0 100px; } }
.good__ttl {
  text-align: center;
  color: #abbdd6;
  font-weight: 700;
  letter-spacing: 0.6rem; }
  @media only screen and (max-width: 767px) {
    .good__ttl {
      font-size: 3.5rem;
      line-height: 2.5rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .good__ttl {
      font-size: 4.8rem;
      line-height: 3.5rem;
      margin: 0 0 60px; } }
  .good__ttl p {
    color: #898da5;
    margin: 10px 0 0;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .good__ttl p {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .good__ttl p {
        font-size: 1.3rem; } }
.good__container {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .good__container {
      justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .good__item {
    width: 100%;
    margin: 0 0 40px; } }
@media only screen and (min-width: 768px) {
  .good__item {
    width: 48%;
    margin: 0 0 55px; } }
.good__item-pic {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3); }
  .good__item-pic::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .good__item-pic img {
    margin: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 767px) {
      .good__item-pic img {
        height: 300px; } }
    @media only screen and (min-width: 768px) {
      .good__item-pic img {
        height: 430px; } }
.good__item-name {
  text-align: center;
  margin: 25px 0 5px; }
  @media only screen and (max-width: 767px) {
    .good__item-name {
      font-size: 1.05rem; } }
  @media only screen and (min-width: 768px) {
    .good__item-name {
      font-size: 1.1rem; } }
.good__item-price {
  text-align: center;
  margin: 0;
  color: #6079A4;
  font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .good__item-price {
      font-size: 1.05rem; } }
  .good__item-price span {
    color: #231815;
    margin: 0 0 0 10px;
    font-size: 0.8rem;
    font-weight: normal; }

@media only screen and (max-width: 767px) {
  .note {
    margin: 0 0 80px; } }
@media only screen and (min-width: 768px) {
  .note {
    margin: 0 0 100px; } }
.note__ttl {
  text-align: center;
  color: #abbdd6;
  font-weight: 700;
  letter-spacing: 0.6rem; }
  @media only screen and (max-width: 767px) {
    .note__ttl {
      font-size: 3.5rem;
      line-height: 2.5rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .note__ttl {
      font-size: 4.8rem;
      line-height: 3.5rem;
      margin: 0 0 60px; } }
  .note__ttl p {
    color: #898da5;
    margin: 10px 0 0;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .note__ttl p {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .note__ttl p {
        font-size: 1.3rem; } }
@media only screen and (max-width: 767px) {
  .note__item {
    margin: 0 0 25px; } }
@media only screen and (min-width: 768px) {
  .note__item {
    margin: 0 0 30px; } }
.note__item:last-child {
  margin: 0; }
.note__item-ttl {
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .note__item-ttl {
      font-size: 1.2rem;
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .note__item-ttl {
      font-size: 1.2rem;
      margin: 0 0 15px; } }
@media only screen and (max-width: 767px) {
  .note__item p {
    margin: 0 0 10; } }
@media only screen and (min-width: 768px) {
  .note__item p {
    margin: 0 0 10px;
    font-size: 1.0rem;
    line-height: 1.8rem; } }
.note__item p:last-child {
  margin: 0; }
.note__item ul {
  margin: 0 0 0 25px;
  padding: 0; }
  .note__item ul li {
    margin: 0 0 10px; }

.application {
  background-color: #0A1945;
  background-image: none !important; }
  .application .wrap {
    background-color: #f6f9fa; }
    @media only screen and (max-width: 767px) {
      .application .wrap {
        padding: 30px 10px; } }
    @media only screen and (min-width: 768px) {
      .application .wrap {
        padding: 60px 0; } }
  .application .content {
    background: #fff;
    box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3);
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application .content {
        margin: 0;
        padding: 20px 15px 25px; } }
    @media only screen and (min-width: 768px) {
      .application .content {
        margin: 0 auto;
        padding: 40px 50px; } }
  .application h2 {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .application h2 {
        font-size: 1.3rem;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .application h2 {
        font-size: 2.0rem;
        margin: 0 0 25px; } }
  .application h3 {
    margin: 0 0 20px;
    line-height: 100%; }
    @media only screen and (min-width: 768px) {
      .application h3 {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 767px) {
    .application__note {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .application__note {
      margin: 0 0 30px; } }
  .application__note p {
    margin: 0 0 15px; }
    @media only screen and (min-width: 768px) {
      .application__note p {
        font-size: 1.0rem;
        line-height: 1.9rem; } }
    .application__note p:last-child {
      margin: 0; }
  .application__form {
    border: #666 solid 2px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application__form {
        padding: 30px 15px; } }
    @media only screen and (min-width: 768px) {
      .application__form {
        padding: 30px; } }
  .application dl {
    width: 100%;
    border-top: #ccc solid 1px; }
    @media only screen and (max-width: 767px) {
      .application dl {
        margin: 0;
        padding: 20px 0 25px; } }
    @media only screen and (min-width: 768px) {
      .application dl {
        display: flex;
        margin: 0;
        padding: 25px 0; } }
    .application dl:last-of-type {
      border-bottom: #ccc solid 1px; }
    .application dl dt {
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .application dl dt {
          width: 100%;
          margin: 0 0 20px; } }
      @media only screen and (min-width: 768px) {
        .application dl dt {
          width: 26%; } }
    @media only screen and (max-width: 767px) {
      .application dl dd {
        width: 100%;
        margin: 0; } }
    @media only screen and (min-width: 768px) {
      .application dl dd {
        width: 74%; } }
  .application input[type=text],
  .application input[type=mail] {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background: #f1f1f1;
    font-size: 16px;
    padding: 10px 7px;
    border-radius: 3px; }
  .application .short {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application .short {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application .short {
        width: 40%; } }
  .application .middle {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application .middle {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application .middle {
        width: 60%; } }
  .application .long {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application .long {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application .long {
        width: 80%; } }
  .application .submit {
    margin: 25px auto 0; }
    .application .submit__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      align-content: center; }
      @media only screen and (min-width: 768px) {
        .application .submit__inner {
          margin: 0 auto;
          max-width: 550px; } }
    .application .submit input[type=submit] {
      -webkit-appearance: none;
      border: none;
      margin: auto;
      background: #f1f1f1;
      color: #555; }
      @media only screen and (max-width: 767px) {
        .application .submit input[type=submit] {
          width: 44%;
          font-size: 0.9rem;
          height: 43px;
          line-height: 43px;
          margin: 0 5px; } }
      @media only screen and (min-width: 768px) {
        .application .submit input[type=submit] {
          width: 200px;
          font-size: 1.0rem;
          height: 47px;
          line-height: 47px; } }
      .application .submit input[type=submit]:hover {
        opacity: 0.8; }
      .application .submit input[type=submit]:first-child {
        background-color: #6079A4;
        color: #fff; }

.complete {
  background-color: #f6f9fa; }
  .complete .content {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .complete .content {
        height: 100vh; } }
    @media only screen and (min-width: 768px) {
      .complete .content {
        margin: 0 auto;
        height: calc(100vh - 300px); } }
  .complete__container {
    background: #fff;
    box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3); }
    @media only screen and (max-width: 767px) {
      .complete__container {
        padding: 30px 15px 35px; } }
    @media only screen and (min-width: 768px) {
      .complete__container {
        padding: 40px 50px; } }
    .complete__container p {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .complete__container p {
          font-size: 0.95rem;
          line-height: 1.8rem; } }
      @media only screen and (min-width: 768px) {
        .complete__container p {
          font-size: 1.0rem;
          line-height: 1.9rem; } }
  .complete__back {
    background-color: #6079A4;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .complete__back {
        width: 44%;
        font-size: 0.9rem;
        height: 43px;
        line-height: 43px;
        margin: 25px auto 0; } }
    @media only screen and (min-width: 768px) {
      .complete__back {
        width: 200px;
        font-size: 1.0rem;
        height: 47px;
        line-height: 47px;
        margin: 30px auto 0; } }
    .complete__back:hover {
      opacity: 0.8; }
    .complete__back a {
      color: #fff;
      text-decoration: none;
      display: block;
      width: 100%; }

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

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

.global_head {
  margin: 0; }

.global_head, footer {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; }
