  @charset "utf-8";

/* CSS Document */

/*
  font-family: 'Roboto', sans-serif;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
*/

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #e9e2dc;

/*
  font-family: 'Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
*/
}

a {
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
common
************/

.l-relative {  position: relative !important; }

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

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

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

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}
.text-main{
  display: inline-block;
  width: 80%;
  font-size: 120%;
  font-weight: bold;
  padding: 0.5em 0;
  border-top: solid 3px #FD5391;
  border-bottom: solid 3px #FD5391;
}

.text-main-guidance{
  display: inline-block;
  width: 100%;
  font-size: 160%;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
  background-color: #FD5391;
  border-bottom: solid 3px #FD5391;
}
@media screen and (max-width:834px) {
  .text-main-guidance{
  font-size: 100%;
  }
}
/***********
layout
************/

.l-wrapper{
  text-align: center;
}
.l-contents{
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  box-shadow:  0 0 20px rgba(0, 0, 0, 0.1);
}

/***********
base
************/

.l-base {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-block-bottom {
  padding-bottom: 80px;
}

.l-base-contact {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

/**********************************************
module-header
***********************************************/

.header {
  background-color: #fff;
}

.header-logo {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-logo img {
  width: 160px;
}

/***********
bg
************/

.bg01 {
  background: url(../../img/pattern01.jpg);
}

.bg02 {
  background: url(../../img/bg02.jpg) no-repeat center bottom / 100% auto;
  padding-bottom: 100px;
}

/***********
cv
************/

.link{
  padding: 40px 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.link-btn{
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Yu Mincho Demibold','YuMincho Demibold','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  background: linear-gradient( 120deg, #d8b01d 0%, #e9ddb1 25%, #ae841d 60%, #eadfb4 100%);
  color: #77291d;
  padding: 0.7em 0em 0.65em;
  line-height: 1.3;
  border-radius: 100vw;
  font-size: 300%;
  box-shadow: 3px 6px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.link-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 200px;
  background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: anim-shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  opacity: 0.7;
}

@keyframes anim-shiny {
  0% {
      transform: scale(0) rotate(25deg);
      opacity: 0;
  }

  50% {
      transform: scale(1) rotate(25deg);
      opacity: 1;
  }

  100% {
      transform: scale(50) rotate(25deg);
      opacity: 0;
  }
}


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

  .link{
    padding: 30px 0;
    width: 80%;
  }

  .link-btn{
    font-size: 200%;
    box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.5);
  }


}

/***********
brand
************/

.brand{
  padding: 10px 0;
}
.brand li {
}
.brand li img {
}
.brand-img {
  padding: 10px 10px;
  width: 400px;
}
.brand-img img {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

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

  .brand-img {
    width: 50vmin;
    padding: 10px 5px;
  }
  .brand-img img {
    border: 1px solid #ddd;
  }

}



/***********
tickerSlider
************/

.tickerSlider {
  position: relative;
}

/*
slick
*/

.tickerSlider .slick-slide li {
  vertical-align: bottom;
}

.tickerSlider .slick-next,
.tickerSlider .slick-prev{
  display: block;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.tickerSlider .slick-next{
  right: 0;
}
.tickerSlider .slick-prev{
  left: 0;
}
.tickerSlider .slick-next span,
.tickerSlider .slick-prev span{
  display: inline-block;
  width: 40px;
  height: 60px;
  margin-top: -40px;
  background-color: #000;
  position: relative;
  cursor: pointer;
}

.tickerSlider .slick-next span::before,
.tickerSlider .slick-prev span::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
}
.tickerSlider .slick-next span::before{
  transform: rotate(45deg);
  margin-left: -8px;
}
.tickerSlider .slick-prev span::before{
  transform: rotate(-135deg);
  margin-left: -5px;
}

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


}


/***********
collection
************/

.collection{
  background-color: #ccc2a8;
  padding-bottom: 40px;
}

.swipeBox {
  overflow: auto;
}

.collection-list {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.collection-list li {
  padding-right: 10px;
}
.collection-list img {
  width: 200px;
  max-width: 200px;
}


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

  .collection{
    padding-bottom: 20px;
  }

  .collection-list {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .collection-list li {
    padding-right: 5px;
  }
  .collection-list img {
    width: 28vmin;
    max-width: 28vmin;
  }

}


/***********
bg
************/

.bgColor01{
  background: linear-gradient(to bottom, #f86f64 0%, #fd5392 100%);
}



/**********************************************
module-closing
***********************************************/

.closing {
  background-color: #fff;
  padding: 50px 5%;
  border-radius: 10px;
  text-align: center;
}

.closing-subTitle {
  color: #fff;
  text-align: center;
  padding-top: 60px;
  font-size: 131%;
  font-family: 'Yu Mincho Demibold','YuMincho Demibold','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
}
.closing-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 250%;
  font-weight: bold;
  font-family: 'Yu Mincho Demibold','YuMincho Demibold','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
}


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

  .closing {
    padding: 15px 15px;
  }

  .closing-title {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 200%;
  }
  .closing-title img{
    max-width: 200px;
  }


}

/**********************************************
module-info
***********************************************/

.info{
  display: flex;
  text-align: left;
  padding-bottom: 40px;
  font-family: 'Yu Mincho Demibold','YuMincho Demibold','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
}
.info-title {
  width: 130px;
}
.info-title span {
  display: block;
  background: linear-gradient(to bottom, #f86f64 0%, #fd5392 100%);
  color: #fff;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 12px 0;
  letter-spacing: 0.1em;
}

.info-inner {
  flex: 1;
  padding-left: 20px;
}
.info-schedule {
  padding-top: 0;
  font-size: 300%;
  font-weight: bold;
  line-height: 1.5;
}
.info-schedule small{
  font-size: 50%;
}
.info-schedule-tips {
  font-size: 131%;
  font-weight: bold;
  line-height: 1;
}

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

  .info{
    display: block;
    text-align: left;
    padding-bottom: 30px;
  }
  .info-title {
    width: auto;
    margin-bottom: 5px;
  }
  .info-title span {
    font-size: 131%;
    padding: 6px 0;
  }

  .info-inner {
    padding-left: 0px;
  }
  .info-schedule {
    padding-top: 5px;
    font-size: 154%;
    text-align: center;
  }
  .info-schedule small{
    font-size: 80%;
  }
  .info-schedule-tips {
    font-size: 85%;
    text-align: center;
    padding-top: 10px;
  }

}

/**********************************************
module-hall
***********************************************/

.hall {
  padding-bottom: 30px;
  padding-top: 15px;
  border-bottom: 1px solid;
}
.hall:not(:last-child) {
  margin-bottom: 30px;
}
.hall-title {
  font-size: 200%;
  padding-bottom: 10px;
}

.hall-logo{
  width: 30%;
  padding-right: 10px;
}

.hall-img{
  float: right;
  width: 30%;
}

.hall-data {
  display: flex;
  font-size: 130%;
}
.hall-data dt {
  width: 3em;
  font-weight: bold;
  color: #e50066;
}
.hall-data dd {
  flex: 1;
}

.font-s{
  font-size:100%;
}

.hall-btn{
  display: inline-block;
  border: 1px solid #e50066;
  padding: 3px 13px;
  color: #e50066;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transform:translateY(-4px);
  margin-top: 5px;
}
.hall-btn:hover{
  background-color: #e50066;
  color: #fff;
}


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

  .hall {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .hall-title {
    font-size: 154%;
    padding-bottom: 5px;
  }
  .hall-img{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .hall-data {
    font-size: 116%;
  }
  .hall-data dt {
    width: 3em;
    font-weight: bold;
    color: #e50066;
  }
  .hall-data dd {
    flex: 1;
  }

  .hall-btn{
    display: inline-block;
    margin-left: 0;
    margin-top: 5px;
    padding: 3px 13px;
    text-align: center;
    font-size: 11px;
    transform:translateY(0px);
    margin-top: 0;
  }
  .hall-btn:hover{
  }



}

/**********************************************
module-contact
***********************************************/


.contact {
  background-color: #eef7fb;
  position: relative;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

.contact-flow {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.contact-flow li {
  width: 30%;
  background-color: #ddd;
  padding: 15px 0;
  text-align: center;
  font-size: 108%;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
}
.contact-flow li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #aaa;
  position: absolute;
  right: -10%;
  top: 15px;
}
.contact-flow li.is-active {
  background-color: #e50066;
  color: #fff;
}

.form-table {}

.form-table tr {
  border-bottom: 1px dashed #aaa;
}
.form-table th {
  text-align: left;
  vertical-align: top;
  padding: 30px 0 40px 20px;
  font-size: 108%;
  font-weight: bold;
  width: 36%;
  position: relative;
}

.form-table td {
  padding: 20px 20px 20px 0;
  font-size: 116%;
  text-align: left;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.input-icon {
  display: inline-block;
  background-color: #fff82f;
  color: #000;
  width: 40px;
  padding: 7px 0px;
  font-size: 12px;
  border-radius: 2px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  vertical-align: 15%;
  margin-left: 15px;
  position: absolute;
  right: 20px;
}

.input-icon.must {
  background-color: #c00;
  color: #fff;
}

.input-icon.any {
  background-color: #ddd;
}

.input-text,
.input-textarea {
  font-size: 16px;
  padding: 8px 15px;
  border: none;
  background-color: #fff;
  border: 2px solid #ddd;
}

.input-text:focus,
.input-textarea:focus {
  box-shadow: 0 0 5px #60bde3;
}

.input-text {
  width: 50%;
  box-sizing: border-box;
}

.input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 60px;
  font-size: 16px;
  padding: 8px 20px 8px 10px;
  background-color: #f6f6f6;
  border: 2px solid #ddd;
  background: url(../../img/select_arrow.png) no-repeat right center;
}

.input-full {
  width: 100%;
  box-sizing: border-box;
}

.input-half {
  width: 50%;
  box-sizing: border-box;
}

.input-small {
  width: 130px;
  box-sizing: border-box;
}



.label-list-inline {
  display: inline-block;
  padding-right: 30px;
}

.label-list-inline label {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
}

.label-list-inline label:hover {
}

.label-list-inline label input {
  vertical-align: middle;
  margin-right: 0.3em;
}



.input-zip {
  padding-left: 40px;
  width: 160px;
  box-sizing: border-box;
}
.input-zip-btn {
  appearance: none;
  display: inline-block;
  height: 42px;
  line-height: 40px;
  background-color: rgb(238, 238, 238);
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  vertical-align: middle;
  cursor: pointer;
  margin: 0px 0px 0px 10px;
  padding: 0px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  text-decoration: none;
}


.zip-get-btn {
  display: inline-block;
  margin-left: 15px;
  background-color: #000;
  font-size: 108%;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.zip-get-btn:hover {
  background-color: #e50066;
}

.input-heading {
  display: inline-block;
  padding: 2px 13px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  box-sizing: border-box;
  z-index: 3;
  position: absolute;
  margin: 7px 0 0 0;
}

.input-heading + .input-text {
  border-radius: 0 3px 3px 0;
}

.submit-box {
  padding: 40px 0 70px 0;
  text-align: center;
}

.submit-btn {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  max-width: 480px;
  color: #fff;
  border: none;
  background-color: #000;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: all 0.2s ease;
}

.submit-btn:hover {
  background-color: #e50066;
}


.contact-privacy {
  text-align: center;
  font-size: 124%;
}

.contact-privacy-text {
  padding-bottom: 15px;
}
.contact-privacy-block {
  background-color: #f6f6f6;
  padding: 15px 0;
}

.error {
  background: #f0f0f0;
  padding: 30px 5%;
  font-size: 116%;
  line-height: 1.8;
}

.form-error {
  padding-bottom: 12px;
}

.error_messe {
  color: #c00;
}

.form-confirm {
  font-size: 116%;
  text-align: center;
  padding-bottom: 30px;
}

.confirm-table {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 30px;
}

.confirm-table th {
  border: 1px solid #ccc;
  font-size: 116%;
  padding: 12px 5%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #f0f0f0;
  width: 25%;
}

.confirm-table td {
  border: 1px solid #ccc;
  font-size: 116%;
  padding: 12px 5%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}

.privacy-text {
  text-align: center;
  padding: 30px 0;
}
.privacy-text strong {
  font-size: 124%;
  display: block;
  padding-bottom: 5px;
}


.privacy-text label{
  font-size: 131% ;
  font-weight: bold;
  padding: 10px 0;
}

.privacy-block {
  border: 1px solid #ddd;
  overflow: auto;
  height: 200px;
}
.privacy-block .privacy-block-inner {
  padding: 10px 30px;
  background-color: #fff;
  line-height: 1.8;
}

.form-table-inner:not(:last-of-type) {
  border-bottom:1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.form-table-subtitle {
  font-size: 110%;
  padding-bottom: 15px;
}

.confirm-text {
  text-align: center;
  font-size: 124%;
  padding-bottom: 30px;
}

.confirm-link {
  text-align: center;
}
.confirm-link input[type=button],
.confirm-link input[type=submit]{
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 45%;
  margin: 0 1%;
  border: none;
  background: none;
  box-shadow: none;
  padding: 15px 0;
  font-size: 131%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.confirm-btn-back {
  background: #ddd !important;
  color: #000;
}
.confirm-btn-submit {
  background: #cb6b05 !important;
  color: #fff;
}



.confirm-submit-list {
  display: flex;
  justify-content: center;
}
.confirm-submit-list li{
  width: 50%;
  padding: 0 20px;
}



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


  .contact-flow {
    margin-bottom: 20px;
  }
  .contact-flow li {
    width: 31%;
    padding: 10px 0;
    font-size: 60%;
  }
  .contact-flow li:not(:last-child)::after {
    border-width: 10px 0 10px 5px;
    right: -8%;
    top: 8px;
  }
  .contact-flow li.is-active {
  }

  .form-table,
  .form-table > tbody,
  .form-table > tbody > tr,
  .form-table > tbody > tr > th,
  .form-table > tbody > tr > td {
    display: block;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .form-table th {
    text-align: left;
    padding-right: 0px;
    width: 100%;
    padding: 12px 0px 5px;
    border-bottom: none;
    font-size: 124%;
    margin-bottom: 0;
  }
  .form-table td {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    font-size: 100%;
    background: none;
  }



  .input-icon {
    padding: 3px 0px;
    margin-left: 5px;
    position: static;
  }


  .input-text,
  .input-textarea {
    font-size: 14px;
    padding: 5px 5px;
  }

  .input-select {
    min-width: 50px;
    font-size: 14px;
    padding: 5px 20px 5px 5px;
  }

  .input-zip {
    padding-left: 40px;
    width: 160px;
    box-sizing: border-box;
  }
  .input-zip-btn {
    appearance: none;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    background-color: rgb(238, 238, 238);
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    vertical-align: middle;
    cursor: pointer;
    margin: 0px 0px 0px 10px;
    padding: 0px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    text-decoration: none;
}
  .input-heading {
    margin: 3px 0 0 0;
  }


  .label-list-inline {}
  .label-list-inline label {
    padding: 5px 4px;
  }

  .input-half {
    width: 80%;
    box-sizing: border-box;
  }

  .input-small {
    width: 90px;
    box-sizing: border-box;
  }




  .label-list-inline {
    display: block;
    padding-right: 0px;
  }

  .input-icon {
    width: 30px;
    padding: 5px 0px;
    font-size: 10px;
    right: 10px;
  }

  .submit-box {
    padding: 20px 0 20px 0;
  }

  .submit-btn {
    padding: 20px 0;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
  }

  .confirm-table {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 30px;
  }
  .confirm-table th {
    font-size: 85%;
    padding: 8px 4px;
    width: 25%;
  }
  .confirm-table td {
    font-size: 85%;
    padding: 8px 4px;
  }



  .privacy-block .privacy-block-inner {
    padding: 10px 10px;
    background-color: #fff;
    line-height: 1.4;
    font-size: 85%;
  }


  .privacy-text {
    padding: 10px 0;
    font-size: 77%;
    text-align: left;
  }


  .confirm-submit-list {
    width: 100%;
    display: block;
  }
  .confirm-submit-list li{
    width: 100%;
    padding: 5px 0px;
  }

}




/**********************************************
module-footer
***********************************************/

.copyright{
  display: block;
  background-color: #e50066;
  color: #fff;
  padding: 15px 0;
  font-size: 100%;
  text-align: center;
}


/**********************************************
module-cv
***********************************************/

.cv {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
  z-index: 3;
  font-family: 'Yu Mincho Demibold','YuMincho Demibold','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  transition: 0.5s;
}

body.is-inquiry .cv{
  transform: translateY(80px);
}
.cv-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 5px;
}

.cv-list {
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
}
.cv-list li {
  width: 50%;
  padding: 0 5px;
  flex: 1;
}

.cv-btn{
  display: block;
  background-color: #333;
  padding: 5px 0;
  border-radius: 100px;
  font-size: 139%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 2;
}

.cv-btn01{
  background: linear-gradient( 120deg, #d8b01d 0%, #e9ddb1 25%, #ae841d 60%, #eadfb4 100%);
  color: #77291d;
  animation: spin-flash 1.2s ease infinite alternate;
}
.cv-btn02{
  background-color: #dd0071;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv-btn02 p{
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  padding-left: 8px;
}

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

  .cv-list li {
    padding: 0 3px;
  }
  .cv-btn{
    padding: 5px 0;
    font-size: 116%;
    line-height: 2;
  }
}




/***********
status
************/

.is-hide {
  display: none;
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

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

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }


}
