@charset "UTF-8";

@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");

/*==================================================
    Base Style
==================================================*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 18px;
  color: #000;
  line-height: 1.8888888889;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}

p,
ul,
ol,
dl,
table {
  margin: 0 0 1.5em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

/*==================================================
    Structure
==================================================*/

.container-fluid {
  padding: 0;
}

.header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  position: relative;
}

.header .header-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.header .header-logo {
  margin: 0;
  padding: 23px 0 27px;
}

.header .header-logo img {
  display: block;
}

.header .header-sns {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
}

.top .header .header-sns {
  display: block;
}

.contents.contents-settings {
  background-color: #fafafa;
  overflow: hidden;
}

.footer {
  border-top: 1px solid #f2f2f2;
}

.footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.footer .footer-sns {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.footer .footer-copyright {
  margin: 30px 0;
  font-size: 14px;
}

.media:before,
.media:after {
  content: "";
  display: table;
}

.media:after {
  clear: both;
}

.media [class*='media-col-'] {
  overflow: hidden;
}

.media-col-xs-1 {
  width: 8.3333333333%;
}

.media-col-xs-2 {
  width: 16.6666666667%;
}

.media-col-xs-3 {
  width: 25%;
}

.media-col-xs-4 {
  width: 33.3333333333%;
}

.media-col-xs-5 {
  width: 41.6666666667%;
}

.media-col-xs-6 {
  width: 50%;
}

.media-col-xs-7 {
  width: 58.3333333333%;
}

.media-col-xs-8 {
  width: 66.6666666667%;
}

.media-col-xs-9 {
  width: 75%;
}

.media-col-xs-10 {
  width: 83.3333333333%;
}

.media-col-xs-11 {
  width: 91.6666666667%;
}

.media-col-xs-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.pull-xs-left {
  float: left;
  padding-right: 20px;
}

.pull-xs-right {
  float: right;
  padding-left: 20px;
}

.pull-xs-none {
  float: none;
}

.table th,
.table td {
  border: 1px solid #ddd;
}

ul.list-1 {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

ul.list-1 li:before {
  content: "・";
}

ul.list-1 li ul.list-1 {
  padding-left: 2em;
}

.list-mark {
  list-style: none;
  padding-left: 0;
}

.list-mark li {
  position: relative;
}

.list-mark li .mark {
  position: absolute;
  left: 0;
  top: 0;
}

.list-mark li .list-mark {
  padding-left: 1em;
}

.list-mark.mark-w-1 li {
  padding-left: 1em;
}

.list-mark.mark-w-1 li .mark {
  width: 1em;
}

.list-mark.mark-w-2 li {
  padding-left: 1.5em;
}

.list-mark.mark-w-2 li .mark {
  width: 1.5em;
}

.list-mark.mark-w-3 li {
  padding-left: 2em;
}

.list-mark.mark-w-3 li .mark {
  width: 2em;
}

.list-mark.mark-w-4 li {
  padding-left: 2.5em;
}

.list-mark.mark-w-4 li .mark {
  width: 2.5em;
}

.list-mark.mark-w-5 li {
  padding-left: 3em;
}

.list-mark.mark-w-5 li .mark {
  width: 3em;
}

.list-sns {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.list-sns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}

.list-sns li * {
  vertical-align: top !important;
}

.list-notice {
  list-style: none;
  padding: 0;
}

.list-notice li {
  color: #f9423a;
}

.group-add-contact {
  background-image: url("/assets/images/bg-01.png");
  background-repeat: repeat;
  background-position: 0 0;
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding: 80px 0;
}

.group-add-contact .group-add-contact-inner {
  width: 740px;
  margin: 0 auto;
  line-height: 1.6;
}

.group-add-contact .group-add-contact-inner:before,
.group-add-contact .group-add-contact-inner:after {
  content: "";
  display: table;
}

.group-add-contact .group-add-contact-inner:after {
  clear: both;
}

.group-add-contact .group-add-contact-inner .group-add-contact-image {
  width: 178px;
  float: left;
  margin-top: 12px;
}

.group-add-contact .group-add-contact-inner .group-add-contact-content {
  width: 540px;
  float: right;
  font-size: 22px;
}

.group-add-contact .group-add-contact-inner .group-add-contact-content .group-add-contact-content-btn {
  margin: 0 0 16px;
}

.group-add-contact .group-add-contact-inner .group-add-contact-content .group-add-contact-content-text {
  margin: 0 0 0;
  line-height: 1.8;
}

.group-add-contact .group-add-contact-inner .group-add-contact-content .group-add-contact-content-color {
  color: red;
}

.group-add-contact .group-add-contact-inner-2 {
  width: 1000px;
  margin: 54px auto 0;
  padding: 40px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border-radius: 30px;
}

.group-add-contact .group-add-contact-inner-2 > *:last-child {
  margin: 0;
}

.btn-1 {
  font-size: 28px;
  background-color: #ff3333;
  color: #fff;
  padding: 18px;
  border-radius: 44px;
  display: block;
  text-align: center;
  outline: none;
  border: 0 none;
}

.btn-1:hover {
  text-decoration: none;
  border: none;
  opacity: 0.7;
  color: #fff;
}

.btn-1:visited {
  text-decoration: none;
  border: none;
  opacity: 0.7;
  color: #fff;
}

.btn-1:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 6px;
}

.btn-2 {
  font-size: 22px;
  background-color: #ff3333;
  color: #fff;
  padding: 8px 0 10px;
  border-radius: 44px;
  display: block;
  text-align: center;
  outline: none;
  border: 0 none;
}

.btn-2:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

.btn-2:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 6px;
}

.group-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 60px;
}

.group-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.group-1 {
  background-color: #fafafa;
  padding-bottom: 40px;
  overflow: hidden;
}

.group-1 .group-1-head {
  margin: 0 0 60px;
  font-size: 32px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.group-1 .group-1-head .group-1-head-inner {
  display: block;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  padding: 30px 0 34px;
  line-height: 1.5;
  position: relative;
  font-weight: 200;
}

.group-1 .group-1-head .group-1-head-inner:before {
  content: "";
  border: 16px solid transparent;
  border-top-color: #bbb;
  border-bottom-width: 0;
  display: block;
  margin: 0 0 0 0;
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.group-1 .group-1-head .group-1-head-inner:after {
  content: "";
  border: 16px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  display: block;
  margin: 0 0 0 0;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.group-1 .group-1-inner {
  width: 1000px;
  margin: 0 auto;
}

.group-step .row [class^="col-"] {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 0 0 40px;
}

.group-step .row [class^="col-"] .group-step-head {
  margin: 0 0 18px;
  font-weight: 300;
}

.group-step .row [class^="col-"] .group-step-image {
  display: block;
  border: 1px solid #ccc;
  margin: 0 0 16px;
}

.group-project .group-project-logo {
  text-align: center;
  margin: 0 0 60px;
}

.group-project .group-project-logo img {
  width: auto;
  margin: 0 auto;
}

.group-main-visual {
  background-color: #f5f5f5;
  background-image: url("/assets/images/main-visual-bg.png");
  background-repeat: repeat-x;
  background-position: center center;
}

.group-main-visual .group-main-visual-inner {
  width: 1000px;
  margin: 0 auto;
}

.group-main-visual .group-main-visual-inner .group-main-visual-head {
  margin: 0;
}

.group-main-visual .group-main-visual-inner .group-main-visual-head img {
  width: 100%;
}

.group-sns-1 {
  display: none;
}

.group-box-1 {
  width: 1000px;
  padding: 29px 29px;
  border: 1px solid #ccc;
  margin: 40px auto;
  background-color: #fff;
}

.group-box-1 > *:last-child {
  margin-bottom: 0;
}

.group-box-1:last-child {
  margin-bottom: 0;
}

.group-box-1 .group-box-1-head {
  font-size: 22px;
  position: relative;
  padding: 0 16px 0;
  margin: 60px 0 20px;
  line-height: 1.4;
}

.group-box-1 .group-box-1-head:first-child {
  margin-top: 0;
}

.group-box-1 .group-box-1-head:before {
  content: "";
  width: 5px;
  background-color: #ff3333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
}

.group-box-2 {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 25px 29px;
  margin: 0 0 20px;
}

.group-box-2 > *:last-child {
  margin-bottom: 0;
}

.group-box-3 {
  background-color: #fff;
  width: 700px;
  margin: 0 auto 50px;
  padding: 30px 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.group-box-3 .group-box-3-head {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 30px;
}

.group-box-3 .group-box-3-account {
  font-size: 26px;
  background-color: #e6e6e6;
  margin: 0 0 10px;
  padding: 14px 30px;
}

.group-box-3 .group-box-3-regist {
  font-size: 20px;
}

dl.list-1 dt {
  margin: 0 0 0.25em;
  font-weight: 500;
}

dl.list-1 dd {
  margin-bottom: 1em;
}

dl.list-1 > *:last-child {
  margin-bottom: 0;
}

.group-manual {
  text-align: center;
  padding: 60px 0;
}

.group-manual .group-manual-head {
  text-align: center;
  margin: 0 0 50px;
  font-size: 40px;
}

.group-manual .group-manual-head-thin {
  text-align: center;
  margin: 0 0 5px;
  font-size: 40px;
}

.group-manual .group-manual-image {
  text-align: center;
}

.group-form-1 p {
  margin: 0 0 40px;
}

.group-form-1 select[type="time"] {
  font-size: 26px;
  margin: 0 20px 0;
  padding: 6px 10px 6px 20px;
  display: inline-block;
  vertical-align: middle;
}

.group-form-1 select[type="time"] + select[type="time"] {
  margin-left: -10px;
}

.group-form-1 select[type="time"]:first-child {
  margin-left: 0;
}

.group-form-1 .group-form-1-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0;
}

.group-form-1 .group-form-1-list li {
  margin: 0 0 20px;
}

.group-form-1 .group-form-1-list input[type="checkbox"] {
  display: none;
}

.group-form-1 .group-form-1-list label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 47px;
  cursor: pointer;
  transition: all .2s;
  margin: 0;
  font-weight: normal;
}

.group-form-1 .group-form-1-list label::before,
.group-form-1 .group-form-1-list label::after {
  position: absolute;
  content: '';
  transition: all .2s;
}

.group-form-1 .group-form-1-list label::before {
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.group-form-1 .group-form-1-list label::after {
  opacity: 0;
  top: 50%;
  left: 8px;
  width: 20px;
  height: 12px;
  margin-top: -10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

.group-form-1 .group-form-1-list label:hover::before {
  background: #fff;
}

.group-form-1 .group-form-1-list input[type="checkbox"]:checked + label::before {
  background: #ff3333;
  border: 1px solid #ff3333;
}

.group-form-1 .group-form-1-list input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.group-form-1 .group-form-1-btn {
  margin-top: 60px;
}

.group-form-1 .group-form-1-btn .btn-2 {
  width: 100%;
}

.group-settings {
  text-align: center;
  padding: 60px 0;
}

.group-settings .group-settings-head {
  text-align: center;
  margin: 0 0 50px;
  font-size: 40px;
}

.group-settings .group-settings-image {
  text-align: center;
  margin: 0;
}

.modal-release {
  display: none;
  padding: 20px;
}

.modal-release .modal-release-image {
  text-align: center;
}

.modal-release .modal-release-text-1 {
  font-size: 20px;
  margin: 0 0 20px;
}

.modal-release .modal-release-text-2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 20px;
}

.modal-release .modal-release-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.modal-release .modal-release-list li {
  display: inline-block;
  margin: 0 15px;
}

.modal-release .modal-release-list li a,
.modal-release .modal-release-list li button {
  display: block;
  display: inline-block;
  width: 230px;
  border: 0 none;
  color: #fff;
  font-size: 24px;
  padding: 4px 0;
  margin: 0;
  border-radius: 40px;
  outline: none;
}

.modal-release .modal-release-list li a:hover,
.modal-release .modal-release-list li button:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

.modal-release .modal-release-list li a:after,
.modal-release .modal-release-list li button:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 6px;
}

.modal-release .modal-release-list li a {
  background-color: #ff3333;
}

.modal-release .modal-release-list li button {
  background-color: #999999;
}

.thumb {
  width: 60%;
  border: 4px solid #000;
  margin: 0 auto 30px;
  position: relative;
}

.thumb a:after {
  position: absolute;
  font-family: fontawesome;
  content: "\f002";
  color: #fff;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  background-color: #000;
  display: block;
  line-height: 25px;
  padding: 0 0 1px;
  width: 26px;
  border-radius: 50%;
  text-align: center;
}

.thumb img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.thumb-2 {
  border: 4px solid #000;
  position: relative;
}

.thumb-2 a {
  height: 218px;
  overflow: hidden;
  display: block;
}

.thumb-2 a:after {
  position: absolute;
  font-family: fontawesome;
  content: "\f002";
  color: #fff;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  background-color: #000;
  display: block;
  line-height: 25px;
  padding: 0 0 1px;
  width: 26px;
  border-radius: 50%;
  text-align: center;
}

.thumb-2 img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.strong-1 {
  color: #ff3333;
  font-weight: bold;
}

.align-c {
  text-align: center !important;
}

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

.align-r {
  text-align: right !important;
}

.smp-only {
  display: none;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

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

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

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

.mb-30 {
  margin-bottom: 30px !important;
}

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

.w-20 {
  width: 20px;
}

.w-40 {
  width: 40px;
}

.w-60 {
  width: 60px;
}

.w-80 {
  width: 80px;
}

.w-100 {
  width: 100px;
}

.w-120 {
  width: 120px;
}

.w-140 {
  width: 140px;
}

.w-160 {
  width: 160px;
}

.w-180 {
  width: 180px;
}

.w-200 {
  width: 200px;
}

.w-220 {
  width: 220px;
}

.w-240 {
  width: 240px;
}

.w-260 {
  width: 260px;
}

.w-280 {
  width: 280px;
}

.w-300 {
  width: 300px;
}

.w-320 {
  width: 320px;
}

.w-340 {
  width: 340px;
}

.w-360 {
  width: 360px;
}

.w-380 {
  width: 380px;
}

.w-400 {
  width: 400px;
}

.w-full {
  width: 100%;
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

@media (min-width: 768px) {
  .media-col-sm-1 {
    width: 8.3333333333%;
  }

  .media-col-sm-2 {
    width: 16.6666666667%;
  }

  .media-col-sm-3 {
    width: 25%;
  }

  .media-col-sm-4 {
    width: 33.3333333333%;
  }

  .media-col-sm-5 {
    width: 41.6666666667%;
  }

  .media-col-sm-6 {
    width: 50%;
  }

  .media-col-sm-7 {
    width: 58.3333333333%;
  }

  .media-col-sm-8 {
    width: 66.6666666667%;
  }

  .media-col-sm-9 {
    width: 75%;
  }

  .media-col-sm-10 {
    width: 83.3333333333%;
  }

  .media-col-sm-11 {
    width: 91.6666666667%;
  }

  .media-col-sm-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pull-sm-left {
    float: left;
    padding-right: 20px;
  }

  .pull-sm-right {
    float: right;
    padding-left: 20px;
  }

  .pull-sm-none {
    float: none;
  }
}

@media (min-width: 1000px) {
  .media-col-md-1 {
    width: 8.3333333333%;
  }

  .media-col-md-2 {
    width: 16.6666666667%;
  }

  .media-col-md-3 {
    width: 25%;
  }

  .media-col-md-4 {
    width: 33.3333333333%;
  }

  .media-col-md-5 {
    width: 41.6666666667%;
  }

  .media-col-md-6 {
    width: 50%;
  }

  .media-col-md-7 {
    width: 58.3333333333%;
  }

  .media-col-md-8 {
    width: 66.6666666667%;
  }

  .media-col-md-9 {
    width: 75%;
  }

  .media-col-md-10 {
    width: 83.3333333333%;
  }

  .media-col-md-11 {
    width: 91.6666666667%;
  }

  .media-col-md-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pull-md-left {
    float: left;
    padding-right: 20px;
  }

  .pull-md-right {
    float: right;
    padding-left: 20px;
  }

  .pull-md-none {
    float: none;
  }
}

@media (min-width: 1200px) {
  .media-col-lg-1 {
    width: 8.3333333333%;
  }

  .media-col-lg-2 {
    width: 16.6666666667%;
  }

  .media-col-lg-3 {
    width: 25%;
  }

  .media-col-lg-4 {
    width: 33.3333333333%;
  }

  .media-col-lg-5 {
    width: 41.6666666667%;
  }

  .media-col-lg-6 {
    width: 50%;
  }

  .media-col-lg-7 {
    width: 58.3333333333%;
  }

  .media-col-lg-8 {
    width: 66.6666666667%;
  }

  .media-col-lg-9 {
    width: 75%;
  }

  .media-col-lg-10 {
    width: 83.3333333333%;
  }

  .media-col-lg-11 {
    width: 91.6666666667%;
  }

  .media-col-lg-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pull-lg-left {
    float: left;
    padding-right: 20px;
  }

  .pull-lg-right {
    float: right;
    padding-left: 20px;
  }

  .pull-lg-none {
    float: none;
  }
}

@media (max-width: 1000px) {
  .container-fluid {
    overflow: hidden;
  }

  .header .header-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer .footer-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .group-add-contact .group-add-contact-inner-2 {
    width: calc(100% - 40px);
  }

  .group-1 .group-1-head .group-1-head-inner {
    width: 100%;
  }

  .group-1 .group-1-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .group-main-visual .group-main-visual-inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .container-fluid {
    overflow: hidden;
  }

  .header .header-inner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .header-logo img {
    height: 29px;
  }

  .header .header-logo {
    padding: 8px 0;
  }

  .top .header .header-sns {
    display: none;
  }

  .footer .footer-inner {
    width: auto;
    padding: 20px 0;
  }

  .footer .footer-sns {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }

  .footer .footer-copyright {
    font-size: 12px;
    text-align: center;
    margin: 8px 0 0;
  }

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

  .list-sns li {
    margin: 0 5px;
  }

  .list-notice li {
    font-size: 11px;
  }

  .group-add-contact {
    padding: 20px 15px;
    background-size: 6px 6px;
  }

  .group-add-contact .group-add-contact-inner {
    width: auto;
  }

  .group-add-contact .group-add-contact-inner .group-add-contact-image {
    width: auto;
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }

  .group-add-contact .group-add-contact-inner .group-add-contact-image img {
    width: 124px;
  }

  .group-add-contact .group-add-contact-inner .group-add-contact-content {
    width: auto;
    float: none;
  }

  .group-add-contact .group-add-contact-inner .group-add-contact-content .group-add-contact-content-text {
    font-size: 14px;
  }

  .group-add-contact .group-add-contact-inner-2 {
    width: auto;
    margin: 20px auto;
    padding: 16px 20px;
    border-radius: 20px;
  }

  .btn-1 {
    font-size: 14px;
    padding: 10px 0;
  }

  .btn-1:after {
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: -2px 0 0 3px;
  }

  .btn-2 {
    font-size: 14px;
  }

  .group-movie {
    margin: 0 0 20px;
  }

  .group-1 {
    padding-bottom: 20px;
    overflow: hidden;
  }

  .group-1 .group-1-head {
    font-size: 20px;
    margin: 0 0 30px;
  }

  .group-1 .group-1-head .group-1-head-inner {
    width: auto;
    padding: 10px 15px;
  }

  .group-1 .group-1-inner {
    width: auto;
    padding: 0 15px;
  }

  .group-step .row [class^="col-"] {
    margin: 0 0 20px;
  }

  .group-step .row [class^="col-"] .group-step-head {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
  }

  .group-project .group-project-logo {
    margin: 0 0 30px;
  }

  .group-main-visual {
    background-size: 100%;
  }

  .group-main-visual .group-main-visual-inner {
    width: 100%;
    padding: 0;
  }

  .group-sns-1 {
    border-top: 1px solid #ccc;
    display: block;
    padding: 10px 0;
  }

  .group-box-1 {
    width: auto;
    margin: 20px auto;
    padding: 10px;
  }

  .group-box-1 .group-box-1-head {
    font-size: 16px;
    padding: 0 10px;
    margin: 40px 0 20px;
  }

  .group-box-1 .group-box-1-head:before {
    width: 3px;
  }

  .group-box-2 {
    padding: 10px;
  }

  .group-box-3 {
    width: auto;
    padding: 10px;
    margin: 0 10px 30px;
  }

  .group-box-3 .group-box-3-head {
    font-size: 16px;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }

  .group-box-3 .group-box-3-account {
    font-size: 13px;
    padding: 0.5em 1em;
  }

  .group-box-3 .group-box-3-regist {
    font-size: 12px;
  }

  .group-manual {
    padding: 30px 0;
  }

  .group-manual .group-manual-head {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .group-manual .group-manual-image {
    width: 115px;
    margin: 0 auto;
  }

  .group-manual .group-manual-image img {
    width: 100%;
  }

  .group-form-1 p {
    margin: 0 0 20px;
  }

  .group-form-1 select[type="time"] + select[type="time"] {
    margin-left: 0px;
  }

  .group-form-1 select[type="time"] {
    font-size: 12px;
    margin: 0 6px;
    padding: 2px 0px 2px 0;
  }

  .group-form-1 .group-form-1-btn {
    margin-top: 30px;
  }

  .group-settings {
    padding: 30px 0;
  }

  .group-settings .group-settings-head {
    font-size: 20px;
    margin: 0 0 30px;
  }

  .group-settings .group-settings-image {
    width: 115px;
    margin: 0 auto;
  }

  .group-settings .group-settings-image img {
    width: 100%;
  }

  .modal-release {
    padding: 10px;
  }

  .modal-release .modal-release-image {
    width: 64px;
    margin: 0 auto 10px;
  }

  .modal-release .modal-release-image img {
    width: 100%;
  }

  .modal-release .modal-release-text-1 {
    font-size: 14px;
  }

  .modal-release .modal-release-text-2 {
    font-size: 14px;
    text-align: left;
  }

  .modal-release .modal-release-list li {
    width: 42%;
    margin: 0 10px;
  }

  .modal-release .modal-release-list li a,
  .modal-release .modal-release-list li button {
    width: 100%;
    font-size: 14px;
  }

  .modal-release .modal-release-list li a:after,
  .modal-release .modal-release-list li button:after {
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: -3px 0 0 3px;
  }
}

@media screen and (max-width: 480px) {
  .smp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}