/* CSS Document */
* {
  /* 文字詰め */
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

main, footer, .inner, .inner > * {
  max-width: 100%;
}

/* ///////////////////////////////////////////////////////////////////// 
//  global
/////////////////////////////////////////////////////////////////////*/
section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  background: #f7f7f7;
  color: #111;
  padding: 80px 0;
}

.sec-inner {
  max-width: 980px;
  margin: auto;
  padding: 0 150px;
}

p {
  margin-bottom: 0 !important;
  line-height: 2.2em;
  letter-spacing: 0.07em;
}

dl, ol, ul {
  margin-bottom: 0 !important;
}

.sp {
  display: none;
}
.tb {
  display: none;
}
.pc {
  display: block;
}

.center{
    text-align: center;
}

main{
  margin: 0 auto;
}

img {
  width: 100%;
}

.absolute {
  position: absolute;
}

.purple {
  background: #8b1274;
}

.l-purple {
  background: #e6cde1;
}

.black {
  background: #111;
}

.m-t-20{
  margin-top: 20px;
}

.white {
  background: #FFF;
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.sticky {
  position: fixed;
  transition: all 0.5s;
  z-index: 99999;
}

.fixed{
  position: fixed;
  transition: all 0.5s;
}

h2{
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.25rem;
}

section h2{
  font-size: 2.4rem;
}
.head_txt h2{
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 2.4rem;
}
.head_txt h2::before{
  content: "";
  height: 15px;
  background: #e6cde1;
  position: absolute;
  top: -3px;
  left: -20px;
  width: 70px;
  transform: skew(0deg,-20deg);
  z-index: -1;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { 
  position: fixed; 
  left: 0; 
  top: 0; 
  z-index: 99999999999; 
  width: 100%; 
  height: 100%; 
  overflow: visible; 
  background: #FFF;
}
#preloader:before{
  content: '';
  position: fixed; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;  
  width: 80px; 
  height: 80px; 
  overflow: visible; 
  background: url('../img/loader.svg') no-repeat center center; 
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* //////////////////////////////////////// 
//  nav
/////////////////////////////////////////*/
header{
  height: 70px;
}
nav{
  height: 70px;
  width: 100%;
  background: #8b1274;
  display: grid;
  grid-template-columns: 180px 1fr;
  justify-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 200;
  padding: 0 20px;
}
.head_logo{
  grid-column: 1 / auto;
  justify-self: left;
  padding: 15px 0px 15px 15px;
}
nav ul{
  width: 100%;
  grid-column: 2 / auto;
  text-align: center;
  font-size: 1.4rem;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
nav ul li a{
  color: #FFF;
  padding: 30px 15px;
}
nav ul li a:hover{
  color: #111;
  transition: 0.9s ease 0s;
}

/* /////////////////////////////////////////////////////////////////////
//  mv
/////////////////////////////////////////////////////////////////////*/
#mv {
  background-image: url("../img/mv.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  background-position: center;
  -webkit-background-position: center;
  height: 540px;
  position: relative;
}

#mv img {
  width: 100%;
  height: auto;
}

.headings {
  padding: 0;
  color: #fff;
}
.headings h1 {
  font-size: 5rem;
  color: #FFF;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
  position: absolute;
  top: 40%;
  right: 20%;
  -webkit-transform: translateY(-40%);
  margin: auto;
  transform: skewX(63deg)
}


@media all and (max-width: 768px) and (min-width: 480px) {
  .headings p {
    text-align: center !important;
  }
}

/* //////////////////////////////////////// 
//  vision
/////////////////////////////////////////*/

.vision-txt{
  margin-top: 40px;
}

/* //////////////////////////////////////// 
//  service
/////////////////////////////////////////*/

#service{
  background: #111;
  color: #FFF;
}
#service .head_txt h2::before{
  background: #8b1274;
}
.service-txt{
  margin-top: 40px;
}
#service img{
  margin: 20px 0 20px 0;
}

/* //////////////////////////////////////// 
//  about
/////////////////////////////////////////*/

.list-about{
  width: 400px;
  margin: 0 auto;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

.list-about dd,#about dt{
  text-align: left;
  margin-top: 40px;
  line-height: 2.8rem;
}

.list-about dt{
  width: 30%;
  font-weight: 700;
}
.list-about dd{
  width: 70%;

}

/* ////////////////////////////////////////  
//  btn
/////////////////////////////////////////*/
.btn_block{
  position: relative;
  height: auto;
  z-index: 20;
}
.btn_box{
  width: 80%;
  max-width: 418px;
  display: block;
  padding: 0;
  background: #8b1274;
  border: 4px solid #111;
  font-weight: 700;
  z-index: 20;
  position: relative;
  margin: 40px auto 0;
}
.btn_box a{
  width: 100%;
  height: 72px;
  padding: 15px 0 0 0;
  display: block;
}

.btn_box p{
  font-size: 1.6rem;
  color: #FFF;
  letter-spacing: .25rem;
}
.btn_box p span{
  display: block;
  font-size: .8rem;
  letter-spacing: .5rem;
  line-height: 1rem;
  color: #111;
}

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.btn_box{
  transition: background-color 0.5s;
  overflow: hidden;
}
.btn_box::before{
  content: "";
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 5em;
  display: block;
  position: absolute;
  top: 0;
  left: -9.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.btn_box:hover::before {
  transform: skewX(-45deg) translateX(90em);
 transition: all 0.4s ease-in-out;
}
.btn_box:hover {
  background: #333;
  transition: background-color 1s;
}

.btn_box:active {
  -webkit-transform: translateY(3px);
}

/* ////////////////////////////////////////  
//  footer
/////////////////////////////////////////*/
#footer{
  padding: 20px 0;
}
#footer .sec-inner{
  background: transparent;
  color: #FFF;
}
.copyright{
  font-size: 1rem;
  text-transform: uppercase;
}
.foot-logo{
  width: 145px;
}

/* //////////////////////////////////////// 
//  page contact
/////////////////////////////////////////*/
.form h2 .img_ttl {
  width: 45%;
}

.form form {
  margin-top: 40px;
}

.form form .form-group {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.form form .form-group label {
  font-size: 1.6rem;
  width: 40%;
}
.form form .form-group .form-inbox{
  width: 60%;
}
.form form .form-group .form-inbox input{
  width: 100%;
}
.form form .form-group span {
  border-radius: .25rem;
  float: right;
  font-size: 0.85rem;
  text-align: center;
  padding: calc(.175rem + 1px) 0.75rem;
}

.form form .form-group .required {
  background: #8b1274;
  color: #FFF;
  margin-right: 1rem;
  margin: 0.8rem 1rem 0 0;
}

.form form .form-group .any {
  background: #cbcbcb;
  color: #000;
}

.form form .form-group .form-control {
  background-color: #FFF !important;
  border: 1px solid #cbcbcb !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: .5rem;
  font-size: 1.6rem !important;
  width: 100%;
}

.form form input::placeholder {
  color: #cbcbcb;
}

.form form .privacy {
  margin-bottom: 3rem;
  text-align: center;
}

.form form .agree-area {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2rem 0;
}

.form form .agree-area .checkbox-area {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}

.form form .agree-area .checkbox-area .checkbox {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.form form .agree-area .checkbox-area .checkbox::before {
  position: absolute;
  z-index: 1;
  top: -.3rem;
  left: -.25rem;
  width: 1.5rem;
  height: 1rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #8b1274;
  border-top-style: none;
  border-right-style: none;
}

.form form .agree-area .checkbox-area .checkbox:checked::before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

.form form .agree-area .checkbox-area .checkbox::after {
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  width: 2rem;
  height: 2rem;
  content: '';
  cursor: pointer;
  border: 2px solid #f2f2f2;
  background: #ffffff;
}

.form form .submit-btn-area {
  text-align: center;
}

.form form .submit-btn-area .btn {
  font-size: 1.25rem;
}

.form form .submit-btn-area .btn._submit {
  background: #8b1274;
  border: 3px solid #111;
  color: #fff;
  margin-right: 1rem;
  padding: 1rem 0;
  width: 200px;
  text-align: center;
  position: relative;
}

.form form .submit-btn-area .btn._reset {
  background: #333;
  border: 3px solid #777;
  color: #fff;
  padding: 1rem 0;
  width: 200px;
  text-align: center;
}

.form form .privacy{
  background-color: #FFF !important;
  border: 1px solid #cbcbcb !important;
  border-radius: 5px;
  padding: 1rem;
  font-size: 1.6rem !important;
  height: 150px;
  overflow-y: scroll;
}

.privacy h3{
  font-size: 1.6rem;
}
.privacy h4{
  font-size: 1.4rem;
  margin-top: 2rem;
}
.privacy p{
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.form form * {
  text-align: left;
}

.err_main,
.thanks_main{
  padding: 60px 0;
}

.err_main a,
.thanks_main a{
  background: #8b1274;
  color: #fff;
  padding: 1rem;
  display: inline-block;
  margin-top: 20px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  responsive
/////////////////////////////////////////////////////////////////////*/


/* //////////////////////////////////////// 
//  tablet
/////////////////////////////////////////*/
@media screen and (max-width: 767px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .pc {
    display: none;
  }
  .sec-inner {
    max-width: 95%;
    margin: auto;
  }
}
/* //////////////////////////////////////// 
//  sp
/////////////////////////////////////////*/

@media screen and (max-width: 575px) {
  .sp {
    display: block;
  }
  .tb {
    display: none;
  }
  .pc {
    display: none;
  }
  .button img {
    width: 100%;
  }
  header {
    height: 120px;
  }
  section{
    padding: 120px 0;
  }
  .sec-inner {
    max-width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
  /* mv */
  #mv{
    height: calc(100vh - 120px);
  }
  .headings h1 {
    top: 30%;
    bottom: 50%;
    right: unset;
    left: unset;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }

  /* nav */
  .sticky{
    padding: 0;
  }
  nav{
    grid-template-rows: 70px 50px;
    display: grid;
    height: auto;
  }
  nav ul{
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    grid-column: 1 / 3;
    grid-row: 2 / auto;
    justify-content: center;
    border-top: 1px solid #5a034a;
    padding: 11px 0;
    font-size: 1.2rem;
  }
  nav ul li a {
    padding: 15px 15px;
  }
  /* about */
  .list-about{
    width: 95%;
  }

  /* contact */
  .form form .form-group label,
  .form form .form-group .form-inbox{
    width: 100%;
  }
  .form form .form-group span {
    float: none;
  }
  .form form .submit-btn-area .btn._submit {
    margin: 0 0 20px 0;
  }
}
