@charset "utf-8";

/* base
----------------------------------*/
html {
  font-size: 62.5%; /* root: 10px */
  height: 100%;
}
body {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings : "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  letter-spacing: 0.1em;
}
/* Safariのみ仮名文字のみをカーニングする指定 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
/* IEだけインラインSVGの表示サイズがおかしくなるバグへの対処方法 */
img[src$=".svg"] {
  width: 100%; /* lte IE10 */
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* lte IE8 */
}
a:hover {
  opacity: 0.7;
}
a img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*** font ***/
.font-fmy-00 {}
.font-fmy-01 {
}



/* switching PC/SP
----------------------------------*/
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}


/* basic
----------------------------------*/


.inner-01 {
  max-width: 1070px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.inner-02 {
  max-width: 830px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.inner-03 {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}


/* content
----------------------------------*/
/***********header*********/
.lang {
  position: absolute;
  right: 60px;
  top: 30px;
}
.lang ul {
  display: flex;
  justify-content: center;
  align-content: center;
  min-width: 4em;
}
.lang li:before {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.lang li:first-child:before {
  content: none;
}
.lang li {
  display: inline-block;
  vertical-align: middle;
  font-size 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.lang li a.lang-select {
  position: relative;
}
.lang li a.lang-select:after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #111;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
}
.header-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 350px;
}
.logo {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 251px;
}
.g-nav {
  position: absolute;
  right: 30px;
  top: 80px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.hg-fixed .g-nav {
  position: fixed;
  top: 30px;
  animation: nav_in 0.5s;
  /*background: rgba(255,255,255,0.6);*/
}
.g-nav li a {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 17px;
  color: #000;
}
.g-nav li a:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 1px;
  background-color: #111;
  margin-right: 7px;
}
.page-hd {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
.page-hd-en {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
.page-hd-en:before {
  display: inline-block;
  content: '/';
  margin: 0 10px 0;
}
.foot-wrap {
  position: relative;
}
.totop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 100;
}
.totop.onfoot {
  position: absolute;
  top: -70px;
}
.arrow {
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.totop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 20px;
}
.brd {
  background-color: #e7e7e7;
  padding: 15px 0 15px;
}
.brd li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.brd li:before {
  content: '>';
  display: inline-block;
  vertical-align: 1px;
  margin-right: 8px;
  margin-left: 5px;
}
.brd li:first-child:before {
  content: none;
}
.brd li a {
  display: inline-block;
}
.brd li a {
  border-bottom: solid #333333 1px;
}
.footer-group {
  background: #111;
  color: #999;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 40px 0 50px 0;
  letter-spacing: 0.05em;
}
.page-mv {
  position: relative;
  margin-bottom: 65px;
}
.page-mv-inner {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 205px;
  padding-bottom: 100px;
  overflow: hidden;
}

.body-sec .page-mv {
    padding: 180px 0 40px;
    background: #f8f6ee;
}
/*.page-mv:before {
  content: '';
  background-image: url(../images/news-single/news-mv-cover.png);
  background-position: top;
  width: 100%;
  position: absolute;
  z-index: 5;
  background-repeat: repeat-x;
  height: 100%;
  top: 0;
}
.page-mv:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 100%;
  content: '';
  width: 120%;
  height: 200px;
  transform-origin: left;
  background-color: #fff;
  transform: skewY(-5deg);
}*/
.page-hd {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  position: relative;
  z-index: 10;
}


/* PC and TB
----------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  .logo {
    position: absolute;
    top: 40px;
    left: 45px;
    width: 180px;
  }
}


/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 750px) {
  /****** ハンバーガーメニューを開いた時に後ろはスクロールしないようにするjQueryのための設定 ---START--- ******/
  .js-base-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /****** ハンバーガーメニューを開いた時に後ろはスクロールしないようにするjQueryのための設定 ---END--- ******/
  .header-drawer {
    position: fixed;
    width: 34px;
    height: 34px;
    top: 40px;
    right: 20px;
    transition: 0.5s;
    z-index: 99999;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .header-drawer div {
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
  }
  .header-drawer div:first-child {
    margin-top: 0;
  }
  .header-drawer div:last-child {
    margin-bottom: 0;
  }
  .hg-fixed .header-drawer {
    top: 10px;
    background: rgba(255,255,255,0.6);
  }
  .hg-opened .header-drawer {
    top: 10px;
    background: none;
  }
  .hg-opened .header-drawer div:last-child {
    opacity: 0;
  }
  .hg-opened .header-drawer div {
    transform: rotate(45deg);
  }
  .hg-opened .header-drawer div:first-child {
    margin-top: auto;
    transform: rotate(-45deg);
  }


  .header-group {
    height: 50px;
  }
  .logo {
    width: 60px;
    top: 20px;
    left: 20px;
  }
  .logo-02 {
    display: none;
    width: 110px;
    margin-bottom: 20px;
  }
  .hg-fixed .logo-02 {
    display: block;
  }
  .lang {
    right: 20px;
    top: 18px;
  }
  .lang li {
    font-size 10px: ;
    font-size: 1rem;
  }
  .g-nav {
    display: none;
    right: 0px;
    padding-left: 15px;
    padding-right: 20px;
  }
  .hg-opened .g-nav {
    display: block;
    position: fixed;
    top: 65px;
    z-index: 9999;
    animation: g_nav_in 0.5s;
    background: none;
  }
  .hg-opened .g-nav::before {
    content: " ";
    background: rgba(255,255,255,0.9);
    width: 50%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
  }
  .page-mv {
    margin-bottom: 3em;
  }
  .page-mv-inner {
    padding-top: 18%;
    padding-bottom: 14%;
  }
  .body-sec .page-mv {
    padding: 120px 0 40px;
  }
  .brd li {
  /*.page-mv:before {
    background-size: contain;
  }*/
    font-size: 11px;
    font-size: 1.1rem;
  }
  .page-hd {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .footer-group {
    font-size: 10px;
    font-size: 1.0rem;
    padding: 20px 0 30px 0;
  }
  .totop {
    width: 30px;
    height: 30px;
  }
}


@keyframes nav_in {
  0% {
    top: -100%;
  }
  100% {
    top: 40px;
  }
}
@-webkit-keyframes nav_in {
  0% {
    top: -100%;
  }
  100% {
    top: 40px;
  }
}
@keyframes g_nav_in {
  0% {
    display: none;
    right: -100%;
  }
  1% {
    display: block;
    right: -100%;
  }
  100% {
    display: block;
    right: 0;
  }
}
@-webkit-keyframes g_nav_in {
  0% {
    display: none;
    right: -100%;
  }
  1% {
    display: block;
    right: -100%;
  }
  100% {
    display: block;
    right: 0;
  }
}
