/* ---------- reset --------- */
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap&subset=japanese);
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

em {
	font-style: italic !important;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 700;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #FFF;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #282828;
  min-width: 1250px;
  overflow-x: hidden;
}

.sp {
  display: none !important;
}

.inner_wrapper {
  display: block;
  position: relative;
}

a {
  color: #282828;
  text-decoration: none;
}
a:hover {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

a, input[type=radio], input[type=checkbox], input[type=submit], button, select {
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cspml_btn img, .cspml_btn svg.cspm_svg {
   display: inline-block;
}

.cspml_fs_title img {
    display: inline-block;
}

span.cspml_sort_val {
	font-size: 0px !important;
}

span.cspml_sort_val:before {
	content: "Sort by";
	font-size: 15px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cspml_sort_list_container img {
  display:inline-block;
  max-width: 100%;
  height: auto;	
}

.image_fix {
	padding: 30px 0;
}

#top-main-video-box .txt .btn-green a.tops {
   color: #FFF !important;
}

@media screen and (max-width: 767px), print {
  body {
    min-width: 100%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  img {
    width: 100%;
    height: auto;
  }
}
/* ----------- flex-box setting ----------- */
.row {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.row-wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-space {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.row-space-wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.column-space {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.row-space-wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* =============================================================

Wrapper

* ============================================================= */
.l-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  min-width: 1250px;
  margin: 0;
  padding: 0;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s cubic-bezier(0.01, 0.01, 0.01, 0.01);
  -o-transition: all 0.2s cubic-bezier(0.01, 0.01, 0.01, 0.01);
  -webkit-transition: all 0.2s cubic-bezier(0.01, 0.01, 0.01, 0.01);
  transition: all 0.2s cubic-bezier(0.01, 0.01, 0.01, 0.01);
}

.l-wrapper__inner {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
}

.pace-done .l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.l-wrapper.is-resizing * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 767px), print {
  .l-wrapper {
    min-width: 100%;
  }

  .l-wrapper__inner {
    display: block;
  }
}

/* =============================================================

Pace

* ============================================================= */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 15000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pace .pace-progress {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto 0;
  background: #fff;
  z-index: 2000;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace.pace-inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* =============================================================

Header

* ============================================================= */
#side {
  width: 200px;
}

.l-header__inner {
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #323242;
  width: 200px;
  height: 100vh;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.l-header__inner .logo {
  padding: 40px 0 0;
}
.l-header__inner .logo img {
  width: 80px;
  height: 134px;
  margin: 0 auto;
  display: block;
}
.l-header__inner nav {
  margin: 10vh 0 auto;
}
.l-header__inner nav ul {
  width: 100%;
}
.l-header__inner nav li {
  margin-bottom: 10px;
}
.l-header__inner nav li a {
  color: #FFF;
  line-height: 1.0;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  display: block;
  padding: 10px 0;
}
.l-header__inner nav li a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 6px;
  height: 100%;
  background: #809428;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__inner nav li a:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.l-header__inner nav li.search-btn {
  padding: 10px 0;
}
.l-header__inner nav li.search-btn img {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__inner nav li.search-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.l-header__inner nav li.btn-submenu .sub {
  position: fixed;
  top: 0;
  left: 200px;
  height: 100vh;
  background: #000;
  width: 360px;
  text-align: left;
  padding-top: calc(10vh + 174px);
  padding-left: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__inner nav li.btn-submenu:hover > .sub {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.lang-box ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.lang-box li.line {
  background: #FFF;
  width: 1px;
  height: 16px;
}
.lang-box li a {
  padding: 0 10px;
  line-height: 0.8;
  font-size: 1.2rem;
}
.lang-box li a:hover, .lang-box li a.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

@media screen and (max-width: 767px), print {
  #side {
    width: 100%;
  }

  .l-header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #323242;
  }
  .l-header .sp {
    position: relative;
  }
  .l-header .logo {
    padding: 0;
    position: absolute;
    top: 12px;
    left: 20px;
  }
  .l-header .logo img {
    width: auto;
    height: 26px;
    margin: auto 0;
    display: block;
  }

  .lang-box {
    margin-bottom: 10px;
  }
  .lang-box ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .lang-box li:first-child a {
    padding-left: 0;
  }
  .lang-box li a {
    font-size: 1.2rem;
  }
}
.drawer-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  background: #809428;
  width: 50px;
  height: 50px;
  padding: 16px 14px;
}
/*
  hamburger
=============================== */
.l-header-hamburger {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.25s linear 0.75s;
  -o-transition: opacity 0.25s linear 0.75s;
  -webkit-transition: opacity 0.25s linear;
  -webkit-transition-delay: 0.75s;
  transition: opacity 0.25s linear 0.75s;
}

body.is-loaded .l-header-hamburger {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.l-header-hamburger > p {
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
}

.l-header-hamburger > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-drawer-open .l-header-hamburger > span {
  background: #FFF;
}

.l-header-hamburger > span._top {
  top: 0;
  -moz-animation: hamburger-top 0.75s forwards;
  -webkit-animation: hamburger-top 0.75s forwards;
  animation: hamburger-top 0.75s forwards;
}

.is-drawer-open .l-header-hamburger > span._top {
  -moz-animation: active-hamburger-top 0.75s forwards;
  -webkit-animation: active-hamburger-top 0.75s forwards;
  animation: active-hamburger-top 0.75s forwards;
}

.l-header-hamburger > span._middle {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.375s, background 0.375s 0.375s;
  -o-transition: opacity 0.375s, background 0.375s 0.375s;
  -webkit-transition: opacity 0.375s, background 0.375s;
  -webkit-transition-delay: 0ms, 0.375s;
  transition: opacity 0.375s, background 0.375s 0.375s;
}

.is-drawer-open .l-header-hamburger > span._middle {
  -moz-transition: opacity 0.375s 0.375s, background 0.375s;
  -o-transition: opacity 0.375s 0.375s, background 0.375s;
  -webkit-transition: opacity 0.375s, background 0.375s;
  -webkit-transition-delay: 0.375s, 0ms;
  transition: opacity 0.375s 0.375s, background 0.375s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.l-header-hamburger > span._bottom {
  bottom: 0;
  -moz-animation: hamburger-bottom 0.75s forwards;
  -webkit-animation: hamburger-bottom 0.75s forwards;
  animation: hamburger-bottom 0.75s forwards;
}

.is-drawer-open .l-header-hamburger > span._bottom {
  -moz-animation: active-hamburger-bottom 0.75s forwards;
  -webkit-animation: active-hamburger-bottom 0.75s forwards;
  animation: active-hamburger-bottom 0.75s forwards;
}

@-moz-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
}
@-webkit-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
}
@keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
}
@-moz-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@-webkit-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* =============================================================

Drawer

* ============================================================= */
.l-drawer {
  display: block;
  width: 100%;
  height: 0;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 9999;
  background: #323242;
  color: #FFF;
  overflow: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-drawer-open .l-drawer {
  height: calc(100vh - 50px);
  overflow-y: auto;
}

.l-drawer__inner {
  padding: 30px 50px 100px;
}

.navi {
  border-top: #5b5b68 solid 1px;
}
.navi li {
  border-bottom: #5b5b68 solid 1px;
  padding: 20px 0;
}
.navi li a {
  color: #FFF;
  line-height: 1.0;
  font-size: 1.4rem;
  font-weight: 700;
}
.navi li a.dropdown-btn {
  padding-right: 10px;
}
.navi li span.icn {
  position: relative;
}
.navi li span.icn::before {
  position: absolute;
  top: 0;
  left: -7px;
  width: 2px;
  height: 14px;
  background: #FFF;
  display: block;
  content: '';
}
.navi li span.icn::after {
  position: absolute;
  top: 0;
  left: -7px;
  width: 2px;
  height: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #FFF;
  display: block;
  content: '';
}
.navi li span.icn.icn--show::before {
  display: none;
}
.navi .drawer-dropdown-menu {
  padding: 20px 0 0 15px;
}
.navi .drawer-dropdown-menu li {
  border-bottom: none;
  padding: 0 0 10px;
}
.navi .drawer-dropdown-menu li a {
  font-size: 1.2rem;
  font-weight: 300;
}

.l-drawer__inner #searchform {
  padding: 20px 0 40px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.l-drawer__inner #searchform input {
  line-height: 40px;
  font-size: 1.4rem;
  color: #FFF;
  background: #22222e;
}
.l-drawer__inner #searchform input[type=text] {
  flex: 1;
  padding: 0 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.l-drawer__inner #searchform input[type=submit] {
  width: 40px;
  height: 40px;
  background: #22222e url(../img/btn-search.svg) no-repeat center;
  background-size: 14px 14px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-indent: -9999px;
}
.l-drawer__inner .btn-border a {
  width: 100%;
}

/* =============================================================

 btn

* ============================================================= */
.btn-border {
  margin: 20px 0 50px;
}
.btn-border a {
  display: block;
  margin: 0 auto;
  border: #FFF solid 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  width: 140px;
  font-size: 1.1rem;
  color: #FFF;
}
.btn-border a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.btn-green a {
  display: block;
  background: #809428;
  line-height: 50px;
  width: 240px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.btn-green a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.btn-line {
  margin: 0;
}
.btn-line a {
  display: inline-block;
  margin: 0;
  border: #9898a0 solid 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  font-size: 1.1rem;
  padding: 0 20px;
  color: #9898a0;
}
.btn-line a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* =============================================================

footer

* ============================================================= */
.l-footer .pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-footer .pagetop:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.l-footer .logo {
  margin-bottom: 35px;
}
.l-footer .logo img {
  width: 172px;
  height: 73px;
}
.l-footer h3 {
  font-size: 3.2rem;
  font-weight: 300;
  margin-bottom: 30px;
}
.l-footer .l-footer-content-box {
  padding: 100px 0;
}
.l-footer .l-footer-content-box .inner_wrapper {
  width: 1040px;
  margin: 0 auto;
}
.l-footer .l-footer-content-box.bk1 {
  background: #464655;
  color: #FFF;
}
.l-footer .l-footer-content-box.bk2 {
  background: #252536;
  color: #FFF;
}
.l-footer .new-letter-box {
  width: 460px;
}
.l-footer .new-letter-box input[name=singup-email] {
  background: #6c6c77;
  color: #FFF;
  line-height: 40px;
  padding: 0 20px;
  width: 360px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 1.4rem;
}
.l-footer .new-letter-box input[name=singup-email]:focus {
  outline: none;
}
.l-footer .new-letter-box input[type=submit] {
  background: #809428;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100px;
  line-height: 40px;
}
.l-footer .l-letter-link-box a {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFF;
  border-bottom: #FFF solid 2px;
  margin-left: 24px;
}
.l-footer .l-footer-left .desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.l-footer .l-footer-left .address {
  line-height: 1.7148;
  font-size: 1.4rem;
  padding-bottom: 50px;
}
.l-footer .l-footer-left .address a {
  color: #FFF;
}
.l-footer .l-footer-left .address a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.l-footer .l-footer-left .t {
  color: #92929b;
  margin-bottom: 5px;
}
.l-footer .l-footer-left .pic {
  background: #FFF;
  width: 160px;
  height: 90px;
  margin-bottom: 15px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.l-footer .l-footer-left .pic img {
  width: auto;
  margin: 0 auto;
}
.l-footer .l-footer-right {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-footer .l-footer-navi {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-footer .l-footer-navi li {
  padding-right: 60px;
}
.l-footer .l-footer-navi li:last-child {
  padding-right: 0;
}
.l-footer .l-footer-navi li p, .l-footer .l-footer-navi li a {
  color: #FFF;
}
.l-footer .l-footer-navi li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.l-footer .l-footer-navi li p {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.0;
  margin-bottom: 12px;
}
.l-footer .l-footer-navi li p.ttl {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.l-footer .l-footer-navi li p.mrg {
  margin-bottom: 30px;
}
.l-footer .copy {
  color: #92929b;
  font-size: 1.1rem;
  text-align: right;
}

@media screen and (max-width: 767px), print {
  .l-footer .pagetop {
  	width: 40px;
    height: 40px;
    right: 20px;
    bottom: 40px;
    position: fixed;
  }
  .l-footer .logo {
    margin-bottom: 20px;
  }
  .l-footer .logo img {
    width: 31.6vw;
    height: auto;
    margin: 0 auto;
  }
  .l-footer h3 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  .l-footer .l-footer-content-box {
    padding: 60px 20px;
  }
  .l-footer .l-footer-content-box .inner_wrapper {
    width: 100%;
  }
  .l-footer .l-footer-content-box.bk1 .row-space {
    display: block;
  }
  .l-footer .l-footer-content-box.bk2 {
    text-align: center;
  }
  .l-footer .l-footer-content-box.bk2 .row-space {
    display: block;
  }
  .l-footer .new-letter-box {
    width: calc(100vw - 40px);
  }
  .l-footer .new-letter-box input[name=singup-email] {
    line-height: 40px;
    width: calc(70vw - 20px);
    font-size: 2.8vw;
  }
  .l-footer .new-letter-box input[type=submit] {
    font-size: 2.8vw;
    width: calc(30vw - 20px);
    line-height: 40px;
  }
  .l-footer .l-letter-link-box a {
    display: inline-block;
    font-size: 4.2666vw;
    margin-left: 0;
  }
  .l-footer .l-letter-link-box a:first-child {
    margin-bottom: 10px;
  }
  .l-footer .l-footer-left .desc {
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
  .l-footer .l-footer-left .address {
    font-size: 2.8vw;
    padding-bottom: 30px;
  }
  .l-footer .l-footer-left .t {
    font-size: 2.8vw;
  }
  .l-footer .l-footer-left .sp-f {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .l-footer .l-footer-left .pic {
    background: #FFF;
    width: 21.333vw;
    height: 45px;
    margin: 5px 5px 30px;
  }
  .l-footer .l-footer-right {
    display: none;
  }
  .l-footer .copy {
    color: #92929b;
    font-size: 1.1rem;
    text-align: left;
  }
}
/* =============================================================

 search

* ============================================================= */
#l-search-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-search-box__inner {
  width: 100vw;
  height: 100vh;
  position: relative;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.is-search-open #l-search-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

/* =============================================================

 contents

* ============================================================= */
#container {
  width: calc(100vw - 200px);
}

@media screen and (max-width: 767px), print {
  #container {
    width: 100vw;
    height: 100%;
    padding: 50px 0 0;
  }
}
