@charset "UTF-8";
/*----------------------------------------------------------
 *      Initialize
 *----------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  min-width: 1080px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 9px !important;
    min-width: 100%;
  }
}

body {
  background: #fff;
  color: #19253b;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
    min-width: 100%;
  }
}

p {
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #b28378;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    transition: none;
  }
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  color: #333;
}

/*----------------------------------------------------------
 *      Common
 *----------------------------------------------------------*/
.contents--wrap {
  margin: 0 auto;
  min-width: 1080px;
  width: 1080px;
}
@media only screen and (max-width: 768px) {
  .contents--wrap {
    min-width: 100%;
    width: 100%;
  }
}

.tool__more {
  height: 55.95px;
  margin: 0 auto;
  width: 200.95px;
}
.tool__more a {
  background: url("../images/tool__more.svg") no-repeat;
  background-size: 200.95px 55.95px;
  display: block;
  height: 55.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 200.95px;
}
.tool__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more {
    height: 27.975px;
    width: 100.475px;
  }
  .tool__more a {
    background: url("../images/tool__more.svg") no-repeat;
    background-size: 100.475px 27.975px;
    display: block;
    height: 27.975px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.475px;
  }
  .tool__more a:hover {
    opacity: 0.6;
  }
}

.tool__more--2 {
  height: 57.29px;
  margin: 0 auto;
  width: 201.32px;
}
.tool__more--2 a {
  background: url("../images/tool__more--2.svg") no-repeat;
  background-size: 201.32px 57.29px;
  display: block;
  height: 57.29px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 201.32px;
}
.tool__more--2 a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more--2 {
    height: 28.645px;
    width: 100.66px;
  }
  .tool__more--2 a {
    background: url("../images/tool__more--2.svg") no-repeat;
    background-size: 100.66px 28.645px;
    display: block;
    height: 28.645px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.66px;
  }
  .tool__more--2 a:hover {
    opacity: 0.6;
  }
}

.tool__top {
  height: 36.92px;
  margin: 0 auto;
  width: 128.5px;
}
.tool__top a {
  background: url("../images/tool__top.svg") no-repeat;
  background-size: 128.5px 36.92px;
  display: block;
  height: 36.92px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 128.5px;
}
.tool__top a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__top {
    height: 23.019px;
    width: 79.5335px;
  }
  .tool__top a {
    background: url("../images/tool__top.svg") no-repeat;
    background-size: 79.5335px 23.019px;
    display: block;
    height: 23.019px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 79.5335px;
  }
  .tool__top a:hover {
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
 *      MOBILE MENU
 *----------------------------------------------------------*/
.spMenu__area--sp {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 10;
}
.spMenu__area--sp .contents--wrap {
  background: rgba(15, 11, 33, 0.8);
  height: 100%;
  min-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.spMenu__area--sp a {
  color: #fff;
}

.spMenu__list {
  margin: 35px 35px 0 35px;
}
.spMenu__list li {
  border-bottom: 1px solid #fff;
  font-size: 1.18rem;
  font-weight: bold;
  height: 45px;
  margin: 0 0 0 0;
  padding: 0 9px 0 0;
  text-align: right;
}
.spMenu__list li a {
  display: block;
  height: 100%;
  line-height: 45px;
  width: 100%;
}
.spMenu__list li:nth-child(1) a {
  background: url("../images/sp__head__menu__title--1.svg") no-repeat 10px 18px;
  background-size: 40.85px 8.59px;
}
.spMenu__list li:nth-child(2) a {
  background: url("../images/sp__head__menu__title--2.svg") no-repeat 10px 18px;
  background-size: 49.8185px 8.59px;
}
.spMenu__list li:nth-child(3) a {
  background: url("../images/sp__head__menu__title--3.svg") no-repeat 10px 18px;
  background-size: 77.9575px 8.59px;
}
.spMenu__list li:nth-child(4) a {
  background: url("../images/sp__head__menu__title--4.svg") no-repeat 10px 18px;
  background-size: 32.3385px 8.59px;
}
.spMenu__list li:nth-child(5) a {
  background: url("../images/sp__head__menu__title--5.svg") no-repeat 10px 18px;
  background-size: 56.545px 8.59px;
}
.spMenu__list li:nth-child(6) a {
  background: url("../images/sp__head__menu__title--6.svg") no-repeat 10px 18px;
  background-size: 33.568px 8.59px;
}

/*----------------------------------------------------------
 *      Header
 *----------------------------------------------------------*/
header {
  background-color: rgba(255, 255, 255, 0.74);
  height: 50px;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  header {
    background-color: #19253b;
    height: 60px;
  }
}

.contents--wrap {
  position: relative;
}

.head__pc--wrap .head__title__box {
  background: #19253b;
  padding: 11px 13px 16px 13px;
  width: 135px;
}
.head__pc--wrap .head__title__box h1 {
  height: 53.2px;
  width: 108.1px;
}
.head__pc--wrap .head__title__box h1 a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 108.1px 53.2px;
  display: block;
  height: 53.2px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 108.1px;
}
.head__pc--wrap .head__title__box h1 a:hover {
  opacity: 0.6;
}

.head__pc--wrap .head__tool__count {
  background: #f33;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
  position: absolute;
  right: -11px;
  top: -4px;
}

.head__sp--wrap {
  padding: 7px 0 0 0;
  position: relative;
}
.head__sp--wrap h1 {
  height: 42.3405px;
  margin: 0 auto;
  width: 86.037px;
}
.head__sp--wrap h1 a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 86.037px 42.3405px;
  display: block;
  height: 42.3405px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 86.037px;
}
.head__sp--wrap h1 a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__menuBtn {
  height: 18.525px;
  left: 14px;
  position: absolute;
  top: 21px;
  width: 31.14px;
}
.head__sp--wrap .head__menuBtn a {
  background: url("../images/sp__head__menu.svg") no-repeat;
  background-size: 31.14px 18.525px;
  display: block;
  height: 18.525px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 31.14px;
}
.head__sp--wrap .head__menuBtn a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__menuBtn__close {
  height: 20.427px;
  left: 18px;
  position: absolute;
  top: 21px;
  width: 20.427px;
}
.head__sp--wrap .head__tool--wrap {
  position: absolute;
  right: 16px;
  top: 19px;
}
.head__sp--wrap .head__tool--wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.head__sp--wrap .head__tool--wrap li {
  margin: 0 0 0 6px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(1) {
  height: 23.847px;
  width: 23.847px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(1) a {
  background: url("../images/foot__menu__instagram.svg") no-repeat;
  background-size: 23.847px 23.847px;
  display: block;
  height: 23.847px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 23.847px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(1) a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__tool--wrap li:nth-child(2) {
  height: 23.847px;
  width: 23.847px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(2) a {
  background: url("../images/foot__menu__twitter.svg") no-repeat;
  background-size: 23.847px 23.847px;
  display: block;
  height: 23.847px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 23.847px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(2) a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__tool--wrap li:nth-child(3) {
  height: 23.847px;
  width: 23.847px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(3) a {
  background: url("../images/foot__menu__facebook.svg") no-repeat;
  background-size: 23.847px 23.847px;
  display: block;
  height: 23.847px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 23.847px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(3) a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__tool--wrap li:nth-child(4) {
  height: 23.847px;
  position: relative;
  width: 23.847px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(4) a {
  background: url("../images/foot__menu__cart.svg") no-repeat;
  background-size: 23.847px 23.847px;
  display: block;
  height: 23.847px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 23.847px;
}
.head__sp--wrap .head__tool--wrap li:nth-child(4) a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__tool--wrap .head__tool__count {
  background: #f33;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  position: absolute;
  right: -9px;
  top: -6px;
}

/*----------------------------------------------------------
 *      FOOTER
 *----------------------------------------------------------*/
footer {
  background: #19253b;
  padding: 26px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 0 15px 0;
  }
}

.foot__logo {
  height: 84.7px;
  margin: 0 auto 33px auto;
  width: 166.8px;
}
.foot__logo a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 166.8px 84.7px;
  display: block;
  height: 84.7px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 166.8px;
}
.foot__logo a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__logo {
    height: 56.885px;
    margin: 0 auto 29px auto;
    width: 111.965px;
  }
  .foot__logo a {
    background: url("../images/head__title.svg") no-repeat;
    background-size: 111.965px 56.885px;
    display: block;
    height: 56.885px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 111.965px;
  }
  .foot__logo a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap ul {
    margin: 0 0 18px 0;
  }
}

.foot__tool--wrap li {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li {
    margin: 0 8px;
  }
}

.foot__tool--wrap li:nth-child(1) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(1) a {
  background: url("../images/foot__menu__instagram.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(1) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(1) a {
    background: url("../images/foot__menu__instagram.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap li:nth-child(2) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(2) a {
  background: url("../images/foot__menu__twitter.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(2) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(2) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(2) a {
    background: url("../images/foot__menu__twitter.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(2) a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap li:nth-child(3) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(3) a {
  background: url("../images/foot__menu__facebook.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(3) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(3) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(3) a {
    background: url("../images/foot__menu__facebook.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(3) a:hover {
    opacity: 0.6;
  }
}

.foot__comment {
  color: #fff;
  margin: 0 0 30px 0;
  text-align: center;
}

.foot__copyright {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

/*----------------------------------------------------------
 *      Path List
 *----------------------------------------------------------*/
.pathList__area ul {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .pathList__area ul {
    padding: 7px 9px 7px 9px;
  }
}

.pathList__area li {
  font-size: 0.75rem;
  margin: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pathList__area li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.pathList__area li:before {
  background: url("../images/tool__path__arrow.svg") no-repeat;
  background-size: 8.75px 9.14px;
  content: ">";
  display: block;
  display: block;
  height: 9.14px;
  left: -13px;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 4px;
  white-space: nowrap;
  width: 8.75px;
}

.pathList__area li:nth-child(1) {
  height: 15.77px;
  margin: 0 0 0 0;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .pathList__area li:nth-child(1) {
    height: 13.2715px;
    width: 13.352px;
  }
  .pathList__area li:nth-child(1) a {
    background: url("../images/tool__path__home.svg") no-repeat;
    background-size: 13.352px 13.2715px;
    display: block;
    height: 13.2715px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 13.352px;
  }
  .pathList__area li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.pathList__area li:nth-child(1):before {
  display: none;
}

.pathList__area a {
  color: #19253b;
}

/*----------------------------------------------------------
  *      Foot Page Top
  *----------------------------------------------------------*/
.pageTop__area {
  padding: 20px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .pageTop__area {
    padding: 15px 0 25px 0;
  }
}

/*----------------------------------------------------------
 *      Foot Path List
 *----------------------------------------------------------*/
.foot__pathList__area {
  margin-bottom: -28px;
}
.foot__pathList__area ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area ul {
    padding: 0 9px 0 9px;
  }
}
.foot__pathList__area li {
  font-size: 0.75rem;
  margin: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.foot__pathList__area li:before {
  background: url("../images/tool__path__arrow--2.svg") no-repeat;
  background-size: 8.75px 9.14px;
  content: ">";
  display: block;
  display: block;
  height: 9.14px;
  left: -13px;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 4px;
  white-space: nowrap;
  width: 8.75px;
}
.foot__pathList__area li:nth-child(1) {
  height: 15.77px;
  margin: 0 0 0 0;
  width: 15.86px;
}
.foot__pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home--2.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.foot__pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area li:nth-child(1) {
    height: 13.2715px;
    width: 13.352px;
  }
  .foot__pathList__area li:nth-child(1) a {
    background: url("../images/tool__path__home--2.svg") no-repeat;
    background-size: 13.352px 13.2715px;
    display: block;
    height: 13.2715px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 13.352px;
  }
  .foot__pathList__area li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}
.foot__pathList__area li:nth-child(1):before {
  display: none;
}
.foot__pathList__area a {
  color: #fff;
}

/*----------------------------------------------------------
 *      Path List
 *----------------------------------------------------------*/
.pathList__area {
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .pathList__area {
    padding: 60px 0 0 0;
  }
}

/*----------------------------------------------------------
 *      Contact
 *----------------------------------------------------------*/
.contact__area {
  padding: 57px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .contact__area {
    padding: 10px 0 0 0;
  }
}
.contact__area h1 {
  background: url("../contact/images/contact__title.svg") no-repeat;
  background-position: center top;
  background-size: 315.251px 78.259px;
  border-bottom: 1px solid #19253b;
  display: block;
  height: 78.259px;
  height: 123px;
  margin: 0 auto 50px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 315.251px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact__area h1 {
    background: url("../contact/images/contact__title.svg") no-repeat;
    background-position: center top;
    background-size: 78.81275px 19.56475px;
    display: block;
    height: 19.56475px;
    height: 31px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 78.81275px;
    width: calc(100% - 18px);
  }
}

.contact__read {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 70px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact__read {
    margin: 0 0 30px 0;
  }
}
.contact__read a {
  color: #19253b;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .contact--wrap {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}

.contact--wrap dl {
  margin: 0 auto 60px auto;
  width: 960px;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dl {
    margin: 0 auto 20px auto;
    width: 100%;
  }
}

.contact--wrap dt {
  float: left;
  font-size: 1rem;
  margin: 8px 0 20px 0;
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dt {
    float: none;
    font-size: 1.5rem;
    margin: 10px 0 10px 0;
    width: 100%;
  }
}

.contact--wrap dd {
  margin: 0 0 26px 340px;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dd {
    margin: 0 0 20px 0;
  }
}
.contact--wrap dd input[type="text"] {
  border: 1px solid #19253b;
  border-radius: 0;
  padding: 14px 22px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dd input[type="text"] {
    padding: 6px 8px;
  }
}
.contact--wrap dd textarea {
  border: 1px solid #19253b;
  height: 300px;
  padding: 14px 22px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact--wrap dd textarea {
    border-radius: 0;
    height: 200px;
    padding: 8px 8px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #19253b;
  height: 52px;
  margin: 0;
  padding: 0 40px 0 14px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  select {
    height: 30px;
    padding: 0 30px 0 4px;
  }
}

select::-ms-expand {
  display: none;
}

.select--wrap {
  display: inline-block;
  position: relative;
}

.select--wrap::before {
  background: #eee;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .select--wrap::before {
    width: 26px;
  }
}

.select--wrap::after {
  background: url("../contact/images/contact__form__arrow.svg") no-repeat;
  background-size: 18.75px 8.23px;
  bottom: 0;
  content: "";
  display: block;
  height: 8.23px;
  margin: auto 0;
  overflow: hidden;
  position: absolute;
  right: 8px;
  text-indent: 101%;
  top: 0;
  white-space: nowrap;
  width: 18.75px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .select--wrap::after {
    background: url("../contact/images/contact__form__arrow.svg") no-repeat;
    background-size: 9.375px 4.115px;
    display: block;
    height: 4.115px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 9.375px;
  }
}

.contact__submit dt {
  font-size: 1rem;
  font-weight: normal;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .contact__submit dt {
    font-size: 1.25rem;
    text-align: center;
  }
}

.contact__submit dd {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact__submit dd {
    padding: 20px 0 0 0;
  }
}

.contact__inputBtn {
  background: #fff;
  border: 2px solid #19253b;
  padding: 16px 24px;
}
@media only screen and (max-width: 768px) {
  .contact__inputBtn {
    border: 1px solid #19253b;
    padding: 6px 16px;
  }
}

.contact__inputBtn__text {
  font-size: 1.25rem;
  font-weight: bold;
}

.error-mes {
  border: 2px solid #f39;
  color: #f39;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto 60px auto;
  padding: 20px 30px;
  width: 960px;
}
@media only screen and (max-width: 768px) {
  .error-mes {
    margin: 0 auto 20px auto;
    width: 100%;
  }
}

.contact__other__info {
  margin: 0 auto 0 auto;
  width: 616px;
}
@media only screen and (max-width: 768px) {
  .contact__other__info {
    margin: 0 auto 0 auto;
    width: 100%;
  }
}

/*----------------------------------------------------------
 *      Thanks
 *----------------------------------------------------------*/
.thanks__area {
  padding: 57px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .thanks__area {
    padding: 10px 0 0 0;
  }
}
.thanks__area h1 {
  background: url("../contact/images/contact__title.svg") no-repeat;
  background-position: center top;
  background-size: 315.251px 78.259px;
  border-bottom: 1px solid #19253b;
  display: block;
  height: 78.259px;
  height: 123px;
  margin: 0 auto 50px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 315.251px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .thanks__area h1 {
    background: url("../contact/images/contact__title.svg") no-repeat;
    background-position: center top;
    background-size: 78.81275px 19.56475px;
    display: block;
    height: 19.56475px;
    height: 31px;
    margin: 0 0 30px 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 78.81275px;
    width: calc(100% - 18px);
  }
}

.thanks__wrap {
  margin: 0 auto 100px auto;
  width: 700px;
}
@media only screen and (max-width: 768px) {
  .thanks__wrap {
    margin: 0 auto 60px auto;
    width: calc(100% - 40px);
  }
}
.thanks__wrap a {
  color: #19253b;
  text-decoration: underline;
}

.thanks__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 40px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .thanks__title {
    margin: 0 0 20px 0;
  }
}

.thanks__read {
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}
