@charset "UTF-8";
@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;
  transition: opacity 0.4s;
  text-underline-offset: 0.5ex;
}
.pc #wrapper a:hover {
  opacity: 0.7;
  transition: opacity 0s;
}

span {
  text-underline-offset: 0.5ex;
}

button {
  cursor: pointer;
}

/* ==========================================================================
コンテンツ
========================================================================== */
/* ヘッダー
----------------------------------------------------------------- */
/* 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;
}

#header_rwd {
  color: #222;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.04em;
  z-index: 99;
  background-color: #ffffff;
  border-bottom: 3px solid #d1d1d1;
}
html[lang=en] #header_rwd, html[lang=fr] #header_rwd {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 820px) {
  #header_rwd {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 53px;
    z-index: 9998;
    font-weight: bold;
    letter-spacing: 0.04rem;
    -ms-overflow-style: none;
    transition: transform 0.4s;
  }
}

#header_rwd a {
  color: #222;
  text-decoration: none;
  white-space: normal;
  transition: all 0.4s;
}

#header_rwd a:hover {
  transition: none;
}

@media screen and (max-width: 820px) {
  #search .c-plist {
    z-index: 97 !important;
    position: relative;
  }
}

.headerSlim {
  position: relative;
  z-index: 99;
}
.headerSlim a {
  cursor: pointer;
}
.headerSlim__inner {
  height: 70px;
  padding: 0 16px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .headerSlim__inner {
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100px;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__inner {
    height: 50px;
    padding: 0 10px;
  }
}
.headerSlim__logo {
  display: flex;
  align-items: center;
}
.headerSlim__logo a {
  display: block;
}
.headerSlim__logo img {
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  .headerSlim__logo {
    order: 2;
    margin-right: -21px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 820px) {
  .headerSlim__logo {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    margin-right: auto;
  }
}
.headerSlim__navi {
  font-size: 14px;
  font-weight: bold;
  margin: 0 32px;
}
html[lang=zh] .headerSlim__navi, html[lang=ko] .headerSlim__navi {
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .headerSlim__navi {
    order: 4;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__navi {
    width: 100%;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    position: fixed;
    width: 100%;
    height: calc(100dvh - 50px);
    top: 50px;
    left: -100%;
    transition: left 0.4s cubic-bezier(0.75, 0.01, 0.31, 1);
    z-index: 100;
    display: flex;
    align-items: stretch;
    overflow-y: scroll;
    flex-direction: column;
    margin: 0;
  }
  .headerSlim__navi.is-active {
    left: 0;
  }
  .headerSlim__navi.is-active > ul {
    transform: translate(0, 0);
    transition: transform 0.4s 0.15s cubic-bezier(0.75, 0.01, 0.31, 1);
  }
  .headerSlim__navi.is-active > ul > li {
    opacity: 1;
    transform: none;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(1) {
    transition: transform 0.4s 0.4s, opacity 0.4s 0.4s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(2) {
    transition: transform 0.4s 0.5s, opacity 0.4s 0.5s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(3) {
    transition: transform 0.4s 0.6s, opacity 0.4s 0.6s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(4) {
    transition: transform 0.4s 0.7s, opacity 0.4s 0.7s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(5) {
    transition: transform 0.4s 0.8s, opacity 0.4s 0.8s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(6) {
    transition: transform 0.4s 0.9s, opacity 0.4s 0.9s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(7) {
    transition: transform 0.4s 1s, opacity 0.4s 1s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(8) {
    transition: transform 0.4s 1.1s, opacity 0.4s 1.1s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(9) {
    transition: transform 0.4s 1.2s, opacity 0.4s 1.2s;
  }
  .headerSlim__navi.is-active > ul > li:nth-child(10) {
    transition: transform 0.4s 1.3s, opacity 0.4s 1.3s;
  }
}
.headerSlim__navi > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1300px) {
  .headerSlim__navi > ul {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__navi > ul {
    width: 85%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #ffffff;
    transform: translate(-100%, 0);
    transition: transform 0.4s 0s;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__navi > ul > li {
    width: 100%;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-1em, 0);
    text-align: left;
    background: #ffffff;
    border-top: 1px solid #efefef;
  }
  .headerSlim__navi > ul > li:nth-child(1), .headerSlim__navi > ul > li:nth-child(2), .headerSlim__navi > ul > li:nth-child(3), .headerSlim__navi > ul > li:nth-child(4), .headerSlim__navi > ul > li:nth-child(5) {
    transition: transform 0.4s 0s, opacity 0.4s 0s;
  }
}
.headerSlim__navi > ul > li.ext-support {
  display: none;
}
@media screen and (max-width: 820px) {
  .headerSlim__navi > ul > li.ext-support {
    display: block;
  }
  .headerSlim__navi > ul > li.ext-support a {
    justify-content: flex-start;
  }
  .headerSlim__navi > ul > li.ext-support a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/svg/icn-question.svg) no-repeat center center/contain;
    margin-right: 0.5em;
  }
}
.headerSlim__navi > ul > li + li {
  margin-left: clamp(10px, 1.9090909091vw, 21px);
}
@media screen and (max-width: 820px) {
  .headerSlim__navi > ul > li + li {
    margin-left: 0;
  }
}
.headerSlim__navi > ul > li > a,
.headerSlim__navi > ul > li > span {
  cursor: pointer;
}
@media screen and (min-width: 821px) {
  .headerSlim__navi > ul > li > a,
  .headerSlim__navi > ul > li > span {
    font-size: clamp(12px, 1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__navi > ul > li > a,
  .headerSlim__navi > ul > li > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5em 15px;
    box-sizing: border-box;
    min-height: 62px;
  }
}
.headerSlim__navi > ul > li > a.has-child::after,
.headerSlim__navi > ul > li > span.has-child::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  border: 4px solid transparent;
  border-top-color: #d1d1d1;
  transform-origin: center 3px;
  transform: translate(0, 2px);
  transition: transform 0.4s;
}
.headerSlim__navi > ul > li > a.has-child.is-active::after,
.headerSlim__navi > ul > li > span.has-child.is-active::after {
  transform: rotate(180deg) translate(0, 2px);
}
.headerSlim__navi > ul > li > a.has-child + ul,
.headerSlim__navi > ul > li > span.has-child + ul {
  display: none;
}
.headerSlim__navi > ul > li > a:hover,
.headerSlim__navi > ul > li > span:hover {
  opacity: 0.7;
}
.headerSlim__layer {
  position: absolute;
  top: 70px;
  opacity: 0;
  left: -100%;
  width: 100%;
  height: calc(100dvh - 70px);
  border-top: 1px solid #d1d1d1;
  box-sizing: border-box;
  overflow-y: scroll;
  transition: opacity 0.6s;
  z-index: 100000;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 821px) and (max-width: 1300px) {
  .headerSlim__layer {
    top: 100px;
    height: calc(100dvh - 100px);
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__layer {
    position: relative;
    overflow: visible;
    display: none;
    top: 0;
    border-top: none;
    padding: 0 15px;
    height: auto;
    background: #ffffff;
  }
}
.headerSlim__layer.is-active {
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .headerSlim__layer.is-active li {
    opacity: 1;
    transform: none;
  }
  .headerSlim__layer.is-active li:nth-child(1) {
    transition: transform 0.6s 0.15s, opacity 0.6s 0.15s;
  }
  .headerSlim__layer.is-active li:nth-child(2) {
    transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
  }
  .headerSlim__layer.is-active li:nth-child(3) {
    transition: transform 0.6s 0.25s, opacity 0.6s 0.25s;
  }
  .headerSlim__layer.is-active li:nth-child(4) {
    transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
  }
  .headerSlim__layer.is-active li:nth-child(5) {
    transition: transform 0.6s 0.35s, opacity 0.6s 0.35s;
  }
  .headerSlim__layer.is-active li:nth-child(6) {
    transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
  }
  .headerSlim__layer.is-active li:nth-child(7) {
    transition: transform 0.6s 0.45s, opacity 0.6s 0.45s;
  }
  .headerSlim__layer.is-active li:nth-child(8) {
    transition: transform 0.6s 0.5s, opacity 0.6s 0.5s;
  }
  .headerSlim__layer.is-active li:nth-child(9) {
    transition: transform 0.6s 0.55s, opacity 0.6s 0.55s;
  }
  .headerSlim__layer.is-active li:nth-child(10) {
    transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
  }
  .headerSlim__layer.is-active strong {
    opacity: 1;
    transform: none;
  }
  .headerSlim__layer.is-active strong:nth-child(1) {
    transition: transform 0.6s 0.15s, opacity 0.6s 0.15s;
  }
  .headerSlim__layer.is-active strong:nth-child(2) {
    transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
  }
  .headerSlim__layer.is-active strong:nth-child(3) {
    transition: transform 0.6s 0.25s, opacity 0.6s 0.25s;
  }
  .headerSlim__layer.is-active strong:nth-child(4) {
    transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
  }
  .headerSlim__layer.is-active strong:nth-child(5) {
    transition: transform 0.6s 0.35s, opacity 0.6s 0.35s;
  }
  .headerSlim__layer.is-active strong:nth-child(6) {
    transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
  }
  .headerSlim__layer.is-active strong:nth-child(7) {
    transition: transform 0.6s 0.45s, opacity 0.6s 0.45s;
  }
  .headerSlim__layer.is-active strong:nth-child(8) {
    transition: transform 0.6s 0.5s, opacity 0.6s 0.5s;
  }
  .headerSlim__layer.is-active strong:nth-child(9) {
    transition: transform 0.6s 0.55s, opacity 0.6s 0.55s;
  }
  .headerSlim__layer.is-active strong:nth-child(10) {
    transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
  }
}
.headerSlim__layerInner {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 3em;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner {
    width: calc(100% + 30px);
    flex-direction: column;
    background: #F8F8F8;
    margin: 0 -15px;
    padding: 0 15px;
  }
}
.headerSlim__layerInner::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner::after {
    display: none;
  }
}
.headerSlim__layerInner > div {
  margin-top: 5em;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > div {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }
}
.headerSlim__layerInner > div > ul,
.headerSlim__layerInner > div > div {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner > div > ul,
  .headerSlim__layerInner > div > div {
    width: 25%;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > div > ul,
  .headerSlim__layerInner > div > div {
    min-width: 0;
    border-left: none;
    margin-top: 1em;
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #efefef;
  }
  .headerSlim__layerInner > div > ul:first-child,
  .headerSlim__layerInner > div > div:first-child {
    margin-top: 0;
    border-top: 0;
  }
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner > div > ul > li,
  .headerSlim__layerInner > div > ul > ul > li,
  .headerSlim__layerInner > div > div > li,
  .headerSlim__layerInner > div > div > ul > li {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
  }
  .headerSlim__layerInner > div > ul > li:first-child,
  .headerSlim__layerInner > div > ul > ul > li:first-child,
  .headerSlim__layerInner > div > div > li:first-child,
  .headerSlim__layerInner > div > div > ul > li:first-child {
    border-top: 3px solid #efefef;
  }
  .headerSlim__layerInner > div > ul > li > a,
  .headerSlim__layerInner > div > ul > ul > li > a,
  .headerSlim__layerInner > div > div > li > a,
  .headerSlim__layerInner > div > div > ul > li > a {
    display: block;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .headerSlim__layerInner > div > ul > li > ul,
  .headerSlim__layerInner > div > ul > ul > li > ul,
  .headerSlim__layerInner > div > div > li > ul,
  .headerSlim__layerInner > div > div > ul > li > ul {
    margin-left: 0;
    padding-left: 0.5em;
  }
  .headerSlim__layerInner > div > ul > li > ul::after,
  .headerSlim__layerInner > div > ul > ul > li > ul::after,
  .headerSlim__layerInner > div > div > li > ul::after,
  .headerSlim__layerInner > div > div > ul > li > ul::after {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > div > ul > li,
  .headerSlim__layerInner > div > ul > ul > li,
  .headerSlim__layerInner > div > div > li,
  .headerSlim__layerInner > div > div > ul > li {
    margin-top: 0;
  }
}
.headerSlim__layerInner > div > ul > strong,
.headerSlim__layerInner > div > div > strong {
  font-size: 16px;
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #efefef;
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner > div > ul > strong,
  .headerSlim__layerInner > div > div > strong {
    transition: transform 0.4s 0s, opacity 0.4s 0s;
    opacity: 0;
    transform: translate(0, 1em);
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > div > ul > strong,
  .headerSlim__layerInner > div > div > strong {
    border-bottom: 0;
  }
}
.headerSlim__layerInner > div > ul > strong + ul,
.headerSlim__layerInner > div > div > strong + ul {
  font-size: 14px;
  font-weight: normal;
}
.headerSlim__layerInner > div > ul > strong + ul li:first-child,
.headerSlim__layerInner > div > div > strong + ul li:first-child {
  border-top: 0;
}
.headerSlim__layerInner > div > ul > strong a:hover,
.headerSlim__layerInner > div > div > strong a:hover {
  opacity: 0.7;
}
.headerSlim__layerInner > div > ul .has-child,
.headerSlim__layerInner > div > div .has-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > div > ul .has-child,
  .headerSlim__layerInner > div > div .has-child {
    flex-direction: row;
  }
}
.headerSlim__layerInner > div > ul .has-child::after,
.headerSlim__layerInner > div > div .has-child::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.3em;
  background: url(/svg/header_slim/icn-plus.svg) no-repeat center center/contain;
  transition: transform 0.4s;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > div > ul .has-child::after,
  .headerSlim__layerInner > div > div .has-child::after {
    width: 0.75em;
    height: 0.75em;
  }
}
.headerSlim__layerInner > div > ul .has-child.is-active::after,
.headerSlim__layerInner > div > div .has-child.is-active::after {
  background: url(/svg/header_slim/icn-minus.svg) no-repeat center center/contain;
  transform: rotate(180deg);
}
.headerSlim__layerInner > div > ul .has-child + ul,
.headerSlim__layerInner > div > div .has-child + ul {
  display: none;
}
.headerSlim__layerInner > div > ul .has-child.is-always_active,
.headerSlim__layerInner > div > div .has-child.is-always_active {
  pointer-events: none;
  cursor: default;
}
.headerSlim__layerInner > div > ul .has-child.is-always_active::after,
.headerSlim__layerInner > div > div .has-child.is-always_active::after {
  display: none;
}
.headerSlim__layerInner > div > ul .has-child.is-always_active + ul,
.headerSlim__layerInner > div > div .has-child.is-always_active + ul {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner > div > ul .has-child.is-always_active + ul,
  .headerSlim__layerInner > div > div .has-child.is-always_active + ul {
    margin-top: 0;
    margin-left: 1.2em;
    padding-left: 0;
  }
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner > div > ul .has-child.is-always_active + ul li,
  .headerSlim__layerInner > div > div .has-child.is-always_active + ul li {
    margin-bottom: 0;
    border-top: 1px solid #efefef;
  }
}
.headerSlim__layerInner > div > ul .has-child.is-always_active + ul li a,
.headerSlim__layerInner > div > div .has-child.is-always_active + ul li a {
  font-weight: bold;
  color: #222;
  display: block;
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner > div > ul .has-child.is-always_active + ul li a,
  .headerSlim__layerInner > div > div .has-child.is-always_active + ul li a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > div > ul .has-child.is-always_active + ul li a,
  .headerSlim__layerInner > div > div .has-child.is-always_active + ul li a {
    line-height: 42px;
  }
}
.headerSlim__layerInner > ul {
  margin-top: 5em;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > ul {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}
.headerSlim__layerInner > ul > li {
  margin-bottom: 4em;
  padding-right: 1em;
  padding-left: 1em;
  box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > ul > li {
    width: 100%;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 0;
  }
  .headerSlim__layerInner > ul > li:first-child {
    margin-top: 1em;
  }
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner > ul.ext-plan > li {
    width: 33.3%;
  }
  .headerSlim__layerInner > ul.ext-plan > li:nth-child(n+4) {
    margin-top: 2em;
  }
  .headerSlim__layerInner > ul.ext-plan > li:last-child {
    margin-right: auto;
  }
}
.headerSlim__layerInner > ul.ext-about {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.headerSlim__layerInner > ul.ext-about > li {
  margin-left: 3em;
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner > ul.ext-about a {
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner > ul.ext-about {
    flex-direction: column;
  }
  .headerSlim__layerInner > ul.ext-about > li {
    margin-left: 1em;
    margin-top: 1em;
  }
}
.headerSlim__layerInner ul {
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner ul {
    font-size: 14px;
    padding: 0;
    min-height: 0;
  }
}
.headerSlim__layerInner ul ul {
  font-weight: normal;
  opacity: 0.8;
  margin-top: 0.4em;
  margin-left: 0.3em;
  padding-left: 1.2em;
  position: relative;
}
.headerSlim__layerInner ul ul:after {
  content: "";
  display: block;
  position: absolute;
  background: #efefef;
  width: 3px;
  border-radius: 1.5px;
  height: 100%;
  left: 0;
  top: 0;
}
.headerSlim__layerInner ul ul > li {
  margin-top: 0;
}
.headerSlim__layerInner ul li {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 821px) {
  .headerSlim__layerInner ul li {
    transition: transform 0.4s 0s, opacity 0.4s 0s;
    opacity: 0;
    transform: translate(0, 1em);
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner ul li {
    margin-bottom: 0;
    margin-top: 2em;
  }
}
.headerSlim__layerInner ul li > a:hover,
.headerSlim__layerInner ul li > span:hover {
  opacity: 0.7;
}
.headerSlim__layerInner ul li > a span,
.headerSlim__layerInner ul li > span span {
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-top: auto;
  padding-top: 0.85em;
}
.headerSlim__layerInner ul li > a img,
.headerSlim__layerInner ul li > span img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 820px) {
  .headerSlim__layerInner ul li > a,
  .headerSlim__layerInner ul li > span {
    min-height: 42px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.headerSlim__layerInner ul li > span:hover {
  opacity: 1;
}
.headerSlim__close {
  position: absolute;
  right: 1em;
  top: 1em;
  display: flex;
  align-items: center;
}
.headerSlim__close:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(/svg/icn-cross.svg) no-repeat center center/contain;
  margin-right: 0.5em;
}
@media screen and (max-width: 820px) {
  .headerSlim__close {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    font-size: 12px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 3em;
    background-color: #ffffff;
    margin-bottom: 15px;
  }
}
.headerSlim__menu {
  display: none;
}
@media screen and (max-width: 820px) {
  .headerSlim__menu {
    display: block;
    order: 1;
    text-indent: -100000px;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .headerSlim__menu:before, .headerSlim__menu::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #222;
    transition: all 0.4s;
  }
  .headerSlim__menu:before {
    top: 35%;
  }
  .headerSlim__menu:after {
    top: 65%;
  }
  .headerSlim__menu.is-active:before, .headerSlim__menu.is-active::after {
    top: 50%;
    transform-origin: center center;
  }
  .headerSlim__menu.is-active:before {
    transform: rotate(225deg);
  }
  .headerSlim__menu.is-active:after {
    transform: rotate(-225deg);
  }
}
@media screen and (max-width: 1300px) {
  .headerSlim__subnavi {
    order: 3;
    margin-right: -2.5px;
  }
}
.headerSlim__subnavi > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
.headerSlim__subnavi > ul > li {
  position: relative;
  border-left: 1px solid #efefef;
}
.headerSlim__subnavi > ul > li:last-child {
  border-right: 1px solid #efefef;
}
.headerSlim__subnavi > ul > li.ext-language a::before {
  background: url(/svg/header_slim/icn-lang.svg) no-repeat center center/contain;
}
.headerSlim__subnavi > ul > li.ext-language a.is-active {
  opacity: 0.5;
}
@media screen and (max-width: 820px) {
  .headerSlim__subnavi > ul > li.ext-language {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__subnavi > ul > li {
    border: none;
  }
  .headerSlim__subnavi > ul > li:last-child {
    border: none;
  }
}
.headerSlim__subnavi > ul > li > a {
  padding: 0.3em 0.5em 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .headerSlim__subnavi > ul > li > a > span {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__subnavi > ul > li > a {
    padding: 0 0.5em;
    min-width: 42px;
    min-height: 42px;
    box-sizing: border-box;
  }
}
.headerSlim__subnavi > ul > li > a:hover {
  opacity: 0.7;
}
.headerSlim__subnavi > ul > li > a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 820px) {
  .headerSlim__subnavi > ul > li > a:before {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
  }
}
.headerSlim__subnavi > ul > li > a.ext-cart::before {
  background: url(/svg/icn-cart_b.svg) no-repeat center center/contain;
}
.headerSlim__subnavi > ul > li > a.ext-cart[data-count]::after {
  content: attr(data-count);
  background: #53A96D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: -5px;
}
@media screen and (max-width: 820px) {
  .headerSlim__subnavi > ul > li > a.ext-cart[data-count]::after {
    right: 0;
    top: 0;
  }
}
.headerSlim__subnavi > ul > li > a.ext-support::before {
  background: url(/svg/icn-question.svg) no-repeat center center/contain;
}
@media screen and (max-width: 820px) {
  .headerSlim__subnavi > ul > li > a.ext-support {
    display: none;
  }
}
.headerSlim__subnavi > ul > li > a.ext-mypage::before {
  background: url(/svg/header_rwd/icn-account.svg) no-repeat center center/contain;
}
.is-login .headerSlim__subnavi > ul > li > a.ext-mypage::before {
  background: none;
  content: attr(data-char);
  background-color: #222;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .is-login .headerSlim__subnavi > ul > li > a.ext-mypage::before {
    line-height: 24px;
  }
}
.headerSlim__language, .headerSlim__mypage {
  position: absolute;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  padding: 0.25em 0.75em;
  width: 200%;
  min-width: 140px;
  box-sizing: border-box;
  top: 100%;
  right: 200vw;
  transition: opacity 0.4s;
  opacity: 0;
  font-weight: normal !important;
}
.headerSlim__language.is-active, .headerSlim__mypage.is-active {
  opacity: 1;
  right: 50%;
  transform: translate(50%, 0);
}
.headerSlim__language ul li, .headerSlim__mypage ul li {
  border-bottom: 1px solid #efefef;
}
.headerSlim__language ul li:last-child, .headerSlim__mypage ul li:last-child {
  border-bottom: 0;
}
.headerSlim__language ul li a, .headerSlim__mypage ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  transition: opacity 0.4s;
  padding: 0.5em 0.3em;
}
.headerSlim__language ul li a:hover, .headerSlim__mypage ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .headerSlim__mypage {
    width: 150px;
    transform: none;
    right: -21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .headerSlim__mypage.is-active {
    transform: none;
    right: -21px;
  }
}
.headerSlim__languageSp {
  display: none;
}
@media screen and (max-width: 820px) {
  .headerSlim__languageSp {
    display: block;
    flex-grow: 1;
    background: #ffffff;
    width: 85%;
    text-align: left;
    padding: 2em 15px;
    box-sizing: border-box;
    transform: translate(-100%, 0);
    transition: transform 0.4s 0s;
    font-size: 13px;
    background: #F8F8F8;
  }
  .is-active .headerSlim__languageSp {
    transform: translate(0, 0);
    transition: transform 0.4s 0.15s cubic-bezier(0.75, 0.01, 0.31, 1);
  }
  .headerSlim__languageSp strong {
    display: block;
    margin-bottom: 1em;
  }
  .headerSlim__languageSp ul {
    display: flex;
    flex-wrap: wrap;
  }
  .headerSlim__languageSp ul li {
    border-right: 1px solid #d1d1d1;
    padding-right: 1em;
    margin-right: 1em;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    font-weight: normal;
  }
}

/* レスポンシブ用パンくず */
/* 各所で見つかったCSSの無差別適用回避 サイト改修後削除 */
.plist_rwd > nav > ol > 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 > ol {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  min-height: 20px;
}

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

.plist_rwd > nav > ol > 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%;
  height: auto;
}

/* 共通コンポーネントパーツ
----------------------------------------------------------------- */
/* Content Navi ================================== */
.c-contentNavi {
  position: relative;
  height: 49px;
}
.c-contentNavi__inner {
  background: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  position: absolute;
  z-index: 50;
  top: 0;
  transition: top 0s;
}
.c-contentNavi__name {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s, opacity 0.4s;
}
.c-contentNavi__name span {
  color: #E35D54;
  font-weight: bold;
  font-size: 12px;
  margin-right: 0.5em;
}
@media screen and (max-width: 820px) {
  .c-contentNavi__name {
    font-size: 12px;
    padding: 0 20px;
  }
  .c-contentNavi__name span {
    display: block;
  }
  .c-contentNavi__name strong {
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100vw - 30px);
    white-space: nowrap;
    display: inline-block;
  }
  .c-contentNavi__name strong a {
    text-decoration: underline;
  }
}
.c-contentNavi ul {
  width: 100%;
  line-height: 49px;
  height: 49px;
  display: flex;
  font-size: 14px;
  overflow-x: scroll;
  transition: height 0.4s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-contentNavi ul::-webkit-scrollbar {
  display: none;
}
.c-contentNavi ul li {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
}
.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;
  transition: max-width 0.4s, margin-left 0.4s;
}
@media screen and (max-width: 820px) {
  .c-contentNavi ul li.ext-cart {
    display: none;
  }
}
.c-contentNavi ul li.ext-cart a {
  background: #53A96D;
  display: flex;
  align-items: center;
  height: 24px;
  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;
    justify-content: center;
    font-size: 12px;
  }
  .c-contentNavi ul.ext-overflow {
    justify-content: flex-start;
  }
  .c-contentNavi ul li {
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.c-contentNavi.is-fixed .c-contentNavi__name {
  height: 23px;
  padding: 8px 18px 0;
  opacity: 1;
}
@media screen and (max-width: 820px) {
  .c-contentNavi.is-fixed .c-contentNavi__name {
    height: 35px;
    padding: 8px 15px 0;
  }
}
.c-contentNavi.is-fixed .c-contentNavi__inner {
  position: fixed;
}
@media screen and (max-width: 820px) {
  .c-contentNavi.is-fixed .c-contentNavi__inner {
    top: 50px;
  }
}
.c-contentNavi.is-fixed .c-contentNavi__inner li.ext-cart {
  max-width: 100px;
  margin-left: 15px;
}
/* Section ================================== */
.c-section {
  margin: 50px 15px 0;
  max-width: 1080px;
}
@media screen and (min-width: 821px) {
  .c-section {
    margin: 100px auto 0;
  }
  .c-plist + .c-section {
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 821px) and (max-width: 1120px) {
  .c-section {
    margin: 100px 40px 0;
  }
  .c-plist + .c-section {
    margin: 60px 40px 0;
  }
}

.c-section__title {
  font-size: 18px;
  text-align: center;
  color: #222;
  line-height: 1.3;
  font-weight: bold;
}
.c-section__title span {
  font-size: 0.7em;
  margin: 0 0.15em;
}
.c-section__title + * {
  margin-top: 20px;
}
@media screen and (min-width: 821px) {
  .c-section__title {
    font-size: 20px;
  }
  .c-section__title + * {
    margin-top: 30px;
  }
}

/* Box ================================== */
.c-box {
  background: #ffffff;
  padding: 15px;
  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: flex;
  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;
  flex-grow: 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: flex;
    justify-content: space-between;
    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 {
    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;
  box-sizing: border-box;
  color: #ffffff;
  background: #3C3C3C;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: inherit;
  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;
    opacity: 0.7;
  }
}

/* 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: flex;
    flex-wrap: wrap;
  }
  .c-list > li {
    width: 49%;
    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: 2%;
  }
  .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;
}
.c-link.ext-grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-link.ext-grid a {
  box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 960px) {
  .c-link.ext-grid a {
    width: 33.33%;
  }
}
@media screen and (max-width: 680px) {
  .c-link.ext-grid a {
    width: 50%;
  }
}
.c-link.ext-grid.ext-thin a {
  width: 20%;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 960px) {
  .c-link.ext-grid.ext-thin a {
    width: 25%;
  }
}
@media screen and (max-width: 680px) {
  .c-link.ext-grid.ext-thin a {
    width: 33.3%;
  }
}

/* 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;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) {
  .c-tab__content {
    padding: 40px;
  }
}
.c-tab__content.is-active {
  display: block;
  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;
  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: flex;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  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__header.ext-apartment:before {
  background: url(/svg/icn-apartment.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: 32%;
  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;
  }
}
.c-category__more .c-button + .c-button {
  margin-left: 16px;
}
@media screen and (max-width: 820px) {
  .c-category__more .c-button {
    max-width: 320px;
    width: 100%;
  }
  .c-category__more .c-button + .c-button {
    margin-left: 0;
    margin-top: 16px;
  }
}

/* Accordion ================================== */
.c-accordion {
  background: #ffffff;
  border-radius: 7px;
  background: #F8F8F8;
}
.c-accordion summary::-webkit-details-marker {
  display: none;
}

.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;
  background: #ffffff;
  border-bottom: none;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.4s, border-radius 0.4s;
  position: relative;
  border-radius: 7px;
}
@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;
  }
}
@media screen and (min-width: 821px) {
  .c-accordion__title {
    padding: 1em 40px;
  }
}
.c-accordion__title:hover {
  opacity: 0.7;
}
.c-accordion__title:after {
  content: "";
  border-radius: 9.5px;
  background: #3C3C3C url(/svg/form/icn-plus_w.svg) no-repeat center center/10px;
  color: #ffffff;
  width: 19px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  text-align: center;
  margin-left: 12px;
  transition: transform 0.4s;
  font-size: 16px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (min-width: 821px) {
  .c-accordion__title:after {
    font-size: 18px;
  }
}
.c-accordion__title.is-active {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.03);
  border-radius: 7px 7px 0 0;
}
.c-accordion__title.is-active:after {
  content: "";
  background: #3C3C3C url(/svg/form/icn-minus_w.svg) no-repeat center center/10px;
  transform: rotate(360deg);
}
@media screen and (min-width: 821px) {
  .c-accordion__title:after {
    background: #3C3C3C url(/svg/form/icn-plus_w.svg) no-repeat center center/12px;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
  }
  .c-accordion__title.is-active:after {
    background: #3C3C3C url(/svg/form/icn-minus_w.svg) no-repeat center center/12px;
  }
}

.c-accordion__content {
  padding: 15px;
  background: #ffffff;
  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;
    pointer-events: all;
  }
  .c-tooltip:after {
    content: "";
    text-decoration: none;
    color: #222;
    background: #ffffff url(/svg/icn-tooltip_information.svg) no-repeat center center/8px 8px;
    border: 1px solid #222;
    box-sizing: border-box;
    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.ext-question:after {
    content: "";
    background: #ffffff url(/svg/icn-tooltip_question.svg) no-repeat center center/8px 8px;
  }
  .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;
    transition: opacity 0.4s, transform 0.4s;
    position: absolute;
    transform: translate(-15px, -15px);
    opacity: 0;
    z-index: 10001;
    line-height: 1.5;
    letter-spacing: 0.02em;
    pointer-events: none;
  }
  .c-tooltip__baloon img {
    width: 100%;
    height: auto;
  }
  .c-tooltip__baloon.is-active {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 820px) {
  .c-tooltip {
    cursor: pointer;
    min-width: 14px;
    min-height: 14px;
    display: inline-block;
    text-underline-offset: 0.5ex;
    pointer-events: all;
  }
  .c-tooltip:after {
    content: "";
    color: #222;
    background: #ffffff url(/svg/icn-tooltip_information.svg) no-repeat center center/8px 8px;
    border: 1px solid #222;
    box-sizing: border-box;
    font-weight: bold;
    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: 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;
    transition: opacity 0.4s, transform 0.4s;
    position: fixed;
    transform: translate(0, 15px);
    opacity: 0;
    z-index: 30001;
  }
  .c-tooltip__baloon img {
    width: 100%;
    height: auto;
  }
  .c-tooltip__baloon.is-active {
    opacity: 1;
    transform: none;
  }
}
/* Tooltip with button ================================== */
.c-confirmtip {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.c-confirmtip:after {
  content: "";
  text-decoration: none;
  color: #222;
  background: #ffffff url(/svg/icn-tooltip_information.svg) no-repeat center center/8px 8px;
  border: 1px solid #222;
  box-sizing: border-box;
  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-confirmtip.ext-question:after {
  content: "";
  background: #ffffff url(/svg/icn-tooltip_question.svg) no-repeat center center/8px 8px;
}
.c-confirmtip__baloon {
  display: block;
  padding: 1em;
  max-width: 600px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  transition: opacity 0.4s, transform 0.4s;
  position: absolute;
  transform: translate(0, 15px);
  opacity: 0;
  z-index: 9999;
}
.c-confirmtip__baloon.is-active {
  opacity: 1;
  transform: none;
}
.c-confirmtip__baloon p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222;
  /* estimate/result用 キャンペーン詳細ツールチップカスタム */
}
.c-confirmtip__baloon p:last-child {
  text-align: right;
  margin-top: 1em;
}
.c-confirmtip__baloon p a {
  text-decoration: underline;
}
.c-confirmtip__baloon p span em {
  font-weight: bold;
  margin-top: 0.7em;
  margin-right: 0.5em;
  display: inline-block;
}
.c-confirmtip__baloon p span em:first-child {
  margin-top: 0;
}
.c-confirmtip__baloon p span.ext-stats, .c-confirmtip__baloon p span.ext-note {
  display: block;
  margin-top: 2em;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .c-confirmtip__baloon p span.ext-stats, .c-confirmtip__baloon p span.ext-note {
    font-size: 12px;
  }
}
.c-confirmtip__baloon p span.ext-stats:first-child, .c-confirmtip__baloon p span.ext-note:first-child {
  margin-top: 0;
}
.c-confirmtip__baloon p span.ext-stats {
  border-left: 2px solid #d1d1d1;
  padding-left: 1em;
}
.c-confirmtip__button {
  border-radius: 7px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  background: #3C3C3C;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: inherit;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  font-size: 12px;
  padding: 0.3em 1.2em;
}
@media screen and (min-width: 821px) {
  .c-confirmtip__button {
    font-size: 14px;
  }
}
@media screen and (min-width: 821px) {
  .c-confirmtip__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/* Caset ================================== */
.c-caset {
  background: #ffffff;
  margin: 0 auto;
  padding: 15px;
  line-height: 1.5;
  color: #222;
  box-sizing: border-box;
  position: relative;
  display: flex;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
  padding: 10px 10px 20px;
  border-radius: 10px;
  background: #ffffff;
  flex-direction: column;
}
.c-caset + .c-caset {
  margin-top: 15px;
}

.c-caset__image {
  border-radius: 7px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: #F8F8F8;
  position: relative;
  height: 0;
  padding-top: 75%;
}
.c-caset__image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.c-caset__slide {
  position: relative;
  overflow: hidden;
  background-color: #F8F8F8;
}
.c-caset__slide.ext-3d:after {
  content: attr(data-3d);
  background: rgba(0, 0, 0, 0.5) url(/svg/icn-cube.svg) no-repeat 6px center/11px 11px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 6px 3px 20px;
  border-radius: 11px;
  position: absolute;
  right: 5px;
  top: 5px;
  pointer-events: none;
}
@media screen and (min-width: 821px) {
  .c-caset__slide {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.c-caset__slide p {
  position: relative;
  z-index: 1;
}
.c-caset__slide img {
  width: 100%;
  height: auto;
}
.c-caset__slide .slick-prev,
.c-caset__slide .slick-next {
  border: none;
  background: none;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: -10000px;
  outline: none;
  width: 23px;
  height: 37px;
  background: url(/svg/icn-arrow.svg) no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.4));
}
.c-caset__slide .slick-prev {
  left: 10px;
}
.c-caset__slide .slick-next {
  right: 10px;
  transform: translate(0, -50%) rotate(180deg);
  filter: drop-shadow(0px -1px 0px rgba(0, 0, 0, 0.4));
}
.c-caset__slide .slick-counter {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #ffffff;
  text-align: center;
  transform: translate(-50%, 0);
  color: #222;
  padding: 7px 10px;
  box-sizing: border-box;
  z-index: 3;
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .c-caset__slide .slick-counter {
    font-size: 16px;
  }
}
@media screen and (min-width: 821px) {
  .c-caset__slide .slick-counter {
    border-bottom: 0;
  }
}
.c-caset__slide .slick-counter-date {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .c-caset__slide .slick-counter-date {
    font-size: 14px;
  }
}

.c-caset__category {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 10px 0 10px 0;
  font-size: 11px;
  display: block;
  color: #ffffff;
  padding: 0.3em 0.7em;
  font-weight: bold;
}
.c-caset__category.ext-share {
  background-color: #007FC4;
}
.c-caset__category.ext-apart {
  background-color: #00BDC1;
}
.c-caset__category.ext-social {
  background-color: #FFBC00;
}
.c-caset__category.ext-share_apart {
  background-color: #a482ea;
}
.c-caset__category.ext-granstay {
  background-color: #39be85;
}

.c-caset__name {
  margin-top: 20px;
  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__address,
.c-caset__description,
.c-caset__note {
  margin: 10px 0 0;
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .c-caset__address,
  .c-caset__description,
  .c-caset__note {
    font-size: 14px;
  }
}

.c-caset__summary {
  margin: 7px 0 14px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .c-caset__summary {
    font-size: 13px;
  }
}

.c-caset__facilities {
  padding: 7px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.c-caset__facilities li {
  flex-grow: 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: flex;
  white-space: nowrap;
  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;
  transform: translate(-50%, 0);
}
.ie .c-caset__facilities li img {
  width: 100%;
  height: 100%;
  top: 5px;
}
.c-caset__facilities li.ext-no_icon:before {
  display: none;
}
@media screen and (min-width: 821px) {
  .c-caset__facilities li {
    height: 28px;
    line-height: 28px;
  }
}

.c-caset__price {
  margin: 15px 0;
  display: flex;
  align-items: center;
  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__discount {
  margin-top: 15px;
}

.c-caset__tenant {
  margin: 15px auto 0;
  width: 100%;
}
.c-caset__tenant dt {
  display: flex;
  font-weight: bold;
  align-items: center;
  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: flex;
  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-caset__button {
  text-align: center;
  margin-top: 15px;
}
.c-caset__button .c-button {
  width: 100%;
  max-width: 240px;
}

.c-casets {
  margin-top: 2em;
  position: relative;
  z-index: 1;
}
.c-casets__label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (min-width: 660px) and (max-width: 980px) {
  .c-casets {
    display: flex;
    flex-wrap: wrap;
  }
  .c-casets .c-caset {
    width: 48.4848484848%;
    margin: 0;
    box-sizing: border-box;
    margin-left: 3.0303030303%;
  }
  .c-casets .c-caset:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-casets .c-caset:nth-child(n+3) {
    margin-top: 3.0303030303%;
  }
}
@media screen and (min-width: 981px) {
  .c-casets {
    display: flex;
    flex-wrap: wrap;
  }
  .c-casets .c-caset {
    width: 32%;
    margin: 0;
    box-sizing: border-box;
    margin-left: 2%;
  }
  .c-casets .c-caset:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-casets .c-caset:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 660px) and (max-width: 980px) {
  .c-casets.has-label > div {
    width: 48.4848484848%;
    margin: 0;
    box-sizing: border-box;
    margin-left: 3.0303030303%;
  }
  .c-casets.has-label > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-casets.has-label > div:nth-child(n+3) {
    margin-top: 3.0303030303%;
  }
}
@media screen and (min-width: 981px) {
  .c-casets.has-label > div {
    width: 32%;
    margin: 0;
    box-sizing: border-box;
    margin-left: 2%;
  }
  .c-casets.has-label > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-casets.has-label > div:nth-child(n+4) {
    margin-top: 2%;
  }
}
.c-casets.has-label > div {
  display: flex;
  flex-direction: column;
}
.c-casets.has-label .c-caset {
  width: 100%;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 980px) and (min-width: 660px) {
  .c-casets.has-label > div:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 980px) and (max-width: 659px) {
  .c-casets.has-label > div:nth-child(2), .c-casets.has-label > div:nth-child(3) {
    display: none;
  }
}

.c-form {
  display: flex;
  flex-wrap: wrap;
}
.c-form.ext-follow {
  display: block;
}
.c-form.ext-follow .c-form__item {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.c-form__item {
  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;
}
.c-form__split {
  margin-right: 10px;
  display: inline-block;
}
.c-form__split:last-child {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .c-form__split {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.c-form__require {
  font-size: 9px;
  color: #E35D54;
  margin-left: 0.5em;
  padding: 0.2em 0.4em;
  border: 1px solid #E35D54;
}
.c-form__note {
  font-size: 11px;
  opacity: 0.7;
  display: block;
  margin-top: 0.3em;
}
@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 {
    flex-direction: column;
  }
  .c-form__item {
    margin-right: 0;
    width: 100%;
  }
  .c-form__item:last-child {
    margin-bottom: 0;
  }
}

.c-checkbox {
  cursor: pointer;
  display: inline-block;
}
.c-checkbox input {
  display: none;
}
.c-checkbox span {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.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;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-checkbox input:checked + span:before {
  background: #3C3C3C url(/svg/icn-check_mark.svg) no-repeat center center;
  background-size: contain;
}
.c-checkbox.is-disable {
  opacity: 0.7;
  pointer-events: none;
}

.c-radio {
  cursor: pointer;
  display: inline-block;
}
.c-radio input {
  display: none;
}
.c-radio span {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.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-right: 0.5em;
  background-color: #F8F8F8;
  vertical-align: middle;
}
.c-radio input:checked + span:before {
  background: #3C3C3C;
  background: #3C3C3C url(/svg/icn-check_mark.svg) no-repeat center center;
  background-size: contain;
}
.c-radio.is-disable {
  opacity: 0.7;
  pointer-events: none;
}

:not(span).c-select,
span.c-select select {
  -webkit-appearance: none;
  font-size: 16px;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  padding: 0.5em 20px;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #222;
  cursor: pointer;
}
:not(span).c-select:focus,
span.c-select select:focus {
  outline: none;
}
:not(span).c-select[readonly],
span.c-select select[readonly] {
  border-color: #F8F8F8;
  background-color: #F8F8F8;
  pointer-events: none;
}

span.c-select {
  position: relative;
  display: inline-block;
}
span.c-select:after {
  content: "";
  display: block;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/images/matching/icn-pulldown.svg) no-repeat center center;
  pointer-events: none;
  background-size: contain;
}
span.c-select select {
  padding-right: 35px;
}

.c-input {
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  padding: 0.5em 20px;
  border-radius: 20px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}
.c-input:focus {
  color: #222;
  border-color: #222;
}
.c-input.ext-right {
  text-align: right;
}
.c-input[readonly] {
  border-color: #F8F8F8;
  background-color: #F8F8F8;
}

.c-spinner .ui-spinner {
  border: none !important;
  padding: 0 44px;
  overflow: visible;
  display: inline-block;
  background: none;
}
.c-spinner .ui-spinner .ui-spinner-input {
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  padding: 0.5em 20px;
  border-radius: 20px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  max-width: 120px;
  width: 100%;
  background: #ffffff;
}
.c-spinner .ui-spinner .ui-spinner-input:focus {
  color: #222;
  border-color: #222;
}
.c-spinner .ui-spinner .ui-spinner-input.ext-right {
  text-align: right;
}
.c-spinner .ui-spinner .ui-spinner-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -18px;
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
  transition: opacity 0.4s;
  outline: none;
  border: none;
}
.c-spinner .ui-spinner .ui-spinner-button:hover {
  opacity: 0.7;
  transition: opacity 0s;
}
.c-spinner .ui-spinner .ui-spinner-button.ui-state-active {
  border: none;
  background-color: #3C3C3C !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  opacity: 1;
}
.c-spinner .ui-spinner .ui-spinner-down {
  left: 0;
  right: auto;
  background-image: url("/svg/form/icn-minus.svg");
}
.c-spinner .ui-spinner .ui-spinner-down.ui-state-active {
  background-image: url("/svg/form/icn-minus_w.svg");
}
.c-spinner .ui-spinner .ui-spinner-up {
  background-image: url("/svg/form/icn-plus.svg");
}
.c-spinner .ui-spinner .ui-spinner-up.ui-state-active {
  background-image: url("/svg/form/icn-plus_w.svg");
}
.c-spinner .ui-spinner .ui-button-text {
  display: none;
}

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

.c-drawer__header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  height: 60px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  justify-content: space-between;
  flex-shrink: 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;
  transform: rotate(180deg);
  margin-left: -15px;
}

.c-drawer__content {
  padding: 15px;
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: scroll;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) {
  .c-drawer__content {
    padding: 40px;
    box-sizing: border-box;
  }
}

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

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

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

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

.c-maxymodal__header {
  width: 84.0909090909%;
  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: 80.6818181818%;
  margin: 25px auto 0;
}

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

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

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

.c-maxymodal__close a {
  display: flex;
  justify-content: 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: rgb(51, 51, 51);
  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: flex;
  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;
  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: flex;
    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%;
  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: 49%;
    padding-top: 49%;
  }
}

.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;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  pointer-events: none;
  transition: opacity 0.4s;
  opacity: 1;
}
.p-memories__drawer__play.is-playing {
  opacity: 0;
  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;
  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: flex;
  justify-content: 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;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
@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: 47%;
  }
}

.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: flex;
  align-items: 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 {
    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;
  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;
  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:first-child {
  padding-top: 8px;
  padding-bottom: 2px;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .c-plist:first-child {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 4px;
  }
}
.c-plist:first-child ol {
  border: none;
  max-width: 1080px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .c-plist:first-child ol {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 821px) {
  .c-plist {
    margin-bottom: 1em;
    background: #F8F8F8;
  }
  .c-plist ol {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .c-plist {
    padding: 10px 0;
  }
}
.p-searchmap__content .c-plist ol {
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  .p-searchmap__content .c-plist {
    padding-top: 20px;
  }
}
article > .c-plist {
  padding-top: 4px;
}
#footer_rwd .c-plist {
  color: #222;
}
@media screen and (min-width: 821px) {
  #footer_rwd .c-plist {
    padding-bottom: 10px;
  }
}
.c-plist ol {
  background: #F8F8F8;
  padding: 0;
  font-size: 0;
  border: 2px solid #F8F8F8;
  border-left: 0;
  border-right: 0;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width: 820px) {
  .c-plist ol {
    padding: 0 10px;
  }
}
.c-plist ol::-webkit-scrollbar {
  height: 4px;
}
.c-plist ol::-webkit-scrollbar-track {
  background: transparent;
}
.c-plist ol::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
}
.c-plist ol::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.c-plist ol + ol {
  margin-top: 4px;
}
.c-plist ol li {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  font-size: 10px;
  vertical-align: bottom;
  border: 2px solid #F8F8F8;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #F8F8F8;
  position: relative;
}
.c-plist ol li:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: #ffffff;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  border: 2px solid #F8F8F8;
  border-top-color: transparent;
  border-left-color: transparent;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  z-index: 5;
}
.c-plist ol li:last-child {
  font-weight: bold;
}
.c-plist ol li:last-child span {
  background: #efefef;
}
.c-plist ol li:last-child:before {
  display: none;
}
.c-plist ol li a {
  text-decoration: none;
}
.c-plist ol li span {
  display: block;
  background: #ffffff;
  padding: 0.4em 1em;
  border-radius: 7px;
}
@media screen and (max-width: 820px) {
  .c-plist ol li span {
    padding: 0.8em 1em;
  }
}

/* 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;
  transition: opacity 0.4s;
}
.c-viewport.is-swiped:after {
  opacity: 0;
}

/* Common Modal ================================== */
.c-modal {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -200%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: top 0s 0.4s, opacity 0.4s;
}
.c-modal__box {
  background: #ffffff;
  border-radius: 15px;
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  box-sizing: border-box;
  position: relative;
  transform: translate(0, 30px);
  transition: transform 0.4s 0s;
  cursor: default;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
  max-height: calc(100% - 60px);
  position: relative;
}
.c-modal__box.ext-tiny {
  max-width: 720px;
}
@media screen and (max-width: 820px) {
  .c-modal__box {
    max-width: calc(100% - 40px);
  }
}
.c-modal.is-active {
  top: 0;
  opacity: 1;
  transition: top 0s, opacity 0.4s;
}
.c-modal.is-active .c-modal__box {
  transform: none;
}
.c-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.c-modal__close a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.c-modal__close a:hover {
  opacity: 0.7;
}
.c-modal__close a img {
  width: 20px;
  height: 20px;
}
.c-modal__content {
  width: calc(100% - 40px);
  height: calc(100% - 70px);
  margin-top: 50px;
  margin-left: 20px;
  border: none;
}
.c-modal__project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-modal__title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-modal__title {
    font-size: 20px;
  }
}
.c-modal__title + * {
  margin-top: 2em;
}
.c-modal__text {
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width: 600px) {
  .c-modal__text {
    font-size: 14px;
  }
}
.c-modal__note {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .c-modal__note {
    font-size: 12px;
  }
}
.c-modal__image {
  margin-top: 1em;
}
.c-modal__image img {
  max-width: 100%;
  height: auto;
}
.c-modal__column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .c-modal__column {
    display: block;
  }
}
.c-modal__column > * {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .c-modal__column > * {
    width: 100%;
  }
}
.c-modal__list {
  font-size: 16px;
  list-style: disc;
  margin: 1.5em 0 0 20px;
}
@media screen and (max-width: 600px) {
  .c-modal__list {
    font-size: 14px;
  }
}
.c-modal__list li + li {
  margin-top: 0.5em;
}
.c-modal__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .c-modal__action {
    font-size: 14px;
  }
}
.c-modal__action * + * {
  margin-top: 0.7em;
}
.c-modal__action .c-button {
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  padding: 0.5em 1.5em;
}

.c-toggle {
  margin-top: 1em;
  border-radius: 15px;
  background: #F8F8F8;
  text-decoration: none !important;
  font-size: 12px;
  padding: 0.1em 0.5em;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  position: relative;
}
.c-toggle:before {
  content: "+";
  display: inline-block;
  border-radius: 50%;
  background: #3C3C3C;
  color: #ffffff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.3em;
}
.c-toggle.is-active:before {
  content: "-";
}
.c-toggle:after {
  content: attr(data-show);
}
.c-toggle.is-active:after {
  content: attr(data-hide);
}

.is-toggle {
  display: none;
}

.c-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.4s;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: -100vh;
  opacity: 0;
  z-index: 90;
  text-align: center;
}
.c-loading span::after {
  content: "";
  widows: 92px;
  height: 92px;
  display: block;
  background: url(/images/rwd/component/img-loading.gif) no-repeat center center;
}
.c-loading.is-active {
  top: 0;
  opacity: 1;
}

.c-history {
  padding-bottom: 60px;
  margin: 50px 15px 0;
  max-width: 1080px;
}
@media screen and (min-width: 821px) {
  .c-history {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 821px) and (max-width: 1120px) {
  .c-history {
    margin: 100px 40px 0;
  }
}
#top .c-history {
  margin-top: 0;
}
.c-history__title {
  font-size: 18px;
  text-align: center;
  color: #222;
  line-height: 1.3;
  font-weight: bold;
}
.c-history__title span {
  font-size: 0.7em;
  margin: 0 0.15em;
}
.c-history__title + * {
  margin-top: 20px;
}
@media screen and (min-width: 821px) {
  .c-history__title {
    font-size: 20px;
  }
  .c-history__title + * {
    margin-top: 30px;
  }
}
.c-history__list {
  display: flex;
  flex-wrap: wrap;
}
.c-history__item {
  max-width: calc(20% - 20px);
  margin-left: 2%;
}
.c-history__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 960px) and (min-width: 821px) {
  .c-history__item {
    max-width: calc(33.3333333333% - 20px);
    margin-left: 2%;
  }
  .c-history__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-history__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 820px) {
  .c-history__item {
    max-width: calc(50% - 7.5px);
    margin-left: 15px;
  }
  .c-history__item:first-child {
    margin-left: 0;
  }
  .c-history__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .c-history__item:nth-child(n+5) {
    display: none;
  }
  .c-history__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.c-history__image {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.c-history__image img {
  border-radius: 7px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c-history__image:hover {
  opacity: 0.7;
}
.c-history__category {
  margin: 0.7em 0 0;
  font-size: 11px;
  color: #E35D54;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 821px) {
  .c-history__category {
    font-size: 13px;
  }
}
.c-history__name {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .c-history__name {
    font-size: 16px;
  }
}
.c-history__name a {
  text-decoration: underline;
}
.c-history__name a:hover {
  opacity: 0.7;
}
.c-history__price {
  margin: 0.5em 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-history__price em {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-right: 0.5em;
}
@media screen and (min-width: 821px) {
  .c-history__price em {
    font-size: 16px;
  }
}
.c-history__price span {
  font-size: 11px;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-style: normal;
  font-weight: bold;
  border: 1px solid #d1d1d1;
  color: #E35D54;
}
@media screen and (min-width: 821px) {
  .c-history__price span {
    font-size: 13px;
  }
}
.c-history__price span.ext-novacancy {
  border: 1px dashed #d1d1d1;
  color: #222;
}
.c-history__description {
  margin: 0.5em 0;
  line-height: 1.5;
  font-size: 11px;
}
@media screen and (min-width: 821px) {
  .c-history__description {
    font-size: 13px;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}
.c-pagination li {
  margin: 0 0.5em;
}
@media screen and (max-width: 820px) {
  .c-pagination li {
    margin: 0 0.25em;
  }
}
.c-pagination li a {
  display: inline-block;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background: #3C3C3C;
  border-radius: 7px;
  color: #ffffff;
}
.c-pagination li a.ext-prev, .c-pagination li a.ext-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination li a.ext-prev img, .c-pagination li a.ext-next img {
  width: 0.5em;
  height: auto;
}
.c-pagination li a.ext-prev {
  margin-right: 1.5em;
}
.c-pagination li a.ext-next {
  margin-left: 1.5em;
}
.c-pagination li a.ext-next img {
  transform: rotate(-180deg);
}
.c-pagination li a.is-active {
  background: #B4B4B4;
  color: #ffffff;
  pointer-events: none;
}

.ext-modern .p-searchDrawer__list li, .ext-modern .p-searchDrawer__select li {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 820px) {
  .ext-modern .p-searchDrawer__list li, .ext-modern .p-searchDrawer__select li {
    width: calc(50% - 0.25em);
    margin-right: 0;
  }
  .ext-modern .p-searchDrawer__list li:nth-child(even), .ext-modern .p-searchDrawer__select li:nth-child(even) {
    margin-left: 0.5em;
  }
}
.ext-modern .p-searchDrawer__list .c-checkbox, .ext-modern .p-searchDrawer__select .c-checkbox {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.ext-modern .p-searchDrawer__list .c-checkbox span, .ext-modern .p-searchDrawer__select .c-checkbox span {
  border: 1px solid #d1d1d1;
  border-radius: 7px;
  padding: 0.5em 1.2em 0.5em 0.5em;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .ext-modern .p-searchDrawer__list .c-checkbox span, .ext-modern .p-searchDrawer__select .c-checkbox span {
    padding: 0.5em 1.2em 0.5em 0.5em;
    font-size: 14px;
  }
}
.ext-modern .p-searchDrawer__list .c-checkbox input:checked + span, .ext-modern .p-searchDrawer__select .c-checkbox input:checked + span {
  border-color: #53A96D;
  background-color: #F8F8F8;
}
.ext-modern .p-searchDrawer__list span.c-select select, .ext-modern .p-searchDrawer__select span.c-select select {
  border-width: 1px;
  min-height: 35px;
}
.ext-modern .p-searchDrawer__list span.c-select.is-active select, .ext-modern .p-searchDrawer__select span.c-select.is-active select {
  border-color: #53A96D;
  background: #F8F8F8;
}
.ext-modern .p-searchDrawer__list .c-tooltip, .ext-modern .p-searchDrawer__select .c-tooltip {
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  line-height: 1;
}
.ext-modern .p-searchDrawer__list .c-tooltip::after, .ext-modern .p-searchDrawer__select .c-tooltip::after {
  margin-left: 0;
}
.ext-modern .p-searchDrawer__title {
  font-size: 16px;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 820px) {
  .ext-modern .p-searchDrawer__filterWrapper {
    padding: 0;
  }
}
.ext-modern .p-searchDrawer__filterUnit {
  border-radius: 7px;
  padding: 0.25em 0.5em 0.25em 0.5em !important;
  background: none !important;
  border: 1px solid #d1d1d1;
}
.ext-modern .p-searchDrawer__filterUnit:has(input:checked) {
  background-color: #F8F8F8 !important;
}
@media screen and (max-width: 820px) {
  .ext-modern .p-searchDrawer__filterUnit {
    padding: 0.25em 0.5em 0.25em 0 !important;
  }
  .ext-modern .p-searchDrawer__filterUnit:first-child {
    margin-top: 0;
  }
}
.ext-modern .c-checkbox input:checked + span:before {
  background: #53A96D url(/svg/icn-check_mark.svg) no-repeat center center;
  background-size: contain;
}
.ext-modern .c-radio input:checked + span:before {
  background-color: #53A96D;
}

/* 共通プロジェクト
----------------------------------------------------------------- */
/* Event Headline */
.p-event_headline {
  display: flex;
  align-items: 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: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer #footbox #f_snsbox ul li {
  border-left: 1px solid #a4a4a4;
  padding: 0 10px 0 10px;
  margin: 0 0 5px 0;
  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;
  box-sizing: border-box;
}

#footer .areaListBox dl {
  display: flex;
  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 {
  flex-grow: 1;
  margin: 0 0 10px;
  padding: 0;
  width: calc(100% - 170px);
}

#footer .areaListBox dd + dd {
  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;
}
#footer_rwd .f_pgtp a:after {
  font-size: 10px;
  line-height: 1;
  content: attr(data-label);
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: auto;
  white-space: nowrap;
  top: -15px;
  left: 0;
  color: #787878;
  text-indent: 0;
}
@media screen and (max-width: 820px) {
  #footer_rwd {
    width: 100%;
    background: #F8F8F8;
    color: #787878;
    line-height: 20px;
    padding: 0;
    box-sizing: border-box;
  }
  #footer_rwd #footbox {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }
  #footer_rwd #footbox .f_logo {
    text-align: center;
    padding: 15px;
    width: 100%;
    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: flex;
    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;
    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;
    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%;
    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%;
    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: flex;
    flex-wrap: wrap;
    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;
    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;
    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;
    box-sizing: border-box;
  }
  #footer_rwd #footbox {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
  }
  #footer_rwd #footbox p.f_logo {
    width: 22.1238938053%;
    text-align: center;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #footer_rwd #footbox p.f_logo img {
    width: 100%;
    height: auto;
  }
  #footer_rwd #footbox #f_navibox {
    width: 55.7522123894%;
    box-sizing: border-box;
    display: flex;
    border-left: 1px dotted #999;
  }
  #footer_rwd #footbox #f_navibox ul {
    padding-bottom: 0px;
    border-right: 1px dotted #999;
    width: 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: 22.1238938053%;
    color: #787878;
    font-size: 14px;
    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: flex;
    flex-wrap: wrap;
    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;
    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%;
    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;
    box-sizing: border-box;
  }
  #footer_rwd .areaListBox dl {
    display: flex;
    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 {
    flex-grow: 1;
    margin: 0 0 10px;
    padding: 0;
    width: calc(100% - 170px);
  }
  #footer_rwd .areaListBox dd + dd {
    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 .f_help {
  background: #F8F8F8;
  padding: 0 20px 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 821px) {
  #footer_rwd .f_help {
    margin-top: 1em;
  }
}
#footer_rwd .f_help a {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  height: 60px;
  border-radius: 30px;
  outline: none;
  display: flex;
  align-items: center;
  border: 1px solid #222;
  color: #222;
  background: #ffffff;
  line-height: 1.4;
}
#footer_rwd .f_help a:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(/svg/icn-help.svg) no-repeat center center/contain;
}
@media screen and (max-width: 820px) {
  #footer_rwd .f_help {
    padding: 20px 15px;
  }
  #footer_rwd .f_help a {
    height: 40px;
    border-radius: 20px;
    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: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(135deg);
  }
  100% {
    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;
  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: 53px;
  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;
}