@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: 30px 20px 0 20px;
}
.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 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;
}

/*----------------------------------------------------------
 *      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;
}

/*----------------------------------------------------------
 *      MainVisual
 *----------------------------------------------------------*/
.main__area {
  height: 830px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main__area {
    height: auto;
    padding: 60px 0 0 0;
  }
}
.main__area .contents--wrap {
  min-width: 100%;
  width: 100%;
}

.main__mainVisual {
  background: url("../teamorder/images/uniform__mainVisual.jpg") center
    center/cover;
  height: 830px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main__mainVisual {
    background: url("../teamorder/images/uniform__mainVisual--sp.jpg") center
      center/cover;
    height: 380px;
  }
}

.main__title {
  background: url("../teamorder/images/uniform__main__title.svg") no-repeat;
  background-size: 211.44px 54.82px;
  bottom: 210px;
  display: block;
  height: 54.82px;
  left: calc(50% - 600px);
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  white-space: nowrap;
  width: 211.44px;
}
@media only screen and (max-width: 768px) {
  .main__title {
    background: url("../teamorder/images/uniform__main__title.svg") no-repeat;
    background-size: 105.72px 27.41px;
    bottom: 92px;
    display: block;
    height: 27.41px;
    left: 25px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 105.72px;
  }
}

.main__subtitle {
  background: url("../teamorder/images/uniform__main__subtitle.svg") no-repeat;
  background-size: 472.22px 57.24px;
  bottom: 120px;
  display: block;
  height: 57.24px;
  left: calc(50% - 600px);
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  white-space: nowrap;
  width: 472.22px;
}
@media only screen and (max-width: 768px) {
  .main__subtitle {
    background: url("../teamorder/images/uniform__main__subtitle.svg") no-repeat;
    background-size: 236.11px 28.62px;
    bottom: 47px;
    display: block;
    height: 28.62px;
    left: 25px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 236.11px;
  }
}

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

/*----------------------------------------------------------
 *      About
 *----------------------------------------------------------*/
.about__area {
  padding: 0 0 46px 0;
}
@media only screen and (max-width: 768px) {
  .about__area {
    padding: 14px 0 28px 0;
  }
}

.about__read {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.205;
  margin: 0 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about__read {
    margin: 0 auto;
    width: calc(100% - 90px);
  }
}

/*----------------------------------------------------------
 *      Mens
 *----------------------------------------------------------*/
.mens__area {
  background: url("../teamorder/images/uniform__mens__bg.jpg") center
    center/cover;
  height: 594px;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
  .mens__area {
    height: auto;
    margin: 0 0 10px 0;
    padding: 27px 0 30px 0;
  }
}

.mens--wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .mens--wrap {
    display: block;
    margin: 0 auto 0 auto;
    width: calc(100% - 70px);
  }
}

.mens__element {
  flex-basis: 50%;
  padding: 0 28px 0 0;
}
@media only screen and (max-width: 768px) {
  .mens__element {
    padding: 0 0 0 0;
  }
}
.mens__element h1 {
  background: url("../teamorder/images/uniform__mans__title.svg") no-repeat;
  background-size: 317.04px 60.44px;
  display: block;
  height: 60.44px;
  margin: 100px 0 93px 54px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 317.04px;
}
@media only screen and (max-width: 768px) {
  .mens__element h1 {
    background: url("../teamorder/images/uniform__mans__title.svg") no-repeat;
    background-size: 158.52px 30.22px;
    display: block;
    height: 30.22px;
    margin: 0 0 47px 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 158.52px;
  }
}

.mens__read {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 45px 54px;
}
@media only screen and (max-width: 768px) {
  .mens__read {
    font-size: 1.2rem;
    margin: 0 0 24px 0;
  }
}

.mens__orderInfo--wrap {
  margin: 0 0 0 54px;
}
@media only screen and (max-width: 768px) {
  .mens__orderInfo--wrap {
    margin: 0 0 0 0;
  }
}
.mens__orderInfo--wrap th,
.mens__orderInfo--wrap td {
  border: 3px solid #19253b;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 9px 13px;
}
@media only screen and (max-width: 768px) {
  .mens__orderInfo--wrap th,
  .mens__orderInfo--wrap td {
    border: 2px solid #19253b;
    padding: 4px 8px;
  }
}

.mens__image {
  margin: 30px 0 0 48px;
}
@media only screen and (max-width: 768px) {
  .mens__image {
    margin: 25px 0 0 0;
    width: 100%;
  }
}

/*----------------------------------------------------------
 *      Womens
 *----------------------------------------------------------*/
.womens__area {
  background: url("../teamorder/images/uniform__womens__bg.jpg") center
    center/cover;
  height: 594px;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
  .womens__area {
    height: auto;
    margin: 0 0 10px 0;
    padding: 27px 0 30px 0;
  }
}

.womens--wrap {
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .womens--wrap {
    display: block;
    margin: 0 auto 0 auto;
    width: calc(100% - 70px);
  }
}

.womens__element {
  flex-basis: 50%;
  padding: 0 28px 0 0;
}
@media only screen and (max-width: 768px) {
  .womens__element {
    padding: 0 0 0 0;
  }
}
.womens__element h1 {
  background: url("../teamorder/images/uniform__womans__title.svg") no-repeat;
  background-size: 317.04px 60.44px;
  display: block;
  height: 60.44px;
  margin: 75px 0 48px 14px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 317.04px;
}
@media only screen and (max-width: 768px) {
  .womens__element h1 {
    background: url("../teamorder/images/uniform__womans__title.svg") no-repeat;
    background-size: 158.52px 30.22px;
    display: block;
    height: 30.22px;
    margin: 0 0 47px 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 158.52px;
  }
}

.womens__read {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 45px 14px;
}
@media only screen and (max-width: 768px) {
  .womens__read {
    font-size: 1.2rem;
    margin: 0 0 24px 0;
  }
}

.womens__orderInfo--wrap {
  margin: 0 0 0 14px;
}
@media only screen and (max-width: 768px) {
  .womens__orderInfo--wrap {
    margin: 0 0 0 0;
  }
}
.womens__orderInfo--wrap th,
.womens__orderInfo--wrap td {
  border: 3px solid #19253b;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 9px 13px;
}
@media only screen and (max-width: 768px) {
  .womens__orderInfo--wrap th,
  .womens__orderInfo--wrap td {
    border: 2px solid #19253b;
    padding: 4px 8px;
  }
}

.womens__image {
  margin: 43px 0 0 26px;
}
@media only screen and (max-width: 768px) {
  .womens__image {
    margin: 25px 0 0 0;
    width: 100%;
  }
}

/*----------------------------------------------------------
 *      Chara
 *----------------------------------------------------------*/
.chara__area .contents--wrap {
  min-width: 100%;
  width: 100%;
}

.chara__title--wrap {
  background: url("../teamorder/images/uniform__chara__bg.png") no-repeat center;
  height: 210px;
  padding: 72px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .chara__title--wrap {
    height: 105px;
    padding: 36px 0 0 0;
  }
}
.chara__title--wrap h1 {
  background: url("../teamorder/images/uniform__chara__title.svg") no-repeat;
  background-size: 411.18px 86.26px;
  display: block;
  height: 86.26px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 411.18px;
}
@media only screen and (max-width: 768px) {
  .chara__title--wrap h1 {
    background: url("../teamorder/images/uniform__chara__title.svg") no-repeat;
    background-size: 205.59px 43.13px;
    display: block;
    height: 43.13px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 205.59px;
  }
}

.chara__point--wrap {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .chara__point--wrap {
    display: block;
  }
}

.chara__point__element {
  flex-basis: calc(100% / 3);
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .chara__point__element {
    padding: 40px 0 0 0;
  }
}
.chara__point__element h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 36px 0 14px 0;
}
@media only screen and (max-width: 768px) {
  .chara__point__element h2 {
    margin: 15px 0 10px 0;
  }
}

.chara__point__element:nth-child(1) {
  background: url("../teamorder/images/uniform__chara__bg--1.jpg") center
    center/cover;
  height: 466px;
}
@media only screen and (max-width: 768px) {
  .chara__point__element:nth-child(1) {
    height: 300px;
  }
}

.chara__point__element:nth-child(2) {
  background: url("../teamorder/images/uniform__chara__bg--2.jpg") center
    center/cover;
  height: 466px;
}
@media only screen and (max-width: 768px) {
  .chara__point__element:nth-child(2) {
    height: 300px;
  }
}

.chara__point__element:nth-child(3) {
  background: url("../teamorder/images/uniform__chara__bg--3.jpg") center
    center/cover;
  height: 466px;
}
@media only screen and (max-width: 768px) {
  .chara__point__element:nth-child(3) {
    height: 300px;
  }
}

.chara__point__icon--1 {
  background: url("../teamorder/images/uniform__chara__point--1.svg") no-repeat;
  background-size: 223.48px 223.48px;
  display: block;
  height: 223.48px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 223.48px;
}
@media only screen and (max-width: 768px) {
  .chara__point__icon--1 {
    background: url("../teamorder/images/uniform__chara__point--1.svg")
      no-repeat;
    background-size: 140px 140px;
    display: block;
    height: 140px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 140px;
  }
}

.chara__point__icon--2 {
  background: url("../teamorder/images/uniform__chara__point--2.svg") no-repeat;
  background-size: 223.48px 223.48px;
  display: block;
  height: 223.48px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 223.48px;
}
@media only screen and (max-width: 768px) {
  .chara__point__icon--2 {
    background: url("../teamorder/images/uniform__chara__point--2.svg")
      no-repeat;
    background-size: 140px 140px;
    display: block;
    height: 140px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 140px;
  }
}

.chara__point__icon--3 {
  background: url("../teamorder/images/uniform__chara__point--3.svg") no-repeat;
  background-size: 223.48px 223.48px;
  display: block;
  height: 223.48px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 223.48px;
}
@media only screen and (max-width: 768px) {
  .chara__point__icon--3 {
    background: url("../teamorder/images/uniform__chara__point--3.svg")
      no-repeat;
    background-size: 140px 140px;
    display: block;
    height: 140px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 140px;
  }
}

.chara__point__description {
  font-size: 0.8125rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .chara__point__description {
    font-size: 1.1rem;
    line-height: 1.75;
  }
}

/*----------------------------------------------------------
 *      Tokucho
 *----------------------------------------------------------*/
.tokucho__area {
  padding: 90px 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .tokucho__area {
    padding: 61px 0 25px 0;
  }
}

.tokucho--wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .tokucho--wrap {
    display: block;
  }
}

.tokucho__element {
  flex-basis: 50%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tokucho__element {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .tokucho__element img {
    width: calc(100% - 30px);
  }
}

.tokucho__element:nth-child(1) {
  padding: 186px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .tokucho__element:nth-child(1) {
    padding: 0 0 46px 0;
  }
}
.tokucho__element:nth-child(1) h2 {
  background: url("../teamorder/images/uniform__tokucho__title--1.svg")
    no-repeat;
  background-size: 217.71px 54.82px;
  display: block;
  height: 54.82px;
  margin: 0 auto 28px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 217.71px;
}
@media only screen and (max-width: 768px) {
  .tokucho__element:nth-child(1) h2 {
    background: url("../teamorder/images/uniform__tokucho__title--1.svg")
      no-repeat;
    background-size: 108.855px 27.41px;
    display: block;
    height: 27.41px;
    margin: 0 auto 12px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 108.855px;
  }
}

.tokucho__element:nth-child(3) {
  order: 4;
  padding: 128px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .tokucho__element:nth-child(3) {
    padding: 48px 0 37px 0;
  }
}
.tokucho__element:nth-child(3) h2 {
  background: url("../teamorder/images/uniform__tokucho__title--2.svg")
    no-repeat;
  background-size: 296.54px 219.48px;
  display: block;
  height: 219.48px;
  margin: 0 auto 28px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 296.54px;
}
@media only screen and (max-width: 768px) {
  .tokucho__element:nth-child(3) h2 {
    background: url("../teamorder/images/uniform__tokucho__title--2.svg")
      no-repeat;
    background-size: 148.27px 109.74px;
    display: block;
    height: 109.74px;
    margin: 0 auto 12px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 148.27px;
  }
}

.tokucho__element:nth-child(2) {
  order: 4;
}

.tokucho__description {
  font-size: 1.1rem;
  line-height: 1.73;
}

/*----------------------------------------------------------
 *      Gallery
 *----------------------------------------------------------*/
.gallery__area {
  background: url("../teamorder/images/uniform__gallery__bg.jpg") no-repeat
    center 210px / cover;
  padding: 0 0 51px 0;
}
@media only screen and (max-width: 768px) {
  .gallery__area {
    background: url("../teamorder/images/uniform__gallery__bg.jpg") no-repeat
      center 105px / cover;
    padding: 0 0 14px 0;
  }
}

.gallery__title--wrap {
  background: url("../teamorder/images/uniform__chara__bg.png") no-repeat center;
  height: 210px;
  padding: 72px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .gallery__title--wrap {
    height: 105px;
    padding: 36px 0 0 0;
  }
}
.gallery__title--wrap h1 {
  background: url("../teamorder/images/uniform__gallery__title.svg") no-repeat;
  background-size: 215.37px 86.14px;
  display: block;
  height: 86.14px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 215.37px;
}
@media only screen and (max-width: 768px) {
  .gallery__title--wrap h1 {
    background: url("../teamorder/images/uniform__gallery__title.svg") no-repeat;
    background-size: 107.685px 43.07px;
    display: block;
    height: 43.07px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 107.685px;
  }
}

.gallery__image--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 93px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .gallery__image--wrap {
    margin: 17px 0 0 0;
  }
}

.gallery__image__element {
  margin: 0 22px 44px 0;
}
@media only screen and (max-width: 768px) {
  .gallery__image__element {
    flex-basis: calc(50% - 14px);
    margin: 0 7px 13px 7px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery__image__element img {
    width: 100%;
  }
}

.gallery__image__element:nth-child(3n) {
  margin: 0 0 44px 0;
}
@media only screen and (max-width: 768px) {
  .gallery__image__element:nth-child(3n) {
    margin: 0 7px 13px 7px;
  }
}

/*----------------------------------------------------------
 *      Order Flow
 *----------------------------------------------------------*/
.flow__area {
  padding: 78px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .flow__area {
    padding: 43px 0 0 0;
  }
}
.flow__area h1 {
  background: url("../teamorder/images/uniform__flow__title.svg") no-repeat;
  background-size: 301.14px 54.72px;
  display: block;
  height: 54.72px;
  margin: 0 auto 96px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 301.14px;
}
@media only screen and (max-width: 768px) {
  .flow__area h1 {
    background: url("../teamorder/images/uniform__flow__title--sp.svg")
      no-repeat;
    background-position: center;
    background-size: 150.5675px 27.358px;
    display: block;
    height: 27.358px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 150.5675px;
    width: calc(100% - 90px);
  }
}

.flow__step--wrap {
  display: flex;
  flex-wrap: wrap;
}

.flow__step__element {
  flex-basis: calc(100% / 3);
  margin: 0 0 128px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow__step__element {
    flex-basis: 50%;
    margin: 0 0 35px 0;
  }
}

.flow__step__element:nth-child(1) .step__title {
  background: url("../teamorder/images/uniform__flow__step--1.png") no-repeat;
  background-size: 342px 342.5px;
  display: block;
  height: 342.5px;
  margin: 0 auto 62px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 342px;
}
@media only screen and (max-width: 768px) {
  .flow__step__element:nth-child(1) .step__title {
    background: url("../teamorder/images/uniform__flow__step--1.png") no-repeat;
    background-size: 171px 171.25px;
    display: block;
    height: 171.25px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 171px;
  }
}

.flow__step__element:nth-child(2) .step__title {
  background: url("../teamorder/images/uniform__flow__step--2.png") no-repeat;
  background-size: 342px 342.5px;
  display: block;
  height: 342.5px;
  margin: 0 auto 58px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 342px;
}
@media only screen and (max-width: 768px) {
  .flow__step__element:nth-child(2) .step__title {
    background: url("../teamorder/images/uniform__flow__step--2.png") no-repeat;
    background-size: 171px 171.25px;
    display: block;
    height: 171.25px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 171px;
  }
}

.flow__step__element:nth-child(3) .step__title {
  background: url("../teamorder/images/uniform__flow__step--3.png") no-repeat;
  background-size: 342px 342.5px;
  display: block;
  height: 342.5px;
  margin: 0 auto 58px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 342px;
}
@media only screen and (max-width: 768px) {
  .flow__step__element:nth-child(3) .step__title {
    background: url("../teamorder/images/uniform__flow__step--3.png") no-repeat;
    background-size: 171px 171.25px;
    display: block;
    height: 171.25px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 171px;
  }
}

.flow__step__element:nth-child(4) .step__title {
  background: url("../teamorder/images/uniform__flow__step--4.png") no-repeat;
  background-size: 342px 342.5px;
  display: block;
  height: 342.5px;
  margin: 0 auto 58px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 342px;
}
@media only screen and (max-width: 768px) {
  .flow__step__element:nth-child(4) .step__title {
    background: url("../teamorder/images/uniform__flow__step--4.png") no-repeat;
    background-size: 171px 171.25px;
    display: block;
    height: 171.25px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 171px;
  }
}

.flow__step__element:nth-child(5) .step__title {
  background: url("../teamorder/images/uniform__flow__step--5.png") no-repeat;
  background-size: 342px 342.5px;
  display: block;
  height: 342.5px;
  margin: 0 auto 58px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 342px;
}
@media only screen and (max-width: 768px) {
  .flow__step__element:nth-child(5) .step__title {
    background: url("../teamorder/images/uniform__flow__step--5.png") no-repeat;
    background-size: 171px 171.25px;
    display: block;
    height: 171.25px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 171px;
  }
}

.flow__step__element:nth-child(6) .step__title {
  background: url("../teamorder/images/uniform__flow__step--6.png") no-repeat;
  background-size: 342px 342.5px;
  display: block;
  height: 342.5px;
  margin: 0 auto 58px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 342px;
}
@media only screen and (max-width: 768px) {
  .flow__step__element:nth-child(6) .step__title {
    background: url("../teamorder/images/uniform__flow__step--6.png") no-repeat;
    background-size: 171px 171.25px;
    display: block;
    height: 171.25px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 171px;
  }
}

.flow__step__element:nth-child(4),
.flow__step__element:nth-child(5),
.flow__step__element:nth-child(6) {
  margin: 0 0 20px 0;
}

.step__decription {
  font-size: 1rem;
  line-height: 1.94;
  margin: 0 30px 0 30px;
}

.step__more {
  height: 55px;
  margin: 42px auto 0 auto;
  width: 257.36px;
}
.step__more a {
  background: url("../teamorder/images/tool__more--7.svg") no-repeat;
  background-size: 257.36px 55px;
  display: block;
  height: 55px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 257.36px;
}
.step__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .step__more {
    height: 27.5px;
    margin: 16px auto 0 auto;
    width: 128.68px;
  }
  .step__more a {
    background: url("../teamorder/images/tool__more--7.svg") no-repeat;
    background-size: 128.68px 27.5px;
    display: block;
    height: 27.5px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 128.68px;
  }
  .step__more a:hover {
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
 *      Contact
 *----------------------------------------------------------*/
.contact__area {
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .contact__area {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact__area .step__more {
    margin: 6px auto 0 auto;
  }
}
