@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
  font-family: 'Josefin Sans', "zen-kaku-gothic-new", 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #000000;
}

a {
    text-decoration: none;
    color: #505050;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
}

img {
  max-width: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*l-header
---------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 0 0 0 50px;
  top: 0;
  left: 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  z-index: 10;
}

.l-header .logo {
  width: 230px;
}

.l-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}

.btn-trigger {
  display: none;
}


@media screen and (max-width: 767px){

  .l-header .logo {
      width: 165px;
  }

  .l-header-content {
      min-height: 50px;
  }

  .l-header {
      padding: 0 15px;
  }

  .btn-trigger {
    display: block;
  }

  /*=============================
  .btn-trigger
  =============================*/
  .btn-trigger {
    position: relative;
    width: 35px;
    height: 16px;
    cursor: pointer;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }


  /*=============================
  #btn01
  =============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-30deg);
    transform: translateY(6px) rotate(-30deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(30deg);
    transform: translateY(-8px) rotate(30deg);
  }


}

/* l-gNav
---------------------------------------------------------------------------- */

.l-gNav-contact {
  display: inline-block;
  vertical-align: middle;
}


.l-gNav-contact a {
  text-align: center;
  min-height: 80px;
  background: #000;
  display: block;
  color: #fff;
  width: 150px;
  font-size: 2rem;
  letter-spacing: 0.02em;
  padding: 25px 0;
  /* font-weight: 500; */
  transition: .3s;
}

.l-gNavList li a {
  /* font-weight: 500; */
  font-size: 2rem;
  letter-spacing: 0.02em;
  position: relative;
  transition: .3s;
}




@media screen and (min-width: 768px){

  .l-gNav {
    display: flex;
    align-items: center;
  }


  .l-gNavList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
  }

  .l-gNavList li a:hover {
    color: #A34E94;
  }

  .l-gNav-contact a:hover {
    background: #A34E94;
  }

}

@media screen and (max-width: 767px){

  .l-gNav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 50px;
    left: 0;
    z-index: 10;
    padding: 140px 30px 0;
    text-align: center;
  }

  .l-gNavList li a {
      font-size: 3.2rem;
      line-height: 1;
  }

  .l-gNavList li + li {
      margin-top: 50px;
  }

  .l-gNavList {
      margin: 0 0 80px;
  }


  .l-gNav-contact a {
      width: 275px;
      min-height: 60px;
      font-size: 3.2rem;
      padding: 6px 0;
  }


}


/* l-content
---------------------------------------------------------------------------- */
.l-content {
}


/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
  background: #905F96;
  padding: 16px;
}

.l-footer p {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}


@media screen and (max-width: 767px){
  .l-footer {
    padding: 11px;
  }

  .l-footer p {
    font-size: 1.1rem;
  }

}

/* common
---------------------------------------------------------------------------- */
.m-content {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 30px;
}

.m-heading {
    text-align: center;
    font-size: 8rem;
    /* font-weight: 500; */
    letter-spacing: .02em;
    line-height: 1;
    padding: 0 0 30px;
}

/* form */

input.m-input {
    width: 100%;
    background: #fff;
    border: solid 1px #B0B0B0;
    height: 50px;
    padding: 0 14px;
    font-size: 1.6rem;
}

.m-textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #B0B0B0;
  height: 300px;
  padding: 14px;
  font-size: 1.6rem;
  resize: none;
}

::placeholder {
  color: #858585;
}

/* リスト全体のリセット */
.m-radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ラジオボタンのカスタムスタイル */
.m-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: 24px;
  font-size: 1.6rem;
}

/* inputを隠す */
.m-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  margin: 0;
}

/* 外側の円 */
.m-radio::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #B0B0B0;
  border-radius: 50%;
  background-color: #fff;
}

/* チェックされたときの内側の丸 */
.m-radio input[type="radio"]:checked + span::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #905F96;
  border-radius: 50%;
}

.m-checkbox-lead {
  text-align: center;
  margin-bottom: 80px;
}

.m-checkbox {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  /* font-weight: 500; */
  letter-spacing: 0.04em;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
}

/* 隠されたチェックボックス */
.m-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 20px;
  width: 20px;
  margin: 0;
}

/* 外側の四角 */
.m-checkbox input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #B0B0B0;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

/* チェックされたときのレ点 */
.m-checkbox input[type="checkbox"]:checked + span::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 6px;
  width: 7px;
  height: 13px;
  border-right: 2px solid #905F96;
  border-bottom: 2px solid #905F96;
  transform: rotate(50deg);
  box-sizing: border-box;
}

span.m-required {
    color: #FF0000;
    font-size: 1.4rem;
    padding: 0 0 0 15px;
    display: inline-block;
}

.error {
    color: #FF0000;
    font-size: 1.4rem;
    /* font-weight: 500; */
}

.m-submit {
    margin: 0 auto;
    width: 300px;
}

.m-submit + .m-submit {
  margin-top: 20px;
}

.m-submit button {
    text-align: center;
    background: #000;
    display: block;
    color: #fff;
    width: 100%;
    height: 60px;
    font-size: 1.8rem;
    /* font-weight: 500; */
    cursor: pointer;
    border: solid 1px #000;
    transition: .3s;
}

.m-submit input[type="button"] {
  text-align: center;
  background: #fff;
  display: block;
  color: #000;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  /* font-weight: 500; */
  cursor: pointer;
  border: solid 1px #000;
  transition: .3s;
}

.m-button {
  margin: 0 auto;
  width: 300px;
}

.m-button a {
  display: block;
    text-align: center;
    background: #000;
    display: block;
    color: #fff;
    width: 100%;
    height: 60px;
    font-size: 1.8rem;
    /* font-weight: 500; */
    cursor: pointer;
    transition: .3s;
    padding: 18px 0;
}

/* 初期状態は透明で下に位置 */
.is-animation {
  opacity: 0;
  transform: translateY(50px); /* 下にずらしておく */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* フェードイン＆スライドアップ */
}

/* アニメーションをトリガーするクラス */
.is-visible {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻す */
}


@media screen and (min-width: 768px){
  .m-radio-list li {
      display: inline-block;
  }

  .m-radio-list li + li {
      margin-left: 40px;
  }

  .m-submit button:hover {
    background: #905F96;
    border: solid 1px #905F96;
    color: #fff;
  }

  .m-submit input[type="button"]:hover {
    background: #905F96;
    border: solid 1px #905F96;
    color: #fff;
  }

  .m-button a:hover {
    background: #905F96;
    color: #fff;
  }

}

@media screen and (max-width: 767px){
  .m-content {
      padding: 0 17px;
  }

  h2.m-heading {
      font-size: 5rem;
      padding: 0 0 20px;
  }


  input.m-input {
      height: 45px;
      padding: 0 10px;
      font-size: 1.5rem;
  }

  .m-textarea {
    height: 250px;
    padding: 10px;
    font-size: 1.5rem;
  }

  span.m-required {
    font-size: 1.3rem;
  }

  .m-radio {
    font-size: 1.5rem;
  }

  .m-radio-list li + li {
      margin-top: 5px;
  }

  .m-checkbox {
    font-size: 1.4rem;
  }

  .m-checkbox-lead {
    margin: 0 0 60px;
  }

  .error {
      font-size: 1rem;
  }

  .m-submit {
    width: 225px;
  }

  .m-submit button {
    height: 45px;
    font-size: 1.5rem;
  }

  .m-button {
    width: 225px;
  }

  .m-button a {
    height: 45px;
    font-size: 1.5rem;
    padding: 13px 0;
  }

}
