@charset "utf-8";
/* ============================================================
 ▼▼font▼▼
============================================================ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&display=swap');
/* ============================================================
 ▼▼base fonts▼▼
============================================================ */
.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.serif {
  font-family: 'YuMincho Medium', '游明朝 Medium', 'Yu Mincho Medium', 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', serif;
  font-weight: normal;
}
/* ============================================================
 clearfix
============================================================ */
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
html {
  font-size: 62.5%;
  margin-top: 0!important;
}
body {
  font-family: 'YuGothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック', '游ゴシック体', sans-serif;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #000;
  min-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .sponly {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .pconly {
    display: none!important;
  }
}
* {
  box-sizing: border-box;
}
a {
  color: #e2aea8;
  text-decoration: underline;
  transition: all .3s;
}
a:hover {
  color: #e2aea8;
}
button,
input[type="submit"],
input[type="button"] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  border: none;
  outline: none;
  padding: 8px;
  background: #f3f3f3;
  border-radius: 6px;
  width: 100%;
}
@media (min-width: 980px) {
  input[type="date"] {
    border: none;
    outline: none;
    padding: 8px;
    background: #f3f3f3;
    border-radius: 6px;
    width: 100%;
  }
}
/* ラジオボタン */
.radio {
  display: none;
}
.radio + label {
  position: relative;
  display: block;
  padding-left: 32px;
  min-height: 22px;
  line-height: 22px;
  cursor: pointer;
  font-size: 1.4rem;
}
.radio + label::before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url(../images/common/radio-off.png);
  background-size: cover;
  content: "";
}
.radio:checked + label::before {
  background: url(../images/common/radio-on.png);
  background-size: cover;
  content: "";
}
.radio:disabled + label {
  cursor: not-allowed;
}
::-webkit-input-placeholder {
  color: #c1c1c1;
  font-weight: normal;
}
:-ms-input-placeholder {
  color: #c1c1c1;
  font-weight: normal;
}
::-moz-placeholder {
  color: #c1c1c1;
  font-weight: normal;
}
::placeholder {
  color: #c1c1c1;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}
p,
li,
a {
  font-size: 1.4rem;
}
#main {
  position: relative;
  overflow: hidden;
  margin: 0 30px 100px 30px;
  padding-top: 170px;
}
.wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.wrap:first-of-type {
  margin-top: 0;
}
.inner {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.inner-900 {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.inner-1100 {
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.inner-1200 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ttl-area {
  margin-top: 50px;
  margin-bottom: 60px;
}
.cont-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.cont-ttl-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #e2aea8;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
/* ページ内リンク */
.page-anc {
  margin-top: -70px;
  padding-top: 70px;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* ============================================================
 typography
============================================================ */
.bold {
  font-weight: bold;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.note {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.txtsmall {
  font-size: 85%!important;
}
.txtsmall .blank:after,
.txtsmall.blank:after {
  bottom: 1px !important;
  margin-top: 0;
  top: auto;
}
.width-auto {
  width: auto;
}
/* ============================================================
 utility
============================================================ */
.img-auto {
  width: auto;
  max-width: 100%;
}
.img-50 {
  width: auto;
  zoom: .5;
  max-width: 100%;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.border {
  border: 1px solid #bababa;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block !important;
}
.v-align-m {
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
.error {
  color: #c53d43!important;
}
/* ============================================================
 margin
============================================================ */
.pt0 {
  padding-top: 0!important;
}
.mt0 {
  margin-top: 0!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.ml0 {
  margin-left: 0!important;
}
.mr0 {
  margin-right: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.ml5 {
  margin-left: 5px!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.ml50 {
  margin-left: 50px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.mt60 {
  margin-top: 60px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.ml60 {
  margin-left: 60px!important;
}
.mr60 {
  margin-right: 60px!important;
}
.mt70 {
  margin-top: 70px!important;
}
.mb70 {
  margin-bottom: 70px!important;
}
.ml70 {
  margin-left: 70px!important;
}
.mr70 {
  margin-right: 70px!important;
}
.mt80 {
  margin-top: 80px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.ml80 {
  margin-left: 80px!important;
}
.mr80 {
  margin-right: 80px!important;
}
.mt90 {
  margin-top: 90px!important;
}
.mb90 {
  margin-bottom: 90px!important;
}
.ml90 {
  margin-left: 90px!important;
}
.mr90 {
  margin-right: 90px!important;
}
.mt100 {
  margin-top: 100px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.ml100 {
  margin-left: 100px!important;
}
.mr100 {
  margin-right: 100px!important;
}
.mt120 {
  margin-top: 120px!important;
}
.mb120 {
  margin-bottom: 120px!important;
}
.ml120 {
  margin-left: 120px!important;
}
.mr120 {
  margin-right: 120px!important;
}
.pt0 {
  padding-top: 0!important;
}
.pb0 {
  padding-bottom: 0!important;
}
/* ============================================================
 width
============================================================ */
.w10 {
  width: 10%!important;
}
.w20 {
  width: 20%!important;
}
.w30 {
  width: 30%!important;
}
.w40 {
  width: 40%!important;
}
.w50 {
  width: 50%!important;
}
.w60 {
  width: 60%!important;
}
.w70 {
  width: 70%!important;
}
.w80 {
  width: 80%!important;
}
.w90 {
  width: 90%!important;
}
.w100 {
  width: 100%!important;
}
/* ============================================================
 Text選択
============================================================ */
::selection {
  background: #d2d2d2;
  color: #000;
}
::-moz-selection {
  background: #d2d2d2;
  color: #000;
}
/* ============================================================
 parts
============================================================ */
.btn-wrap {
  text-align: left;
}
.btn-wrap.center {
  text-align: center;
}
.btn-wrap.right {
  text-align: right;
}
.btn {
  margin-top: 40px;
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1;
  background: #e2aea8;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eb6a54;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}
.btn:hover:before,
.btn:focus:before,
.btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn:after {
  content: "";
  width: 22px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
  background: url(../images/common/arrow_white.svg) no-repeat center top;
  background-size: cover;
  transition: all 0.3s;
}
.btn:hover:after {
  right: 20px;
}
.btn.no-arrow {
  text-align: center;
}
.btn.no-arrow:after {
  display: none;
}
button.submit,
input[type="submit"].submit,
input[type="button"].submit {
  width: 250px;
  margin-top: 40px;
  padding: 20px!important;
  display: inline-block;
  color: #fff;
  background: #e2aea8;
  border-radius: 4px;
  font-size: 1.6rem!important;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
button.submit:before,
input[type="submit"].submit:before,
input[type="button"].submit:before,
button.submit:after,
input[type="submit"].submit:after,
input[type="button"].submit:after {
  display: none;
}
.cancel {
  width: 200px;
  margin-top: 40px;
  padding: 15px!important;
  display: inline-block;
  color: #fff;
  background: #d2d2d2;
  border-radius: 4px;
  font-size: 1.4rem!important;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.cancel:before,
.cancel:after {
  display: none;
}
button.cancel,
input[type="submit"].cancel,
input[type="button"].cancel {
  width: 200px;
  margin-top: 40px;
  padding: 15px!important;
  display: inline-block;
  color: #fff;
  background: #d2d2d2;
  border-radius: 4px;
  font-size: 1.4rem!important;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
button.cancel:before,
input[type="submit"].cancel:before,
input[type="button"].cancel:before,
button.cancel:after,
input[type="submit"].cancel:after,
input[type="button"].cancel:after {
  display: none;
}
.next-link {
  margin-top: 20px;
  padding-right: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #e2aea8;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.next-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7e68;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.next-link:hover,
.next-link:focus,
.next-link:active {
  color: #fff;
}
.next-link:hover:before,
.next-link:focus:before,
.next-link:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.next-link:after {
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background: url(../images/common/arrow_pink.svg) no-repeat center top;
  background-size: cover!important;
  transition: all 0.3s;
}
.next-link:hover:after {
  background: url(../images/common/arrow_white.svg) no-repeat center top;
}
.fill-white {
  fill: #fff;
}
.fill-pink {
  fill: #e2aea8;
}
/* ============================================================
 form
============================================================ */
.form-table {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  table-layout: fixed;
  border-top: 1px solid #d3d3d3;
}
.form-table tr {
  border-bottom: 1px solid #d3d3d3;
}
.form-table th,
.form-table td {
  padding: 14px;
}
.form-table th {
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  width: 25%;
}
.form-table .require {
  padding: 0 10px 0 0;
  width: 40px;
}
.form-table .require img {
  width: 30px;
  min-width: 30px;
}
.form-table td {
  font-size: 1.5rem;
  vertical-align: middle;
}
.form-table td > div {
  display: flex;
  align-items: center;
}
.form-table input {
  margin-right: 10px;
  vertical-align: top;
}
.form-table input:last-child {
  margin-right: 0;
}
.form-table .address-search {
  background: #662000;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 8px 10px;
  border: none;
  text-decoration: none;
}
.form-table textarea {
  height: 15em;
}
/* ============================================================
 header
============================================================ */
#pc-header {
  width: 100%;
  height: 140px;
  position: fixed;
  top: 0;
  z-index: 9000;
  display: flex;
  padding: 40px 80px 0;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
}
#pc-header #h-logo a {
  display: inline-block;
}
#pc-header #h-logo h1 {
  width: 207px;
}
#pc-header #nav {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#pc-header #nav > ul {
  display: flex;
}
#pc-header #nav > ul > li {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 1.5em;
}
#pc-header #nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px 0;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
#pc-header #nav > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #e2aea8;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#pc-header #nav > ul > li > a:hover:before,
#pc-header #nav > ul > li > a:focus:before,
#pc-header #nav > ul > li > a:active:before {
  right: 0;
}
#pc-header #nav > ul > li:hover > a,
#pc-header #nav > ul > li.active > a {
  color: #000;
}
#pc-header #nav > ul > li:hover > a:before,
#pc-header #nav > ul > li.active > a:before {
  right: 0;
  left: 0;
}
#pc-header #nav > ul .gnav-child {
  visibility: hidden;
  position: absolute;
  top: 112px;
  left: 0;
  z-index: 1001;
  margin: 0;
  background: rgba(0, 67, 160, 0.95);
  width: 100%;
  height: 0;
  text-align: left;
  opacity: 0;
  text-align: center;
}
#pc-header #nav > ul .gnav-child a {
  color: #fff;
  padding: 20px 5%;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
}
#pc-header #nav > ul .gnav-child a:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
#pc-header #nav > ul > li:hover .gnav-child,
#pc-header #nav > ul > li > a:hover .gnav-child {
  visibility: visible;
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: all .35s!important;
}
#pc-header #h-sns > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pc-header #h-sns > ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1rem;
}
#pc-header #h-sns > ul > li svg {
  width: 20px;
}
@media (max-width: 1220px) {
  #pc-header #h-logo h1 {
    width: 170px;
  }
  #pc-header #nav > ul > li {
    margin-right: 0.8em;
  }
  #pc-header #h-sns > ul > li {
    margin-left: 0;
  }
}
@media (max-width: 1120px) {
  #pc-header #nav > ul > li > a {
    font-size: 1.3rem;
  }
}
/* ============================================================
 header｜shrink
============================================================ */
#pc-header.shrink {
  padding: 0 80px 0;
  height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
/* ============================================================
 pagetop
============================================================ */
.pagetop {
  z-index: 100;
  position: relative;
  display: none;
}
.pagetop a {
  position: fixed;
  right: 30px;
  background: #e2aea8;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop a img {
  width: 22px;
  transition: all .5s;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* ============================================================
 footer
============================================================ */
#footer {
  background: #3e3c41;
  padding: 45px 0;
}
#footer .inner {
  display: flex;
}
.privacy {
  flex: 1;
  text-align: left;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
#copyright {
  flex: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1;
}
@media (min-width: 980px) {
  #sp-header,
  .sp-only {
    display: none;
  }
}
@media (max-width: 1260px) {
  .inner-1200 {
    max-width: 100%!important;
  }
}
@media (max-width: 1160px) {
  .inner-1100 {
    max-width: 100%!important;
  }
}
@media (max-width: 1060px) {
  .inner {
    max-width: 100%!important;
  }
}
/* ============================================================


 tablet以下


============================================================ */
@media (max-width: 979px) {
  #main {
    margin: 0 15px 50px 15px;
    padding-top: 60px;
  }
  .wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #pc-header,
  .pc-only {
    display: none;
  }
  .ttl-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cont-ttl {
    font-size: 2.1rem;
  }
  .cont-txt {
    font-size: 1.3rem;
  }
  /* ページ内リンク */
  .page-anc {
    margin-top: -60px;
    padding-top: 60px;
  }
  .inner,
  .inner-1200,
  .inner-1100,
  .inner-900 {
    max-width: 100%;
  }
  .side-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* ============================================================
 form
============================================================ */
  .form-table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .form-table tr {
    position: relative;
    display: block;
  }
  .form-table th {
    padding: 10px 0 0 0;
    font-size: 1.4rem;
    width: 100%;
    display: inline-block;
  }
  .form-table .require {
    position: absolute;
    top: 10px;
    right: 0;
    width: auto;
  }
  .form-table td {
    padding: 10px 0 14px 0;
    font-size: 1.3rem;
    display: block;
  }
  .form-table td .w10 {
    width: 20%!important;
  }
  .form-table td .w30 {
    width: 45%!important;
  }
  .form-table td .w80 {
    width: 100%!important;
  }
  .form-table td .txt {
    font-size: 1.3rem;
  }
  .form-table td > div {
    display: block;
  }
  .form-table textarea {
    height: 10rem;
  }
  .form-table select {
    width: 100%;
  }
  /* ============================================================
 header
============================================================ */
  #sp-header {
    width: 100%;
    height: 60px;
    padding: 0 20px 0;
    position: fixed;
    top: 0;
    z-index: 9001;
    display: flex;
    align-items: center;
  }
  #sp-header #h-logo {
    flex: 1;
    display: flex;
  }
  #sp-header #h-logo h1 {
    width: 140px;
  }
  #sp-header #hbg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  #sp-header .menu-trigger,
  #sp-header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #sp-header .menu-trigger {
    position: relative;
    width: 30px;
    height: 24px;
  }
  #sp-header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
  }
  #sp-header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #sp-header .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  #sp-header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #sp-header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  #sp-header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  #sp-gnav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 60px;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: #fff;
  }
  #sp-gnav ul {
    width: 100%;
    height: 100%;
    background: #e2aea8;
  }
  #sp-gnav ul li {
    background: #e2aea8;
    border-top: 1px solid #c4908a;
  }
  #sp-gnav ul li a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #sp-gnav .parent,
  #sp-gnav .onlyparent {
    padding: 16px 50px 16px 25px;
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #sp-gnav .parent {
    position: relative;
  }
  #sp-gnav .parent:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
  }
  #sp-gnav .parent.active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #sp-gnav .child {
    display: none;
  }
  #sp-gnav .child li {
    background: rgba(255, 255, 255, 0.15);
  }
  #sp-gnav .child li a {
    padding: 15px 0 15px 40px;
    letter-spacing: 0.1em;
  }
  #sp-gnav .child li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #sp-gnav .icon-instagram svg {
    width: 30px;
  }
  /* ============================================================
 footer
============================================================ */
  #footer {
    padding: 30px 0;
  }
  #footer .inner {
    display: block;
  }
  .privacy {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  #copyright {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
  /* ============================================================
 parts
============================================================ */
  .cont-txt {
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .btn-wrap {
    text-align: center;
  }
  .btn {
    margin-top: 40px;
    padding: 20px;
    min-width: 60%;
    max-width: 100%;
  }
  .submit {
    margin-top: 20px;
    padding: 20px 30px!important;
    font-size: 1.4rem!important;
  }
  .back {
    margin-top: 20px;
    padding: 12px!important;
    font-size: 1.2rem!important;
  }
  /* ============================================================
 pagetop
============================================================ */
  .pagetop a {
    width: 45px;
    height: 45px;
    right: 10px;
  }
  .pagetop a img {
    width: 15px;
  }
}
