@charset "UTF-8";
/*
==================================================
 1.0 - Reset
--------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond|Roboto:100,500");
#wpadminbar {
  position: fixed;
}

.admin-bar .gNavHeader {
  top: 46px;
}

@media screen and (min-width: 760px) {
  .admin-bar .gNavHeader {
    top: 32px;
  }
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 62.5% !important;
  font-feature-settings: "palt";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  min-width: 320px;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
}

a {
  color: black;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus, a:active {
  opacity: 0.7;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

button {
  appearance: none;
}

/*
==================================================
 2.0 - Typography
--------------------------------------------------
*/
.textHide {
  border: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  font-size: 0;
}

/*
==================================================
 3.0 - Header
--------------------------------------------------
*/
.siteHeader {
  position: relative;
}

/*
--------------------------------------------------
 3.1 - Hero Area
--------------------------------------------------
*/
#topMv {
  position: relative;
  display: block;
  width: 100%;
  min-height: 220px;
  height: auto;
}
#topMv .visuals {
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#topMv .visuals .visualItem {
  float: left;
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease 0s;
}
#topMv .visuals .visualItem span {
  position: absolute;
  right: 15px;
  bottom: 30px;
  left: 15px;
  overflow-wrap: break-word;
  z-index: 10;
}
#topMv .visuals .visualItem span .heroDesc {
  margin-bottom: 0.15em;
  width: 65%;
  color: white;
  font-size: 1.2rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#topMv .visuals .visualItem span .heroTitle {
  width: 65%;
  color: white;
  font-size: 1.8rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#topMv .visuals .visualItem span .heroMore {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0.7em;
  padding: 0 0.75em;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1rem;
  text-decoration: none;
}
#topMv .visuals .visualItem span .heroMore i {
  margin-left: 0.5em;
  font-size: 1.4rem;
}
#topMv .visuals .visualItem a {
  display: block;
  width: 100%;
  height: 100%;
  transition: filter 0.3s linear;
}
#topMv .visuals .visualItem a:hover, #topMv .visuals .visualItem a:focus, #topMv .visuals .visualItem a:active {
  opacity: 1;
}
#topMv .visuals .visualItem:hover, #topMv .visuals .visualItem:focus, #topMv .visuals .visualItem:active {
  filter: brightness(85%);
}
#topMv .visuals .slick-list,
#topMv .visuals .slick-track {
  height: 100% !important;
}
#topMv .visuals button.slick-arrow {
  display: none !important;
  position: absolute;
  top: calc(50% - 18px);
  left: 25px;
  z-index: 1001;
  overflow: hidden;
  width: 18px;
  height: 36px;
  background: url(../img/common/ico_slick_arrow_prev.svg) no-repeat;
  background-size: 18px 36px;
  text-indent: 110%;
  white-space: nowrap;
  transition: opacity 0.3s linear;
  outline: none;
  cursor: pointer;
}
#topMv .visuals button.slick-arrow.slick-next {
  left: auto;
  right: 25px;
  transform: scaleX(-1);
}
#topMv .visuals button.slick-arrow:hover, #topMv .visuals button.slick-arrow:focus, #topMv .visuals button.slick-arrow:active {
  opacity: 0.7;
}
#topMv .visuals ul.slick-dots {
  clear: left;
  position: absolute;
  bottom: 10px;
  z-index: 1001;
  width: 100%;
  list-style: none;
  font-size: 0;
  text-align: center;
  line-height: 0;
}
#topMv .visuals ul.slick-dots li {
  display: inline-block;
}
#topMv .visuals ul.slick-dots li button {
  padding: 6px;
  margin: 0;
  outline: 0;
  color: transparent;
  text-shadow: none;
  font-size: 0;
}
#topMv .visuals ul.slick-dots li button:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid white;
  border-radius: 4px;
  background: none;
  transition: background 0.3s linear;
}
#topMv .visuals ul.slick-dots li.slick-active button:before {
  background: white;
}
#topMv.rowIndex1 ul.slick-dots {
  display: none;
}
#topMv.hide {
  display: none;
}

@media screen and (min-width: 650px) {
  #topMv {
    padding-top: 30%;
    min-height: 360px;
  }
}
@media screen and (min-width: 890px) {
  #topMv {
    min-height: 480px;
  }
  #topMv .visuals .visualItem span {
    left: 5.2vw;
    right: 5.2vw;
    bottom: 4.5vw;
  }
  #topMv .visuals .visualItem span .heroDesc {
    font-size: 1.8rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    font-weight: 700;
  }
  #topMv .visuals .visualItem span .heroTitle {
    font-size: 4rem;
  }
  #topMv .visuals .visualItem span .heroMore {
    position: relative;
    display: inline-block;
    margin-top: 1.1em;
    padding: 0 2em;
    font-size: 1.3rem;
  }
  #topMv .visuals .visualItem span a {
    font-size: 1vw;
  }
  #topMv .visuals .visualItem span a i {
    font-size: 1.2vw;
  }
  #topMv .visuals ul.slick-dots {
    bottom: 30px;
  }
  #topMv .visuals ul.slick-dots li button:before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mainCopy {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
--------------------------------------------------
 3.2 - Navigation
--------------------------------------------------
*/
.offCanvas {
  overflow: hidden;
}

.modalPane {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10010;
  display: none;
  width: 100%;
  height: 100%;
  background-color: white;
}

.bgBlack .modalPane {
  background-color: #141414;
}

/* 3.2.1 - Global Navigation
-------------------------------------------------- */
.gNavHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10020;
  width: 100%;
  height: 50px;
  background-color: white;
  transition: all 0.3s ease 0s;
}
.gNavHeader.isThin {
  height: 50px;
}
.gNavHeader .gNavHeaderFiexd {
  position: relative;
  width: 100vw;
  height: 100%;
}
.gNavHeader .gNavHome {
  position: relative;
  z-index: 10100;
  width: 100%;
  height: 100%;
  background-color: white;
}
.gNavHeader .gNavHome .gNavHomeLogo {
  position: relative;
  display: block;
  margin: auto;
  max-width: 200px;
  width: 68%;
  height: 100%;
  background: transparent url(../img/common/logo_v2.svg) no-repeat 50% 50%;
  background-size: contain;
  transition: none;
}
.gNavHeader .gNavHome .gNavHomeLogo:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent url(../img/common/logo_v2_copy.svg) no-repeat 50% 35%;
  background-size: contain;
  content: "";
}
.gNavHeader .gNavEcLink {
  display: none;
  z-index: 10100;
  transition: all 0.3s ease 0s;
}
.gNavHeader .gNavAbout,
.gNavHeader .gNavLanguage,
.gNavHeader .gNavSearch {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 18px;
  height: 100%;
}
.gNavHeader .gNavAbout a,
.gNavHeader .gNavLanguage a,
.gNavHeader .gNavSearch a {
  display: block;
  width: 100%;
  height: auto;
}
.gNavHeader .gNavAbout .gNavLabel, .gNavHeader .gNavAbout .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavHeader .gNavAbout .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavHeader .gNavAbout .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavHeader .gNavAbout .tagNavLabel,
.gNavHeader .gNavLanguage .gNavLabel,
.gNavHeader .gNavLanguage .tagNav .tagNavSections .tagNavSection .tagNavLabel,
.gNavHeader .gNavLanguage .nonRegular .tagNavSections .tagNavSection .tagNavLabel,
.tagNav .tagNavSections .tagNavSection .gNavHeader .gNavLanguage .tagNavLabel,
.nonRegular .tagNavSections .tagNavSection .gNavHeader .gNavLanguage .tagNavLabel,
.gNavHeader .gNavSearch .gNavLabel,
.gNavHeader .gNavSearch .tagNav .tagNavSections .tagNavSection .tagNavLabel,
.gNavHeader .gNavSearch .nonRegular .tagNavSections .tagNavSection .tagNavLabel,
.tagNav .tagNavSections .tagNavSection .gNavHeader .gNavSearch .tagNavLabel,
.nonRegular .tagNavSections .tagNavSection .gNavHeader .gNavSearch .tagNavLabel {
  display: none;
}
.gNavHeader .gNavAbout .gNavIcon,
.gNavHeader .gNavLanguage .gNavIcon,
.gNavHeader .gNavSearch .gNavIcon {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.gNavHeader .gNavAbout .gNavBtn,
.gNavHeader .gNavLanguage .gNavBtn,
.gNavHeader .gNavSearch .gNavBtn {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 18px;
  height: 100%;
  cursor: pointer;
}
.gNavHeader .gNavAbout {
  left: calc(4% + 28px);
  z-index: 10100;
}
.gNavHeader .gNavAbout .gNavIcon {
  left: 0;
  background-image: url(../img/common/ico_about.svg);
}
.gNavHeader .gNavAbout .gNavBtn {
  text-align: left;
}
.gNavHeader .gNavLanguage {
  right: calc(4% + 32px);
  z-index: 10100;
}
.gNavHeader .gNavLanguage .gNavIcon {
  left: 0;
  background-image: url(../img/common/ico_language.svg);
}
.gNavHeader .gNavLanguage .gNavBtn {
  text-align: left;
}
.gNavHeader .gNavSearch {
  right: 5%;
  z-index: 10200;
}
.gNavHeader .gNavSearch .gNavIcon {
  right: 0;
  background-image: url(../img/common/ico_search.svg);
}
.gNavHeader .gNavSearch .gNavBtn {
  text-align: right;
}
.gNavHeader .gNavSearch .gNavBtn.active .gNavIcon {
  right: 1px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_close.svg);
}

.bgBlack .gNavHeader {
  background-color: #141414;
}
.bgBlack .gNavHeader .gNavHome {
  background-color: #141414;
}
.bgBlack .gNavHeader .gNavHome .gNavHomeLogo {
  background-image: url(../img/common/logo_v2_white.svg);
}
.bgBlack .gNavHeader .gNavHome .gNavHomeLogo:before {
  background-image: url(../img/common/logo_v2_copy_white.svg);
}
.bgBlack .gNavHeader .gNavAbout .gNavLabel, .bgBlack .gNavHeader .gNavAbout .tagNav .tagNavSections .tagNavSection .tagNavLabel, .bgBlack .gNavHeader .gNavAbout .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .bgBlack .gNavHeader .gNavAbout .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .bgBlack .gNavHeader .gNavAbout .tagNavLabel {
  color: white;
}
.bgBlack .gNavHeader .gNavAbout .gNavIcon {
  background-image: url(../img/common/ico_about_white.svg);
}
.bgBlack .gNavHeader .gNavLanguage .gNavIcon {
  background-image: url(../img/common/ico_language_white.svg);
}
.bgBlack .gNavHeader .gNavSearch .gNavIcon {
  background-image: url(../img/common/ico_search_white.svg);
}
.bgBlack .gNavHeader .gNavSearch .gNavBtn.active .gNavIcon {
  background-image: url(../img/common/ico_close_white.svg);
}
.bgBlack .gNavBar .gNav {
  background-color: #141414;
}
.bgBlack .gNavBar .gNav .gNavSections .gNavSection .gNavSectionTab .gNavLabelS {
  color: white;
}

.gNavSections {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.gNavSections .gNavSection {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.gNavSections .gNavSection .gNavSectionTab {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
}
.gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
.gNavSections .gNavSection .gNavSectionTab .gNavLabelS {
  display: block;
  color: #878787;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.gNavSections .gNavSection.new .gNavSectionTab:before {
  position: absolute;
  top: -4px;
  right: -8px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-radius: 6px;
  background-color: #b7282c;
  content: "";
}

.bgBlack .gNavSections .gNavSection .gNavSectionTab .gNavLabelS {
  color: #878787;
}
.bgBlack .gNavSections .gNavSection.new .gNavSectionTab:before {
  border-color: black;
}

.gNavBar {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.gNav {
  width: 100%;
  background-color: white;
}
.gNav .container {
  padding: 0;
}
.gNav .gNavSections {
  overflow-x: auto;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 32px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.gNav .gNavSections .gNavSection .gNavSectionTab {
  color: white;
  text-align: center;
}
.gNav .gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNav .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNav .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNav .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNav .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
  display: none;
  line-height: 1.6;
}
.gNav .gNavSections .gNavSection .gNavSectionTab .gNavLabelS {
  color: black;
  font-size: 1.3rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2.2;
}
.gNav .gNavSections .gNavSection.new .gNavSectionTab:before {
  top: 2px;
  right: -10px;
}
.gNav .gNavSections .gNavSection:first-child {
  margin-left: 10px;
}
.gNav .gNavSections .gNavSection:last-child {
  margin-right: 10px;
}

@media screen and (max-width: 374px) {
  .gNavHeader .gNavHome .gNavHomeLogo {
    max-width: 180px;
  }
}
@media screen and (min-width: 650px) {
  .gNavHeader {
    height: 140px;
  }
  .gNavHeader .gNavHome .gNavHomeLogo {
    max-width: 320px;
    width: 85%;
    background-position: 50% 58%;
  }
  .gNavHeader .gNavHome .gNavHomeLogo:before {
    display: block;
    background-position: 50% 40%;
  }
  .gNavHeader .gNavAbout {
    left: calc(4% + 48px);
  }
  .gNavHeader.isThin {
    height: 50px;
  }
  .gNavHeader.isThin .gNavHome .gNavHomeLogo {
    background-position: 50% 50%;
  }
  .gNavHeader.isThin .gNavHome .gNavHomeLogo:before {
    display: none;
  }

  .gNavBar {
    margin-top: 140px;
  }

  .gNav {
    background-color: white;
  }
  .gNav .gNavSections {
    overflow-x: inherit;
    flex-wrap: wrap;
    justify-content: center;
    height: 80px;
    border-bottom: 1px solid #e0e0e0;
    white-space: normal;
  }
  .gNav .gNavSections .gNavSection {
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    height: 80px;
  }
  .gNav .gNavSections .gNavSection .gNavSectionTab {
    color: black;
  }
  .gNav .gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNav .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNav .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNav .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNav .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
  }
  .gNav .gNavSections .gNavSection .gNavSectionTab .gNavLabelS {
    color: #878787;
    font-size: 1.3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .gNav .gNavSections .gNavSection.new .gNavSectionTab:before {
    top: 0;
    right: -8px;
    border-color: white;
  }
  .gNav .gNavSections .gNavSection:first-child {
    margin-left: 0;
  }
  .gNav .gNavSections .gNavSection.current:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #e0e0e0;
    content: "";
  }

  .bgBlack .gNav {
    background-color: #141414;
  }
  .bgBlack .gNav .gNavSections {
    border-color: #242424;
  }
  .bgBlack .gNav .gNavSections .gNavSection .gNavSectionTab {
    color: white;
  }
  .bgBlack .gNav .gNavSections .gNavSection .gNavSectionTab .gNavLabelS {
    color: #878787;
  }
  .bgBlack .gNav .gNavSections .gNavSection.new .gNavSectionTab:before {
    border-color: black;
  }
  .bgBlack .gNav .gNavSections .gNavSection.current:after {
    background-color: #242424;
  }
}
@media screen and (min-width: 890px) {
  .gNavHeader .gNavHome .gNavHomeLogo {
    max-width: 360px;
    background-position: 50% 60%;
  }
  .gNavHeader .gNavHome .gNavHomeLogo:before {
    background-position: 50% 38%;
  }
  .gNavHeader .gNavEcLink {
    position: absolute;
    top: 0;
    right: calc(4% + 48px);
    bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .gNavHeader .gNavEcLink a {
    display: block;
    padding-right: 1.2em;
    padding-left: 1.2em;
    width: 100%;
    height: 30px;
    line-height: 29px;
    border: 1px solid black;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .gNavHeader .gNavAbout,
.gNavHeader .gNavLanguage,
.gNavHeader .gNavSearch {
    width: 22px;
  }
  .gNavHeader .gNavAbout .gNavIcon,
.gNavHeader .gNavLanguage .gNavIcon,
.gNavHeader .gNavSearch .gNavIcon {
    margin-top: -11px;
    width: 22px;
    height: 22px;
  }
  .gNavHeader .gNavAbout .gNavBtn,
.gNavHeader .gNavLanguage .gNavBtn,
.gNavHeader .gNavSearch .gNavBtn {
    min-height: 22px;
  }
  .gNavHeader .gNavAbout {
    left: calc(4% + 64px);
  }
  .gNavHeader.isThin {
    height: 90px;
  }

  .bgBlack .gNavHeader .gNavEcLink a {
    border-color: #242424;
  }
  .bgBlack .gNavSections {
    border-color: #242424;
  }
  .bgBlack .gNavSections:before {
    color: dimgray;
  }

  .gNav .container {
    padding-right: 4%;
    padding-left: 4%;
  }
  .gNav .gNavSections .gNavSection {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .gNavHeader .gNavAbout {
    width: 75px;
  }
  .gNavHeader .gNavAbout .gNavLabel, .gNavHeader .gNavAbout .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavHeader .gNavAbout .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavHeader .gNavAbout .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavHeader .gNavAbout .tagNavLabel {
    display: inline;
    padding-left: 30px;
    color: black;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1340px) {
  .gNavHeader .gNavHome .gNavHomeLogo {
    max-width: 465px;
    width: 100%;
    background-position: 50% 63%;
  }
  .gNavHeader .gNavHome .gNavHomeLogo:before {
    background-position: 50% 35%;
  }
  .gNavHeader .gNavEcLink {
    right: calc(5% + 160px);
  }
  .gNavHeader .gNavEcLink a {
    padding-right: 1em;
    padding-left: 1em;
    height: 32px;
    font-size: 1.3rem;
    line-height: 30px;
  }
  .gNavHeader .gNavLanguage .gNavLabel, .gNavHeader .gNavLanguage .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavHeader .gNavLanguage .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavHeader .gNavLanguage .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavHeader .gNavLanguage .tagNavLabel,
.gNavHeader .gNavSearch .gNavLabel,
.gNavHeader .gNavSearch .tagNav .tagNavSections .tagNavSection .tagNavLabel,
.gNavHeader .gNavSearch .nonRegular .tagNavSections .tagNavSection .tagNavLabel,
.tagNav .tagNavSections .tagNavSection .gNavHeader .gNavSearch .tagNavLabel,
.nonRegular .tagNavSections .tagNavSection .gNavHeader .gNavSearch .tagNavLabel {
    display: inline;
    color: #878787;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.05em;
  }
  .gNavHeader .gNavLanguage {
    right: calc(4% + 160px);
    width: 110px;
  }
  .gNavHeader .gNavLanguage .gNavLabel, .gNavHeader .gNavLanguage .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavHeader .gNavLanguage .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavHeader .gNavLanguage .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavHeader .gNavLanguage .tagNavLabel {
    padding-left: 30px;
    color: black;
    letter-spacing: 0;
  }
  .gNavHeader .gNavSearch {
    width: 135px;
  }
  .gNavHeader .gNavSearch .gNavLabel, .gNavHeader .gNavSearch .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavHeader .gNavSearch .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavHeader .gNavSearch .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavHeader .gNavSearch .tagNavLabel {
    padding-right: 30px;
  }

  .gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
    font-size: 1.7rem;
  }
}
/* 3.2.2 - Accordion Navigation
-------------------------------------------------- */
.gNavDrContent {
  position: absolute;
  left: 0;
  z-index: 10030;
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  background-color: white;
  transform: translateY(-100%);
}
.gNavDrContent.active {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateY(0%);
}
.gNavDrContent .gNavDrEcLink {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 24px;
}
.gNavDrContent .gNavDrEcLink:before {
  position: absolute;
  bottom: 0;
  left: -10%;
  right: -10%;
  border-bottom: 4px solid #e0e0e0;
  content: "";
}
.gNavDrContent .gNavDrEcLink a {
  display: block;
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
  height: 42px;
  line-height: 40px;
  border: 1px solid #c4c4c4;
  font-size: 1.4rem;
  text-align: center;
}
.gNavDrContent .copy {
  padding-top: 10px;
  font-size: 1.4rem;
}
.gNavDrContent .gNavDrList {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 20px;
  padding-top: 20px;
}
.gNavDrContent .gNavDrList .gNavDrLabel {
  color: #878787;
  font-size: 1.3rem;
  font-weight: bold;
}
.gNavDrContent .gNavDrList .gNavDrItem {
  font-size: 1.5rem;
}
.gNavDrContent .gNavDrBorder {
  position: relative;
}
.gNavDrContent .gNavDrBorder:before {
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  border-top: 4px solid #e0e0e0;
  content: "";
}
.gNavDrContent .gNavSeries .gNavDrItem ul.ib li,
.gNavDrContent .gNavFeatures .gNavDrItem ul.ib li {
  position: relative;
}
.gNavDrContent .gNavSeries .gNavDrItem ul.ib li:after,
.gNavDrContent .gNavFeatures .gNavDrItem ul.ib li:after {
  padding-left: 12px;
  content: "/";
}
.gNavDrContent .gNavCategory {
  margin-bottom: 5px;
}
.gNavDrContent .gNavCategory:before {
  border: none;
}
.gNavDrContent .gNavCategory .gNavSections {
  justify-content: left;
  align-items: flex-start;
  height: auto;
  border-bottom: none;
}
.gNavDrContent .gNavCategory .gNavSections .gNavSection {
  padding: 0 30px 15px 0;
}
.gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab {
  text-align: left;
}
.gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
  font-size: 1.8rem;
}
.gNavDrContent .gNavCategory .gNavSections .gNavSection.new .gNavSectionTab:before {
  top: 2px;
  right: -7px;
}
.gNavDrContent .gNavViewPoint {
  margin-right: -6%;
  margin-left: -6%;
  padding-top: 0;
}
.gNavDrContent .gNavViewPoint:before {
  border-top: none;
}
.gNavDrContent .gNavViewPoint .gNavDrItem {
  width: 100% !important;
}
.gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  border: 2px solid #e0e0e0;
}
.gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection {
  width: 100%;
  padding: 0;
}
.gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab {
  padding-top: 20px;
  padding-bottom: 25px;
  border: 2px solid #e0e0e0;
}
.gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
  font-size: 1.6rem;
}
.gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .gNavLabelS {
  display: block;
  color: black;
  font-size: 1.1rem;
}
.gNavDrContent .gNavDrFooter {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
  font-size: 1.3rem;
}
.gNavDrContent .gNavDrCorp {
  padding-bottom: 50px;
  text-align: center;
}
.gNavDrContent .gNavDrCorp a {
  display: inline-block;
}
.gNavDrContent i.fa-angle-right {
  margin: 0 0 0 8px;
  font-size: 1.6rem;
}

#gNavDrSearch {
  top: 0;
  z-index: 10150;
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 0;
  width: 100vw;
  height: 100vh;
  border: none;
}
#gNavDrSearch .searchForm {
  position: relative;
  margin: 0 auto 40vh;
  padding: 0 0 15px 42px;
  max-width: 640px;
  width: 80%;
  border-bottom: 1px solid #e0e0e0;
  background: transparent url(../img/common/ico_search.svg) no-repeat 2px 4px;
  background-size: 24px 24px;
}
#gNavDrSearch .searchForm input {
  width: 100%;
  height: 32px;
  font-size: 1.6rem;
  outline: none;
}
#gNavDrSearch .searchForm input::placeholder {
  color: #878787;
}

.bgBlack .gNavDrContent {
  border-color: #242424;
  background-color: #141414;
}
.bgBlack .gNavDrContent .gNavDrEcLink:before {
  border-color: #242424;
}
.bgBlack .gNavDrContent .gNavDrEcLink a {
  border-color: #1a1a1a;
}
.bgBlack .gNavDrContent .gNavDrList .gNavDrLabel {
  color: #c4c4c4;
}
.bgBlack .gNavDrContent .gNavDrBorder:before {
  border-color: #242424;
}
.bgBlack .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections {
  border-color: #414141;
}
.bgBlack .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab {
  border-color: #414141;
}
.bgBlack .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .gNavLabelS {
  color: white;
}
.bgBlack .gNavDrContent .corpLogo {
  fill: white;
}
.bgBlack #gNavDrSearch .searchForm {
  border-color: #e0e0e0;
  background-image: url(../img/common/ico_search_white.svg);
}

@media screen and (min-width: 650px) {
  .gNavDrContent .copy {
    display: none;
  }
  .gNavDrContent .gNavDrList {
    flex-direction: row;
    margin-bottom: 30px;
  }
  .gNavDrContent .gNavDrList:before {
    border-top: none;
  }
  .gNavDrContent .gNavDrList .gNavDrLabel {
    width: 18%;
  }
  .gNavDrContent .gNavDrList .gNavDrItem {
    width: 82%;
  }
  .gNavDrContent .gNavDrBorder:before {
    border-top: none;
  }
  .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
    font-size: 2rem;
  }
  .gNavDrContent .gNavCategory .gNavSections .gNavSection.new .gNavSectionTab:before {
    top: 0;
    right: -6px;
  }
  .gNavDrContent .gNavViewPoint {
    margin: 0 0 40px;
    padding-top: 30px;
  }
  .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections {
    flex-direction: row;
    border: none;
  }
  .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection {
    width: 32%;
  }
  .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab {
    border-width: 1px;
  }
  .gNavDrContent .gNavDrFooter {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }

  .bgBlack .gNavDrContent .gNavDrFooter {
    border-color: #414141;
  }
}
@media screen and (min-width: 890px) {
  .gNavDrContent .gNavDrEcLink {
    display: none;
  }
  .gNavDrContent .gNavDrList .gNavDrLabel {
    width: 15%;
    font-size: 1.8rem;
  }
  .gNavDrContent .gNavDrList .gNavDrItem {
    width: 85%;
  }
  .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavDrContent .gNavCategory .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
    font-size: 2.3rem;
  }
  .gNavDrContent .gNavCategory .gNavSections .gNavSection.new .gNavSectionTab:before {
    top: -1px;
    right: -7px;
  }
  .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .gNavLabel, .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .tagNav .tagNavSections .tagNavSection .tagNavLabel, .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .nonRegular .tagNavSections .tagNavSection .tagNavLabel, .tagNav .tagNavSections .tagNavSection .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .gNavDrContent .gNavViewPoint .gNavDrItem .gNavSections .gNavSection .gNavSectionTab .tagNavLabel {
    font-size: 2.2rem;
  }
  .gNavDrContent .gNavDrFooter {
    padding-right: 20%;
    padding-left: 20%;
  }

  #gNavDrSearch .searchForm {
    margin-bottom: 0;
    padding: 0 0 15px 48px;
    background-position: 2px 0;
    background-size: 32px 32px;
  }
}
@media screen and (min-width: 1340px) {
  .gNavDrContent .gNavDrList .gNavDrLabel {
    width: 12%;
  }
  .gNavDrContent .gNavDrList .gNavDrItem {
    width: 88%;
  }
}
/* 3.2.3 - Menu Navigation
-------------------------------------------------- */
.gNavDrMenuIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4%;
  z-index: 10100;
  display: flex;
  align-items: center;
  width: 18px;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.gNavDrMenuIcon a {
  display: block;
  width: 18px;
  height: 18px;
}
.gNavDrMenuIcon .cHamburger {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s;
  appearance: none;
}
.gNavDrMenuIcon .cHamburger:focus {
  outline: none;
}
.gNavDrMenuIcon .cHamburger span {
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  display: block;
  height: 2px;
  background-color: black;
}
.gNavDrMenuIcon .cHamburger span:before, .gNavDrMenuIcon .cHamburger span:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  content: "";
}
.gNavDrMenuIcon .cHamburger span:before {
  top: -6px;
}
.gNavDrMenuIcon .cHamburger span:after {
  bottom: -6px;
}
.gNavDrMenuIcon .cHamburgerHtx {
  background-color: transparent;
}
.gNavDrMenuIcon .cHamburgerHtx span {
  transition: background 0s 0.3s;
}
.gNavDrMenuIcon .cHamburgerHtx span:before, .gNavDrMenuIcon .cHamburgerHtx span:after {
  transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s;
}
.gNavDrMenuIcon .cHamburgerHtx span:before {
  transition-property: top, transform;
}
.gNavDrMenuIcon .cHamburgerHtx span:after {
  transition-property: bottom, transform;
}
.gNavDrMenuIcon .cHamburgerHtx.active {
  background-color: transparent;
}
.gNavDrMenuIcon .cHamburgerHtx.active span {
  background: none;
}
.gNavDrMenuIcon .cHamburgerHtx.active span:before, .gNavDrMenuIcon .cHamburgerHtx.active span:after {
  transition-delay: 0s, 0.3s;
}
.gNavDrMenuIcon .cHamburgerHtx.active span:before {
  top: 0 !important;
  transform: rotate(45deg);
}
.gNavDrMenuIcon .cHamburgerHtx.active span:after {
  bottom: 0 !important;
  transform: rotate(-45deg);
}

.bgBlack .gNavDrMenuIcon .cHamburger span {
  background-color: white;
}
.bgBlack .gNavDrMenuIcon .cHamburger span:before, .bgBlack .gNavDrMenuIcon .cHamburger span:after {
  background-color: white;
}
.bgBlack .gNavDrMenuIcon .cHamburgerHtx {
  background-color: transparent;
}
.bgBlack .gNavDrMenuIcon .cHamburgerHtx.active {
  background-color: transparent;
}
.bgBlack .gNavDrMenuIcon .cHamburgerHtx.active span {
  background: none;
}

@media screen and (min-width: 650px) {
  .gNavDrMenuIcon {
    width: 24px;
  }
  .gNavDrMenuIcon a {
    width: 24px;
    height: 24px;
  }
  .gNavDrMenuIcon .cHamburger span {
    top: 12px;
  }
  .gNavDrMenuIcon .cHamburger span:before {
    top: -8px;
  }
  .gNavDrMenuIcon .cHamburger span:after {
    bottom: -8px;
  }

  .gNavHeader.isThin .gNavDrMenuIcon a {
    width: 18px;
    height: 18px;
  }
  .gNavHeader.isThin .gNavDrMenuIcon .cHamburger span {
    top: 9px;
  }
  .gNavHeader.isThin .gNavDrMenuIcon .cHamburger span:before {
    top: -6px;
  }
  .gNavHeader.isThin .gNavDrMenuIcon .cHamburger span:after {
    bottom: -6px;
  }
}
@media screen and (min-width: 890px) {
  .gNavHeader .gNavDrMenuIcon,
.gNavHeader.isThin .gNavDrMenuIcon {
    width: 36px;
  }
  .gNavHeader .gNavDrMenuIcon a,
.gNavHeader.isThin .gNavDrMenuIcon a {
    width: 36px;
    height: 36px;
  }
  .gNavHeader .gNavDrMenuIcon .cHamburger span,
.gNavHeader.isThin .gNavDrMenuIcon .cHamburger span {
    top: 18px;
  }
  .gNavHeader .gNavDrMenuIcon .cHamburger span:before,
.gNavHeader.isThin .gNavDrMenuIcon .cHamburger span:before {
    top: -9px;
  }
  .gNavHeader .gNavDrMenuIcon .cHamburger span:after,
.gNavHeader.isThin .gNavDrMenuIcon .cHamburger span:after {
    bottom: -9px;
  }
}
/* 3.2.4 - Tag Navigation
-------------------------------------------------- */
.tagNav, .nonRegular {
  margin-bottom: 40px;
}
.tagNav .tagNavHaedLine, .nonRegular .tagNavHaedLine {
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.4em;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.tagNav .tagNavSections .tagNavSection, .nonRegular .tagNavSections .tagNavSection {
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0.35em 1.2em;
  border: solid 1px whitesmoke;
}
.tagNav .tagNavSections .tagNavSection:hover, .nonRegular .tagNavSections .tagNavSection:hover, .tagNav .tagNavSections .tagNavSection:focus, .nonRegular .tagNavSections .tagNavSection:focus, .tagNav .tagNavSections .tagNavSection:active, .nonRegular .tagNavSections .tagNavSection:active {
  background: black;
  transition: all 0.3s ease 0s;
}
.tagNav .tagNavSections .tagNavSection:hover a, .nonRegular .tagNavSections .tagNavSection:hover a, .tagNav .tagNavSections .tagNavSection:focus a, .nonRegular .tagNavSections .tagNavSection:focus a, .tagNav .tagNavSections .tagNavSection:active a, .nonRegular .tagNavSections .tagNavSection:active a {
  color: white;
}
.tagNav .tagNavSections .tagNavSection .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .tagNavLabel {
  font-size: 1.3rem;
}

.bgBlack .tagNav .tagNavSections .tagNavSection, .bgBlack .nonRegular .tagNavSections .tagNavSection {
  border-color: #242424;
}

.gNavDrContent .tagNav, .gNavDrContent .nonRegular {
  margin-top: 10px;
  margin-bottom: 0;
}

.tagWrapper {
  padding-bottom: 2em;
}

.nonRegular {
  border: none;
}

@media screen and (min-width: 650px) {
  .gNavDrContent .tagNav, .gNavDrContent .nonRegular {
    margin-top: 0;
  }
}
@media screen and (min-width: 890px) {
  .tagNav .tagNavSections .tagNavSection .tagNavLabel, .nonRegular .tagNavSections .tagNavSection .tagNavLabel {
    font-size: 1.4rem;
  }
}
/* 3.2.5 - Language Navigation
-------------------------------------------------- */
.navLang {
  margin-bottom: 30px;
  padding: 1em 10%;
  width: 100%;
  height: auto;
}

.navLangSections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.navLangSection {
  position: relative;
  padding: 0 0.35em;
}
.navLangSection:nth-child(n+1):not(:last-child) {
  padding-right: 0.8em;
}
.navLangSection:nth-child(n+1):not(:last-child):before {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.1rem;
}

.navLangSectionTab.current {
  color: gray;
  cursor: default;
}
.navLangSectionTab.current:hover, .navLangSectionTab.current:focus, .navLangSectionTab.current:active {
  opacity: 1;
}

.navLangLabel {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

/* 3.2.6 - Pagination
-------------------------------------------------- */
.pagination {
  padding-bottom: 100px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding-right: 0.15em;
  padding-left: 0.15em;
}
.pagination .current {
  border-bottom: 2px solid gainsboro;
}
.pagination a {
  color: black;
}

/*
==================================================
 4.0 - Contents
--------------------------------------------------
*/
.contentArea {
  position: relative;
  overflow: hidden;
}
.contentArea.bgBlack {
  border-bottom: 1px solid dimgray;
}

.home .contentArea {
  padding-bottom: 0;
}

.clear:before,
.clear:after {
  display: table;
  content: "";
}

.clear:after {
  clear: both;
}

.bgBlack {
  overflow: hidden;
  background-color: #141414;
  color: white;
}
.bgBlack a {
  color: white;
}

.bgWhite {
  overflow: hidden;
  background: white;
  color: black;
}
.bgWhite a {
  color: black;
}

.bgGray {
  overflow: hidden;
  background: #f2f2f2;
  color: black;
}
.bgGray a {
  color: black;
}

.bgGradient:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%);
  content: "";
}

.bgBlack30:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.section,
.sectionWrapper {
  margin-top: 32px;
  margin-bottom: 40px;
}
.section.bgBlack,
.sectionWrapper.bgBlack {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sectionWrapper {
  overflow: hidden;
  margin-top: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  min-width: 320px;
}

.space, #supportLinks,
#footerLinks,
#snsLinks {
  padding-right: 4%;
  padding-left: 4%;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.col,
.col2,
.col3,
.col4,
.col5,
.col6,
.row {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.col.alignItemsCenter,
.col2.alignItemsCenter,
.col3.alignItemsCenter,
.col4.alignItemsCenter,
.col5.alignItemsCenter,
.col6.alignItemsCenter,
.row.alignItemsCenter {
  align-items: center;
}
.col .center,
.col2 .center,
.col3 .center,
.col4 .center,
.col5 .center,
.col6 .center,
.row .center {
  margin-right: inherit;
  margin-left: inherit;
}

.col > .colItemParent,
.col > .colItem {
  margin-bottom: 20px;
  width: 100%;
}

.col2 .colItemParent,
.col2 .colItem,
.col3 .colItemParent,
.col3 .colItem,
.col4 .colItemParent,
.col4 .colItem,
.col5 .colItemParent,
.col5 .colItem {
  width: 100%;
}

.col6 .colItemParent {
  width: calc(50% - 20px);
}
.col6 .colItem {
  width: 48%;
}

.row .colItem {
  width: calc(50% - 10px);
}

.fixedCol.col2 > .colItem, .fixedCol.col4 > .colItem {
  width: calc(50% - 10px);
}

.colVariable .row .colItem {
  width: calc(70% - 10px);
}
.colVariable .row .colItem.postImg {
  margin-bottom: 0;
  width: calc(30% - 10px);
}
.colVariable .row .colItem.postImg .bgImg {
  padding-top: 67%;
}

.imgHeightAdjust .row .colItem.postImg .bgImg,
.imgHeightAdjust .colVariable .row .colItem.postImg .bgImg {
  padding-top: 67%;
}

.secNewContents {
  margin-top: 0;
}
.secNewContents .row .colItem {
  width: 100%;
}
.secNewContents .postImg .bgImg {
  padding-top: 100%;
  padding-top: 67%;
}

.flexEnd {
  justify-content: flex-end !important;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

.margin {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.nonMarginTop {
  margin-top: 0 !important;
}

.inner, .latestPost .postDescription,
.secondPost .postDescription {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.more {
  margin-bottom: 30px;
  text-align: center;
}
.more.gradMore span,
.more a {
  display: block;
  margin: auto;
  padding: 10px;
  border: 1px solid gray;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.more.gradMore span i,
.more a i {
  margin: 0 0 0 8px;
  font-size: 1.6rem;
}

@media screen and (max-width: 649px) {
  .hiddenXs {
    display: none !important;
  }
}
@media screen and (min-width: 650px) and (max-width: 889px) {
  .hiddenSm {
    display: none !important;
  }
}
@media screen and (min-width: 890px) and (max-width: 1339px) {
  .hiddenMd {
    display: none !important;
  }
}
@media screen and (min-width: 1340px) {
  .hiddenLg {
    display: none !important;
  }
}
@media screen and (min-width: 650px) {
  .sectionWrapper,
.section {
    margin-bottom: 100px;
  }

  .container {
    padding-right: 2%;
    padding-left: 2%;
  }

  .space, #supportLinks,
#footerLinks,
#snsLinks {
    padding-right: 2%;
    padding-left: 2%;
  }

  .col3 .colItem,
.col4 .colItem {
    width: calc(50% - 15px);
  }

  .col5 .colItemParent {
    width: calc(50% - 15px);
  }
  .col5 .colItemParent:first-child {
    width: 100%;
  }

  .col6 .colItemParent {
    width: calc(33.33333% - 30px);
  }
  .col6 .colItem {
    width: calc(33.33333% - 15px);
  }

  .fixedCol.col2 > .colItem, .fixedCol.col4 > .colItem {
    width: calc(50% - 15px);
  }

  .secNewContents .row .colItem {
    width: calc(50% - 10px);
  }

  .postContent .titlePattern2 .order1 {
    order: 2;
  }
  .postContent .titlePattern2 .order2 {
    order: 1;
  }

  .inner, .latestPost .postDescription,
.secondPost .postDescription {
    max-width: 640px;
    width: 85%;
  }

  .more.gradMore span,
.more a {
    min-width: 240px;
    max-width: 320px;
    width: 35%;
  }
}
@media screen and (min-width: 890px) {
  .contentArea {
    position: relative;
  }

  .container {
    padding-right: 4%;
    padding-left: 4%;
    max-width: 1680px;
  }

  .space, #supportLinks,
#footerLinks,
#snsLinks {
    padding-right: 0;
    padding-left: 0;
  }

  .section.bgBlack,
.sectionWrapper.bgBlack {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .col > .colItemParent {
    margin-bottom: 0;
    width: calc(50% - 30px);
  }
  .col > .colItem {
    margin-bottom: 0;
    width: calc(50% - 25px);
  }

  .col2 .colItemParent {
    width: 48.4%;
  }
  .col2 .colItem {
    width: calc(50% - 25px);
  }
  .col2.fixedCol > .colItemParent,
.col2.fixedCol > .colItem {
    width: 46.8%;
  }

  .col3 .colItemParent {
    width: 30.13333%;
  }
  .col3 .colItem {
    width: calc(33.33333% - 15px);
  }
  .col3 .center {
    margin-right: auto;
    margin-left: auto;
  }

  .col4 .colItemParent {
    width: calc(25% - 30px);
  }
  .col4 .colItem {
    width: calc(25% - 20px);
  }
  .col4 .center {
    margin-right: auto;
    margin-left: auto;
  }
  .col4.fixedCol > .colItemParent,
.col4.fixedCol > .colItem {
    width: 23%;
  }

  .col5 .colItemParent,
.col5 .colItemParent:first-child {
    width: calc(20% - 20px);
  }

  .col6 .colItemParent {
    width: calc(16.66667% - 30px);
  }
  .col6 .colItem {
    width: calc(16.66667% - 20px);
  }
  .col6 .center {
    margin-right: auto;
    margin-left: auto;
  }

  .row .colItem {
    width: calc(50% - 15px);
  }

  .colVariable .row .colItem {
    width: 100%;
  }
  .colVariable .row .colItem.postImg {
    margin-bottom: 15px;
    width: 100%;
  }
  .colVariable .row .colItem.postImg .bgImg {
    padding-top: 67%;
  }

  .imgHeightAdjust .colItem .postImg .bgImg {
    padding-top: 67%;
  }

  .inner, .latestPost .postDescription,
.secondPost .postDescription {
    max-width: none;
  }
}
/*
--------------------------------------------------
 4.1 - Post Meta (Category, Date) & breadCrumbs
--------------------------------------------------
*/
.postMeta {
  width: 100%;
  color: black;
  line-height: 1.4;
}
.postMeta .postCat {
  margin: 0;
  width: 50%;
  font-size: 1.3rem;
  text-align: left;
}
.postMeta .postDate {
  padding-left: 0;
  width: 50%;
  font-size: 1.2rem;
  text-align: right;
}

.breadCrumbs {
  padding: 1em 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #e0e0e0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.2rem;
}
.breadCrumbs span {
  padding: 0;
}
.breadCrumbs span br {
  display: none;
}
.breadCrumbs span[property=name] {
  overflow: hidden;
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadCrumbs span.separator {
  overflow: auto;
  padding: 0 0.5em;
  width: 20px;
  background: url(../img/common/ico_arrow_next.svg) no-repeat 50% 50%;
  background-size: 8px 8px;
  color: transparent;
  text-shadow: none;
  font: 0/0;
}

.bgBlack .breadCrumbs {
  border-color: #242424;
}
.bgBlack .breadCrumbs span.separator {
  background-image: url(../img/common/ico_arrow_next_white.svg);
}

@media screen and (min-width: 650px) {
  .postMeta .postCat {
    font-size: 1.4rem;
  }
  .postMeta .postDate {
    font-size: 1.3rem;
  }
  .postMeta .postDate .readingTime {
    padding-right: 20px;
    padding-left: 20px;
  }
  .postMeta .postDate .readingTime:before {
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  .postMeta .postDate .readingTime:after {
    right: 10px;
    margin-top: -6px;
    height: 12px;
  }
}
@media screen and (min-width: 890px) {
  .postMeta .postCat {
    font-size: 1.6rem;
  }

  .breadCrumbs span[property=name] {
    max-width: 300px;
  }
}
@media screen and (min-width: 1340px) {
  .postMeta .postCat {
    font-size: 1.6rem;
  }
}
/*
--------------------------------------------------
 4.2 - Section
--------------------------------------------------
*/
.secHaedLine,
.haedLine,
.postContent .haedLine2,
.summaryCopy {
  font-weight: normal;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.8;
  letter-spacing: 0.4em;
}

.secHaedLine {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.secHaedLine span {
  display: inline-block;
}
.secHaedLine span.small {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  text-indent: 0.2em;
  letter-spacing: 0.1em;
}
.secHaedLine.centerBar {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.secHaedLine.centerBar span.small {
  margin-top: 0.35em;
  padding-top: 0.5em;
  border-top: 1px solid #c4c4c4;
}

.bgBlack .secHaedLine.centerBar span.small {
  border-color: #414141;
}

.haedLine, .postContent .haedLine2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.summaryCopy {
  margin-bottom: 60px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.summaryCopy:after {
  display: block;
  content: "";
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  width: 10%;
  border-bottom: 1px solid black;
}

.cat .summaryCopy,
.txo .summaryCopy {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2;
}
.cat .summaryCopy:after,
.txo .summaryCopy:after {
  display: none;
}

.cat .summaryCopy span {
  display: inline-block;
}

.bgBlack .summaryCopy:after {
  border-color: #242424;
}

.bl {
  display: block !important;
}

ul.ib li {
  display: inline-block !important;
  padding-right: 12px;
}
ul.ib li:last-child {
  padding-right: 0;
}

.alignCenter {
  text-align: center;
}

.bold {
  font-weight: 700;
}

hr {
  margin: 0 25px;
  border-top: 1px solid whitesmoke;
}
hr.noLine {
  border-top: none;
}
hr.margin {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.inner hr, .latestPost .postDescription hr,
.secondPost .postDescription hr {
  margin-right: 0;
  margin-left: 0;
}

.bgBlack hr {
  border-color: #242424;
}

@media screen and (min-width: 650px) {
  .secHaedLine {
    margin-bottom: 40px;
  }
  .secHaedLine.centerBar span.small {
    margin-top: 0.75em;
    padding-top: 1em;
  }

  .summaryCopy {
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
  }

  .cat .summaryCopy,
.txo .summaryCopy {
    margin-top: 80px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 890px) {
  .secHaedLine {
    font-size: 2.3rem;
  }

  .haedLine, .postContent .haedLine2,
.summaryCopy {
    font-size: 2.1rem;
  }

  hr.margin {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
/* 4.2.1 - Common
-------------------------------------------------- */
.articlesList {
  list-style: none;
}
.articlesList li {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.articlesList li.colItemParent {
  padding-bottom: 16px;
}
.articlesList li.colItem {
  padding-bottom: 15px;
}
.articlesList li.dummyItem {
  border: none;
}

.bgBlack .articlesList li {
  border-color: #242424;
}

.postImg {
  position: relative;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  height: auto;
}
.postImg .bgImg {
  display: block;
  padding-top: 67%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.postImg img,
.postImg video {
  display: block;
  width: 100%;
  height: auto;
}

.row .postImg .bgImg {
  padding-top: 67%;
}

.newPost {
  position: relative;
  overflow: hidden;
}
.newPost:after {
  position: absolute;
  top: -32px;
  right: -34px;
  margin-top: 40px;
  width: 100px;
  height: 15px;
  background-color: #b7282c;
  color: white;
  font-size: 1rem;
  text-align: center;
  line-height: 15px;
  transform: rotate(45deg);
  content: "NEW";
}

.postWrapper {
  width: 100%;
}

.dispTypeRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.postTitle {
  margin-top: 0.65em;
  margin-bottom: 0.2em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.postTitle a {
  display: block;
}
.postTitle span {
  display: block;
}
.postTitle span.small {
  margin-bottom: 0.3em;
  font-size: 1.2rem;
  font-weight: normal;
}
.postTitle br {
  display: none;
}

.postAuthor {
  margin-top: 0.2em;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

.postSummary {
  margin-top: 0.25em;
  color: #404040;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
}

.postDescription {
  margin-top: 0.8em;
  color: #404040;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  line-height: 2;
}

.bgBlack .postDescription {
  color: white;
}

.bgWhite .postDescription {
  color: #404040;
}

.postCat {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.2rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.postCat a {
  padding-bottom: 0.1em;
  border-bottom: 1px solid #e0e0e0;
  color: #414141;
}

.bgBlack .postCat a {
  border-color: #242424;
  color: #c4c4c4;
}

.postDate {
  display: inline-block;
  color: #878787;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.postDate .readingTime {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  padding-left: 16px;
  font-weight: 700;
}
.postDate .readingTime:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_clock.svg) no-repeat 0 50%;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 374px) {
  .postDate {
    font-size: 0.9rem;
  }
  .postDate .readingTime {
    padding-right: 6px;
    padding-left: 14px;
  }
  .postDate .readingTime:before {
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 420px) {
  .postTitle br {
    display: inline;
  }

  .postDescription {
    margin-top: 1.5em;
    line-height: 2.2;
  }
}
@media screen and (min-width: 650px) {
  .newPost:after {
    top: -30px;
    right: -30px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .postTitle {
    font-size: 1.5rem;
  }

  .postDate .readingTime {
    padding-right: 16px;
    padding-left: 18px;
  }
  .postDate .readingTime:after {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #c4c4c4;
    content: "";
  }
}
@media screen and (min-width: 890px) {
  .articlesList li {
    margin-bottom: 50px;
  }
  .articlesList li.colItemParent, .articlesList li.colItem {
    padding-bottom: 15px;
  }

  .postTitle {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .postTitle span.small {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1340px) {
  .postTitle {
    font-size: 1.9rem;
  }
}
/* 4.2.2 - Slick Slider
-------------------------------------------------- */
.sliderContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sliderContainer button.slick-arrow {
  display: none;
  position: absolute;
  z-index: 1001;
  overflow: hidden;
  width: 18px;
  height: 36px;
  background: url(../img/common/ico_slick_arrow_prev.svg) no-repeat;
  background-size: 18px 36px;
  text-indent: 110%;
  white-space: nowrap;
  transition: opacity 0.3s linear;
  outline: none;
  cursor: pointer;
}
.sliderContainer button.slick-arrow.slick-prev {
  top: 50%;
  left: 10%;
}
.sliderContainer button.slick-arrow.slick-next {
  top: calc(50% - 18px);
  right: 10%;
  transform: scaleX(-1);
}
.sliderContainer button.slick-arrow:hover, .sliderContainer button.slick-arrow:focus, .sliderContainer button.slick-arrow:active {
  opacity: 0.7;
}
.sliderContainer .slick-dotted.slick-slider {
  margin: 0;
}
.sliderContainer .slick-dots {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 8%;
  height: 2px;
}
.sliderContainer .slick-dots li {
  position: relative;
  overflow: hidden;
  margin-right: 1%;
  margin-left: 1%;
  width: inherit;
  height: 2px;
  border: none;
  background-color: #878787;
}
.sliderContainer .slick-dots li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left 50%;
  content: "";
}
.sliderContainer .slick-dots li.slick-active:after {
  animation: scaleXZeroToMax 5s linear 0.8s 1 forwards;
}
.sliderContainer .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.sliderContainer.hideDots .slick-dots {
  display: none !important;
}
.sliderContainer.roundBtn button.slick-arrow {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #414141;
  background-position: 45% 50%;
  background-size: 9px 18px;
}
.sliderContainer.roundBtn button.slick-arrow.slick-prev {
  top: 102px;
  left: 0.5%;
}
.sliderContainer.roundBtn button.slick-arrow.slick-next {
  top: 86px;
  right: 0.5%;
}
.sliderContainer.roundBtn button.slick-arrow:hover, .sliderContainer.roundBtn button.slick-arrow:focus, .sliderContainer.roundBtn button.slick-arrow:active {
  opacity: 1;
}

.secSeries .sliderContainer .slick-dots li.slick-active:after {
  animation: scaleXZeroToMax 10s linear 0.8s 1 forwards;
}

@media screen and (min-width: 890px) {
  .sliderContainer .slick-dots {
    padding-right: 20%;
    padding-left: 20%;
    height: 4px;
  }
  .sliderContainer .slick-dots li {
    height: 4px;
  }
}
@media screen and (min-width: 960px) {
  .sliderContainer.roundBtn button.slick-arrow {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background-color: #414141;
    background-position: 45% 50%;
    background-size: 14px 27px;
  }

  .secFeatures .sliderContainer button.slick-arrow.slick-prev {
    top: calc((92vw - 60px) / 3 * 2 / 3 / 2);
    left: 50%;
    margin-left: -50%;
  }
  .secFeatures .sliderContainer button.slick-arrow.slick-next {
    top: calc((92vw - 60px) / 3 * 2 / 3 / 2 - 27px);
    right: 50%;
    margin-right: -50%;
  }
}
@media screen and (min-width: 1340px) {
  .sliderContainer button.slick-arrow.slick-prev {
    left: 50%;
    margin-left: -580px;
  }
  .sliderContainer button.slick-arrow.slick-next {
    right: 50%;
    margin-right: -580px;
  }

  .secFeatures .sliderContainer button.slick-arrow.slick-prev {
    top: 130px;
    margin-left: -690px;
  }
  .secFeatures .sliderContainer button.slick-arrow.slick-next {
    top: 103px;
    margin-right: -690px;
  }
}
@keyframes scaleXZeroToMax {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/* 4.2.3 - Staff Pickup
-------------------------------------------------- */
.secStaffPickup {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.secStaffPickup .secHaedLine {
  position: absolute;
  top: 25px;
  left: -4vw;
  z-index: 1;
  padding: 0.2em 4%;
  min-width: 135px;
  width: 35%;
  background-color: #b7282c;
  color: white;
  font-size: 1.3rem;
  text-align: left;
  letter-spacing: 0.05em;
}
.secStaffPickup .secHaedLine span.small {
  display: none;
}
.secStaffPickup .sticked {
  margin-right: -20px;
  margin-left: -20px;
}
.secStaffPickup .postImg {
  margin: 0;
}
.secStaffPickup .postImg .bgImg {
  padding-top: 100%;
}
.secStaffPickup .postWrapper {
  position: absolute;
  bottom: 10%;
  padding-right: 4%;
  padding-left: 4%;
  width: 100%;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.secStaffPickup .postWrapper .postCat {
  font-size: 1.3rem;
}
.secStaffPickup .postWrapper .postCat a {
  color: white;
}
.secStaffPickup .postWrapper .postCat span {
  padding-bottom: 0.15em;
  border-bottom: 1px solid #e0e0e0;
}
.secStaffPickup .postWrapper .postTitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.secStaffPickup .postWrapper .postTitle span.small {
  font-size: 1.5rem;
}
.secStaffPickup .postWrapper .postDate {
  color: white;
}
.secStaffPickup .postWrapper .postDate .readingTime:before {
  background-image: url(../img/common/ico_clock_white.svg);
}

@media screen and (min-width: 650px) {
  .secStaffPickup .sticked {
    margin-right: -2vw;
    margin-left: -2vw;
  }
  .secStaffPickup .postWrapper .postCat {
    font-size: 1.4rem;
  }
  .secStaffPickup .postWrapper .postTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 890px) {
  .secStaffPickup {
    margin-top: 3.2%;
  }
  .secStaffPickup:after {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    content: "";
  }
  .secStaffPickup .secHaedLine {
    position: static;
    padding: 0;
    min-width: inherit;
    width: 100%;
    background-color: transparent;
    color: black;
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .secStaffPickup .secHaedLine span.small {
    display: block;
  }
  .secStaffPickup .sticked {
    margin-right: auto;
    margin-left: auto;
  }
  .secStaffPickup .postWrapper {
    bottom: 6%;
  }
  .secStaffPickup .postWrapper .postCat {
    font-size: 1.5rem;
  }
  .secStaffPickup .postWrapper .postTitle {
    font-size: 2.4rem;
  }
  .secStaffPickup .postWrapper .postTitle span.small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1340px) {
  .secStaffPickup .postWrapper .postCat {
    font-size: 1.6rem;
  }
  .secStaffPickup .postWrapper .postTitle {
    font-size: 2.8rem;
  }
}
/* 4.2.4 - Series
-------------------------------------------------- */
.secSeries {
  position: relative;
}
.secSeries .series {
  display: block;
  margin-bottom: 30px;
}
.secSeries .slick-arrow {
  display: none !important;
}
.secSeries .postImg {
  margin: 0 auto;
}
.secSeries .postImg .bgImg {
  padding-top: 67%;
}
.secSeries .postImg .postWrapper {
  position: absolute;
  bottom: 2%;
  padding-right: 5%;
  padding-left: 5%;
  width: 100%;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.secSeries .postImg .postWrapper .seriesSubTitle {
  font-size: 1.2rem;
  font-weight: 700;
}
.secSeries .postImg .postWrapper .seriesTitle {
  font-size: 2.2rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.secSeries .bgGradient:after {
  height: 50%;
}
.secSeries .seriesSummary {
  margin: 20px auto 0;
  width: 90%;
  font-size: 1.3rem;
  text-align: justify;
  line-height: 1.8;
}
.secSeries .seriesLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.secSeries .seriesLinks a {
  display: block;
  margin: auto;
  padding: 10px;
  width: 90%;
  border: 1px solid #9e9e9e;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.secSeries .seriesLinks a.seriesLatest {
  color: white;
}
.secSeries .seriesLinks a.seriesLink {
  background-color: #9e9e9e;
  color: black;
  text-shadow: none;
}
.secSeries .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 20px;
}
.secSeries .eyecatchVideo {
  pointer-events: none;
}
.secSeries .eyecatchVideo .embedPlayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.bgBlack .secSeries.bgBlack {
  background-color: #1a1a1a;
}

.haedLineBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 20px 0;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
}
.haedLineBox .secHaedLine {
  margin: 0 !important;
  font-size: 1.3rem;
  text-align: left;
}
.haedLineBox a {
  margin-left: 30px;
  font-size: 1.2rem;
}
.haedLineBox a span {
  display: none;
}
.haedLineBox a i {
  margin: 0;
  color: #9e9e9e;
  font-size: 1.6rem;
}

.bgBlack .haedLineBox {
  border-color: #414141;
}

@media screen and (min-width: 650px) {
  .secSeries .postImg .postWrapper .seriesSubTitle {
    font-size: 1.3rem;
  }
  .secSeries .postImg .postWrapper .seriesTitle {
    font-size: 2.6rem;
  }
  .secSeries .seriesLinks a {
    width: 48%;
  }
}
@media screen and (min-width: 890px) {
  .secSeries .series {
    margin-bottom: 60px;
  }
  .secSeries .inner, .secSeries .latestPost .postDescription, .latestPost .secSeries .postDescription,
.secSeries .secondPost .postDescription,
.secondPost .secSeries .postDescription {
    width: 60%;
  }
  .secSeries .secHaedLine {
    font-size: 2.3rem;
    letter-spacing: 0.2em;
  }
  .secSeries .slick-arrow {
    display: block !important;
  }
  .secSeries .postImg .bgImg {
    padding-top: 50%;
  }
  .secSeries .postImg .postWrapper {
    bottom: 10%;
    padding-right: 4%;
    padding-left: 4%;
    z-index: 10;
  }
  .secSeries .postImg .postWrapper .seriesSubTitle {
    font-size: 1.4rem;
  }
  .secSeries .postImg .postWrapper .seriesTitle {
    font-size: 2.8rem;
  }
  .secSeries .bgGradient:after {
    height: 75%;
  }
  .secSeries .seriesSummary {
    padding: 0 4%;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .secSeries .slick-dots {
    position: absolute;
    bottom: 15px;
    margin-top: 0;
  }

  .seriesHeader .secSeries {
    margin-bottom: 40px;
  }

  .haedLineBox {
    margin: 60px 0 50px;
    padding: 15px 20px 15px 30px;
  }
  .haedLineBox .secHaedLine {
    font-size: 1.5rem;
  }
  .haedLineBox a {
    font-size: 1.2rem;
  }
  .haedLineBox a span {
    display: inline-block;
  }
  .haedLineBox a i {
    margin-left: 8px;
  }
}
@media screen and (min-width: 1340px) {
  .secSeries .postImg {
    width: 1260px;
  }
  .secSeries .postImg .postWrapper .seriesSubTitle {
    font-size: 1.6rem;
  }
  .secSeries .postImg .postWrapper .seriesTitle {
    font-size: 3.4rem;
  }

  .seriesHeader .secSeries .postImg {
    width: 100%;
  }

  .secSeriesHero .postImg {
    width: 100%;
  }

  .single .secConcept .secSeries .postImg,
.single .secFADP .secSeries .postImg {
    width: 100%;
  }
}
/* 4.2.5 - Concept
-------------------------------------------------- */
.secConcept {
  margin-top: 80px;
  margin-bottom: 40px;
}
.secConcept .postHeader {
  margin-bottom: 40px;
}
.secConcept .postHeader .summaryCopy {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.secConcept .postHeader .summaryCopy:after {
  display: none;
}
.secConcept .postHeader .summaryCopy img {
  display: block;
  width: 100%;
  height: auto;
}
.secConcept .postHeader p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  text-align: left;
}
.secConcept .postHeader p br {
  display: none;
}
.secConcept .col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -20px;
}
.secConcept .col .secFrom {
  margin-bottom: 1px;
  width: 100%;
}
.secConcept .col .secFrom .postImg {
  overflow: hidden;
  margin: 0;
}
.secConcept .col .secFrom .postImg .bgImg {
  padding-top: 65%;
}
.secConcept .col .secFrom .postImg .postWrapper {
  position: absolute;
  bottom: 6%;
  padding-right: 4%;
  padding-left: 4%;
  width: 100%;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.secConcept .col .secFrom .postImg .postWrapper .secHaedLine {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.secConcept .col .secFrom .postImg .postWrapper .secHaedLine span.small {
  margin: 0;
  font-size: 1.3rem;
}
.secConcept .col .secFrom .postImg .postWrapper .more {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  color: white;
  font-size: 1.2rem;
  line-height: 1.6;
}
.secConcept .col .secFrom .postImg .postWrapper .more span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.secConcept .col .secFrom .postImg .postWrapper .more i {
  margin-left: 0.5em;
  font-size: 1.3rem;
}

.gNavDrContent .secConcept {
  margin: 0 auto 20px;
  padding-top: 4px;
}
.gNavDrContent .secConcept .col .secFrom .postImg .bgImg {
  padding-top: 65%;
}

@media screen and (min-width: 650px) {
  .secConcept .postHeader .summaryCopy {
    font-size: 2.6rem;
  }
  .secConcept .postHeader p {
    font-size: 1.6rem;
  }
  .secConcept .col {
    margin: 0 -2.5%;
  }
  .secConcept .col .secFrom .postImg .postWrapper .secHaedLine {
    font-size: 2rem;
  }

  .gNavDrContent .secConcept {
    margin: 60px 0 40px;
    padding-top: 0;
  }
}
@media screen and (min-width: 890px) {
  .secConcept {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .secConcept .postHeader {
    margin-bottom: 80px;
  }
  .secConcept .postHeader .summaryCopy {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
  .secConcept .postHeader p {
    font-size: 1.8rem;
    text-align: center;
  }
  .secConcept .postHeader p br {
    display: block;
  }
  .secConcept .col {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }
  .secConcept .col .secFrom {
    margin-right: 1px;
    width: calc(33.3333% - 1px);
  }
  .secConcept .col .secFrom .postImg .bgImg {
    padding-top: 100%;
    transition: all 0.3s ease 0s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .secConcept .col .secFrom .postImg:hover, .secConcept .col .secFrom .postImg:focus, .secConcept .col .secFrom .postImg:active {
    opacity: 1;
  }
  .secConcept .col .secFrom .postImg:hover .bgImg, .secConcept .col .secFrom .postImg:focus .bgImg, .secConcept .col .secFrom .postImg:active .bgImg {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .secConcept .col .secFrom .postImg .postWrapper {
    bottom: -2em;
    transition: all 0.3s ease 0s;
  }
  .secConcept .col .secFrom .postImg .postWrapper .secHaedLine {
    margin-bottom: 0.75em;
    font-size: 2.2rem;
  }
  .secConcept .col .secFrom .postImg .postWrapper .more {
    font-size: 1.3rem;
  }
  .secConcept .col .secFrom .postImg .postWrapper .more i {
    font-size: 1.4rem;
  }
  .secConcept .col .secFrom .postImg:hover .postWrapper, .secConcept .col .secFrom .postImg:focus .postWrapper, .secConcept .col .secFrom .postImg:active .postWrapper {
    bottom: 10%;
  }
}
@media screen and (min-width: 960px) {
  .secConcept .postHeader .summaryCopy {
    font-size: 3rem;
  }
  .secConcept .col .secFrom .postImg .postWrapper .secHaedLine {
    font-size: 2.5rem;
  }
  .secConcept .col .secFrom .postImg .postWrapper .secHaedLine span.small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1340px) {
  .secConcept .postHeader .summaryCopy {
    font-size: 3.4rem;
  }
  .secConcept .col .secFrom .postImg .postWrapper .secHaedLine {
    margin-bottom: 1em;
    font-size: 2.7rem;
  }
}
/* 4.2.6 - Features
-------------------------------------------------- */
.secFeatures {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.secFeatures.bgBlack {
  background-color: #1a1a1a;
}
.secFeatures.bgGray {
  background-color: #f4f4f4;
}
.secFeatures .summaryWrapper {
  margin: 0 auto;
  padding-bottom: 20px;
}
.secFeatures .postImg .postWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-right: 35px;
  padding-left: 35px;
}
.secFeatures .postImg .postWrapper .inner, .secFeatures .postImg .postWrapper .latestPost .postDescription, .latestPost .secFeatures .postImg .postWrapper .postDescription,
.secFeatures .postImg .postWrapper .secondPost .postDescription,
.secondPost .secFeatures .postImg .postWrapper .postDescription {
  display: flex;
  max-width: 320px;
  height: 100%;
}
.secFeatures .titleWrapper {
  flex: 0 1 auto;
  margin: auto;
}

.featuresSlide .articlesList li {
  margin-left: 10px;
  margin-right: 10px;
  width: 305px;
}

@media screen and (max-width: 374px) {
  .featuresSlide .articlesList li {
    width: 260px;
  }
}
@media screen and (max-width: 649px) {
  .secFeatures .secSeries {
    padding-left: 0;
    padding-right: 0;
  }
  .secFeatures .summaryWrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
  .secFeatures .summaryWrapper .seriesSummary {
    width: 100%;
  }
}
@media screen and (min-width: 650px) {
  .secFeatures .summaryWrapper {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .featuresSlide .articlesList li {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 320px;
    width: calc((96vw - 60px) / 1.5);
  }
}
@media screen and (min-width: 890px) {
  .secFeatures {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .secFeatures .postImg .postWrapper {
    bottom: 0;
    padding-right: 100px;
    padding-left: 100px;
    z-index: 10;
  }
  .secFeatures .postImg .postWrapper .inner, .secFeatures .postImg .postWrapper .latestPost .postDescription, .latestPost .secFeatures .postImg .postWrapper .postDescription,
.secFeatures .postImg .postWrapper .secondPost .postDescription,
.secondPost .secFeatures .postImg .postWrapper .postDescription {
    max-width: 100%;
    width: 670px;
  }

  .featuresSlide .articlesList li {
    max-width: none;
    width: calc((92vw - 60px) / 3);
  }
}
@media screen and (min-width: 1340px) {
  .secFeatures .postImg {
    max-width: 1260px;
    width: 100%;
  }
  .secFeatures .summaryWrapper {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 1260px;
  }

  .featuresSlide .articlesList li {
    margin-left: 20px;
    margin-right: 20px;
    width: 393.3333333333px;
  }
}
/* 4.2.7 - Unique
-------------------------------------------------- */
.secRecommend {
  margin-bottom: 10px;
}

.secFrom .more {
  margin-top: 10px;
}

.secAbout .postMeta {
  display: none;
}

.latestPost,
.secondPost {
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}
.latestPost .postImg,
.secondPost .postImg {
  margin-bottom: 30px;
  margin-left: -4vw;
  margin-right: -4vw;
  width: 100vw;
}
.latestPost .postTitle,
.secondPost .postTitle {
  font-size: 2.2rem;
  text-indent: 0.15em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.latestPost .postTitle span.small,
.secondPost .postTitle span.small {
  font-size: 1.8rem;
}
.secondPost {
  margin-bottom: 40px;
  text-align: left;
}
.secondPost .postDescription {
  max-width: 100%;
  width: 100%;
}

.secNewContents .secHaedLine {
  letter-spacing: 0.3em;
}
.secNewContents .secHaedLine .small {
  letter-spacing: 0.1em;
}
.secNewContents .latestPost .postImg .bgImg {
  padding-top: 100%;
}
.secNewContents .secondPost .postImg .bgImg {
  padding-top: 67%;
}
.secNewContents .articlesList li {
  margin-bottom: 40px;
}
.secNewContents .articlesList li:last-child {
  margin-bottom: 0;
}
.secNewContents .articlesList .row .postImg {
  margin-bottom: 20px;
}
.secNewContents .articlesList .row .postImg .bgImg {
  padding-top: 67%;
}

.secFeature, .secTag {
  padding-bottom: 40px;
}
.secFeature .postImg .bgImg, .secTag .postImg .bgImg {
  padding-top: 67%;
}
.secFeature .latestPost .postImg .bgImg, .secTag .latestPost .postImg .bgImg {
  padding-top: 100%;
}

.secNoasabi {
  padding-bottom: 40px;
}

.secTag {
  padding-bottom: 0;
}

.secProducts .postTitle {
  margin-top: 0;
}

.page-id-957 .postContent p br {
  display: none;
}

@media screen and (min-width: 650px) {
  .secAbout {
    margin-top: 80px;
  }

  .latestPost .postImg {
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .secNewContents {
    margin-top: 70px;
  }
  .secNewContents .secondPost {
    margin-bottom: 60px;
    text-align: center;
  }
  .secNewContents .secondPost .postDescription {
    width: 80%;
  }
  .secNewContents .articlesList .row .postImg {
    margin-bottom: 0;
  }
  .secNewContents .articlesList .row .postImg .bgImg {
    padding-top: 100%;
  }

  .page-id-957 .postContent p br {
    display: inline;
  }
}
@media screen and (min-width: 890px) {
  .secRecommend {
    margin-top: 3.2%;
    margin-bottom: 0;
  }

  .secFrom .more {
    margin-top: 0;
  }

  .latestPost {
    margin-bottom: 75px;
  }
  .latestPost .postImg {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .latestPost .postTitle {
    font-size: 2.8rem;
    text-indent: 0.25em;
    line-height: 1.8;
    letter-spacing: 0.25em;
  }
  .latestPost .postTitle span.small {
    font-size: 2.4rem;
  }
  .latestPost .postAuthor {
    font-size: 1.6rem;
  }

  .secNewContents .secHaedLine {
    letter-spacing: 0.4em;
  }
  .secNewContents .secHaedLine .small {
    letter-spacing: 0.2em;
  }
  .secNewContents .latestPost .postImg .bgImg {
    padding-top: 50%;
  }
  .secNewContents .secondPost .postImg .bgImg {
    padding-top: 125%;
  }
  .secNewContents .secondPost .postDescription {
    width: 60%;
  }
  .secNewContents .articlesList li {
    margin-bottom: 0;
  }

  .secFeature, .secTag {
    padding-bottom: 0;
  }
  .secFeature .postImg .bgImg, .secTag .postImg .bgImg {
    padding-top: 100%;
  }
  .secFeature .latestPost .postImg .bgImg, .secTag .latestPost .postImg .bgImg {
    padding-top: 50%;
  }

  .secNoasabi {
    padding-bottom: 0;
  }
}
/* 4.2.8 - Recommend Banner
-------------------------------------------------- */
.secBanner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.secBanner .postImg {
  margin-bottom: 0;
}
.secBanner .postTitle {
  margin-top: 30px;
  font-size: 2.2rem;
  letter-spacing: 0.25em;
}
.secBanner .postAuthor {
  margin-top: 1.5em;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
}
.secBanner .postSummary {
  letter-spacing: 0.25em;
}
.secBanner .postDescription {
  margin-top: 2em;
  letter-spacing: 0.25em;
}
.secBanner .more {
  margin-top: 20px;
}
.secBanner .more a {
  display: block;
  border: 1px solid gray;
}

@media screen and (min-width: 890px) {
  .secBanner .inner, .secBanner .latestPost .postDescription, .latestPost .secBanner .postDescription,
.secBanner .secondPost .postDescription,
.secondPost .secBanner .postDescription {
    width: 80%;
  }
  .secBanner .postTitle {
    margin-top: 0;
    font-size: 2.6rem;
  }
}
/* 4.2.9 - Fixed Banner
-------------------------------------------------- */
.secFixedBanner {
  margin-top: 0;
}
.secFixedBanner .postImg {
  position: relative;
  margin: 0 auto;
}
.secFixedBanner .postImg .bgImg {
  padding-top: 100%;
}
.secFixedBanner .postImg .postWrapper {
  position: absolute;
  top: calc(50% - 50px);
  padding-right: 4%;
  padding-left: 4%;
  width: 100%;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.secFixedBanner .postImg .postWrapper .bannerSubTitle {
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.secFixedBanner .postImg .postWrapper .bannerTitle {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.secFixedBanner .postImg .postWrapper .more {
  margin: auto;
  padding: 2px 10px;
  min-width: 240px;
  max-width: 320px;
  width: 35%;
  border: 1px solid #141414;
  background-color: #141414;
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.secFixedBanner .postImg .postWrapper .more i {
  margin: 0 0 0 8px;
  font-size: 1.6rem;
}

@media screen and (min-width: 650px) {
  .secFixedBanner .postImg .bgImg {
    padding-top: 35%;
  }
  .secFixedBanner .postImg .postWrapper {
    top: calc(50% - 75px);
  }
  .secFixedBanner .postImg .postWrapper .bannerSubTitle {
    font-size: 1.4rem;
  }
  .secFixedBanner .postImg .postWrapper .bannerTitle {
    font-size: 3.6rem;
  }
  .secFixedBanner .postImg .postWrapper .more {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 890px) {
  .secFixedBanner .inner, .secFixedBanner .latestPost .postDescription, .latestPost .secFixedBanner .postDescription,
.secFixedBanner .secondPost .postDescription,
.secondPost .secFixedBanner .postDescription {
    max-width: 900px;
  }
  .secFixedBanner .postImg .postWrapper .bannerSubTitle {
    font-size: 1.6rem;
  }
  .secFixedBanner .postImg .postWrapper .bannerTitle {
    margin-bottom: 20px;
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1340px) {
  .secFixedBanner .postImg .postWrapper .bannerSubTitle {
    font-size: 1.8rem;
  }
  .secFixedBanner .postImg .postWrapper .bannerTitle {
    font-size: 5.4rem;
  }
}
/* 4.2.10 - Ranking
-------------------------------------------------- */
.secRanking {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.secRanking > .container > .inner, .latestPost .secRanking > .container > .postDescription,
.secondPost .secRanking > .container > .postDescription {
  overflow: inherit;
}
.secRanking .colItemParent {
  position: relative;
  counter-increment: number;
}
.secRanking .colItemParent .postDate.upper {
  display: inline-block;
}
.secRanking .colItemParent .postDate.lower {
  display: none;
}
.secRanking .colItemParent .bgGradient:after {
  display: none;
}
.secRanking .colItemParent:after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  background: #141414;
  color: white;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  content: counter(number);
}
.secRanking .colItemParent:first-child .row {
  position: relative;
}
.secRanking .colItemParent:first-child .row .colItem {
  width: 100%;
}
.secRanking .colItemParent:first-child .row .colItem.postImg {
  width: 100%;
}
.secRanking .colItemParent:first-child .row .bgGradient:after {
  display: block;
}
.secRanking .colItemParent:first-child .row .postWrapper {
  position: absolute;
  bottom: 4%;
  padding-right: 4%;
  padding-left: 4%;
  width: 100%;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.secRanking .colItemParent:first-child .row .postWrapper a {
  color: white;
}
.secRanking .colItemParent:first-child .row .postWrapper .postDate {
  color: white;
}
.secRanking .colItemParent:first-child .row .postWrapper .postDate.upper {
  display: none;
}
.secRanking .colItemParent:first-child .row .postWrapper .postDate.lower {
  display: inline-block;
}
.secRanking .colItemParent:first-child:after {
  top: -8px;
  left: -8px;
  width: 28px;
  height: 28px;
  font-size: 22px;
  line-height: 26px;
  z-index: 20;
}
.secRanking .tabGroup {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
  height: 40px;
  border-bottom: 1px solid #e0e0e0;
  white-space: normal;
}
.secRanking .tabGroup .tab {
  display: flex;
  justify-content: center;
}
.secRanking .tabGroup .tab .tagLabel {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.secRanking .tabGroup .tab:hover .tagLabel, .secRanking .tabGroup .tab:focus .tagLabel, .secRanking .tabGroup .tab:active .tagLabel {
  opacity: 0.7;
}
.secRanking .tabGroup .tab.isActive {
  position: relative;
}
.secRanking .tabGroup .tab.isActive:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #c4c4c4;
  content: "";
}
.secRanking .panelGroup .panel {
  display: none;
}
.secRanking .panelGroup .panel.isShow {
  display: block;
}

.bgBlack .secRanking {
  background-color: #1a1a1a;
}
.bgBlack .secRanking .colItemParent:after {
  border-right-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  background: white;
  color: #404040;
}
.bgBlack .secRanking .tabGroup {
  border-color: #414141;
}
.bgBlack .secRanking .tabGroup .tab.isActive:after {
  background-color: #414141;
}

@media screen and (min-width: 890px) {
  .secRanking {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .secRanking .colItemParent .postDate.upper {
    display: none;
  }
  .secRanking .colItemParent .postDate.lower {
    display: inline-block;
  }
  .secRanking .colItemParent:after {
    top: -6px;
    left: -6px;
    width: 33px;
    height: 33px;
    font-size: 20px;
    line-height: 30px;
  }
  .secRanking .colItemParent:first-child .row .postImg:after {
    display: none !important;
  }
  .secRanking .colItemParent:first-child .row .postWrapper {
    position: relative;
    bottom: inherit;
    padding-right: 0;
    padding-left: 0;
    color: black;
    text-shadow: none;
  }
  .secRanking .colItemParent:first-child .row .postWrapper a {
    color: black;
  }
  .secRanking .colItemParent:first-child .row .postWrapper .postDate {
    color: #878787;
  }
  .secRanking .colItemParent:first-child:after {
    top: -12px;
    left: -12px;
    width: 39px;
    height: 39px;
    font-size: 24px;
    line-height: 36px;
  }

  .bgBlack .secRanking .colItemParent:first-child .row .postWrapper {
    color: white;
  }
  .bgBlack .secRanking .colItemParent:first-child .row .postWrapper a {
    color: white;
  }
  .bgBlack .secRanking .colItemParent:first-child .row .postWrapper .postCat a {
    color: #c4c4c4;
  }
}
/*
--------------------------------------------------
 4.3 - Single
--------------------------------------------------
*/
/* 4.3.1 - Post Header
-------------------------------------------------- */
.postHeader .secHaedLine {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 650px) {
  .postHeader .secHaedLine {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
/* 4.3.2 - Post Content
-------------------------------------------------- */
.postContent {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
.postContent .titleWrapper {
  margin-bottom: 30px;
}
.postContent .titleWrapper .postTitle {
  margin-top: 1.25em;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
  text-indent: 0.25em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.postContent .titleWrapper .postTitle span.subTitle {
  padding-bottom: 0.5em;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.postContent .titleWrapper .postAuthor {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.postContent .titleWrapper .postAuthor span {
  display: block;
  margin-top: 0.5em;
}
.postContent .titleWrapper .postAuthor span.large {
  font-size: 1.6rem;
}
.postContent .titleWrapper .postAuthor span.small {
  font-size: smaller;
  letter-spacing: 0.15em;
}
.postContent .titleWrapper .postAuthor.alignCenter {
  text-indent: 0.25em;
}
.postContent .titleWrapper .postAuthor.alignCenter span {
  text-align: center;
}
.postContent .titleWrapper .postAuthor.alignCenter span.small {
  text-indent: 0.15em;
}
.postContent .titleWrapper .viewPoint {
  margin: 0 auto 50px;
  padding: 10px 4%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.postContent .titleWrapper.titlePattern2 .postMeta {
  padding-bottom: 2em;
}
.postContent .titleWrapper.titlePattern2 .postTitle {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
  text-indent: 0;
}
.postContent .titleWrapper.titlePattern2 .postAuthor {
  width: 100%;
}
.postContent .haedLine, .postContent .haedLine2,
.postContent p,
.postContent dl {
  margin: 0 auto 20px;
  max-width: 100%;
  width: auto;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.9;
}
.postContent .haedLine, .postContent .haedLine2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 2rem;
  line-height: 1.8;
}
.postContent .haedLine2 {
  text-align: center;
}
.postContent .subHead {
  display: table;
  margin: 30px auto;
  padding: 0.5em 1em;
  background-color: gray;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.postContent .underLine {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 0.35em;
}
.postContent .underLine::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: black;
  content: "";
}
.postContent .sans_serif_a {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 700;
}
.postContent .sans_serif_b {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 125%;
  font-weight: 700;
}
.postContent .sans_serif_c {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 150%;
  font-weight: 700;
}
.postContent p span {
  display: inline-block;
}
.postContent dl dt {
  display: inline;
  padding-right: 0.6em;
  font-weight: 700;
}
.postContent dl dd {
  display: inline;
  text-align: justify;
}
.postContent .smallP hr {
  max-width: 640px;
  margin: auto;
  margin-bottom: 6em;
}
.postContent .smallP p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.bgBlack .postContent .titleWrapper .viewPoint {
  border-color: #414141;
}

.sentenceEnd {
  margin-left: 0.3em;
  height: 16px;
  vertical-align: text-bottom;
}

.bgBlack .sentenceEnd {
  fill: white;
}

.postFooterWrapper {
  position: relative;
}

@media screen and (min-width: 650px) {
  .postContent .titleWrapper.titlePattern2 .colItemParent {
    width: calc(50% - 15px);
  }
  .postContent .titleWrapper.titlePattern2 .colItemParent.titleInfo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .postContent .titleWrapper.titlePattern2 .postMainImg {
    margin-left: 0;
    margin-right: 0;
  }
  .postContent .titleWrapper.titlePattern2 .postMeta {
    position: absolute;
    top: 0;
    width: calc(50% - 15px - 2%);
  }
  .postContent .titleWrapper.titlePattern2 .postTitle {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .postContent .titleWrapper.titlePattern2 .postAuthor {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .postContent .titleWrapper.titlePattern2 .viewPoint {
    position: absolute;
    right: 0;
    bottom: 0;
    left: calc(50% + 15px);
    margin: 0;
    width: calc(50% - 15px - 2%);
  }
  .postContent .haedLine,
.postContent .haedLine2,
.postContent p,
.postContent dl {
    max-width: 640px;
  }
  .postContent dl dt {
    width: 15%;
    padding-right: 0.7em;
  }
  .postContent dl dd {
    width: 85%;
  }
}
@media screen and (min-width: 890px) {
  .postContent .titleWrapper .postTitle {
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
  .postContent .titleWrapper .postTitle span.subTitle {
    padding-bottom: 1em;
    font-size: 1.6rem;
  }
  .postContent .titleWrapper .postAuthor {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
  .postContent .titleWrapper .postAuthor span {
    margin-top: 1rem;
  }
  .postContent .titleWrapper .postAuthor span.large {
    padding-bottom: 0.15em;
    font-size: 2rem;
  }
  .postContent .titleWrapper .postAuthor span.small {
    padding-top: 0.5em;
  }
  .postContent .titleWrapper .viewPoint {
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
  .postContent .titleWrapper.titlePattern2 .colItemParent {
    width: calc(50% - 25px);
  }
  .postContent .titleWrapper.titlePattern2 .colItemParent.titleInfo {
    position: relative;
  }
  .postContent .titleWrapper.titlePattern2 .postMeta {
    width: 100%;
  }
  .postContent .titleWrapper.titlePattern2 .postTitle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .postContent .titleWrapper.titlePattern2 .postAuthor {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .postContent .titleWrapper.titlePattern2 .viewPoint {
    left: 0;
    width: 100%;
  }
  .postContent .titleWrapper.titlePattern4 .viewPoint {
    margin-bottom: 80px;
  }
  .postContent .haedLine,
.postContent .haedLine2 {
    margin-top: -5px;
    margin-bottom: 25px;
    font-size: 2.1rem;
    line-height: 1.9;
  }
  .postContent p,
.postContent dl {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .postContent .titleWrapper {
    margin-bottom: 60px;
  }
  .postContent .titleWrapper .postTitle {
    font-size: 3rem;
  }
  .postContent .titleWrapper .postTitle span.subTitle {
    padding-bottom: 1.25em;
  }
  .postContent .titleWrapper.titlePattern2 .postTitle {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .postContent .titleWrapper.titlePattern2 .postAuthor {
    padding-bottom: 40px;
  }
  .postContent .titleWrapper.titlePattern2 .haedLine,
.postContent .titleWrapper.titlePattern2 .haedLine2,
.postContent .titleWrapper.titlePattern2 p,
.postContent .titleWrapper.titlePattern2 dl {
    max-width: 100%;
  }
  .postContent .subHead {
    margin: 0 auto 40px;
  }
  .postContent .underLine {
    margin: 0 auto 40px;
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 1340px) {
  .postContent .titleWrapper {
    margin-bottom: 80px;
  }
  .postContent .titleWrapper .postTitle {
    font-size: 3.5rem;
  }
  .postContent .titleWrapper .postTitle span.subTitle {
    font-size: 1.8rem;
  }
  .postContent .titleWrapper .postAuthor {
    font-size: 1.6rem;
  }
  .postContent .titleWrapper .postAuthor span.large {
    font-size: 2.2rem;
  }
  .postContent .titleWrapper.titlePattern2 .colItemParent {
    width: calc(50% - 40px);
  }
  .postContent .titleWrapper.titlePattern2 .colItemParent.titleInfo {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
/* 4.3.3 - Image
-------------------------------------------------- */
.postContent .postImg {
  margin: 20px auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.postContent .postImg.wideSize {
  max-width: 100%;
  width: 100%;
}
.postContent .postImg.fullSize {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 100%;
  width: 100%;
}
.postContent .postImg .square {
  padding-top: 100%;
}
.postContent .postImg.imgSet {
  align-items: flex-start;
}
.postContent .postImg.imgSet1 .imgSetItem1,
.postContent .postImg.imgSet1 .imgSetItem2,
.postContent .postImg.imgSet1 .imgSetItem3,
.postContent .postImg.imgSet1 .imgSetItem4, .postContent .postImg.imgSet2 .imgSetItem1,
.postContent .postImg.imgSet2 .imgSetItem2,
.postContent .postImg.imgSet2 .imgSetItem3,
.postContent .postImg.imgSet2 .imgSetItem4 {
  margin-bottom: 1.8em;
}
.postContent .postImg.imgSet1 .imgSetItem1 .bgImg,
.postContent .postImg.imgSet1 .imgSetItem4 .bgImg {
  padding-top: 120%;
}
.postContent .postImg.imgSet1 .imgSetItem2 .bgImg,
.postContent .postImg.imgSet1 .imgSetItem3 .bgImg {
  padding-top: 60%;
}
.postContent .postImg.imgSet2 .imgSetItem1 .bgImg,
.postContent .postImg.imgSet2 .imgSetItem4 .bgImg {
  padding-top: 60%;
}
.postContent .postImg.imgSet2 .imgSetItem2 .bgImg,
.postContent .postImg.imgSet2 .imgSetItem3 .bgImg {
  padding-top: 120%;
}
.postContent .postImg.imgSet3 .imgSetItem1 {
  margin-bottom: 40px;
}
.postContent .postImg.imgSet3 .imgSetItem2 {
  margin-bottom: 0;
}
.postContent .postImg.imgSet4 .imgSetItem1,
.postContent .postImg.imgSet4 .imgSetItem2 {
  margin-bottom: 40px;
}
.postContent .postImg.imgSet4 .imgSetItem3 {
  margin-bottom: 0;
}
.postContent .postImg img {
  margin: 0 auto;
  width: 100%;
}
.postContent .postMainImg {
  margin-left: -20px;
  margin-right: -20px;
}
.postContent .postMainImg .postImg {
  margin-top: 0;
  max-width: 100%;
}
.postContent .titlePattern1 .postMainImg,
.postContent .titlePattern3 .postMainImg {
  margin-left: auto;
  margin-right: auto;
}
.postContent .titlePattern1 .postMainImg .postImg .bgImg,
.postContent .titlePattern3 .postMainImg .postImg .bgImg {
  background: none !important;
  padding-top: 0 !important;
}
.postContent .titlePattern1 .postMainImg .postImg img,
.postContent .titlePattern3 .postMainImg .postImg img {
  display: block;
}
.postContent .titlePattern2 .postMainImg .postImg {
  margin-bottom: 0;
}
.postContent .titlePattern2 .postMainImg .postImg img {
  display: none;
}
.postContent .titlePattern4 {
  margin-bottom: 0;
}
.postContent .postImgCaption {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.postContent .colItem .postImgCaption {
  max-width: 100%;
}
.postContent .postImgCaptionText {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 0;
  max-width: 100%;
  color: #707070;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.postContent .marginBlock.marginStandard {
  height: 15px;
}
.postContent .marginBlock.marginLow {
  height: 10px;
}
.postContent .marginBlock.marginHigh {
  height: 30px;
}

.secSingle .rowDirectionImg {
  display: flex;
  overflow-x: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  margin-bottom: 30px;
  width: auto;
  -webkit-overflow-scrolling: touch;
}
.secSingle .rowDirectionImg .postImgCaption {
  margin-right: 0;
  margin-left: 20px;
  max-width: none !important;
}
.secSingle .rowDirectionImg .postImgCaption img {
  display: block;
  width: 80vw;
  height: auto;
}
.secSingle .rowDirectionImg .postImgCaption .postImgCaptionText {
  white-space: normal;
}
.secSingle .rowDirectionImg .postImgCaption:last-child {
  padding-right: 20px;
}

@media screen and (min-width: 420px) {
  .postContent .postImg.imgSet .colItem {
    width: calc(50% - 15px);
  }
  .postContent .postImg.imgSet3 .imgSetItem1 {
    margin-bottom: 0;
  }
  .postContent .postImg.imgSet4 .colItem {
    width: calc(33.3333% - 15px);
  }
}
@media screen and (min-width: 650px) {
  .postContent .titlePattern2 .postMainImg .postImg {
    margin-bottom: 0;
  }
  .postContent .postImg {
    margin: 30px auto;
    max-width: 640px;
  }
  .postContent .postImg.mediumSize {
    max-width: 420px;
  }
  .postContent .postImg.mediumSize img {
    max-width: 420px;
    max-height: 560px;
  }
  .postContent .postImg.largeSize .postImgCaptionText, .postContent .postImg.wideSize .postImgCaptionText, .postContent .postImg.fullSize .postImgCaptionText {
    max-width: 640px;
  }
  .postContent .postImg.columnSize {
    max-width: 640px;
  }

  .secSingle .rowDirectionImg .postImgCaption {
    margin-left: 2%;
  }
}
@media screen and (min-width: 890px) {
  .postContent .postImg {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 720px;
  }
  .postContent .postImg.fullSize {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .postContent .postImg.imgSet1 .imgSetItem1,
.postContent .postImg.imgSet1 .imgSetItem3, .postContent .postImg.imgSet2 .imgSetItem1,
.postContent .postImg.imgSet2 .imgSetItem3 {
    margin-bottom: 40px;
  }
  .postContent .postImg.imgSet1 .imgSetItem2,
.postContent .postImg.imgSet1 .imgSetItem4, .postContent .postImg.imgSet2 .imgSetItem2,
.postContent .postImg.imgSet2 .imgSetItem4 {
    margin-bottom: 0;
  }
  .postContent .postImg.imgSet3 .imgSetItem1 {
    margin-bottom: 0;
  }
  .postContent .postImg.imgSet4 .imgSetItem1,
.postContent .postImg.imgSet4 .imgSetItem2 {
    margin-bottom: 0;
  }
  .postContent .postImgCaptionText {
    margin-bottom: -5px;
  }
  .postContent .marginBlock.marginStandard {
    height: 40px;
  }
  .postContent .marginBlock.marginLow {
    height: 20px;
  }
  .postContent .marginBlock.marginHigh {
    height: 60px;
  }
}
@media screen and (min-width: 1340px) {
  .postContent .postImg {
    max-width: 890px;
  }
}
/* 4.3.4 - Video
-------------------------------------------------- */
.postContent .postImg.largeSize .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.postContent .postImg.largeSize .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 4.3.5 - Items Gallery
-------------------------------------------------- */
.itemsGallery {
  margin: 40px auto 0;
  width: 100%;
}
.itemsGallery .items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 25px;
  list-style: none;
}
.itemsGallery .items .item {
  margin-bottom: 20px;
  width: calc(50% - 12px);
}
.itemsGallery .items .item a {
  display: block;
}
.itemsGallery .items .item a img {
  width: 100%;
  height: auto;
}
.itemsGallery .items .item .itemName {
  padding: 0.25em 0 0.5em;
  font-size: 1.5rem;
  line-height: 1.6;
}
.itemsGallery .items .item .itemNumber {
  display: inline-block;
  margin-top: 15px;
  padding: 2px 8px;
  border: 1px solid lightgray;
  border-radius: 4px;
  color: gray;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.itemsGallery .items .item .itemPrice {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  color: gray;
  line-height: 1.4;
}

@media screen and (min-width: 650px) {
  .itemsGallery {
    width: 90%;
  }
  .itemsGallery .items {
    justify-content: center;
  }
  .itemsGallery .items .item {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 890px) {
  .itemsGallery {
    margin-top: 30px;
    max-width: 860px;
    width: 100%;
  }
}
/* 4.3.6 - Links
-------------------------------------------------- */
.links {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
  list-style: none;
}
.links li {
  margin-bottom: 20px;
  width: 100%;
  background-color: #f2f2f2;
}
.links li a {
  color: #707070;
}
.links li a.nonOgp {
  display: block;
  padding: 10px 15px;
}
.links span {
  display: block;
  line-height: 1.8;
}
.links span.linkTitle {
  padding-bottom: 0.25em;
  font-size: 1.3rem;
}
.links span.linkDesc {
  font-size: 1.2rem;
}

.bgBlack .links li {
  background-color: #242424;
}

.blogCard .blogCardThumbnail img {
  max-width: 100%;
  margin: 0;
}
.blogCard .blogCardContent {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 15px;
  line-height: 1.6;
}
.blogCard .blogCardContent .blogCardTitle {
  font-size: 1.2rem;
}
.blogCard .blogCardContent .blogCardExcerpt {
  font-size: 1.2rem;
}
.blogCard .blogCardContent .blogCardUrl {
  font-size: 1.1rem;
  text-decoration: underline;
  word-break: break-all;
}
.blogCard .col2 .blogCardThumbnail {
  width: 40%;
}
.blogCard .col2 .blogCardContent {
  width: 60%;
}

@media screen and (min-width: 650px) {
  .links {
    max-width: 640px;
  }
  .links li {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .links li a .nonOgp {
    padding: 20px 25px;
  }
  .links span.linkTitle {
    font-size: 1.4rem;
  }
  .links span.linkDesc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 890px) {
  .blogCard .blogCardContent {
    padding: 20px 25px;
  }
  .blogCard .blogCardContent .blogCardTitle {
    padding-bottom: 0.25em;
    font-size: 1.4rem;
  }
  .blogCard .blogCardContent .blogCardExcerpt {
    font-size: 1.3rem;
  }
  .blogCard .blogCardContent .blogCardUrl {
    font-size: 1.2rem;
  }
}
/* 4.3.7 - Author Profile
-------------------------------------------------- */
.authorProfile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}
.authorProfile .authorImg {
  order: 1;
  display: block;
  width: 100%;
  height: auto;
}
.authorProfile .authorImg span {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.authorProfile .authorWrapper {
  order: 2;
  padding: 30px 20px;
}
.authorProfile .authorWrapper p {
  padding-bottom: 0;
  max-width: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
}
.authorProfile .authorWrapper p.authorPosition {
  color: #707070;
}
.authorProfile .authorWrapper p.postAuthor {
  padding-bottom: 1.5em;
}
.authorProfile .authorWrapper p.postAuthor span {
  font-size: 2rem;
  letter-spacing: 0.25em;
}
.authorProfile .authorWrapper p.postAuthor span.small {
  margin-left: 1em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.authorProfile .authorWrapper .userLink {
  margin-top: 20px;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.8;
}
.authorProfile .authorWrapper .userLink li {
  text-indent: 0.1em;
}
.authorProfile .authorWrapper .userLink li a {
  color: #707070;
}
.authorProfile .authorWrapper .userLink li i {
  padding-right: 0.5em;
}

.bgBlack .authorProfile {
  background-color: #1a1a1a;
}

@media screen and (min-width: 420px) {
  .authorProfile .authorWrapper {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 650px) {
  .authorProfile {
    flex-direction: row;
    padding: 30px;
    max-width: 640px;
  }
  .authorProfile .authorImg {
    order: 2;
    width: calc(35% - 30px);
  }
  .authorProfile .authorWrapper {
    order: 1;
    margin-right: 30px;
    padding: 0;
    width: 65%;
  }
  .authorProfile .authorWrapper p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 890px) {
  .authorProfile {
    padding: 40px;
  }
}
/* 4.3.8 - Post Footer
-------------------------------------------------- */
.postFooter {
  margin-top: 60px;
}
.postFooter .postShare {
  display: table;
  margin: 0 auto 60px;
  padding: 10px 30px;
  width: auto;
  height: auto;
  background-color: #f2f2f2;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.postFooter .postShare p {
  display: table-cell;
  padding-right: 10px;
}
.postFooter .postShare ul {
  display: table-cell;
  list-style: none;
}
.postFooter .postShare ul li {
  display: inline-block;
  padding: 0 8px;
  font-size: 1.5rem;
}
.postFooter .postShare ul li a {
  color: black;
}
.postFooter .col {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
}
.postFooter .secSeries {
  margin-bottom: 60px;
}

.bgBlack .postFooter .postShare {
  background-color: white;
}
.bgBlack .postFooter .postShare p {
  color: black;
}

@media screen and (min-width: 650px) {
  .postFooter .secRelated {
    margin-top: 80px;
  }
  .postFooter .secSeries {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 890px) {
  .postFooter .col {
    flex-direction: row;
  }
  .postFooter .col .tagNav, .postFooter .col .nonRegular {
    margin-right: 30px;
  }
}
/* 4.3.9 - Post Navigation
-------------------------------------------------- */
.navPost {
  display: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.navPost .colItem {
  position: absolute;
  top: 0;
  width: 30px;
}
.navPost .colItem a {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.navPost .colItem a:before {
  position: absolute;
  top: 50%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.navPost .colItem a .navThumbnail {
  position: absolute;
  top: 50%;
  margin-top: -175px;
  width: 150px;
  height: 350px;
  padding: 15px;
  background-color: #f2f2f2;
  transition: all 0.3s ease 0s;
}
.navPost .colItem a .navThumbnail .bgImg {
  display: block;
  margin-bottom: 20px;
  padding-top: 100%;
  width: 100%;
  background-size: cover;
}
.navPost .colItem a .navThumbnail .postTitle {
  overflow: hidden;
  margin-bottom: 5px;
  height: 8em;
}
.navPost .colItem a .navThumbnail .postTitle span {
  display: block;
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: 0;
}
.navPost .colItem a .navThumbnail .postTitle span.small {
  font-size: 1.1rem;
  font-weight: 700;
}
.navPost .colItem a .navThumbnail .postTitle span.title {
  font-size: 1.2rem;
  line-height: 1.6;
}
.navPost .colItem a .navThumbnail .info {
  font-size: 1.1rem;
  line-height: 1.4;
}
.navPost .navPostPrev {
  left: 0;
}
.navPost .navPostPrev a:before {
  left: 0;
  content: "PREVIOUS";
  transform: rotate(90deg);
}
.navPost .navPostPrev a .navThumbnail {
  left: -150px;
}
.navPost .navPostPrev a:hover, .navPost .navPostPrev a:focus, .navPost .navPostPrev a:active {
  opacity: unset;
}
.navPost .navPostPrev a:hover .navThumbnail, .navPost .navPostPrev a:focus .navThumbnail, .navPost .navPostPrev a:active .navThumbnail {
  left: 0;
}
.navPost .navPostNext {
  right: 0;
}
.navPost .navPostNext a:before {
  right: 10px;
  content: "NEXT";
  transform: rotate(-90deg);
}
.navPost .navPostNext a .navThumbnail {
  right: -150px;
}
.navPost .navPostNext a:hover, .navPost .navPostNext a:focus, .navPost .navPostNext a:active {
  opacity: unset;
}
.navPost .navPostNext a:hover .navThumbnail, .navPost .navPostNext a:focus .navThumbnail, .navPost .navPostNext a:active .navThumbnail {
  right: 0;
}

.bgBlack .navPost .colItem a .navThumbnail {
  background-color: #242424;
}

@media screen and (min-width: 1930px) {
  .navPost {
    display: block;
  }
}
/* 4.3.10 - Poll
-------------------------------------------------- */
.poll {
  margin: 0 auto 50px;
  padding: 20px 20px 30px;
  background-color: #f2f2f2;
}
.poll h2, .poll h3 {
  font-weight: normal;
  text-align: center;
}
.poll h2 {
  margin-bottom: 15px;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
}
.poll h3 {
  margin-bottom: 30px;
  font-size: 1.3rem;
}
.poll .wp-polls-ul {
  display: flex;
  margin-left: 0;
}
.poll .wp-polls-ul li {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 50%;
  text-align: right;
}
.poll .wp-polls-ul li:nth-child(2) {
  margin: 0 0 0 10px;
  text-align: left;
}
.poll .wp-polls-ul li input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.poll .wp-polls-ul li label {
  display: block;
  padding: 0.5rem 2rem;
  min-width: 120px;
  border-radius: 3px;
  background-color: white;
  text-align: center;
  font-size: 1.3rem;
  transition: all 0.3s ease 0s;
}
.poll .wp-polls-ul li input:checked + label:hover, .poll .wp-polls-ul li input:checked + label:focus, .poll .wp-polls-ul li input:checked + label:active,
.poll .wp-polls-ul li label:hover,
.poll .wp-polls-ul li label:focus,
.poll .wp-polls-ul li label:active {
  background-color: black;
  color: white;
  cursor: pointer;
}
.poll .vote {
  display: none;
}
.poll .poll-link {
  text-align: center;
}
.poll .poll-link a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #e0e0e0;
  font-size: 1.3rem;
  line-height: 1.6;
}
.poll .wp-polls-ans {
  position: relative;
}
.poll .wp-polls-ans .poll-side {
  position: absolute;
  display: inline-block;
  top: 60px;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.poll .poll-result {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.poll .poll-result .poll-bar {
  display: block;
  margin-bottom: 40px;
  width: 50%;
  text-align: right;
}
.poll .poll-result .poll-bar .ratio {
  color: #9e9e9e;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.5rem;
  text-align: left;
  line-height: 1.6;
}
.poll .poll-result .poll-bar .ratio small {
  padding-left: 0.15em;
  font-size: 3rem;
}
.poll .poll-result .poll-bar .option {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 50px;
  padding: 0.5rem 2rem;
  min-width: 120px;
  border-radius: 3px;
  background-color: transparent;
  font-size: 1.3rem;
  text-align: center;
  white-space: nowrap;
}
.poll .poll-result .poll-bar .poll-bar-graph {
  position: absolute;
  bottom: 40px;
  left: 0;
  height: 3px;
  background-color: #9e9e9e;
}
.poll .poll-result .poll-bar:nth-child(2) {
  text-align: left;
}
.poll .poll-result .poll-bar:nth-child(2) .ratio {
  text-align: right;
}
.poll .poll-result .poll-bar:nth-child(2) .option {
  margin-right: 0;
  margin-left: 10px;
}
.poll .poll-result .poll-bar:nth-child(2) .poll-bar-graph {
  right: 0;
  left: auto;
}
.poll .poll-result .voted .ratio {
  color: black;
}
.poll .poll-result .voted .option {
  background-color: black;
  color: white;
}
.poll .poll-result .voted .poll-bar-graph {
  background-color: black;
}
.poll .wp-polls-loading {
  margin: 50px 0;
}
.poll .poll-link {
  display: none;
}

.bgBlack .poll {
  background-color: #242424;
}
.bgBlack .poll .wp-polls-ul li label {
  background-color: #1a1a1a;
}
.bgBlack .poll .wp-polls-ul li input:checked + label:hover, .bgBlack .poll .wp-polls-ul li input:checked + label:focus, .bgBlack .poll .wp-polls-ul li input:checked + label:active,
.bgBlack .poll .wp-polls-ul li label:hover,
.bgBlack .poll .wp-polls-ul li label:focus,
.bgBlack .poll .wp-polls-ul li label:active {
  background-color: white;
  color: black;
}
.bgBlack .poll .poll-link a {
  background-color: #1a1a1a;
}
.bgBlack .poll .poll-result .poll-bar .ratio {
  color: #878787;
}
.bgBlack .poll .poll-result .poll-bar .option {
  color: #878787;
}
.bgBlack .poll .poll-result .poll-bar .poll-bar-graph {
  background-color: #878787;
}
.bgBlack .poll .poll-result .voted .ratio {
  color: white;
}
.bgBlack .poll .poll-result .voted .option {
  background-color: white;
  color: black;
}
.bgBlack .poll .poll-result .voted .poll-bar-graph {
  background-color: white;
}

@media screen and (min-width: 420px) {
  .poll {
    padding: 40px 30px 50px;
  }
  .poll .poll-result .poll-bar .ratio {
    font-size: 5rem;
  }
}
@media screen and (min-width: 650px) {
  .poll {
    padding-right: 4%;
    padding-left: 4%;
  }
  .poll h2 {
    font-size: 2rem;
  }
  .poll h3 {
    font-size: 1.4rem;
  }
  .poll h3 br.which {
    display: none;
  }
  .poll .wp-polls-ul li label {
    min-width: 15em;
  }
  .poll .wp-polls-ans .poll-side {
    top: 90px;
    font-size: 1.6rem;
  }
  .poll .poll-result .poll-bar {
    margin-bottom: 30px;
  }
  .poll .poll-result .poll-bar .ratio {
    font-size: 6.5rem;
  }
  .poll .poll-result .poll-bar .ratio small {
    font-size: 4rem;
  }
  .poll .poll-result .poll-bar .option {
    margin-bottom: 20px;
    min-width: 15em;
  }
  .poll .poll-result .poll-bar .poll-bar-graph {
    bottom: 30px;
  }
}
@media screen and (min-width: 890px) {
  .poll {
    max-width: 720px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .poll .poll-result .poll-bar .ratio {
    font-size: 8.5rem;
  }
  .poll .poll-result .poll-bar .ratio small {
    font-size: 5rem;
  }
  .poll h2 {
    font-size: 2.4rem;
  }
  .poll h3 {
    font-size: 1.5rem;
  }
  .poll .poll-result .poll-bar {
    margin-bottom: 40px;
  }
  .poll .poll-result .poll-bar .option {
    margin-bottom: 0;
  }
  .poll .poll-result .poll-bar .poll-bar-graph {
    bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .poll {
    padding-right: 8%;
    padding-left: 8%;
  }
  .poll h2 {
    font-size: 2.7rem;
  }
  .poll h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1340px) {
  .poll {
    max-width: 890px;
  }
}
/* 4.3.11 - Comments
-------------------------------------------------- */
#comments {
  margin: auto;
  padding: 20px;
  border: 1px solid #e0e0e0;
  color: #707070;
}
#comments .comment-respond {
  line-height: 1.6;
}
#comments h2 {
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}
#comments textarea,
#comments input[type=text] {
  padding: 1em;
  width: 100%;
  background-color: #f2f2f2;
  font-size: 1.4rem;
}
#comments textarea {
  padding: 1em;
}
#comments input[type=text] {
  padding: 0.5em;
}
#comments .logged-in-as,
#comments .comment-notes {
  margin-bottom: 15px;
  font-size: 1.3rem;
  text-align: center;
}
#comments .comment-form-comment {
  padding-bottom: 1em;
}
#comments .comment-user-info p {
  margin: 15px 0 0;
  font-size: inherit;
}
#comments .comment-user-info p label {
  display: inline-block;
  font-size: 1.3rem;
}
#comments .comment-user-info p input {
  display: inline-block;
  height: 40px;
}
#comments .comment-user-info .comment-form-author {
  width: 100%;
}
#comments .comment-user-info .comment-form-email {
  width: 100%;
}
#comments .comment-user-info .form-submit {
  width: 100%;
  margin-top: 30px;
}
#comments .comment-user-info .form-submit input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background-color: #414141;
  color: white;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
#comments .comment-user-info .form-submit input:hover, #comments .comment-user-info .form-submit input:focus, #comments .comment-user-info .form-submit input:active {
  opacity: 0.7;
  cursor: pointer;
}
#comments #progress {
  display: none;
  font-size: 1.4rem;
  text-align: center;
}
#comments #thankyou {
  display: none;
  padding-top: 1.5em;
  font-size: 1.4rem;
}
#comments #thankyou p {
  padding-bottom: 1em;
  text-align: center;
  line-height: 1.6;
}
#comments #thankyou .logo {
  padding-bottom: 2em;
}
#comments #thankyou .logo img {
  width: 250px;
  opacity: 0.2;
}
#comments #thankyou .for-normal {
  display: inline;
}
#comments #thankyou .for-dark {
  display: none;
  　opacity: 1;
}

.bgBlack #comments {
  border-color: #414141;
}
.bgBlack #comments p {
  color: white;
}
.bgBlack #comments #thankyou .logo .for-normal {
  display: none;
}
.bgBlack #comments #thankyou .logo .for-dark {
  display: inline;
}

.logged-in #comments .comment-form-comment,
.logged-in #comments .comment-user-info {
  display: none !important;
}

@media screen and (min-width: 420px) {
  #comments .comment-user-info .comment-form-author label,
#comments .comment-user-info .comment-form-email label {
    width: 25%;
  }
  #comments .comment-user-info .comment-form-author input,
#comments .comment-user-info .comment-form-email input {
    width: 75%;
  }
  #comments .comment-user-info .comment-form-author {
    width: 100%;
  }
  #comments .comment-user-info .comment-form-email {
    width: 100%;
  }
  #comments .comment-user-info .form-submit input {
    width: 100%;
  }
}
@media screen and (min-width: 890px) {
  #comments {
    max-width: 720px;
  }
  #comments .comment-user-info .comment-form-author {
    width: 50%;
  }
  #comments .comment-user-info .comment-form-email {
    width: 30%;
  }
  #comments .comment-user-info .form-submit {
    margin-top: 15px;
    width: 15%;
  }
  #comments .comment-user-info .form-submit input {
    height: 40px;
  }
}
@media screen and (min-width: 1340px) {
  #comments {
    max-width: 890px;
  }
}
/* 4.3.12 - Favorite
-------------------------------------------------- */
.simplefavorite-button {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.simplefavorite-button .icon:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: url(../img/common/ico_heart_open.svg);
}
.simplefavorite-button .heart-open:before {
  content: url(../img/common/ico_heart_open.svg);
}
.simplefavorite-button .heart-close:before {
  content: url(../img/common/ico_heart_close.svg);
}
.simplefavorite-button .simplefavorite-button-count {
  font-size: 1.3rem;
  vertical-align: 0.1em;
}
.simplefavorite-button:hover, .simplefavorite-button:focus, .simplefavorite-button:active {
  opacity: 0.7;
}

.bgBlack .simplefavorite-button .simplefavorite-button-count {
  color: black;
}

/*
==================================================
 5.0 - Search
--------------------------------------------------
*/
.secSearch .result a {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: start;
  flex-wrap: nowrap;
}
.secSearch .result .postImg {
  margin-right: 30px;
  width: 100px;
}
.secSearch .result .resultWrapper {
  width: calc(100% - 130px);
}
.secSearch .result .resultWrapper.noImg {
  width: 100%;
}
.secSearch .result .resultWrapper .postTitle {
  margin: 0;
}
.secSearch .result .resultWrapper .postTitle br {
  display: inline;
}
.secSearch .result .resultWrapper .postDescription {
  margin-top: 0.25em;
  line-height: 1.8;
}
.secSearch .result .resultWrapper .postDescription .postDate {
  position: relative;
  padding-right: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: normal;
}
.secSearch .result .resultWrapper .postDescription .postDate:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 1px;
  background-color: #878787;
  content: "";
}
.secSearch .result .resultWrapper .permaLink {
  margin-top: 0.5em;
  color: #e0e0e0;
  font-size: 1.2rem;
  line-height: 1.2;
  word-break: break-all;
}
.secSearch .result hr.margin {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.secSearch .notFound {
  font-size: 1.4rem;
}
.secSearch .notFound span {
  padding-right: 0.25em;
  font-weight: 700;
}

/*
==================================================
 6.0 - Footer
--------------------------------------------------
*/
#supportLinks,
#footerLinks,
#snsLinks {
  font-size: 1.4rem;
  line-height: 1.5;
}

#supportLinks {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #141414;
  color: white;
}
#supportLinks h2 {
  margin-bottom: 2em;
  font-size: 1.6rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  letter-spacing: 0.2em;
}
#supportLinks a {
  display: inline-block;
  color: white;
  text-decoration: none;
}
#supportLinks p {
  margin-bottom: 0.5em;
}
#supportLinks .telephone {
  margin-bottom: 60px;
}
#supportLinks .telephone > a {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  font-size: 3.4rem;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
}
#supportLinks .telephone > a i {
  margin-right: 5px;
}
#supportLinks .telephone h2 {
  margin-bottom: 1em;
}
#supportLinks .telephone .faq {
  padding: 0;
  font-size: 1.6rem;
}
#supportLinks .telephone .faq a {
  display: inline-block;
  padding: 0.5em 1em;
  background: white;
  color: black;
}
#supportLinks .telephone .faq a i {
  margin-right: 0.5em;
}
#supportLinks .after {
  padding-top: 60px;
  border-top: 1px solid dimgray;
}
#supportLinks .after ul {
  list-style: none;
}
#supportLinks .after ul li a {
  padding: 0.5em 0;
}
#supportLinks .after ul li a i {
  margin-right: 0.5em;
}

@media screen and (min-width: 890px) {
  #supportLinks {
    display: flex;
    justify-content: center;
  }
  #supportLinks div {
    padding: 15px 40px;
  }
  #supportLinks .telephone {
    margin-bottom: 0;
  }
  #supportLinks .telephone > a {
    pointer-events: none;
  }
  #supportLinks .telephone .faq {
    padding: 0;
  }
  #supportLinks .after {
    padding-top: 15px;
    border-top: none;
    border-left: 1px solid dimgray;
  }
}
#footerLinks {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footerLinks h2 {
  margin-top: 30px;
  margin-bottom: 1em;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
#footerLinks h2 i {
  margin-left: 0.5em;
  vertical-align: text-bottom;
  color: darkgray;
}
#footerLinks ul {
  display: none;
  list-style: none;
  font-size: 1.3rem;
}
#footerLinks ul li {
  line-height: 2.8;
}
#footerLinks ul li a {
  color: #404040;
  text-decoration: none;
}
#footerLinks .continue h2 {
  display: none;
}

@media screen and (min-width: 890px) {
  #footerLinks {
    display: flex;
    justify-content: center;
  }
  #footerLinks h2 i {
    display: none;
  }
  #footerLinks ul {
    display: block;
  }
  #footerLinks div {
    padding: 0 40px;
  }
  #footerLinks .continue h2 {
    display: block;
    color: white;
  }
}
#snsLinks {
  margin-bottom: 30px;
}
#snsLinks ul {
  list-style: none;
  text-align: center;
}
#snsLinks ul li {
  display: inline-block;
  margin: 0 8px;
  font-size: 2.4rem;
}
#snsLinks ul li a {
  color: dimgray;
}

.copyRight {
  margin: 0 25px;
  padding: 20px;
  border-top: 1px solid whitesmoke;
  color: #404040;
  font-size: 1.2rem;
  text-align: center;
}

/*# sourceMappingURL=common.css.map */
