@charset "UTF-8";
/* =====================================
    全体設定
===================================== */
.container {
  position: relative;
}

.loadingArea {
  position: fixed;
  width: 100%;
}

/* =====================================
    z-index
===================================== */
/*.container{
    z-index: 0;
}
.carouselWrapper{
    z-index: 10;
}*/
.carousel li img {
  z-index: 100;
}

.carousel li img:hover {
  z-index: 110;
}

/* =====================================
    header
===================================== */
.header {
  height: 881px;
}

.headerNav {
  float: none;
}

.headerInner {
  position: absolute;
  top: 138px;
  right: 0;
  width: 246px;
  float: none;
}
.headerInner h1 {
  float: none;
  margin: 0 0 47px 98px;
}
.headerInner .globalNav {
  float: none;
}
.headerInner .newsArea {
  width: 227px;
  float: right;
  margin-top: 89px;
  font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","MS 明朝","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.headerInner .newsArea > p {
  line-height: 1;
}
.headerInner .newsArea ul {
  margin-top: 11px;
}
.headerInner .newsArea li {
  float: right;
  width: 60px;
  margin-left: 22px;
  font-size: 16px;
}
.headerInner .newsArea li:last-child {
  margin-left: 0;
}
.headerInner .newsArea li p {
  margin: 0 auto;
  writing-mode: tb-rl;
  /* IE独自仕様 */
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.headerInner .newsArea li p strong {
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
}
.headerInner .newsArea li p strong span {
  display: inline-block;
  text-align: center;
  writing-mode: lr-tb;
  /* IE独自仕様 */
  writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -o-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
}
.headerInner .newsArea li p span.title {
  padding-top: 7px;
  white-space: nowrap;
}
.headerInner .newsArea .thumb {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.headerInner .newsArea a {
  outline: 0;
  display: block;
  text-decoration: none;
  color: #333333;
}
.headerInner .newsArea a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.ie9 .newsArea li p strong span {
  padding: 0 !important;
  display: inline-block;
  width: 20px;
}
.ie9 .newsArea li p span.title {
  padding-top: 7px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

/* =====================================
    contents
===================================== */
.section {
  position: relative;
  height: 902px;
}

.section p {
  position: absolute;
  text-align: right;
}

.section p span {
  position: absolute;
}

.section_01 p.message {
  top: 222px;
  right: 50px;
}

.section_01 p.mainCopy {
  top: 251px;
  left: 3px;
}

.section_02 p {
  top: 318px;
  left: 42px;
  width: 214px;
}

.section_02 p span {
  top: 263px;
  left: 0;
}

.section_03 p {
  top: 351px;
  right: 49px;
  width: 182px;
}

.section_03 p span {
  top: 263px;
  left: 0;
}

.section_04 p {
  top: 388px;
  left: 40px;
  width: 214px;
}

.section_04 p span {
  top: 259px;
  left: 0px;
}

.section_05 {
  margin-bottom: 399px;
}

.section_05 p {
  top: 423px;
  right: 40px;
  width: 215px;
}

.section_05 p span {
  top: 263px;
  left: 0;
}

/* =====================================
    カルーセル
===================================== */
.carouselWrapper,
.simply-scroll,
.simply-scroll .simply-scroll-clip {
  width: 372px;
  margin: 0 auto;
}

.simply-scroll .simply-scroll-clip {
  height: 5987px;
}

.carouselWrapper {
  width: 372px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.carousel {
  position: relative;
  margin: 0 auto;
}

.carousel li {
  float: left;
  display: block;
  width: 372px;
  height: 82px;
  text-align: center;
}

.carousel li span {
  position: relative;
  display: block;
  width: 124px;
  height: 82px;
  margin: 0 auto;
}

.carousel li img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}

/*
img{
    -webkit-transition:0.3s ease-out;
    -moz-transition:0.3s ease-out;
    -ms-transition:0.3s ease-out;
    -o-transition:0.3s ease-out;
    transition:0.3s ease-out;
}
img:hover {
    -webkit-transform:scale(3.0);
    -moz-transform:scale(3.0);
    -ms-transform:scale(3.0);
    -o-transform:scale(3.0);
    transform:scale(3.0);
}
*/
/* =====================================
    バナー
===================================== */
.bannerArea {
  position: absolute;
  top: 392px;
  left: 16px;
}

.bannerArea li {
  border-bottom: 2px solid #c6c6c6;
  display:grid;
}

.bannerArea li:last-child {
  border: 0;
}

/* =====================================
    footer
===================================== */
.footer {
  padding-bottom: 0;
}
