@charset "UTF-8";
/*------------------------------------------
  Font
------------------------------------------*/
@import url(/css/iconfont.css);
@import url("https://cdn.jsdelivr.net/yakuhanjp/2.0.0/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style : normal;
  font-weight : normal;
  src: url("/css/font/NotoSansCJKjp-Regular.eot");
  src: url("/css/font/NotoSansCJKjp-Regular.woff") format("woff"), url("/css/font/NotoSansCJKjp-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style : normal;
  font-weight : 500;
  src: url("/css/font/NotoSansCJKjp-Medium.eot");
  src: url("/css/font/NotoSansCJKjp-Medium.woff") format("woff"), url("/css/font/NotoSansCJKjp-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style : normal;
  font-weight : bold;
  src: url("/css/font/NotoSansCJKjp-Bold.eot");
  src: url("/css/font/NotoSansCJKjp-Bold.woff") format("woff"), url("/css/font/NotoSansCJKjp-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "NotoSerifCJKjp";
  font-style : normal;
  font-weight : normal;
  src: url("/css/font/NotoSerifCJKjp-Regular.eot");
  src: url("/css/font/NotoSerifCJKjp-Regular.woff") format("woff"), url("/css/font/NotoSerifCJKjp-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "NotoSerifCJKjp";
  font-style : normal;
  font-weight : 500;
  src: url("/css/font/NotoSerifCJKjp-Medium.eot");
  src: url("/css/font/NotoSerifCJKjp-Medium.woff") format("woff"), url("/css/font/NotoSerifCJKjp-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "NotoSerifCJKjp";
  font-style : normal;
  font-weight : bold;
  src: url("/css/font/NotoSerifCJKjp-Bold.eot");
  src: url("/css/font/NotoSerifCJKjp-Bold.woff") format("woff"), url("/css/font/NotoSerifCJKjp-Bold.ttf") format("truetype"); }

/*------------------------------------------
  Base
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html.fz-l {
  font-size: 87.5%; }

body {
  font-family: "YakuHanJP", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  color: #333333;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch; }

a {
  color: #333333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

/*------------------------------------------
  Layout
------------------------------------------*/
.no-item-text {
  text-align: center;
  padding-bottom: 30px; }

/* 特集バナー */
.special-banner {
  max-width: 1300px;
  min-width: 980px;
  padding: 0 60px;
  margin: 60px auto 0; }
  .special-banner .banner {
    text-align: center;
    background: #f6f6f6; }
    .special-banner .banner img {
      max-width: 100%; }
    .special-banner .banner a:hover {
      opacity: 0.7; }

/*  wrapper
-------------------------*/
/*  header
-------------------------*/
.cmn-header {
  height: 55px; }
  .cmn-header .cmn-header-in {
    max-width: 1300px;
    min-width: 980px;
    padding: 24px 60px 0;
    margin: 0 auto;
    position: relative; }
    .cmn-header .cmn-header-in .header-logo {
      width: 312px;
      height: 28px;
      position: absolute;
      left: 50%;
      margin-left: -156px; }

      /*ヘッダー改修により不要になる記述ここから　180220*/
    .cmn-header .cmn-header-in .text-select-wrap {
      float: right; }
      .cmn-header .cmn-header-in .text-select-wrap ul {
        display: inline-block;
        vertical-align: middle; }
        .cmn-header .cmn-header-in .text-select-wrap ul li {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          width: 25px;
          height: 25px;
          margin-left: 12px; }
          .cmn-header .cmn-header-in .text-select-wrap ul li svg {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
          .cmn-header .cmn-header-in .text-select-wrap ul li:hover {
            cursor: pointer;
            opacity: 0.7; }
        .cmn-header .cmn-header-in .text-select-wrap ul .medium svg {
          height: 10px;
          fill: #333; }
        .cmn-header .cmn-header-in .text-select-wrap ul .large svg {
          height: 12px;
          fill: #333; }
      .cmn-header .cmn-header-in .text-select-wrap .lang-select {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
        font-family: "Crimson Text", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
      /*ヘッダー改修により不要になる記述ここまで　180220*/

/*-------　header keyword-form -------*/
.cmn-header .keyword-form {
  float: left;
  width: 26%;
  position: relative; }
  .cmn-header .keyword-form form {
    position: relative; }
  .cmn-header .keyword-form .inputText {
    outline-style: none;
    width: 0;
    padding: 14px 0;
    border-radius: 50px;
    margin-right: 2%;
    box-sizing: border-box;
    background: #f1f1f1;
    border: 0;
    position: relative;
    left: -15px;
    top: -5px;
    transition: .3s; }
    .cmn-header .keyword-form .inputText:focus {
      width: 100%;
      padding: 14px 20px 14px 55px;
      transition: .3s; }
  .cmn-header .keyword-form .inputBtn {
    width: 24px;
    height: 24px;
    border: 0;
    background: url(/images/common/loupe.svg) no-repeat center;
    background-size: 24px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0; }
  .cmn-header .keyword-form .btn-keyword-on {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0; }

.cmn-header .keyword-form-active .inputText {
  outline-style: none;
  width: 100%;
  padding: 14px 20px 14px 55px;
  border-radius: 50px;
  margin-right: 2%;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 0;
  position: relative;
  left: -15px;
  top: -5px;
  transition: .3s; }

/*-------　header hd-guide -------*/
.cmn-header .hd-guide {
  float: right;
}

.cmn-header .hd-guide .font-size, .cmn-header .hd-guide .lang-select {
  display: inline-block;
  vertical-align: middle;
}
.cmn-header .hd-guide .text-resize .size-select {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.cmn-header .hd-guide .text-resize .size-select:hover {
  background: #3c3c3e;
}
.cmn-header .hd-guide .text-resize .size-select:hover svg{
  fill:#fff;
}
.cmn-header .hd-guide .text-resize .medium svg {
  height: 10px;
  fill: #333;
}

.cmn-header .hd-guide .text-resize .large svg {
  height: 12px;
  fill: #333;
}
.cmn-header .hd-guide .lang-select {
  position: relative;
  width: 140px;
  height: 35px;
  line-height: 35px;
  z-index: 100;
}
.cmn-header .hd-guide .lang-select a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Catamaran", sans-serif;
  letter-spacing: .15em;
  color: #fff;
}
.cmn-header .hd-guide .lang-select a.btn-dropdown {
  color: #333;
  font-family: "Crimson Text", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.cmn-header .hd-guide .lang-select a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  background: url(/images/common/arrow02.svg) no-repeat;
  background-size: 10px;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 15px;
}
.cmn-header .hd-guide .lang-select a:hover {
  background: #3c3c3e;
  color: #fff;
}
.cmn-header .hd-guide .lang-select a:hover:after{
  background: url(/images/common/arrow02.svg) no-repeat;
  background-size: 10px;
}
.cmn-header .hd-guide .lang-select:hover .lang-menu {
  opacity: 1;
  visibility: visible;
}
.cmn-header .hd-guide .lang-select .btn-dropdown:after {
  background: url(/images/common/arrow.svg) no-repeat;
  background-size: 10px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.cmn-header .hd-guide .lang-select .lang-menu {
  position: absolute;
  width: 140px;
  background: rgba(68, 68, 68, 0.7);
  top: 35px;
  opacity: 0;
  visibility: hidden;
}
.cmn-header .hd-guide .lang-select .lang-menu.active {
  opacity: 1;
  visibility: visible;
}
.cmn-header .hd-guide .lang-select li {
  border-bottom: 1px solid #999;
}
.cmn-header .hd-guide .lang-select li:last-child {
  border-bottom: none;
}

/*  contents
-------------------------*/
/* gnav */
.cmn-gnav {
  text-align: center;
  padding: 0 60px;
  background: #fff; }
  .cmn-gnav .logo {
    display: none; }
  .cmn-gnav .gnav-list {
    max-width: 1300px;
    min-width: 980px;
    margin: 0 auto;
    padding: 17px 0 16px; }
    .cmn-gnav .gnav-list li {
      display: inline-block;
      text-align: center;
      vertical-align: bottom;
      margin: 0 25px;
      font-family: "YakuHanJP", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
      font-weight: 500;
      letter-spacing: .1em;
      font-size: 14px;
      font-size: 1.4rem; }
      .cmn-gnav .gnav-list li a {
        text-decoration: none;
        position: relative; }
        .cmn-gnav .gnav-list li a:before {
          display: none; }
        .cmn-gnav .gnav-list li a:after {
          position: absolute;
          bottom: -17px;
          left: 0;
          content: "";
          width: 0%;
          height: 3px;
          background: #333236;
          transition: .3s; }
        .cmn-gnav .gnav-list li a:hover:after {
          width: 100%; }
        .cmn-gnav .gnav-list li a span {
          font-family: "YakuHanJP", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
          font-weight: 500; }

.gnav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
  height: 53px;
  z-index: 1000;
  padding: 0;
  transition: top 0.3s ease;
  background: white;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 3px 6px -4px #999; }
  .gnav-fixed .nav-in {
    position: relative;
    display: table;
    height: 53px;
    max-width: 1300px;
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    padding: 0 60px; }
  .gnav-fixed .logo {
    display: table-cell;
    vertical-align: middle;
    width: 222px; }
    .gnav-fixed .logo a {
      height: 53px;
      display: table-cell;
      vertical-align: middle; }
      .gnav-fixed .logo a:hover {
        opacity: 0.7; }
  .gnav-fixed .gnav-list {
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px 0 0;
    min-width: 800px; }
    .gnav-fixed .gnav-list li {
      margin: 0 2%; }
      .gnav-fixed .gnav-list li:last-child {
        margin-right: 0; }
      .gnav-fixed .gnav-list li a:after {
        bottom: -18px; }

.fz-l .cmn-gnav .gnav-list li {
  margin: 0 15px; }
  .fz-l .cmn-gnav .gnav-list li:first-child {
    margin-left: 0; }
  .fz-l .cmn-gnav .gnav-list li:last-child {
    margin-right: 0; }

.fz-l .home-gnav.gnav-fixed .gnav-list li {
  margin: 0 10px;
  font-size: 90%; }

/*------- cmn-block -----------*/
.cmn-page-wrapper {
  width: 100%;
  transition: .3s;
  position: relative; }
  .cmn-page-wrapper .cmn-page-title {
    width: 100%;
    min-width: 1100px;
    height: 270px;
    text-align: center;
    display: table;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff; }
    .cmn-page-wrapper .cmn-page-title .title-wrap {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      line-height: 1; }
    .cmn-page-wrapper .cmn-page-title .ttl-en {
      font-family: "Crimson Text", sans-serif;
      font-size: 50px;
      font-size: 5rem;
      letter-spacing: .15em;
      vertical-align: middle;
      padding-bottom: 23px;
      position: relative; }
      .cmn-page-wrapper .cmn-page-title .ttl-en:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 1px;
        left: 50%;
        bottom: 0;
        margin-left: -17px;
        background: #fff; }
    .cmn-page-wrapper .cmn-page-title .ttl-ja {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: .15em;
      padding-top: 25px; }

.cmn-contents-wrapper {
  width: 100%;
  min-width: 1100px; }
  .cmn-contents-wrapper .cmn-contents {
    padding: 80px 60px 0;
    max-width: 1300px;
    min-width: 980px;
    margin: 0 auto; }

.cmn-block {
  padding: 80px 60px;
  min-width: 980px;
  background: #fff; }
  .cmn-block .cmn-block-ttl {
    max-width: 1300px;
    min-width: 980px;
    margin: 0 auto;
    line-height: 1;
    position: relative; }
    .cmn-block .cmn-block-ttl .ttl-txt {
      display: inline-block;
      vertical-align: middle; }
    .cmn-block .cmn-block-ttl .btn-type01 {
      position: absolute;
      top: -17px;
      right: 0; }
  .cmn-block .ttl-en {
    font-family: "Crimson Text", sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: .15em;
    padding-right: 30px;
    vertical-align: middle; }
  .cmn-block .ttl-ja {
    font-family: "YakuHanJP", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 24px;
    border-left: 1px solid #333;
    vertical-align: middle;
    letter-spacing: .186em; }

.block-contents {
  max-width: 1300px;
  min-width: 980px;
  margin: 0 auto; }
  .block-contents .cmn-item-list li {
    float: left;
    width: 23%;
    display: block;
    margin-right: 2.66666667%; }
    .block-contents .cmn-item-list li:nth-child(4n) {
      margin-right: 0; }
    .block-contents .cmn-item-list li a {
      display: block; }

.btn-type01 {
  position: relative; }
  .btn-type01 a {
    border: 1px solid #333333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    letter-spacing: .18em;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 65px 15px 45px;
    position: relative;
    text-decoration: none;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden; }
    .btn-type01 a:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #333236;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      pointer-events: none; }
    .btn-type01 a:after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      border-top: 1px solid #333333;
      border-right: 1px solid #333333;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: absolute;
      right: 12%;
      top: 50%;
      margin-top: -4px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .btn-type01 a:hover {
      color: #f2f2f2;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .btn-type01 a:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .btn-type01 a:hover:after {
        z-index: 10;
        border-color: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }

.btn-type01.arrow-left a {
  padding: 16px 50px 15px 80px; }
  .btn-type01.arrow-left a:before {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .btn-type01.arrow-left a:after {
    left: 50px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin-top: -2px; }

.ico-new {
  color: #fff;
  background-color: #009994;
  font-family: "Roboto Slab", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .05em;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 300; }

.ico-category {
  color: #fff;
  background-color: #009994;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .15em;
  display: inline-block;
  padding: 2px 10px 3px;
  border-radius: 0 4px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  min-width: 60px;
  text-align: center; }

.ico-category.event {
  background: #cb7a9f; }

.ico-category.art {
  background: #69a563; }

.ico-category.cinema {
  background: #9a8bb1; }

.ico-category.hall {
  background: #3495a7; }

.ico-category.beer {
  background: #d8ba43; }

.cmn-entry-sns {
  margin-bottom: 58px; }
  .cmn-entry-sns li {
    display: inline-block; }
    .cmn-entry-sns li a {
      color: #fff;
      display: block;
      font-size: 11px;
      padding: 12px 31px 12px 28px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      .cmn-entry-sns li a span {
        font-family: "Crimson Text", sans-serif;
        font-size: 15px;
        font-weight: bold;
        padding-left: 10px; }
      .cmn-entry-sns li a:hover {
        opacity: 0.7; }
  .cmn-entry-sns .item-tw {
    margin-right: 10px; }
    .cmn-entry-sns .item-tw a {
      background: #00aaf1; }
  .cmn-entry-sns .item-fb a {
    background: #304d9a;
    font-size: 12px; }

/*------- keyword-form -------*/
.cmn-block .keyword-form {
  margin-top: 17px;
  width: 100%; }
  .cmn-block .keyword-form .inputText {
    width: 70%;
    border: 1px solid #333236;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1;
    padding: 14px 55px;
    border-radius: 50px;
    margin-right: 2%;
    box-sizing: border-box; }
  .cmn-block .keyword-form .inputBtn {
    width: 28%;
    border: 1px solid #333236;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1;
    padding: 14px 55px;
    border-radius: 50px;
    background: #333236;
    color: #f2f2f2; }

/*  パン屑
-------------------------*/
.breadcrumb {
  background: #fff;
  border-top: 1px solid #dadada;
  min-width: 1100px;
  margin: 0 auto;
  width: 100%; }
  .breadcrumb ul {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 60px; }
    .breadcrumb ul li {
      display: inline;
      color: #515151;
      font-size: 11px;
      font-size: 1.1rem;
      position: relative;
      padding: 5px 0 5px 36px;
      letter-spacing: .05em; }
      .breadcrumb ul li:before {
        content: "＞";
        position: absolute;
        top: 0;
        margin-top: 6px;
        left: 13px;
        text-decoration: none; }
      .breadcrumb ul li:first-child {
        padding-left: 0; }
        .breadcrumb ul li:first-child img {
          padding-bottom: 2px; }
        .breadcrumb ul li:first-child:before {
          content: ""; }
      .breadcrumb ul li a {
        color: #515151;
        position: relative; }

/*  PageTop
-------------------------*/
.pageTop {
  display: none;
  position: relative;
  z-index: 10; }
  .pageTop a {
    display: block;
    width: 50px;
    height: 50px;
    right: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
    .pageTop a:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -5px;
      margin-top: -3px; }
    .pageTop a:hover {
      opacity: 0.7; }

.pagetop-owl {
  position: absolute;
  right: 20px;
  top: -134px; }
  .pagetop-owl a {
    display: block;
    width: 130px;
    height: 134px;
    position: relative;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
    .pagetop-owl a:after {
      position: absolute;
      content: "";
      display: block;
      width: 130px;
      height: 134px;
      left: 0;
      top: 0;
      background-image: url(/images/common/owl_off.png);
      background-repeat: no-repeat; }
    .pagetop-owl a:hover:after, .pagetop-owl a.active:after {
      background-image: url(/images/common/owl_on.png); }

/*  footer
-------------------------*/
.cmn-footer {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  background: #f6f6f6;
  border-top: 1px solid #dadada; }
  .cmn-footer .footer-top {
    max-width: 1300px;
    min-width: 980px;
    padding: 50px 60px 42px;
    margin: 0 auto;
    position: relative; }
  .cmn-footer .ft-menu {
    width: 21%;
    float: left;
    margin-right: 5.3%; }
  .cmn-footer .menu-footer.col-5 .ft-menu {
    width: 18%;
    margin-right: 2.5%; }
  .cmn-footer .menu-footer.col-5 .ft-menu05 {margin-right: 0;}
    .cmn-footer .ft-menu .ttl {
      font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
      font-weight: bold;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: .05em;
      padding-left: 16px;
      position: relative; }
      .cmn-footer .ft-menu .ttl:before {
        content: "";
        display: block;
        width: 6px;
        height: 100%;
        background: #414347;
        border-radius: 3px;
        position: absolute;
        left: 0px;
        top: 0px; }
    .cmn-footer .ft-menu .ttl.bottom {
      margin-top: 43px; }
    .cmn-footer .ft-menu ul {
      padding-top: 15px;
      margin-top: 13px;
      border-top: 1px solid #dadada; }
      .cmn-footer .ft-menu ul li {
        padding-left: 16px;
        margin-bottom: 9px;
        position: relative; }
        .cmn-footer .ft-menu ul li a {
          color: #666666;
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: .05em; }
        .cmn-footer .ft-menu ul li a:hover {
          text-decoration: underline; }
        .cmn-footer .ft-menu ul li:before {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          border-top: 1px solid #333333;
          border-right: 1px solid #333333;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          position: absolute;
          left: 0;
          top: 7px; }
  .cmn-footer .ft-menu:last-child {
    margin-right: 0; }
  .cmn-footer .footer-bottom {
    background: #333;
    padding: 30px 0 0;
    text-align: center;
    position: relative; }
    .cmn-footer .footer-bottom .ft-inner {
      max-width: 1300px;
      min-width: 980px;
      margin: 0 auto;
      padding: 0 60px; }
    .cmn-footer .footer-bottom .ft-info {
      float: left;
      color: #ffffff;
      text-align: left;
      width: 53%;
      box-sizing: border-box; }
      .cmn-footer .footer-bottom .ft-info .logo {
        display: inline-block;
        vertical-align: bottom;
        padding-right: 3%;
        margin-bottom: 10px; }
      .cmn-footer .footer-bottom .ft-info ul {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 10px; }
        .cmn-footer .footer-bottom .ft-info ul li {
          display: inline-block; }
          .cmn-footer .footer-bottom .ft-info ul li:first-child a {
            padding-left: 0; }
          .cmn-footer .footer-bottom .ft-info ul li:last-child a {
            border: none; }
          .cmn-footer .footer-bottom .ft-info ul li a {
            padding: 0 7px;
            border-right: 1px solid #dadada;
            color: #ffffff;
            font-family: "YakuHanJP", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
            font-weight: 500;
            font-size: 11px;
            font-size: 1.1rem;
            letter-spacing: .05em;
            line-height: 1; }
      .cmn-footer .footer-bottom .ft-info .copyright {
        font-size: 10px;
        font-size: 1rem; }
    .cmn-footer .footer-bottom .ft-bnr-list {
      padding: 0 0 25px 0;
      margin: 0 auto;
      float: right;
      width: 47%;
      box-sizing: border-box;
      text-align: right; }
      .cmn-footer .footer-bottom .ft-bnr-list li {
        display: inline-block;
        margin: 0 1% 10px;
        width: 23%;
        max-width: 130px; }
        .cmn-footer .footer-bottom .ft-bnr-list li img {
          width: 100%; }
    .cmn-footer .footer-bottom a:hover {
      opacity: 0.7; }

.fz-l .cmn-footer .ft-menu ul li:before {
  top: 12px; }

/*------------------------------------------
  FadeUp animation
------------------------------------------*/
.js-fadeup.active {
  -webkit-animation-name: fadeup;
  -moz-animation-name: fadeup;
  animation-name: fadeup;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .cmn-header-in, .item-list-type01, .cmn-item-list, .menu-footer, .ft-inner, .special-banner {
  *zoom: 1; }
  .clearfix:after, .cmn-header-in:after, .item-list-type01:after, .cmn-item-list:after, .menu-footer:after, .ft-inner:after, .special-banner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0; }
