@charset "UTF-8";
/*********************************/
/* BASE
/*********************************/
.base,
body.top #template main .box__sec,
body.top #template main .box__accord {
  position: relative;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.base__inner,
body.top #template main .box__sec__inner,
body.top #template main .box__accord__inner {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .base__inner,
  body.top #template main .box__sec__inner,
  body.top #template main .box__accord__inner {
    padding: 25px;
  }
}
@media (min-width: 981px) {
  .base__inner,
  body.top #template main .box__sec__inner,
  body.top #template main .box__accord__inner {
    position: static;
    display: inline-block;
    text-align: left;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
.base__contents {
  display: block;
}
.txt__color--black {
  color: #3e3a39;
}
.txt__color--white {
  color: #fff;
}
.txt__shadow--black {
  text-shadow: #3e3a39 0 0 8px;
}
.txt__shadow--white {
  text-shadow: #fff 0 0 0;
}
.no-txt-shadow {
  text-shadow: none !important;
}
/*********************************/
/* MAIN TOP
/*********************************/
body.top #template {
  /*********************************/
  /* SECSSIONING
		/*********************************/
}
body.top #template main {
  /* Fire Fox */
  /* Edge */
}
body.top #template main .box__main {
  position: relative;
}
body.top #template main .box__main__hdg {
  position: absolute;
  top: 160px;
  right: 0;
  left: 0;
  width: 440px;
  margin: auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 0 0 100px;
  text-align: center;
  z-index: 50;
}
@media (max-width: 980px) {
  body.top #template main .box__main__hdg {
    top: 35%;
    width: 66.6%;
    max-width: 440px;
    background-size: 8px auto;
  }
}
body.top #template main .box__main__hdg span {
  font-family: "Amiri", serif;
  display: inline-block;
  font-size: 24px;
  margin-top: 0.75em;
  letter-spacing: 0.125em;
  color: #fff;
}
@media (max-width: 980px) {
  body.top #template main .box__main__hdg span {
    font-size: 14px;
  }
}
body.top #template main .box__main__img {
  position: relative;
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 980px) {
  body.top #template main .box__main__img {
    height: 100vw;
  }
}
body.top #template main .box__main__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1201px) {
  body.top #template main .box__main__img img {
    width: 100%;
    min-height: 1000px;
  }
}
@media (max-width: 1200px) {
  body.top #template main .box__main__img img {
    width: 125%;
    min-width: 375px;
  }
}
@media (min-width: 981px) {
  body.top #template main .box__sec {
    height: 500px;
  }
}
@media (min-width: 981px) {
  body.top #template main .box__sec__inner {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__sec__txt,
  body.top #template main .box__sec__title,
  body.top #template main .box__sec__hdg {
    display: inline-block;
    text-align: left;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
body.top #template main .box__sec__title {
  font-family: "Amiri", serif;
  display: inline-block;
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media (min-width: 981px) {
  body.top #template main .box__sec__title {
    top: -25px;
    right: 0;
    padding-top: 150px;
    background-image: url("/_asset/img/common/line_pc_long_gray.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 10px 130px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__sec__title {
    top: 0;
    right: -35px;
    font-size: 15px;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
body.top #template main .box__sec__hdg {
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0.4em;
  font-weight: 500;
}
@media (min-width: 981px) {
  body.top #template main .box__sec__hdg {
    margin-left: 30px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__sec__hdg {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.24em;
  }
}
body.top #template main .box__sec__fig {
  width: 300px;
}
@media (max-width: 980px) {
  body.top #template main .box__sec__fig {
    display: inline-block;
    width: 160px;
  }
}
body.top #template main .box__sec__fig img {
  width: 100%;
}
@media (max-width: 980px) {
  body.top #template main .box__sec__contents,
  body.top #template main .box__sec__read {
    position: relative;
    width: auto;
    margin: 0 auto 30px auto;
    text-align: center;
  }
}
body.top #template main .box__sec__contents a:not(.btn),
body.top #template main .box__sec__read a:not(.btn) {
  color: #3e3a39;
  transition: opacity 0.3s;
  line-height: 2.5em;
  letter-spacing: 0.275em;
}
body.top #template main .box__sec__contents a:not(.btn):hover,
body.top #template main .box__sec__read a:not(.btn):hover {
  opacity: 0.6;
}
body.top #template main .box__sec__contents > *,
body.top #template main .box__sec__read > * {
  vertical-align: top;
}
@media (max-width: 980px) {
  body.top #template main .box__sec__contents {
    direction: rtl;
  }
}
body.top #template main .box__sec__contents .box__sec__hdg {
  margin-left: 30px;
}
body.top #template main .box__sec__contents .box__sec__txt + a.btn.vw {
  margin-right: 0;
}
@media (min-width: 981px) {
  body.top #template main .box__sec__contents ~ body.top #template main .box__sec__contents {
    margin-right: 90px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__sec__read {
    position: relative;
    display: inline-block;
    min-height: 210px;
    text-align: left;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
body.top #template main .box__sec__txt,
body.top #template main .box__sec__address {
  letter-spacing: 0.275em;
  font-size: 13px;
  line-height: 3em;
  font-kerning: normal;
  font-feature-settings: 'pkna';
  text-align: left;
}
@media (min-width: 981px) {
  body.top #template main .box__sec__txt,
  body.top #template main .box__sec__address {
    margin-left: 25px;
    max-height: 375px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__sec__txt,
  body.top #template main .box__sec__address {
    font-size: 11px;
    line-height: 2.5;
    margin-left: 15px;
    margin-bottom: 15px;
    height: 300px;
    direction: ltr;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
body.top #template main .box__sec__txt:last-child,
body.top #template main .box__sec__address:last-child {
  margin-left: 0;
}
body.top #template main .box__sec__lists {
  font-size: 15px;
  line-height: 2.5em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media (min-width: 981px) {
  body.top #template main .box__sec__lists {
    margin: 0 30px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__sec__lists {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 20px;
  }
}
body.top #template main .box__sec__lists li {
  text-align: left;
}
@media (min-width: 981px) {
  body.top #template main .box__sec__lists li {
    margin: 0 5px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__sec__lists li {
    direction: ltr;
  }
}
body.top #template main .box__sec__lists span {
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width: 980px) {
  body.top #template main .box__sec__lists span {
    font-size: 15px;
  }
}
body.top #template main .box__sec__lists a {
  display: inline-block;
  margin-top: 1em;
  font-size: 13px;
}
@media (max-width: 980px) {
  body.top #template main .box__sec__lists a {
    font-size: 11px;
  }
}
body.top #template main .box__overlay--black {
  position: relative;
}
body.top #template main .box__overlay--black::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
}
body.top #template main .box__overlay--black2 {
  position: relative;
}
body.top #template main .box__overlay--black2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
}
body.top #template main .box__img {
  position: relative;
}
body.top #template main .box__img__inner {
  position: relative;
  overflow: hidden;
  text-align: center;
}
body.top #template main .box__img__inner > div {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
body.top #template main .box__img__inner img {
  display: block;
  min-width: 100%;
  text-align: center;
}
@media (min-width: 981px) {
  body.top #template main .box__img__inner img {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__img__inner img {
    width: 100%;
  }
}
body.top #template main .box__img__txt {
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  font-size: 18px;
  line-height: 2.3;
  font-weight: 200;
  letter-spacing: 0.4em;
}
@media (max-width: 980px) {
  body.top #template main .box__img__txt {
    position: absolute;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 981px) {
  body.top #template main .box__img__txt.top {
    top: 90px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__img__txt.top {
    top: 25px;
  }
}
@media (min-width: 981px) {
  body.top #template main .box__img__txt.bottom {
    bottom: 90px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__img__txt.bottom {
    bottom: 25px;
  }
}
body.top #template main .box__img__txt.left {
  right: auto;
  transform: none;
}
@media (min-width: 981px) {
  body.top #template main .box__img__txt.left {
    left: -360px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__img__txt.left {
    left: 45px;
  }
}
body.top #template main .box__img__txt.right {
  left: auto;
  transform: none;
}
@media (min-width: 981px) {
  body.top #template main .box__img__txt.right {
    right: -360px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__img__txt.right {
    right: 45px;
  }
}
@media (min-width: 981px) {
  body.top #template main .box__img__size--M {
    height: 550px;
  }
}
@media (min-width: 981px) {
  body.top #template main .box__img__size--L {
    height: 1000px;
  }
}
body.top #template main .box__img__size--Dual {
  width: 50%;
}
body.top #template main .box__img__size--Dual:nth-child(2n - 1) {
  float: left;
}
body.top #template main .box__img__size--Dual:nth-child(2n) {
  float: right;
}
@media (min-width: 981px) {
  body.top #template main .box__img__size--Dual {
    height: 700px;
  }
}
body.top #template main .box__img__size--Quad {
  width: 25%;
  float: left;
}
@media (min-width: 981px) {
  body.top #template main .box__img__size--Quad {
    height: 400px;
  }
}
body.top #template main .box__img__size--Dual img,
body.top #template main .box__img__size--Quad img {
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}
body.top #template main .box__accord {
  overflow: hidden;
  transition: all 1s ease;
  max-height: 360px;
}
@media (max-width: 980px) {
  body.top #template main .box__accord {
    max-height: 2400px;
  }
}
body.top #template main .box__accord:not(.on) {
  max-height: 36px;
}
body.top #template main .box__accord:not(.on) .box__accord__hdg {
  line-height: 36px;
}
body.top #template main .box__accord:not(.on) .btn--expand::after {
  transform: rotate(0deg);
}
body.top #template main .box__accord__hdg {
  line-height: 36px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  transition: all 1s ease;
  padding-top: 0;
  padding-bottom: 0;
}
body.top #template main .box__accord__hdg .btn--expand::after {
  margin-left: 12px;
  margin-right: -24px;
  transform: rotate(180deg);
}
body.top #template main .box__accord.on body.top #template main .box__accord__hdg {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.top #template main .box__accord.on body.top #template main .box__accord__hdg .btn--expand::after {
  transform: scaleY(-1);
}
@media (min-width: 981px) {
  body.top #template main .box__accord__inner {
    padding-top: 10px;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__accord__inner {
    padding-top: 50px;
  }
}
body.top #template main .box__accord__read {
  font-family: "Amiri", "Noto Serif JP", serif;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media (min-width: 981px) {
  body.top #template main .box__accord__read {
    top: 65px;
    right: 0;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__accord__read {
    top: 0;
    left: 0;
    right: 0;
  }
}
body.top #template main .box__accord__contents {
  height: 200px;
  direction: ltr;
}
@media (min-width: 981px) {
  body.top #template main .box__accord__contents {
    margin: 0 25px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
@media (max-width: 980px) {
  body.top #template main .box__accord__contents {
    display: block;
    max-width: 360px;
    margin: 0 auto 35px auto;
    direction: rtl;
  }
}
body.top #template main .box__accord__contents p:not(:last-of-type) {
  margin-left: 1.25em;
}
body.top #template main .box__accord__contents__txt,
body.top #template main .box__accord__contents__title,
body.top #template main .box__accord__contents__q,
body.top #template main .box__accord__contents__a {
  text-align: left;
}
@media (max-width: 980px) {
  body.top #template main .box__accord__contents__txt,
  body.top #template main .box__accord__contents__title,
  body.top #template main .box__accord__contents__q,
  body.top #template main .box__accord__contents__a {
    display: inline-block;
    text-align: left;
    direction: ltr;
    vertical-align: top;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
body.top #template main .box__accord__contents__title,
body.top #template main .box__accord__contents__q {
  margin-left: 26px;
  letter-spacing: 0.4em;
  font-size: 15px;
}
@media (max-width: 980px) {
  body.top #template main .box__accord__contents__title,
  body.top #template main .box__accord__contents__q {
    font-size: 13px;
  }
}
@media (min-width: 981px) {
  body.top #template main .box__accord__contents:first-child .box__accord__contents__title {
    margin-right: 52px;
  }
}
body.top #template main .box__accord__contents__txt,
body.top #template main .box__accord__contents__a,
body.top #template main .box__accord__contents__q {
  letter-spacing: 0.35em;
  font-size: 13px;
  line-height: 1.6em;
  font-kerning: normal;
  font-feature-settings: 'pkna';
  text-align: justify;
}
@media (max-width: 980px) {
  body.top #template main .box__accord__contents__txt,
  body.top #template main .box__accord__contents__a,
  body.top #template main .box__accord__contents__q {
    font-size: 11px;
    line-height: 2.2em;
  }
}
@media (min-width: 981px) {
  body.top #template main .box__accord__contents__q {
    margin-left: 15px;
  }
}
body.top #template main .box__accord .btn--expand {
  cursor: pointer;
}
body.top #template main .box__accord .btn--expand::after {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  background-image: url(/_asset/img/common/slide_arrow_down_white.svg);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
}
body.top #template main .box--white {
  background: #fff;
  color: #3e3a39;
}
body.top #template main .box--white .box__main__hdg {
  text-shadow: 0px 0px 4.5px rgba(255, 255, 255, 0.004);
  background-image: url("/_asset/img/common/line_pc_short_gray.svg");
}
@media (max-width: 980px) {
  body.top #template main .box--white .box__main__hdg {
    background-image: url("/_asset/img/common/line_sp_gray.svg");
  }
}
body.top #template main .box--black {
  background: #3e3a39;
  color: #fff;
}
body.top #template main .box--black .box__main__img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
}
body.top #template main .box--black .box__main__hdg {
  background-image: url("/_asset/img/common/line_pc_short_white.svg");
}
@media (max-width: 980px) {
  body.top #template main .box--black .box__main__hdg {
    background-image: url("/_asset/img/common/line_sp_white.svg");
  }
}
body.top #template main .box--gray {
  background: #282828;
  color: #fff;
}
@media (min-width: 981px) {
  body.top #template main #ambience .box__sec,
  body.top #template main #dress .box__sec {
    text-align: left;
  }
}
@media (min-width: 981px) and (min-width: 981px) {
  body.top #template main #ambience .box__sec__fig,
  body.top #template main #dress .box__sec__fig {
    position: absolute;
    right: 115px;
  }
}
@media (min-width: 981px) {
  body.top #template main #plan .box__sec {
    text-align: right;
    padding-right: 210px;
  }
}
@media (min-width: 981px) {
  body.top #template main #plan .box__sec__fig {
    position: absolute;
    left: 0;
  }
}
@media (min-width: 981px) {
  body.top #template main #access .box__sec {
    height: 1060px;
  }
}
@media (max-width: 980px) {
  body.top #template main #access .box__sec__inner:last-child a.btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  body.top #template main #access .box__sec__read {
    margin-right: -60px;
  }
}
body.top #template main #access .box__sec__txt {
  height: auto;
  max-height: none;
}
@media (min-width: 981px) {
  body.top #template main #access .box__sec__address {
    margin-left: 60px;
  }
}
@media (max-width: 980px) {
  body.top #template main #access .box__sec__address {
    position: absolute;
    margin-right: 15px;
    top: 0;
    left: -105px;
  }
}
body.top #template main #access hr {
  height: 1px;
  border: none;
  background-color: #3e3a39;
}
@media (max-width: 980px) {
  body.top #template main #access hr {
    width: auto;
    margin: 0 30px;
  }
}
body.top #template main #faq .box,
body.top #template main #magazine .box {
  border-bottom: solid 1px #727272;
}
@media (min-width: 981px) {
  body.top #template main #faq .box__accord.on,
  body.top #template main #magazine .box__accord.on {
    max-height: 410px;
  }
}
@media (min-width: 981px) {
  body.top #template main #faq .box__accord__contents,
  body.top #template main #magazine .box__accord__contents {
    height: 300px;
  }
}
@media (max-width: 980px) {
  body.top #template main #faq .box__accord__contents,
  body.top #template main #magazine .box__accord__contents {
    height: 280px;
  }
}
body.top #template main .btn {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  padding: 13px 7px 45px 7px;
  font-size: 12px;
  text-decoration: none;
  min-width: 42px;
  line-height: 28px;
  letter-spacing: 0.4em;
  background-size: 8px auto;
  background-position: center bottom 15px;
  color: #3e3a39;
  border: 1px solid #3e3a39;
  transition: all 0.3s;
}
@media (max-width: 980px) {
  body.top #template main .btn:not(.vw) {
    display: block;
    width: 100%;
    max-width: 360px;
    min-height: 32px;
    line-height: 22px;
    padding: 7px 10px 5px 10px;
    text-align: center;
    margin: 0 auto;
    background-size: auto 8px;
    background-position: right 10px center;
  }
  body.top #template main .btn.vw {
    min-width: 32px;
    line-height: 22px;
  }
}
body.top #template main .btn__txt--en {
  font-family: "Amiri", serif;
}
@media (min-width: 981px) {
  body.top #template main .btn__txt--en {
    display: inline-block;
    position: relative;
    transform: translateX(5%);
  }
}
body.top #template main .btn.more .btn__txt--en {
  font-family: "Amiri", serif;
  font-size: 14px;
}
body.top #template main .btn--white {
  background-color: #fff;
  background-image: url("/_asset/img/common/icn_arrow_down_gray.svg");
  color: #3e3a39;
}
@media (max-width: 980px) {
  body.top #template main .btn--white:not(.vw) {
    background-image: url("/_asset/img/common/icn_arrow_right_gray.svg");
  }
}
body.top #template main .btn--white:hover {
  background-color: #3e3a39;
  background-image: url("/_asset/img/common/icn_arrow_down_white.svg");
  color: #fff;
}
@media (max-width: 980px) {
  body.top #template main .btn--white:hover:not(.vw) {
    background-image: url("/_asset/img/common/icn_arrow_right_white.svg");
  }
}
body.top #template main .btn--black {
  background-color: #3e3a39;
  background-image: url("/_asset/img/common/icn_arrow_down_white.svg");
}
@media (max-width: 980px) {
  body.top #template main .btn--black:not(.vw) {
    background-image: url("/_asset/img/common/icn_arrow_right_white.svg");
  }
}
body.top #template main .btn--black:hover {
  background-color: #fff;
  background-image: url("/_asset/img/common/icn_arrow_down_gray.svg");
  color: #3e3a39;
}
@media (max-width: 980px) {
  body.top #template main .btn--black:hover {
    background-image: url("/_asset/img/common/icn_arrow_right_gray.svg");
  }
}
body.top #template main .btn--gray {
  background-color: #282828;
  background-image: url("/_asset/img/common/icn_arrow_down_white.svg");
  color: #fff;
  border-color: #fff;
}
@media (max-width: 980px) {
  body.top #template main .btn--gray:not(.vw) {
    background-image: url("/_asset/img/common/icn_arrow_right_white.svg");
  }
}
body.top #template main .btn--gray:hover {
  background-color: #fff;
  background-image: url("/_asset/img/common/icn_arrow_down_gray.svg");
  color: #282828;
}
@media (max-width: 980px) {
  body.top #template main .btn--gray:hover {
    background-image: url("/_asset/img/common/icn_arrow_right_gray.svg");
  }
}
@-moz-document url-prefix() {
  body.top #template main .btn {
    padding: 13px 7px 37px 7px;
  }
  @media (min-width: 981px) {
    body.top #template main .btn__txt--en {
      transform: translateX(-5%);
    }
  }
}
/**********************************/
/******     newsTopics
/**********************************/
.aside__newsTopics {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  z-index: 100;
  background-color: #3e3a39;
  text-align: center;
  overflow: hidden;
  transition: all ease 0.25s;
}
.aside__newsTopics ~ main {
  padding-top: 35px;
}
.aside__newsTopics + header {
  top: 35px;
}
.aside__newsTopics + header .sideMenu__menu {
  top: 58px;
  transition: top ease 0.5s;
}
@media (max-width: 980px) {
  .aside__newsTopics + header .sideMenu__menu {
    top: 50px;
  }
}
.aside__newsTopics__list {
  position: relative;
  z-index: 80;
}
.aside__newsTopics__item {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: 0;
  transition: opacity ease 0.5s;
  overflow: hidden;
  max-width: 80%;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 980px) {
  .aside__newsTopics__item {
    max-width: 65%;
    height: 24px;
    line-height: 24px;
  }
}
.aside__newsTopics__item.current {
  opacity: 1;
  z-index: 1;
}
.aside__newsTopics__item a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: opacity ease 0.5s;
}
@media (max-width: 980px) {
  .aside__newsTopics__item a {
    font-size: 12px;
  }
}
.aside__newsTopics__item a:hover {
  opacity: 0.6;
}
.aside__newsTopics__arrow--prev,
.aside__newsTopics__arrow--next {
  display: none;
  position: absolute;
  top: 75px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
}
.aside__newsTopics__arrow--prev img,
.aside__newsTopics__arrow--next img {
  width: 100%;
}
@media (max-width: 980px) {
  .aside__newsTopics__arrow--prev,
  .aside__newsTopics__arrow--next {
    width: 16px;
    height: 16px;
    top: 45px;
  }
}
.aside__newsTopics__arrow--prev {
  left: 50px;
}
@media (max-width: 980px) {
  .aside__newsTopics__arrow--prev {
    left: 20px;
  }
}
.aside__newsTopics__arrow--next {
  right: 50px;
}
@media (max-width: 980px) {
  .aside__newsTopics__arrow--next {
    right: 20px;
  }
}
.aside__newsTopics #newsTopicsTitle {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  cursor: pointer;
}
@media (max-width: 980px) {
  .aside__newsTopics #newsTopicsTitle {
    font-size: 12px;
  }
}
.aside__newsTopics #newsTopicsTitle i {
  display: inline-block;
  width: 0.8125em;
  height: 0.8125em;
  vertical-align: middle;
  margin-left: 0.5em;
  position: relative;
}
.aside__newsTopics #newsTopicsTitle i img {
  position: absolute;
  top: 0;
  left: 0;
}
.aside__newsTopics.show {
  padding: 36px 0;
  height: 130px;
}
.aside__newsTopics.show ~ main {
  padding-top: 130px;
  transition: padding-top ease 0.5s;
}
@media (max-width: 980px) {
  .aside__newsTopics.show ~ main {
    padding-top: 80px;
  }
}
.aside__newsTopics.show + header {
  top: 130px;
  transition: top ease 0.5s;
}
@media (max-width: 980px) {
  .aside__newsTopics.show + header {
    top: 80px;
  }
}
.aside__newsTopics.show + header .sideMenu__menu {
  top: 153px;
}
@media (max-width: 980px) {
  .aside__newsTopics.show + header .sideMenu__menu {
    top: 95px;
  }
}
@media (max-width: 980px) {
  .aside__newsTopics.show {
    padding: 18px 0;
    height: 80px;
    line-height: 24px;
  }
}
.aside__newsTopics.show .aside__newsTopics__arrow--prev,
.aside__newsTopics.show .aside__newsTopics__arrow--next {
  display: block;
}
.aside__newsTopics.show #newsTopicsTitle i img {
  transform: rotate(180deg);
}
/**********************************/
/******     Top
/**********************************/
body.top .header__navTop--title {
  color: #fff;
}
body.top .aside__newsTopics + header ~ .sideMenu.wedding .sideMenu__btn--close {
  top: 59px;
}
body.top .aside__newsTopics.show + header ~ .sideMenu.wedding .sideMenu__btn--close {
  top: 154px;
}
/**********************************/
/******     FadingBanner
/**********************************/
.bnr {
  position: fixed;
  margin: 0;
  left: 0;
  bottom: 20px;
  font-size: 0;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 160;
}
@media (max-width: 750px) {
  .bnr {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.bnr a {
  display: inline-block;
}
.bnr a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.bnr img.pc {
  display: block;
}
.bnr img.sp {
  display: none !important;
}
@media (max-width: 750px) {
  .bnr img.pc {
    display: none !important;
  }
  .bnr img.sp {
    display: block;
  }
}
.bnr__list {
  width: 436px;
  height: 76px;
  list-style: none;
  display: block;
}
@media (max-width: 750px) {
  .bnr__list {
    width: 100%;
    height: auto;
  }
}
.bnr__item {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity ease 0.5s;
}
.bnr__item.current {
  position: relative;
  opacity: 1;
  z-index: 1;
}


/* new color */
body.top #template main .box--gray {
  background: #3e3a39;
}
.aside__newsTopics,
.sideMenu__box,
.sideMenu__overlay,
.footer {
  background: #F1EEE7;
}
.aside__newsTopics #newsTopicsTitle,
.aside__newsTopics__item a,
.sideMenu__subNav--txt__link a,
.sideMenu__relationNav__link a,
.sideMenu__nav__txt .sideMenu__nav__txt--en,
.sideMenu__relationNav--title
{
  color: #3e3a39;
  opacity: 1;
}
body.top #template main .btn--gray {
  background-color: #3e3a39;
}
body.top #template main .btn--gray:hover {
  background-color: #fff;
}