@charset "UTF-8";

/* ==========================================================================
#レスポンシブ切り替えスタイル
========================================================================== */
.pc { display: none; }
.sp { display: block; }
@media screen and (min-width: 520px) {
  .pc { display: block; }
  .sp { display: none; }
}

/* ここからスマホレイアウト */
/* ==========================================================================
#共通
========================================================================== */
.clearfix:before, .clearfix:after {
  content:"";
  display:table;
}
.clearfix:after { clear:both; }
img {
  width: 100%;
  height: auto;
}
.content-ttl-area {
  position: relative;
  height: auto;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
}
.content-ttl {
  position: absolute;
  top: -10.45752vw;
  left: 5.333333vw;
  padding: 0;
  font-size: 4.44444vw;
  line-height: 1;
  color: #48331d;
}
.content-ttl .num {
  display: inline-block;
  vertical-align: bottom;
  width: 5.333333vw;
  height: 5.333333vw;
  font-size: 3.13725vw;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-right: 1.33333vw;
  background-color: #a9873f;
  border-radius: 50%;
}
.nav-area {
  position: static;
  top: 20px;
  right: 30px;
  width: 100%;
}
.content-headline {
  font-size: 4.18301vw;
  line-height: 1;
  text-align: center;
  color: #48331d;
  padding: 2.666666vw 0;
  margin: 5.33333vw 0 4vw;
  background-color: #f5efdf;
}

.btn-area {
  width: 100%;
  padding: 0 10.6666666vw 6vw!important;
}


/* #既存スタイルの修正 */
.main {
  background-color: #fff;
  padding-bottom: 0;
}
.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.v-application {
  width: 100%;
  margin: 0 auto 0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0px;
}
  .col {
  padding: 0 2.66666vw 5.33333vw;
  flex-basis: auto;
}
.row {
  margin: 0;
}
.v-dialog {
  position: relative;
  border-radius: 1.3333333vw;
  margin: 2.66666vw;
  overflow-y: auto;
  pointer-events: auto;
  transition: .3s cubic-bezier(.25,.8,.25,1);
  width: 100%;
  z-index: inherit;
  box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}
.v-btn:not(.v-btn--round).v-size--large ,
.v-btn:not(.v-btn--round).v-size--default ,
.example-btn {
  display: block;
  height: 11.73333vw;
  font-size: 3.73333vw;
  padding: 0 19.5555555556px;
  margin: 0 auto 2.666666vw;
  border-radius: 5.86667vw;
  box-shadow: none;
}
.theme--light.v-card {
  background-color: #fff;
  color: rgba(0,0,0,.87);
  box-shadow: none!important;
}
.theme--light.v-btn.v-btn--has-bg {
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
}  
.v-messages,.v-text-field__details {
  min-height: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  width: 100%;
  padding: 0;
}
/* ==========================================================================
#ヘッダー
========================================================================== */
.container {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
header {
  width: 100%;
  padding: 4vw 2.666666vw;
  border-bottom: 1px solid #ccc;
}
.header-logo {
  display: block;
  width: 26.40523vw;
  float: right;
  font-size: 0;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
#モーダル画面
========================================================================== */
.modal-ttl {
  display: block;
  font-size: 4.44444vw!important;
  line-height: 1!important;
  text-align: center;
  color: #48331d;
  font-weight: bold!important;
  padding: 5.333333vw!important;
  background-color: #f5efdf;
}
.modal-category {
  font-size: 3.73333vw;
  line-height: 1;
  color: #fff;
  background-color: #a9873f;
  padding: 2.66666vw;
  margin: 6vw 4vw 0;
  border-radius: 1.333333vw 1.333333vw 0 0;
}
.modal-use-list {
  height: auto!important;
  padding: 0!important;
}
.modal-use-list .v-btn__content {
  position: relative;
  display: block;
  width: auto;
  font-size: 3.66013vw;
  text-align: left;
  letter-spacing: 0;
  color: #333;
  line-height: 1;
  padding: 4vw 2.666666vw;
  margin: 0 4vw;
  border-bottom: 1px solid #ccc;
}
.modal-use-list .v-btn__content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.66666vw;
  margin: auto;
  display: block;
  width: 2vw;
  height: 2vw;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-carousel-img {
  margin: 4vw;
  padding: 6vw;
  background-color: #f7f7f7!important;
  border: 1px solid #ccc!important;
}
.v-window__next, .v-window__prev {
  background: rgba(0,0,0,.3);
  border-radius: 50%;
  position: absolute;
  margin: 0 1.33333vw;
  top: calc(50% - 20px);
  z-index: 1;
}
.modal-btn-area {
  width: 73.33333vw;
  padding-bottom: 6vw;
}
.modal-btn-close {
  position: absolute;
  display: inline-block;
  top: 3.333333vw;
  right: 3.333333vw;
  width: 8vw;
  height: 8vw;
  background: rgba(0,0,0,.15);
  border-radius: 4vw;
  cursor: pointer;
  z-index: 999;
}
.modal-btn-close::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4vw;
  height: 0.533vw;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-btn-close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4vw;
  height: 0.533vw;
  background-color: #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ==========================================================================
#①フレーム選択
========================================================================== */
.use-wrap {
  display: block;
  text-align: center;
  font-size: 3.66013vw;
  line-height: 1;
  margin: 4vw auto!important;
}
.use-btn {
  display: inline-flex!important;
  width: 17.38562vw!important;
  height: 6.9281vw!important;
  font-size: 3.13725vw!important;
  line-height: 1;
  color: #333!important;
  border: 1px solid #ccc;
  border-radius: .6666666vw!important;
  margin: 0 0 0 2.66666vw!important;
}
.use-wrap div {
  min-height: 0;
  margin: 0;
}


.card-tabs {
  height: 10.45752vw;
  margin-bottom: 2.66666vw;
}
.card-tabs-item {
  width: 45.75163vw;
  height: 10.45752vw;
  font-size: 3.39869vw;
  color: #a9873f!important;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #a9873f;
}
.card-tabs-item + .card-tabs-item {
  margin-left: 1.33333vw;
}
.card-tabs .v-tab--active {
  color: #fff!important;
  background-color: #a9873f!important;
  border-bottom: none;
}
.v-tabs-slider-wrapper {
  display: none;
}


.card-wrap .row {
  margin: 0;
}
.card-wrap .row div {
  padding: 0;
}
.card-wrap-item {
  background-color: #f7f7f7!important;
  border: 1px solid #ccc!important;
  box-shadow: none!important;
  padding: 2.66666vw 1.33333vw!important;
  margin: 1.33333vw;
  border-radius: 0!important;
}

.card-wrap-item div {
  width: 40vw;
  height: 40vw;
}

.notfound-txt {
  font-size: 3.39869vw;
  color: #666;
  text-align: center;
  margin-top: 4vw;
}

/* ==========================================================================
#②メッセージ入力
========================================================================== */
.v-input {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  font-size: 4.26667vw;
  letter-spacing: normal;
  max-width: 100%;
  text-align: left;
}
.v-input__control {
  margin: 2.666666vw 1.333333vw 1.333333vw;
}
.v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot {
  padding: 0 13.33vw 0 2.666666vw;
}
.v-text-field.v-text-field--enclosed .v-text-field__details {
  padding-top: 0;
  margin-bottom: 0;
}
.v-application--is-ltr .v-text-field--outlined fieldset {
  padding-left: 1.333333vw;
}
.v-application .primary--text {
  color: #a9873f!important;
  caret-color: #a9873f!important;
}
.row--dense>.col, .row--dense>[class*=col-] {
  padding: 2vw 0 0 1.33333vw;
}
.row+.row--dense {
  margin-top: 0;
}
.v-textarea .v-input__slot {
  padding: 0 4vw!important;
}
.v-textarea .v-input__slot textarea {
  padding: 2.66666vw 0 4vw 0!important;
}

.message-txt {
  font-size:  3.73333vw;
  line-height: 1;
  text-align: center;
  margin-bottom: 4vw;
}
.example-link {
  position: relative;
  text-align: right;
  font-size:  2.666666vw;
  color: #a9873f!important;
  margin-bottom: 1.333333vw!important;
}
.example-wrap {
  padding: 2.66666vw 4vw 0;
}

.example-wrap:last-child {
  padding: 2.66666vw 4vw 5.33333vw;
}
.example-txt-wrap {
  padding: 2.66666vw 2.66666vw 0;
  border: 1px solid #ccc!important;
  background-color: #f7f7f7!important;
}
.example-txt {
  text-align: center;
  font-size: 3.73333vw;
  line-height: 1.64285;
  padding: 4vw 2.66666vw 2.666666vw;
}
.example-link {
  margin-bottom: 0!important;
}
.example-link button {
  display: inline-flex!important;
  font-size:  3.2vw!important;
  line-height: 1!important;
  height: auto!important;
  padding: 0 2.66666vw 0 0!important;
  margin: 0 0 .66666vw!important;
  color: #a9873f!important;
  text-decoration: underline;
}
.txt-count {
  font-size:  3.2vw;
  padding-right: 2.666666vw;
}


.required::before {
  content: "必須";
  position: absolute;
  top: 5.333333vw;
  right: 4vw;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 9.33333vw;
  height: 4.8vw;
  background-color: #e05734;
  border-radius: .6666666vw;
}
.option::before {
  content: "任意";
  position: absolute;
  top: 5.333333vw;
  right: 4vw;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 9.33333vw;
  height: 4.8vw;
  background-color: #666;
  border-radius: .6666666vw;
}

/* ==========================================================================
#③写真アップロード
========================================================================== */
.txt-guide {
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.6666666vw!important;
}
.edit-txt {
  position: relative;
  width: 82.66667vw;
  font-size: 3.73333vw;
  line-height: 2;
  margin: 4vw auto 0;
  padding-left: 13.33333vw;
}
.edit-txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10.93333vw;
  height: 14.4vw;
  background: url("../img/parts/sp_icn_touch.png") no-repeat;
  background-size: contain;
}

.control-area {
  display: block;
  padding: 4vw 8vw;
}
.control-headline {
  font-size: 3.2vw;
  line-height: 1;
  color: #a9873f;
  margin-bottom: 2.66666666vw!important;
  padding: 1.33333vw 0;
  background-color: #f5efdf;
}
.control-area {
  display: block;
  padding: 0 8vw 5.33333vw;
}
.control-area-left {
  display: block;
  float: left;
  width: 42vw;
}
.control-area-left-inner {
  position: relative;
  display: block;
  height: 42vw;
  font-size: 3.2vw!important;
  background: none;
}
.control-area-right {
  display: block;
  float: right;
  width: 35vw;
}
.control-area-right-inner {
  position: relative;
  display: block;
  height: 15vw;
  font-size: 3.2vw!important;
  background: none;
}
.control-area-right-inner + .control-headline {
  margin-top: 4vw;
}

.control-area button {
  display: block;
  max-width: 15vw!important;
  min-width: 15vw!important;
  min-height: 15vw!important;
  padding: 0!important;
  font-size: 3.2vw!important;
  border-radius: 7.5vw!important;
  box-shadow: 0 0 2.66666vw rgba(0,0,0,.15)!important;
}
.move-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto!important;
}
.move-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto!important;
}
.move-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto!important;
}
.move-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto!important;
}
.control-left {
  position: absolute;
  top: 0;
  left: 0;
}
.control-right {
  position: absolute;
  top: 0;
  right: 0;
}
.control-area-move button {
  width: 10vw;
  padding: 0!important;
}
.control-btn-close {
  font-size: 3.2vw;
  line-height: 1;
  padding-bottom: 6vw;
  margin: 0;
}

/* ==========================================================================
#④確認
========================================================================== */
.confirm-ttl {
  font-size: 4.26667vw;
  line-height: 1;
  color: #48331d;
  padding: 0 0 2.66666vw!important;
  margin: 5.333333vw 2.666666vw 4vw!important;
  border-bottom: 1px solid #a9873f;
  flex-wrap: nowrap;
}
.confirm-txt {
  font-size: 3.73333vw;
  line-height: 2;
  margin: 0 4vw!important;
  padding: 0;
}
.confirm-cap {
  width: auto;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
  color: #e05734;
  margin: 5.333333vw 2.66666vw 6vw!important;
  padding: 4vw 2.666666vw;
  border: 2px solid #ccc;
}

/* ==========================================================================
#完了画面
========================================================================== */
.complete-txt {
  font-size: 3.73333vw;
  line-height: 1.5;
  margin: 6vw 2.66666vw 1.3333333vw!important;
  padding: 0!important;
}

.complete-sendmsg {
  font-size: 3.73333vw;
  line-height: 2;
  text-align: center;
  padding: 0!important;
  margin-bottom: 4vw;
}
.complete-sendmsg strong {
  font-size: 5.06667vw;
}

.complete-sendmsg-btn button {
  width: 45%;
}





@media screen and (min-width: 520px) {
  /* ここからPCレイアウト */
  /* ==========================================================================
  #共通
  ========================================================================== */
  .clearfix:before, .clearfix:after {
    content:"";
    display:table;
  }
  .clearfix:after { clear:both; }
  img {
    width: 100%;
    height: auto;
  }
  .content-ttl-area {
    position: relative;
    height: 88px;
    padding: 20px;
    background-color: #f9f5f0;
    border-radius: 10px 10px 0 0;
  }
  .content-ttl {
    position: static;
    font-size: 20px;
    padding-top: 10px;
    line-height: 1;
    color: #48331d;
  }
  .content-ttl .num {
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    background-color: #a9873f;
    border-radius: 50%;
  }
  .nav-area {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 367px;
  }

  .content-headline {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #48331d;
    padding: 15px 0;
    margin: 40px 0 25px;
    background-color: #f5efdf;
    border-radius: 5px;
  }

  .btn-area {
    position: -webkit-sticky; /* Safari */  
    position: sticky;
    top: 20px;
    max-width: 300px;
    padding: 30px 18px!important;
    margin: 30px 20px 30px 15px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 5px;
  }


  /* #既存スタイルの修正 */
  .main {
    background-color: #f5f0e9;
    padding-bottom: 60px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .v-application {
    max-width: 980px;
    margin: 40px auto 0;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    border-radius: 10px;
  }
  .col {
    padding: 0 20px 40px;
    flex-basis: auto;
  }
  .row .col {
    width: 620px;

  }
  .row {
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
  .v-dialog {
    position: relative;
    border-radius: 10px;
    margin: auto;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25,.8,.25,1);
    max-width: 980px;
    width: 100%;
    z-index: inherit;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
  }
  .v-btn:not(.v-btn--round).v-size--large ,
  .v-btn:not(.v-btn--round).v-size--default ,
  .example-btn {
    display: block;
    height: 46px;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0;
    margin: 0 auto;
    border-radius: 23px;
    box-shadow: none;
  }
  .theme--light.v-card {
    background-color: #fff;
    color: rgba(0,0,0,.87);
    box-shadow: none!important;
  }
  .theme--light.v-btn.v-btn--has-bg {
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
  }  
  .v-messages,.v-text-field__details {
    min-height: 0;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    width: 100%;
    padding: 0;
  }
  /* ==========================================================================
  #ヘッダー
  ========================================================================== */

  header {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  .header-logo {
    display: block;
    width: 140px;
    float: none;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
  }

  /* ==========================================================================
  #モーダル画面
  ========================================================================== */
  .modal-ttl {
    display: block;
    font-size: 18px!important;
    line-height: 1!important;
    color: #48331d;
    text-align: left;
    font-weight: bold!important;
    padding: 30px!important;
    background-color: #f5efdf;
  }
  .modal-category {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #a9873f;
    padding: 15px 20px;
    margin: 30px 30px 0;
    border-radius: 5px 5px 0 0;
  }
  .modal-use-list {
    height: auto!important;
    padding: 0!important;
  }
  .modal-use-list .v-btn__content {
    position: relative;
    display: block;
    width: auto;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
    color: #333;
    line-height: 1;
    padding: 20px 10px;
    margin: 0 30px;
    border-bottom: 1px solid #ccc;
  }
  .modal-use-list .v-btn__content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .modal-carousel-img {
    margin: 20px;
    padding: 30px;
    background-color: #f7f7f7!important;
    border: 1px solid #ccc!important;
  }
  .v-window__next, .v-window__prev {
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    position: absolute;
    margin: 0 5px;
    top: calc(50% - 20px);
    z-index: 1;
  }
  .modal-btn-area {
    width: 80%;
    padding: 20px 0 40px;
  }
  .modal-btn-close {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.15);
    border-radius: 20px;
    cursor: pointer;
    z-index: 999;
  }
  .modal-btn-close::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal-btn-close::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* ==========================================================================
  #①フレーム選択
  ========================================================================== */
  .col-6 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .use-wrap {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin: 20px auto!important;
  }
  .use-btn {
    display: inline-flex!important;
    width: 80px!important;
    height: 27px!important;
    font-size: 14px!important;
    line-height: 1;
    letter-spacing: 0;
    color: #333!important;
    border: 1px solid #ccc;
    border-radius: 5px!important;
    margin: 0 0 0 10px!important;
  }
  .use-wrap div {
    min-height: 0;
    margin: 0;
  }


  .card-tabs {
    height: 49px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a9873f;
  }
  .card-tabs-item {
    width: 240px!important;
    height: 48px;
    font-size: 14px;
    color: #a9873f!important;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #a9873f;
    border-bottom: none;
  }
  .card-tabs-item + .card-tabs-item {
    margin-left: 10px;
  }
  .card-tabs .v-tab--active {
    color: #fff!important;
    background-color: #a9873f!important;
    border-bottom: none;
  }
  .v-tabs-slider-wrapper {
    display: none;
  }


  .card-wrap .row {
    margin: 0;
  }
  .card-wrap .row div {
    padding: 0;
  }

  .card-wrap-item {
    background-color: #f7f7f7!important;
    border: 1px solid #ccc!important;
    box-shadow: none!important;
    padding: 20px!important;
    margin: 5px;
    border-radius: 0!important;
  }
  .card-wrap-item div {
    width: 100%;
    max-width: 260px;
    height: 240px;
  }

  .notfound-txt {
    font-size: 20px;
    line-height: 2;
    color: #666;
    text-align: center;
    margin-top: 30px;
  }

  /* ==========================================================================
  #②メッセージ入力
  ========================================================================== */
  .v-input {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    font-size: 16px;
    letter-spacing: normal;
    max-width: 100%;
    text-align: left;
  }
  .v-input__control {
    margin: 3px 10px 15px;
  }
  .v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot {
    padding: 0 55px 0 10px;
  }
  .v-text-field.v-text-field--enclosed .v-text-field__details {
    padding-top: 0;
    margin-bottom: 0;
  }
  .v-application--is-ltr .v-text-field--outlined fieldset {
    padding-left: 5px;
  }
  .v-application .primary--text {
    color: #a9873f!important;
    caret-color: #a9873f!important;
  }
  .row--dense>.col, .row--dense>[class*=col-] {
    padding: 0;
  }
  .row+.row--dense {
    margin-top: 0;
  }
  .v-textarea .v-input__slot {
    padding: 0 10px!important;
  }
  .v-textarea .v-input__slot textarea {
    padding: 20px 0 30px 0!important;
  }

  .message-txt {
    font-size:  16px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .example-link {
    position: relative;
    text-align: right;
    font-size:  14px;
    color: #a9873f!important;
    margin-bottom: 1.333333vw!important;
  }
  .example-modal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
  }
  .example-wrap {
    display: flex;
    width: 298px;
    margin: 5px;
    padding: 20px 15px!important;
    border: 1px solid #ccc!important;
    background-color: #f7f7f7!important;
    }

  .clear-btn {
    margin: 0!important;
  }

  .example-txt-wrap {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: none!important;
    background: none!important;
  }
  .example-txt-wrap .v-card__actions {
    margin-top: auto;
  }
  .example-txt {
    text-align: center;
    font-size: 13px;
    line-height: 1.85;
    padding: 0;
    margin-bottom: 20px;
  }
  .example-btn {
    padding: 0 20px !important;
  }
  .example-link {
    margin-bottom: 0!important;
  }
  .example-link button {
    display: inline-flex!important;
    font-size:  14px!important;
    line-height: 1!important;
    height: auto!important;
    padding: 0 10px 0 0!important;
    margin: auto 0 5px!important;
    color: #a9873f!important;
    text-decoration: underline;
  }
  .txt-count {
    font-size:  14px;
    padding-right: 10px;
  }


  .required::before {
    content: "必須";
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    width: 35px;
    height: 18px;
    background-color: #e05734;
    border-radius: 3px;
  }
  .option::before {
    content: "任意";
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    width: 35px;
    height: 18px;
    background-color: #666;
    border-radius: 3px;
  }

  /* ==========================================================================
  #③写真アップロード
  ========================================================================== */
  .base_canvas {
    margin: 30px;
    border: 1px solid #ccc;
  }
  .txt-guide {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px!important;
  }
  .edit-txt.pc {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
  .edit-txt::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10.93333vw;
    height: 14.4vw;
    background: url("../img/parts/sp_icn_touch.png") no-repeat;
    background-size: contain;
  }
  .edit-txt.pc::before {
    content: none;
  }
  .theme--light.v-btn-toggle:not(.v-btn-toggle--group) {
    background: none;
    color: rgba(0,0,0,.87);
  }
  .control-area {
    display: block;
    padding: 20px 10px;
  }
  .control-headline {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #a9873f;
    margin-bottom: 10px!important;
    padding: 5px 0;
    background-color: #f5efdf;
  }
  .control-area {
    display: block;
    padding: 0 0 30px;
  }
  .control-area-left {
    display: block;
    float: left;
    width: 130px;
  }
  .control-area-left-inner {
    position: relative;
    display: block;
    height: 130px;
    font-size: 3.2vw!important;
    background: none;
    margin: 0 5px;
  }
  .control-area-right {
    display: block;
    float: right;
    width: 110px;
  }
  .control-area-right-inner {
    position: relative;
    display: block;
    height: 46px;
    font-size: 3.2vw!important;
    background: none;
    margin: 0 5px;
  }
  .control-area-right-inner + .control-headline {
    margin-top: 15px;
  }

  .control-area button {
    display: block;
    max-width: 46px!important;
    min-width: 46px!important;
    min-height: 46px!important;
    padding: 0!important;
    font-size: 12px!important;
    border-radius: 50%!important;
    box-shadow: 0 0 10px rgba(0,0,0,.15)!important;
  }
  .move-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto!important;
  }
  .move-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto!important;
  }
  .move-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto!important;
  }
  .move-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto!important;
  }
  .control-left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .control-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .control-area-move button {
    width: 10vw;
    padding: 0!important;
  }
  .control-btn-close {
    font-size: 3.2vw;
    line-height: 1;
    padding-bottom: 6vw;
    margin: 0;
  }

  /* ==========================================================================
  #④確認
  ========================================================================== */
  .confirm-ttl {
    font-size: 16px;
    line-height: 1;
    color: #48331d;
    padding: 0 0 10px!important;
    margin: 20px 10px 15px!important;
    border-bottom: 1px solid #a9873f;
  }
  .confirm-txt {
    font-size: 14px;
    line-height: 2;
    margin: 0 15px!important;
    padding: 0;
  }
  .confirm-cap {
    width: auto;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #e05734;
    margin: 20px 0 30px!important;
    padding: 0;
    border: none;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 100%;
}

  /* ==========================================================================
  #完了画面
  ========================================================================== */
  .complete-wrap {
    padding: 0 100px!important;
    justify-content: center;
    width: 780px!important;
  }
  .complete-wrap .btn-area {
    max-width: 60%!important;
    margin: 0 auto!important;
    background: none;
    border: none;
  }
  .complete-txt {
    font-size: 16px;
    line-height: 1.5;
    margin: 40px 20px 10px!important;
    padding: 0!important;
  }

  .complete-sendmsg {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 0!important;
    margin-bottom: 20px;
  }
  .complete-sendmsg strong {
    font-size: 28px;
  }

  .complete-sendmsg-btn button {
    width: 45%;
    margin-bottom: 20px!important;
  }

}


