@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  テキストシャドウ
========================================================== */
/* ===================================================================
CSS information
 file name  :shared.css
 style info :共通のスタイル
=================================================================== */
/* ==========================================================
  BASE
========================================================== */
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #000;
  line-height: 1.8;
}
body:focus {
  outline: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
section,
p,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a,
a:visited,
a:hover {
  color: #000;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img.light105 {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img.hoverNone {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.frame_boder {
  border: 2px solid #000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/shared/bg_content.png") repeat 0 0;
}
@media screen and (min-width: 751px) {
  #wrap {
    min-width: 1260px;
  }
}

.new,
.new_tit,
.new_gnav,
.new_gnav_sp {
  position: relative;
}

.new:after {
  content: "";
  width: 70px;
  height: 35px;
  background: url(../img/shared/icn_new.png) no-repeat 0 0;
  position: absolute;
  top: -18px;
  right: 10px;
  z-index: 9000;
}

.new_tit:after {
  content: "";
  width: 70px;
  height: 35px;
  background: url(../img/shared/icn_new.png) no-repeat 0 0;
  position: absolute;
  top: -24px;
  right: 10px;
  z-index: 9000;
}

.new_gnav:after {
  content: "";
  width: 60px;
  height: 30px;
  background: url(../img/shared/icn_new.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: -16px;
  right: 4px;
  z-index: 9000;
}

.new_gnav_sp:after {
  content: "";
  width: 70px;
  height: 35px;
  background: url(../img/shared/icn_new.png) no-repeat 0 0;
  position: absolute;
  top: -14px;
  right: 30px;
  z-index: 9000;
}

/* ==========================================================
    MODULE
  ========================================================== */
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
    min-width: 1250px;
  }
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 4vw;
  }
  #wrap {
    overflow-x: hidden;
  }
  .spNone {
    display: none !important;
  }
  img {
    width: 100%;
  }
}
/* ==========================================================
    HEADER
  ========================================================== */
header {
  width: 100%;
  position: relative;
  z-index: 9998;
  background: #000;
}
@media screen and (min-width: 751px) {
  header {
    height: 60px;
  }
}
header .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 1160px;
    margin: 0 auto;
    padding: 10px 0px 0px 20px;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    width: 100%;
    padding: 2% 2% 6% 2%;
  }
}
@media screen and (min-width: 751px) {
  header .inner #logo_l5 {
    width: 190px;
  }
  header .inner #logo_l5 img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  header .inner #logo_l5 {
    width: 40%;
  }
}
header .inner #logo_switch {
  position: absolute;
  right: 0px;
}
@media screen and (min-width: 751px) {
  header .inner #logo_switch {
    top: 0px;
  }
}
@media screen and (max-width: 750px) {
  header .inner #logo_switch {
    top: 100%;
    width: 15.7%;
  }
}
@media screen and (min-width: 751px) {
  header #menuBtn {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  header #menuBtn {
    width: 14%;
    position: absolute;
    top: 11%;
    right: 1.5%;
  }
}

#langBox {
  position: absolute;
  z-index: 9999;
  color: #888;
}
@media screen and (min-width: 751px) {
  #langBox {
    font-size: 13px;
    top: 11px;
    right: 50%;
    margin-right: -440px;
  }
}
@media screen and (max-width: 750px) {
  #langBox {
    font-size: 3.6vw;
    top: 26px;
    right: 50%;
    margin-right: -32%;
  }
}
#langBox #langBtn {
  cursor: pointer;
  border: solid 2px #bebebe;
  border-radius: 4px;
}
@media screen and (min-width: 751px) {
  #langBox #langBtn {
    background: #000 url(../img/shared/flag_japan.png) no-repeat 88% center;
    padding: 5px 35px 5px 10px;
  }
}
@media screen and (max-width: 750px) {
  #langBox #langBtn {
    background: #000 url(../img/shared/flag_japan.png) no-repeat 92% 50%;
    background-size: 16%;
    padding: 0.2vw 7vw 0.2vw 1.6vw;
  }
}
#langBox #langBtn:hover {
  color: #fff;
}
#langBox ul {
  position: relative;
  z-index: 9999;
  display: none;
  width: 100%;
}
#langBox ul li a {
  display: block;
  color: #888;
  background: #000;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  #langBox ul li a {
    height: 60px;
    line-height: 60px;
    padding: 0px 35px 0px 10px;
  }
}
@media screen and (max-width: 750px) {
  #langBox ul li a {
    padding: 20% 30% 10% 10%;
  }
}
#langBox ul li a:hover {
  color: #fff;
}
@media screen and (min-width: 751px) {
  #langBox ul li:nth-child(1) a {
    background: #000 url(../img/shared/flag_korean.png) no-repeat 85% center;
  }
}
@media screen and (max-width: 750px) {
  #langBox ul li:nth-child(1) a {
    background: #000 url(../img/shared/flag_korean.png) no-repeat 90% 66%;
    background-size: 16%;
  }
}

/* ==========================================================
    GNAV
  ========================================================== */
@media screen and (min-width: 751px) {
  #bgNav {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #bgNav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(30, 71, 77, 0.95);
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  }
  #bgNav.checked {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

#top .subNav {
  display: none !important;
}

.sub .topNav {
  display: none !important;
}

@media screen and (min-width: 751px) {
  #top nav#gnav {
    width: 1146px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #top nav#gnav {
    position: absolute;
    top: 0px;
    right: -100%;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
    padding: 6% 0%;
  }
  #top nav#gnav.checked {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@media screen and (min-width: 751px) {
  #top nav#gnav h1 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #top nav#gnav h1 {
    width: 16%;
    margin: 0% auto 6%;
  }
}
@media screen and (min-width: 751px) {
  #top nav#gnav ul {
    width: 516px;
    position: absolute;
    top: -250px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
#top nav#gnav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  #top nav#gnav ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0px 4px 4px;
  }
}
@media screen and (min-width: 751px) {
  #top nav#gnav ul li.new:after {
    top: -14px;
    right: 8px;
  }
}
@media screen and (max-width: 750px) {
  #top nav#gnav ul li.new:after {
    top: -14px;
    right: 28px;
  }
}
@media screen and (min-width: 751px) {
  #top nav#gnav ul li a {
    width: 168px;
    height: 95px;
  }
}
@media screen and (max-width: 750px) {
  #top nav#gnav ul li a {
    width: 96%;
    margin: 0 auto 2%;
    display: block;
  }
}
@media screen and (min-width: 751px) {
  #top nav#gnav #btnClose {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #top nav#gnav #btnClose {
    display: block;
    position: absolute;
    width: 14%;
    top: 0.2%;
    right: 2%;
  }
  #top nav#gnav #btnClose.checked {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

/* ==========================================================
    CONTENT
  ========================================================== */
#content {
  background: url("../img/shared/bg_content.png") repeat 0 0;
  text-align: center;
}
#content .inner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #content .inner {
    width: 1160px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner {
    width: 100%;
  }
}
#content section {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #content section {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 750px) {
  #content section {
    margin-bottom: 10%;
  }
}

/* ========================
  緑背景の共通見出し
========================== */
h1.tit_h1 {
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #185a65;
}
@media screen and (min-width: 751px) {
  h1.tit_h1 {
    font-size: 36px;
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 5px 0px 0px #3d2b19;
            box-shadow: 0px 5px 0px 0px #3d2b19;
  }
}
@media screen and (max-width: 750px) {
  h1.tit_h1 {
    font-size: 5vw;
    padding: 1% 0%;
    margin-bottom: 4%;
    -webkit-box-shadow: 0px 2px 0px 0px #3d2b19;
            box-shadow: 0px 2px 0px 0px #3d2b19;
  }
}
h1.tit_h1 span {
  text-shadow: 2px 3px 0px #3d2b19;
  width: 100%;
  color: #fff9eb;
  background-image: url("../img/shared/bg_h1_l.png"), url("../img/shared/bg_h1_r.png");
  background-position: 2% center, 98% center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 751px) {
  h1.tit_h1 span {
    height: 70px;
    border: solid 2px #fff9eb;
    border-radius: 100px;
  }
}
@media screen and (max-width: 750px) {
  h1.tit_h1 span {
    border-top: solid 2px #fff9eb;
    border-bottom: solid 2px #fff9eb;
    line-height: 1.5;
    padding: 1% 0% 1.8%;
    background-size: 8%;
  }
}
h1.tit_h1 span em {
  color: #ffcd21;
  font-weight: bolder;
}

/* ==========================================================
    FOOTER
  ========================================================== */
footer {
  width: 100%;
  color: #fff9eb;
  background: #814700 url(../img/shared/bg_footer_pc.jpg) no-repeat center top;
}
@media screen and (min-width: 751px) {
  footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 2%;
  }
}
@media screen and (min-width: 751px) {
  footer #pageTop_pc {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
  }
}
@media screen and (max-width: 750px) {
  footer #pageTop_pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  footer #pageTop_sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  footer #pageTop_sp a {
    display: block;
    background: #571703;
    padding: 4%;
    text-align: center;
  }
  footer #pageTop_sp a img {
    width: 20%;
  }
}
footer nav#fnav {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: -0.05em;
  color: #fff;
  text-shadow: 2px 2px 0px #000;
}
@media screen and (min-width: 751px) {
  footer nav#fnav {
    font-size: 18px;
    width: 100%;
    background: #571703;
    margin-bottom: 30px;
    padding: 2px 0px 4px;
  }
}
@media screen and (max-width: 750px) {
  footer nav#fnav {
    font-size: 3.2vw;
    background: url(../img/shared/bg_fnavi_sp.png) no-repeat center top;
    background-size: 100%;
    padding: 8% 0.6% 2%;
  }
}
@media screen and (min-width: 751px) {
  footer nav#fnav .inner {
    width: 100%;
    height: 96px;
    border-top: solid 2px #fde7a0;
    border-bottom: solid 2px #fde7a0;
  }
}
footer nav#fnav .inner ul {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  footer nav#fnav .inner ul {
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 751px) {
  footer nav#fnav .inner ul li a {
    height: 96px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer nav#fnav .inner ul li a.new:after {
    content: url(../img/shared/icn_new.png);
    position: absolute;
    top: -14px;
    right: 8px;
  }
  footer nav#fnav .inner ul li a:hover, footer nav#fnav .inner ul li a.current {
    background: url(../img/shared/bg_fnav_hover.png) no-repeat center 94%;
  }
  footer nav#fnav .inner ul li a:hover span, footer nav#fnav .inner ul li a.current span {
    color: #ffcd21;
  }
  footer nav#fnav .inner ul li a span {
    border-left: solid 2px #813e29;
    color: #fff;
    width: 192px;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
  }
  footer nav#fnav .inner ul li:last-child a span {
    border-right: solid 2px #813e29;
  }
}
@media screen and (max-width: 750px) {
  footer nav#fnav .inner ul li:nth-child(odd) a {
    float: left;
  }
  footer nav#fnav .inner ul li:nth-child(even) a {
    float: right;
  }
  footer nav#fnav .inner ul li a {
    position: relative;
    background: url(../img/shared/bg_fnav_menu_sp.png) no-repeat center top;
    background-size: 100%;
    width: 49.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.2vw;
    padding: 4.4vw 0 6vw;
  }
  footer nav#fnav .inner ul li a.new:after {
    content: url(../img/shared/icn_new.png);
    position: absolute;
    top: -14px;
    right: 8px;
  }
  footer nav#fnav .inner ul li a span {
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.08em;
  }
}
footer .inner {
  margin: 0 auto;
  width: 96%;
}
@media screen and (min-width: 751px) {
  footer .inner {
    width: 1160px;
  }
}
footer .inner #snsArea {
  border-bottom: solid 2px #734309;
}
@media screen and (min-width: 751px) {
  footer .inner #snsArea {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #snsArea {
    padding: 4% 0%;
  }
}
footer .inner #snsArea #snsF {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) {
  footer .inner #snsArea #snsF {
    width: 510px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #snsArea #snsF li {
    width: 32%;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #snsArea .fBnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #snsArea .fBnr {
    width: 70%;
    margin: 4vw auto;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #snsArea .fBnr li {
    margin-bottom: 3vw;
  }
}
footer .inner #prudctArea {
  border-top: solid 2px #c18c47;
  border-bottom: solid 2px #734309;
  text-shadow: 2px 3px 0px #3d2b19;
  text-align: center;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea {
    padding: 30px 0px 30px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea figure {
    width: 170px;
    float: left;
    margin: 0px 20px 0px 80px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea figure {
    width: 36%;
    margin: 0% auto 4vw;
  }
}
footer .inner #prudctArea figure img {
  width: 100%;
}
footer .inner #prudctArea div {
  text-align: left;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div {
    width: 872px;
    float: left;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div {
    width: 96%;
    margin: 0 auto;
  }
}
footer .inner #prudctArea div h1 {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div h1 {
    font-size: 4.8vw;
    margin-bottom: 3vw;
    line-height: 1.4;
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul {
    font-size: 14px;
    float: left;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div ul li dl {
    font-size: 3.2vw;
  }
}
footer .inner #prudctArea div ul li dl dt {
  float: left;
}
footer .inner #prudctArea div ul li dl dd {
  float: left;
  width: 15em;
  padding-left: 1em;
  text-indent: -1em;
}
footer .inner #prudctArea div ul li dl dd:before {
  content: "：";
  margin-right: 0.5em;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul.ulL {
    margin-right: 2em;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul.ulL dl dt {
    width: 4.5em;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div ul.ulL dl dt {
    width: 5em;
  }
}
footer .inner #prudctArea div ul.ulL dl dd {
  width: 17em;
}
footer .inner #prudctArea div ul.ulR dl dt {
  width: 5em;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul.ulR dl dd {
    width: 29em;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div ul.ulR dl dd {
    width: 20em;
  }
}
footer .inner #prudctArea div ul.ulR dl dd span {
  text-decoration: line-through;
}
footer .inner #prudctArea div .specLink {
  clear: both;
  position: relative;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div .specLink {
    text-align: right;
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div .specLink {
    font-size: 3.2vw;
    padding-top: 4vw;
  }
}
footer .inner #prudctArea div .specLink a {
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div .specLink a {
    background: url(../img/shared/bg_arrow_w.png) no-repeat right center;
    padding-right: 18px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div .specLink a {
    background: url(../img/shared/bg_arrow_w.png) no-repeat left 1.2vw;
    background-size: 2.2vw;
    padding-left: 3.2vw;
  }
}
footer .inner #prudctArea .dlcArea {
  border-top: solid 2px #c18c47;
  clear: both;
  width: 100%;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea .dlcArea {
    padding: 30px 80px 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea .dlcArea {
    padding: 3vw 2%;
    margin: 3vw auto 0;
  }
}
footer .inner #prudctArea .dlcArea .lTxt {
  line-height: 1.6;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea .dlcArea .lTxt {
    float: left;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea .dlcArea .lTxt {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea .dlcArea .rBox {
    font-size: 14px;
    width: 436px;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea .dlcArea .rBox {
    font-size: 3.2vw;
    width: 100%;
    margin-bottom: 3vw;
  }
}
footer .inner #prudctArea .dlcArea .rBox dl dt {
  float: left;
  width: 3.5em;
}
footer .inner #prudctArea .dlcArea .rBox dl dd {
  float: left;
}
footer .inner #prudctArea .dlcArea .rBox dl dd:before {
  content: "：";
  margin-right: 0.5em;
}
footer .inner #prudctArea .dlcArea .anoTxt {
  clear: both;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea .dlcArea .anoTxt {
    font-size: 13px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea .dlcArea .anoTxt {
    font-size: 3vw;
  }
}
footer .inner #bottomArea {
  border-top: solid 2px #bf8a46;
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea {
    padding: 4% 0%;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#bnrArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#bnrArea {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#bnrArea li {
    float: left;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#bnrArea li {
    width: 70%;
    margin: 0% auto 2%;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#linkArea {
    float: right;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#linkArea {
    margin-bottom: 2vw;
  }
}
footer .inner #bottomArea ul#linkArea li {
  position: relative;
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#linkArea li {
    float: left;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#linkArea li {
    width: 70%;
    margin: 0 auto 3vw;
  }
}
footer .inner #bottomArea ul#linkArea li a {
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#linkArea li a {
    background: url(../img/shared/bg_arrow_w.png) no-repeat right 16px center;
    display: inline-block;
    padding: 4px 38px 6px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#linkArea li a {
    background: url(../img/shared/bg_arrow_w.png) no-repeat right 3vw center;
    background-size: 2.2vw;
    display: block;
    padding: 0.8vw 0 1vw;
    font-size: 3.8vw;
    text-align: center;
  }
}
footer .inner #copyright {
  color: #be8642;
}
@media screen and (min-width: 751px) {
  footer .inner #copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #copyright {
    font-size: 3vw;
  }
}
footer .inner #copyright ul {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  footer .inner #copyright ul {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #copyright ul {
    margin-bottom: 4%;
  }
}
footer .inner #copyright small {
  color: #fff;
}
@media screen and (min-width: 751px) {
  footer .inner #copyright small {
    font-size: 12px;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #copyright small {
    font-size: 3vw;
    display: block;
    text-align: center;
  }
}