@charset "UTF-8";
/* ============================================================
 init
============================================================ */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,600i");
@import url("https://fonts.googleapis.com/css?family=Gilda+Display");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond");
body {
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 14px;
  font-weight: 500;
}

.prata {
  font-family: 'EB Garamond', serif;
}

.yugo {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.yumi {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.play {
  font-family: 'Gilda Display', serif;
}

/* kantaigo ---------------------------------------------- */
body.l_zh-cn {
  font-family: "MingLiU", "STSong","STKaiti","STFangsong","SimSun","Song", "Times New Roman", serif;
  font-weight: 400;
}

.l_zh-cn .prata {
  font-family: 'EB Garamond', serif;
}

.l_zh-cn .yugo {
  font-family: "Simhei","Song","Arial",sans-serif;
}

.l_zh-cn .yumi {
  font-family: "MingLiU", "STSong", "STKaiti", "STFangsong", "SimSun","Song","Times New Roman", serif;
}

body.l_en {
  font-family: 'Cormorant Garamond', "游明朝" , "Yu Mincho" ,"Arial",sans-serif;
}

.l_en .prata {
  font-family: 'EB Garamond', serif;
}

.l_en .yugo {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.l_en .yumi {
  font-family: 'Cormorant Garamond', "游明朝" , "Yu Mincho" ,"Arial",sans-serif;
}

#wrap {
  position: relative;
  min-width: 1200px;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  zoom: 1;
}

@media screen and (max-width: 737px) {
  /* for SP */
  #wrap {
    min-width: 300px;
    width: 100%;
  }
}

/* tag
------------------------------------------------------------ */
img {
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/* link
------------------------------------------------------------ */
a {
  color: #494949;
  overflow: hidden;
}

a:link,
a:visited,
a.rollover:hover {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.rollOpa {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rollOpa:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

a.line {
  text-decoration: underline;
}

a.line:hover {
  text-decoration: none;
}

/* class
------------------------------------------------------------ */
.clearfix,
ul,
dl {
  zoom: 1;
}

.clearfix:after,
ul:after,
dl:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

input {
  vertical-align: middle;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell,
.flame {
  position: relative;
  zoom: 1;
}

.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after,
.flame:after {
  content: "";
  display: block;
  clear: both;
}

.box,
.cell {
  float: left;
}

.box.right,
.cell.right {
  float: right;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.shadow {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #e9e9e9;
  box-shadow: 0px 0px 5px #e9e9e9;
}

.boxer {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 737px) {
  /* for SP */
  .spBoxer {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* js予約 */
.spElement {
  display: none !important;
}

@media screen and (max-width: 737px) {
  /* for SP */
  .spElement {
    display: block !important;
  }
  .pcElement {
    display: none !important;
  }
}

/* space
============================================================ */
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 737px) {
  /* for SP */
  .mt10 {
    margin-top: 5px;
  }
  .mt15 {
    margin-top: 7px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 12px;
  }
  .mt30 {
    margin-top: 15px;
  }
}

/* font
============================================================ */
.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

@media screen and (max-width: 737px) {
  /* for SP */
  .fs14 {
    font-size: 12px;
  }
  .fs16 {
    font-size: 12px;
  }
  .fs18 {
    font-size: 14px;
  }
  .fs20 {
    font-size: 14px;
  }
  .fs24 {
    font-size: 18px;
  }
}

/* color
============================================================ */
.c_blue {
  color: #246596;
}

.c_green {
  color: #237c46;
}

.c_brown {
  color: #a87b30;
}

.c_purple {
  color: #823d6c;
}

.c_fGreen {
  color: #296456;
}

.c_skyBlue {
  color: #09819e;
}

.c_darkRed {
  color: #793837;
}

.c_darkBlue {
  color: #39436d;
}

.c_redPurple {
  color: #903f55;
}

.c_darkGreen {
  color: #006161;
}

/* img
============================================================ */
.imgWidthFit {
  width: 100%;
  height: auto;
}

.imgHeightFit {
  height: 100%;
  width: auto;
}

/* header
============================================================ */
header {
  min-width: 1200px;
  width: 100%;
  background-color: #fff;
  padding: 14px 0 22px;
  position: fixed;
  z-index: 2;
}

header .inner {
  width: 1200px;
  margin: 0 auto;
}

header .box {
  width: 50%;
}

header .box.left .cell.left {
  /* width: 128px; */
  width: 149px;
}

header .box.left .cell.left img {
  width: 100%;
  height: auto;
}

header .box.left .cell.right {
  width: 140px;
  float: left;
  text-align: right;
}

header .box.left .cell.right .langSelectWrap {
  position: relative;
  cursor: pointer;
}

header .box.left .cell.right p {
  margin-top: 10px;
  padding-right: 15px;
  font-size: 14px;
  color: #b19343;
  position: relative;
}

header .box.left .cell.right p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 10px solid #b19343;
  border-bottom: none;
}

header .box.left .cell.right ul {
  color: #b19343;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 32px;
  left: 58px;
  width: 200px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

header .box.left .cell.right .langSelectWrap.open ul {
  max-height: 400px;
}

header .box.left .cell.right li + li {
  border-top: 1px solid #ccc;
}

header .box.left .cell.right li a {
  padding: 26px 30px;
  display: block;
  font-size: 18px;
  text-align: left;
}

header .box.left .cell.right li {
  background-color: #fff;
}

header .box.left .cell.right li {
  background-color: #fff;
}

header .box.right ul {
  font-size: 0;
  text-align: right;
}

header .box.right li {
  font-size: 18px;
  display: inline-block;
}

header .box.right li + li {
  margin-left: 20px;
}

header .box.right li a {
  display: block;
  padding: 15px 0 10px;
  line-height: 1;
  margin-bottom: 2px;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}

header .box.right li a.cr,
header .box.right li a:hover {
  border-bottom: 2px solid #e0bc5b;
}

@media screen and (max-width: 737px) {
  /* for SP */
  header {
    min-width: 320px;
    padding: 0;
  }
  header .inner {
    width: auto;
    margin: 4px 3px 2px 13px;
  }
  header .box {
    width: 50%;
  }
  header .box.left {
    width: 60%;
    margin-top: 8px;
  }
  header .box.left .cell.left {
    /* width: 64px; */
    width: 92px;
    margin-top: -6px;
  }
  header .box.left .cell.right {
    width: 75px;
  }
  header .box.left .cell.right p {
    margin-top: -1px;
    padding-right: 10px;
    font-size: 10px;
  }
  header .box.left .cell.right p:after {
    margin-top: -3px;
    border: 3px solid transparent;
    border-top: 6px solid #b19343;
    border-bottom: none;
  }
  header .box.left .cell.right ul {
    width: 150px;
    top: 22px;
    left: 20px;
  }
  header .box.left .cell.right li {
    background-color: #fff;
  }
  header .box.left .cell.right li a {
    font-size: 12px;
    padding: 15px 11px;
  }
  header .box.right {
    width: 44px;
    height: 44px;
  }
  header .box.right #btnNav {
    display: block;
    width: 44px;
  }
  header .box.right #btnNav a {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
  }
  header .box.right #btnNav a span {
    display: block;
    position: absolute;
    background-color: #000;
    width: 20px;
    height: 1px;
    left: 12px;
  }
  header .box.right #btnNav a span.top {
    top: 14px;
  }
  header .box.right #btnNav a span.middle {
    top: 21px;
  }
  header .box.right #btnNav a span.bottom {
    top: 28px;
  }
  header .box.right #gNav {
    display: none;
  }
}

/* bgMov
==================================== */
/*.bgMov {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: -1;
}
@media screen and (max-width: 737px) {
  .bgMov {
    display: none;
  }
}*/
/* container
============================================================ */
#container {
  /* padding-top: 90px; */
  padding-top: 99px;
}

#main {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 737px) {
  #container {
    /* padding-top: 50px; */
    padding-top: 50px;
  }
  #main {
    min-width: 320px;
    width: 100%;
    margin: 0;
  }
}

#main .titleRow {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 58px 0;
}

#main .titleRow h1 {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 737px) {
  #main .titleRow {
    margin: 20px 0;
  }
  #main .titleRow h1 {
    float: none;
    font-size: 20px;
    width: auto;
    padding-left: 13px;
  }
}

#main .grLine {
  color: #fff;
  line-height: 1.8;
  font-size: 20px;
  padding: 7px 20px 7px;
  background-color: #b19343;
  background-image: -webkit-gradient(linear, left top, right top, from(#b19343), to(#dfc378));
  background-image: linear-gradient(to right, #b19343, #dfc378);
}

@media screen and (max-width: 737px) {
  #main .grLine {
    line-height: 1.2;
    font-size: 14px;
    margin: 0 -20px;
    padding: 11px 10px 11px;
  }
}

#main .breadNav {
  position: relative;
  z-index: 1;
  font-size: 0;
  text-align: right;
  margin: 0 0 0 auto;
}

#main .breadNav li {
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

#main .breadNav li + li {
  margin-left: 10px;
}

#main .breadNav li a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

#main .breadNav li a:hover {
  text-decoration: none;
}

#main .breadNav li a + span {
  margin-left: 10px;
}

@media screen and (max-width: 737px) {
  #main .breadNav {
    display: none;
  }
}

#main section.block {
  background-color: #fff;
  padding: 40px;
}

#main section.block + section.block {
  margin-top: 40px;
}

@media screen and (max-width: 737px) {
  #main section.block {
    padding: 30px 20px;
  }
  #main section.block + section.block {
    margin-top: 10px;
  }
}

#main .txtGr {
  position: relative;
  height: 1.5em;
  font-size: 60px;
}

#main .txtGr span,
#main .txtGr span:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #dfc378;
}

#main .txtGr span:before {
  display: block;
  content: attr(title);
  color: #b19343;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
  -webkit-mask-image: linear-gradient(right, rgba(0, 0, 0, 0), black);
          mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
          mask-image: linear-gradient(right, rgba(0, 0, 0, 0), black);
}

@media screen and (max-width: 737px) {
  #main .txtGr {
    height: 1.5em;
    font-size: 21px;
  }
}

#main .subTitle {
  font-size: 20px;
  letter-spacing: 0.8em;
  color: #b19343;
  margin-top: 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 737px) {
  #main .subTitle {
    font-size: 12px;
    margin-bottom: 25px;
  }
}

#main .brownBtn {
  display: block;
  border: none;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 13px 0;
  border-radius: 8px;
  background-color: #bc9f53;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bc9f53), color-stop(50%, #bc9f53), color-stop(50%, #b19343), to(#b19343));
  background-image: linear-gradient(to bottom, #bc9f53, #bc9f53 50%, #b19343 50%, #b19343);
  position: relative;
}

#main .brownBtn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b19343), color-stop(50%, #b19343), color-stop(50%, #bc9f53), to(#bc9f53));
  background-image: linear-gradient(to bottom, #b19343, #b19343 50%, #bc9f53 50%, #bc9f53);
}

#main .brownBtn.arrow:after {
  content: "";
  display: block;
  width: 14px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  background-image: url("../img/icon/arrow_right_01.png");
  background-repeat: no-repeat;
  background-size: 14px 22px;
}

@media screen and (max-width: 737px) {
  #main .brownBtn {
    border-radius: 4px;
    padding: 17px 0;
    font-size: 15px;
  }
  #main .brownBtn.arrow:after {
    width: 7px;
    height: 11px;
    margin-top: -5px;
    background-size: 7px 11px;
  }
}

/* footer
============================================================ */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1200px;
  width: 100%;
  height: 65px;
  position: relative;
  margin-top: 120px;
  background-color: #fff;
}

@media screen and (max-width: 731px) {
  footer {
    display: block;
    height: auto;
  }
}

footer .inner {
  width: 1200px;
  margin: 0 auto;
}

footer .inner p {
  color: #b19343;
  font-size: 12px;
  text-align: center;
}

footer .inner p span {
  text-decoration: underline;
}

footer .box.left {
  width: 50%;
}

footer .box.left a {
  color: #8d7023;
  font-size: 12px;
  padding-right: 1.5em;
  position: relative;
  text-decoration: underline;
}

footer .box.left a:hover {
  text-decoration: none;
}

footer .box.left a:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  content: "\e900 ";
  font-size: 8px;
  font-family: 'icomoon' !important;
  vertical-align: text-top;
  margin-right: 5px;
  color: #8d7023;
  text-decoration: none;
}

/*footer .box.left a:last-child {
  margin-left: 20px;
}*/
.l_en footer .box.left a + a {
  margin-left: 20px;
}

@media screen and (max-width: 737px) {
  /* for SP */
  footer {
    min-width: 320px;
    width: 100%;
    padding-bottom: 0px;
    margin-top: 0;
  }
  footer .spPageTop a {
    display: block;
    background-color: #e9dbb4;
    padding: 10px 0 11px;
  }
  footer .spPageTop img {
    width: 15px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
  }
  footer .inner {
    width: auto;
    margin: 0;
    background-color: #fff;
    padding-bottom: 10px;
  }
  footer .inner .logo {
    padding: 56px 0 50px;
  }
  footer .inner p {
    font-size: 8px;
  }
  footer .box.left {
    float: none;
    width: auto;
    padding: 0 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .l_zh-cn footer .box.left a:first-child:before {
    top: 2px;
    margin-top: 0;
  }
  footer .box.left a + a,
  .l_en footer .box.left a + a,
  .l_en footer .box.left a:last-child {
    margin-left: 10px;
  }
  .l_en footer .box.left span {
    display: inline-block;
  }
  footer .box.right {
    float: none;
    width: auto;
  }
}

/* pageTop
------------------------------------------------------------ */
.pcPageTop {
  position: fixed;
  right: 10px;
  bottom: 20px;
}

@media screen and (max-width: 737px) {
  /* for SP */
  .pcPageTop {
    display: none !important;
  }
}

/* #spNav
============================================================ */
#spNav {
  display: none;
}

@media screen and (max-width: 737px) {
  /* for SP */
  #spNav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  #spNav.open {
    display: block;
    height: 100%;
  }
  #spNav .navUl {
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #spNav.open .navUl {
    overflow-y: scroll;
  }
  #spNav li a {
    font-size: 18px;
    color: #fff;
  }
  #spNav li.innerLi {
    margin-left: 20px;
  }
  #spNav li + li {
    margin-top: 15px;
  }
  #spNav .closeBtnArea {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 3px;
    top: 3px;
  }
  #spNav .closeBtnArea a {
    display: block;
    position: relative;
    height: 44px;
  }
  #spNav .closeBtnArea .border {
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 44px;
    height: 1px;
    background-color: #fff;
  }
  #spNav .closeBtnArea .border01 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #spNav .closeBtnArea .border02 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* headings
========================================================= */
.hdLine01 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 3px solid #c10f19;
  margin-bottom: 15px;
}

.pageHd01 {
  font-size: 24px;
  font-weight: 700;
  padding-left: 12px;
  border-left: 5px solid #c10f19;
  margin: 38px 0 40px;
  line-height: 1;
  padding-top: 2px;
}

@media screen and (max-width: 737px) {
  .pageHd01 {
    font-size: 16px;
    padding-left: 10px;
    border-left: 3px solid #c10f19;
    margin: 10px 0 20px;
    padding-top: 0px;
  }
}

/* ============================================================
 201811_Renewal Add Style
============================================================ */
/* bgRipple
========================================================= */
.bg-ripple {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
}

@media screen and (max-width: 731px) {
  .bg-ripple {
    min-width: 100vw;
  }
}

.bg-ripple:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
  content: '';
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(#96711a), color-stop(50%, #fad881), to(#96711a));
  background: linear-gradient(to right, #96711a 0%, #fad881 50%, #96711a 100%);
}
