@charset "UTF-8";
/*===============================================
 reset
===============================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, dialog, figcaption, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

main, section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 0;
}

/*===============================================
 base
===============================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: left;
}

html, body {
  width: 100%;
  color: #2e1813;
}

html {
  min-width: 1100px;
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    min-width: 0;
  }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-weight: 300;
}

}

body {
  position: relative;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Droid Sans", sans-serif;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

input, textarea, button, select, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  background: none;
  border: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Droid Sans", sans-serif;
  cursor: pointer;
  outline: none;
}

a {
  text-decoration: none;
  color: #2e1813;
}

img {
  visibility: hidden;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

.opa:hover {
  opacity: 0.7;
}

/*===============================================
 font-family
===============================================*/
.serif {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.sans-en {
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 767px) {
.serif, .serif dt, .serif dd, .serif p {
	font-weight: 500;
}


}

/*===============================================
 pc sp setting
===============================================*/
.inline-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inlineBlock-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .inlineBlock-sp {
    display: inline-block !important;
  }
}

.block-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .block-sp {
    display: block !important;
  }
}

.img-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .img-sp {
    display: inline !important;
  }
}

.inline-pc {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none !important;
  }
}

.inlineBlock-pc {
  display: inline-block !important;
}

@media only screen and (max-width: 767px) {
  .inlineBlock-pc {
    display: none !important;
  }
}

.block-pc {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .block-pc {
    display: none !important;
  }
}

.img-pc {
  display: inline-block !important;
}

@media only screen and (max-width: 767px) {
  .img-pc {
    display: none !important;
  }
}

.defs {
  display: none;
}

/*===============================================
 wrap
===============================================*/
@media only screen and (max-width: 767px) {
  .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

/*===============================================
 header
===============================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 90px;
  width: 100%;
  height: 0;
  z-index: 100;
  transition: background 0.3s;
}

@media only screen and (max-width: 767px) {
  .header {
    padding-top: 50px;
    background: #fff;
  }
}

.header.is-scroll {
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 767px) {
  .header.is-scroll {
    background: none;
  }
}

.headerIn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
.headerIn {
  min-width: 0;
}
}

.headerIn h1 {
  position: relative;
  display: inline-block;
  margin-top: 35px;
  margin-left: 20px;
  padding-top: 25px;
  width: 226px;
  height: 0;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .headerIn h1 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 51px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
}

.headerIn h1 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-left: 20px;
  width: 226px;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .headerIn h1 a {
    width: auto;
  }
}

.headerIn h1 a:hover {
  opacity: 0.7;
}

.headerIn h1 svg {
  width: 226px;
  height: 100%;
  fill: #fff;
}

.nobg .headerIn h1 svg {
  fill: #2e1813;
}

@media only screen and (max-width: 767px) {
  .nobg .headerIn h1 svg ,
  .headerIn h1 svg {
    width: 150px;
    fill: #2e1813;
  }
}

.header.is-scroll h1 svg {
  fill: #2e1813;
}

@media only screen and (max-width: 767px) {
  .globalNavBox {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
    display: block;
    padding-top: 51px;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
}

.globalNavBox.is-hide {
  height: auto !important;
}

.globalNav {
  position: absolute;
  right: 140px;
  top: 0;
  z-index: 1;
}

.globalNav .globalNavList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}



@media only screen and (max-width: 767px) {
  .globalNav {
    position: static;
    right: auto;
    padding-right: 30px;
    padding-left: 30px;
    background: #fff;
  }
  .globalNav .globalNavList {
    display: block;
  }
}

.globalNav li {
  position: relative;
  display: inline-block;
  margin-right: 1vw;
  margin-left: 1vw;
  vertical-align: top;
  z-index: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .globalNav li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #2e1813;
    white-space: normal;
  }
  .globalNav .msta_langArea{
    display: none;
  }
}

.globalNav a {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}

@media only screen and (max-width: 767px) {
  .globalNav a {
    display: block;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    height: auto;
  }
}

.globalNav a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.globalNav a:hover span {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .globalNav .globalNavItemBox > a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 17px;
    margin-right: 15px;
    padding-top: 10px;
    width: 10px;
    height: 0;
    border-right: 1px solid #2e1813;
    border-bottom: 1px solid #2e1813;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.globalNav span {
  display: block;
  text-align: center;
  color: #fff;
}

.nobg .globalNav li a span {
  color: #2e1813;
}

@media only screen and (max-width: 767px) {
  .globalNav span {
    text-align: left;
    color: #2e1813;
  }
}

.globalNav .txt01 {
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1.375;
}

@media only screen and (max-width: 767px) {
  .globalNav .txt01 {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.globalNav .txt02 {
  font-size: 1.1rem;
  letter-spacing: 0.27em;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .globalNav .txt02 {
    display: none;
  }
}

.header.is-scroll .globalNav span {
  color: #2e1813;
}

.globalNavListSub {
  position: absolute;
  overflow: hidden;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .globalNavListSub {
    position: relative;
    top: 0;
    left: 0;
    overflow: visible;
    margin-top: 0;
    margin-left: 17px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;

/*    height: 0; */
    display: none;

  }
}

.globalNavListSub li {
  overflow: hidden;
  display: block;
  margin-top: -1px;
  margin-right: 0;
  margin-left: 0;
  width: 240px;
  height: 0;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.globalNavListSub li:first-child {
  border: none;
}

.globalNavListSub.wide li{
width: 360px;
}

@media only screen and (max-width: 767px) {
  .globalNavListSub li {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .globalNavListSub.wide li{
    width: 100%;
  }
    
}

@media only screen and (max-width: 767px) {
  .act ul {
    display: block;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .act ul li {
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .globalNavItemBox.act > a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 17px;
    margin-right: 15px;
    padding-top: 10px;
    width: 10px;
    height: 0;
    border-right: 1px solid #2e1813;
    border-bottom: 1px solid #2e1813;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.globalNav li:hover ul li {
  overflow: visible;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #bababa;
}

.globalNav li:hover ul li.h2 {
	height: 62px;
}

@media only screen and (max-width: 767px) {
  .globalNav li:hover ul li {
    height: auto;
  }
  .globalNav li:hover .globalNavListSub li{
    border: none;
  }
}

.globalNavListSub a {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  height: auto;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #2e1813;
  z-index: 1;
}

.globalNavListSub a::before {
  content: "-";
}

.globalNavListSub a i {
	font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .globalNavListSub a {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
  }
}

/*
.globalNavListSub a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-right: 20px;
  padding-top: 2px;
  width: 12px;
  height: 0;
  background: #2e1813;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .globalNavListSub a::before {
    display: none;
  }
}

.globalNavListSub a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: block;
  margin-right: 20px;
  padding-top: 2px;
  width: 12px;
  height: 0;
  background: #2e1813;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .globalNavListSub a::after {
    display: none;
  }
}
*/

.globalNavListSub span {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.11em;
}

.globalNav .searchBox {
  display: none;
}

@media only screen and (max-width: 767px) {
  .globalNav .searchBox {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 81.15942%;
  }
  .globalNav .searchBox::after {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  input[type=search] {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 100%;
    border: 1px solid #2e1813;
  }
}

@media only screen and (max-width: 767px) {
  input[type=submit] {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background:url("/corporate/common/images/header_ico_02.png") left top no-repeat;
    background-size: contain;
    border: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header .snsList {
    display: block;
    text-align: center;
    z-index: 98;
  }
}

.header .snsList li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.header .snsList .item01 {
  position: relative;
  padding-top: 0;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.header .snsList .item02 {
  position: relative;
  padding-top: 22px;
  width: 22px;
  height: 0;
  z-index: 1;
}

.header .snsList .item03 {
  position: relative;
  padding-top: 22px;
  width: 22px;
  height: 0;
  z-index: 1;
}

.header .snsList .item04 {
  position: relative;
  padding-top: 22px;
  width: 22px;
  height: 0;
  z-index: 1;
}

.header .snsList .item05 {
  position: relative;
  padding-top: 22px;
  width: 22px;
  height: 0;
  z-index: 1;
}

.header .snsList a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .snsList a:hover {
  opacity: 0.7;
}

.header .snsList svg {
  width: 100%;
  height: 100%;
  fill: #2e1813;
}

.header .msta_langArea{
}

.header .msta_langArea select{
  width: 95px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 1.2rem;
  background-color: transparent;
}

.header.is-scroll .msta_langArea select{
  color: #2e1813;
  border-color: #2e1813;
}

.header .msta_langArea select option{
  color: #2e1813;
}

.btnContact {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 90px;
  background: #9b8775;
  z-index: 1;
}

.btnContact a {
  display: block;
  height: 100%;
}

.btnContact img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  display: inline-block;
  z-index: 2;
}

.btnContact a span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-weight: normal;
}


@media only screen and (max-width: 767px) {
  .menuBtnBox {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 10px;
    margin-right: 15px;
    padding-top: 32px;
    width: 40px;
    height: 0;
    z-index: 100;
  }
}

@media only screen and (max-width: 767px) {
  .menuBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .menuBtnIn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-top: 14px;
    margin-left: 8px;
    padding-top: 2px;
    width: 25px;
    height: 0;
    background: #2e1813;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menuBtnIn:nth-of-type(1) {
    -webkit-transform: translateY(-400%);
            transform: translateY(-400%);
  }
  .menuBtnIn:nth-of-type(3) {
    -webkit-transform: translateY(400%);
            transform: translateY(400%);
  }
}

@media only screen and (max-width: 767px) {
  .menuBtn.is-active .menuBtnIn {
    background: #2e1813;
  }
  .menuBtn.is-active .menuBtnIn:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  .menuBtn.is-active .menuBtnIn:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
  }
  .menuBtn.is-active .menuBtnIn:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .is-hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .is-animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
}

/*===============================================
 main
===============================================*/
.mv {
  position: relative;
  z-index: 1;
}

.mv::before {
	/*
  content: "";
  top: 0;
  left: 0;
  display: block;
  padding-top: 380px;
  height: 0;
  z-index: 1;
  */
}

@media only screen and (max-width: 767px) {
  .mv::before {
  content: "";
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 51px;
    width: 100%;
    padding-top: 26.66667%;
    z-index: -99;
  }
}

.mv h1{
  padding-top: 380px;
}

@media only screen and (max-width: 767px) {
.mv h1{
padding: 0;
}
}

.mv h1 div {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .mv h1 div{
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 0;
  }
}

.mv h1 span {
  display: block;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mv h1 span {
    color: #2e1813;
  }
}

.mv h1 .txt01 {
  margin-bottom: 5px;
  font-size: 3.3rem;
  font-style: italic;
  letter-spacing: 0.17em;
}

@media only screen and (max-width: 767px) {
  .mv h1 .txt01 {
    font-size: 1.85rem;
  }
}

.mv h1 .txt02 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  .mv h1 .txt02 {
    font-size: 0.95rem;
  }
}

.mainIn {
  padding-bottom: 90px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .mainIn {
    margin-top: 40%;
    padding-bottom: 45px;
    background: #fff;
    z-index: 1;
  }
}

.btn-plus{
	margin: 0 auto;
	width: 240px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-plus::before{
    content: "　";
	display: inline-block;
	vertical-align: middle;
	-moz-transition: top, 0.3s;
	-o-transition: top, 0.3s;
	-webkit-transition: top, 0.3s;
	transition: top, 0.3s;
	-moz-transform: skewY(-45deg);
	-ms-transform: skewY(-45deg);
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg);
	position: absolute;
	top: -420px;
	left: 0;
	background-color: #2D1611;
	width: 100%;
	height: 300px;
	z-index: -1;
}
.btn-plus:hover:before {
	top: -120px;
}
.btn-plus:hover a span{
	color: #fff;
}
.btn-plus:hover a::before,
.btn-plus:hover a::after{
	background-color: #fff;
}

.btn-plus a {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 240px;
  border: 1px solid #2e1813;
  text-align: center;
}
.btn-plus a:hover {
	color: #fff;
}
/*
.btn-plus a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-right: 20px;
  padding-top: 2px;
  width: 12px;
  height: 0;
  background: #2e1813;
  z-index: 1;
}

.btn-plus a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: block;
  margin-right: 20px;
  padding-top: 2px;
  width: 12px;
  height: 0;
  background: #2e1813;
  z-index: 1;
}
*/

.btn-white a {
	border-color: #fff;
	color: #fff;
}
/*
.btn-white a::before ,
.btn-white a::after {
	background-color: #fff;
}
*/

@media only screen and (max-width: 767px) {
  .btn-plus a {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 200px;
    font-size: 1.1rem;
    letter-spacing: 0.16em;
  }
  .btn-plus a::before {
    display: none;
  }
  .btn-plus a::after {
    display: none;
  }
}


.pageNav {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}

.pageNav:after {
  content: " ";
  display: block;
  clear: both;
}

.pageNav li {
  font-size: 1.4rem;
  letter-spacing: 0.21em;
}

.pageNav .prev {
  float: left;
}
.pageNav .next {
  float: right;
}

.pageNav .prev::before ,
.pageNav .next::after {
  content: '';
  display: inline-block;
  padding-top: 10px;
  width: 44px;
  height: 0;
}

.pageNav .prev::before {
  margin-right: 20px;
  background:url("/corporate/common/images/ico_arrow_02.png") right center no-repeat;
}

.pageNav .next::after {
  margin-left: 20px;
  background:url("/corporate/common/images/ico_arrow_01.png") right center no-repeat;
}

@media only screen and (max-width: 767px) {
  .pageNav {
    width: 92%;
  }
  .pageNav li {
    padding-right: 0;
    font-size: 1.05rem;
  }
  .pageNav .prev::before ,
  .pageNav .next::after {
    padding-top: 13px;
    width: 12px;
    background-size: contain;
  }
  .pageNav .prev::before {
    margin-right: 10px;
    background:url("/corporate/common/images/ico_arrow_02_sp.png") right bottom no-repeat;
	background-size: contain;
  }
  .pageNav .next::after {
	margin-left: 10px;
	background:url("/corporate/common/images/ico_arrow_01_sp.png") right bottom no-repeat;
	background-size: contain;
  }
}

/*===============================================
 footer
===============================================*/
footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  background: #f6f6f6;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 17px;
    padding-bottom: 15px;
  }
}

.footerIn {
  display: table;
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}

@media only screen and (max-width: 767px) {
  .footerIn {
    display: block;
    width: 100%;
  }
}

footer .btn01 {
  display: none;
  z-index: 98;
}

@media only screen and (min-width: 768px) {
  footer .btn01 {
    position: fixed !important;
    right: 100px;
    bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  footer .btn01 {
    position: fixed;
    right: 10px;
  }
}

footer .btn01 a:hover {
  opacity: 0.7;
}

footer .snsList {
  position: fixed;
  right: 40px;
  bottom: 65px;
  z-index: 98;
}

@media only screen and (max-width: 767px) {
  footer .snsList {
    position: static;
    width: 100%;
    text-align: center;
  }
}

footer .snsList li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  footer .snsList li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

footer .snsList .item01 {
  position: relative;
  padding-top: 17px;
  width: 17px;
  height: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  footer .snsList .item01 {
    padding-top: 24px;
    width: 24px;
  }
}

footer .snsList .item02 {
  position: relative;
  padding-top: 17px;
  width: 17px;
  height: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  footer .snsList .item02 {
    padding-top: 23px;
    width: 23px;
  }
}

footer .snsList .item03 {
  position: relative;
  padding-top: 16px;
  width: 16px;
  height: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  footer .snsList .item03 {
    padding-top: 24px;
    width: 24px;
  }
}

footer .snsList .item04 {
  position: relative;
  padding-top: 16px;
  width: 16px;
  height: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  footer .snsList .item04 {
    padding-top: 24px;
    width: 24px;
  }
}

footer .snsList .item05 {
  position: relative;
  padding-top: 16px;
  width: 16px;
  height: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  footer .snsList .item05 {
    padding-top: 24px;
    width: 24px;
  }
}

footer .snsList a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer .snsList a:hover {
  opacity: 0.7;
}

footer .snsList svg {
  width: 100%;
  height: 100%;
  fill: #2e1813;
}

footer .col01 {
  display: table-cell;
  padding-top: 10px;
  width: 300px;
  border-right: 1px solid #323232;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  footer .col01 {
    display: block;
    padding-top: 20px;
    width: 100%;
    border-right: 0;
  }
}

footer .col02 {
  display: table-cell;
  padding-top: 10px;
  padding-left: 30px;
  width: 800px;
  vertical-align: top;
}

footer .logo {
  position: relative;
  margin-bottom: 30px;
  padding-top: 28px;
  width: 257px;
  height: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  footer .logo {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-top: 18px;
    width: 208px;
  }
}

footer .logo a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

footer .logo a:hover {
  opacity: 0.7;
}

footer .logo svg {
  width: 257px;
  height: 100%;
  fill: #323232;
}

@media only screen and (max-width: 767px) {
  footer .logo svg {
    width: 208px;
  }
}

footer .nav01 {
  margin-bottom: 20px;
}

footer .nav01 li {
  display: inline-block;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  footer .nav01 {
	text-align: center;
  }
  footer .nav01 li {
    font-size: 0.9rem;
    letter-spacing: 0.18em;
  }
}

footer .nav01 a {
  color: #323232;
}

@media only screen and (max-width: 767px) {
  footer .nav01 a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }
}

footer .nav01 a:hover {
  opacity: 0.7;
}

footer .copy {
  font-size: 0.9rem;
  letter-spacing: 0.07em;
  line-height: 1.62556;
  color: #323232;
}

@media only screen and (max-width: 767px) {
  footer .copy {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    line-height: 1.38312;
    text-align: center;
  }
}

footer .nav02 {
  display: flex;
}

footer .nav02 > li {
  width: 20%;
  font-size: 1.3rem;
  letter-spacing: 0.35em;
}

footer .nav02 > li:nth-child(2) {
}

footer .nav02 li ul {
  margin-top: 20px;
  padding-left: 0;
}

footer .nav02 li li {
  display: block;
  margin-bottom: 12px;
  width: auto;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
}

footer .nav02 a {
  color: #323232;
}

footer .nav02 a:hover {
  opacity: 0.7;
}

footer .nav02 a span{
	font-size: 10px;
}

/*===============================================
 topicPath
===============================================*/
.topicPath {
  position: fixed;
  top: 700px;
  left: -450px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 99;
  width: 1000px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .topicPath {
    position: static;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    padding-right: 4%;
    padding-bottom: 15px;
    padding-left: 4%;
    width: 100%;
    height: auto;
    background: #fff;
  }
}

.topicPath li {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  .topicPath li {
    font-size: 0.75rem;
  }
}

.topicPath a:hover {
  opacity: 0.7;
}


/* English
----------------*/
#pc_msta_langArea{
  position: relative;
  margin: 0 1vw;
}

#pc_msta_langArea .msta_langAreaTitle{
  position: relative;
  width: 95px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  background-color: transparent;
  padding: 4px 6px;
  font-size: 1.2rem;
  cursor: pointer;
}
.is-scroll #pc_msta_langArea .msta_langAreaTitle{
  color: #2e1813;
  border-color: #2e1813;
}
#pc_msta_langArea .msta_langAreaTitle::after{
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  right: 8px;
  top: 7px;
}
.is-scroll #pc_msta_langArea .msta_langAreaTitle::after{
  border-right: 2px solid #2e1813;
  border-bottom: 2px solid #2e1813;
}

#pc_msta_langArea ul{
  display: none;
  position: absolute;
  width: 95px;
  background-color: #fff;
  border-radius: 6px;
  right: 0;
  top: 26px;
  border: 1px solid #888;
  z-index: 101;
  overflow: hidden;
}
#pc_msta_langArea ul li{
  display: block;
  margin: 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #888;
  text-align: center;
  color: #3d1e00;
}
#pc_msta_langArea ul li label{
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 8px;
  cursor: pointer;
}
#pc_msta_langArea ul li:nth-child(1){
  background-color: #1967d2;
  color:#fff;
}
.lang-en #pc_msta_langArea ul li:nth-child(1),
.lang-zh-cn #pc_msta_langArea ul li:nth-child(1),
.lang-zh-tw #pc_msta_langArea ul li:nth-child(1),
.lang-ko #pc_msta_langArea ul li:nth-child(1) {
  background-color: #fff;
  color: #3d1e00;
}

.lang-en #pc_msta_langArea ul li:nth-child(2) {
  color: #fff;
  background-color: #1967d2;
}
.lang-zh-cn #pc_msta_langArea ul li:nth-child(3) {
  color: #fff;
  background-color: #1967d2;
}
.lang-zh-tw #pc_msta_langArea ul li:nth-child(4) {
  color: #fff;
  background-color: #1967d2;
}
.lang-ko #pc_msta_langArea ul li:nth-child(5) {
  color: #fff;
  background-color: #1967d2;
}

#pc_msta_langArea ul li:last-child{
  border-bottom: 0;
}
#pc_msta_langArea ul li input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#sp_msta_langArea{
  display: none;
}

.lang-en .globalNav .txt02{
  display: none;
}

.lang-en .globalNavListSub span{
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  #pc_msta_langArea{
    display: none;
  }
  #sp_msta_langArea{
    display: block;
    position: absolute;
    top: 7px;
    right: 48px;
    margin-top: 10px;
    margin-right: 15px;
    width: 40px;
    z-index: 100;
  }
  #sp_msta_langArea .icon{
    width: 100%;
  }
  #sp_msta_langArea .icon img{
    width: 18px;
  }
  #sp_msta_langArea .icon::after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 2px solid #2D1813;
    border-bottom: 2px solid #2D1813;
    transform: rotate(45deg);
    right: 0;
    top: 3px;
  }
  #sp_msta_langArea ul{
    display: none;
    position: absolute;
    width: 95px;
    background-color: #fff;
    border-radius: 6px;
    left: -22px;
    top: 30px;
    border: 1px solid #888;
    z-index: 101;
    overflow: hidden;
  }
  #sp_msta_langArea ul li{
    padding: 8px;
    font-size: 1.2rem;
    border-bottom: 1px solid #888;
    text-align: center;
  }
  #sp_msta_langArea ul li:nth-child(1){
    background-color: #1967d2;
    color:#fff;
  }
  #sp_msta_langArea ul li:nth-child(2){
    background-color: #fff;
  }
  .lang-en #sp_msta_langArea ul li:nth-child(1){
    background-color: #fff;
    color: #000;
  }
  .lang-en #sp_msta_langArea ul li:nth-child(2){
    color:#fff;
    background-color: #1967d2;
  }
  #sp_msta_langArea ul li:last-child{
    border-bottom: 0;
  }
  #sp_msta_langArea ul li input{
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
}
