@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .spOnly {
    display: block;
  }
}

#wrapper {
  background-color: #f1f1f1;
}

.container {
  width: 90%;
  max-width: 1620px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .container {
    width: 86%;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .container {
    width: 86%;
  }
}

.main-v {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  height: 47vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .main-v {
    background-image: none;
    height: auto;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-v {
    background-image: none;
    height: auto;
  }
}
.main-v__title img {
  width: auto;
  height: calc(47vw - 40px);
}
@media screen and (max-width: 768px) {
  .main-v__title img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-v__title img {
    width: 100%;
    height: auto;
  }
}

.lazyload {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.lazyload.is-lazyloaded {
  opacity: 1;
}
.cat-header__side {
  position: fixed;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 3;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .cat-header__side {
    font-size: 7px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side {
    font-size: 7px;
  }
}
.cat-header__side--left {
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .cat-header__side--left {
    left: 6px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side--left {
    left: 6px;
  }
}
.cat-header__side--right {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .cat-header__side--right {
    right: 6px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side--right {
    right: 6px;
  }
}

.main-title {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .main-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.main-title span {
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0.2em;
}

/* ===================================================================================================== Add */

::selection {
  color: #fff;
  background: #716f6f;
}
#wrapper { min-width: inherit;}
.container a {
  color: #b21527;
}
.box01 {
  position: relative;
  margin-bottom: 100px;
}
.box01:first-of-type,
.box01:nth-of-type(2) {
  width: 80%;
  margin-inline: auto;
}
.box01:nth-of-type(2) .main-detail {
  font-size: 20px;
  text-align: left;
}
.main-outline {
  margin-block: 60px;
  margin-inline: auto;
  width: 80%;
}
.main-detail {
  padding: 30px 60px;
  background-color: #fff;
  border: 4px solid #dbd3d3;
}
.main-detail:nth-of-type(1) {
 font-size: 30px;
 text-align: center;
}
.main-v__title img { height: inherit;}
.main-title {
  font-size: 32px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.6;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1200px) {
  .main-title {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .box01:first-of-type,
  .box01:nth-of-type(2) {
    width: 100%;
  }
  .main-title {
    font-size: 30px;
    line-height: 1.5;
  }
  .main-detail {
    padding: 32px;
  }
}
@media screen and (max-width: 900px) {
  .main-title {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .box01:first-of-type .main-detail {
    font-size: 20px;
  }
  .main-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  
  .main-outline {
    margin-block: 32px;
    font-size: 14px;
  }
  .main-title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.5;
  }
  .box01 {
    margin-bottom: 60px;
  }
  .box01:nth-of-type(2) .main-detail {
    font-size: 16px;
  }
  .main-detail {
    padding: 24px;
  }
}


/* =============================
Product List
----------------------------- */
.product-list {
  justify-content: center;
  list-style: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 480px);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.product-list__item {
  padding: 24px 24px 24px;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-list__item:nth-of-type(3n) {
  margin-right: 0;
}

/* logo */
.product-list__logo {
  color: #fff;
  line-height: 1;
  text-align: left;
}
.product-list__logo img {
  height: 40px;
  width: auto;
}

/* Position */
.product-list__position {
  margin-bottom: 10px;
  font-size: 24px;
}
.product-list__position span {
  font-size: 13px;
}
.product-list__image span {
  display: block;
}

/* Spec */
.product-list__spec {
  width: 90%;
  margin: 0 auto 8px;
  font-size: 14px;
  position: relative;
}
.product-list__spec li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #bebebe;
  text-align: left;
}
.product-list__spec li span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-list__spec li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0 none;
}

/* Image */
.product-list__image {
  margin: 30px auto 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
.product-list__image img {
  display: block;
  max-height: 350px;
  margin-bottom: 20px;
}

/* CV Area */
.product-list__cv {
  margin-top: auto;
}

/* Price */
.product-list__price {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}

/* Button */
.product-list__button {
  display: block;
  position: relative;
  padding: 20px 0px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.product-list__button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
}
.container a.product-list__button {
  color: #000;
}
.container a.product-list__button:hover {
  color: #b21527;
}
.product-list__button:hover::after,
.product-list__button:active::after,
.product-list__button:hover,
.product-list__button:active {
  border-color:#b21527;
}
@media screen and (max-width: 1200px) {
  .product-list {
    grid-template-columns: repeat(2, calc(50% - 30px));
  }
  .product-list__button {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .product-list__item {
    padding: 16px;
  }
  .product-list__spec {
    margin: 0 auto 10px;
  }
  .product-list__image {
    margin: 20px auto 10px;
  }
  .product-list__price {
    font-size: 18px;
  }
  .product-list__button {
    font-size: 14px;
    letter-spacing: normal;
  }
  .product-list__button::after {
    width: 0.6em;
    height: 0.6em;
  }
  .product-list__logo img {
    height: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, calc(50% - 15px));
    grid-gap: 30px;
  }
  .product-list__button {
    font-size: 13px;
  }
  .product-list__button span {
    display: none;
  }
  .product-list__spec{
    font-size: 13px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 575px) {
  .product-list {
    grid-template-columns: repeat(2, calc(50% - 8px));
    grid-column-gap: 16px;
  }
  .product-list__item {
    padding: 10px;
  }
  .product-list__position {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .product-list__logo img {
    height: 20px;
  }
  .product-list__position span {
    font-size: 10px;
    font-weight: normal;
  }
  .product-list__spec {
    margin: 0 auto;
    font-size: 11px;
  }
  .product-list__icon {
    padding: 3px !important;
    font-size: 9px;
    letter-spacing: normal;
    bottom: -20px;
  }
  .product-list__image {
    margin:20px auto 0px
  }
  .product-list__image span {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .product-list__price {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .product-list__button {
    padding: 16px 10px;
    font-size: 12px;
  }
  .product-list__button::after {
    right: 8px;
    border-width: 1px;
  }
  .product-list__button span {
    display: none;
  }
  .product-list__spec li:nth-of-type(3) {
    margin-bottom: 0;
    border-bottom: 0 none;
  }
}

/* =============================
  Related Video
----------------------------- */
.r_video_text {
  margin-bottom: 32px;
}
.r_video_text02 {
  margin-top: 32px;
  text-align: center;
}
.r_video {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  grid-gap: 40px;
}
.r_video_title {
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: normal;
}
.r_video_title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background: #333333;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 10px;
}
.r_video_media {
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .r_video_media {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .r_video_media {
    height: 250px;
  }
  .r_video_title {
    font-size: 16px;
  }
  .r_video_title::before {
    width: 6px;
    height: 14px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .r_video_text,
  .r_video_text02  {
    font-size: 14px;
  }
  .r_video_media {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .r_video {
    width: 85%;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .r_video_title {
    margin-top: 8px;
  }
  .r_video_media {
    height: 170px;
  }
}

/* =============================
  Related Event
----------------------------- */
.r_event {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  grid-gap: 40px;
  margin-bottom: 100px;
}
.r_event_title {
  padding-bottom: 12px;
  margin-bottom: 32px;
  font-size: 20px;
  border-bottom: 1px solid #bebebe;
  color: #716f6f;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .r_event {
    grid-template-columns: 320px minmax(0, 1fr);
  }
  .r_event_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .r_event {
    grid-template-columns: 200px minmax(0, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .r_event {
    grid-template-columns: repeat(1, 1fr);
  }
  .r_event_title {
    font-size: 14px;
  }
}

/* =============================
Page Top
----------------------------- */
.nav-pagetop {
  margin: 20px 0 40px;
  padding-right: 30px;
  text-align: right;
  position: relative;
  line-height: 1;
}
.nav-pagetop a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: #000;
  height: calc(tan(60deg) * 12px / 2);
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.nav-pagetop a {
  display: inline-block;
  padding: 16px 0 16px 16px;
}
.nav-pagetop a:hover,
.nav-pagetop a:active {
  color: #b21527;
}
.nav-pagetop a:hover::before {
  background: #b21527;
}
@media screen and (max-width: 575px) {
  .nav-pagetop {
    padding-right: 0;
    font-size: 13px;
    text-align: center;
  }
  .nav-pagetop a::before {
    margin-right: 5px;
  }
}


/* =============================
Utility
----------------------------- */
li {
  list-style-type: none;
}
/* Headding */
.ut-headding {
  display: inline-block !important;
  font-size: 42px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.5px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.ut-headding::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0px;
}
/* Headding 02 */
.ut-headding02 {
  margin: 0 auto 60px;
  font-size: 34px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
.ut-headding03 {
  margin: 0 auto 30px;
  color: #777;
  font-size: 28px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1024px) {
  .ut-headding {
    font-size: 36px;
  }
  .ut-headding02 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .ut-headding {
    top: -50px;
    font-size: 30px;
  }
  .ut-headding02 {
    margin: 0 auto 24px;
    font-size: 28px;
  }
  .ut-headding03 {
    font-size: 20px;
    margin: 0 auto 16px;
  }
}
.ut-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.ut-iframe {
  height: 800px;
}
@media screen and (max-width: 1024px) {
  .ut-iframe {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .ut-iframe {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .ut-iframe {
    height: 300px;
  }
}
/* Text */
.text-ut {
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: normal;
  font-size: 15px;
}

.text-sm {
  font-size: 20px;
  margin-left: -10px;
  margin-right: -5px;
  letter-spacing: 0;
}
.text-sm__spec {
  font-size: 15px;
  font-weight: normal;
  margin-left: -5px;
  letter-spacing: 0;
  display: block;
}
.text-taxin {
  padding-left: 5px;
  font-weight: normal;
  font-size: 13px;
}
.ct { text-align: center;}
@media screen and (max-width: 900px) {
  .text-sm {
    margin-left: -6px;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: normal;
  }
  .text-sm__spec {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .text-taxin {
    font-size: 10px;
    padding-left: 3px;
  }
  .text-ut {
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: normal;
    font-size: 14px;
  }
}

/* SP */
.spbr { display: none;}
@media screen and (max-width: 575px) {
  .spbr {
    display: block;
  }
}

.spn { display: block;}
@media screen and (max-width: 575px) {
  .spn {
    display: none;
  }
}

