@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("/english/common/css/module.css");
@import url("/english/common/css/utility.css");

:root {
  --ff-robot: "Roboto", sans-serif;
  --c-base: #e7161a;
  --hdHeight: 135rem;
}

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,
main {
  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;
}
img {
  vertical-align: bottom;
  width: 100%;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
}
sup {
  vertical-align: super;
  font-size: calc(1em / 1.5);
}
sub {
  vertical-align: bottom;
  font-size: calc(1em / 1.5);
}



/* -----------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 1px;
  height: -webkit-fill-available;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: calc(1 / 1400 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(1 / 375 * 100vw);
  }
}

body {
  font-size: 14rem;
  font-family: var(--ff-robot);
  line-height: 1;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
}

a img {
  transition: opacity 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.5;
}
img.nofade {
  opacity: 1 !important;
}


#wrap {
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  #wrap {
    min-width: 0;
    padding-top: 0;
  }
}


#responseFlagTab {
  display: none !important;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
  #responseFlagPc {
    display: block !important;
  }
  #responseFlagSp {
    display: none !important;
  }
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  #responseFlagPc {
    display: none !important;
  }
  #responseFlagSp {
    display: block !important;
  }
}

@media print {
  header.hd,
  footer.ft {
    display: none;
  }
}

/*===========================================================================
 header
===========================================================================*/
.hd {
  --hd-color: #fff;
  --ani-option: 0.4s ease-in-out;
  --ani-option-bar: 0.3s ease-in-out;
  --search-img: url(/common/images/icn_search_wt.svg);
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1rem solid transparent;
}
.hd:hover,
.hd._js-onColor,
.hd._js-color {
  --hd-color: #000;
  --search-img: url(/common/images/icn_search_bk.svg);
}
.hd:hover,
.hd.hasBorder {
  border-color: var(--c-base);
}
.hd::before,
.hd::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity var(--ani-option);
}
.hd::before {
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0));
  opacity: 1;
}
.hd::after,
.hd._js-onColor::after {
  background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
  /* border-bottom: 1px solid var(--c-base); */
  box-sizing: border-box;
  opacity: 0;
}
.hd .hd__inr {
  padding-top: 28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd .hd__logo {
  width: 140rem;
}
.hd .hd__logo a {
  display: block;
}
.hd .hd__nav {
}
.hd .hd__nav a {
  text-decoration: none;
}
.hd .hd__navList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hd .hd__navTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hd .hd__navTop .hd__searchForm {
  display: flex;
  align-items: center;
  min-height: 26rem;
}
.hd .hd__navTop .hd__searchInput {
  width: 0;
  display: none;
}
.hd .hd__navTop .siteSearchText {
  max-width: 175rem;
  width: 100%;
  height: 26rem;
  border: 1px solid #7e8184;
  padding: 5rem 10rem;
  box-sizing: border-box;
  outline: none;
}
.hd .hd__navTop .hd__searchBtn {
  width: 18rem;
  height: 18rem;
  margin-left: 10rem;
  background-image: var(--search-img);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: background var(--ani-option);
  cursor: pointer;
}
.hd .hd__navTop .hd__navItem {
  padding: 0 20rem;
}
.hd .hd__navTop .hd__navItem a {
  display: block;
  font-size: 12rem;
  line-height: 1.5;
  color: var(--hd-color);
  transition: color var(--ani-option);
  position: relative;
}
.hd .hd__navTop .hd__navItem a::after {
  content: " ";
  width: 0;
  height: 1px;
  background-color: var(--hd-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all var(--ani-option-bar);
}
.hd .hd__navTop .hd__navItem a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.hd .hd__navTop .hd__navItem a[target="_blank"] {
  margin-right: 24rem;
}
.hd .hd__navTop .hd__navItem a[target="_blank"]::before {
  content: " ";
  width: 13rem;
  height: 10rem;
  background-image: url(/common/images/icn_blank_rd.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -24rem;
  transform: translateY(-50%);
  transition: background var(--ani-option);
}
.hd:hover .hd__navTop .hd__navItem a[target="_blank"]::before {
  background-image: url(/common/images/icn_blank_bk.svg);
}
.hd .hd__navBottom {
  margin-top: 25rem;
}
.hd .hd__navBottom .hd__navItem {
  padding: 0 40rem 30rem;
  margin: 0 -25rem;
  z-index: 0;
}
.hd .hd__navBottom .hd__navItem:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.hd .hd__navBottom .hd__navItem:hover {
  z-index: 10;
}
.hd .hd__navBottom .hd__navBtn {
  color: var(--hd-color);
  transition: color var(--ani-option);
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  transition: color var(--ani-option-bar);
}
.hd .hd__navBottom .hd__navItem:hover .hd__navBtn {
  color: var(--c-base);
}
.hd .hd__navBottom .hd__navBox {
  position: absolute;
  top: calc(var(--hdHeight) + 1rem);
  left: 0;
  background: linear-gradient(90deg, var(--c-base) 0%, var(--c-base) 50%, #fff 50%, #fff 100%);
  width: 100%;
  transition: all var(--ani-option);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--ani-option);
  box-shadow: 0 15rem 30rem 0 #777;
}
.hd .hd__navBottom .hd__navItem:hover .hd__navBox {
  pointer-events: auto;
  opacity: 1;
}
.hd .hd__navBottom .hd__navBoxInr {
  display: flex;
}
.hd .hd__navBottom .hd__navLeft {
  background-color: var(--c-base);
  display: flex;
  align-items: center;
  width: 33.3333%;
  min-height: 500rem;
}
.hd .hd__navBottom .hd__navLeftBtn {
  color: #fff;
  font-size: 24rem;
  line-height: 1.5;
  margin-right: 50rem;
  position: relative;
  letter-spacing: 0.1em;
}
.hd .hd__navBottom .hd__navLeftBtn::after {
  content: " ";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all var(--ani-option-bar);
}
.hd .hd__navBottom .hd__navLeftBtn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.hd .hd__navBottom .hd__navLeftBtn::before {
  content: " ";
  width: 32rem;
  height: 32rem;
  background: url(/common/images/icn_circle_arw.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -50rem;
  transform: translateY(-50%);
}
.hd .hd__navBottom .hd__navRight {
  flex: 1;
  position: relative;
  display: flex;
}
.hd .hd__navBottom .hd__navRight::before {
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #d0d0d0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.hd .hd__navBottom .hd__navSecondList,
.hd .hd__navBottom ._list-open .hd__navThirdInr {
  width: 50%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
}
.hd .hd__navBottom .hd__navSecondList {
  padding: 0 60rem;
}
.hd .hd__navBottom .hd__navListItem:first-of-type {
  padding-top: 40rem;
}
.hd .hd__navBottom .hd__navListItem:last-of-type {
  padding-bottom: 40rem;
  background-color: #fff;
}
.hd .hd__navBottom .hd__navListItem,
.hd .hd__navBottom .hd__navThirdList .hd__navListItem {
  margin: 0 -60rem;
}
.hd .hd__navBottom .hd__navThirdList .hd__navListItem:first-of-type {
  padding-top: 0;
}
.hd .hd__navBottom .hd__navListItem a {
  display: flex;
  align-items: center;
  padding: 10rem 50rem;
  box-sizing: border-box;
  font-size: 18rem;
  line-height: 1.5;
  transition: background 0.1s ease-in-out;
  background-color: #fff;
}
.hd .hd__navBottom .hd__navListItem a[target="_blank"]::after {
  content: " ";
  width: 13rem;
  height: 10rem;
  background-image: url(/common/images/icn_blank_rd.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-left: 10rem;
}
.hd .hd__navBottom .hd__navListItem a:hover {
  background-color: #f7f7f7;
}
.hd .hd__navBottom ._list-open > a::after {
  content: " ";
  width: 5rem;
  height: 10rem;
  background: url(/common/images/icn_arw_rd.svg) no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 10rem;
}
.hd .hd__navBottom ._list-open .hd__navThirdList {
  width: 50%;
  height: 100%;
}
.hd .hd__navBottom ._list-open .hd__navThirdInr {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform var(--ani-option);
  transition-delay: 0.1s;
  border-right: 1px solid #d0d0d0;
  padding: 40rem 60rem;
}
.hd .hd__navBottom ._list-open:hover .hd__navThirdInr {
  transform: translateX(100%);
  transition-delay: 0s;
}
.hd .hd__navBottom .hd__navListItemTtl {
  background-color: #fff;
  margin: 0 -60rem;
  padding: 50rem 60rem 10rem;
  color: var(--c-base);
  font-size: 13rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
}
.hd .hd__navBottom .hd__navListItemTtl::before {
  content: " ";
  width: 6rem;
  height: 1px;
  background-color: var(--c-base);
  display: inline-block;
  margin-right: 5rem;
}
.hd .hd__spBtn {
  display: none;
}
.hd._js-color,
.hd._js-color:after {
  background: #fff;
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .hd._js-onColor::before,
  .hd._js-color::before,
  .hd:hover::before {
    opacity: 0;
  }
  .hd:hover::after,
  .hd._js-onColor::after {
    opacity: 1;
  }
  .hd .hd__nav {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .hd {
    --hd-color: #000;
    --ani-option: 0.4s ease-in-out;
    --ani-option-bar: 0.3s ease-in-out;
    --search-img: url(/common/images/icn_search_bk.svg);
    border-bottom: 2rem solid transparent;
  }
  .hd:hover {
    --hd-color: #000;
  }
  .hd:hover {
    border-color: transparent;
  }
  .hd.js-open,
  .hd.hasBorder {
    border-color: var(--c-base);
  }
  .hd::before,
  .hd::after {
    transition: opacity var(--ani-option),background var(--ani-option) 0.18s;
  }
  .hd::before {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0));
  }
  .hd::after {
    opacity: 0;
  }

  .hd._js-onColor::before {
    opacity: 0;
  }
  .hd._js-onColor::after,
  .hd._js-color::after {
    opacity: 1;
  }

  .hd .hd__inr {
    padding: 0;
    height: 70rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd__logo {
    width: 80rem;
  }
  .hd .hd__logo a {
  }
  .hd .hd__nav {
    position: fixed;
    top: 71rem;
    left: 0;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    display: none;
    height: 0;
  }
  .hd .hd__nav a {
    text-decoration: none;
  }
  .hd .hd__navList {
    display: block;
  }
  .hd .hd__navTop {
    order: 2;
    display: block;
    padding-bottom: 150px;
    box-sizing: border-box;
  }
  .hd .hd__navTop .hd__navItem {
    padding: 12rem 20rem;
  }
  .hd .hd__navTop .hd__navItem a {
    display: inline-block;
    font-size: 12rem;
    line-height: 1.5;
    color: var(--hd-color);
    transition: color var(--ani-option);
    position: relative;
  }
  .hd .hd__navTop .hd__navItem a::after {
    display: none;
  }
  .hd .hd__navTop .hd__navItem a[target="_blank"] {
    margin-right: 24rem;
  }
  .hd .hd__navTop .hd__navItem a[target="_blank"]::before {
    content: " ";
    width: 13rem;
    height: 9rem;
    background-image: url(/common/images/icn_blank_rd.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -24rem;
    transform: translateY(-50%);
    transition: background var(--ani-option);
  }
  .hd:hover .hd__navTop .hd__navItem a[target="_blank"]::before {
    background-image: url(/common/images/icn_blank_rd.svg);
  }
  .hd .hd__navBottom {
    margin-top: 0;
    background-color: #fff;
    padding: 25rem 10rem;
  }
  .hd .hd__navBottom .hd__searchForm {
    border: 1px solid #d8d8d8;
    position: relative;
    padding-right: 50rem;
    box-sizing: border-box;
  }
  .hd .hd__navBottom .hd__searchInput {
  }
  .hd .hd__navBottom .hd__searchInput .siteSearchText {
    height: 50rem;
    width: 100%;
    border: 0;
    padding: 10rem;
    box-sizing: border-box;
    outline: none;
    font-size: 14rem;
    line-height: 1.5;
  }
  .hd .hd__navBottom .hd__searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50rem;
    height: 50rem;
    background: var(--search-img) no-repeat center center;
    background-size: 16rem 16rem;
  }
  .hd .hd__navBottom .siteSearchBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50rem;
    height: 50rem;
    opacity: 0 !important;
  }
  .hd .hd__navBottom .hd__navItem {
    padding: 10rem 20rem;
    margin: 0 -10rem;
    z-index: 0;
  }
  .hd .hd__navBottom .hd__navItem:last-of-type {
    padding-right: 20rem;
    margin-right: -10rem;
  }
  .hd .hd__navBottom .hd__navItem + .hd__navItem {
    border-top: 1px solid #ededed;
  }
  .hd .hd__navBottom .hd__navList {
    margin-top: 10rem;
  }
  .hd .hd__navBottom .hd__navBtn {
    color: var(--hd-color);
    transition: color var(--ani-option);
    font-size: 16rem;
    position: relative;
    cursor: pointer;
  }
  .hd .hd__navBottom .hd__navBtn[data-js-spToggleBtn]::after,
  .hd .hd__navBottom .hd__navBtn[data-js-spToggleBtn]::before {
    content: " ";
    width: 15rem;
    height: 1px;
    background-color: var(--c-base);
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 0;
    transition: all var(--ani-option-bar);
  }
  .hd .hd__navBottom .hd__navItem:hover .hd__navBtn::before {
    width: 15rem;
    right: 0;
  }
  .hd .hd__navBottom .hd__navItem .hd__navBtn[data-js-spToggleBtn]::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .hd .hd__navBottom .hd__navItem.js-open .hd__navBtn[data-js-spToggleBtn]::before {
    transform: translateY(-50%) rotate(0);
  }
  .hd .hd__navBottom .hd__navBox {
    position: static;
    background: transparent;
    width: auto;
    transition: all var(--ani-option);
    pointer-events: auto;
    opacity: 1;
    transition: opacity var(--ani-option);
    box-shadow: 0 0 0 0 #777;
    margin: 10rem -20rem 0;
    padding: 0 20rem;
    border-top: 1px solid #ededed;
    box-sizing: border-box;
    height: 0;
    display: none;
  }
  .hd .hd__navBottom .hd__navItem:hover .hd__navBox {
    pointer-events: auto;
    opacity: 1;
  }
  .hd .hd__navBottom .hd__navBoxInr {
    display: block;
  }
  .hd .hd__navBottom .hd__navLeft {
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 10rem 0;
    box-sizing: border-box;
    min-height: 0;
  }
  .hd .hd__navBottom .hd__navLeftBtn {
    color: #000;
    font-size: 16rem;
    margin-right: 0;
    position: relative;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
  }
  .hd .hd__navBottom .hd__navLeftBtn::after {
    display: none;
  }
  .hd .hd__navBottom .hd__navLeftBtn::before {
    display: none;
  }
  .hd .hd__navBottom .hd__navRight {
    display: block;
  }
  .hd .hd__navBottom .hd__navRight::before {
    display: none;
  }
  .hd .hd__navBottom .hd__navSecondList,
  .hd .hd__navBottom ._list-open .hd__navThirdInr {
    width: 100%;
    background-color: transparent;
  }
  .hd .hd__navBottom .hd__navSecondList {
    padding: 0;
  }
  .hd .hd__navBottom .hd__navListItem:first-of-type {
    padding-top: 0;
  }
  .hd .hd__navBottom .hd__navListItem:last-of-type {
    padding-bottom: 0;
  }
  .hd .hd__navBottom .hd__navListItem,
  .hd .hd__navBottom .hd__navThirdList .hd__navListItem {
    margin: 0;
  }
  .hd .hd__navBottom .hd__navListItem a {
    display: flex;
    align-items: center;
    padding: 10rem 0;
    font-size: 16rem;
    background: transparent;
  }
  .hd .hd__navBottom .hd__navListItem a:hover {
    background: transparent;
  }
  .hd .hd__navBottom ._list-open > a::after {
    display: none !important;
  }
  .hd .hd__navBottom ._list-open .hd__navThirdList {
    display: none !important;
  }
  .hd .hd__navBottom ._list-open .hd__navThirdInr {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform var(--ani-option);
    transition-delay: 0.1s;
    border-right: 1px solid #d0d0d0;
    padding: 40rem 60rem;
  }
  .hd .hd__navBottom ._list-open:hover .hd__navThirdInr {
    transform: translateX(100%);
    transition-delay: 0s;
  }
  .hd .hd__navBottom .hd__navListItemTtl {
    background-color: transparent;
    margin: 0;
    padding: 15rem 0 10rem;
    font-size: 13rem;
  }
  .hd .hd__spBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50rem;
    height: 50rem;
    cursor: pointer;
  }
  .hd._js-onColor .hd__spBtnBar,
  .hd._js-color .hd__spBtnBar {
    --c-bar: #000;
  }
  .hd .hd__spBtnBar {
    --c-bar: #fff;
    width: 28rem;
    height: 1px;
    display: block;
    position: relative;
    background: var(--c-bar);
    transition: all var(--ani-option);
  }
  .hd .hd__spBtnBar::before,
  .hd .hd__spBtnBar::after {
    content: " ";
    width: 100%;
    height: 1px;
    background: var(--c-bar);
    position: absolute;
    left: 0;
    transition: all var(--ani-option);
  }
  .hd .hd__spBtnBar::before {
    top: -10rem;
  }
  .hd .hd__spBtnBar::after {
    bottom: -10rem;
  }


  .hd.js-open::before {
    background: #fff;
    transition: background 0s ease-in-out;
  }
  .hd.js-open .hd__spBtnBar {
    --c-bar: #000;
    background: transparent;
  }
  .hd.js-open .hd__spBtnBar::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hd.js-open .hd__spBtnBar::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}


/*===========================================================================
 footer
===========================================================================*/
.ft {
  --ani-option: 0.1s ease-in-out;
  position: relative;
  margin-top: 200rem;
  padding-top: 80rem;
  box-sizing: border-box;
  z-index: 100;
}
.page404 .ft {
  margin-top: 100rem;
}
.ft::before {
  content: " ";
  width: 100%;
  height: 80rem;
  background: url(/common/images/ft_top_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ft .ft__top {
  background-color: #fafafa;
}
.ft .ft__logo {
  padding: 50rem 0;
  box-sizing: border-box;
}
.ft .ft__logo a {
  width: 140rem;
  display: block;
}
.ft .ft__cts {
  border-top: 1px solid #e8e8e8;
  padding: 40rem 0 70rem;
  box-sizing: border-box;
}
.ft .ft__ctsInr {
  display: flex;
  justify-content: space-between;
  margin: 0 -15rem;
}
.ft .ft__listLine {
  box-sizing: border-box;
  padding: 0 15rem;
}
.ft .ft__listLine:first-child {
  width: 170rem;
}
.ft .ft__listLine a {
  display: block;
  padding: 5rem 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: color var(--ani-option);
  font-size: 16rem;
  line-height: 1.5;
}
.ft .ft__listLine a:hover {
  color: var(--c-base);
}
.ft .ft__listBox + .ft__listBox {
  margin-top: 40rem;
}
.ft ._c-red a {
  color: var(--c-base);
}
.ft .ft__item._type-ttl {
  color: #666b71;
  font-size: 12rem;
  line-height: 1.5;
  padding: 10rem 0;
}
.ft .ft__item a[target="_blank"] {
  display: flex;
  align-items: center;
}
.ft .ft__item a[target="_blank"]::after {
  content: " ";
  display: block;
  background: url(/common/images/icn_blank_rd.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 13rem;
  height: 10rem;
  margin-left: 10rem;
}
.ft .ft__bottom {
  background-color: #fff;
  position: relative;
}
.ft .ft__bottomInr {
  padding: 40rem 0 20rem;
  box-sizing: border-box;
}
.ft .ft__bottom .ft__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft .ft__bottom .ft__item a {
  padding: 0 25rem;
  display: block;
  font-size: 14rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all var(--ani-option);
}
.ft .ft__bottom .ft__item a:hover {
  color: var(--c-base);
}
.ft .ft__bottom .ft__copyright {
  margin-top: 40rem;
  text-align: center;
  color: #828282;
  font-size: 16rem;
  line-height: 1.5;
}
.ft .ft__topBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  transition: opacity 0.2s ease-in-out;
}
.ft .ft__topBtn a {
  width: 65rem;
  height: 65rem;
  background-color: var(--c-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft .ft__topBtn a img {
  width: 11rem;
  height: 10rem;
}




.ft ._c-red .media {
  display: block;
  margin-top: 1em;
  padding: 5rem 0;
  box-sizing: border-box;
  color: var(--c-base);
  font-size: 16rem;
  line-height: 1.5;
}
.ft ._c-red .icn {
  display: flex;
}
.ft ._c-red .icn .icnBtn {
  width: 36rem;
  height: 36rem;
  margin-top: 10rem;
  padding: 0;
  text-decoration: none;
}
.ft ._c-red .icn .icnBtn::before {
  content: none;
}
.ft ._c-red .icn .icnBtn + .icnBtn {
  margin-left: 10rem;
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .ft .ft__listCts {
    display: block !important;
    height: auto !important;
  }
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .ft {
    margin-top: 120rem;
    padding-top: 58rem;
  }
  .ft::before {
    width: 100%;
    height: 58rem;
    background: url(/common/images/sp_ft_top_bg.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .ft .ft__inr {
  }
  .ft .ft__top {
    background-color: #fafafa;
  }
  .ft .ft__logo {
    padding: 15rem 0;
  }
  .ft .ft__logo a {
    width: 80rem;
  }
  .ft .ft__cts {
    padding: 30rem 0;
  }
  .ft .ft__ctsInr {
    display: block;
    margin: 0;
  }
  .ft .ft__listLine {
    border-top: 0;
    padding: 0;
  }
  .ft .ft__listLine:first-child {
    width: auto;
  }
  .ft .ft__listLine + .ft__listLine {
    border-top: 1px solid #e8e8e8;
  }
  .ft .ft__listLine > .ft__list {
    border-top: 0;
  }
  .ft .ft__item + .ft__item {
    border-top: 1px solid #ededed;
  }
  .ft .ft__listLine a {
    padding: 10rem 0;
    font-size: 16rem;
  }
  .ft .ft__listLine a:hover {
    color: #000;
  }
  .ft .ft__listBox + .ft__listBox {
    margin-top: 0;
    border-top: 1px solid #e8e8e8;
  }
  .ft .ft__list {
    border-top: 1px solid #e8e8e8;
  }
  .ft .ft__listCts {
    display: none;
    height: 0;
  }
  .ft .ft__listCts .ft__list {
    padding: 0 10rem;
    box-sizing: border-box;
  }
  .ft .ft__listBox + .ft__listBox {
    margin-top: 0;
  }
  .ft .ft__listBtn {
    position: relative;
  }
  .ft .ft__listBtn[data-js-spFtToggleBtn]::after,
  .ft .ft__listBtn[data-js-spFtToggleBtn]::before {
    content: " ";
    width: 15rem;
    height: 1px;
    background-color: var(--c-base);
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 0;
    transition: all var(--ani-option-bar);
  }
  .ft .ft__listBtn[data-js-spFtToggleBtn]::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .ft .ft__listBox.js-open .ft__listBtn[data-js-spFtToggleBtn]::before {
    transform: translateY(-50%) rotate(0);
  }
  .ft .ft__listBtn a {
    pointer-events: none;
  }
  .ft ._c-red a {
    color: #000;
  }
  .ft .ft__item._type-ttl {
    font-size: 14rem;
    padding: 10rem 0;
  }
  .ft .ft__item a[target="_blank"] {
  }
  .ft .ft__item a[target="_blank"]::after {
    width: 13rem;
    height: 10rem;
    margin-left: 10rem;
  }
  .ft .ft__bottom {
    padding-right: 50rem;
  }
  .ft .ft__bottomInr {
    padding: 25rem 0 20rem;
  }
  .ft .ft__bottom .ft__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 0;
    margin: 0 -10rem;
  }
  .ft .ft__bottom .ft__item {
    border-top: 0;
  }
  .ft .ft__bottom .ft__item a {
    padding: 8rem 10rem;
    font-size: 12rem;
  }
  .ft .ft__bottom .ft__item a:hover {
    color: var(--c-base);
  }
  .ft .ft__bottom .ft__copyright {
    margin-top: 25rem;
    font-size: 10rem;
    text-align: left;
  }
  .ft .ft__topBtn {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .ft .ft__topBtn a {
    width: 45rem;
    height: 45rem;
  }
  .ft .ft__topBtn a img {
    width: 15rem;
    height: 12rem;
  }


  .ft ._c-red .media {
    margin-top: 0;
    padding: 10rem 0;
    color: #000;
    font-size: 16rem;
    line-height: 1.5;
  }
  .ft ._c-red .icn .icnBtn {
    width: 28rem;
    height: 28rem;
    margin-top: 0;
  }
}


/*===========================================================================
 .main
===========================================================================*/
.main {
  margin-top: 186rem;
  margin-bottom: -80rem;
  padding-bottom: 80rem;
}
.main.top,
.main.secondary {
  margin-top: 0;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .main {
    margin-top: 106rem;
    margin-bottom: -58rem;
    padding-bottom: 58rem;
  }
}



/*===========================================================================
 Common use utility （cm-）
 モジュール （md-{モジュール名}）
 モジュールのパターン別（md-{モジュール名}-{パターン名}）
 個別での上書き（ow-）
===========================================================================*/
/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}