/* #contact
----------------------------------------- */
@media screen and (max-width: 768px) {
}



/* #mail_contact
----------------------------------------- */
#mail_contact {
	padding-bottom: 15rem;
}

#mail_contact .inner {
    /*max-width: 80rem;*/
    /*padding-top: 8rem;*/
}
#mail_contact .lead {
    font-size: 1.8rem;
    line-height: calc(32/18);
    text-align: center;
}
#mail_contact .lead .att {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
}


@media screen and (max-width: 768px) {
#mail_contact {
	padding-bottom: 6rem;
    margin-top: -3rem;
}

#mail_contact .inner {
    /*padding-top: 0;*/
}
#mail_contact .lead {
    font-size: 1.55rem;
}
#mail_contact .lead .att {
    font-size: 1.3rem;
    margin-top: 2rem;
}
}



/* .tel_wrap
----------------------------------------- */
.tel_wrap {
	width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding: 7rem 0;
    margin-top: 7rem;
    position: relative;
    z-index: 1;
}
.tel_wrap::before {
    content: '';
    display: block;
	width: 100%;
    height: 0.1rem;
    background-color: #d3d2d0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.tel_wrap::after {
    content: '';
    display: block;
	width: 100%;
    height: 0.1rem;
    background-color: #d3d2d0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.tel_wrap h2 {
    font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
    margin-bottom: 5rem;
}
.tel_wrap h2 .open {
    display: block;
    font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
    letter-spacing: 0;
	text-align: center;
    margin-top: 1.5rem;
}

.tel_wrap .btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.tel_wrap .btn_wrap .btn.blk {
    width: 100%;
    max-width: 40rem;
    height: 9rem;
}

.tel_wrap .btn_wrap .btn.blk img {
    width: 2.8rem;
}
.tel_wrap .btn_wrap .btn.blk .txt .number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    margin: auto;
    /*margin-top: 0.5rem;*/
}
.tel_wrap .btn_wrap .btn.blk .txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 768px) {
.tel_wrap {
    padding: 7rem 0;
    margin-top: 7rem;
}

.tel_wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
}
.tel_wrap h2 .open {
    font-size: 1.15rem;
    margin-top: 1rem;
}

.tel_wrap .btn_wrap {
    justify-content: center;
    flex-wrap: wrap;
}
.tel_wrap .btn_wrap .btn.blk {
    width: 100%;
    max-width: 30rem;
    height: 7rem;
}
.tel_wrap .btn_wrap .btn.blk:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3rem;
}

.tel_wrap .btn_wrap .btn.blk img {
    width: 2.2rem;
}
.tel_wrap .btn_wrap .btn.blk .txt .number {
    font-size: 2rem;
    /*margin-top: 0.5rem;*/
}
.tel_wrap .btn_wrap .btn.blk .txt {
    font-size: 1.4rem;
}
}




/* .mailform_wrap
----------------------------------------- */
.mailform_wrap {
	width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 9rem 0 0;
}

.mailform_wrap h2 {
    font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
    margin-bottom: 4rem;
}
.mailform_wrap .hissuu_txt {
    font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
    margin-bottom: 8rem;
}

.mailform_wrap .mailform_con {
    display: flex;
    justify-content: flex-start;
	margin-bottom: 4.5rem;
}

.mailform_wrap .mailform_con.radio span.sub {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}
.mailform_wrap .mailform_con.radio li:nth-child(even) {
    padding-top: 2rem;
}

.mailform_wrap .mailform_con.day span {
    display: block;
    margin-top: 0.5rem;
}

.mailform_wrap .mailform_con li:nth-child(odd) {
    width: 23rem;
    max-width: 100%;
    font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	color: #000000;
    padding-top: 1.2rem;
	position: relative;
}
.mw_wp_form_preview .mailform_wrap .mailform_con li:nth-child(odd) {
    padding-top: 0.6rem;
}

.mailform_wrap .mailform_con li:nth-child(odd) span.hissuu {
    display: block;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.mailform_wrap .mailform_con li:nth-child(even) {
    width: calc(100% - 23rem) ;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mw_wp_form_preview .mailform_wrap .mailform_con li:nth-child(even) {
	font-size: 1.6rem;
	padding-top: 0;
    padding-bottom: 0;
}

.mailform_wrap .mailform_con li:nth-child(even) > span.horizontal-item {
    display: block;
    width: 50%;
}

.mailform_wrap .mailform_con li:nth-child(even) > span.mwform-zip-field,
.mailform_wrap .mailform_con li:nth-child(even) > span.mwform-tel-field {
	font-size: 1.6rem;
}
.mailform_wrap .mailform_con li:nth-child(even) > span.mwform-zip-field input,
.mailform_wrap .mailform_con li:nth-child(even) > span.mwform-tel-field input {
	margin: 0 0.5rem;
}
.mailform_wrap .mailform_con li:nth-child(even) > span.mwform-tel-field input:first-child {
	margin-left: 0;
}

.mailform_wrap .mailform_con li:nth-child(even) input {
	font-size: 1.6rem;
    color: #000000;
    outline: 0;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    border: none;
    background-color: #ffffff;
    font-family: 'Akshar', 'Zen Kaku Gothic New', 'Noto Sans JP', "Arial", 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.mailform_wrap .mailform_con li:nth-child(even) input::placeholder {
	color: #000000;
}

.mailform_wrap .mailform_con li:nth-child(even) textarea {
	font-size: 1.6rem;
    color: #000000;
    outline: 0;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    border: none;
    background-color: #ffffff;
	font-family: 'Akshar', 'Zen Kaku Gothic New', 'Noto Sans JP', "Arial", 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.mailform_wrap .mailform_con li:nth-child(even) textarea::placeholder {
	color: #c7c7c7;
}


.mailform_wrap .mailform_con li:nth-child(even) .con_txt {
    width: 100%;
    border: none;
}

.mailform_wrap .mailform_con li:nth-child(even) .con_addr,
.mailform_wrap .mailform_con li:nth-child(even) .con_ques {
    width: 100%;
    max-width: 100% !important;
}

.mailform_wrap .mailform_con li:nth-child(even) .con_addr {

}

.mailform_wrap .mailform_con li:nth-child(even) .tel-field {
	width: 100%;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.mailform_wrap .mailform_con li:nth-child(even) .tel-field .con_tel {
    width: -webkit-calc(155 / 575 * 100%);
    width: calc(155 / 575 * 100%);
}

.mailform_wrap .mailform_con li:nth-child(even) .con_select {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 100% !important;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    border: none;
    position: relative;
    color: #000000;
    font-family: 'Akshar', 'Zen Kaku Gothic New', 'Noto Sans JP', "Arial", 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    
    /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(../images/select_arrow.svg) no-repeat right center / 6.5rem auto;
}

.mailform_wrap .mailform_con li:nth-child(even) .con_select input {
  color: #000000;
}
.mailform_wrap .mailform_con li:nth-child(even) .con_select input::placeholder {
  color: #000000;
}

/*.mailform_wrap .mailform_con.last li:nth-child(even) {
    position: relative;
}
.mailform_wrap .mailform_con.last li:nth-child(even)::before {
    content: '';
    display: block;
    width: 6.5rem;
    height: 100%;
    background: url(../images/select_arrow.svg) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}*/


.mailform_wrap .mailform_con li:nth-child(even) .question {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.mailform_wrap .agree {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 22rem;
    margin: auto;
    margin-top: 5rem;
}
.mailform_wrap .agree .mwform-checkbox-field-text {
    font-size: 0;
    margin-right: 0;
    padding-left: 5rem;
    position: relative;
}
.mailform_wrap .agree .txt {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.mailform_wrap .agree .txt a {
    color: #000000;
    text-decoration: underline;
}

.mw_wp_form_preview .mailform_wrap .agree {
	display: none;
}


.mailform_wrap .btn_list {
    margin: 7rem auto 0;
	justify-content: center;
}

.mailform_wrap .btn_wrap {
    position: relative;
    z-index: 1;
}

.mailform_wrap .btn_wrap.back {
    margin-right: 3rem;
	display: none;
}
.mw_wp_form_preview .mailform_wrap .btn_wrap.back {
	display: none;
}

.btn_wrap:hover {
    opacity: 1;
}
.mailform_wrap .btn_wrap:hover::before {
    opacity: 0;
}
.mailform_wrap .btn_wrap:hover::after {
    opacity: 1;
}
.mailform_wrap .btn_wrap .btn.blk {
    transition: all .6s;
}
.mailform_wrap .btn_wrap .submit_btn {
    cursor:pointer;
    outline: 0;
    z-index: 2;
    width: 34.5rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 1;
    font-weight: 700;
    -webkit-appearance: none;
    text-decoration: none;
    border: none;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.mailform_wrap .btn_wrap .reset_btn {
    cursor:pointer;
    outline: 0;
    z-index: 2;
    width: 34.5rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 1;
    font-weight: 700;
    -webkit-appearance: none;
    text-decoration: none;
    border: none;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.mw_wp_form_preview .mailform_wrap .btn_wrap .reset_btn {
    display: none;
}
.mailform_wrap .btn_wrap .back_btn {
    cursor:pointer;
    outline: 0;
    z-index: 2;
    width: 34.5rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 1;
    font-weight: 700;
    -webkit-appearance: none;
    text-decoration: none;
    border: none;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.mailform_wrap .btn_wrap .btn.arrow > .arrow {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0,-50%);
    z-index: -1;
}

.mailform_wrap .btn_wrap .submit_btn:hover,
.mailform_wrap .btn_wrap .reset_btn:hover,
.mailform_wrap .btn_wrap .back_btn:hover {
    opacity: 1;
    background-color: transparent;
}


.con_type {
    display: none;
}
.mwform-radio-field-text {
    padding-left: 5rem;
    position: relative;
    margin-right: 5rem;
    padding-top: 0.7rem;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.mwform-radio-field-text::before {
    content: "";
    display: block;
    position: absolute;
    border: none;
    background-color: #ffffff;
    top: 0px;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    /*border: 2px solid #F7F5F2;*/
    z-index: 2;
}
.con_type:checked + .mwform-radio-field-text::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,0);
    width: 2.7rem;
    height: 2.7rem;
    background: url(../images/check.svg) no-repeat center center;
	background-size: cover;
    z-index: 2;
}

.mwform-checkbox-field-text {
    padding-left: 5rem;
    position: relative;
    margin-right: 5rem;
    padding-top: 0.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}
.mwform-checkbox-field-text::before{
    content: "";
    display: block;
    position: absolute;
    border: none;
    background-color: #ffffff;
    top: 0;
    left: 0;
    transform: translate(0,0);
    width: 2.5rem;
    height: 2.5rem;
    /*border: 2px solid #F7F5F2;*/
    z-index: 2;
}
.con_type:checked + .mwform-checkbox-field-text::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,0);
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/check.svg) no-repeat center center;
	background-size: cover;
    z-index: 2;
}

.con_type:checked + .mwform-radio-field-text::before{
    /*border: 2px solid #F7F5F2;
    background: none;*/
}

#contact .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
}


/* ===== Select Box ===== */
.sel {
  display: inline-block;
  width: auto;
  position: relative;
  cursor: pointer;
    padding: 1rem 1.5rem;
	padding-right: 5.5rem;
	border: 1px solid #000000;
    border-radius: 0.5rem;
}

.sel::before {
    content: "";
    display: block;
    position: absolute;
    width: 1.8rem;
    height: 0.9rem;
    /*background: url(../images/pulldown_off.svg) no-repeat center center;*/
    background-size: contain;
    right: 0.8rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.mw_wp_form_preview .sel {
    display: inline-block;
    width: auto;
    position: relative;
    cursor: pointer;
    padding: 0;
    border: none;
    border-radius: 0.5rem;
}

.mw_wp_form_preview .sel::before,
.mw_wp_form_preview .sel.active::before {
    display: none;
}

.sel.active::before {
  /*background: url(../images/pulldown_on.svg) no-repeat center center;*/
  background-size: cover;
}

.sel__placeholder {
  display: block;
  font-size: 1.4rem;
	color: #000000;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 1.5rem;
  right: 0;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  display: block;
  font-size: 1.4rem;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  /*width: calc(100% + 0.2rem);*/
  /*width:100%;*/
  box-sizing: border-box;
	z-index: 2;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-size: 1.4rem;
	white-space: nowrap;
  padding: 1rem 1.5rem;
  user-select: none;
    border: 1px solid #000000;
    margin-top: -1px;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  color: #000000;
  background-color: #0f4060;
}
.sel__box__options.selected {
  color: #000000;
  background-color: #0f4060;
}

/* ----- Select Box Black Panther ----- */
/*.sel {
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}*/

.sel--black-panther {
  z-index: 3;
	padding-left: 1rem;
}

.sel--black-panther.active {
  z-index: 4;
}

/* ----- Select Box Superman ----- */
.sel--superman {
/*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


.mw_wp_form_preview {
    padding-top: 13rem;
	margin-top: -13rem;
}

.mw_wp_form_complete {
    padding-top: 20rem;
	margin-top: -20rem;
}


@media screen and (max-width: 768px) {
.mailform_wrap {
    padding: 4rem 0;
}
    
.mailform_wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 5.5rem;
}
    
.mailform_wrap .hissuu_txt {
    font-size: 1.3rem;
    margin-bottom: 5rem;
}
    
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.mailform_wrap .mailform_con {
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
#mail_contact .txt_wrap {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1rem;
}
.mailform_wrap .mailform_con li:nth-child(odd) {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0;
    margin-bottom: 1.5rem;
}
	
.mailform_wrap .mailform_con li:nth-child(odd) span.hissuu {
    font-size: 1.3rem;
}
    
.mwform-radio-field-text {
    line-height: 1.4;
    padding-left: 4rem;
    margin-right: 3rem;
}
    
.mailform_wrap .mailform_con.radio li:nth-child(even) {
    padding-top: 0;
    margin-bottom: -1.5rem;
}
    
.mailform_wrap .mailform_con.radio span.sub {
    display: inline;
    font-size: 1.2rem;
    margin-top: 0;
    margin-left: 1rem;
}
    
.mailform_wrap .mailform_con.day span {
    font-size: 1.2rem;
}
	
.sel__placeholder {
    font-size: 1.6rem;
}
.sel.active .sel__placeholder::before {
    font-size: 1.6rem;
}
.sel__box__options {
    font-size: 1.6rem;
}
	
.mailform_wrap .mailform_con li:nth-child(even) {
    width: 100%;
}
    
.mailform_wrap .mailform_con li:nth-child(even) input {
    font-size: 1.5rem;
    height: 5rem;
    padding: 1rem;
}
    
.mailform_wrap .mailform_con li:nth-child(even) textarea {
    font-size: 1.5rem;
    padding: 1rem;
    height: 23rem;
}
    
.mailform_wrap .mailform_con li:nth-child(even) .con_select {
    font-size: 1.5rem;
    padding: 1rem;
}
    
.mailform_wrap .mailform_con li:nth-child(even) .con_txt {
    width: 100%;
}
	
.mw_wp_form_preview .mailform_wrap .mailform_con li:nth-child(even) {
    padding: 1.0rem;
    padding-top: 0;
}
    
.mailform_wrap .mailform_con li:nth-child(even) > span.horizontal-item {
    display: block;
    width: 100%;
}
.mwform-checkbox-field-text {
    padding-left: 3.5rem;
}
    
.mailform_wrap .agree {
    margin-top: 3rem;
    padding-left: 0;
}
.mailform_wrap .agree .mwform-checkbox-field-text {
    font-size: 0;
    padding-left: 4rem;
    position: relative;
}
.mailform_wrap .agree .txt {
    font-size: 1.3rem;
}
.mailform_wrap .agree .txt a {
    color: #000000;
    text-decoration: underline;
}
    
	
.mailform_wrap .btn_list {
    margin: 6rem auto 0;
}
    
.mailform_wrap .btn_wrap {
    width: 30rem;
}
    
.mailform_wrap .btn_wrap .submit_btn {
    width: 30rem;
    height: 7rem;
}
.mailform_wrap .btn_wrap .reset_btn {
    width: 30rem;
    height: 7rem;
}
.mailform_wrap .btn_wrap .back_btn {
    width: 30rem;
    height: 7rem;
}
    
.mailform_wrap .btn_wrap .submit_btn {
    padding-right: 0;
}
.mailform_wrap .btn_wrap .reset_btn {
    padding-right: 0;
}
.mailform_wrap .btn_wrap .back_btn {
    padding-right: 0;
}
    
    
.mw_wp_form_preview .mailform_wrap .btn_wrap.back {
    /*display: block;
    margin-right: 0;
    margin-bottom: 3rem;*/
}
	
.mw_wp_form_preview {
    padding-top: 10rem;
	margin-top: -10rem;
}

.mw_wp_form_complete {
    padding-top: 11rem;
	margin-top: -11rem;
}
}



/* complete
----------------------------------------- */
#mail_contact.complete {
}

#mail_contact.complete h2 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 6rem;
}

#mail_contact.complete .attention_txt {
    text-align: center;
    font-weight: 200;
}

#mail_contact.complete .btn_wrap {
    margin-top: 8rem;
    text-align: center;
}
#mail_contact.complete .btn_wrap .btn2 {
    margin: auto;
    display: inline-flex;
}


@media screen and (max-width: 768px) {
#mail_contact.complete h2 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}
#mail_contact.complete .attention_txt {
}
#mail_contact.complete .btn_wrap {
    margin-top: 4rem;
}
}
