@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* ==========================================================================
Reset CSS
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Original Foundation Styles =================================*/
html, body {
  color: #222;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: auto;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
  word-break: normal;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

body.win {
  font-weight: 500;
}

body.scrollLock {
  position: fixed;
  width: 100%;
  height: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

a {
  cursor: pointer;
  color: #222;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.pc #wrapper a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

button {
  cursor: pointer;
}

/* ==========================================================================
コンテンツ
========================================================================== */
/* ヘッダー
----------------------------------------------------------------- */
/* WEB-970 Renewal Header */
/* for old template*/
#header_rwd {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}

body.win #header_rwd {
  font-weight: 500;
}

@media (min-width: 821px) {
  #header_rwd .sp_only,
  #header_rwd .u-sp_only {
    display: none;
  }
  #header_rwd {
    color: #222;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.06em;
    z-index: 99;
    background-color: #ffffff;
    border-bottom: 3px solid #d1d1d1;
  }
  #header_rwd a {
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #header_rwd a:hover {
    -webkit-transition: none;
    transition: none;
  }
  #header_rwd .inner {
    max-width: 1110px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header_rwd .top_unit {
    width: 100%;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header_rwd .header_logo {
    width: 152px;
  }
  #header_rwd .header_logo a {
    display: inline-block;
    height: 18px;
    line-height: 1;
  }
  #header_rwd .header_logo img {
    width: 152px;
    height: 18px;
    vertical-align: bottom;
  }
  #header_rwd .tagline {
    font-size: 10px;
    line-height: 1.4;
    margin-left: 15px;
    font-weight: bold;
  }
  #header_rwd .tagline span {
    display: inline-block;
    white-space: nowrap;
  }
  #header_rwd .biznavi {
    margin-left: auto;
    text-align: right;
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #header_rwd .biznavi li {
    display: inline-block;
    font-size: 10px;
    line-height: 100%;
  }
  #header_rwd .biznavi li a:before {
    content: "";
    display: inline-block;
    /*sprite化により変更
			background: url(/images/header_rwd/icn-blank.png) no-repeat center center;
			background-size: contain;
			*/
    margin-right: 6px;
  }
  #header_rwd .biznavi li.customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px;
    width: 100%;
  }
  #header_rwd .biznavi li.customer a {
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header_rwd .biznavi li.customer a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/svg/icn-help.svg) no-repeat center center/contain;
  }
  #header_rwd .biznavi li.customer a:hover {
    opacity: 0.7;
  }
  #header_rwd .biznavi li + li {
    margin-left: 16px;
  }
  #header_rwd .sub_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
    padding-right: 20px;
  }
  #header_rwd .sub_navi > a {
    display: inline-block;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #ffffff;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    position: relative;
  }
  #header_rwd .sub_navi > a:hover {
    opacity: 0.8;
  }
  #header_rwd .sub_navi .btn_cart {
    background: #53A96D;
  }
  #header_rwd .sub_navi .btn_cart span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    color: #53A96D;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-left: 7px;
    font-weight: bold;
  }
  #header_rwd .sub_navi .btn_language {
    background: #3C3C3C;
    margin-left: 10px;
  }
  #header_rwd .sub_navi .btn_cart:before,
  #header_rwd .sub_navi .btn_language:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 10px;
  }
  #header_rwd .sub_navi .btn_cart:before {
    background: url(/svg/cart/icn-cart.svg) no-repeat center center;
  }
  #header_rwd .sub_navi .btn_language:before {
    background: url(/svg/cart/icn-lang.svg) no-repeat center center;
  }
  #header_rwd .sub_navi .layer_language {
    position: absolute;
    background: #ffffff;
    right: 0;
    top: 100%;
    z-index: 100001;
    font-size: 12px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    max-height: 0;
    padding: 0 15px;
    min-width: 125px;
    -webkit-transition: max-height 0.3s, padding 0.3s, opacity 0s 0.3s;
    transition: max-height 0.3s, padding 0.3s, opacity 0s 0.3s;
    opacity: 0;
  }
  #header_rwd .sub_navi .layer_language.is-active {
    -webkit-transition: max-height 0.3s, padding 0.3s, opacity 0s 0s;
    transition: max-height 0.3s, padding 0.3s, opacity 0s 0s;
    opacity: 1;
    padding: 5px 15px;
    max-height: 140px;
  }
  #header_rwd .sub_navi .layer_language a {
    color: #333;
  }
  #header_rwd .sub_navi .layer_language li {
    line-height: 2;
  }
  #header_rwd .sub_navi .layer_language a.current {
    color: #E35D54;
  }
  #header_rwd .sub_navi .layer_language a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 821px) and (max-width: 820px) {
  #header_rwd .sub_navi .layer_language {
    display: none;
  }
}

@media (min-width: 821px) {
  #header_rwd .bottom_unit {
    width: 100%;
    margin-top: 8px;
  }
  #header_rwd .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header_rwd .gnavi > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header_rwd .gnavi > li > a {
    line-height: 100%;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px 10px;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  #header_rwd .gnavi > li.area > a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header_rwd .gnavi > li.area > a > img {
    height: 24px;
    width: auto;
    margin-right: 5px;
  }
  #header_rwd .gnavi > li.hover > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #d1d1d1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
  }
  #header_rwd .gnavi .pulldown_layer {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc( 100% + 3px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #F8F8F8;
    z-index: 100000;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
  #header_rwd .gnavi li.hover .pulldown_layer {
    max-height: 500px;
    -webkit-transition: max-height 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: max-height 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #header_rwd .gnavi .member .pulldown_layer {
    background: #ffffff;
  }
  #header_rwd.signed .gnavi .member .pulldown_layer {
    background: #F8F8F8;
  }
  #header_rwd .gnavi:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 100%;
    z-index: 99999;
    -webkit-transition: height 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
  }
  #header_rwd .gnavi:hover:after {
    height: 100%;
  }
  #header_rwd .gnavi .pulldown_layer .inner {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title {
    width: 25%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    position: relative;
  }
  #header_rwd .gnavi .member .pulldown_layer .pulldown_title {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup {
    position: absolute;
    bottom: 30px;
    left: 5.095%;
    width: 89.81%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 10px 10px;
    color: #ffffff;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .note {
    font-size: 12px;
    text-align: center;
    line-height: 1;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .btn + .note {
    margin-top: 10px;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .note a {
    color: #ffffff;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup a:before {
    display: none;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .note a:hover {
    text-decoration: underline;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .btn,
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .btn {
    margin-top: 10px;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .btn button,
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .btn a {
    display: inline-block;
    width: 100%;
    background: #ffffff !important;
    border: none;
    color: #3C3C3C;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: transparent;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    height: 31px;
    line-height: 31px;
  }
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .btn button:before,
  #header_rwd .gnavi .member .pulldown_layer .pc_member_signup .btn a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #3C3C3C;
    margin-right: 12px;
  }
  #header_rwd.signed .gnavi .pulldown_layer .pulldown_title .member_image {
    border-radius: 34px;
    width: 68px;
    height: 68px;
    position: relative;
    border: 2px solid #fff1ee;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header_rwd.signed .gnavi .pulldown_layer .pulldown_title .member_image img,
  #header_rwd.signed .gnavi .pulldown_layer .pulldown_title .member_initial {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header_rwd.signed .gnavi .pulldown_layer .pulldown_title .member_initial {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #3C3C3C;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 30px;
  }
  #header_rwd.signed .gnavi .pulldown_layer .pulldown_title .member_name {
    font-size: 14px;
    margin-bottom: 9px;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title .member_summary {
    border: 2px solid #ffffff;
    font-size: 10px;
    padding: 9px 14px;
    border-radius: 3px;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title .member_summary:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -7px;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title .member_summary:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-bottom: 4px solid #f36452;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -3px;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title .member_summary img {
    vertical-align: middle;
    margin-right: 6px;
  }
  .member_detail {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .member_summary_position {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .member_summary_pao {
    text-align: left;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .member_menu {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title .btn_account,
  #header_rwd .gnavi .pulldown_layer .pulldown_title .btn_logout {
    min-width: 186px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    border-radius: 3px;
    background: #ffffff;
    color: #3C3C3C;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
    display: inline-block;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title .btn_logout {
    margin-top: 8px;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title .btn_account:before,
  #header_rwd .gnavi .pulldown_layer .pulldown_title .btn_logout:before {
    position: static;
    border: 3px solid transparent;
    border-left: 4px solid #3C3C3C;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
  }
  #header_rwd .gnavi .pulldown_layer .pulldown_title .btn_account:hover,
  #header_rwd .gnavi .pulldown_layer .pulldown_title .btn_logout:hover {
    opacity: 0.8;
  }
  #header_rwd .gnavi .area .pulldown_title {
    background: url(/images/header_rwd/img-navi_06.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .shareHouse .pulldown_title {
    background: url(/images/header_rwd/img-navi_01.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .socialResidence .pulldown_title {
    background: url(/images/header_rwd/img-navi_02.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .apartment .pulldown_title {
    background: url(/images/header_rwd/img-navi_03.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .gran .pulldown_title {
    background: url(/images/header_rwd/img-navi_10.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .valueplan .pulldown_title {
    background: url(/images/header_rwd/img-navi_09.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .service .pulldown_title {
    background: url(/images/header_rwd/img-navi_04.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .about .pulldown_title {
    background: url(/images/header_rwd/img-navi_05.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .search .pulldown_title {
    background: url(/images/header_rwd/img-navi_06.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .event_news .pulldown_title {
    background: url(/images/header_rwd/img-navi_07.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .voice .pulldown_title {
    background: url(/images/header_rwd/img-navi_07.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .member .pulldown_title {
    background: url(/images/header_rwd/img-navi_08.png) no-repeat center center;
    background-size: cover;
  }
  #header_rwd .gnavi .member > a > img {
    vertical-align: middle;
  }
  #header_rwd.signed .gnavi .member > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px;
    font-size: 12px;
  }
  #header_rwd.signed .gnavi .member > a > .member_image {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 2px solid #fff1ee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  #header_rwd.signed .gnavi .member > a > .member_image img,
  #header_rwd.signed .gnavi .member > a > .member_image .member_initial {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header_rwd.signed .gnavi .member > a > .member_image .member_initial {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #3C3C3C;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 14px;
  }
  #header_rwd.signed .gnavi .member .txt {
    text-align: left;
  }
  #header_rwd.signed .gnavi .member .member_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-style: normal;
    overflow: hidden;
    width: 110px;
    line-height: 2;
  }
  #header_rwd.signed .gnavi .member .pulldown_layer .member_name {
    width: 186px;
  }
  #header_rwd .gnavi .pulldown_layer .inner .second {
    width: 75%;
    position: relative;
    font-size: 12px;
    font-weight: bold;
  }
  #header_rwd .gnavi .noThird .pulldown_layer .inner .second {
    width: 50%;
  }
  #header_rwd .gnavi .pulldown_layer .inner .second > li {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header_rwd .gnavi .noThird .pulldown_layer .inner .second > li {
    width: 50%;
  }
  #header_rwd .gnavi .pulldown_layer li > a {
    color: #000;
    display: block;
    width: 100%;
    padding: 15px 21px 15px 35px;
    border-top: 2px solid transparent;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
  }
  #header_rwd .gnavi .pulldown_layer a:before {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #222;
    top: 50%;
    left: 23px;
    margin-top: -3px;
  }
  #header_rwd .gnavi .pulldown_layer .second > li.hover > a {
    background: #ffffff;
  }
  #header_rwd .gnavi .pulldown_layer .third > li.hover > a,
  #header_rwd .gnavi .pulldown_layer .fourth > li.hover > a {
    background: #3C3C3C;
    color: #ffffff;
  }
  #header_rwd .gnavi .pulldown_layer .third > li.hover > a:before,
  #header_rwd .gnavi .pulldown_layer .fourth > li.hover > a:before {
    border-left: 3px solid #ffffff;
  }
  #header_rwd .gnavi .pulldown_layer .inner .third,
  #header_rwd .gnavi .pulldown_layer .inner .fourth {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
    pointer-events: none;
  }
  #header_rwd .gnavi .pulldown_layer .inner .third {
    width: 33%;
    left: 33%;
    background: #ffffff;
  }
  #header_rwd .gnavi .pulldown_layer .inner .fourth {
    width: 100%;
    left: 100%;
    background: #ffffff;
  }
  #header_rwd li.hover .pulldown_layer li.hover > .third,
  #header_rwd li.hover .pulldown_layer li.hover > .fourth {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: initial;
  }
  #header_rwd .login {
    padding: 40px 30px;
    color: #000000;
  }
  #header_rwd .login .error {
    color: #E35D54;
    font-size: 10px;
    font-weight: bold;
  }
  #header_rwd .login .form {
    font-size: 12px;
    max-width: 358px;
    margin-top: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header_rwd .login .form th {
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  #header_rwd .login .form td {
    text-align: right;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
  #header_rwd .login .login_input {
    background: #efefef;
    width: 100%;
    border: none;
    padding: 5px 13px;
    line-height: 100%;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header_rwd .login .login_input:focus {
    outline: none;
  }
  #header_rwd .login_lang {
    font-size: 12px;
    margin-bottom: 12px;
    color: #222;
    line-height: 1;
  }
  #header_rwd .login_lang label + label {
    margin-left: 10px;
  }
  #header_rwd .login_lang input {
    vertical-align: middle;
    margin-right: 5px;
  }
  #header_rwd .login .btn button {
    min-width: 358px;
    border: none;
    color: #ffffff;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    text-align: center;
    background: #3C3C3C;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  #header_rwd .login .btn button:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #ffffff;
    margin-right: 14px;
  }
  #header_rwd .login .note {
    color: #000;
    font-size: 12px;
    line-height: 200%;
    margin-top: 20px;
    font-weight: 500;
  }
  #header_rwd .login .note a {
    text-decoration: underline;
    font-weight: bold;
  }
  #header_rwd .login .note a:hover {
    text-decoration: none;
  }
  #header_rwd .login a:before {
    display: none;
  }
  /*  ---------------------------
				Language
	---------------------------  */
  #language {
    width: 100%;
    text-align: center;
    display: none;
  }
  #language ul {
    text-align: center;
    background: #000;
    height: 50px;
  }
  #language ul li {
    display: inline;
    color: #ffffff;
    background: url(/images/navi/lang/border.png) no-repeat;
  }
  #language ul li a {
    padding: 15px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
  }
  #language ul li a img {
    padding: 0 10px 0 0;
    margin-bottom: -1px;
  }
  #language ul li a.current {
    background: #F00;
  }
  #content {
    padding-top: 0;
  }
}

@media (min-width: 821px) and (max-width: 1140px) {
  #header_rwd .header_logo {
    padding-left: 20px;
  }
  #header_rwd .gnavi {
    padding: 0 5px;
  }
  #header_rwd .gnavi > li > a {
    padding: 17px 5px;
    letter-spacing: 0;
  }
}

@media (max-width: 820px) {
  #header_rwd {
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  #header_rwd.is-disable {
    top: -50px;
  }
  #side {
    display: none;
  }
  #header_rwd {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    height: 49px;
    z-index: 9998;
    font-weight: bold;
    letter-spacing: 0.15rem;
    -ms-overflow-style: none;
  }
  #header_rwd .header_logo {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #d1d1d1;
  }
  #header_rwd .header_logo img {
    width: 43.4375%;
    max-width: 139px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #header_rwd .btn_toggle {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
    z-index: 110;
    -webkit-transition: background-position 0.4s;
    transition: background-position 0.4s;
    overflow: hidden;
  }
  #header_rwd .sp_menu .btn_cart {
    position: absolute;
    right: 55px;
    top: 50%;
    margin-top: -12px;
    z-index: 111;
  }
  #header_rwd .sp_menu .btn_cart a {
    background: #53A96D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 24px;
    font-size: 13px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    padding: 0 7px;
  }
  #header_rwd .sp_menu .btn_cart a:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/svg/cart/icn-cart.svg) no-repeat center center;
    background-size: contain;
    margin-right: 5px;
  }
  #header_rwd .sp_search .btn_toggle {
    right: 4px;
    background: url(/svg/sm/icn-arrow_right_header.svg) no-repeat 63px center;
    background-size: 12px 21px;
  }
  #header_rwd .sp_menu .btn_toggle {
    left: 5px;
    background: url(/svg/sm/icn-arrow_left_header.svg) no-repeat right 63px center;
    background-size: 12px 21px;
  }
  #header_rwd .hide .btn_toggle {
    display: none;
  }
  #header_rwd .btn_toggle a {
    display: block;
    width: 42px;
    height: 42px;
  }
  #header_rwd .btn_toggle img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  #header_rwd .sp_search.active .btn_toggle img {
    -webkit-transform: translate(-42px, 0);
            transform: translate(-42px, 0);
  }
  #header_rwd .sp_menu.active .btn_toggle img {
    -webkit-transform: translate(42px, 0);
            transform: translate(42px, 0);
  }
  #header_rwd .sp_search.active .btn_toggle {
    background-position: center center;
  }
  #header_rwd .sp_menu.active .btn_toggle {
    background-position: center center;
  }
  #header_rwd .sp_search .btn_toggle img {
    max-width: 23px;
  }
  #header_rwd .sp_menu .btn_toggle img {
    max-width: 23px;
  }
  #header_rwd .sp_layer {
    padding-top: 49px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: left;
    top: 0;
    z-index: 90;
    -webkit-transition: transform 0.3s;
    -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transform: translateX(100%);
    background: #efefef;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #header_rwd .sp_menu .sp_layer {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #efefef;
  }
  #header_rwd .active .sp_layer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #header_rwd .gnavi_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    background: #ffffff;
  }
  #header_rwd .gnavi_search_input {
    border: none;
    padding: 9px 5px 7px 35px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 100%;
    background-color: #efefef;
    background-image: url(/svg/sm/icn-search_gray.svg);
    background-size: 23px;
    background-position: 7px 5px;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 10px;
    min-width: 100px;
  }
  #header_rwd .gnavi_search_submit {
    background: #3C3C3C;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    height: 34px;
    padding: 4px 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    max-width: 70px;
  }
  #header_rwd .gnavi {
    border-top: 1px solid #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #ffffff;
  }
  #header_rwd .gnavi > li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #header_rwd .gnavi > li.pc_only, #header_rwd .gnavi > li.u-pc_only {
    display: none;
  }
  #header_rwd .gnavi > li:nth-child(odd):last-child {
    width: 100%;
    border-right: 0;
  }
  #header_rwd .gnavi > li:after {
    content: '';
    background: rgba(0, 0, 0, 0.73);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #header_rwd .gnavi > li.active:after {
    opacity: 1;
    pointer-events: initial;
  }
  #header_rwd .gnavi > li:nth-child(odd) {
    border-right: 0px solid #E35D54;
  }
  #header_rwd .gnavi > li > a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 5px;
    background: #ffffff;
    color: #222;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
  }
  #header_rwd .gnavi > li.active {
    position: relative;
    z-index: 3000;
  }
  #header_rwd .gnavi .member {
    border-top: 2px solid #d1d1d1;
    border-bottom: none;
  }
  #header_rwd.signed .gnavi .member .txt {
    text-align: left;
  }
  #header_rwd .gnavi .member > a {
    pointer-events: none;
  }
  #header_rwd.signed .gnavi .member > a:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #3C3C3C;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  #header_rwd.signed .gnavi .member.active > a:before {
    border: 5px solid transparent;
    border-bottom: 5px solid #E35D54;
    margin-top: -8px;
  }
  #header_rwd.signed .gnavi .member > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 10px;
    font-size: 12px;
    pointer-events: initial;
    position: relative;
  }
  #header_rwd.signed .gnavi .member > a > .member_image {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 2px solid #fff1ee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  #header_rwd.signed .gnavi .member > a > .member_image img,
  #header_rwd.signed .gnavi .member > a > .member_image .member_initial {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 14px;
  }
  #header_rwd.signed .gnavi .member > a > .member_image .member_initial {
    width: 28px;
    height: 28px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #3C3C3C;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 14px;
  }
  #header_rwd.signed .gnavi .member .member_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-style: normal;
    overflow: hidden;
    width: 110px;
  }
  #header_rwd .gnavi .pulldown_title,
  #header_rwd .gnavi .member .login,
  #header_rwd .tagline,
  #header_rwd .biznavi,
  #header_rwd .sub_navi {
    display: none;
  }
  #header_rwd .gnavi ul {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header_rwd .gnavi li:nth-child(even) > .pulldown_layer > .inner > ul,
  #header_rwd .gnavi li:nth-child(even) > ul {
    /*left: -50vw;*/
  }
  #header_rwd .second > li:nth-child(1) {
    border-top: 2px solid #d1d1d1;
  }
  #header_rwd .second > li:nth-child(odd),
  #header_rwd .third > li:nth-child(odd),
  #header_rwd .fourth > li:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }
  #header_rwd .gnavi .active ul.second,
  #header_rwd .gnavi .active > ul.third,
  #header_rwd .gnavi .active > ul.fourth {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
  }
  #header_rwd .gnavi ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #header_rwd .gnavi ul li:nth-child(odd):last-child {
    width: 100%;
  }
  #header_rwd .second > li > a,
  #header_rwd .third > li > a,
  #header_rwd .fourth > li > a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 5px;
    color: #000;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    background: #ffffff;
    position: relative;
  }
  #header_rwd .third > li > a {
    background: #f7e6e6;
  }
  #header_rwd .fourth > li > a {
    background: #f2d1d0;
  }
  #header_rwd .second > li.active > a {
    background: #f7e6e6;
  }
  #header_rwd .third > li.active > a {
    background: #f2d1d0;
  }
  #header_rwd .gnavi > li.active > a:after,
  #header_rwd .second > li.active > a:after,
  #header_rwd .third > li.active > a:after,
  #header_rwd .fourth > li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
  }
  #header_rwd .gnavi > li.active > a:after {
    border-bottom: 6px solid #d1d1d1;
  }
  #header_rwd .second > li.active > a:after,
  #header_rwd .third > li.active > a:after {
    border-bottom: 6px solid #ffffff;
  }
  #header_rwd .gnavi .member > a > img {
    vertical-align: middle;
  }
  #header_rwd .sp_member_login {
    background: #ffffff;
    padding: 15px;
  }
  #header_rwd .sp_member_signup {
    background: #ffffff;
    padding: 0 15px 15px;
    margin-top: -5px;
  }
  #header_rwd .sp_member_login .title {
    color: #222;
    font-size: 14px;
    text-align: center;
  }
  #header_rwd .sp_member_login .title img {
    vertical-align: middle;
  }
  #header_rwd .sp_member_login .form_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header_rwd .sp_member_login .login_input {
    background: #efefef;
    width: 50%;
    border: none;
    padding: 7px 13px;
    line-height: 1;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    -webkit-transform: translateZ(0px);
    margin-bottom: 15px;
  }
  #header_rwd .sp_member_login .login_input + .login_input {
    margin-left: 10px;
  }
  #header_rwd .sp_member_login .login_lang {
    font-size: 12px;
    margin-top: 10px;
    color: #222;
    line-height: 1;
  }
  #header_rwd .sp_member_login .login_lang label + label {
    margin-left: 10px;
  }
  #header_rwd .sp_member_login .login_lang input {
    vertical-align: middle;
    margin-right: 5px;
  }
  #header_rwd .sp_member_login .btn + .btn,
  #header_rwd .sp_member_signup .btn + .btn {
    margin-top: 10px;
  }
  #header_rwd .sp_member_login .btn button,
  #header_rwd .sp_member_login .btn a,
  #header_rwd .sp_member_signup .btn button,
  #header_rwd .sp_member_signup .btn a {
    display: inline-block;
    width: 100%;
    background: #3C3C3C !important;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: transparent;
    padding: 0px 6px;
    height: 36px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  #header_rwd .sp_member_login .btn button:before,
  #header_rwd .sp_member_login .btn a:before,
  #header_rwd .sp_member_signup .btn button:before,
  #header_rwd .sp_member_signup .btn a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #ffffff;
    margin-right: 14px;
  }
  #header_rwd .sp_member_signup .note {
    color: #222;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
  }
  #header_rwd .sp_member_signup .btn + .note {
    margin-top: 10px;
  }
  #header_rwd .sp_member_signup .note:last-child {
    margin-bottom: 0;
  }
  #header_rwd .sp_member_signup .note a {
    color: #222;
  }
  #header_rwd .sp_social_navi {
    padding: 15px;
    color: #222;
    text-align: center;
    border-top: 3px solid #d1d1d1;
    background: #ffffff;
  }
  #header_rwd .sp_social_navi .title {
    font-size: 14px;
  }
  #header_rwd .sp_social_navi ul {
    margin-top: 10px;
  }
  #header_rwd .sp_social_navi ul li {
    display: inline-block;
  }
  #header_rwd .sp_social_navi ul li + li {
    margin-left: 24px;
  }
  #header_rwd .sp_social_navi ul li img {
    width: 25px;
    height: 25px;
  }
  #header_rwd .sp_language_navi {
    text-align: center;
    padding: 15px;
    color: #222;
    text-align: center;
    background: #ffffff;
    border-top: 3px solid #d1d1d1;
  }
  #header_rwd .sp_language_navi .title {
    font-size: 14px;
  }
  #header_rwd .sp_language_navi .title img {
    vertical-align: middle;
  }
  #header_rwd .sp_language_navi img {
    vertical-align: middle;
  }
  #header_rwd .sp_language_navi ul {
    margin-top: 10px;
  }
  #header_rwd .sp_language_navi ul img {
    margin-right: 6px;
  }
  #header_rwd .sp_language_navi ul li {
    display: inline-block;
    line-height: 100%;
    margin-bottom: 6px;
  }
  #header_rwd .sp_language_navi ul li + li {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #d1d1d1;
  }
  #header_rwd .sp_language_navi ul li a {
    color: #222;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: initial;
  }
  #header_rwd .sp_biznavi {
    text-align: center;
    padding: 15px 5px 10px;
    color: #222;
    text-align: center;
    background: #ffffff;
    border-top: 3px solid #d1d1d1;
  }
  #header_rwd .sp_biznavi li {
    display: inline-block;
  }
  #header_rwd .sp_biznavi ul li + li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #d1d1d1;
    margin-bottom: 5px;
  }
  #header_rwd .sp_biznavi li a {
    font-size: 12px;
    color: #222;
    text-decoration: none;
  }
  #header_rwd .sp_biznavi li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/images/header_rwd/icn-blank.png) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
  #header_rwd .sp_biznavi li.customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  #header_rwd .sp_biznavi li.customer a {
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header_rwd .sp_biznavi li.customer a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/svg/icn-help.svg) no-repeat center center/contain;
  }
  #header_rwd .sp_biznavi li.customer span {
    margin-bottom: 4px;
    width: 100%;
    font-size: 12px;
  }
  #header_rwd .sp_footer_navi {
    color: #787878;
    background: #efefef;
    text-align: center;
    padding: 15px;
    font-weight: normal;
  }
  #header_rwd .sp_footer_navi .address {
    font-size: 10px;
  }
  #header_rwd .sp_footer_navi .logo {
    margin-top: 10px;
  }
  #header_rwd .sp_footer_navi .logo img {
    max-width: 230px;
  }
  #header_rwd .sp_footer_navi .copy {
    margin-top: 15px;
    font-size: 10px;
  }
  #header_rwd .sp_layer > .search_list {
    font-size: 16px;
  }
  #header_rwd .sp_layer > .search_list .search_list_item,
  #header_rwd .sp_layer > .search_list .search_list_acordion {
    border-top: 1px solid #d1d1d1;
  }
  #header_rwd .sp_layer > .search_list .search_list_item a,
  #header_rwd .sp_layer > .search_list .search_list_acordion a {
    display: block;
    text-decoration: none;
    color: #222;
    padding: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    min-height: 70px;
  }
  #header_rwd .sp_layer > .search_list .search_list_item a:after,
  #header_rwd .sp_layer > .search_list .search_list_acordion a:after {
    content: '';
    display: block;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    background: #3C3C3C url(/svg/sm/icn-arrow_right_navi.svg) no-repeat center center;
    background-size: 8px 11px;
  }
  #header_rwd .sp_layer > .search_list .search_list_acordion a:after {
    background: #3E3A39 url(/svg/sm/icn-plus_list_header.svg) no-repeat center center;
    background-size: 10px;
  }
  #header_rwd .sp_layer > .search_list .search_list_acordion.active a:after {
    background: #ffffff url(/svg/sm/icn-minus_list_header.svg) no-repeat center center;
    background-size: 10px;
  }
  #header_rwd .sp_layer > .search_list dt {
    min-height: 70px;
  }
  #header_rwd .sp_layer > .search_list dd {
    display: none;
    padding: 13px;
  }
  #header_rwd .sp_layer > .search_list dd ul {
    border-radius: 2px;
    background: #ffffff;
    padding: 0 15px;
  }
  #header_rwd .sp_layer > .search_list dd ul li {
    border-top: 1px dotted #595757;
  }
  #header_rwd .sp_layer > .search_list dd ul li:first-child {
    border-top: none;
  }
  #header_rwd .sp_layer > .search_list dd ul li a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
    color: #231815;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header_rwd .sp_layer > .search_list dd ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url(/svg/sm/icn-arrow_right_list_black_header.svg) no-repeat center center;
    background-size: 7px 10px;
  }
  #header_rwd .sp_layer .btn_back {
    background: #efefef;
    padding: 14px;
  }
  #header_rwd .sp_layer .btn_back a {
    display: block;
    padding: 12px;
    line-height: 1;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
  }
  #header_rwd .sp_search .btn_back a {
    text-align: left;
    padding-left: 34px;
    background: #3C3C3C url(/svg/sm/icn-arrow_left_navi.svg) no-repeat 17px center;
    background-size: 8px 13px;
  }
  #header_rwd .sp_menu .btn_back a {
    text-align: right;
    padding-right: 34px;
    background: #3E3A39 url(/svg/sm/icn-arrow_right_navi.svg) no-repeat right 17px center;
    background-size: 8px 13px;
  }
  #language {
    display: none;
  }
  #wrapper {
    -webkit-transform: none;
            transform: none;
  }
  #wrapper.slide {
    -webkit-transition: transform 0.3s;
    -webkit-transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transform: translateX(0);
  }
  #wrapper.sp_search {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #wrapper.sp_menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  #content {
    padding-top: 49px;
  }
  /*add 20171222*/
  .search_list li a {
    min-height: 70px;
  }
  .gnavi li {
    min-height: 70px;
  }
  .gnavi li a {
    min-height: 70px;
  }
  #header_rwd .gnavi > li.area > a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header_rwd .gnavi > li.area > a > img {
    height: 24px;
    width: auto;
    margin-right: 5px;
  }
}

#header_rwd .biznavi li a:before {
  content: "";
  display: inline-block;
  background-image: url(/images/spritebox-sprite.png);
  background-position: -459px -23px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

/* レスポンシブ用パンくず */
/* 各所で見つかったCSSの無差別適用回避 サイト改修後削除 */
.plist_rwd > nav > ul > li:before {
  color: #333;
  font-size: 12px;
}

/* */
.plist_rwd + #wrapper {
  margin-top: 0 !important;
}

.plist_rwd {
  background: #EFEFEF;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.plist_rwd > nav > ul {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  min-height: 20px;
}

.plist_rwd > nav > ul > li {
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
}

.plist_rwd > nav > ul > li + li:before {
  content: '>';
  margin-right: 5px;
}

@media (max-width: 820px) {
  .plist_rwd {
    margin-top: 50px;
  }
  #content .plist_rwd {
    margin-top: 0;
  }
}

.btn_hpdrawer {
  width: 50px;
  position: fixed;
  right: 40px;
  bottom: 70px;
  z-index: 4;
}

@media (max-width: 820px) {
  .btn_hpdrawer {
    right: 20px;
    bottom: 20px;
  }
}

.btn_hpdrawer img {
  width: 100%;
}

/* 共通コンポーネントパーツ
----------------------------------------------------------------- */
/* Content Navi ================================== */
.c-contentNavi {
  position: relative;
  height: 49px;
}

.c-contentNavi ul {
  width: 100%;
  position: absolute;
  z-index: 50;
  top: 0;
  -webkit-transition: top 0s;
  transition: top 0s;
  line-height: 49px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-contentNavi ul::-webkit-scrollbar {
  display: none;
}

.c-contentNavi ul li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: calc( $global-maxwidth / 4);
}

.c-contentNavi ul li a {
  white-space: nowrap;
  padding: 0 18px;
  display: block;
  position: relative;
  color: #787878;
  text-decoration: none;
  text-align: center;
}

.c-contentNavi ul li a.is-active {
  color: #222;
  font-weight: bold;
}

.c-contentNavi ul li a.is-active:after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #E35D54;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-contentNavi ul li.ext-cart {
  overflow: hidden;
  max-width: 0;
  margin-left: 0;
  -webkit-transition: max-width 0.4s, margin-left 0.4s;
  transition: max-width 0.4s, margin-left 0.4s;
}

.c-contentNavi ul li.ext-cart a {
  background: #53A96D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  font-size: 13px;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0 7px;
  margin-top: 12px;
  overflow: hidden;
}

.c-contentNavi ul li.ext-cart a:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/svg/cart/icn-cart.svg) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}

@media screen and (min-width: 821px) {
  .c-contentNavi ul {
    position: relative;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
  }
  .c-contentNavi ul.ext-overflow {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-contentNavi ul li {
    max-width: 180px;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.c-contentNavi.is-fixed ul {
  position: fixed;
}

@media screen and (max-width: 820px) {
  .c-contentNavi.is-fixed ul {
    top: 50px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
}

.c-contentNavi.is-fixed ul li.ext-cart {
  max-width: 100px;
  margin-left: 15px;
}

.c-contentNavi.is-fixed.is-withOutHeader ul {
  top: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}

/* Section ================================== */
.c-section {
  margin: 50px 15px 0;
  max-width: 1080px;
}

@media screen and (min-width: 821px) {
  .c-section {
    margin: 100px auto 0;
  }
}

@media screen and (min-width: 821px) and (max-width: 1120px) {
  .c-section {
    margin: 100px 40px 0;
  }
}

.c-section__title {
  font-size: 18px;
  text-align: center;
  color: #222;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (min-width: 821px) {
  .c-section__title {
    font-size: 20px;
  }
}

.c-section__title:after {
  content: '';
  display: block;
  margin: 20px auto 0;
  height: 1px;
  width: 40px;
  background: #d1d1d1;
}

.c-section__title + * {
  margin-top: 20px;
}

@media screen and (min-width: 821px) {
  .c-section__title:after {
    margin: 40px auto 0;
    height: 1px;
    width: 80px;
  }
  .c-section__title + * {
    margin-top: 40px;
  }
}

/* Box ================================== */
.c-box {
  background: #ffffff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 821px) {
  .c-box {
    padding: 40px;
  }
}

.c-box__title {
  border-radius: 7px 7px 0 0;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  padding: 0.75em 15px;
  border-bottom: 1px solid #d1d1d1;
  margin: -15px -15px 20px;
  font-size: 16px;
}

@media screen and (min-width: 821px) {
  .c-box__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 821px) {
  .c-box__title {
    padding: 0.75em 40px;
  }
}

@media screen and (min-width: 821px) {
  .c-box__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 821px) {
  .c-box__title {
    margin: -40px -40px 27px;
  }
}

.c-box__title a {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-box__title a:before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(/svg/icn-box_title.svg) no-repeat center center;
  background-size: 98% 98%;
  margin-right: 0.5em;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-column > .c-box__title {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
}

.c-box__content {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 821px) {
  .c-box__content {
    font-size: 16px;
  }
}

/* Layout ================================== */
@media screen and (min-width: 821px) {
  .c-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-column__item + .c-column__item {
  margin-top: 20px;
}

@media screen and (min-width: 821px) {
  .c-column__item {
    width: calc(50% - 10px);
  }
  .c-column__item:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-column__item + .c-column__item {
    margin-top: 0;
    margin-left: 20px;
  }
  .c-column__item:nth-child(odd) {
    margin-left: 0;
  }
  .c-column__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

/* Button ================================== 
色味や装飾の指定にとどめる、縦横幅、フォントサイズなどは別途指定する */
.c-button {
  border-radius: 7px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  background: #3C3C3C;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  font-size: 14px;
  padding: 0.5em 1em;
}

@media screen and (min-width: 821px) {
  .c-button {
    font-size: 16px;
  }
}

.c-button.ext-alt {
  background: #B4B4B4;
}

.c-button.ext-cart {
  color: #ffffff;
  background: #53A96D;
}

.c-button.ext-sub {
  border: 1px solid #222;
  color: #222;
  background: #ffffff;
}

.c-button.is-disable {
  background: #B4B4B4;
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

@media screen and (min-width: 821px) {
  .c-button:hover {
    text-decoration: none;
  }
}

/* List ================================== */
.c-list > li {
  border-top: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 15px 0;
}

@media screen and (min-width: 821px) {
  .c-list > li {
    font-size: 16px;
  }
}

.c-list > li:first-child {
  border-top: 0;
}

@media screen and (min-width: 821px) {
  .c-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-list > li {
    width: calc( 490 / 1000 * 100%);
    border-top: 0;
    border-bottom: 1px solid #d1d1d1;
  }
  .c-list > li:nth-child(1), .c-list > li:nth-child(2) {
    padding-top: 0;
  }
  .c-list > li:nth-child(even) {
    margin-left: calc( 20 / 1000 * 100%);
  }
  .c-column .c-list {
    display: block;
  }
  .c-column .c-list > li {
    width: 100%;
    margin-left: 0;
  }
  .c-column .c-list > li:first-child {
    margin-top: 0;
  }
  .c-column .c-list > li:nth-child(2) {
    padding-top: 15px;
  }
}

.c-list__title {
  display: block;
  color: #333;
  margin-bottom: 0.3em;
}

.c-link {
  margin-left: -0.2em;
  margin-right: -0.2em;
  line-height: 1.8;
}

.c-link a {
  text-decoration: underline;
  display: inline-block;
  border-radius: 7px;
  padding: 0.2em 0.5em;
  font-size: 14px;
}

@media screen and (min-width: 821px) {
  .c-link a {
    font-size: 16px;
  }
}

.c-link a:hover {
  background: #F8F8F8;
  opacity: 1 !important;
}

.c-link a.ext-all {
  text-decoration: underline;
  font-weight: bold;
}

.c-link a.ext-all:after {
  content: '';
  margin-left: 0.3em;
  display: inline-block;
  text-align: center;
  background: url(/svg/bukken/icn-arrow_photomodal.svg) no-repeat center center;
  width: 0.7em;
  height: 0.7em;
}

/* Tab ================================== */
.c-tab {
  background: #ffffff;
}

.c-tab__navi {
  border-radius: 7px 7px 0 0;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  padding: 0.75em 15px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 !important;
  overflow-x: scroll;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 821px) {
  .c-tab__navi {
    font-size: 18px;
  }
}

@media screen and (min-width: 821px) {
  .c-tab__navi {
    padding: 0.75em 40px;
  }
}

.c-tab__navi::-webkit-scrollbar {
  display: none;
}

.c-tab__navi ul {
  white-space: nowrap;
}

.c-tab__navi ul li {
  display: inline-block;
}

.c-tab__navi ul li a {
  display: inline-block;
  color: #787878;
  font-size: 16px;
  padding: 0.75em 15px;
  position: relative;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (min-width: 821px) {
  .c-tab__navi ul li a {
    font-size: 18px;
  }
}

@media screen and (min-width: 821px) {
  .c-tab__navi ul li a {
    padding: 0.75em 40px;
  }
}

.c-tab__navi ul li a.is-active {
  font-weight: bold;
  opacity: 1;
  color: #222;
}

.c-tab__navi ul li a.is-active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #E35D54;
}

.c-tab__title {
  display: none;
}

.c-tab__content {
  display: none;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 821px) {
  .c-tab__content {
    padding: 40px;
  }
}

.c-tab__content.is-active {
  display: block;
  -webkit-animation: fadeIn 0.6s forwards;
          animation: fadeIn 0.6s forwards;
}

.c-table {
  border-collapse: collapse;
}

.c-table th, .c-table td {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  padding: 0.7em 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-table th {
  font-weight: bold;
  vertical-align: middle;
}

.c-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.c-table tr:last-child {
  border-bottom: none;
}

.c-table thead {
  border-bottom: 1px solid #e5e5e5;
}

.c-table thead th {
  background: #F8F8F8;
}

.c-table.ext-odd tr:nth-child(odd) th, .c-table.ext-odd tr:nth-child(odd) td {
  background: #F8F8F8;
}

.c-table.ext-even tr:nth-child(even) th, .c-table.ext-even tr:nth-child(even) td {
  background: #F8F8F8;
}

.c-table.ext-vertical th, .c-table.ext-vertical td {
  border-right: 1px solid #e5e5e5;
}

.c-table.ext-vertical th:last-child, .c-table.ext-vertical td:last-child {
  border-right: none;
}

@media screen and (max-width: 820px) {
  .c-table th, .c-table td {
    font-size: 14px;
    padding: 0.7em 15px;
  }
}

.c-table .ext-left {
  text-align: left;
}

.c-table .ext-right {
  text-align: right;
}

.c-table .c-tooltip:after {
  vertical-align: middle;
  margin-top: -2px;
}

.c-table.ext-border {
  border-top: 1px solid #d1d1d1;
}

.c-table.ext-border tr {
  border-bottom: 1px solid #d1d1d1;
}

.c-table.ext-border th, .c-table.ext-border td {
  border-left: 1px solid #d1d1d1;
}

.c-table.ext-border th:first-child, .c-table.ext-border td:first-child {
  border-left: none;
}

.c-table.ext-border th:not(:last-child) {
  border-right: 1px solid #d1d1d1;
}

.c-table.ext-border tr.ext-alt th, .c-table.ext-border tr.ext-alt td {
  background: #ffffff;
}

.c-table.ext-border.ext-reverse th:nth-child(odd), .c-table.ext-border.ext-reverse td:nth-child(odd),
.c-table.ext-border.ext-reverse th:nth-child(even), .c-table.ext-border.ext-reverse td:nth-child(even), .c-table.ext-border:not(.ext-reverse) th:nth-child(odd), .c-table.ext-border:not(.ext-reverse) td:nth-child(odd),
.c-table.ext-border:not(.ext-reverse) th:nth-child(even), .c-table.ext-border:not(.ext-reverse) td:nth-child(even) {
  background: #ffffff;
}

.c-category {
  padding: 15px 0 30px;
  background: #fcfcfc;
}

:not(.c-category) + .c-category {
  margin-top: 30px;
}

@media screen and (min-width: 821px) {
  .c-category {
    padding: 40px 0;
  }
  :not(.c-category) + .c-category {
    margin-top: 80px;
  }
}

.c-category:nth-child(even) {
  background: #F8F8F8;
}

.c-category__inner {
  position: relative;
  margin: 0 15px 0;
  max-width: 1080px;
}

@media screen and (min-width: 821px) {
  .c-category__inner {
    margin: 0 auto 0;
  }
}

@media screen and (min-width: 821px) and (max-width: 1200px) {
  .c-category__inner {
    margin: 0 40px 0;
  }
}

.c-category__inner .p-casets {
  position: relative;
  z-index: 2;
}

.c-category__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-category__header:before {
  content: '';
  width: 120px;
  height: 120px;
  display: block;
}

.c-category__header.ext-new:before {
  background: url(/svg/icn-new.svg) no-repeat left top;
  background-size: contain;
}

.c-category__header.ext-lady:before {
  background: url(/svg/icn-women.svg) no-repeat left top;
  background-size: contain;
}

.c-category__header.ext-campaign:before {
  background: url(/svg/icn-campaign.svg) no-repeat left top;
  background-size: contain;
}

.c-category__header.ext-near:before {
  background: url(/svg/icn-near.svg) no-repeat left top;
  background-size: contain;
}

.c-category__title {
  text-align: center;
  color: #222;
  font-weight: bold;
  font-size: 18px;
  margin-top: 2em;
}

@media screen and (min-width: 821px) {
  .c-category__title {
    font-size: 20px;
  }
}

.c-category__more + .c-category__title {
  margin-top: 4em;
}

.c-category__copy {
  position: relative;
  text-align: center;
  font-size: 16px;
}

@media screen and (min-width: 821px) {
  .c-category__copy {
    font-size: 18px;
  }
}

.c-category__more {
  margin-top: 2em;
  text-align: center;
}

.c-category__more .c-button {
  font-size: 16px;
  width: 100%;
  max-width: calc( 320 / 1000 * 100%);
  border-radius: 23px;
  height: 45px;
  line-height: 45px;
  padding: 0 1em;
}

@media screen and (min-width: 821px) {
  .c-category__more .c-button {
    font-size: 18px;
  }
}

@media screen and (max-width: 820px) {
  .c-category__more .c-button {
    max-width: 100%;
    width: 100%;
  }
}

/* Accordion ================================== */
.c-accordion {
  background: #ffffff;
}

.c-accordion__title {
  border-radius: 7px 7px 0 0;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  padding: 0.75em 15px;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

@media screen and (min-width: 821px) {
  .c-accordion__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 821px) {
  .c-accordion__title {
    padding: 0.75em 40px;
  }
}

.c-accordion__title:before {
  content: '+';
  border-radius: 7px;
  background: #3C3C3C;
  color: #ffffff;
  width: 19px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  font-size: 16px;
}

@media screen and (min-width: 821px) {
  .c-accordion__title:before {
    font-size: 18px;
  }
}

.c-accordion__title.is-active:before {
  content: '-';
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

@media screen and (min-width: 821px) {
  .c-accordion__title:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin-top: -6px;
  }
}

.c-accordion__content {
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 821px) {
  .c-accordion__content {
    font-size: 16px;
  }
}

.is-active + .c-accordion__content {
  opacity: 1;
}

/* Tooltip ================================== */
@media (min-width: 821px) {
  .c-tooltip {
    cursor: pointer;
    display: inline-block;
  }
  .c-tooltip:after {
    content: '?';
    color: #fff;
    background-color: #3C3C3C;
    padding: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.3em;
  }
  .c-tooltip__baloon {
    display: inline-block;
    padding: 5px;
    max-width: 250px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
    background: #3C3C3C;
    color: #fff;
    font-weight: normal;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    position: absolute;
    -webkit-transform: translate(-15px, -15px);
            transform: translate(-15px, -15px);
    opacity: 0;
    z-index: 1000;
    line-height: 1.5;
    letter-spacing: 0.02em;
    pointer-events: none;
  }
  .c-tooltip__baloon.is-active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 820px) {
  .c-tooltip {
    cursor: pointer;
    min-width: 18px;
    min-height: 18px;
    display: inline-block;
    text-decoration: underline;
  }
  .c-tooltip:after {
    content: '?';
    color: #fff;
    background-color: #3C3C3C;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: text-top;
  }
  .c-tooltip__baloon {
    display: inline-block;
    padding: 5px;
    max-width: 250px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    background: #3C3C3C;
    color: #fff;
    font-weight: normal;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    position: fixed;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
    opacity: 0;
    z-index: 30001;
  }
  .c-tooltip__baloon.is-active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* Caset ================================== */
.c-caset {
  background: #ffffff;
  margin: 0 auto;
  padding: 15px;
  line-height: 1.5;
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-caset + .c-caset {
  margin-top: 15px;
}

.c-caset__image {
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: #F8F8F8;
  position: relative;
  height: 0;
  padding-top: calc(300/400*100%);
}

.c-caset__image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.c-caset__category {
  margin: 20px 0 0;
  font-size: 12px;
  color: #E35D54;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 821px) {
  .c-caset__category {
    font-size: 14px;
  }
}

.c-caset__category.ext-pr:before {
  content: 'PR';
  display: inline-block;
  color: #222;
  border: 2px solid #222;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7px;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: -3px;
}

.c-caset__name {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 821px) {
  .c-caset__name {
    font-size: 18px;
  }
}

.c-caset__name a {
  text-decoration: underline;
}

.c-caset__description,
.c-caset__note {
  margin: 15px 0 0;
  font-size: 12px;
}

@media screen and (min-width: 821px) {
  .c-caset__description,
  .c-caset__note {
    font-size: 14px;
  }
}

.c-caset__facilities {
  padding: 7px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-caset__facilities li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 12px;
  background: #f0f0f0;
  margin-right: 8px;
  margin-top: 8px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (min-width: 821px) {
  .c-caset__facilities li {
    font-size: 14px;
  }
}

.c-caset__facilities li:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.c-caset__facilities li img {
  max-width: 16px;
  max-height: 16px;
  position: absolute;
  left: 16px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.ie .c-caset__facilities li img {
  width: 100%;
  height: 100%;
  top: 5px;
}

@media screen and (min-width: 821px) {
  .c-caset__facilities li {
    height: 28px;
    line-height: 28px;
  }
}

.c-caset__price {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
}

.c-caset__price em {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-right: 0.5em;
}

@media screen and (min-width: 821px) {
  .c-caset__price em {
    font-size: 16px;
  }
}

.c-caset__price span {
  font-size: 11px;
  display: inline-block;
  padding: 0.1em 0.3em;
  font-style: normal;
  font-weight: bold;
  border: 1px solid #d1d1d1;
  color: #E35D54;
}

@media screen and (min-width: 821px) {
  .c-caset__price span {
    font-size: 13px;
  }
}

.c-caset__price span.ext-novacancy {
  border: 1px dashed #d1d1d1;
  color: #222;
}

.c-caset__discount,
.c-caset__campaign {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 821px) {
  .c-caset__discount,
  .c-caset__campaign {
    font-size: 14px;
  }
}

.c-caset__tenant {
  margin: 15px auto 0;
}

.c-caset__tenant dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-caset__tenant dt strong {
  font-size: 12px;
  margin-right: auto;
}

.c-caset__tenant dt span {
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
}

.c-caset__tenant dt span:last-child {
  margin-right: 0;
}

.c-caset__tenant dt span::before {
  content: '■';
}

.c-caset__tenant dt span:nth-child(1):before {
  color: #284894;
}

.c-caset__tenant dt span:nth-child(2):before {
  color: #E49A46;
}

.c-caset__tenant dt span:nth-child(3):before {
  color: #F6E66E;
}

.c-caset__tenant dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 5px;
}

.c-caset__tenant dd + dt {
  margin-top: 10px;
}

.c-caset__tenant dd span {
  display: block;
  height: 9px;
  line-height: 0;
  font-size: 1px;
}

.c-caset__tenant dd span:nth-child(1) {
  background: #284894;
}

.c-caset__tenant dd span:nth-child(2) {
  background: #E49A46;
}

.c-caset__tenant dd span:nth-child(3) {
  background: #F6E66E;
}

.c-caset__link {
  line-height: 1.4;
  font-size: 12px;
  margin: 15px auto 0;
  padding-left: 1em;
  border-top: 1px dotted #d1d1d1;
  padding-top: 15px;
}

.c-caset__link li {
  text-indent: -1em;
}

.c-caset__link li + li {
  margin-top: 4px;
}

.c-caset__link li:before {
  content: '・';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.c-caset__link li a {
  text-decoration: underline !important;
}

.c-caset__link li a:hover {
  text-decoration: none !important;
}

.c-casets {
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 660px) and (max-width: 980px) {
  .c-casets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-casets .c-caset {
    width: calc( 320 / 660 * 100%);
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: calc( 20 / 660 * 100%);
  }
  .c-casets .c-caset:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-casets .c-caset:nth-child(n+3) {
    margin-top: calc( 20 / 660 * 100%);
  }
}

@media screen and (min-width: 981px) {
  .c-casets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-casets .c-caset {
    width: calc( 320 / 1000 * 100%);
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: calc( 20 / 1000 * 100%);
  }
  .c-casets .c-caset:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-casets .c-caset:nth-child(n+4) {
    margin-top: calc( 20 / 1000 * 100%);
  }
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 100%;
}

.c-form__label {
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  display: block;
  margin-bottom: 4px;
}

@media screen and (min-width: 821px) {
  .c-form.ext-double .c-form__item {
    width: calc( 50% - 20px);
  }
  .c-form.ext-double .c-form__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-form.ext-triple .c-form__item {
    width: calc( 33.33% - 20px);
  }
  .c-form.ext-triple .c-form__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 820px) {
  .c-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-form__item {
    margin-right: 0;
    width: 100%;
  }
}

.c-checkbox {
  cursor: pointer;
  display: inline-block;
}

.c-checkbox input {
  display: none;
}

.c-checkbox span {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-checkbox span:before {
  content: '';
  border: 1px solid #d1d1d1;
  border-radius: 7px;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  text-align: center;
  margin-right: 0.5em;
  background-color: #F8F8F8;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.c-checkbox input:checked + span:before {
  background: #3C3C3C;
}

.c-checkbox input:checked + span:after {
  content: '';
  width: 3px;
  height: 7px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-checkbox.is-disable {
  opacity: 0.7;
  pointer-events: none;
}

.c-radio {
  cursor: pointer;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3em;
}

.c-radio input {
  display: none;
}

.c-radio span {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-radio span:before {
  content: '';
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  text-align: center;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-color: #F8F8F8;
  vertical-align: middle;
}

.c-radio input:checked + span:before {
  background: #3C3C3C;
}

.c-radio input:checked + span:after {
  content: '';
  width: 3px;
  height: 7px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: translate(0, 0.1em) rotate(45deg);
          transform: translate(0, 0.1em) rotate(45deg);
}

.c-select {
  -webkit-appearance: none;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  border-radius: 7px;
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 1em;
  position: relative;
}

@media screen and (min-width: 821px) {
  .c-select {
    font-size: 16px;
  }
}

.c-input {
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  padding: 0.5em 20px;
  border-radius: 20px;
  font-size: 16px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-input:focus {
  border-color: #222;
}

.c-drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: calc( 100% + 50px);
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}

.c-drawer.is-active {
  top: 0;
}

.c-drawer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d1d1d1;
  height: 60px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.c-drawer__back {
  display: inline-block;
  text-indent: -100000px;
  outline: none;
  width: 42px;
  height: 42px;
  background: url(/svg/bukken/icn-arrow_photomodal.svg) no-repeat center center;
  background-size: 12px 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: -15px;
}

.c-drawer__content {
  padding: 15px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: scroll;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 821px) {
  .c-drawer__content {
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c-drawer__inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Maxymodal ================================== */
.c-maxymodal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -200%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: top 0s 0.4s, opacity 0.4s;
  transition: top 0s 0.4s, opacity 0.4s;
}

.c-maxymodal.is-active {
  top: 0;
  opacity: 1;
  -webkit-transition: top 0s, opacity 0.4s;
  transition: top 0s, opacity 0.4s;
}

.c-maxymodal__box {
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-width: 440px;
  padding: 20px 10px;
  position: relative;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: -webkit-transform 0.4s 0s;
  transition: -webkit-transform 0.4s 0s;
  transition: transform 0.4s 0s;
  transition: transform 0.4s 0s, -webkit-transform 0.4s 0s;
  cursor: default;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.c-maxymodal__header {
  width: calc(370/440*100%);
  margin: 0 auto;
}

.c-maxymodal__image {
  display: block;
  width: 35px;
  height: 35px;
  background: #ffffff url(/svg/logomark.svg) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
}

.c-maxymodal__body {
  width: calc(355/440*100%);
  margin: 25px auto 0;
}

.is-active .c-maxymodal__box {
  -webkit-transform: none;
          transform: none;
}

.c-maxymodal__inner {
  text-align: center;
}

.c-maxymodal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.c-maxymodal__close a {
  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;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.c-maxymodal__close a:hover {
  opacity: 0.7;
}

.c-maxymodal__close img {
  width: 20px;
  height: 20px;
}

.c-maxymodal__title {
  color: #000;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -1.2px;
  margin-top: 25px;
}

.c-maxymodal__text {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  margin-top: 15px;
}

.c-maxymodal__text strong {
  font-size: 32px;
}

.c-maxymodal__text span {
  font-size: 18px;
}

.c-maxymodal__text em {
  color: #E35D54;
}

.c-maxymodal__text img {
  max-width: 100%;
  height: auto;
}

.c-maxymodal__button {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-maxymodal__button a {
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
  background: #3C3C3C;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  max-width: 270px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.c-maxymodal__button a:hover {
  opacity: 0.7;
}

.c-maxymodal__note {
  margin: 25px auto 0;
  font-size: 11px;
  line-height: 1.5;
}

.c-maxymodal__footer {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin: 20px -10px 0;
  color: #666;
  line-height: 1;
}

.c-maxymodal__footer a {
  text-decoration: underline;
}

.c-maxymodal__register {
  font-size: 12px;
}

@media (max-width: 820px) {
  .c-maxymodal__box {
    max-height: calc(100% - 60px);
    max-width: calc(100% - 40px);
    overflow: hidden;
    overflow-y: scroll;
  }
  .c-maxymodal__title {
    font-size: 24px;
  }
  .c-maxymodal__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .c-maxymodal__close a {
    opacity: 1;
  }
  .c-maxymodal__text strong {
    font-size: 24px;
  }
  .c-maxymodal__text span {
    font-size: 14px;
  }
  .c-maxymodal__button a {
    font-size: 12px;
    opacity: 1;
  }
  .c-maxymodal__note {
    font-size: 12px;
  }
}

.p-memories__drawer__content {
  padding: 0 15px;
  position: relative;
}

.p-memories__drawer__content .c-list {
  margin-top: 10px;
}

.p-memories__drawer__content .c-list li span,
.p-memories__drawer__content .c-list li strong {
  padding-left: 0;
  padding-right: 0;
}

.p-memories__drawer__content .c-list li:last-child {
  border-bottom: 1px solid #d1d1d1;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-memories__drawer__content .c-list {
    display: block;
    padding: 0;
    margin-top: 50px;
  }
  .p-memories__drawer__content .c-list li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .p-memories__drawer__content .c-list li:first-child {
    margin-top: 0;
  }
}

.p-memories__drawer__image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #F8F8F8;
  position: relative;
}

.p-memories__drawer__image img,
.p-memories__drawer__image video {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: bottom;
}

.p-memories__drawer__image video {
  cursor: pointer;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__image {
    width: calc( 490/1000*100%);
    padding-top: calc( 490/1000*100%);
  }
}

.detec-pc .p-memories__drawer__image:hover:after {
  opacity: 1;
}

.p-memories__drawer__play {
  display: block;
  background: url(/svg/memories/icn-movie_play.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}

.p-memories__drawer__play.is-playing {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__play {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
  }
}

.p-memories__drawer__sound {
  display: block;
  background: url(/svg/memories/icn-sound_on.svg) no-repeat center center;
  background-size: 23px 23px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 23px;
  height: 23px;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
}

.p-memories__drawer__sound.is-mute {
  background-image: url(/svg/memories/icn-sound_off.svg);
}

.p-memories__drawer__sound.is-loaded {
  display: block;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__sound {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    bottom: 20px;
    left: 20px;
  }
}

.p-memories__drawer__loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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: #F8F8F8;
  pointer-events: none;
  font-size: 10px;
}

.p-memories__drawer__loader div {
  background-color: #646464;
  height: 100%;
  width: 6px;
  height: 40px;
  display: inline-block;
  margin: 0 2px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__detail {
    width: calc( 470/1000*100%);
  }
}

.p-memories__drawer__building {
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__building {
    font-size: 18px;
  }
}

.p-memories__drawer__building a {
  text-decoration: underline;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__building {
    margin-top: 0;
  }
}

.p-memories__drawer__sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-memories__drawer__sns li + li {
  margin-left: 15px;
}

.p-memories__drawer__sns li > * {
  vertical-align: bottom;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__sns {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.p-memories__drawer__prev,
.p-memories__drawer__next {
  position: absolute;
  width: 12px;
  height: 20px;
  background: url(/svg/bukken/icn-arrow_photomodal.svg) no-repeat center center;
  background-size: contain;
  text-indent: -10000px;
  outline: none;
  z-index: 2;
  top: 50%;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__prev,
  .p-memories__drawer__next {
    width: 14px;
    height: 22px;
  }
}

.p-memories__drawer__prev {
  left: -22px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  text-indent: 10000px;
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__prev {
    left: -30px;
  }
}

.p-memories__drawer__next {
  right: -22px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 821px) {
  .p-memories__drawer__next {
    right: -100%;
    margin-right: -50px;
  }
}

/* Pagelist Footer ================================== */
.c-plist {
  background: #F8F8F8;
  padding: 0;
}

.c-plist ul {
  background: #F8F8F8;
  padding: 10px 15px;
  font-size: 12px;
}

.c-plist ul li {
  display: inline-block;
  white-space: nowrap;
}

.c-plist ul li:before {
  content: '>';
  color: #222;
}

.c-plist ul li:first-child:before {
  display: none;
}

.c-plist ul li:last-child {
  font-weight: bold;
}

.c-plist ul li a {
  text-decoration: underline;
}

@media screen and (min-width: 821px) {
  .c-plist {
    background: #F8F8F8;
  }
  .c-plist ul {
    max-width: 1080px;
    margin: 0 auto;
  }
}

/* CSS SPRITE ================================== */
.ico_icon_01, .ico_icon_02, .ico_icon_03, .ico_icon_04, .ico_icon_05, .ico_page_top_on, .ico_page_top_off {
  display: inline-block;
  background-image: url(/images/spritebox-sprite.png);
  background-repeat: no-repeat;
}

.ico_page_top_off {
  background-position: -64px -0px;
  height: 77px;
  width: 68px;
}

.ico_page_top_off:hover {
  background-position: -132px -0px;
}

.ico_icon_01 {
  background-position: -329px -45px;
  margin: 0 5px -1px 0;
  height: 13px;
  width: 16px;
}

.ico_icon_02 {
  background-position: -345px -45px;
  margin: 0 5px -1px 0;
  height: 13px;
  width: 16px;
}

.ico_icon_03 {
  background-position: -361px -45px;
  margin: 0 5px -1px 0;
  height: 13px;
  width: 16px;
}

.ico_icon_04 {
  background-position: -377px -45px;
  margin: 0 5px -1px 0;
  height: 13px;
  width: 16px;
}

.ico_icon_05 {
  background-position: -393px -45px;
  margin: 0 5px -1px 0;
  height: 13px;
  width: 16px;
}

.c-viewport {
  overflow-x: hidden;
}

.c-viewport.is-overflow {
  overflow-x: scroll;
  position: relative;
}

.c-viewport.is-overflow:after {
  pointer-events: none;
  content: '';
  border-radius: 7px;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  background: rgba(0, 0, 0, 0.8) url(/svg/icn-swipe.svg) no-repeat center center/50px 50px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.c-viewport.is-swiped:after {
  opacity: 0;
}

/* 共通プロジェクト
----------------------------------------------------------------- */
/* Event Headline */
.p-event_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-event_headline p {
  font-size: 14px;
  width: 100%;
  line-height: 2;
}

.p-event_headline a {
  display: block;
  background: #E35D54;
  color: #ffffff;
  text-align: center;
  padding: 3px 20px;
  text-decoration: none;
}

@media (max-width: 820px) {
  .p-event_headline p {
    position: relative;
    top: 50px;
    width: 100%;
    font-size: 12px;
  }
}

.detect-pc .p-event_headline a:hover {
  opacity: 0.9;
}

.p-event_headline span {
  text-decoration: underline;
  margin: 0 5px;
}

.p-event_headline strong {
  background: #ffffff;
  color: #E35D54;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border-radius: 3px;
}

.p-event_headline strong:after {
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #ffffff;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -4px;
}

/* フッター
----------------------------------------------------------------- */
/* for old template*/
#footer {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}

body.win #footer {
  font-weight: 500;
}

#footer_sp {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}

body.win #footer_sp {
  font-weight: 500;
}

/*  ---------------------------
			Footer
---------------------------  */
#footer_sp {
  display: none;
}

#footer {
  width: 100%;
  background: #333333;
  padding: 30px 0 5px 0;
  color: #ffffff;
  line-height: 20px;
}

#footer #footbox {
  width: 1130px;
  margin: 0 auto;
}

#footer #footbox p.f_logo {
  width: 205px;
  text-align: center;
  font-size: 12px;
  padding-bottom: 15px;
  float: left;
}

#footer #footbox #f_navibox {
  width: 610px;
  float: left;
  padding-bottom: 20px;
}

#footer #footbox #f_navibox ul {
  padding-bottom: 0px;
  border-right: 1px dotted #999;
  width: 130px;
  margin: 0 0 0 20px;
  float: left;
  min-height: 80px;
}

#footer #footbox #f_navibox ul.last {
  padding-bottom: 0px;
  border-right: none;
}

#footer #footbox #f_navibox ul li {
  padding: 0 0 0 10px;
  font-size: 10px;
  width: 100px;
  line-height: 1.7em;
  margin: 0 0 5px 0;
  /*background: url(/images/footer/icon_ft.gif) no-repeat 0px 6px;*/
}

#footer #footbox #f_navibox ul li span {
  background: url(/images/sprite.png) no-repeat 0px -150px;
  width: 3px;
  height: 5px;
  padding: 0px 0px 0px 0;
  margin: 0 5px 0 0;
}

#footer #footbox #f_navibox ul li a {
  color: #ffffff;
}

#footer #footbox ul li:last-child {
  border-right: none;
}

#footer #footbox #f_copy {
  clear: both;
  margin: 0 auto 20px auto;
  text-align: center;
}

#footer #footbox #f_snsbox {
  background: #484848;
  width: 310px;
  float: right;
}

#footer #footbox #f_snsbox p {
  text-align: center;
  padding: 15px 0 10px 0;
}

#footer #footbox #f_snsbox ul {
  margin: 0 auto 10px auto;
  padding: 0;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer #footbox #f_snsbox ul li {
  border-left: 1px solid #a4a4a4;
  padding: 0 10px 0 10px;
  margin: 0 0 5px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#footer #footbox #f_snsbox ul li:last-child {
  border-right: 1px solid #a4a4a4;
}

#footer .f_description {
  font-size: 11px;
  clear: both;
  margin-top: 15px;
  border-top: 1px dotted #a4a4a4;
  padding: 15px 10px;
}

#footer .f_description strong {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

#footer #footbox #f_snsbox ul li a:link {
  color: #ffffff;
}

#footer #footbox #f_snsbox ul li a:visited {
  color: #ffffff;
}

#footer #footbox #f_navibox h3#foot_h {
  font-size: 12px;
  margin: 0 0 10px 20px;
  text-indent: 20px;
  font-weight: bold;
}

#footer #footbox #f_navibox ul.last {
  padding-bottom: 0px;
  border-right: none;
  width: 130px;
}

#footer #footbox #f_navibox ul.last li {
  padding-bottom: 0px;
  border-right: none;
  float: left;
  width: 50px;
}

#footer .areaListBox {
  clear: both;
  width: 100%;
  max-width: 1130px;
  background: #484848;
  font-size: 10px;
  padding: 20px 20px 10px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#footer .areaListBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#footer .areaListBox dt {
  width: 160px;
  margin: 0 0 10px;
  padding: 0;
  white-space: normal;
}

#footer .areaListBox dt a {
  color: #ffffff;
}

#footer .areaListBox dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 10px;
  padding: 0;
  width: calc(100% - 170px);
}

#footer .areaListBox dd + dd {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 160px;
}

#footer .areaListBox dd li {
  display: inline-block;
}

#footer .areaListBox dd li a {
  color: #ffffff;
  border-right: 1px dotted #ffffff;
  height: 10px;
  padding: 0 5px;
}

/*  ---------------------------
			Pagetop
---------------------------  */
#pagetop {
  height: 77px;
}

.page_top_navi {
  position: fixed;
  bottom: -77px;
  /*left:50%;*/
  left: 96%;
  margin-left: -34px;
  height: 77px;
  width: 68px;
  z-index: 100;
}

@media (max-width: 820px) {
  /* Overwrite */
  html, body {
    min-width: auto;
  }
  #wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #footer {
    display: none;
  }
  #pagetop {
    display: none !important;
  }
  /* SP Footer */
  #footer_sp {
    display: block;
    background: #3E3A39;
    color: #ffffff;
    padding: 20px 12px 30px;
    border-top: 1px solid #F9504C;
    margin-top: 15px;
    position: relative;
  }
  #footer_sp .btn-pgtp {
    position: absolute;
    right: 12px;
    bottom: 30px;
    width: 37px;
    height: 34px;
  }
  #footer_sp .btn-pgtp a {
    display: block;
    width: 37px;
    height: 34px;
    border-radius: 3px;
    text-indent: -9999px;
    outline: 0;
    background: #ffffff url(/svg/sm/icn-arrow_pgtp.svg) no-repeat center center;
    background-size: 11px 7px;
  }
  #footer_sp .sns {
    font-size: 0;
    text-align: center;
  }
  #footer_sp .sns li {
    display: inline-block;
    border-left: 1px dotted #ffffff;
    padding-left: 10px;
    margin-left: 10px;
  }
  #footer_sp .sns li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  #footer_sp .sns li a {
    display: inline-block;
    padding-left: 27px;
    color: #ffffff;
    font-size: 1.1rem;
    text-decoration: none;
    min-height: 20px;
    line-height: 20px;
  }
  #footer_sp .sns li.twitter a {
    background: url(/svg/sm/icn-twitter.svg) no-repeat left center;
    background-size: 20px 20px;
    background-color: #3E3A39;
  }
  #footer_sp .sns li.facebook a {
    background: url(/svg/sm/icn-facebook.svg) no-repeat left center;
    background-size: 20px 20px;
  }
  #footer_sp .sns li.instagram a {
    background: url(/svg/sm/icn-instagram.svg) no-repeat left center;
    background-size: 20px 20px;
  }
  #footer_sp address {
    font-style: normal;
    margin-top: 17px;
  }
  #footer_sp .street_address {
    font-size: 1rem;
  }
  #footer_sp .logo {
    margin-top: 8px;
  }
  #footer_sp .logo img {
    width: 100%;
    height: auto;
    max-width: 125px;
  }
  #footer_sp .copyright {
    margin-top: 6px;
    font-size: 0.7rem;
  }
  #footer_sp .f_description {
    font-size: 10px;
    clear: both;
    margin-top: 15px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px dotted #ffffff;
    padding: 15px 10px 10px;
  }
  #footer_sp .f_description strong {
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}

/*  ---------------------------
		Footer
---------------------------  */
#footer_rwd {
  margin-top: 47px;
  position: relative;
}

#footer_rwd .f_pgtp a {
  display: block;
  cursor: pointer;
  width: 64px;
  height: 32px;
  position: absolute;
  top: -32px;
  left: 50%;
  background: #F8F8F8 url(/svg/footer_rwd/icn-pgtp_arrow.svg) no-repeat center center;
  background-size: 16px 16px;
  margin-left: -32px;
  text-indent: -10000px;
  outline: none;
  border-radius: 7px 7px 0 0;
}

@media screen and (max-width: 820px) {
  #footer_rwd {
    width: 100%;
    background: #F8F8F8;
    color: #787878;
    line-height: 20px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer_rwd #footbox {
    max-width: 1080px;
    margin: 0 auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer_rwd #footbox .f_logo {
    text-align: center;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer_rwd #footbox .f_logo img {
    width: 80%;
    height: auto;
    max-width: 205px;
  }
  #footer_rwd #footbox #f_navibox {
    margin-top: 10px;
    width: 100%;
  }
  #footer_rwd #footbox #f_navibox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #d1d1d1;
  }
  #footer_rwd #footbox #f_navibox ul + ul {
    margin-top: -1px;
  }
  #footer_rwd #footbox #f_navibox ul li {
    width: 50%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    border-bottom: 1px dotted #d1d1d1;
  }
}

@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd #footbox #f_navibox ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  #footer_rwd #footbox #f_navibox ul li:nth-child(odd) {
    border-right: 1px dotted #d1d1d1;
  }
  #footer_rwd #footbox #f_navibox ul li span {
    background: url(/images/sprite.png) no-repeat 0px -150px;
    width: 3px;
    height: 5px;
    padding: 0px 0px 0px 0;
    margin: 0 5px 0 0;
  }
  #footer_rwd #footbox #f_navibox ul li a {
    color: #787878;
    padding: 0.5em 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    text-decoration: none;
  }
  #footer_rwd #footbox #f_navibox ul.last {
    padding-bottom: 0px;
    border-right: none;
    width: 130px;
  }
  #footer_rwd #footbox #f_navibox ul.last li {
    padding-bottom: 0px;
    border-right: none;
    width: 50px;
  }
  #footer_rwd #footbox #f_copy {
    border-top: 1px solid #d1d1d1;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd #footbox #f_copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  #footer_rwd #footbox #f_snsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    margin-top: -1px;
    border-top: 1px solid #d1d1d1;
  }
  #footer_rwd #footbox #f_snsbox p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd #footbox #f_snsbox p {
    font-size: 16px;
  }
}

@media screen and (max-width: 820px) {
  #footer_rwd #footbox #f_snsbox ul {
    font-size: 12px;
    margin: 5px auto 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd #footbox #f_snsbox ul {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  #footer_rwd #footbox #f_snsbox ul li {
    border-right: 1px solid #d1d1d1;
    padding: 0 10px 0 10px;
    margin: 0 -1px 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: none;
  }
  #footer_rwd #footbox #f_snsbox ul li:last-child {
    border-right: 0;
  }
  #footer_rwd #footbox #f_snsbox ul li a {
    text-decoration: none;
  }
  #footer_rwd #footbox #f_snsbox ul li a:link, #footer_rwd #footbox #f_snsbox ul li a:visited {
    color: #787878;
  }
  #footer_rwd .f_description {
    font-size: 12px;
    clear: both;
    border-top: 1px solid #d1d1d1;
    padding: 15px;
  }
}

@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd .f_description {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  #footer_rwd .f_description strong {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd .f_description strong {
    font-size: 16px;
  }
}

@media screen and (max-width: 820px) {
  #footer_rwd .areaListBox {
    clear: both;
    width: 100%;
    max-width: 1080px;
    font-size: 11px;
    padding: 15px 0 15px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #d1d1d1;
  }
}

@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd .areaListBox {
    font-size: 13px;
  }
}

@media screen and (max-width: 820px) {
  #footer_rwd .areaListBox dt {
    font-weight: bold;
  }
  #footer_rwd .areaListBox dt a {
    color: #787878;
    text-decoration: none;
  }
  #footer_rwd .areaListBox dd li {
    display: inline-block;
    margin-right: 15px;
  }
  #footer_rwd .areaListBox dd + dt {
    margin-top: 10px;
  }
  #footer_rwd .areaListBox dd a {
    color: #787878;
    text-decoration: none;
  }
}

@media screen and (min-width: 821px) {
  #footer_rwd {
    width: 100%;
    background: #F8F8F8;
    padding: 30px 40px;
    color: #ffffff;
    line-height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer_rwd #footbox {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer_rwd #footbox p.f_logo {
    width: calc( 250 / 1130 * 100%);
    text-align: center;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer_rwd #footbox p.f_logo img {
    width: 100%;
    height: auto;
  }
  #footer_rwd #footbox #f_navibox {
    width: calc( 630 / 1130 * 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px dotted #999;
  }
  #footer_rwd #footbox #f_navibox ul {
    padding-bottom: 0px;
    border-right: 1px dotted #999;
    width: calc( 33.33%);
  }
  #footer_rwd #footbox #f_navibox ul li {
    padding: 0 20px;
    font-size: 11px;
    line-height: 1.7em;
    margin: 0 0 5px 0;
    /*background: url(/images/footer/icon_ft.gif) no-repeat 0px 6px;*/
  }
  #footer_rwd #footbox #f_navibox ul li span {
    background: url(/images/sprite.png) no-repeat 0px -150px;
    width: 3px;
    height: 5px;
    padding: 0px 0px 0px 0;
    margin: 0 5px 0 0;
  }
  #footer_rwd #footbox #f_navibox ul li a {
    color: #787878;
    text-decoration: none;
  }
  #footer_rwd #footbox #f_navibox ul li:last-child {
    border-right: none;
  }
  #footer_rwd #footbox #f_snsbox {
    width: calc( 250 / 1130 * 100%);
    color: #787878;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
  }
  #footer_rwd #footbox #f_snsbox p {
    text-align: center;
    font-weight: bold;
  }
  #footer_rwd #footbox #f_snsbox ul {
    margin-top: 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer_rwd #footbox #f_snsbox ul li {
    border-right: 1px solid #d1d1d1;
    padding: 0 10px 0 10px;
    margin: 0 0 5px 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #footer_rwd #footbox #f_snsbox ul li:last-child {
    border-right: 0;
  }
  #footer_rwd #footbox #f_snsbox ul li a {
    text-decoration: none;
  }
  #footer_rwd #footbox #f_snsbox ul li a:link, #footer_rwd #footbox #f_snsbox ul li a:visited {
    color: #787878;
  }
  #footer_rwd #footbox #f_copy {
    margin: 0 auto 20px auto;
    text-align: center;
    color: #787878;
    font-size: 14px;
  }
  #footer_rwd .f_description {
    margin-top: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    clear: both;
    border-top: 1px solid #d1d1d1;
    padding: 30px 0;
    color: #787878;
  }
  #footer_rwd .f_description strong {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  #footer_rwd .areaListBox {
    border-top: 1px solid #d1d1d1;
    clear: both;
    width: 100%;
    font-size: 11px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer_rwd .areaListBox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #footer_rwd .areaListBox dt {
    width: 160px;
    margin: 0 0 10px;
    padding: 0;
    white-space: normal;
  }
  #footer_rwd .areaListBox dt a {
    color: #787878;
    text-decoration: none;
  }
  #footer_rwd .areaListBox dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0 10px;
    padding: 0;
    width: calc(100% - 170px);
  }
  #footer_rwd .areaListBox dd + dd {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 160px;
  }
  #footer_rwd .areaListBox dd li {
    display: inline-block;
  }
  #footer_rwd .areaListBox dd li a {
    color: #787878;
    border-right: 1px dotted #d1d1d1;
    height: 10px;
    padding: 0 5px;
    text-decoration: none;
  }
}

/*  ---------------------------
			Pagetop
---------------------------  */
#pagetop {
  height: 77px;
}

.page_top_navi {
  position: fixed;
  bottom: -77px;
  /*left:50%;*/
  left: 96%;
  margin-left: -34px;
  height: 77px;
  width: 68px;
  z-index: 100;
}

/*  ---------------------------
			help
---------------------------  */
#footer_rwd .p-help {
  background: #F8F8F8;
  margin: 0 auto 30px auto;
  width: 100%;
  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_rwd .p-help__inner {
  margin: 0 auto;
  padding: 20px 0px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  /*
		display: flex;
		justify-content: space-between;
		*/
  text-align: center !important;
}

#footer_rwd .p-help .c-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: normal;
  color: #222;
  font-size: 16px;
  white-space: normal;
}

#footer_rwd .p-help .c-top__title strong {
  font-size: 34px;
  margin-right: 16px;
  display: block;
  padding: 0 0 0px 0;
}

@media screen and (max-width: 820px) {
  #footer_rwd .p-help .c-top__title {
    font-size: 14px;
    margin-bottom: 15px;
    white-space: normal;
  }
  #footer_rwd .p-help .c-top__title strong {
    font-size: 24px;
  }
}

/*test*/
#footer_rwd .p-help .c-button {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 60px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer_rwd .p-help .c-button img {
  margin-right: 10px;
  /*margin-bottom: 18px;*/
}

@media screen and (max-width: 820px) {
  #footer_rwd .p-help .c-button {
    font-size: 12px;
  }
}

/* サイドバー
----------------------------------------------------------------- */
/*  ---------------------------
			Side
---------------------------  */
#side {
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 100;
}

#side img {
  vertical-align: baseline;
}

#side a.btn {
  position: absolute;
  top: 25px;
  left: 100px;
  width: 40px;
  height: 131px;
  background: #222;
  display: block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#side a.btn .icon {
  position: absolute;
  bottom: 15px;
  left: 13px;
  width: 14px;
  height: 14px;
  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;
}

#side a .icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#side a.defclose .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#side a.close .icon {
  animation: rotate2 0.4s;
  -webkit-animation: rotate2 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#side a.open .icon {
  animation: rotate 0.4s;
  -webkit-animation: rotate 0.4s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#side a.btn:hover {
  background: #333;
}

#side ul li a {
  display: block;
  width: 100px;
  padding: 12px 0 12px 0;
  background: #222;
  border-bottom: 1px #d1d1d1 solid;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

#side ul li a:hover {
  background: #333;
  text-decoration: none;
}

#side ul li a.current {
  background: #ee2500;
}

#side ul li span {
  display: block;
  position: relative;
}

#side ul li span .recomen {
  position: absolute;
  top: -6px;
  left: 60px;
  background: #ffffff;
  border-radius: 50%;
  color: #222;
  width: 23px;
  height: 23px;
  line-height: 19px;
  border: 2px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

#side ul li img.icn_cart {
  width: 45px;
}

/* ユーティリティ
----------------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@media screen and (max-width: 820px) {
  .u-pc_only {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .u-sp_only {
    display: none;
  }
}

/* 特殊な事情で、_header、_footer_pc、_footer_sp等の、
レスポンシブ・旧だし分けテンプレート共通CSSで、レスポンシブにだけ適用したいもの
----------------------------------------------------------------- */
/* Overwrite */
#wrapper {
  background: #F8F8F8;
  margin-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 821px) {
  #wrapper {
    margin-top: 0;
    padding-bottom: 100px;
  }
}

#footer_sp {
  margin-top: 0;
}

.p-event_headline {
  display: none;
}

#pagetop {
  display: none;
}
