@charset "UTF-8";
body.pc {
  min-width: 1200px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: Noto Sans CJK JP, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.025em;
  background: #ffffff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

a {
  display: inline-block;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@font-face {
  font-family: futura;
  src: url("../fonts/futura medium bt.ttf") format("truetype");
}
.futura {
  font-family: futura, sans-serif;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
body.sp .iconH {
  display: none;
}

header {
  position: relative;
  color: #fff;
  z-index: 10;
}

header h1 {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  left: 48px;
  top: 19px;
}

header .logo {
  position: absolute;
  top: 64px;
  left: 48px;
  z-index: 1;
}

header .iconH {
  position: absolute;
  right: 35px;
  top: 8px;
  z-index: 1;
}

header .iconH a {
  margin: 0 5px;
}

header nav {
  position: absolute;
  right: 30px;
  top: 120px;
  z-index: 1;
  letter-spacing: 1.2px;
}

header nav > ul > li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 0 12px;
}

header nav > ul > li span:after {
  content: url("../img/arrow.png");
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 8px;
}

header nav > ul > li .hover {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 4px 0;
}

header nav > ul > li .hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #c76b00;
  opacity: 0;
}

header nav > ul > li:hover .hover:before {
  opacity: 1;
}

header nav > ul .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  width: 140px;
  padding: 6px 0 10px 30px;
  text-align: left;
  background-color: rgba(13, 13, 13, 0.7);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

header nav > ul > li:hover .submenu {
  opacity: 1;
}

header nav > ul .submenu li {
  font-size: 16px;
  padding: 8px 0 7px;
}

header nav > ul .submenu li a {
  position: relative;
}

header nav > ul .submenu li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
  opacity: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

header nav > ul .submenu li a:hover:before {
  opacity: 1;
}

.btnFixed {
  position: fixed;
  top: 150px;
  right: 0;
  width: 70px;
}

.btnFixed a {
  background-color: #343434;
  display: block;
  height: 230px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.btnFixed a:hover {
  background-color: rgba(52, 52, 52, 0.8);
}

.btnFixed a + a {
  background-color: #03a080;
}

.btnFixed a + a:hover {
  background-color: rgba(3, 160, 128, 0.8);
}

/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

#key ul {
  min-height: inherit;
}

#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*=============================================
 * <section>
 *=============================================*/
.txt-center {
  text-align: center;
}

.img-rss {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.flex-box {
  display: flex;
}

.title h2 {
  font-family: futura, sans-serif;
  letter-spacing: 0.075em;
  line-height: 60px;
  font-size: 50px;
  color: #c76b00;
  text-transform: uppercase;
  font-weight: 500;
}

.title h3 {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  margin-top: 11px;
}

.tag {
  width: 98px;
  line-height: 28px;
  display: inline-block;
  color: #c66b00;
  border: 1px solid #c76b00;
  text-align: center;
}

.button {
  display: inline-block;
  padding-right: 13px;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 38px;
  font-size: 16px;
  width: 120px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  text-decoration: none;
  position: relative;
}

.button:hover {
  opacity: 0.8;
}

.button:before {
  content: url("../img/arrow.png");
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 12px;
  margin-top: -6px;
}

.orange {
  color: #c76b00;
}

#feed .tit a:hover {
  text-decoration: underline;
}

.font45 {
  font-size: 45px;
  color: #c76b00;
}

.font18 {
  font-size: 18px;
}

/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons .fb_iframe_widget {
  display: inline-flex;
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  background-color: #444444;
  text-align: center;
  color: #fff;
}

footer .wrap.wrap01 {
  padding: 79px 0 75px;
}

footer .txt-footer {
  text-align: center;
  margin: 18px 0 42px;
}

footer .infoF > div {
  text-align: left;
  padding-left: 38px;
  line-height: 30px;
  width: 432px;
}

footer .infoF h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
}

footer .infoF h3:before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #c76b00;
  position: absolute;
  top: 5px;
  left: -24px;
}

footer .infoF dl dt {
  width: 70px;
  float: left;
}

footer .infoF dl dd {
  width: 354px;
  float: right;
}

footer .footerB {
  background-color: #0d0d0d;
  padding: 40px 0 22px;
}

footer .footerB .nav-inline li {
  display: inline-block;
  margin: 0 32px;
}

footer .footerB .nav-inline li span {
  margin-right: 20px;
}

footer .footerB .nav-inline a:hover {
  text-decoration: underline;
}

footer .footerB .nav-inline a:before {
  display: none;
}

footer .footerB .iconF {
  margin: 31px 0 34px;
}

#pagetop {
  right: 0;
  bottom: 0;
}

/*=============================================
 * copyright
 *=============================================*/
address {
  font-size: 12px;
  letter-spacing: 1.4px;
}

/*=============================================
 * bxslider
 *=============================================*/
.bx-wrapper {
  position: relative;
}

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -9px;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 0;
  z-index: 100;
}

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}

.bx-wrapper .bx-pager a {
  display: block;
  border-radius: 50%;
  background: #dcdcdc;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  text-indent: 9999px;
}

.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a.active {
  background: #efbb53;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  height: 50px;
  margin-top: -25px;
  width: 25px;
  z-index: 9999;
  text-indent: -9999px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.bx-wrapper .bx-prev {
  background-image: url("../img/prev.png");
  left: -62px;
}

.bx-wrapper .bx-next {
  background-image: url("../img/next.png");
  right: -62px;
}

header .hamburger {
  display: none;
}

body {
  min-width: 1200px;
}
body.sp {
  min-width: 0;
}

@media only screen and (max-width: 1200px) {
  body.sp header nav {
    right: 25px;
    top: 65px;
  }
}
@media (min-width: 1081px) and (max-width: 1400px) {
  body.sp {
    /*	header nav.navPage > ul > li {
    		padding: 0 22px;
    	}
    */
  }
  body.sp header .hamburger {
    display: block;
  }
  body.sp header nav.navPage {
    top: 110px !important;
  }
}
@media only screen and (max-width: 1080px) {
  body.sp {
    /*=============================================*/
    /*               menubtm                       */
    /*=============================================*/
  }
  body.sp header .hamburger {
    display: block;
  }
  body.sp html {
    min-width: auto;
    /* viewport */
  }
  body.sp html.responsive .wrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
  }
  body.sp .section {
    padding: 50px 0 !important;
  }
  body.sp header #belt {
    background-color: rgba(13, 13, 13, 0.7);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    z-index: 100;
  }
  body.sp header h1 {
    display: none;
  }
  body.sp header .logo-none {
    display: none;
  }
  body.sp header .logo {
    top: 12px;
    left: 10px;
  }
  body.sp header .iconH {
    position: fixed;
    right: 72px;
    top: 9px;
    z-index: 100;
  }
  body.sp header .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
  body.sp .hamburger-inner,
  body.sp .hamburger-inner:after,
  body.sp .hamburger-inner:before {
    background-color: #fff;
  }
  body.sp header .menu_toggle {
    display: none;
    background-color: rgba(13, 13, 13, 0.7);
    position: fixed;
    width: 100% !important;
    top: 0px;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    color: #999;
    z-index: 9;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.sp header .menu_toggle ul {
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    padding: 0 2%;
    float: none;
  }
  body.sp header .menu_toggle ul li {
    display: block;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #fff;
    clear: both;
    color: #fff;
  }
  body.sp header .menu_toggle ul li .hover {
    padding: 10px 0;
    display: block;
    color: #fff;
  }
  body.sp header .menu_toggle ul li .hover:before {
    display: none;
  }
  body.sp header .menu_toggle ul li a:after {
    content: url("../img/arrow.png");
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
  }
  body.sp header .menu_toggle .submenu {
    position: relative;
    background: none;
    opacity: 1;
    width: 100%;
    padding: 0;
    margin-top: 5px;
  }
  body.sp header .menu_toggle .submenu li {
    padding: 10px 0 10px 20px;
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
  body.sp header nav > ul > li span:after {
    position: absolute;
    right: 12px;
    top: 10px;
  }
  body.sp header .menu_toggle .last {
    background-color: #5a0000;
  }
  body.sp header .close_btn {
    width: 100%;
    height: 40px;
    padding-top: 1px;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    display: block;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
    background-color: #000;
    z-index: 100;
  }
  body.sp header .close_btn span {
    font-size: 24px;
  }
  body.sp footer .infoF > div {
    width: 48%;
    box-sizing: border-box;
  }
  body.sp footer .infoF dl dd {
    float: none;
    width: auto;
  }
  body.sp .btnFixed {
    top: 110px;
  }
  body.sp .bx-wrapper .bx-controls-direction a {
    width: 15px;
  }
  body.sp .bx-wrapper .bx-prev {
    left: 0;
  }
  body.sp .bx-wrapper .bx-next {
    right: 0;
  }
}

body.pc .btnFixed a {
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  body.sp .section {
    padding: 30px 0 !important;
  }
  body.sp .title h2 {
    font-size: 28px;
    line-height: 30px;
  }
  body.sp .fl, body.sp .fr {
    float: none;
  }
  body.sp .mt20 {
    margin-top: 20px !important;
  }
  body.sp .mb20 {
    margin-bottom: 20px !important;
  }
  body.sp header .iconH {
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: 10;
  }
  body.sp footer {
    padding-bottom: 40px;
  }
  body.sp footer .wrap.wrap01 {
    padding: 30px 2%;
  }
  body.sp footer .infoF > div {
    padding-left: 15px;
    margin-top: 15px;
    width: auto;
  }
  body.sp footer .infoF h3 {
    font-weight: bold;
  }
  body.sp footer .infoF h3:before {
    left: -10px;
  }
  body.sp footer .infoF dl dt {
    font-weight: bold;
    width: 70px;
    float: left;
  }
  body.sp footer .infoF dl dd {
    width: calc(100% - 70px);
    float: left;
  }
  body.sp footer .txt-footer {
    margin: 15px 0 20px;
  }
  body.sp footer .footerB {
    padding: 15px 0 20px;
  }
  body.sp footer .footerB .iconF {
    margin: 5px 0;
  }
  body.sp #pagetop {
    width: 50px;
    bottom: 40px;
  }
  body.sp .btnFixed {
    bottom: 0;
    top: auto;
    width: 100%;
  }
  body.sp .btnFixed a {
    height: auto;
    line-height: 40px;
    width: 50%;
    float: left;
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.sp .section {
    padding: 2em 0 !important;
  }
}
@media only screen and (max-width: 340px) {
  body.sp .title h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

/*** New top ***/
#newstopics .btnTop {
  position: absolute;
  right: 0;
  top: 20px;
}

#newstopics .title {
  margin-bottom: 57px;
}

#newstopics .wrap {
  width: 1200px;
}

#newstopics .item {
  padding: 0 0 59px;
  background-color: #fff;
  margin-bottom: 20px;
  width: 380px;
  float: left;
}

#newstopics .item .img-rss {
  position: relative;
}

#newstopics .item .img-rss a {
  display: block;
}

#newstopics .item dl {
  position: relative;
  margin-top: 22px;
  padding: 0 26px;
}

#newstopics .item dl dd.tit {
  margin-top: 21px;
  font-size: 16px;
}

#newstopics .item .tag {
  position: absolute;
  right: 20px;
  top: -2px;
}

#newstopics .item .img-rss:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

#newstopics .item .img-rss span.button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -60px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

#newstopics .item:hover .img-rss:before,
#newstopics .item:hover span.button {
  opacity: 1 !important;
}

#instagram {
  padding: 80px 0 145px;
}

#instagram .instafeed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 36px auto 25px;
  width: 510px;
  height: 390px;
}

#instagram .instafeed p {
  width: 160px;
  height: 120px;
  overflow: hidden;
  margin: 5px;
}

#instagram .instafeed p a {
  display: block;
}

#instagram .instafeed p img {
  width: 100%;
}

#instagram .instagram_btn {
  width: 510px;
  text-align: right;
  margin: auto;
}

.breadcrumb {
  background-color: #f0f0f0;
  padding: 25px 2% 0;
  line-height: 30px;
}

.breadcrumb p {
  max-width: 1200px;
  margin: auto;
}

.breadcrumb a {
  color: #c76b00;
  position: relative;
  display: inline-block;
}

.breadcrumb a:hover {
  opacity: .8;
}

.breadcrumb a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-top: 1px solid #c76b00;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.breadcrumb font {
  margin: 0 14px;
}

@media only screen and (min-width: 1201px) {
  body.sp #newstopics .item + .item {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  body.sp #newstopics .wrap {
    width: auto;
  }
  body.sp #newstopics .item {
    padding: 0 0 30px;
    width: 32%;
  }
  body.sp #newstopics .item + .item {
    margin-left: 2%;
  }
  body.sp #newstopics .item dl {
    margin-top: 20px;
    padding: 0 10px;
  }
  body.sp #newstopics .item .tag {
    right: 10px;
  }
  body.sp #newstopics .btnTop {
    right: 2%;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  body.sp #instagram .instafeed {
    width: 510px;
    margin: 20px auto;
    height: auto;
  }
  body.sp #instagram .instagram_btn {
    width: 510px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.sp #newstopics .item {
    display: table;
    padding: 0 0 0;
    margin-left: 0 !important;
    width: 100%;
    height: 12em;
	  max-width: 40rem;
    float: none;
  }
  body.sp #newstopics .item .img-rss {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
  }
  body.sp #newstopics .item .img-rss:before {
    display: none;
  }
  body.sp #newstopics .item .img-rss a {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  body.sp #newstopics .item .img-rss a:after {
    display: none;
  }
  body.sp #newstopics .item .img-rss span.button {
    display: none;
  }
  body.sp #newstopics .item img {
    width: 100%;
  }
  body.sp #newstopics .item dl {
    display: table-cell;
    padding-top: 20px;
  }
  body.sp #newstopics .item dl dd.tit {
    padding-bottom: 20px;
  }
  body.sp #newstopics .item .tag {
    width: 40%;
    top: 18px;
  }
  body.sp #newstopics .btnTop {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    top: 0;
  }
  body.sp #instagram .instafeed {
    margin: 15px auto;
    width: auto;
    max-width: 510px;
    height: auto;
  }
  body.sp #instagram .instafeed p {
    text-align: center;
    width: 31%;
    height: auto;
    margin: 1%;
  }
  body.sp #instagram .instagram_btn {
    max-width: 510px;
    margin: auto;
    width: auto;
  }
  body.sp .breadcrumb {
    padding: 15px 2% 0;
    font-size: 12px;
  }
  body.sp .breadcrumb font {
    margin: 0 5px;
  }
}
