@charset "UTF-8";
/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* -----------------------------------------------
common css [Scalable and Modular Architecture for CSS]
0. Normalize(ノーマライズ)
1. Reset(リセット) + Base(ベース)
2. Module(モジュール)
3. Layout(レイアウト)
-------------------------------------------------- */
/* -----------------------------------------------
 [0. Normalize(ノーマライズ)]
-------------------------------------------------- */
/* /common/css/normalize.css */
/* -----------------------------------------------
 [1. Reset(リセット) + Base(ベース)]
-------------------------------------------------- */
@font-face {
  font-family: 'Chisel-Normal';
  src: url("../../font/chisel_normal/Chisel-Normal.ttf.woff") format("woff"), url("../../font/chisel_normal/Chisel-Normal.ttf.svg#Chisel-Normal") format("svg"), url("../../font/chisel_normal/Chisel-Normal.ttf.eot"), url("../../font/chisel_normal/Chisel-Normal.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  /* src: url('../../font/chisel_normal/Chisel-Normal.ttf.eot');
  src: url('../../font/chisel_normal/Chisel-Normal.ttf.eot?iefix') format('eot'),
       url('../../font/chisel_normal/Chisel-Normal.ttf.woff') format('woff'); */
}
html * {
  /*-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;*/
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  /* ゴシック */
  /* font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif; */
  /* 明朝 */
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  /*font-family: "Times New Roman","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝",serif,"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;*/
  font-size: 14px;
  color: #343c48;
  -webkit-text-size-adjust: 100%;
  /*line-height: 1;*/
  /* I found a bug in iOS 7. */
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  /*vertical-align: baseline;
  list-style: none;
  background-color: transparent;
  font-size: 100%;*/
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.47;
}

p {
  line-height: 1.67;
}

dt, dd, li, th, td, input, textarea {
  line-height: 1.67;
  text-align: justify;
  text-justify: inter-ideograph;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: top;
}

a, input, button, textarea {
  outline: none;
}

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

::-moz-selection {
  background-color: #F8F494;
}

::selection {
  background-color: #F8F494;
}

/* [1. Reset(リセット) + Base(ベース)] --> End */
/* -----------------------------------------------
 [2. Module(モジュール)]
-------------------------------------------------- */
/* Clearfix [ModernType]
-------------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* Layout Module
-------------------------------------------------- */
.fll {
  float: left;
}

.flr {
  float: right;
}

/* Loader Module
-------------------------------------------------- */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 500;
}

#loader_element {
  display: block;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: -28px;
  position: fixed;
  /* border: 4px solid $key-color;
	animation: loader 4s infinite ease; */
  z-index: 501;
}

/* #loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: $key-color;
  animation: loader-inner 4s infinite ease-in;
} */
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Text Module
-------------------------------------------------- */
.superscript {
  font-size: 10px;
  position: relative;
  top: -3px;
}

.notes {
  font-size: 83.33%;
  /* 10px */
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* Link Module
-------------------------------------------------- */
a {
  color: #343c48;
  text-decoration: none;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
a:hover {
  text-decoration: underline;
}
a.color {
  color: #5e8a19;
}

.ex_link {
  display: inline-block;
  padding-right: 20px;
  background: url("../img/icon_blank_black.svg") no-repeat right center;
  background-size: 12px 10px !important;
}
.ex_link.green {
  background: url("../img/icon_blank_green.svg") no-repeat right center;
}

.catalog_icon_link {
  padding-right: 20px;
  background: url("../img/icon_catalog.svg") no-repeat right center;
  background-size: 14px 13px !important;
}

.op_hover {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}
.op_hover:hover {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}

.box_link {
  cursor: pointer;
}

/* List Module
-------------------------------------------------- */
/* Button Module
-------------------------------------------------- */
.btn {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  /* border: 1px solid $border-color;
  border-right-width: 2px;
  border-bottom-width: 2px; */
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn > * {
  vertical-align: middle;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.btn > * span {
  position: relative;
  z-index: 5;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.btn > * span img {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.btn > * .arrow,
.btn > * .blank {
  /* background: url("../img/icon_arrow_white.svg") center center no-repeat;
  background-size: cover; */
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
}
.btn > * .arrow {
  top: -2px;
  width: 10px;
  height: 7px;
}
.btn > * .blank {
  top: -2px;
  width: 12px;
  height: 10px;
}
.btn > *:before, .btn > *:after {
  content: "";
  display: block;
  position: absolute;
}
.btn > *:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #f1f0ee;
  transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
}
.btn > *:after {
  border: 4px solid #d9d7cd;
  left: -3px;
  top: -3px;
  width: 98%;
  width: -webkit-calc(100% - 3px);
  width: calc(100% - 3px);
  height: 98%;
  height: -webkit-calc(100% - 3px);
  height: calc(100% - 3px);
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.btn:hover > * {
  text-decoration: none;
}
.btn.disabled {
  position: relative;
  opacity: 0.6;
  cursor: default;
}
.btn.disabled:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.more_btn {
  /* background: $border-color;
  box-sizing: border-box; */
  position: relative;
}
.more_btn a {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
}
.more_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 2px;
  position: absolute;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.more_btn.center {
  margin-left: auto;
  margin-right: auto;
}
.more_btn > a {
  display: block;
  position: relative;
  text-align: center;
}
.more_btn > a img {
  vertical-align: middle;
}

.border_btn {
  display: block;
  text-align: center;
  transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  position: relative;
}
.border_btn a {
  height: 50px;
  line-height: 48px;
  /* border-top: 1px solid $border-color;
  border-bottom: 1px solid $border-color; */
  background-color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  /* &:before{
  	border-left: 1px solid #2a2f3d;
  	border-top: 1px solid #2a2f3d;
  	left: 0px;
  	top: -1px;
  }
  &:after{
  	border-right: 1px solid #2a2f3d;
  	border-bottom: 1px solid #2a2f3d;
  	right: 0px;
  	bottom: -1px;
  } */
}
.border_btn a:before, .border_btn a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  background: #d9d7cd;
}
.border_btn a:before {
  /* border-left: 1px solid #2a2f3d;
  border-top: 1px solid #2a2f3d; */
  left: 0px;
  top: 0px;
}
.border_btn a:after {
  /* border-right: 1px solid #2a2f3d;
  border-bottom: 1px solid #2a2f3d; */
  right: 0px;
  bottom: 0px;
}
.border_btn .image {
  /* width: 72px; height: 15px;
  background: url("../img/txt_readmore_white.svg") no-repeat center center;
  background-size: 72px 15px; */
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
}
.border_btn .image img {
  display: block;
  width: 72px;
  height: 15px;
}
.border_btn .image.back img {
  width: 81px;
  height: 15px;
}
.border_btn .arrow {
  /* background: url("../img/icon_arrow_white.svg") center center no-repeat;
  background-size: cover; */
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 0px;
  width: 10px;
  height: 7px;
  vertical-align: middle;
}

@media only screen and (min-width: 751px) {
  .btn {
    width: 254px;
  }
  .btn .cboxElement:hover::before {
    opacity: 1;
  }
  .btn .cboxElement:hover::after {
    transform: translate3d(3px, 3px, 0);
  }

  .btn:not(.disabled):hover > *:enabled:before {
    opacity: 1;
  }
  .btn:not(.disabled):hover > *:enabled:after {
    transform: translate3d(3px, 3px, 0);
  }

  .more_btn {
    width: 120px;
    height: 34px;
    line-height: 34px;
  }
  .more_btn > a img {
    width: 76px;
    height: 18px;
  }
  .more_btn:hover a {
    opacity: 0.6;
  }
  .more_btn:hover:after {
    position: absolute;
    right: 0;
    width: 0;
  }

  .border_btn:hover {
    /* img{
    	opacity: 0;
    } */
  }
  .border_btn:hover a {
    background-color: #f7f7f7;
    background: #f1f0ee;
    /* &:before,
    &:after{
    	opacity: 1;
    	width : 99%;
    	width : -webkit-calc(100% - 1px);
    	width : calc(100% - 1px);
    	height: 100%;
    	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    } */
  }
  .border_btn:hover a:before {
    width: 0;
  }
  .border_btn:hover a:after {
    width: 0;
  }
}
@media only screen and (max-width: 750px) {
  .btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .btn .arrow {
    top: -1px;
  }

  .more_btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .more_btn > a img {
    width: 68px;
    height: 12px;
  }

  .smp_w_max {
    width: 100% !important;
  }
}
/* slider Module
-------------------------------------------------- */
.slider_wrap {
  margin-bottom: 22px;
  position: relative;
}
.slider_wrap .slider_view {
  position: relative;
  overflow: hidden;
}
.slider_wrap .slider {
  display: none;
}
.slider_wrap .slider li {
  float: left;
}
.slider_wrap .slider.active {
  display: block;
}

.slider_ctr {
  position: absolute;
  width: 100%;
  top: 50%;
}
.slider_ctr.none {
  display: none;
}
.slider_ctr .next, .slider_ctr .prev {
  overflow: hidden;
  background-color: rgba(47, 47, 57, 0.9);
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  cursor: pointer;
}
.slider_ctr .next:after, .slider_ctr .prev:after {
  content: "";
  display: block;
  background-size: cover !important;
  position: relative;
}
.slider_ctr .next.disabled, .slider_ctr .prev.disabled {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  cursor: default;
}
.slider_ctr .prev:after {
  background: url("../img/icon_arrow_white_left.svg") no-repeat center center;
}
.slider_ctr .next:after {
  background: url("../img/icon_arrow_white_right.svg") no-repeat center center;
}

@media only screen and (min-width: 751px) {
  .slider_wrap .slider li {
    width: 340px;
  }
  .slider_wrap .slider li .photo_hover_wrap {
    /* width: 340px; height: 180px; */
    padding-top: 53%;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
  /* &:before{
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    opacity: 0;
	    z-index: 10;
	    transition: all 0.5s;
	} */
  }
  .slider_wrap .slider li .photo_hover_wrap .text {
    z-index: 15;
    position: relative;
  }
  .slider_wrap .slider li .photo_hover_wrap .photo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .slider_wrap .slider li .photo_hover_wrap:hover {
    text-decoration: none;
    /* &:before{
			opacity: 0.5;
		} */
  }
  .slider_wrap .slider li .photo_hover_wrap:hover .photo {
    transform: scale(1.2);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .slider_ctr .prev,
  .slider_ctr .next {
    width: 50px;
    height: 50px;
  }
  .slider_ctr .prev:after,
  .slider_ctr .next:after {
    width: 8px;
    height: 17px;
    top: 17px;
  }
  .slider_ctr .prev {
    left: 0px;
  }
  .slider_ctr .prev:after {
    left: 19px;
  }
  .slider_ctr .next {
    right: 0px;
  }
  .slider_ctr .next:after {
    right: -23px;
  }
}
@media only screen and (max-width: 1480px) and (min-width: 751px) {
  .slider_wrap .slider li .photo_hover_wrap img {
    width: auto;
    height: 100%;
    min-width: 245px;
    min-height: 135px;
  }
}
@media only screen and (max-width: 750px) {
  .slider_wrap {
    width: 100%;
  }
  .slider_wrap .slider_view {
    margin-left: auto;
    margin-right: auto;
  }
  .slider_wrap .slider li {
    margin-right: 40px;
  }

  .slider_ctr .prev,
  .slider_ctr .next {
    width: 30px;
    height: 30px;
  }
  .slider_ctr .prev:after,
  .slider_ctr .next:after {
    width: 5px;
    height: 14px;
    top: 8px;
  }
  .slider_ctr .prev {
    left: -15px;
  }
  .slider_ctr .prev:after {
    left: 11px;
  }
  .slider_ctr .next {
    right: -15px;
  }
  .slider_ctr .next:after {
    right: -14px;
  }
}
/* table
-------------------------------------------------- */
table {
  border-top: 1px solid #d9d7cd;
  width: 100%;
}
table tr {
  border-bottom: 1px solid #d9d7cd;
}
table tr th {
  background-color: #f7f7f5;
  box-sizing: border-box;
  vertical-align: middle;
}
table tr td a {
  color: #5e8a19;
  text-decoration: underline;
}
table tr td a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  table tr th, table tr td {
    padding: 20px;
  }
  table tr th {
    width: 168px;
  }
}
@media only screen and (max-width: 750px) {
  table tr th, table tr td {
    padding: 15px 10px;
  }
  table tr th {
    width: 95px;
  }
}
/* Input
-------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  border: 1px solid #d9d7cd;
  -webkit-appearance: none;
  /* ゴシック */
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  box-sizing: border-box;
  border-radius: 0;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #5e686d !important;
}

@media only screen and (min-width: 751px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"] {
    width: 500px;
    height: 40px;
    line-height: 40px;
    padding: 4px 4px 4px 16px;
    font-size: 13px;
  }
  input[type="text"].size_s,
  input[type="email"].size_s,
  input[type="tel"].size_s,
  input[type="password"].size_s {
    width: 210px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 2%;
    font-size: 14px;
  }
}
/* Textarea
-------------------------------------------------- */
textarea {
  border: 1px solid #d9d7cd;
  /* ゴシック */
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  box-sizing: border-box;
  border-radius: 0;
}

textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea:-moz-placeholder {
  color: #5e686d;
}

@media only screen and (min-width: 751px) {
  textarea {
    width: 720px;
    height: 170px;
    padding: 12px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 750px) {
  textarea {
    width: 100%;
    height: 135px;
    padding: 8px;
    font-size: 14px;
  }
}
/* Input Button
-------------------------------------------------- */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  border: none;
  background: none;
  -webkit-appearance: none;
  /* ゴシック */
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  cursor: pointer;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  text-align: center;
  border-radius: 0;
}

input[type="submit"],
button[type="reset"],
input[type="button"],
button {
  width: 100%;
  height: 100%;
}

/* Select
-------------------------------------------------- */
.customSelect {
  border: 1px solid #dddddd;
  background: url("../img/icon_arrow_bottom_green.svg") no-repeat 96% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  box-sizing: border-box;
  font-size: 14px;
}

.customSelectInner {
  width: 100% !important;
}

select.short {
  background-position: 85% center;
}

select::-ms-expand {
  display: none;
}

@media only screen and (min-width: 751px) {
  .customSelect {
    width: 320px;
    height: 40px;
    line-height: 30px;
    padding: 4px 20px 4px 12px;
  }
}
@media only screen and (max-width: 750px) {
  .customSelect {
    border-radius: 0;
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding: 4px 20px 4px 6px;
  }
}
/* checkbox radio
-------------------------------------------------- */
input[type=radio], input[type=checkbox] {
  display: none;
}

.radiobox, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 28px 5px 0;
  padding-left: 37px;
  vertical-align: middle;
  cursor: pointer;
}
.radiobox:hover:after, .checkbox:hover:after {
  border-color: #a7a7a7;
}
.radiobox:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  content: '';
}

.radiobox {
  height: 30px;
  line-height: 30px;
}
.radiobox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  margin-top: -6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #5e8a19;
  content: '';
  opacity: 0;
  z-index: 5;
}
.radiobox:after {
  border-radius: 50%;
  background: #f1f0ec;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 13px;
  display: block;
  margin-top: -5px;
  width: 4px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:after {
  border-radius: 3px;
  border: 1px solid #d9d7cd;
}

.c_on:before {
  opacity: 1;
}

.checkbox.c_on:after {
  background-color: #5e8a19;
}

@media only screen and (min-width: 751px) {
  .radio_list {
    margin-top: 5px;
  }
  .radio_list li {
    display: inline-block;
  }
}
@media only screen and (max-width: 750px) {
  .radiobox, .checkbox {
    margin: 0 5px 0 0;
  }

  .radio_list li {
    margin-top: 20px;
  }
  .radio_list li:first-child {
    margin-top: 0;
  }
  .radio_list.half li:nth-child(1), .radio_list.half li:nth-child(2) {
    margin-top: 0;
  }
}
/* -----------------------------------------------
 [3. Layout(レイアウト)]
-------------------------------------------------- */
/* #document
-------------------------------------------------- */
#document {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
}
#document.first_motion {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  transform: translateX(-50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
#document.first_motion.show {
  transform: translateX(0);
}

.inner {
  position: relative;
}

.scroll_none {
  overflow: hidden;
}

#fade_cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  transform: translateX(0);
  background: url("../img/fade_cover.png") repeat-y left top;
  z-index: 100000;
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#fade_cover.show {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  transform: translateX(100%);
}

.border {
  border: 1px solid #d9d7cd;
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }

  #document {
    min-width: 980px;
  }

  .inner {
    max-width: 1480px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner_min {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1080px;
    min-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_wrap > .title {
    width: 202px;
    margin-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  #document {
    min-width: 320px;
  }

  .inner,
  .inner_min {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section_wrap > .title {
    width: 185px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* #gnavi
-------------------------------------------------- */
#gnavi {
  background-color: #f1f0ee;
  position: absolute;
  z-index: 100;
  width: 100%;
}
#gnavi h1 {
  background-color: #5e673c;
}
#gnavi h1 a {
  display: block;
}
#gnavi > ul {
  text-align: center;
}
#gnavi > ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  text-indent: -99999px;
  white-space: nowrap;
}

@media only screen and (min-width: 751px) {
  #gnavi_wrap #gnavi {
    height: 60px;
    background-color: #f1f0ee;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  #gnavi_wrap #gnavi h1 {
    position: absolute;
    left: 0;
    top: 0;
  }
  #gnavi_wrap #gnavi h1 a {
    width: 60px;
    height: 60px;
  }
  #gnavi_wrap #gnavi h1 a img {
    width: 52px;
    margin-top: 22px;
    margin-left: 3px;
  }
  #gnavi_wrap #gnavi > .en {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-indent: 4px;
    background-color: #e0e5d6;
    text-align: center;
  }
  #gnavi_wrap #gnavi > .en a {
    text-indent: -9999px;
    white-space: nowrap;
    display: block;
    background-position: center;
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
  }
  #gnavi_wrap #gnavi > .en a:after {
    content: "";
    display: block;
    width: 21px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url(../img/jp_black.svg);
    background-size: contain !important;
  }
  #gnavi_wrap #gnavi > .en:hover {
    background-color: #343c48;
  }
  #gnavi_wrap #gnavi > .en:hover a:after {
    background-image: url(../img/jp_white.svg);
  }
  #gnavi_wrap #gnavi > ul {
    min-width: 1080px;
  }
  #gnavi_wrap #gnavi > ul > li {
    margin: 0 2.5%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  #gnavi_wrap #gnavi > ul > li a {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: block;
    height: 60px;
    background-position: center center;
    background-size: contain !important;
  }
  #gnavi_wrap #gnavi > ul > li:hover > a {
    opacity: 0.5;
  }
  #gnavi_wrap #gnavi > ul li.nav_01 a {
    background-image: url(../img/nav_01.svg);
    width: 98px;
  }
  #gnavi_wrap #gnavi > ul li.nav_02 a {
    background-image: url(../img/nav_02.svg);
    width: 90px;
  }
  #gnavi_wrap #gnavi > ul li.nav_03 a {
    background-image: url(../img/nav_03.svg);
    width: 121px;
  }
  #gnavi_wrap #gnavi > ul li.nav_04 a {
    background-image: url(../img/nav_04.svg);
    width: 224px;
  }
  #gnavi_wrap #gnavi > ul li.nav_05 a {
    background-image: url(../img/nav_05.svg);
    width: 152px;
  }
}
@media only screen and (max-width: 1480px) and (min-width: 751px) {
  #gnavi_wrap > ul {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 750px) {
  #gnavi_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  #gnavi_wrap.open {
    position: relative;
  }
  #gnavi_wrap #gnavi {
    height: 50px;
  }
  #gnavi_wrap #gnavi h1 {
    background-color: #5e673c;
    position: absolute;
    left: 0;
    top: 0;
  }
  #gnavi_wrap #gnavi h1 a {
    width: 50px;
    height: 50px;
    display: block;
  }
  #gnavi_wrap #gnavi h1 a img {
    width: 43px;
    margin-top: 18px;
    margin-left: 3px;
  }
  #gnavi_wrap #gnavi #gnavi_torigger {
    position: absolute;
    width: 50px;
    height: 50px;
    border-left: 1px solid #d9d7cd;
    right: 0;
    top: 0;
    text-align: center;
    font-family: "Chisel-Normal";
    font-weight: normal;
    font-size: 8px;
    z-index: 51;
    cursor: pointer;
  }
  #gnavi_wrap #gnavi #gnavi_torigger .menu_lines {
    display: block;
    height: 2px;
    width: 21.5px;
    transition: 0.3s;
    background: #343c48;
    position: relative;
    margin: 18px auto 9px;
  }
  #gnavi_wrap #gnavi #gnavi_torigger .menu_lines:before, #gnavi_wrap #gnavi #gnavi_torigger .menu_lines:after {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    height: 2px;
    width: 21.5px;
    transition: 0.3s;
    background: #343c48;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%;
    box-sizing: border-box;
  }
  #gnavi_wrap #gnavi #gnavi_torigger .menu_lines:before {
    top: 6px;
  }
  #gnavi_wrap #gnavi #gnavi_torigger .menu_lines:after {
    top: -6px;
  }
  #gnavi_wrap #gnavi #gnavi_torigger.active {
    border: none;
    color: #fff;
  }
  #gnavi_wrap #gnavi #gnavi_torigger.active .menu_lines {
    transform: scale3d(0.8, 0.8, 0.8);
    background: transparent;
  }
  #gnavi_wrap #gnavi #gnavi_torigger.active .menu_lines:before, #gnavi_wrap #gnavi #gnavi_torigger.active .menu_lines:after {
    left: 2px;
    background-color: #fff;
  }
  #gnavi_wrap #gnavi #gnavi_torigger.active .menu_lines:before {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
  }
  #gnavi_wrap #gnavi #gnavi_torigger.active .menu_lines:after {
    top: -5px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
  }
  #gnavi_wrap #gnavi > ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 50px;
    background-color: #3a3d42;
    z-index: 50;
    display: none;
  }
  #gnavi_wrap #gnavi > ul > li {
    text-align: center;
    border-bottom: 1px solid #41464c;
  }
  #gnavi_wrap #gnavi > ul > li:first-child {
    border-top: 1px solid #41464c;
  }
  #gnavi_wrap #gnavi > ul > li > a {
    background-repeat: no-repeat;
    height: 50px;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
  }
  #gnavi_wrap #gnavi > ul li.nav_01 a {
    background-image: url(../img/nav_w_01.svg);
    background-size: 98px 10px;
  }
  #gnavi_wrap #gnavi > ul li.nav_02 a {
    background-image: url(../img/nav_w_02.svg);
    background-size: 90px 10px;
  }
  #gnavi_wrap #gnavi > ul li.nav_03 a {
    background-image: url(../img/nav_w_03.svg);
    background-size: 121px 10px;
  }
  #gnavi_wrap #gnavi > ul li.nav_04 a {
    background-image: url(../img/nav_w_04.svg);
    background-size: 224px 10px;
  }
  #gnavi_wrap #gnavi > ul li.nav_05 a {
    background-image: url(../img/nav_w_05.svg);
    background-size: 155px 10px;
  }
  #gnavi_wrap #gnavi > ul li.nav_06 a {
    background-image: url(../img/nav_w_06.svg);
    background-size: 85px 10px;
  }
  #gnavi_wrap #gnavi > ul li.jp a {
    background-image: url(../img/jp_smp.svg);
    background-size: 97px 10px;
  }
}
/* footer
-------------------------------------------------- */
footer #page_top {
  border-top: 1px solid #d9d7cd;
  background-color: #fff;
}
footer #page_top a {
  display: block;
  position: relative;
}
footer #page_top a:before, footer #page_top a:after {
  position: absolute;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  left: 50%;
  content: "";
  display: block;
  background-color: #d9d7cd;
  width: 50%;
  height: 1px;
  bottom: 0;
}
footer #copy {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f1f0ee;
}
footer #copy img {
  width: 452px;
  height: 11px;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 751px) {
  #page_top {
    padding-top: 20px;
    padding-bottom: 29px;
  }
  #page_top a {
    width: 100px;
    margin: 0 auto;
    height: 30px;
  }
  #page_top a img {
    width: 33px;
    margin: 0 auto;
    display: block;
    position: relative;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #page_top a:before {
    margin-left: -50px;
  }
  #page_top a:after {
    bottom: 0;
  }
  #page_top a:hover img {
    transform: translateY(5px);
  }
  #page_top a:hover:before, #page_top a:hover:after {
    background-color: #575e68;
    width: 20px;
  }
  #page_top a:hover:before {
    margin-left: -17px;
    -webkit-transform: rotate(-38deg);
    -moz-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
  }
  #page_top a:hover:after {
    margin-left: -1px;
    -webkit-transform: rotate(38deg);
    -moz-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
  }
}
@media only screen and (max-width: 750px) {
  footer #page_top {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  footer #page_top a {
    width: 60px;
    height: 20px;
    margin: 0 auto;
  }
  footer #page_top a img {
    width: 22px;
    margin: 0 auto;
    display: block;
  }
  footer #page_top a:before {
    margin-left: -30px;
  }
  footer #page_top a:after {
    bottom: 0;
  }
  footer #copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer #copy img {
    width: 306px;
    height: 11px;
    display: block;
    margin: 0 auto;
  }
}
/* modal
-------------------------------------------------- */
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 150;
  display: none;
}

#overlay_black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.9;
  z-index: 150;
  display: none;
}

#modal_wrap #close_btn {
  position: absolute;
  cursor: pointer;
}

@media only screen and (min-width: 751px) {
  #modal_wrap #close_btn {
    width: 50px;
    height: 50px;
    right: 0;
    top: -80px;
  }
}
@media only screen and (max-width: 750px) {
  #modal_wrap #close_btn {
    width: 25px;
    height: 25px;
    right: 0;
    top: -45px;
  }
}
/* sns
-------------------------------------------------- */
.sns_wrap li {
  float: left;
  width: 100px;
  height: 24px;
  display: block;
  margin-left: 10px;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.sns_wrap li:hover {
  opacity: 0.6;
}
.sns_wrap li:first-child {
  margin-left: 0;
}
.sns_wrap li.twitter {
  margin-top: 3px;
}
