@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--wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.tool__more--ab {
  height: 55.95px;
  margin: 0 auto;
  width: 200.95px;
}

.tool__more--ab 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--ab a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more--ab {
    height: 27.975px;
    width: 100.475px;
  }
  .tool__more--ab a {
    background: url("../images/tool__more.svg") no-repeat;
    background-size: 100.475px 27.975px;
    height: 27.975px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    /*        display: block;*/
    width: 100.475px;
  }
  .tool__more--ab a:hover {
    opacity: 0.6;
  }
}

.tool__more--en {
  height: 57.29px;
  margin: 0 auto;
  width: 201.32px;
}

.tool__more--en a {
  background: url("../images/en__more.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--en a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more--en {
    height: 28.645px;
    width: 100.66px;
  }
  .tool__more--en a {
    background: url("../images/en__more.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--en a:hover {
    opacity: 0.6;
  }
}

.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 {
  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;
}

/*----------------------------------------------------------
 *      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 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main__area {
    padding: 40px 0 0 0;
  }
}
.main__area .contents--wrap {
  min-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .main__mainVisual {
    height: auto;
  }
}

.main__mainVisual li {
  text-align: center;
}

/*----------------------------------------------------------
 *      About
 *----------------------------------------------------------*/
.about__area {
  background: url("../images/top__about__bg.jpg") no-repeat center center/cover;
  padding: 54px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .about__area {
    padding: 15px 0 0 0;
  }
}
.about__area .contents--wrap {
  height: 424px;
}
@media only screen and (max-width: 768px) {
  .about__area .contents--wrap {
    height: 240px;
  }
}
.about__area h1 {
  background: url("../images/top__about__title.png") no-repeat;
  background-size: 149.5px 72.5px;
  display: block;
  height: 72.5px;
  margin: 0 auto 23px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 149.5px;
}
@media only screen and (max-width: 768px) {
  .about__area h1 {
    background: url("../images/top__about__title.png") no-repeat;
    background-size: 74.75px 36.25px;
    display: block;
    height: 36.25px;
    margin: 0 auto 13px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 74.75px;
  }
}

.about__read {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.75;
  margin: 0 0 50px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about__read {
    margin: 0 8px 26px 8px;
  }
}

/*----------------------------------------------------------
  *      Shop
  *----------------------------------------------------------*/
.shop__area {
  background: url("../images/top__shop__bg.jpg") no-repeat center center/cover;
  height: 478px;
  padding: 166px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .shop__area {
    height: 240px;
    padding: 80px 0 0 0;
  }
}
.shop__area h1 {
  background: url("../images/top__shop__title.png") no-repeat;
  background-size: 91.5px 41.5px;
  display: block;
  height: 41.5px;
  margin: 0 auto 23px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 91.5px;
}
@media only screen and (max-width: 768px) {
  .shop__area h1 {
    background: url("../images/top__shop__title.png") no-repeat;
    background-size: 45.75px 20.75px;
    display: block;
    height: 20.75px;
    margin: 0 auto 5px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 45.75px;
  }
}

.shop__read {
  color: #19253b;
  font-size: 1.25rem;
  line-height: 1.75;
  margin: 0 0 30px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .shop__read {
    margin: 0 0 13px 0;
  }
}

/*----------------------------------------------------------
 *      Team Order
 *----------------------------------------------------------*/
.teamorder__area {
  background: url("../images/top__team__bg.jpg") no-repeat center center/cover;
  height: 528px;
  padding: 162px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .teamorder__area {
    height: 240px;
    padding: 80px 0 0 0;
  }
}
.teamorder__area h1 {
  background: url("../images/top__team__title.png") no-repeat;
  background-size: 259.5px 72.5px;
  display: block;
  height: 72.5px;
  margin: 0 auto 1px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 259.5px;
}
@media only screen and (max-width: 768px) {
  .teamorder__area h1 {
    background: url("../images/top__team__title.png") no-repeat;
    background-size: 129.75px 36.25px;
    display: block;
    height: 36.25px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 129.75px;
  }
}

.teamorder__read {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.75;
  margin: 0 0 30px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .teamorder__read {
    margin: 0 0 13px 0;
  }
}

/*----------------------------------------------------------
  *      Service
  *----------------------------------------------------------*/
.service__area {
  background: url("../images/top__service__bg.jpg") no-repeat center
    center/cover;
  height: 528px;
  padding: 186px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .service__area {
    height: 240px;
    padding: 80px 0 0 0;
  }
}
.service__area h1 {
  background: url("../images/top__service__title.png") no-repeat;
  background-size: 151px 41.5px;
  display: block;
  height: 41.5px;
  margin: 0 auto 13px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 151px;
}
@media only screen and (max-width: 768px) {
  .service__area h1 {
    background: url("../images/top__service__title.png") no-repeat;
    background-size: 75.5px 20.75px;
    display: block;
    height: 20.75px;
    margin: 0 auto 5px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 75.5px;
  }
}

.service__read {
  color: #19253b;
  font-size: 1.375rem;
  line-height: 1.75;
  margin: 0 0 26px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service__read {
    margin: 0 0 13px 0;
  }
}

/*----------------------------------------------------------
  *      Instagram
  *----------------------------------------------------------*/
.insta__area {
  background: url("../images/top__insta__bg.jpg") no-repeat center center/cover;
  height: 528px;
  padding: 210px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .insta__area {
    height: 240px;
    padding: 80px 0 0 0;
  }
}
.insta__area h1 {
  background: url("../images/top__insta__title.png") no-repeat;
  background-size: 214.5px 41.5px;
  display: block;
  height: 41.5px;
  margin: 0 auto 25px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 214.5px;
}
@media only screen and (max-width: 768px) {
  .insta__area h1 {
    background: url("../images/top__insta__title.png") no-repeat;
    background-size: 107.25px 20.75px;
    display: block;
    height: 20.75px;
    margin: 0 auto 11px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 107.25px;
  }
}

.insta__read {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.75;
  margin: 0 0 16px 0;
  text-align: center;
}

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

/*----------------------------------------------------------
  *      News
  *----------------------------------------------------------*/
.news__area {
  background: #fff;
  height: 284px;
  padding: 96px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .news__area {
    height: 190px;
    padding: 64px 0 0 0;
  }
}
.news__area h1 {
  background: url("../images/top__news__title.png") no-repeat;
  background-size: 103.5px 41.5px;
  display: block;
  height: 41.5px;
  margin: 0 auto 29px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 103.5px;
}
@media only screen and (max-width: 768px) {
  .news__area h1 {
    background: url("../images/top__news__title.png") no-repeat;
    background-size: 51.75px 20.75px;
    display: block;
    height: 20.75px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 51.75px;
  }
}

.news__read--wrap {
  background: #19253b;
  height: 40px;
  margin: 0 auto 64px auto;
  text-align: center;
  width: 700px;
}
@media only screen and (max-width: 768px) {
  .news__read--wrap {
    margin: 0 auto;
    width: calc(100% - 18px);
  }
}
.news__read--wrap li {
  background: #19253b;
  line-height: 40px;
}
.news__read--wrap a {
  color: #fff;
}
