



.logo-main {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo-main img {
	width: 200px;
}


















#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
#loading img.loading-logo {
  width: 100px;
  display: block;
  margin-bottom: 10px;
}
#loading img.loading-gif {
  width: auto;
}
.section-01 {
  width: 100%;
  height: 0;
  margin: 0 auto;
  background: #FFF;
  height: 100vh;
	position: relative;
}
.section-01 .container {
  padding-top: 5%;
}
.logo-wrapper {
  text-align: center;
}
.logo-inner {
  display: inline-block;
  position: absolute;
  top: 15%;
  left: 17%;
}
.logo {
  margin-bottom: 60px;
}
.logo img {
  width: 113px;
}
.mv {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  bottom: 0;
}
.mv .scroll {
  padding-left: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mv .scroll:after {
  position: absolute;
  top: calc(100% - 5rem);
  left: 50%;
  content: "";
  width: 1px;
  height: 5rem;
  margin: auto;
  background-color: #000;
  animation: scrollAnime 2s ease 0s infinite;
  -ms-animation: scrollAnime 2s ease 0s infinite;
  -webkit-animation: scrollAnime 2s ease 0s infinite;
  -moz-animation: scrollAnime 2s ease 0s infinite;
}
.mv .scroll:before {
  position: absolute;
  top: calc(100% - 5rem);
  left: 50%;
  content: "";
  width: 1px;
  height: 5rem;
  margin: auto;
  background-color: #FFF;
}
.news {
  padding: 90px 0;
}
.news h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  height: 180px;
}
.news h2 span {
  font-size: 15px;
  color: #1f3c02;
  display: block;
  letter-spacing: 5px;
}
.news_inner {
  height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*スクロールバーの横幅指定*/
.news_inner::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.news_inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f0f0f0;
}
/*スクロールバーの色・角丸指定*/
.news_inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cdcdcd;
}
.news dl {
  padding: 0 0 10px 0;
  margin: 0 15px 15px 0;
  border-bottom: 1px dotted #CCC;
  padding: 0 0 10px 15px;
}
.news dl a {
  color: #1f3c02;
}
.news dl dt {
  clear: left;
  float: left;
  width: 90px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: normal;
}
.news dl dd {
  margin: 0 0 0 90px;
  margin-bottom: 5px;
  padding-right: 15px;
}
.btn-news {
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
  letter-spacing: 4px;
}
.btn-news a {
  padding: 15px;
  color: #000;
  text-decoration: underline;
}
.btn-news a:hover {
  text-decoration: none;
}
.section-03 {
  position: relative;
}
.section-03 .section-title {
  /*text-align: center;*/
  position: absolute;
  left: 20%;
  top: 30%;
  color: #FFF;
}
.section-03 .section-title h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 98px;
  letter-spacing: 8px;
  margin: 0;
  line-height: 1.5;
}
.section-03 .section-title span {
  font-size: 14px;
  display: block;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-04 {
  background: #f2f6f5;
  padding-bottom: 300px;
}
.section-04 .col-md-3 {
  position: relative;
}
.section-04 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  height: 500px;
  position: absolute;
  left: 60%;
  top: 100px;
  text-transform: uppercase;
}
.section-04 h2 span {
  font-size: 15px;
  color: #55c3d8;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-04 .ob-wrapper {
  position: relative;
}
/*.section-04 .border {
	position: absolute;
	left: 0;
	top: -100px;
	height: 100px;
	border: 1px solid #FFF;
}*/
.section-04 .mv {
  position: absolute;
  left: 0;
  top: 0;
}
.section-04-wrapper {
  position: relative;
}
.section-04-wrapper .ob-01 {
  position: absolute;
  bottom: -130px;
  left: 15%;
  background: #FFF;
  padding: 4%;
  width: 800px;
  line-height: 2;
}
.section-04 .ob-01 h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.section-05 {
  background: #f2f6f5;
  padding-bottom: 300px;
}
.section-05 .col-md-3 {
  position: relative;
}
.section-05 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  height: 500px;
  position: absolute;
  right: 60%;
  top: 100px;
  text-transform: uppercase;
}
.section-05 h2 span {
  font-size: 15px;
  color: #1f3c02;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-05 .ob-wrapper {
  position: relative;
}
.section-05 .ob-01 {
  position: absolute;
  bottom: -130px;
  right: -20%;
  background: #FFF;
  padding: 4%;
  width: 580px;
  line-height: 2;
}
.section-05 .ob-01 h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.section-06 {
  background: #FFF;
}
.section-06 .item-wrapper {
  padding: 90px 0;
}
.section-06 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  height: 300px;
}
.section-06 h2 span {
  font-size: 15px;
  color: #55c3d8;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-06 .item-box {
  display: flex;
  flex-wrap: wrap;
}
.section-06 .item-box a {
  width: calc(33.3% - 30px);
  margin: 0 15px;
  color: #000;
  text-decoration: none;
}
.section-06 .item-box a:hover {
  color: #5a763c;
}
.section-06 .item h3 {
  font-size: 18px;
  padding-bottom: 10px;
  margin: 15px 0;
  border-bottom: 1px solid #DDD;
}
.section-06 .item-img {
  overflow: hidden;
  /*background: #000;*/
}
.section-06 .item img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-06 .item:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.section-08-wrapper {
  position: relative;
}
.section-08-wrapper .ob-01 {
  position: absolute;
  bottom: -130px;
  left: 15%;
  background: #FFF;
  padding: 4%;
  width: 580px;
  line-height: 2;
}
.section-07 {
  position: relative;
}
.section-07 .section-title {
  /*text-align: center;*/
  position: absolute;
  left: 20%;
  top: 30%;
  color: #FFF;
  width: 155px;
}
.section-07 .section-title h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 98px;
  letter-spacing: 8px;
  margin: 0;
  line-height: 1.5;
}
.section-07 .section-title span {
  font-size: 14px;
  display: block;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.section-08 {
  background: #f2f6f5;
  padding-bottom: 300px;
}
.section-08 .col-md-3 {
  position: relative;
}
.section-08 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  height: 500px;
  position: absolute;
  left: 60%;
  top: 100px;
  text-transform: uppercase;
}
.section-08 h2 span {
  font-size: 15px;
  color: #1f3c02;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-08 .ob-wrapper {
  position: relative;
}
.section-08 .border {
  position: absolute;
  left: 0;
  top: -100px;
  height: 100px;
  border: 1px solid #FFF;
}
.section-08 .ob-01 {
  position: absolute;
  bottom: -130px;
  left: 15%;
  background: #FFF;
  padding: 4%;
  width: 580px;
  line-height: 2;
}
.section-08 .ob-01 h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.section-08 .mv {
  position: absolute;
  left: 0;
  top: 0;
}
.btn-more {
  text-align: center;
  font-size: 18px;
  margin-top: 45px;
  letter-spacing: 4px;
}
.btn-more a, a .btn-more span {
  padding: 5px 0;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #000;
}
.btn-more a:hover, a .special-wrapper:hover .btn-more span, a .online-wrapper:hover .btn-more span {
  text-decoration: none;
  border-bottom: none;
}
.section-special a {
  text-decoration: none;
}
.section-09 {
  width: 100%;
  height: 0;
  margin: 0 auto;
  background: url(../img/07.jpg) left top no-repeat;
  background-size: contain;
  height: 100vh;
  text-align: center;
}
.section-09 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  height: 300px;
  display: inline-block;
  text-align: left;
  padding-top: 60px;
}
.section-09 h2 span {
  font-size: 15px;
  color: #1f3c02;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-10 .col-md-2 {
  	text-align: center;
}
.section-10 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  /*height: 300px;*/
	display: inline-block;
	text-align: left;
}
.section-10 h2 span {
  font-size: 15px;
  color: #1f3c02;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-10 .insta-wrapper {
  padding: 90px 0;
}
.section-11 {
  position: relative;
}
.section-11 .section-title {
  /*text-align: center;*/
  position: absolute;
  left: 18%;
  top: 30%;
  color: #000;
  width: 155px;
}
.section-11 .section-title h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 98px;
  letter-spacing: 8px;
  margin: 0;
  line-height: 1.5;
}
.section-11 .section-title span {
  font-size: 14px;
  display: block;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.section-12 {
  background: #f2f6f5;
  padding: 0 0 60px;
}
.section-12 .online-wrapper {
  background: #FFF;
}
.section-12 .online-wrapper .col-md-2 {
  text-align: center
}
.section-12 .online-wrapper .col-md-10 .border {
  position: absolute;
  left: 0;
  top: -100px;
  height: 100px;
  border: 1px solid #CCC;
}
.section-12 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  /*height: 400px;*/
  background: #fff;
  display: inline-block;
  text-align: left;
  padding-top: 60px;
}
.section-12 h2 span {
  font-size: 15px;
  color: #1f3c02;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-12 .mv {
  position: absolute;
  left: 0;
  top: 0;
}
.section-13 {
  background: #e6e7eb;
  padding: 60px 0;
}
.section-13 .online-wrapper {
  background: #FFF;
}
.section-13 .online-wrapper .col-md-2 {
  text-align: center
}
.section-13 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  /*height: 400px;*/
  background: #fff;
  display: inline-block;
  text-align: left;
  padding-top: 60px;
}
.section-13 h2 span {
  font-size: 15px;
  color: #1f3c02;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-special {
  background: #f2f6f5;
  padding: 60px 0;
}
.section-special .special-wrapper {
  background: #FFF;
}
.section-special .special-wrapper .col-md-2 {
  text-align: center
}
.section-special .special-wrapper .col-md-10 .border {
  position: absolute;
  left: 0;
  top: -100px;
  height: 100px;
  border: 1px solid #CCC;
}
.section-special h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  /*height: 400px;*/
  background: #fff;
  display: inline-block;
  text-align: left;
  padding-top: 60px;
}
.section-special h2 span {
  font-size: 15px;
  color: #1f3c02;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*
 お知らせ　カテゴリー
==============================*/
.cat:before {
  padding: 1px 3px 0;
  margin-bottom: 5px;
  display: block;
  font-size: 10px;
  width: 80px;
  text-align: center;
}
.topics:before {
  content: 'トピックス';
  background: #C43D3D;
  color: #FFF;
}
.tsukiji:before {
  content: '築地本店';
  background: #a95433;
  color: #FFF;
}
.chanomi:before {
  content: '茶の実倶楽部';
  background: #0c3f00;
  color: #FFF;
}
.ginza:before {
  content: '茶・銀座';
  background: #8b8781;
  color: #FFF;
}
.ichiba:before {
  content: '豊洲市場店';
  background: #07818f;
  color: #FFF;
}
/*.office:before {
  content: '総本店';
  background: black;
  color: #FFF;
}
.isetan:before {
  content: '伊勢丹新宿店';
  background: #023894;
  color: #FFF;
}*/
.sp-see {
  display: none;
}
/* =====================================
English style
===================================== */
.english .logo-inner {
    position: absolute;
    left: 14%;
}
.english .logo {
  text-align: left;
}

.english .tagline {
    text-align: left;
  margin-left: -30px;
  font-size: 15px;
letter-spacing: 5px;
}
.english .logo img {
    margin-left: 20%;
}
h1, h2, .gnav_title span {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.tagline, h2 span, .btn-more, .btn-news, .section-03 .section-title span, .section-11 .section-title span, .gnav_title {
  font-family: "Renner*" !important;
}
@keyframes scrollAnime {
  0% {
    top: calc(100% - 80px);
    bottom: auto;
    height: 0;
  }
  24% {
    top: calc(100% - 80px);
    bottom: auto;
  }
  25% {
    top: auto;
    bottom: 0;
    height: 80px;
  }
  50% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
@keyframes scrollAnimeSp {
  0% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  24% {
    top: auto;
    bottom: 0;
  }
  25% {
    top: calc(100% - 80px);
    bottom: auto;
    height: 80px;
  }
  50% {
    top: calc(100% - 80px);
    bottom: auto;
    height: 0;
  }
  100% {
    top: calc(100% - 80px);
    bottom: auto;
    height: 0;
  }
}
@keyframes bgAnime {
  0% {
    background-position: 55% center;
    -webkit-transform: rotate(0.1deg);
    transform: rotate(0.1deg);
  }
  100% {
    background-position: 90% center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 991px) {
  .section-01 {
    margin-bottom: 0;
  }
  .logo-inner {
    position: static;
    margin-top: 60px;
  }
  .mv {
    display: none;
  }
  .section-01 .mv {
    display: block;
  }
  .section-01 .mv {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: none;
    -webkit-transform: none;
  }
  .news {
    padding: 60px 0;
  }
  .news .col-md-2 {
    text-align: center;
  }
  .news h2 {
    display: inline-block;
    text-align: left;
  }
  .news dl {}
  .news dl dt {
    float: none;
    width: 100%;
  }
  .news dl dd {
    margin: 0;
  }
  .section-04 .col-md-3 {
    text-align: center;
  }
  .section-04 h2 {
    position: static;
    height: auto;
    display: inline-block;
    padding-top: 60px;
    text-align: left;
  }
  .section-04 .ob-01 {
    position: static;
    width: 100%;
  }
  .section-05 .row {
    display: flex;
    flex-direction: column;
  }
  .section-05 .col-md-3 {
    order: 1;
  }
  .section-05 .col-md-9 {
    order: 2;
  }
  .section-05 .ob-01 {
    position: static;
    width: 100%;
  }
  .section-05 h2 {
    height: auto;
    position: static;
    padding: 60px 0 45px;
    display: inline-block;
    text-align: left;
  }
  .section-05 .col-md-3 {
    text-align: center;
  }
  .section-04, .section-05, .section-06 {
    padding-bottom: 0;
  }
  .section-06 .col-md-2 {
    text-align: center;
  }
  .section-06 h2 {
    height: auto;
    position: static;
    padding: 60px 0;
    display: inline-block;
    text-align: left;
  }
  .section-08 {
    padding-bottom: 90px;
  }
  .section-08 .col-md-3 {
    text-align: center;
  }
  .section-08 h2 {
    position: static;
    height: auto;
    display: inline-block;
    padding-top: 60px;
    text-align: left;
  }
  .section-08 .ob-01 {
    position: static;
    width: 100%;
  }
  .section-10 .col-md-2 {
    text-align: center;
  }
  .section-10 h2 {
    height: auto;
    position: static;
    padding: 60px 0;
    display: inline-block;
    text-align: left;
  }
  .section-13 .row {
    display: flex;
  }
  .section-13 .col-xs-3 {
    order: 1;
  }
  .section-13 .col-xs-9 {
    order: 2;
  }
  .section-12 .container, .section-13 .container, .section-special .container {
    padding-right: 0;
    padding-left: 0;
  }
  .sp-none {
    display: none;
  }
  .sp-see {
    display: block;
  }
  .section-04-wrapper .ob-01, .section-05 .ob-01, .section-08 .ob-01 {
    padding: 60px 4%;
  }
  .section-12 a, .section-13 a {
    text-decoration: none;
  }
  .item-wrapper .btn-more {
  margin-top: 90px;
}
    /* =====================================
English style
===================================== */
.english h1 {
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 30px;
  margin-top: 45px;
  margin-left: 0;
}
.english .tagline {
    text-align: center;
  font-size: 18px;
}
  .english .logo-inner {
    position: static;
    margin-top: 60px;
}
.english .logo {
  text-align: center;
}
.english .tagline {
    text-align: center;
  margin-left: 0;
}
.english .logo img {
    margin-left: 0;
}
}
@media screen and (max-width: 767px) {
  .section-09 {
    background: url(../img/07_sp.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .section-09 h2 {
    text-align: left;
    height: auto;
  }
  .section-09-inner {
    background: #FFF;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding-bottom: 60px;
  }

  #loading img {
    width: 120px;
  }
	
	
.section-10 .btn-more {
  margin: 0 0 45px 0;
}
.section-04 .ob-01 h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
}
@media screen and (max-width: 580px) {
  .slick-slide {
    opacity: 0.4;
  }
  .slick-slide.slick-current.slick-active {
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .section-06 .item-box a {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .section-01 .mv {
    display: none!important;
}
  .slick-dots {
    position: static!important;
  }
}
@media only screen and (min-width:640px) and (max-width:767px) {
h1 {writing-mode: horizontal-tb;
font-size: 18px;
letter-spacing: 10px;
line-height: 1.5;
display: inline-block;
margin-bottom: 15px;
text-align: center;
}
  .logo {
    margin-bottom: 15px;
  }

.logo-inner,
  .english .logo-inner {
    margin-top: 20px;
}

}


.slick-slide img {
  display: block;
  width: 100%;
}



.table-company th,
.table-company td {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}
.list-01 {
	margin-left: 20px;
}
.list-01 li {
	list-style: disc;
	margin-bottom: 5px;
}
footer .copyright {
  text-align: center;
  margin: 30px 0;
  font-size: 11px;
}