@charset "UTF-8";
:root {
  --color-aichi: #B867FF;
  --color-shizuoka: #7BD400;
  --color-mie: #FF7700;
}

#column {
  background: url(../images/section-top.svg) no-repeat left top/192rem, linear-gradient(#CE8800 2.2rem, #F4E2BB 28rem);
  padding: 2.4rem 2.4rem 8rem;
  overflow: hidden;
}
#column h2 {
  position: relative;
  margin: 0 -4rem;
}
#column h2 img {
  width: 100%;
  position: relative;
}
#column p.read {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}
#column p.note {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 0.8rem;
}
#column ul.btn-wrap {
  display: flex;
  justify-content: space-between;
  margin: 5.6rem 0 4rem;
}
#column ul.btn-wrap li a {
  display: block;
  width: 22.4rem;
  height: 12.6rem;
  border: 0.4rem solid var(--bk-blue);
  text-align: center;
  box-shadow: var(--bk-blue) 0 0 0.8rem;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}
#column ul.btn-wrap li a h3, #column ul.btn-wrap li a h3 * {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  padding-top: 1rem;
}
#column ul.btn-wrap li a h3 span:nth-of-type(1), #column ul.btn-wrap li a h3 * span:nth-of-type(1) {
  font-family: var(--font-en);
}
#column ul.btn-wrap li a h3 span:nth-of-type(2), #column ul.btn-wrap li a h3 * span:nth-of-type(2) {
  font-size: 2.8rem;
}
#column ul.btn-wrap li a:not(.active)::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1rem;
  background: var(--bk-blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 0.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
#column ul.btn-wrap li a.vol1 {
  background: linear-gradient(var(--wt-brown) 30%, var(--color-aichi));
}
#column ul.btn-wrap li a.vol1.active {
  background: linear-gradient(var(--color-aichi), var(--wt-brown) 200%);
}
#column ul.btn-wrap li a.vol2 {
  background: linear-gradient(var(--wt-brown) 30%, var(--color-shizuoka));
}
#column ul.btn-wrap li a.vol2.active {
  background: linear-gradient(var(--color-shizuoka), var(--wt-brown) 200%);
}
#column ul.btn-wrap li a.vol3 {
  background: linear-gradient(var(--wt-brown) 30%, var(--color-mie));
}
#column ul.btn-wrap li a.vol3.active {
  background: linear-gradient(var(--color-mie), var(--wt-brown) 200%);
}
#column ul.btn-wrap li a.active {
  transform: translateY(2rem);
  pointer-events: none;
}
#column ul.btn-wrap li a.no {
  pointer-events: none;
  opacity: 0.5;
}
#column > ul.content-wrap > li {
  margin: 0 -2.4rem;
  padding: 0 2.4rem;
  background: linear-gradient(#fff, var(--wt-brown) 50%);
  border-top: var(--bk-blue) 1.6rem solid;
  box-shadow: rgba(0, 38, 81, 0.3) 0 0 1.2rem;
  transition: opacity 0.2s;
}
#column > ul.content-wrap > li h3, #column > ul.content-wrap > li h3 * {
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  height: 20rem;
}
#column > ul.content-wrap > li h3 span:nth-of-type(1), #column > ul.content-wrap > li h3 * span:nth-of-type(1) {
  font-family: var(--font-en);
  font-size: 3.2rem;
}
#column > ul.content-wrap > li h3 span:nth-of-type(2), #column > ul.content-wrap > li h3 * span:nth-of-type(2) {
  font-size: 4.8rem;
}
#column > ul.content-wrap > li.vol1 h3 {
  margin: 0 -2.4rem 1.6rem;
  border-top: var(--color-aichi) solid 0.8rem;
  background: url(../images/column_pref-1.svg) no-repeat 12.8rem bottom/auto 16rem;
}
#column > ul.content-wrap > li.vol2 h3 {
  margin: 0 -2.4rem 1.6rem;
  border-top: var(--color-shizuoka) solid 0.8rem;
  background: url(../images/column_pref-2.svg) no-repeat left 10.4rem bottom 0.8rem/auto 16rem;
}
#column > ul.content-wrap > li.vol3 h3 {
  margin: 0 -2.4rem 1.6rem;
  border-top: var(--color-mie) solid 0.8rem;
  background: url(../images/column_pref-3.svg) no-repeat 14.4rem bottom/auto 17.6rem;
}
#column > ul.content-wrap > li .h4-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#column > ul.content-wrap > li .h4-wrap::before, #column > ul.content-wrap > li .h4-wrap::after {
  content: "";
  width: 50%;
  height: 0.2rem;
  display: block;
  background: var(--blue);
  margin: auto 0 4.8rem;
}
#column > ul.content-wrap > li h4, #column > ul.content-wrap > li h4 * {
  color: var(--navy);
  text-align: center;
  font-weight: 900;
  font-size: 5.6rem;
  flex-shrink: 0;
  line-height: 1;
}
#column > ul.content-wrap > li h4 .en, #column > ul.content-wrap > li h4 * .en {
  font-family: var(--font-en);
  font-size: 6.4rem;
}
#column > ul.content-wrap > li h4 .sm, #column > ul.content-wrap > li h4 * .sm {
  font-size: 4.8rem;
}
#column > ul.content-wrap > li h4 {
  margin: 0 0.8rem 2.4rem;
}
#column > ul.content-wrap > li ul.btn-wrap {
  margin: 0 0 1.6rem;
}
#column > ul.content-wrap > li ul.btn-wrap li a {
  height: 8.8rem;
  padding-top: 0.6rem;
}
#column > ul.content-wrap > li ul.btn-wrap li a h5 {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
}
#column > ul.content-wrap > li ul.btn-wrap li a::before, #column > ul.content-wrap > li ul.btn-wrap li a a::after {
  background: #fff;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con1 {
  background: #DF5470;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con1.active {
  border-color: #DF5470;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con1.active * {
  color: #DF5470;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con2 {
  background: #006B9B;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con2.active {
  border-color: #006B9B;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con2.active * {
  color: #006B9B;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con3 {
  background: #6A9217;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con3.active {
  border-color: #6A9217;
}
#column > ul.content-wrap > li ul.btn-wrap li a.con3.active * {
  color: #6A9217;
}
#column > ul.content-wrap > li ul.btn-wrap li a.active {
  background: #fff;
  transform: none;
}
#column > ul.content-wrap > li .best5-wrap li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 33.6rem 33.6rem 8.8rem 8.8rem;
  border: 0.4rem solid var(--bk-blue);
  gap: 0.2rem;
  background: var(--bk-blue);
  transition: opacity 0.2s;
}
#column > ul.content-wrap > li .best5-wrap li section {
  position: relative;
  overflow: hidden;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) {
  grid-column: 1/3;
}
#column > ul.content-wrap > li .best5-wrap li section .txt-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#column > ul.content-wrap > li .best5-wrap li section p, #column > ul.content-wrap > li .best5-wrap li section p * {
  font-weight: 900;
}
#column > ul.content-wrap > li .best5-wrap li section p.rank {
  text-indent: -999rem;
}
#column > ul.content-wrap > li .best5-wrap li section p.name {
  font-size: 4rem;
  line-height: 0.6;
  margin-bottom: 0.1em;
}
#column > ul.content-wrap > li .best5-wrap li section p.name span:first-of-type {
  font-size: 2.8rem;
  font-family: var(--font-en);
}
#column > ul.content-wrap > li .best5-wrap li section p.name span:not(:first-of-type) {
  font-size: inherit;
  line-height: inherit;
}
#column > ul.content-wrap > li .best5-wrap li section p.name span:not(:first-of-type).name5 {
  display: inline-block;
  transform: scaleX(0.8);
  transform-origin: left;
}
#column > ul.content-wrap > li .best5-wrap li section p.data {
  font-size: 2.4rem;
}
#column > ul.content-wrap > li .best5-wrap li section p.data span:nth-of-type(1) {
  font-size: 2.2rem;
  display: inline-block;
  padding: 0 0.3em;
  height: 1.4em;
  line-height: 1.2em;
  border: 0.1rem solid var(--bk-blue);
  text-align: center;
  transform: translateY(-0.25em);
  margin-right: 0.3em;
}
#column > ul.content-wrap > li .best5-wrap li section p.data span:nth-of-type(2) {
  font-family: var(--font-en);
  font-size: 4rem;
  margin-right: 0.1em;
}
#column > ul.content-wrap > li .best5-wrap li section img {
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 0 0 auto;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area {
  background: url(../images/column_1-bg.svg) no-repeat left center/contain;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.name {
  font-size: 5.4rem;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.name span {
  font-size: 3.6rem;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.data {
  font-size: 2.8rem;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.data span:nth-of-type(1) {
  font-size: 3rem;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.data span:nth-of-type(2) {
  font-size: 5.4rem;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) img {
  height: 44rem;
  width: auto;
  text-align: right;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(2) .txt-area {
  background: url(../images/column_2-bg.svg) no-repeat left center/contain;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(2) img {
  object-position: 4.8rem;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(3) .txt-area {
  background: url(../images/column_3-bg.svg) no-repeat left center/contain;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(3) img {
  object-position: 4.8rem;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(4), #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(5) {
  background: #FFFCEF;
  grid-column: 1/3;
  display: flex;
  padding: 0 2.4rem;
  align-items: center;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(4) p.rank, #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(5) p.rank {
  font-family: var(--font-en);
  font-weight: 900;
  font-style: italic;
  font-size: 8rem;
  margin-right: 4rem;
  text-indent: 0;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(4) p.name, #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(5) p.name {
  display: flex;
  width: 30rem;
  align-items: center;
  margin: 0;
  line-height: 0;
}
#column > ul.content-wrap > li .best5-wrap li section:nth-of-type(4) p.name span, #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(5) p.name span {
  margin: 0.2em 1.2rem 0 0;
}
#column > ul.content-wrap > li .best5-wrap li.con1 section:nth-of-type(4) p.rank, #column > ul.content-wrap > li .best5-wrap li.con1 section:nth-of-type(5) p.rank {
  color: #DF5470;
}
#column > ul.content-wrap > li .best5-wrap li.con2 section:nth-of-type(4) p.rank, #column > ul.content-wrap > li .best5-wrap li.con2 section:nth-of-type(5) p.rank {
  color: #006B9B;
}
#column > ul.content-wrap > li .best5-wrap li.con3 section:nth-of-type(4) p.rank, #column > ul.content-wrap > li .best5-wrap li.con3 section:nth-of-type(5) p.rank {
  color: #6A9217;
}
#column > ul.content-wrap > li .best5-wrap li.con3 section p.data span:nth-of-type(1) {
  padding: 0 0.1em;
  margin-right: 0.15em;
}
#column > ul.content-wrap > li p.note {
  text-align: left;
  letter-spacing: -0.04em;
  margin: 1.6rem 0 5.6rem;
}
#column > ul.content-wrap > li ul.grade-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#column > ul.content-wrap > li ul.grade-wrap > li {
  width: 34.3rem;
  border: 0.4rem solid var(--bk-blue);
  display: grid;
  grid-template-rows: 34rem auto;
  grid-template-columns: 8.8rem 1fr;
  margin-bottom: 1.6rem;
}
#column > ul.content-wrap > li ul.grade-wrap > li .name {
  background: var(--dk-blue);
  display: grid;
  grid-template-rows: 1fr auto;
  justify-content: center;
  text-align: center;
}
#column > ul.content-wrap > li ul.grade-wrap > li .name p {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 900;
}
#column > ul.content-wrap > li ul.grade-wrap > li .name span {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  font-family: var(--font-en);
  border-top: 0.1rem solid #fff;
  display: block;
}
#column > ul.content-wrap > li ul.grade-wrap > li .img-wrap {
  overflow: hidden;
}
#column > ul.content-wrap > li ul.grade-wrap > li .img-wrap img {
  object-fit: cover;
  object-position: -12rem;
  height: 40rem;
}
#column > ul.content-wrap > li ul.grade-wrap > li .list {
  grid-column: 1/3;
  background: linear-gradient(-240deg, #FFED97, #DEAA00);
  padding: 1.2rem 1.6rem;
}
#column > ul.content-wrap > li ul.grade-wrap > li .list p {
  line-height: 1.4;
}
#column > ul.content-wrap > li ul.grade-wrap > li .list p .grade {
  display: inline-block;
  padding: 0 0.3em;
  height: 1lh;
  line-height: 3.2rem;
  font-family: var(--font-en);
  font-weight: 900;
  color: var(--wt-brown);
  text-align: center;
  margin-right: 1.6rem;
}
#column > ul.content-wrap > li ul.grade-wrap > li .list p .grade.g3 {
  background: #00B95C;
}
#column > ul.content-wrap > li ul.grade-wrap > li .list p .grade.g2 {
  background: #7A00C4;
}
#column > ul.content-wrap > li ul.grade-wrap > li .list p .grade.g1 {
  background: #EB6E00;
  padding-right: 0;
}
#column > ul.content-wrap > li ul.grade-wrap > li .list p .grade.sg {
  background: #D3381C;
}
#column > ul.content-wrap > li ul.grade-wrap > li .list li:not(:first-of-type) {
  border-top: 0.1rem solid var(--bk-blue);
  margin-top: 0.8rem;
  padding-top: 0.8rem;
}
#column > ul.content-wrap > li section.column {
  margin: 5.6rem -2.4rem 0;
}
#column > ul.content-wrap > li section.column h4 {
  background: linear-gradient(90deg, var(--navy) 80%, var(--dk-blue));
  margin: 0;
  padding: 1.6rem 4.8rem;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.2;
  text-align: left;
  border-bottom: 0.4rem solid;
  border-image: linear-gradient(-240deg, #FFED97, #DEAA00) 1;
}
#column > ul.content-wrap > li section.column .p-wrap {
  padding: 1.6rem 4.8rem 8rem;
  background: url(../images/column_boat.png) no-repeat bottom right/100%, #fff;
}
#column > ul.content-wrap > li section.column .p-wrap p {
  text-align: justify;
  font-size: 2.4rem;
  margin: 0.5em 0;
}
#column > ul.content-wrap > li section.column .p-wrap p span {
  font-weight: 900;
  color: var(--navy);
  display: inline-block;
  font-size: 1.1em;
  line-height: 1;
}
#column .content-wrap.vol > li:not(.active) {
  visibility: hidden;
  height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: 0 !important;
}

/***********************************************************************
    「★SP版 CSS★」
**********************************************************************/
@media all and (max-width: 750px) {
  .content-wrap.con > li:not(.active) {
    visibility: hidden;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: 0 !important;
  }
}
/***********************************************************************
    「★PC版 CSS★」
**********************************************************************/
@media all and (min-width: 751px) {
  #column {
    background: url(../images/section-top.svg) no-repeat left top/192rem, linear-gradient(#CE8800, #F4E2BB 25.6rem);
    padding: 6.4rem 8rem 8rem;
  }
  #column h2 {
    margin: auto;
    width: fit-content;
  }
  #column h2 img {
    width: 78rem;
  }
  #column p.read {
    font-size: 1.8rem;
  }
  #column p.note {
    font-size: 1.6rem;
  }
  #column ul.btn-wrap {
    width: 155.4rem;
    margin: 3.2rem auto;
  }
  #column ul.btn-wrap li a {
    width: 50rem;
    height: 11rem;
  }
  #column ul.btn-wrap li a h3, #column ul.btn-wrap li a h3 * {
    line-height: 1;
    padding: 0.2rem;
  }
  #column ul.btn-wrap li a h3 span:nth-of-type(1), #column ul.btn-wrap li a h3 * span:nth-of-type(1) {
    font-size: 3.2rem;
  }
  #column > ul.content-wrap > li {
    margin: 0 auto;
    padding: 0 8rem;
    width: 155.4rem;
  }
  #column > ul.content-wrap > li h3, #column > ul.content-wrap > li h3 * {
    font-size: 6rem;
    height: auto;
    padding-bottom: 2.4rem;
  }
  #column > ul.content-wrap > li h3 span:nth-of-type(1), #column > ul.content-wrap > li h3 * span:nth-of-type(1) {
    font-size: 2.8rem;
  }
  #column > ul.content-wrap > li h3 span:nth-of-type(2), #column > ul.content-wrap > li h3 * span:nth-of-type(2) {
    font-size: 4rem;
  }
  #column > ul.content-wrap > li.vol1 h3 {
    margin: 0 -8rem 1.6rem;
    background: url(../images/column_pref-1.svg) no-repeat 56rem bottom/auto 13.2rem;
  }
  #column > ul.content-wrap > li.vol2 h3 {
    margin: 0 -8rem 1.6rem;
    background: url(../images/column_pref-2.svg) no-repeat left 53.6rem bottom 0.8rem/auto 13.2rem;
  }
  #column > ul.content-wrap > li.vol3 h3 {
    margin: 0 -8rem 1.6rem;
    background: url(../images/column_pref-3.svg) no-repeat 57.6rem bottom/auto 14.4rem;
  }
  #column > ul.content-wrap > li .h4-wrap::before, #column > ul.content-wrap > li .h4-wrap::after {
    margin-bottom: 3.6rem;
  }
  #column > ul.content-wrap > li h4, #column > ul.content-wrap > li h4 * {
    font-size: 4.4rem;
  }
  #column > ul.content-wrap > li h4 .en, #column > ul.content-wrap > li h4 * .en {
    font-size: 4.8rem;
  }
  #column > ul.content-wrap > li h4 .sm, #column > ul.content-wrap > li h4 * .sm {
    font-size: 3.2rem;
  }
  #column > ul.content-wrap > li h4 {
    margin: 0 0.8rem 1.6rem;
  }
  #column > ul.content-wrap > li .best5-wrap {
    display: flex;
    justify-content: space-between;
  }
  #column > ul.content-wrap > li .best5-wrap li {
    width: 45.3rem;
    grid-template-rows: 21.6rem 21.6rem 5.6rem 5.6rem;
    position: relative;
    padding-top: 5.6rem;
  }
  #column > ul.content-wrap > li .best5-wrap li h5 {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 5.2rem;
    text-align: center;
    font-size: 3.2rem;
    color: #fff;
    font-weight: 900;
  }
  #column > ul.content-wrap > li .best5-wrap li.con1 h5 {
    background: #DF5470;
  }
  #column > ul.content-wrap > li .best5-wrap li.con2 h5 {
    background: #006B9B;
  }
  #column > ul.content-wrap > li .best5-wrap li.con3 h5 {
    background: #6A9217;
  }
  #column > ul.content-wrap > li .best5-wrap li section .txt-area {
    padding: 0 1.2rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section p.name {
    font-size: 2.8rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section p.name span {
    font-size: 1.8rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section p.data {
    font-size: 1.6rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section p.data span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section p.data span:nth-of-type(2) {
    font-size: 2.8rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area {
    background: url(../images/column_1-bg.svg) no-repeat left center/contain;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.name {
    font-size: 3.5rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.name span {
    font-size: 2.4rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.data {
    font-size: 2rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.data span:nth-of-type(1) {
    font-size: 2rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) .txt-area p.data span:nth-of-type(2) {
    font-size: 3.5rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(1) img {
    height: 28rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(2) .txt-area {
    background: url(../images/column_2-bg.svg) no-repeat left center/contain;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(2) img {
    object-position: 2.8rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(3) .txt-area {
    background: url(../images/column_3-bg.svg) no-repeat left center/contain;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(3) img {
    object-position: 2.8rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(4), #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(5) {
    padding: 0 1.2rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(4) p.rank, #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(5) p.rank {
    font-size: 5.2rem;
    margin-right: 2.4rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(4) p.name, #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(5) p.name {
    width: 22.4rem;
  }
  #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(4) p.name span, #column > ul.content-wrap > li .best5-wrap li section:nth-of-type(5) p.name span {
    margin: 0.2em 0.8rem 0 0;
  }
  #column > ul.content-wrap > li .best5-wrap li section p.data {
    padding-top: 0.4rem;
  }
  #column > ul.content-wrap > li p.note {
    letter-spacing: 0;
    margin: 1.2rem 0 5.6rem;
    text-align: right;
  }
  #column > ul.content-wrap > li ul.grade-wrap {
    justify-content: center;
    margin-right: -1rem;
  }
  #column > ul.content-wrap > li ul.grade-wrap > li {
    width: 22.4rem;
    grid-template-rows: 22rem auto;
    grid-template-columns: 5.6rem 1fr;
    margin-right: 1rem;
  }
  #column > ul.content-wrap > li ul.grade-wrap > li .name p {
    font-size: 3.4rem;
  }
  #column > ul.content-wrap > li ul.grade-wrap > li .name span {
    font-size: 1.8rem;
  }
  #column > ul.content-wrap > li ul.grade-wrap > li .img-wrap img {
    object-fit: cover;
    object-position: -8rem;
    height: 26rem;
  }
  #column > ul.content-wrap > li ul.grade-wrap > li .list {
    padding: 0.8rem 1.2rem;
    font-size: 1.8rem;
  }
  #column > ul.content-wrap > li ul.grade-wrap > li .list p .grade {
    line-height: 2rem;
    margin-right: 0.5rem;
  }
  #column > ul.content-wrap > li ul.grade-wrap > li .list li:not(:first-of-type) {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
  }
  #column > ul.content-wrap > li section.column {
    margin: 5.6rem -8rem 0;
  }
  #column > ul.content-wrap > li section.column h4 {
    padding: 1.6rem 12rem;
    font-size: 4rem;
  }
  #column > ul.content-wrap > li section.column .p-wrap {
    padding: 2.4rem 12rem 6rem;
    background: url(../images/column_boat.png) no-repeat bottom -0.1rem right/64rem, #fff;
  }
  #column > ul.content-wrap > li section.column .p-wrap p {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=column.css.map */