@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb11 {
  margin-bottom: 11px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr5 {
  margin-right: 5px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.op a img,
.op2 {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.op a img:hover,
.op2:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.clearfix {
  _height: 1px;
  min-height: 1px;
  /*・･*/
  	                      /*/
    height: auto;
    overflow: hidden;
    /**/
}

.show_pc {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .show_pc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_pc {
    display: none;
  }
}

.show_pctb {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .show_pctb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_pctb {
    display: none;
  }
}

.show_tbsp {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .show_tbsp {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tbsp {
    display: block;
  }
}

.show_tb {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .show_tb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tb {
    display: none;
  }
}

.show_sp {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_sp {
    display: block;
  }
}

/*-------------------------------------------------
    layout base
-------------------------------------------------*/
body.load #loading {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url(../images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  opacity: 0.5;
  visibility: visible;
  z-index: 5000;
  transition: visibility 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -webkit-transition: visibility 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -moz-transition: visibility 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -o-transition: visibility 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -ms-transition: visibility 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
}
@media only screen and (max-width: 1080px) {
  #loading {
    background-size: 50px;
  }
}
@media only screen and (max-width: 680px) {
  #loading {
    background-size: 46px;
  }
}

html,
body {
  width: 100%;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

input[type="text"],
textarea,
button {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  outline: 0 !important;
}

* {
  -webkit-tap-highlight-color: rgba(246, 246, 246, 0) !important;
}

::selection {
  color: #231815;
  background: #e6e6e6;
}

::-moz-selection {
  color: #231815;
  background: #e6e6e6;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-image: url(../images/common/bg_07.png);
  background-repeat: repeat;
  background-position: 0 0;
}

/*-------------------------------------------------
    text color and size
-------------------------------------------------*/
body,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
input,
textarea,
option,
div,
p,
dt,
dd,
li,
address {
  font-family: "微軟正黑體", "Sawarabi Mincho", serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: #231815;
}
body span,
th span,
td span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
pre span,
input span,
textarea span,
option span,
div span,
p span,
dt span,
dd span,
li span,
address span {
  -ms-transform: rotate(0.001deg);
  /* font-weight: bold; */
}

/*-------------------------------------------------
 text link
 -------------------------------------------------*/
a {
  color: #231815;
  text-decoration: none;
}
a.text_tel_link {
  color: #231815 !important;
  cursor: default !important;
  display: inline !important;
  text-decoration: none !important;
}

a:visited {
  color: #231815;
}

a:hover {
  color: #231815;
  text-decoration: none;
}

a.hv {
  -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (min-width: 979px) {
  a.hv:hover {
    opacity: 0.5;
  }
}

/*-------------------------------------------------
    article
-------------------------------------------------*/
article {
  text-align: left;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ci_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.ci_wrap img.ci {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ci_wrap img.abtop {
  /* top: 0px !important; */
  /*20181205修正*/
  top: 50% !important;
  transform: translateY(-50%);
 }
.ci_wrap img.ab01{
   /*20190117修正*/
  top: 20% !important;
  transform: translateY(-20%);
  }

body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.load #wrapAll {
  opacity: 1;
}
body #wrapAll {
  overflow: hidden;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
  -webkit-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
  -moz-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
  -o-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
  -ms-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
}

.Parallax {
  opacity: 0 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms !important;
  -webkit-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms !important;
  -moz-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms !important;
  -o-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms !important;
  -ms-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms !important;
}
.Parallax.Parallax_on {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}
.Parallax.Parallax_on.sara_02 {
  transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms !important;
  -webkit-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms !important;
  -moz-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms !important;
  -o-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms !important;
  -ms-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms !important;
}
.Parallax.Parallax_on.sara_03 {
  transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms !important;
  -webkit-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms !important;
  -moz-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms !important;
  -o-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms !important;
  -ms-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms !important;
}
.Parallax.Parallax_on.sara_04 {
  transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms !important;
  -webkit-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms !important;
  -moz-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms !important;
  -o-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms !important;
  -ms-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms !important;
}
.Parallax.Parallax_on.sara_05 {
  transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms !important;
  -webkit-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms !important;
  -moz-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms !important;
  -o-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms !important;
  -ms-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms !important;
}
.Parallax.Parallax_on.sara_06 {
  transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms !important;
  -webkit-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms !important;
  -moz-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms !important;
  -o-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms !important;
  -ms-transition: opacity 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms !important;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (max-width: 1080px) {
  header {
    display: none;
  }
}
@media only screen and (min-width: 979px) {
  header.on div.header_wrap nav#gnav ul li a:hover span.b img, header.on div.header_wrap nav#gnav ul li a:hover span.w img {
    opacity: 0 !important;
  }
  header.on div.header_wrap nav#gnav ul li a:hover span.r img {
    opacity: 1 !important;
  }
}
header.on div.header_wrap span.wrap span.b img {
  opacity: 1;
}
header.on div.header_wrap span.wrap span.w img {
  opacity: 0;
}
header div.header_wrap {
  position: relative;
}
header div.header_wrap span.wrap {
  display: block;
  position: relative;
  font-size: 0;
}
header div.header_wrap span.wrap img {
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
header div.header_wrap span.wrap span.b {
  position: relative;
  display: block;
}
header div.header_wrap span.wrap span.b img {
  opacity: 0;
  display: block;
}
header div.header_wrap span.wrap span.w {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
header div.header_wrap span.wrap span.w img {
  opacity: 1;
  display: block;
}
header div.header_wrap span.wrap span.r {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
header div.header_wrap span.wrap span.r img {
  opacity: 0;
  display: block;
}
header div.header_wrap a#logo {
  position: absolute;
  left: 40px;
  top: 36px;
  opacity: 1;
  display: block;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (min-width: 979px) {
  header div.header_wrap a#logo:hover {
    opacity: 0.5;
  }
}
header div.header_wrap nav#gnav {
  position: absolute;
  right: 34px;
  top: 40px;
  font-size: 0;
  text-align: right;
}
header div.header_wrap nav#gnav ul {
  font-size: 0;
  display: inline-block;
}
header div.header_wrap nav#gnav ul li {
  display: inline-block;
  vertical-align: top;
}
header div.header_wrap nav#gnav ul li a {
  padding: 0 12px;
  display: block;
}
header div.header_wrap nav#gnav ul li a.current span.b img,
header div.header_wrap nav#gnav ul li a.current span.w img {
  opacity: 0 !important;
}
header div.header_wrap nav#gnav ul li a.current span.r img {
  opacity: 1 !important;
}
@media only screen and (min-width: 979px) {
  header div.header_wrap nav#gnav ul li a:hover span.r img,
  header div.header_wrap nav#gnav ul li a:hover span.w img {
    opacity: 0 !important;
  }
  header div.header_wrap nav#gnav ul li a:hover span.b img {
    opacity: 1 !important;
  }
}

a.lang_j_link {
  padding: 8px 12px;
  display: inline-block;
  font-size: 16px;
  color: white;
}

header a.lang_j_menu_en{
  color: white;
}
header.on a.lang_j_menu_en{
  color: #231815;
}
a.lang_j_link:hover,
header.on a.lang_j_link:hover,
a.lang_j_menu_en:hover {
  color: rgb(158, 9, 9);
}
.lang_j_menu_en,
.lang_j_link_en {
  display: inline-block;
  font-size: 16px;
}


header a span.arrow {
  display: inline-block;
  font-weight: bold;
  transform: scale(0.5);
  padding: 0;
  color: inherit;
}

header.on .lang_j_link {
  color: #231815;
}

@media only screen and (min-width: 1081px) {
  .lang_j {
    text-align: center;
    float: right;
    width: 110px;
  }
}
@media only screen and (max-width: 1080px) {
  .lang_j {
    text-align: center;
    margin-top: 20px;
  }
}
.lang_j_menu {
  display: none;
  position: absolute;
  width: 120px;
  right: -15px;
  padding: 8px;
  padding: 8px;
  text-align: center;
}
.lang_j_menu span {
  color: rgb(60, 60, 60);
}
.lang_j_menu.active {
  display: block;
}

.lang_j_link,
.lang_j_menu_ja,
.lang_j_menu_en,
.lang_j_link.en,
.lang_j_link.ja {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, '微軟正黑體', Meiryo, sans-serif;
}
.lang_j_menu_ja,
.lang_j_link.ja {
  color: rgb(162, 0, 0);
  display: inline-block;
  font-size: 16px;
}
.lang_j_link.en {
  color: #231815;
  padding: 0;
  display: inline-block;
  font-size: 16px;
}
.lang_j.lang_j_link:hover {
  color: white;
}

a#menubtn {
  width: 22px;
  height: 14px;
  position: fixed;
  cursor: pointer;
  z-index: 99999;
  display: none;
  padding: 10px;
}
@media only screen and (max-width: 1080px) {
  a#menubtn {
    display: block;
    top: 16px;
    right: 16px;
  }
}
@media only screen and (max-width: 680px) {
  a#menubtn {
    top: 12px;
    right: 6px;
  }
}
a#menubtn.on ul li {
  background-color: #231815;
}
a#menubtn ul {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
a#menubtn ul li {
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 1px;
  opacity: 1;
  transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  left: 0;
}
a#menubtn ul li:nth-child(1) {
  top: 0;
}
a#menubtn ul li:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
a#menubtn ul li:nth-child(3) {
  bottom: 0;
}
a#menubtn ul li:nth-child(1) {
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
}
a#menubtn ul li:nth-child(2) {
  transform-origin: center top;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -o-transform-origin: center top;
  -ms-transform-origin: center top;
}
a#menubtn ul li:nth-child(3) {
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
}
a#menubtn.active ul li {
  background-color: #231815;
}
a#menubtn.active ul li:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: -1px;
  left: 5px;
}
a#menubtn.active ul li:nth-child(2) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  opacity: 0;
}
a#menubtn.active ul li:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  bottom: -1px;
  left: 5px;
}

div#popupnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
div#popupnav.active {
  opacity: 1;
  visibility: visible;
  z-index: 5000;
}
div#popupnav .base {
  background-color: #fff;
  background-image: url(../images/common/bg_01.png);
  background-repeat: repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
div#popupnav a.logo {
  width: 86px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px;
}
div#popupnav a.logo img {
  display: block;
}
div#popupnav nav {
  position: absolute;
  top: 50%;
  margin-top: -140px;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  left: 50%;
  margin-left: -140px;
}
div#popupnav nav ul.nav {
  width: 100%;
  text-align: center;
}
div#popupnav nav ul.nav li {
  display: inline-block;
  vertical-align: top;
}
div#popupnav nav ul.nav li a {
  padding: 0 9px;
  display: block;
}
div#popupnav nav ul.nav li a.current span.b img,
div#popupnav nav ul.nav li a.current span.w img {
  opacity: 0 !important;
}
div#popupnav nav ul.nav li a.current span.r img {
  opacity: 1 !important;
}
@media only screen and (min-width: 979px) {
  div#popupnav nav ul.nav li a:hover span.b img,
  div#popupnav nav ul.nav li a:hover span.w img {
    opacity: 0 !important;
  }
  div#popupnav nav ul.nav li a:hover span.r img {
    opacity: 1 !important;
  }
}
div#popupnav nav ul.nav li a span.wrap {
  display: block;
  position: relative;
  font-size: 0;
}
div#popupnav nav ul.nav li a span.wrap img {
  width: 12px;
  height: auto;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
div#popupnav nav ul.nav li a span.wrap span.b {
  position: relative;
  display: block;
}
div#popupnav nav ul.nav li a span.wrap span.b img {
  opacity: 1;
  display: block;
}
div#popupnav nav ul.nav li a span.wrap span.w {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
div#popupnav nav ul.nav li a span.wrap span.w img {
  opacity: 0;
  display: block;
}
div#popupnav nav ul.nav li a span.wrap span.r {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
div#popupnav nav ul.nav li a span.wrap span.r img {
  opacity: 0;
  display: block;
}

#header_sns {
  margin-top: 36px;
  padding-top: 4px;
  width: 192px;
  margin-left: auto;
  margin-right: auto;
}

div.header_sns {
  display: table;
  width: 100%;
}
div.header_sns div.header_sns_l {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
div.header_sns div.header_sns_l p.sns_text {
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 16px;
  padding-left: 6px;
}
div.header_sns div.header_sns_l p.sns_text:after {
  content: "";
  background-color: #c5c5c5;
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
div.header_sns div.header_sns_l p.sns_text span {
  font-family: Times New Roman, serif;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.2em;
}
div.header_sns div.header_sns_r {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
div.header_sns div.header_sns_r ul.sns li.sns_01 a span {
  background-image: url(../images/common/fb.png);
  background-image: url(../images/common/fb.svg);
}
div.header_sns div.header_sns_r ul.sns li.sns_02 a span {
  background-image: url(../images/common/insta.png);
  background-image: url(../images/common/insta.svg);
}

div#popupnav nav ul.nav li a span.wrap img {
  width: 12px !important;
}
div#popupnav nav ul.nav li a span.wrap.tbsp_nav_01 img {
  height: 58px !important;
}
div#popupnav nav ul.nav li a span.wrap.tbsp_nav_02 img {
  height: 101px !important;
}
div#popupnav nav ul.nav li a span.wrap.tbsp_nav_03 img {
  height: 64px !important;
}
div#popupnav nav ul.nav li a span.wrap.tbsp_nav_04 img {
  height: 100px !important;
}
div#popupnav nav ul.nav li a span.wrap.tbsp_nav_05 img {
  height: 105px !important;
}
div#popupnav nav ul.nav li a span.wrap.tbsp_nav_06 img {
  height: 87px !important;
}

section.sub_sec.sec_head.sec_head2 {
  padding: 0 !important;
}

body.load div.mv h1.svg img {
  opacity: 1 !important;
}
body.load div.mv h1.svg span.wrap:after {
  height: 100% !important;
}
body.load div.mv h1.svg span.wrap span {
  opacity: 1 !important;
}

div.mv h1.svg img {
  opacity: 0 !important;
  -webkit-transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1000ms !important;
  -moz-transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1000ms !important;
  -o-transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1000ms !important;
  -ms-transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1000ms !important;
  transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1000ms !important;
}
div.mv h1.svg span.wrap:after {
  height: 0 !important;
  transition: height 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1600ms !important;
  -webkit-transition: height 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1600ms !important;
  -moz-transition: height 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1600ms !important;
  -o-transition: height 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1600ms !important;
  -ms-transition: height 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1600ms !important;
}
div.mv h1.svg span.wrap span {
  opacity: 0 !important;
  -webkit-transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 2400ms !important;
  -moz-transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 2400ms !important;
  -o-transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 2400ms !important;
  -ms-transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 2400ms !important;
  transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 2400ms !important;
}

#concept {
  width: 100%;
  position: relative;
}
#concept .concept_wrap {
  width: 100%;
  display: table;
}
#concept .concept_wrap .concept_l {
  display: table-cell;
  width: 50%;
  padding-right: 6%;
}
#concept .concept_wrap .concept_l.menu {
  vertical-align: middle;
  width: 40%;
  padding-left: 7%;
  padding-right: 0;
}
#concept .concept_wrap .concept_l.access {
  vertical-align: middle;
  width: 50%;
  padding-left: 6%;
  padding-right: 0;
}
#concept .concept_wrap .concept_l,
#concept .concept_wrap .concept_r {
  display: table-cell;
  vertical-align: top;
}
#concept .pic_01 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1080px) {
  body.page-about .concept_r {
    display: none !important;
  }
}

@media only screen and (max-width: 1080px) {
  body.page-menu .concept_l {
    display: none !important;
  }
}
body.page-menu #sp_menu,
body.page-menu #sp_menu2 {
  display: none;
  padding-top: 28px;
}
@media only screen and (max-width: 1080px) {
  body.page-menu #sp_menu,
  body.page-menu #sp_menu2 {
    display: block;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-menu #sp_menu,
  body.page-menu #sp_menu2 {
    margin-bottom: 36px;
  }
}

p.menu_name {
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 680px) {
  p.menu_name {
    margin-bottom: 6px;
    text-align: center;
  }
}
p.menu_name span.wrap {
  display: inline-block;
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
p.menu_name span.wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9c9c9c;
  bottom: -4px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 680px) {
  p.menu_name span.wrap:after {
    bottom: -3px;
  }
}
@media only screen and (max-width: 1080px) {
  p.menu_name span.wrap {
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  p.menu_name span.wrap {
    font-size: 15px;
  }
}
p.menu_name span.wrap span {
  display: inline-block;
  font-size: 0.9em;
}
@media only screen and (max-width: 680px) {
  p.menu_name span.wrap span {
    padding-left: 12px;
  }
}

p.menu_name_en {
  display: block;
  margin-bottom: 28px;
}
@media only screen and (max-width: 680px) {
  p.menu_name_en {
    text-align: center;
    margin-bottom: 24px;
  }
}
p.menu_name_en span.wrap {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #737373;
  font-size: 10px;
}
@media only screen and (max-width: 680px) {
  p.menu_name_en span.wrap {
    letter-spacing: 0.02em;
  }
}

div.pearing {
  margin-top: 16px;
  display: block;
  display: inline-block;
}

p.drink_tit {
  margin-bottom: 2px;
  display: block;
  display: inline-block;
}
p.drink_tit span {
  display: block;
  line-height: 2;
  font-size: 13px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1080px) {
  p.drink_tit span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 680px) {
  p.drink_tit span {
    font-size: 11px;
    letter-spacing: 0em;
  }
}
p.drink_tit span span {
  display: inline-block;
  padding-left: 12px;
}

p.drink_text span {
  display: block;
  line-height: 1.9;
  font-size: 13px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1080px) {
  p.drink_text span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 680px) {
  p.drink_text span {
    font-size: 11px;
    letter-spacing: 0em;
  }
}

body.page-sub .detail_wrap {
  width: 100%;
  padding: 4% 40px;
  margin-top: 40px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  body.page-sub .detail_wrap {
    padding: 36px 20px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub .detail_wrap {
    padding: 18px 6px;
    margin-top: 28px;
  }
}
body.page-sub div.detail {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.detail {
    display: block;
  }
}
body.page-sub div.detail div.detail_l {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.detail div.detail_l {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub div.detail div.detail_l {
    margin-bottom: 6px;
  }
}
body.page-sub div.detail div.detail_l h2.lead.jp {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 680px) {
  body.page-sub div.detail div.detail_l h2.lead.jp span {
    font-size: 13px !important;
  }
}
body.page-sub div.detail div.detail_r {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding-left: 40px;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.detail div.detail_r {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
body.page-sub div.detail div.detail_r p.text span {
  display: block;
  display: block;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.detail div.detail_r p.text span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub div.detail div.detail_r p.text span {
    font-size: 11px;
  }
}
body.page-sub div.detail_box {
  position: relative;
}
@media only screen and (max-width: 680px) {
  body.page-sub div.detail_box {
    margin-bottom: 20px;
  }
}
body.page-sub div.detail_box div.utsuwa_head {
  display: table;
  width: 100%;
}
body.page-sub div.detail_box div.utsuwa_head div.utsuwa_head_l {
  display: table-cell;
  vertical-align: top;
  width: 10%;
}
body.page-sub div.detail_box div.utsuwa_head div.utsuwa_head_r {
  display: table-cell;
  vertical-align: top;
}
body.page-sub div.detail_box div.utsuwa_head div.utsuwa_head_r img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.page-sub div.detail_box div.section_main_wrap {
  display: table;
  width: 100%;
}
body.page-sub div.detail_box div.section_main_wrap div.section_main {
  display: table-cell;
  vertical-align: top;
}
body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl {
  width: 10%;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl {
    width: 100px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl {
    display: none;
  }
}
body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl h1.ttl {
  display: block;
  margin-left: auto;
  margin-right: 24px;
  width: 36px;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl h1.ttl {
    width: 28px;
  }
}
body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl h1.ttl.l {
  margin-left: 0;
  margin-right: auto;
}
body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl h1.ttl span.wrap {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl h1.ttl span.wrap img {
  width: 36px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.detail_box div.section_main_wrap div.section_main.ttl h1.ttl span.wrap img {
    width: 28px;
  }
}
body.page-sub div.mv {
  padding: 10px;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.mv {
    padding: 6px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub div.mv {
    padding: 4px;
  }
}
body.page-sub div.mv div.mv_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ccc;
}
body.page-sub div.mv h1.ttl {
  display: block;
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 3000;
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 680px) {
  body.page-sub div.mv h1.ttl {
    right: 6%;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub div.mv h1.ttl {
    display: none !important;
  }
}
body.page-sub div.mv h1.ttl.l {
  right: auto;
  left: 10%;
}
@media only screen and (max-width: 680px) {
  body.page-sub div.mv h1.ttl.l {
    left: 6%;
  }
}
body.page-sub div.mv h1.ttl span.wrap {
  display: inline-block;
  position: relative;
}
body.page-sub div.mv h1.ttl span.wrap img {
  width: 45px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1080px) {
  body.page-sub div.mv h1.ttl span.wrap img {
    width: 36px;
  }
}
body.page-sub h1.svg {
  display: block;
}
body.page-sub h1.svg.g span.wrap:after {
  background-color: #949489;
}
body.page-sub h1.svg.g span.wrap span {
  color: #737373;
}
body.page-sub h1.svg span.wrap {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
body.page-sub h1.svg span.wrap span {
  position: absolute;
  transform-origin: right top;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  display: inline-block;
  white-space: nowrap;
  right: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-size: 11px;
  line-height: 3;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
body.page-sub h1.svg span.wrap:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #231815;
}
body.page-sub section.sub_sec div.section_wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
body.page-sub section.sub_sec div.section_wrap div.inbox {
  padding-top: 12%;
  padding-bottom: 12%;
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en {
  margin-bottom: 8px;
  text-indent: -0.1em;
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en {
    text-indent: 0;
    text-align: center;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en {
    text-align: center;
    margin-bottom: 8px;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap {
  display: inline-block;
  font-family: Times New Roman, serif;
  letter-spacing: 0.1em;
  font-size: 26px;
  line-height: 1.1;
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap {
    font-size: 22px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap span {
  display: inline-block;
  font-family: Times New Roman, serif;
  letter-spacing: 0.1em;
  font-size: 26px;
  line-height: 1.1;
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap span {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap span.ttl_01 {
  margin-right: 28px;
  position: relative;
  padding-right: 3px;
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap span.ttl_01 {
    padding-right: 4px;
    margin-right: 32px;
    margin-right: 0;
    padding-right: 0.5em;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap span.ttl_01:before {
  content: "";
  left: 100%;
  width: 22px;
  height: 1px;
  position: absolute;
  bottom: 6px;
  background-color: #8a8a8a;
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.en span.wrap span.ttl_01:before {
    width: 20px;
    bottom: 4px;
    display: none;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.jp {
  margin-bottom: 32px;
}
body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.jp span {
  display: block;
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.jp span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h2.lead.jp span {
    font-size: 13px;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox h3.sub_lead {
  display: block;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h3.sub_lead {
    text-align: center;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h3.sub_lead {
    text-align: center;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox h3.sub_lead span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h3.sub_lead span {
    font-weight: normal;
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox h3.sub_lead span {
    letter-spacing: 0.02em;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text {
    text-align: center;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text {
    text-align: left;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap {
  display: block;
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap {
    text-align: justify;
  }
}
body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap span {
  display: block;
  margin-bottom: 18px;
  display: block;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.06em;
}
body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap span.attention {
  font-size: 11px;
  text-align: left;
}

@media only screen and (max-width: 1080px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap span {
    font-size: 13px;
  }
  body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap span br {
    display: none;
  }
  body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap span br.tb_bl {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap span {
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 0em;
  }
  body.page-sub section.sub_sec div.section_wrap div.inbox p.lead_text span.wrap span br {
    display: none !important;
  }
}

ul.pic_list {
  width: 100%;
  font-size: 0;
}
ul.pic_list li {
  font-size: 0;
  margin-bottom: 3px;
}
ul.pic_list li img {
  display: block;
}

section.sub_sec.link_sec div.section_wrap div.inbox ul {
  width: 100%;
  display: table;
}
@media only screen and (max-width: 1080px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul {
    display: block;
    width: 100%;
  }
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li {
  display: table-cell;
  width: 50%;
}
@media only screen and (max-width: 1080px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul li {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul li:first-child {
    margin-bottom: 10px;
  }
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li:first-child a {
  margin-left: 0;
  margin-right: auto;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a {
  width: 98%;
  margin-left: auto;
  margin-right: 0;
  display: block;
  border: 1px solid #d4d4d4;
  background-image: url(../images/common/bg_07.png);
  background-repeat: repeat;
  background-position: 0 0;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 680px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a {
    width: 100%;
  }
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a:before, section.sub_sec.link_sec div.section_wrap div.inbox ul li a:after {
    display: none !important;
  }
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr:before, section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr:after {
    display: none !important;
  }
}
@media only screen and (min-width: 979px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a:hover:before {
    opacity: 1;
  }
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a:hover:after {
    background-color: #8a8a8a;
  }
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a:hover div.bnr div.bnr_pic {
    opacity: 0.7;
  }
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a:hover div.bnr:after {
    opacity: 0;
  }
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a:hover div.bnr span {
    color: #ffffff !important;
  }
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a:before {
  content: "";
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  opacity: 0;
  background-color: #1c1c1c;
  width: 100%;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a:after {
  content: "";
  width: 56px;
  height: 1px;
  position: absolute;
  background-color: #d4d4d4;
  right: 21px;
  top: 50%;
  z-index: 0;
  -webkit-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr {
  padding: 6px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 680px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr {
    padding: 2px;
  }
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr:before, section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr:after {
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr:before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr_w.png);
  background-image: url(../images/common/arr_w.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  z-index: 0;
  opacity: 1;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr.png);
  background-image: url(../images/common/arr.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  right: 20px;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
  opacity: 1;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr span {
  -webkit-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl {
  display: table;
  width: 100%;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dt div.bnr_pic {
  width: 100%;
  height: 200px;
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dd {
  display: table-cell;
  vertical-align: middle;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dd div.txt {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dd div.txt p.tit {
  display: block;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dd div.txt p.tit span {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dd div.txt p.tit span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 680px) {
  section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dd div.txt p.tit span {
    font-size: 12px;
  }
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dd div.txt p.tit_en {
  display: block;
}
section.sub_sec.link_sec div.section_wrap div.inbox ul li a div.bnr dl dd div.txt p.tit_en span {
  font-family: Times New Roman, serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  display: inline-block;
}

div.menu_box {
  width: 100%;
  margin-top: 10%;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
}
div.menu_box .menu_box_border_wrap {
  padding: 2px;
}
div.menu_box .menu_box_border_wrap2 {
  padding: 40px;
  border: 1px solid #d4d4d4;
}
@media only screen and (max-width: 680px) {
  div.menu_box .menu_box_border_wrap2 {
    padding: 28px 20px;
  }
}
div.menu_box div.menu_box_wrap {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  div.menu_box div.menu_box_wrap {
    display: block;
  }
}
div.menu_box div.menu_box_wrap div.menu_box_l {
  display: table-cell;
  vertical-align: top;
  width: 10px;
  padding-right: 40px;
}
@media only screen and (max-width: 1080px) {
  div.menu_box div.menu_box_wrap div.menu_box_l {
    display: block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
div.menu_box div.menu_box_wrap div.menu_box_l p.tit {
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 680px) {
  div.menu_box div.menu_box_wrap div.menu_box_l p.tit {
    text-align: center;
  }
}
div.menu_box div.menu_box_wrap div.menu_box_l p.tit span {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  div.menu_box div.menu_box_wrap div.menu_box_l p.tit span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 680px) {
  div.menu_box div.menu_box_wrap div.menu_box_l p.tit span {
    font-size: 12px;
  }
}
div.menu_box div.menu_box_wrap div.menu_box_r {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
  border-left: 1px solid #d4d4d4;
}
@media only screen and (max-width: 1080px) {
  div.menu_box div.menu_box_wrap div.menu_box_r {
    display: block;
    padding-left: 0;
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
div.menu_box div.menu_box_wrap div.menu_box_r div.menu_box_r_wrap {
  padding-left: 0;
}
@media only screen and (max-width: 680px) {
  div.menu_box div.menu_box_wrap div.menu_box_r div.menu_box_r_wrap ul {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 680px) {
  div.menu_box div.menu_box_wrap div.menu_box_r div.menu_box_r_wrap ul li {
    text-indent: -8px;
    margin-left: 8px;
  }
}
div.menu_box div.menu_box_wrap div.menu_box_r div.menu_box_r_wrap ul li span {
  display: block;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 680px) {
  div.menu_box div.menu_box_wrap div.menu_box_r div.menu_box_r_wrap ul li span {
    font-size: 11px;
    letter-spacing: 0;
  }
}
div.menu_box div.menu_box_wrap div.menu_box_r div.menu_box_r_wrap ul li span:before {
  content: "-";
  display: inline-block;
  padding-right: 8px;
}

.access_info {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .access_info #location {
    width: 126%;
    position: relative;
    left: -13%;
  }
}
.access_info a.glink:hover span {
  text-decoration: none;
}
@media only screen and (max-width: 1080px) {
  .access_info a.glink {
    font-size: 11px;
  }
}
@media only screen and (max-width: 680px) {
  .access_info a.glink {
    font-size: 10px;
  }
}
.access_info a.glink span {
  display: inline-block !important;
  text-decoration: underline;
}
.access_info p.access {
  display: inline-block;
  padding-top: 10px;
}
@media only screen and (max-width: 680px) {
  .access_info p.access {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    display: block;
  }
}
.access_info p.access span {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .access_info p.access span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 680px) {
  .access_info p.access span {
    font-size: 10px;
  }
}

table#access_detail {
  margin-bottom: 80px;
  width: 84%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1080px) {
  table#access_detail {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  table#access_detail {
    margin-bottom: 60px;
  }
}
table#access_detail tbody tr {
  border-bottom: 1px solid #d4d4d4;
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr {
    border-bottom: none;
  }
}
table#access_detail tbody tr span.warp {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
}
@media only screen and (max-width: 1080px) {
  table#access_detail tbody tr span.warp {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr span.warp {
    font-size: 11px;
  }
}
table#access_detail tbody tr span.warp span.en {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #737373;
  line-height: 1.6;
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr span.warp span.en {
    letter-spacing: 0.04em;
  }
}
table#access_detail tbody tr span.warp span.card {
  font-size: 12px;
  display: block;
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr span.warp span.card {
    font-size: 10px;
    line-height: 1.8;
  }
}
table#access_detail tbody tr th {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 200px;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  table#access_detail tbody tr th {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr th {
    width: 100%;
    display: block;
    white-space: nowrap;
    background-image: url(../images/common/bg_08.png);
    background-repeat: repeat;
    background-position: 0 0;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr th span.warp {
    width: 100%;
    overflow: hidden;
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr th span.warp span.en {
    float: right;
    line-height: 20px;
  }
}
table#access_detail tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  table#access_detail tbody tr td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr td {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr td span.en {
    padding-top: 6px;
  }
}
table#access_detail tbody tr td a.tel span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
}
@media only screen and (max-width: 1080px) {
  table#access_detail tbody tr td a.tel span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  table#access_detail tbody tr td a.tel span {
    font-size: 11px;
  }
}

h1.sp_ttl {
  display: none;
}
@media only screen and (max-width: 680px) {
  h1.sp_ttl {
    display: block;
    text-align: center;
    margin-bottom: 42px;
  }
}
h1.sp_ttl span.wrap {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
  text-align: center;
}
h1.sp_ttl span.wrap span.jp {
  display: inline-block;
  white-space: nowrap;
  width: auto !important;
  padding-bottom: 10px;
}
h1.sp_ttl span.wrap span.en {
  display: block;
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.16em;
  font-size: 10px;
  color: #8a8a8a;
  white-space: nowrap;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  width: 100% !important;
}
h1.sp_ttl span.wrap span.en span {
  display: inline-block;
}

body.page-about h1.sp_ttl {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 48px;
}
body.page-about h1.sp_ttl:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #c5c5c5;
  bottom: -15px;
  left: 50%;
  margin-left: -3px;
}

h2.sp_ttl {
  display: none;
}
@media only screen and (max-width: 680px) {
  h2.sp_ttl {
    padding-top: 20px;
    display: block;
    text-align: center;
    margin-bottom: 36px;
  }
}
h2.sp_ttl span.wrap {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
}
h2.sp_ttl span.wrap span.en {
  display: block;
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  color: #737373;
  white-space: nowrap;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  width: 100% !important;
}
h2.sp_ttl span.wrap span.en span {
  display: inline-block;
  padding-top: 28px;
  padding-bottom: 10px;
  position: relative;
}
h2.sp_ttl span.wrap span.en span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #c5c5c5;
  top: 14px;
  left: 50%;
  margin-left: -3px;
}

div#article {
  width: 84%;
  margin-left: auto;
  margin-right: 0;
  border-bottom: 1px solid #d4d4d4;
}
@media only screen and (max-width: 1080px) {
  div#article {
    width: 100%;
  }
}
div#article article {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d4d4d4;
}
@media only screen and (max-width: 1080px) {
  div#article article {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 680px) {
  div#article article {
    padding-left: 10px;
    padding-right: 10px;
  }
}
div#article article dl {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  div#article article dl {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
div#article article dl dt {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  padding-right: 6%;
  padding-top: 3px;
}
@media only screen and (max-width: 680px) {
  div#article article dl dt {
    width: 100%;
    padding-right: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
div#article article dl dt span.wrap span.tit {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1080px) {
  div#article article dl dt span.wrap span.tit {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  div#article article dl dt span.wrap span.tit {
    font-size: 12px;
    font-weight: bold;
  }
}
div#article article dl dt span.wrap span.data {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #737373;
  line-height: 1.6;
}
div#article article dl dd {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
div#article article dl dd *,
div#article article dl dd *:before,
div#article article dl dd *:after {
  box-sizing: inherit;
}
@media only screen and (max-width: 680px) {
  div#article article dl dd {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    display: block;
  }
}
div#article article dl dd div.wrap p {
  display: block;
}
div#article article dl dd div.wrap p span {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1080px) {
  div#article article dl dd div.wrap p span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  div#article article dl dd div.wrap p span {
    font-size: 12px;
  }
}
div#article article dl dd div.wrap .link {
  padding-top: 40px;
}
@media only screen and (max-width: 1080px) {
  div#article article dl dd div.wrap .link {
    padding-top: 36px;
  }
}
@media only screen and (max-width: 680px) {
  div#article article dl dd div.wrap .link {
    padding-top: 20px;
  }
}
div#article article dl dd div.wrap a {
  display: inline-block;
}
@media only screen and (min-width: 979px) {
  div#article article dl dd div.wrap a:hover span.wrap span {
    opacity: 0.7;
  }
  div#article article dl dd div.wrap a:hover span.wrap:before {
    left: 100%;
    width: 0;
    -webkit-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
    -moz-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
    -o-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
    -ms-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
    transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
  }
}
div#article article dl dd div.wrap a.blank span.wrap {
  padding-right: 24px;
}
div#article article dl dd div.wrap a.blank span.wrap span {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
div#article article dl dd div.wrap a.blank span.wrap:after {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(../images/common/link_b.png);
  background-image: url(../images/common/link_b.svg);
  background-repeat: no-repeat;
  background-size: 12px 9px;
  position: absolute;
  background-position: 0 0;
  top: 50%;
  margin-top: -4px;
  right: 0px;
  opacity: 1;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
div#article article dl dd div.wrap a span.wrap {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
div#article article dl dd div.wrap a span.wrap:before {
  content: "";
  background-color: #ccc;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (max-width: 1080px) {
  div#article article dl dd div.wrap a span.wrap {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  div#article article dl dd div.wrap a span.wrap {
    font-size: 12px;
  }
}

div.pager {
  clear: both;
  padding-top: 36px;
  text-align: center;
  width: 84%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1080px) {
  div.pager {
    width: 100%;
    padding-top: 48px;
  }
}
div.pager ul.btn_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  div.pager ul.btn_box {
    width: 100%;
    text-align: center;
  }
}
div.pager ul.btn_box li {
  display: inline-block;
  width: 120px;
  height: 40px;
  text-indent: 9999px;
  float: left;
}
@media only screen and (max-width: 680px) {
  div.pager ul.btn_box li {
    width: 80px;
  }
}
div.pager ul.btn_box li.next {
  float: right;
}
div.pager ul.btn_box li a.btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (min-width: 979px) {
  div.pager ul.btn_box li a.btn:hover {
    opacity: 0.5;
  }
}
div.pager ul.btn_box li a.btn:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  position: absolute;
  top: 50%;
}
div.pager ul.btn_box li a.btn.prev:before {
  right: 0;
}
div.pager ul.btn_box li a.btn.prev:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr2.png);
  background-image: url(../images/common/arr2.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  left: 0px;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
  opacity: 0.8;
}
div.pager ul.btn_box li a.btn.next:before {
  left: 0;
}
div.pager ul.btn_box li a.btn.next:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr.png);
  background-image: url(../images/common/arr.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  right: 0px;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
  opacity: 0.8;
}

div#modal_gallery {
  overflow: hidden;
  margin-top: 56px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1080px) {
  div#modal_gallery {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 680px) {
  div#modal_gallery {
    margin-top: 36px;
  }
}
div#modal_gallery ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  overflow: hidden;
}
div#modal_gallery ul li {
  display: inline-block;
  width: 33.33%;
  float: left;
}
div#modal_gallery ul li a {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 979px) {
  div#modal_gallery ul li a:hover dl dt:after {
    opacity: 0.8;
  }
  div#modal_gallery ul li a:hover dl dt:before {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
  }
}
div#modal_gallery ul li a dl {
  padding: 2px;
}
div#modal_gallery ul li a dl dt {
  width: 100%;
  overflow: hidden;
  position: relative;
}
div#modal_gallery ul li a dl dt:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 0;
  position: absolute;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cub ic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
div#modal_gallery ul li a dl dt:before {
  content: "View Photo";
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 24px;
  z-index: 1;
  position: absolute;
  font-style: italic;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
  transform: translate3d(0px, 10px, 0px);
  -webkit-transform: translate3d(0px, 10px, 0px);
  -moz-transform: translate3d(0px, 10px, 0px);
  -ms-transform: translate3d(0px, 10px, 0px);
  -o-transform: translate3d(0px, 10px, 0px);
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -o-transition: -o-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -ms-transition: -ms-transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
div#modal_gallery ul li a dl dt img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
div#modal_gallery ul li a dl dd {
  padding-top: 20px;
  padding-bottom: 30px;
}
div#modal_gallery ul li a dl dd p.tit {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
div#modal_gallery ul li a dl dd p.txt {
  font-size: 12px;
  line-height: 20px;
}

a.modal_close {
  width: 30px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 99999;
  display: none;
  padding: 10px;
  display: block;
  top: -10px;
  right: -10px;
}
a.modal_close.on ul li {
  background-color: #B54434;
}
a.modal_close ul {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
a.modal_close ul li {
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 1px;
  opacity: 1;
  transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  left: 0;
}
a.modal_close ul li:nth-child(1) {
  top: 0;
}
a.modal_close ul li:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
a.modal_close ul li:nth-child(3) {
  bottom: 0;
}
a.modal_close ul li:nth-child(1) {
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
}
a.modal_close ul li:nth-child(2) {
  transform-origin: center top;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -o-transform-origin: center top;
  -ms-transform-origin: center top;
}
a.modal_close ul li:nth-child(3) {
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
}
a.modal_close.active ul li {
  background-color: #B54434;
}
a.modal_close.active ul li:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: -1px;
  left: 5px;
}
a.modal_close.active ul li:nth-child(2) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  opacity: 0;
}
a.modal_close.active ul li:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  bottom: -1px;
  left: 5px;
}

div#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
div#modal .base {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  position: absolute;
  z-index: 0;
  opacity: 0.99;
  cursor: pointer;
  background-image: url(../images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
}
div#modal div.modal_wrap {
  position: absolute;
  z-index: 2;
  height: 80%;
  top: 10%;
  left: 10%;
  width: 80%;
}
div#modal div.modal_wrap .wrap {
  width: 100%;
  height: 100%;
  display: table;
}
div#modal div.modal_wrap .wrap div.pic {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  opacity: 0;
}
div#modal div.modal_wrap .wrap div.pic img {
  width: 70%;
  height: auto;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1080px) {
  div#modal div.modal_wrap .wrap div.pic img {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  div#modal div.modal_wrap .wrap div.pic img {
    width: 100%;
  }
}
div#modal div.modal_nav {
  text-align: center;
}
div#modal ul.modal_nav {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 36px;
}
@media only screen and (max-width: 1080px) {
  div#modal ul.modal_nav {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 680px) {
  div#modal ul.modal_nav {
    width: 100%;
  }
}
div#modal ul.modal_nav li {
  display: inline-block;
  width: 120px;
  height: 40px;
  text-indent: 9999px;
  float: left;
}
@media only screen and (max-width: 680px) {
  div#modal ul.modal_nav li {
    width: 80px;
  }
}
div#modal ul.modal_nav li.next {
  float: right;
}
div#modal ul.modal_nav li a.modal_arr {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (min-width: 979px) {
  div#modal ul.modal_nav li a.modal_arr:hover {
    opacity: 0.5;
  }
}
div#modal ul.modal_nav li a.modal_arr:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  position: absolute;
  top: 50%;
}
div#modal ul.modal_nav li a.modal_arr.modal_prev:before {
  right: 0;
}
div#modal ul.modal_nav li a.modal_arr.modal_prev:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr2.png);
  background-image: url(../images/common/arr2.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  left: 0px;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
  opacity: 0.8;
}
div#modal ul.modal_nav li a.modal_arr.modal_next:before {
  left: 0;
}
div#modal ul.modal_nav li a.modal_arr.modal_next:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr.png);
  background-image: url(../images/common/arr.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  right: 0px;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
  opacity: 0.8;
}

body.page-index.load header {
  opacity: 1;
  transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 6000ms;
  -webkit-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 6000ms;
  -moz-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 6000ms;
  -o-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 6000ms;
  -ms-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 6000ms;
}
body.page-index.load header.on {
  opacity: 1 !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
}
body.page-index.load div#mv div.mv_wrap p.lead_en span {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}
body.page-index.load div#mv div.mv_wrap p.lead_en span:before {
  width: 40px !important;
}
@media only screen and (max-width: 680px) {
  body.page-index.load div#mv div.mv_wrap p.lead_en span:after {
    height: 18px !important;
  }
}
body.page-index.load div#mv div.mv_wrap p.lead span {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}
body.page-index.load div#mv div.mv_wrap div#slide div.slide_wrap ul li img {
  filter: grayscale(0%) brightness(1) !important;
  -webkit-filter: grayscale(0%) brightness(1) !important;
  -moz-filter: grayscale(0%) brightness(1) !important;
  -o-filter: grayscale(0%) brightness(1) !important;
  -ms-filter: grayscale(0%) brightness(1) !important;
  opacity: 1;
}
body.page-index header {
  opacity: 0.3;
}
body.page-index header.on {
  opacity: 1 !important;
  transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -webkit-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
body.page-index div#mv div.mv_wrap p.lead_en {
  display: block;
}
body.page-index div#mv div.mv_wrap p.lead_en span {
  opacity: 0;
  transition: transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -moz-transition: -moz-transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -o-transition: -o-transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -ms-transition: -ms-transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
body.page-index div#mv div.mv_wrap p.lead_en span.ttl_01 {
  transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
}
@media only screen and (max-width: 680px) {
  body.page-index div#mv div.mv_wrap p.lead_en span.ttl_01 {
    transition-delay: 1600ms;
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
  }
}
body.page-index div#mv div.mv_wrap p.lead_en span.ttl_01:before {
  width: 0;
  transition: width 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -webkit-transition: width 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -moz-transition: width 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -o-transition: width 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -ms-transition: width 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
}
body.page-index div#mv div.mv_wrap p.lead_en span.ttl_01:after {
  height: 0;
  transition: height 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -webkit-transition: height 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -moz-transition: height 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -o-transition: height 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -ms-transition: height 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
}
body.page-index div#mv div.mv_wrap p.lead_en span.ttl_02 {
  transition-delay: 2600ms;
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
}
@media only screen and (max-width: 680px) {
  body.page-index div#mv div.mv_wrap p.lead_en span.ttl_02 {
    transition-delay: 1600ms;
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
  }
}
body.page-index div#mv div.mv_wrap p.lead span {
  opacity: 0;
  transition: transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -moz-transition: -moz-transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -o-transition: -o-transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -ms-transition: -ms-transform 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
body.page-index div#mv div.mv_wrap p.lead span.logo {
  opacity: 0.3;
  transition-delay: 6200ms;
  -webkit-transition-delay: 6200ms;
  -moz-transition-delay: 6200ms;
  -ms-transition-delay: 6200ms;
  -o-transition-delay: 6200ms;
}
body.page-index div#mv div.mv_wrap p.lead span.p1 {
  transition-delay: 4600ms;
  -webkit-transition-delay: 4600ms;
  -moz-transition-delay: 4600ms;
  -ms-transition-delay: 4600ms;
  -o-transition-delay: 4600ms;
}
@media only screen and (max-width: 680px) {
  body.page-index div#mv div.mv_wrap p.lead span.p1 {
    text-indent: 1em;
    transition-delay: 3200ms;
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    -ms-transition-delay: 3200ms;
    -o-transition-delay: 3200ms;
  }
}
body.page-index div#mv div.mv_wrap p.lead span.p2 {
  transition-delay: 5400ms;
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
}
@media only screen and (max-width: 680px) {
  body.page-index div#mv div.mv_wrap p.lead span.p2 {
    transition-delay: 5000ms;
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    -ms-transition-delay: 5000ms;
    -o-transition-delay: 5000ms;
  }
}
body.page-index div#mv div.mv_wrap p.lead span.p3 {
  transition-delay: 6200ms;
  -webkit-transition-delay: 6200ms;
  -moz-transition-delay: 6200ms;
  -ms-transition-delay: 6200ms;
  -o-transition-delay: 6200ms;
}

div#mv {
  width: 100%;
}
div#mv div.mv_wrap {
  background-color: #000;
  position: relative;
}
div#mv div.mv_wrap div#slide div.slide_wrap ul li img {
  filter: grayscale(100%) brightness(0);
  -webkit-filter: grayscale(100%) brightness(0);
  -moz-filter: grayscale(100%) brightness(0);
  -o-filter: grayscale(100%) brightness(0);
  -ms-filter: grayscale(100%) brightness(0);
  opacity: 0;
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transition: transform 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, filter 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, opacity 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms;
  -webkit-transition: -webkit-transform 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, -webkit-filter 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, opacity 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms;
  -moz-transition: -moz-transform 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, -moz-filter 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, opacity 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms;
  -o-transition: -o-transform 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, -o-filter 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, opacity 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms;
  -ms-transition: -ms-transform 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, -ms-filter 6800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms, opacity 8000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms;
}
div#mv div.mv_wrap div.text_box {
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 5%;
  display: block;
  margin-top: -60px;
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap div.text_box {
    margin-top: -114px;
    left: 0;
    width: 100%;
  }
}
div#mv div.mv_wrap p.logo {
  display: none;
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap p.logo {
    display: block;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
}
div#mv div.mv_wrap p.lead_en {
  display: block;
  margin-bottom: 18px;
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap p.lead_en {
    text-align: center;
    margin-bottom: 8px;
  }
}
div#mv div.mv_wrap p.lead_en span {
  display: inline-block;
  font-family: Times New Roman, serif;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap p.lead_en span {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
div#mv div.mv_wrap p.lead_en span.ttl_01 {
  margin-right: 48px;
  position: relative;
  padding-right: 3px;
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap p.lead_en span.ttl_01 {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0.5em !important;
  }
}
div#mv div.mv_wrap p.lead_en span.ttl_01:before {
  content: "";
  left: 100%;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 7px;
  background-color: #eeeeee;
  opacity: 0.8;
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap p.lead_en span.ttl_01:before {
    display: none !important;
  }
}
div#mv div.mv_wrap p.lead.lead_pc {
  display: block !important;
  padding-left: 3px;
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap p.lead.lead_pc {
    display: none !important;
  }
}
div#mv div.mv_wrap p.lead.lead_sp {
  display: none !important;
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap p.lead.lead_sp {
    width: 100%;
    left: 0;
    display: block !important;
  }
}
div#mv div.mv_wrap p.lead.lead_sp span {
  white-space: nowrap;
}
div#mv div.mv_wrap p.lead span {
  display: block;
  font-size: 15px;
  line-height: 2;
  color: #ffffff;
  font-family: "微軟正黑體", serif;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 1080px) {
  div#mv div.mv_wrap p.lead span {
    font-size: 14px;
    letter-spacing: 0.4em;
  }
}
@media only screen and (max-width: 680px) {
  div#mv div.mv_wrap p.lead span {
    text-align: center;
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.4em;
    line-height: 2.2;
  }
  div#mv div.mv_wrap p.lead span.logo {
    margin-bottom: 10px;
  }
}

div#slide {
  position: relative;
  width: 100% !important;
}
div#slide.mv_slide {
  height: 100% !important;
}
div#slide div.slide_wrap {
  width: 100%;
  height: 100%;
}
div#slide div.slide_wrap ul {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
div#slide div.slide_wrap ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1000;
  transition: opacity 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transition: opacity 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -moz-transition: opacity 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -o-transition: opacity 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -ms-transition: opacity 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
div#slide div.slide_wrap ul li.on {
  opacity: 1;
}
div#slide div.slide_wrap ul a {
  width: 100%;
  height: 100%;
  position: relative;
}
div#slide ul.ctrl {
  position: absolute;
  text-align: center;
  bottom: 10px;
  z-index: 1002;
  width: 100%;
}
div#slide ul.ctrl li {
  display: inline-block;
  margin: 0 5px;
}
div#slide ul.ctrl li a {
  display: block;
  padding: 10px;
  width: 10px;
  height: 10px;
  position: relative;
  font-size: 0;
}
div#slide ul.ctrl li a:hover:after {
  background-color: #ccc;
  border: 1px solid #fff;
}
div#slide ul.ctrl li a.on:after {
  background-color: #000;
  border: 1px solid #fff;
}
div#slide ul.ctrl li a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 100%;
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

@media only screen and (max-width: 680px) {
  div.text_box {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
div.text_box h2 {
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 680px) {
  div.text_box h2 {
    margin-bottom: 4px;
  }
}
div.text_box h2 span {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  div.text_box h2 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  div.text_box h2 span {
    font-size: 13px;
    line-height: 2;
  }
}
div.text_box p.en span {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #B54434;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 680px) {
  div.text_box p.en span {
    font-size: 9px;
    line-height: 1.5;
  }
}
div.text_box p.text {
  margin-top: 34px;
  padding-top: 12px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  div.text_box p.text {
    padding-top: 12px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 680px) {
  div.text_box p.text {
    padding-top: 16px;
    margin-top: 16px;
  }
}
div.text_box p.text:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 680px) {
  div.text_box p.text:before {
    background-color: #e6e6e6;
  }
}
div.text_box p.text span {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1080px) {
  div.text_box p.text span {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 900px) {
  div.text_box p.text span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 680px) {
  div.text_box p.text span {
    font-size: 11px;
  }
}

section.index_sec_01 {
  padding-top: 8%;
  padding-bottom: 8%;
}
@media only screen and (max-width: 1080px) {
  section.index_sec_01 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 {
    padding-top: 12%;
    padding-bottom: 12%;
  }
}
section.index_sec_01 a.link {
  display: none;
}
@media only screen and (max-width: 1080px) {
  section.index_sec_01 a.link {
    margin-left: auto;
    margin-top: 60px;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 a.link {
    margin-top: 36px;
  }
}
section.index_sec_01 div.lead_box {
  width: 80%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1080px) {
  section.index_sec_01 div.lead_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 div.lead_box {
    width: 84%;
  }
}
section.index_sec_01 div.lead_box div.lead {
  display: table-cell;
  vertical-align: top;
}
section.index_sec_01 div.lead_box div.lead.lead_l {
  overflow: hidden;
}
section.index_sec_01 div.lead_box div.lead.lead_l p.lead_txt {
  display: block;
  width: 652px;
  height: 329px;
  margin-left: auto;
  margin-right: auto;
  float: right;
}
@media only screen and (max-width: 1080px) {
  section.index_sec_01 div.lead_box div.lead.lead_l p.lead_txt {
    float: none;
    width: 80%;
    height: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 div.lead_box div.lead.lead_l p.lead_txt {
    display: none;
  }
}
section.index_sec_01 div.lead_box div.lead.lead_l p.lead_txt img {
  width: 652px;
  height: 329px;
  display: block;
}
@media only screen and (max-width: 1080px) {
  section.index_sec_01 div.lead_box div.lead.lead_l p.lead_txt img {
    width: 100%;
    height: auto;
  }
}
section.index_sec_01 div.lead_box div.lead.lead_l p.lead_txt_sp {
  display: none;
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 div.lead_box div.lead.lead_l p.lead_txt_sp {
    display: block;
  }
}
section.index_sec_01 div.lead_box div.lead.lead_l p.lead_txt_sp span.wrap span {
  font-size: 11px;
  line-height: 2.2;
  letter-spacing: 0.15em;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  margin-bottom: 15px;
}
section.index_sec_01 div.lead_box div.lead.lead_r {
  width: 28%;
}
@media only screen and (max-width: 1080px) {
  section.index_sec_01 div.lead_box div.lead.lead_r {
    width: 100px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 div.lead_box div.lead.lead_r {
    width: 16%;
  }
}
section.index_sec_01 div.lead_box div.lead.lead_r h2 {
  width: 92px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  height: 257px;
}
@media only screen and (max-width: 1080px) {
  section.index_sec_01 div.lead_box div.lead.lead_r h2 {
    margin-right: auto;
    height: 198px;
    width: 72px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 div.lead_box div.lead.lead_r h2 {
    width: 100%;
    height: auto;
  }
}
section.index_sec_01 div.lead_box div.lead.lead_r h2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  background-color: #231815;
  height: 100%;
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 div.lead_box div.lead.lead_r h2:before {
    right: -12px;
  }
}
section.index_sec_01 div.lead_box div.lead.lead_r h2 img {
  width: 70px;
  height: 257px;
  display: block;
  margin-left: 0;
}
@media only screen and (max-width: 1080px) {
  section.index_sec_01 div.lead_box div.lead.lead_r h2 img {
    width: 54px;
    height: 198px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec_01 div.lead_box div.lead.lead_r h2 img {
    width: 100%;
    height: auto;
    max-width: 80px;
  }
}

section.index_sec.index_sec_02 {
  position: relative;
}
section.index_sec.index_sec_02:before {
  content: "";
  position: absolute;
  z-index: 2000;
  background-image: url(../images/common/bg-symbol.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px 390px;
  width: 250px;
  height: 390px;
  top: -200px;
  left: -125px;
  display: block;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_02:before {
    background-size: 200px 200px;
    width: 200px;
    height: 200px;
    top: -100px;
    left: -100px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_02:before {
    background-size: 140px 140px;
    width: 140px;
    height: 140px;
    top: -70px;
    right: -70px;
    left: auto;
  }
}
section.index_sec.index_sec_02 div.fl_box {
  padding-left: 10px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_02 div.fl_box {
    padding-left: 6px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_02 div.fl_box {
    padding: 0 4px;
  }
}
section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap {
  width: 100%;
  display: table;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap {
    display: block;
    width: 100%;
  }
}
section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap div.fl {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap div.fl {
    vertical-align: top;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap div.fl {
    display: block;
    width: 100%;
  }
}
section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap div.fl.fl_l {
  width: 60%;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap div.fl.fl_l {
    width: 54%;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap div.fl.fl_l {
    width: 100%;
  }
}
section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap div.fl.fl_r {
  padding-left: 5%;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_02 div.fl_box div.fl_box_wrap div.fl.fl_r {
    padding-left: 0;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}

section.index_sec.index_sec_03 {
  padding-top: 2%;
  padding-bottom: 3%;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_03 {
    padding-top: 0;
  }
}
section.index_sec.index_sec_03 .pic_sp {
  display: none;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_03 .pic_sp {
    display: block;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  section.index_sec.index_sec_03 .pic_sp img {
    width: 100%;
    height: auto;
  }
  section.index_sec.index_sec_03 .pic_sp img.sara_00 {
    opacity: 0;
    position: relative;
  }
  section.index_sec.index_sec_03 .pic_sp img.sara_01 {
    position: absolute;
    top: 0;
    right: 0%;
  }
  section.index_sec.index_sec_03 .pic_sp img.sara_02 {
    position: absolute;
    top: 0;
    right: 0%;
  }
}
section.index_sec.index_sec_03 div.fl_box {
  padding-left: 10px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_03 div.fl_box {
    padding-left: 6px;
  }
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap {
  width: 100%;
  display: table;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap {
    display: block;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl {
    display: block;
  }
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_l {
  padding-left: 5%;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_l {
    padding-left: 0;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_l div.text_box {
    padding-top: 4%;
  }
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_l div.text_box p.text:before {
  width: 120%;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_l div.text_box p.text:before {
    width: 100%;
  }
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r {
  width: 60%;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r {
    width: 54%;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r {
    display: none !important;
  }
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic {
  position: relative;
  display: inline-block;
  width: 100%;
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic img {
  width: 100%;
  height: auto;
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic img.sara_00 {
  opacity: 0;
  position: relative;
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic img.sara_01 {
  position: absolute;
  top: 0;
  right: 0%;
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic img.sara_02 {
  position: absolute;
  top: 0;
  right: 0%;
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic img.sara_03 {
  position: absolute;
  top: 0;
  right: 0%;
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic img.sara_04 {
  position: absolute;
  top: 0;
  right: 0%;
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic img.sara_05 {
  position: absolute;
  top: 0;
  right: 0%;
}
section.index_sec.index_sec_03 div.fl_box div.fl_box_wrap div.fl.fl_r div.pic img.sara_06 {
  position: absolute;
  top: 0;
  right: 0%;
}

section.index_sec.index_sec_04 {
  padding-top: 6%;
  padding-bottom: 6%;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_04 {
    padding-top: 6%;
    padding-bottom: 10%;
  }
}
section.index_sec.index_sec_04 div.pic_wrap {
  padding: 0 10px;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_04 div.pic_wrap {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_04 div.pic_wrap {
    padding: 0 4px;
  }
}
section.index_sec.index_sec_04 div.text_box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.6%;
  padding-bottom: 3.6%;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_04 div.text_box {
    width: 90%;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_04 div.text_box {
    width: 84%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
section.index_sec.index_sec_04 div.text_box ul.link {
  margin-top: 28px;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_04 div.text_box ul.link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_04 div.text_box ul.link {
    margin-top: 36px;
  }
}
section.index_sec.index_sec_04 div.text_box ul.link html {
  box-sizing: border-box;
}
section.index_sec.index_sec_04 div.text_box ul.link *,
section.index_sec.index_sec_04 div.text_box ul.link *:before,
section.index_sec.index_sec_04 div.text_box ul.link *:after {
  box-sizing: inherit;
}
section.index_sec.index_sec_04 div.text_box ul.link li {
  display: inline-block;
  margin-right: 6px;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_04 div.text_box ul.link li {
    float: none;
    display: block;
    margin-right: 0;
  }
  section.index_sec.index_sec_04 div.text_box ul.link li a {
    margin-bottom: 6px;
    margin-top: 0;
  }
}
section.index_sec.index_sec_04 div.text_box dl {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_04 div.text_box dl {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.index_sec.index_sec_04 div.text_box dl dt,
section.index_sec.index_sec_04 div.text_box dl dd {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_04 div.text_box dl dt,
  section.index_sec.index_sec_04 div.text_box dl dd {
    width: 100% !important;
    display: block;
  }
}
section.index_sec.index_sec_04 div.text_box dl dt {
  width: 30%;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_04 div.text_box dl dt {
    width: 46%;
  }
}
section.index_sec.index_sec_04 div.text_box dl dd {
  padding-left: 4%;
  border-left: 1px solid #c5c5c5;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_04 div.text_box dl dd {
    padding-left: 0;
    border-left: none;
  }
}
section.index_sec.index_sec_04 div.text_box dl dd p.text {
  padding-top: 0px;
  margin-top: 0;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_04 div.text_box dl dd p.text {
    padding-top: 12px;
    margin-top: 12px;
  }
}
section.index_sec.index_sec_04 div.text_box dl dd p.text:before {
  display: none;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_04 div.text_box dl dd p.text:before {
    display: block;
  }
}

section.bgb {
  background-image: url(../images/common/bg_08.png);
  background-repeat: repeat;
  background-position: 0 0;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

section.index_sec.index_sec_05 {
  width: 100%;
}
section.index_sec.index_sec_05 div.section_wrap {
  width: 64%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  min-width: 800px;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_05 div.section_wrap {
    min-width: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap {
    width: 100%;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox {
  padding-top: 10%;
  padding-bottom: 14%;
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics h2 {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics h2 {
    margin-bottom: 40px;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics h2 span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics h2 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics h2 span {
    font-size: 14px;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap {
  width: 100%;
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul {
  width: 100%;
  border-top: 1px solid #d4d2d2;
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li {
  border-bottom: 1px solid #d4d2d2;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (min-width: 979px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a:hover {
    opacity: 0.5;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl {
    display: block;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt,
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dd {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt,
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dd {
    display: block;
    width: 100% !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dd {
  width: 20%;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dd {
    margin-bottom: 4px;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dd span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dd span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dd span {
    font-size: 11px;
    opacity: 0.7;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  display: block;
  padding-right: 80px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt span {
    padding-right: 0;
    font-size: 11px;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt span:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr.png);
  background-image: url(../images/common/arr.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  right: 0;
  bottom: 10px;
  margin-top: -4px;
  opacity: 0.8;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt span:after {
    bottom: 8px;
    display: none;
  }
}
section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt span:before {
  content: "";
  width: 56px;
  height: 1px;
  position: absolute;
  background-color: #c5c5c5;
  right: 0;
  bottom: 10px;
}
@media only screen and (max-width: 680px) {
  section.index_sec.index_sec_05 div.section_wrap div.inbox div#topics div.topics_wrap ul li a dl dt span:before {
    bottom: 8px;
    width: 40px;
    display: none;
  }
}

a.link2 {
  width: 20px;
  border-left: 1px solid #B54434;
  position: relative;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0px 0;
}
a.link2 span.wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14px;
  position: relative;
}
a.link2 span.wrap span {
  width: 100%;
}
a.link2 span.wrap span.w {
  position: relative;
  z-index: 0;
  opacity: 0;
}
a.link2 span.wrap span.b {
  position: absolute;
  z-index: 1;
}
a.link2 span.wrap span img {
  width: 14px;
  height: 118px;
}

a.link {
  display: block;
  margin-top: 24px;
  border: 1px solid #d4d4d4;
  width: 274px;
  height: 52px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  -webkit-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (max-width: 1080px) {
  a.link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 680px) {
  a.link {
    margin-top: 36px;
    margin-bottom: 20px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 979px) {
  a.link:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -o-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -ms-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  }
  a.link:hover:after {
    background-color: #8a8a8a;
  }
  a.link:hover span.wrap:after {
    opacity: 0;
  }
  a.link:hover span.wrap span {
    color: #ffffff;
  }
}
a.link:before {
  content: "";
  height: 100%;
  display: block;
  top: 0;
  left: 100%;
  position: absolute;
  z-index: 0;
  opacity: 1;
  background-color: #1c1c1c;
  width: 0;
  -webkit-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
a.link:after {
  content: "";
  width: 56px;
  height: 1px;
  position: absolute;
  background-color: #d4d4d4;
  right: 21px;
  bottom: 21px;
  z-index: 0;
  -webkit-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
a.link span.wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.link span.wrap:before, a.link span.wrap:after {
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
a.link span.wrap:before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr_w.png);
  background-image: url(../images/common/arr_w.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  right: 20px;
  bottom: 20px;
  z-index: 0;
  opacity: 1;
}
a.link span.wrap:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arr.png);
  background-image: url(../images/common/arr.svg);
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  opacity: 1;
}
a.link span.wrap span {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #231815;
  -webkit-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  display: block;
}
@media only screen and (max-width: 1080px) {
  a.link span.wrap span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 680px) {
  a.link span.wrap span {
    font-size: 11px;
  }
}

div#footer_info {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/common/bg_03.png);
  background-repeat: repeat;
  background-position: 0 0;
}
@media only screen and (max-width: 1080px) {
  div#footer_info {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
div#footer_info span {
  color: #ffffff;
}
div#footer_info div.footer_info_wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media only screen and (max-width: 1300px) {
  div#footer_info div.footer_info_wrap {
    width: 86%;
  }
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap {
    width: 80%;
    display: block;
  }
}
div#footer_info div.footer_info_wrap div#shop_info {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding-right: 55px;
  border-right: 1px solid #2b2b2b;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info {
    display: block;
    border-right: none;
    padding-right: 0;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #2b2b2b;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#shop_info {
    padding-top: 12px;
    margin-top: 12px;
  }
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap {
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap {
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap .shop_info_table {
    width: 100%;
    display: table;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap .shop_info_table {
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap .shop_info_table .shop_info_l {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap .shop_info_table .shop_info_l {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap .shop_info_table .shop_info_r {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap .shop_info_table .shop_info_r {
    display: block;
    width: 100%;
    text-align: left;
  }
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.logo {
  margin-bottom: 25px;
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.logo img {
  display: block;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.logo img {
    width: 200px;
    height: 39px;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.logo img {
    width: 180px;
    height: 35px;
  }
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp {
  display: block;
  white-space: nowrap;
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp br {
  display: none;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp br {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp br {
    display: block;
  }
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp span.wrap {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp span.wrap {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp span.wrap {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp span.wrap span {
  opacity: 0.8;
  vertical-align: top;
  font-family: Arial;
  font-weight: lighter;
  position: relative;
  top: 0px;
  display: inline-block;
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_jp span.wrap span {
    top: -1px;
  }
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_en {
  padding-top: 12px;
  display: block;
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_en span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #737373;
  line-height: 1.7;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap p.add_en span {
    line-height: 1.6;
  }
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.footer_sns {
  display: table;
  margin-top: 12px;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.footer_sns {
    display: none;
  }
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.footer_sns div.footer_sns_l {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.footer_sns div.footer_sns_l p.sns_text {
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 16px;
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.footer_sns div.footer_sns_l p.sns_text:after {
  content: "";
  background-color: #2b2b2b;
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.footer_sns div.footer_sns_l p.sns_text span {
  font-family: Times New Roman, serif;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.2em;
}
div#footer_info div.footer_info_wrap div#shop_info div.shop_info_wrap div.footer_sns div.footer_sns_r {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
div#footer_info div.footer_info_wrap div#reserve_info {
  display: table-cell;
  vertical-align: top;
  padding-left: 4%;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#reserve_info {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap {
  padding-top: 12px;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap {
    padding-top: 0;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.reserve_tit {
  display: block;
  margin-bottom: 32px;
  text-indent: -0.5em;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.reserve_tit {
    display: none;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.reserve_tit span.wrap {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.reserve_tit span.wrap span {
  font-size: 15px;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table {
  display: table;
  width: 100%;
  margin-bottom: 13px;
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl {
  width: 100%;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dt {
  font-size: 13px;
  display: block;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dt {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd {
  display: block;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link {
  border: 1px solid #404040;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 979px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link:hover:after {
    opacity: 1;
  }
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link:hover span.wrap:after {
    opacity: 0;
  }
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link:hover span.wrap:before {
    opacity: 1;
  }
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link:hover span.wrap span {
    color: #231815;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.5;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link span.wrap {
  padding: 24px 20px;
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link span.wrap {
    padding: 20px;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link span.wrap span {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 24px;
  -webkit-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link span.wrap span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table .dl_wrap dl dd a.reserve_link span.wrap span {
    font-size: 12px;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_l {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_l {
    display: block;
    width: 100%;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_l .dl_wrap {
  padding-right: 10px;
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_l .dl_wrap {
    padding-right: 0;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_l .dl_wrap dl dd a.reserve_link span.wrap span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_l .dl_wrap dl dd a.reserve_link span.wrap span:after {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(../images/common/link_w.png);
  background-image: url(../images/common/link_w.svg);
  background-repeat: no-repeat;
  background-size: 12px 9px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0px;
  opacity: 1;
  z-index: 2;
  opacity: 0.8;
  background-position: 0 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_l .dl_wrap dl dd a.reserve_link span.wrap span:before {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(../images/common/link_b.png);
  background-image: url(../images/common/link_b.svg);
  background-repeat: no-repeat;
  background-size: 12px 9px;
  position: absolute;
  background-position: 0 0;
  top: 50%;
  margin-top: -4px;
  right: 0px;
  opacity: 1;
  z-index: 1;
  opacity: 0.8;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_r {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_r {
    display: block;
    width: 100%;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_r .dl_wrap {
  padding-left: 10px;
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_r .dl_wrap {
    padding-left: 0;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_r .dl_wrap dl dd a.reserve_link span.wrap span {
  font-family: Times New Roman, serif;
  font-size: 16px;
  padding-right: 0;
  font-style: italic;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_r .dl_wrap dl dd a.reserve_link span.wrap span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap div.reserve_info_table div.reserve_info_r .dl_wrap dl dd a.reserve_link span.wrap span {
    font-size: 14px;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.text_jp {
  display: block;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.text_jp span {
  line-height: 1.7;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.text_jp span {
    letter-spacing: 0.06em;
    font-size: 11px;
    right: 0;
  }
}
@media only screen and (max-width: 680px) {
  div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.text_jp span {
    font-size: 10px;
    line-height: 2;
  }
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.text_jp span span {
  color: #B54434;
  display: inline-block;
  font-weight: bold;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.text_en {
  padding-top: 4px;
  display: block;
}
div#footer_info div.footer_info_wrap div#reserve_info div.reserve_info_wrap p.text_en span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #737373;
  line-height: 1.6;
}

ul.sns {
  font-size: 0;
}
ul.sns li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0px;
}
ul.sns li.sns_02 a span {
  background-image: url(../images/common/insta_w.png);
  background-image: url(../images/common/insta_w.svg);
}
ul.sns li a {
  position: relative;
  padding: 10px 9px;
  display: inline-block;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 14px;
}
ul.sns li a span {
  width: 15px;
  height: 14px;
  display: block;
  text-indent: 9999px;
  background-image: url(../images/common/fb_w.png);
  background-image: url(../images/common/fb_w.svg);
  background-size: 14px 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}

footer {
  width: 100%;
}
footer div.footer_wrap {
  height: 80px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  footer div.footer_wrap {
    height: 64px;
  }
}
footer div.footer_wrap p.copyright {
  display: block;
  text-align: center;
}
footer div.footer_wrap p.copyright span {
  font-family: Times New Roman, serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #000000;
  line-height: 80px;
  display: inline-block;
}
@media only screen and (max-width: 680px) {
  footer div.footer_wrap p.copyright span {
    line-height: 64px;
    letter-spacing: 0.06em;
    font-size: 9px;
  }
}
