@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* グリッドモジュール（初期値：2列・間隔20px）*/
.clearfix, .pjBox h3::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --footer-height: 50vh;
}
@media only screen and (max-width: 960px) {
  :root {
    --footer-height: 72dvh;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --footer-height: 90dvh;
  }
}

html {
  font-size: 62.5%;
}

li {
  list-style: none;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7142857148;
  font-weight: 400;
  letter-spacing: 0.04em;
}

#contents__body {
  margin-bottom: var(--footer-height);
  background-color: #fff;
  overscroll-behavior-y: none;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after, .pjBox h3:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
/*メニュー*/
nav #nav-head {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
nav #nav-head .navlogo {
  position: fixed;
  width: 60px;
  display: block;
  left: 5px;
  top: 10px;
  padding: 10px;
  z-index: 9999;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  nav #nav-head .navlogo {
    position: fixed;
    width: 40px;
    left: 5px;
    padding: 8px;
  }
}
nav #nav-head .navlogo.fixed {
  width: 50px;
  padding: 8px;
}
@media only screen and (max-width: 600px) {
  nav #nav-head .navlogo.fixed {
    position: fixed;
    bottom: 0;
    width: 40px;
    padding: 8px;
  }
}
nav #nav-head div {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: right;
  border-top: solid 10px rgb(173, 23, 43);
}
nav #nav-head div li {
  display: inline-block;
  list-style: none;
  padding-right: 1.5em;
  font-size: 16px;
  font-family: maru-maru-gothic-blr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  nav #nav-head div li {
    padding-right: 1em;
  }
}
nav #nav-head div li a {
  text-decoration: none;
  color: rgb(173, 23, 43);
}
nav #nav-head div li a:hover {
  opacity: 0.6;
}

.fixed {
  position: fixed;
  width: 100%;
}

/*!
layout > footer
------------------------------
*/
/* 共通コピーライトフォーマット */
#footer {
  position: relative;
  padding: 25px 30px 0;
  background-color: #4e4e4e;
}
#footer a {
  color: white;
  text-decoration: none;
  line-height: 2;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .scroll {
  position: absolute;
  left: 50%;
  top: -29px;
  margin-left: -25px;
  width: 50px;
  height: 30px;
  text-align: center;
  background-color: #4e4e4e;
  border-radius: 7px 7px 0 0/7px 7px 0 0;
}
#footer .scroll i {
  font-size: 20px;
  line-height: 1.5;
}
#footer .scroll a {
  width: 100%;
  height: 100%;
}
#footer ul {
  list-style: none;
}
#footer ul li {
  display: inline-block;
  margin-right: 1.5em;
}

.copyright {
  padding-top: 2em;
  padding-bottom: 20px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .copyright {
    text-align: center;
  }
}
/*!
component > title
------------------------------
*/
:root {
  --ttl-40px: clamp(3.4rem, 3.182rem + 1.09vw, 4rem);
  --ttl-32px: clamp(2.4rem, 2.655rem + 0.73vw, 3.2rem);
  --ttl-26px: clamp(2.2rem, 2.055rem + 0.73vw, 2.6rem);
  --ttl-24px: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
  --ttl-22px: clamp(1.8rem, 1.655rem + 0.73vw, 2.2rem);
  --ttl-20px: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  --fz-40px: clamp(3.4rem, 3.182rem + 1.09vw, 4rem);
  --fz-32px: clamp(2.4rem, 2.655rem + 0.73vw, 3.2rem);
  --fz-26px: clamp(2.2rem, 2.055rem + 0.73vw, 2.6rem);
  --fz-24px: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
  --ttl-22px: clamp(1.8rem, 1.655rem + 0.73vw, 2.2rem);
  --ttl-20px: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
}

.section-title {
  text-align: center;
}
.section-title .title-en {
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  line-height: 1.1;
}
.section-title .title-en .jp {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: inherit;
  letter-spacing: 0.4em;
  margin-top: 3px;
}

/*!
component > common
------------------------------
*/
.magonTxt {
  letter-spacing: 0.05em;
}

a {
  color: rgb(173, 23, 43);
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 40%, rgba(255, 255, 97, 0.5) 40%);
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin-left: 0.05em;
  margin-right: 0.05em;
}
@media only screen and (max-width: 600px) {
  .marker {
    display: inline;
  }
}

.red {
  color: #af042f;
}

.center {
  text-align: center;
}

.caution {
  color: #af042f;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 13px;
  font-size: 1.3rem;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #191919;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  margin-top: 20px;
  text-align: center;
}

.btn {
  border: none;
  padding: 18px 5%;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.btn.icon::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: inherit;
  display: inline-block;
  margin-left: 1ch;
}
.btn.icon.external::after {
  content: "\e89e";
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: rgb(173, 23, 43);
}
.btn.std.black {
  background-color: #191919;
}
.btn.disable {
  background-color: #808080 !important;
}
.btn.wide {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 460px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .btn.wide {
    max-width: 280px;
  }
}

a.btn {
  text-decoration: none;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(173, 23, 43);
  border-color: rgb(173, 23, 43);
}

/* マンスリーコンテンツ共通設定 */
a {
  color: rgb(173, 23, 43);
}

.em {
  background-color: #ffff99;
  display: inline !important;
}

.coming {
  color: #808080;
}

.nobottom {
  margin-bottom: 20px !important;
}

.bold {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  display: inline !important;
}

.red {
  color: #af042f;
}

.blue {
  color: #0081C9;
}

.green {
  color: #34A997;
}

.name {
  color: rgb(173, 23, 43);
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.background-gray {
  background-color: #dadada;
  padding: 20px 5%;
  line-height: 1.2;
  margin-bottom: 40px;
}
.background-gray.itemInfo {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  max-width: 650px;
  margin-bottom: 60px;
  line-height: 1.4;
}
.background-gray h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.background-gray dd p {
  margin-bottom: 10px;
}

.columnHead {
  position: relative;
  margin-top: 100px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .columnHead {
    margin-top: 100px;
  }
}
.columnHead .navIcon {
  position: absolute;
  top: -10px;
  left: -10px;
}
@media only screen and (max-width: 600px) {
  .columnHead .navIcon {
    top: 0;
    left: 0;
  }
}
.columnHead .headerimg {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.columnHead .titleArea {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.6) 30%, rgb(16, 16, 16) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00101010", endColorstr="#101010",GradientType=0 );
}
@media only screen and (max-width: 600px) {
  .columnHead .titleArea {
    position: relative;
    background-color: #2B1A0F;
    margin-top: -30px;
    padding-top: 10px;
  }
}
.columnHead .titleArea .titleLead {
  display: inline-block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: rgba(25, 25, 25, 0.8);
  padding: 3px 1em;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .columnHead .titleArea .titleLead {
    background-color: #fff;
    color: #191919;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding: 0 1em;
  }
}
.columnHead .titleArea h1 {
  text-align: left;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  font-size: 46px;
  font-size: 4.6rem;
}
@media only screen and (max-width: 960px) {
  .columnHead .titleArea h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .columnHead .titleArea h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.columnHead .titleArea h1.long {
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 600px) {
  .columnHead .titleArea h1.long {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.columnHead .titleArea .h1sub {
  font-size: 20px;
  font-size: 2rem;
}
.columnHead .titleArea .h1sub.zwift {
  background-color: rgb(252, 103, 25);
  padding: 2px 16px;
  margin-top: 5px;
  color: #fff;
  line-height: 1.6;
}
.columnHead .titleArea .fileArea {
  box-sizing: border-box;
  padding: 8px 24px;
  position: absolute;
  right: 10%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #191919;
}
@media only screen and (max-width: 960px) {
  .columnHead .titleArea .fileArea {
    padding: 0px 14px;
  }
}
@media only screen and (max-width: 600px) {
  .columnHead .titleArea .fileArea {
    position: static;
    background: none;
    color: #fff;
    padding-left: 0;
  }
}
.columnHead .titleArea .fileArea .file {
  display: inline-block;
  line-height: 1.1;
  font-family: PublicaSlabItalic;
  border-bottom: 2px solid #af042f;
}
.columnHead .titleArea .fileArea .fileTitle {
  margin-top: 3px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.columnHead .titleArea .fileArea .fileTitle span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* .monthlyHead */
.headImgCapArea {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}
.headImgCapArea .headImgCap {
  box-sizing: border-box;
  padding: 20px 10%;
  text-align: left;
  background-color: #dadada;
  padding: 8px 3% 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.lead {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 40px auto 80px;
  line-height: 1.6;
}

.lead-hosokuBox {
  display: inline-block;
  border: 1px solid #b7b7b7;
  padding: 14px 2%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 30px;
}

.sectionHead {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-left: 5%;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 26px;
  font-size: 2.6rem;
  background-color: #dadada;
}
@media only screen and (max-width: 600px) {
  .sectionHead {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.profileBox {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border: 2px solid #b7b7b7;
  box-sizing: border-box;
  padding: 16px 3%;
}
.profileBox.center {
  margin-bottom: 40px;
}
.profileBox.center h4 {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .profileBox {
    margin: 0 2%;
  }
}

.profileWrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .profileWrap {
    display: inherit;
  }
}
.profileWrap .profileBlock {
  margin: 10px 2%;
}
@media only screen and (max-width: 600px) {
  .profileWrap .profileBlock {
    padding-bottom: 30px;
    border-bottom: 1px solid #b7b7b7;
  }
}
.profileWrap .profileBlock img {
  max-width: 160px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.profileWrap .profileBlock h3 {
  text-align: center;
}
.profileWrap.col1 .profileBlock {
  margin-left: auto;
  margin-right: auto;
}
.profileWrap.top {
  margin-bottom: 20px;
  border-bottom: 1px solid #b7b7b7;
}

.profileBlock-top {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 20px;
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-grid;
  display: grid;
  grid-gap: 20px;
  margin-bottom: 20px;
  grid-template-columns: minmax(180px, 1fr) 3fr;
  -ms-grid-template-columns: minmax(180px, 1fr) 3fr;
}
.profileBlock-top:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profileBlock-top.nophoto {
  display: inherit;
}
.profileBlock-top p {
  font-size: 13px;
  font-size: 1.3rem;
}
.profileBlock-top.first h3 {
  color: #0081C9 !important;
}
.profileBlock-top.first h3.red {
  color: #c7000b !important;
}
.profileBlock-top.second h3 {
  color: #af042f !important;
}
.profileBlock-top.second h3.nakamura {
  color: #B08838 !important;
}
@media only screen and (max-width: 600px) {
  .profileBlock-top {
    display: block;
    max-width: 100%;
  }
}
.profileBlock-top img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

.profileBlock-col1 {
  margin-bottom: 20px;
}
.profileBlock-col1 img {
  display: block;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 600px) {
  .profileBlock-col1 img {
    max-width: 100%;
  }
}
.profileBlock-col1 h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.profileBlock-col1 p {
  text-align: left;
}

.contentsBlock, .contentsFoot {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 950px;
  padding-left: 5%;
  padding-right: 5%;
}
.contentsBlock h2, .contentsFoot h2 {
  text-align: left;
  border-left: 8px solid #af042f;
  padding: 10px 3%;
  font-feature-settings: "palt" 1;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 30px 0 40px;
}
@media only screen and (max-width: 600px) {
  .contentsBlock h2, .contentsFoot h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0;
  }
}
.contentsBlock > h3, .contentsFoot > h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 40px 0 20px;
}
.contentsBlock > h3.ttl_zwift, .contentsFoot > h3.ttl_zwift {
  color: rgb(252, 103, 25);
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
.contentsBlock > h3.ttl_zwift span, .contentsFoot > h3.ttl_zwift span {
  display: block;
  color: #191919;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
.contentsBlock > p, .contentsFoot > p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.contentsBlock .blockend, .contentsFoot .blockend {
  margin-bottom: 80px;
}
.contentsBlock .interviewer, .contentsFoot .interviewer {
  background-color: #f2f2f2;
  padding: 10px 5%;
  border-radius: 3px;
  margin-top: 40px;
}
.contentsBlock .dash, .contentsFoot .dash {
  display: inline-block;
  transform: scale(2, 1);
  padding-right: 8px;
}
.contentsBlock .person_red, .contentsFoot .person_red, .contentsBlock .challenger, .contentsFoot .challenger {
  color: #af042f;
}
.contentsBlock .person_blk, .contentsFoot .person_blk {
  font-weight: bold;
}
.contentsBlock .Dave, .contentsFoot .Dave, .contentsBlock .fuse, .contentsFoot .fuse, .contentsBlock .person_blue, .contentsFoot .person_blue {
  color: #0081C9;
}
.contentsBlock figure, .contentsFoot figure {
  max-width: 650px;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.contentsBlock figure.tate, .contentsFoot figure.tate {
  max-width: 400px;
}
.contentsBlock figure.tate.small, .contentsFoot figure.tate.small {
  max-width: 280px;
}
.contentsBlock figure img, .contentsFoot figure img {
  width: 100%;
}
.contentsBlock figure figcaption, .contentsFoot figure figcaption {
  text-align: left;
  background-color: #dadada;
  padding: 8px 3% 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contentsBlock figure figcaption span, .contentsFoot figure figcaption span {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.5em;
}

/*会話調カスタマイズ*/
.conv {
  display: flex;
  justify-content: space-between;
}
.conv > span {
  margin-right: 20px;
  width: 80px;
  min-height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .conv > span {
    margin-right: 16px;
    width: 60px;
  }
}
.conv > span.icn01 {
  background-image: url(../images/monthly/icn/icn01.jpg);
}
.conv > span.icn12 {
  background-image: url(../images/monthly/icn/icn12.jpg);
}
.conv > span.icn13 {
  background-image: url(../images/monthly/icn/icn13.jpg);
}
.conv > span.icn15 {
  background-image: url(../images/monthly/icn/icn15.jpg);
}
.conv .arrow_box {
  width: 86%;
  position: relative;
  background: #ffffff;
  border: 2px solid #dddddd;
  padding: 16px 3%;
  border-radius: 8px;
  margin-bottom: 40px;
}
.conv .arrow_box p {
  line-height: 1.7;
}
.conv .arrow_box:after, .conv .arrow_box:before {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.conv .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}
.conv .arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #dddddd;
  border-width: 18px;
  margin-top: -18px;
}

.topicBox {
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 80px;
  border: 1px solid rgb(173, 23, 43);
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (max-width: 600px) {
  .topicBox {
    line-height: 1.4;
  }
}
.topicBox ol {
  padding-left: 2em;
}
.topicBox p {
  margin-bottom: 0;
}
.topicBox .coming {
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
.topicBox h3 {
  margin-top: 14px;
  color: #af042f;
}
.topicBox h4 {
  background-color: #e6e6e6;
  box-sizing: border-box;
  padding: 0.2rem 2rem;
  display: inline-block;
  margin-top: 20px;
}
.topicBox table {
  font-weight: normal;
  width: 80%;
  margin: 0 auto;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.topicBox table thead {
  line-height: 1.2;
  text-align: center;
}
.topicBox table thead th:first-child {
  width: 30%;
}
.topicBox table td {
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
}
.topicBox table td:first-child {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .topicBox table {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .topicBox table span {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}

.columnBox {
  box-sizing: border-box;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 80px;
  border: 1px solid #af042f;
  padding-left: 5%;
  padding-right: 5%;
}
.columnBox small {
  display: inline-block;
  line-height: 1.2;
}
.columnBox .h4_lead {
  border-left: 5px solid #af042f;
  padding-left: 10px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
}
.columnBox h4 {
  text-align: left;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.columnBox h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
.columnBox figure {
  margin-bottom: 40px;
}
.columnBox p {
  margin-bottom: 16px !important;
}

.brandBox {
  box-sizing: border-box;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
}
.brandBox.brd-zwift {
  border: 1px solid rgb(252, 103, 25);
}
.brandBox.brd-zwift h4 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(252, 103, 25);
}
.brandBox .brandTitle {
  padding-left: 10px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
}
.brandBox h4 {
  text-align: left;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.clr-zwift {
  color: rgb(252, 103, 25);
}

.boldList {
  line-height: 1.4;
}
.boldList dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.boldList dd {
  padding-bottom: 26px;
}

.pjBox {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  border: 1px solid #191919;
}
.pjBox h3 {
  text-align: left;
  line-height: 1.2;
  border-bottom: 3px solid #af042f;
  margin-bottom: 20px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .pjBox h3 {
    text-align: center;
  }
}
.pjBox .innerWrap {
  padding-right: 5%;
  padding-left: 5%;
}
.pjBox img {
  max-width: 320px;
  float: right;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 600px) {
  .pjBox img {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}
.pjBox p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.pjBox p:last-child {
  margin-bottom: 0;
}
.pjBox .pjFoot {
  border-top: 1px solid #b7b7b7;
  padding-top: 20px;
}
.pjBox .pjFoot p {
  font-size: 12px;
  font-size: 1.2rem;
}

.itemWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.itemWrap img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  .itemWrap img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
.itemWrap h4 {
  margin-top: 0;
}
.itemWrap p {
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
}

.contentsFoot {
  margin-top: 80px;
}
.contentsFoot img {
  width: 30%;
}
.contentsFoot h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.contentsFoot h4 .hoka {
  color: #0081C9;
}
.contentsFoot h4 .name-en {
  margin-left: 1em;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #808080;
  line-height: 1;
}
.contentsFoot .innerWrap {
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-grid;
  display: grid;
  grid-gap: 20px;
  gap: 10px;
  margin-bottom: 120px;
  -ms-grid-columns: 200px 3fr;
  -ms-grid-rows: auto;
  grid-template-columns: minmax(180px, 1fr) 3fr;
}
.contentsFoot .innerWrap img {
  -ms-grid-column-span: 1;
}
.contentsFoot .innerWrap .textArea {
  -ms-grid-column-span: 2;
}
@media all and (-ms-high-contrast: none) {
  .contentsFoot .innerWrap .textArea {
    margin-left: 220px; /* IE11 */
  }
}
@media only screen and (max-width: 600px) {
  .contentsFoot .innerWrap {
    display: block;
  }
  .contentsFoot .innerWrap img {
    display: block;
    display: inline-block;
    width: 50% !important;
    margin: 0 auto;
  }
}
.contentsFoot .innerWrap img {
  width: 100%;
  -ms-grid-columns: 2;
}
.contentsFoot .monthlyFootNav {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1020px;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 80px;
}
.contentsFoot .monthlyFootNavList {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.contentsFoot .monthlyFootNavList > li {
  width: 50%;
}
.contentsFoot .monthlyFootNavList > li .monthlyNavHead {
  font-size: 13px;
  font-size: 1.3rem;
  color: #191919;
  display: block;
}
.contentsFoot .monthlyFootNavList > li .titleWrap {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.contentsFoot .monthlyFootNavList > li .titleWrap p {
  display: block;
  margin-left: 1em;
  margin-right: 1em;
}
.contentsFoot .monthlyFootNavList > li .titleWrap i {
  display: block;
  color: #3a3a3a;
  font-size: 24px;
  font-size: 2.4rem;
}
.contentsFoot .monthlyFootNavList .prev {
  padding-right: 3%;
  border-right: 1px solid;
}
.contentsFoot .monthlyFootNavList .next {
  padding-left: 3%;
  text-align: right;
}

#footer {
  margin-top: 170px;
}
/*# sourceMappingURL=column_common.css.map */