@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* 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;
}

/* 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;
}

/* Maxymodal = PC/SPで共通で読んでいるCSSが本CSSのみの為、ここに記述 */
/* 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;
  }
}
/* 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: #F9504C;
  color: #fff;
  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: #fff;
  color: #f9504c;
  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 #fff;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -4px;
}