@charset "utf-8";

/* 共通パーツ */
body {
  background-color:var(--com_color_5);
}

/* header */
header {
  width: 100%;
  height: 80px;
  min-height: 58px;
  padding: 20px 0;
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  transition: all .2s ease;
}
header.show {
  background-color:var(--com_color_f);
}
.header-wrap {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: var(--dsp-flex);
  align-items: center;
  justify-content: space-between;
  position: fixed;
  right: 0;
  left: 0;
}
.header-wrap h1 a {
  display: var(--dsp-block);
}
.header-wrap h1 {
  width: 170px;
}
.header-wrap h1 img {
  width: 100%;
}

@media screen and (min-width: 321px) and (max-width: 540px) {
  header {
    height: calc(80px * .8);
  }
  .header-wrap h1 {
    width: 28%;
  }
}
@media screen and (max-width: 320px) {
  header {
    height: calc(80px * .72);
  }
  .header-wrap h1 {
    width: 28%;
  }
}
/* header */

/* footer */
footer {
  width: 100%;
}
footer .footer-main {
  width: 100%;
  padding: 30px 0 35px;
  background-color: var(--XRD_blandkeycolor);
}
footer .footer-main h1 {
  width: 127px;
  height: auto;
  margin: 0 auto 20px;
}
footer .footer-main h1 img {
  width: 100%
}
footer .footer-main ul {
  max-width: 616px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-main li {
  font-size: var(--base-size_14p);
  color: var(--com_color_f);
}
footer .copylight {
  padding: 10px 0 10px;
  text-align: center;
  font-size: var(--base-size_14p);
  color: var(--com_color_f);
  background-color: var(--com_color_b_111);
}

@media screen and (max-width: 540px) {
  footer .footer-main ul {
    width: 80%;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-main li {
    margin:5px;
    padding: 3px;
  }
}
@media screen and (max-width: 430px) {
  footer .footer-main ul {
    width: 90%;
  }
}
/* footer */

/* button */
.btn-wrap {
  display: var(--dsp-flex);
}
.btn-wrap > div a {
  min-width: 170px;
  padding: 12px 20px;
  text-align: center;
  font-size: var(--base-size_14p);
  border: 1px solid;
  border-radius: 50px;
  background-color:var(--com_color_f);
  display: var(--dsp-block);
}
.btn-wrap > div.partner {
  margin-right: 10px;
}
.btn-wrap > div.btn-b a {
  color: var(--XRD_blandkeycolor);
  border-color: var(--XRD_blandkeycolor);
  background-color:var(--com_color_f);
  transition: all .2s ease;
}
.btn-wrap > div.btn-b a:hover {
  color: var(--com_color_f);
  border-color: var(--XRD_blandkeycolor);
  background-color:var(--XRD_blandkeycolor);
}
.btn-wrap > div.btn-o a {
  color: var(--com_color_1);
  border-color: var(--com_color_1);
  background-color:var(--com_color_f);
  transition: all .2s ease;
}
.btn-wrap > div.btn-o a:hover {
  color: var(--com_color_f);
  border-color: var(--com_color_1);
  background-color:var(--com_color_1);
}
.btn-wrap > div.btn-g a {
  color: var(--com_color_13);
  border-color: var(--com_color_13);
  background-color:var(--com_color_f);
  transition: all .2s ease;
}
.btn-wrap > div.btn-g a:hover {
  color: var(--com_color_f);
  border-color: var(--com_color_13);
  background-color:var(--com_color_13);
}

@media screen and (min-width: 768px) {
  #followButton .btn-wrap.sp-only {
    display: var(--dsp-none);
  }
}
@media screen and (max-width: 767px) {
  .header-wrap {
    display: var(--dsp-block);
  }
  .header-wrap .btn-wrap.pc-only {
    margin: 30px auto 0;
    justify-content: center;
    display: var(--dsp-none);
  }
  #followButton .btn-wrap.sp-only {
    margin: 30px auto 0;
    justify-content: center;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
  }
  #followButton {
    transition: opacity .2s ease;
  }
  #followButton.hide {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 344px) {
  .btn-wrap > div a {
    min-width: 150px;
    padding: 12px 10px;
    font-size: var(--base-size_12p);
  }
}

/* ボタン不要ページ用処置 */
#xrd-con-01 .header-wrap .btn-wrap.pc-only,
#xrd-con-con-01 .header-wrap .btn-wrap.pc-only,
#xrd-con-thk-01 .header-wrap .btn-wrap.pc-only,
#xrd-par-01 .header-wrap .btn-wrap.pc-only {
  display: var(--dsp-none);
}
#xrd-con-01 #followButton .btn-wrap.sp-only,
#xrd-con-con-01 #followButton .btn-wrap.sp-only,
#xrd-con-thk-01 #followButton .btn-wrap.sp-only, 
#xrd-par-01 #followButton .btn-wrap.sp-only {
  display: var(--dsp-none);
}
/* お問い合わせ用処置 */

/* button */
/* 共通パーツ */

/* #hero */
#hero {
  --hero-content-height:450px;
  --hero-clearance-100:100px;
  --hero-clearance-50:50px;
  --hero-width:100vw;
  width: 100%;
  height: calc(var(--hero-content-height) + var(--hero-clearance-100));
  margin-bottom: 0;
}
#hero #mainVisual {
  width: 100%;
  height: 97%;
  margin: 0 auto;
  position: relative;
  background: url(../img/xrdive_pc_top.png) no-repeat;
  background-position: bottom;
  background-size: cover;
  background-blend-mode: multiply;
}
.heroPromotion_wrap {
  width: 100%;
  max-width: 1100px;
  height: auto;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%);
  display: var(--dsp-flex);
  justify-content: space-between;
}
.heroPromotion_wrap .title-and-read_wrap {
  width: 70%;
  padding-top: 90px
}
.heroPromotion_wrap .title-and-read_wrap h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: var(--mb15);
}
.heroPromotion_wrap .title-and-read_wrap p.read {
  font-size: var(--base-size_18p);
  font-weight: 500;
  text-shadow: 10px 0 10px var(--com_color_f);
}
.mainVisual-image {
  width: 19%;
}
.mainVisual-image img {
  width: 100%;
  box-shadow: 2px 2px 8px 8px var(--com_color_b_ddd);
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1200px) {
  #hero {
    width: 100%;
  }
  .heroPromotion_wrap {
    width: 95%;
    left: 50%;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 1100px) {
  #hero #mainVisual {
    height: 90%;
  }
  .heroPromotion_wrap {
    width: 90%;
    height: auto;
    position: absolute;
    top: 23%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    display: var(--dsp-flex);
    justify-content: space-between;
  }
  .heroPromotion_wrap .title-and-read_wrap {
    width: 70%;
    padding-top: 40px
  }
  .mainVisual-image {
    width: 19%;
  }
}
@media screen and (min-width: 620px) and (max-width: 767px) {
  .heroPromotion_wrap .title-and-read_wrap p.read {
    font-size: var(--base-size_1q);
    line-height: 1.8;
  }
}
@media screen and (max-width: 619px) {
  .heroPromotion_wrap .title-and-read_wrap p.read {
    font-size: var(--base-size_1);
    line-height: 1.8;
  }
}

@media screen and (min-width: 810px) and (max-width: 1024px) {
  #hero {
    width: 100%;
    height: calc(var(--hero-width) * .5);
  }
  .heroPromotion_wrap .title-and-read_wrap h1 {
    font-size: 38px;
  }
  .heroPromotion_wrap .title-and-read_wrap p.read {
    font-size: var(--base-size_16p);
  }
}

@media screen and (min-width: 768px) and (max-width: 809px) {
  #hero {
    height: calc(var(--hero-width) * .5);
  }
  .heroPromotion_wrap {
    top: 20%;
  }
  .heroPromotion_wrap .title-and-read_wrap {
    width: 70%;
    padding-top: 30px;
  }
  .heroPromotion_wrap .title-and-read_wrap h1 {
    font-size: 38px;
  }
  .heroPromotion_wrap .title-and-read_wrap p.read {
    font-size: var(--base-size_16p);
  }
  .mainVisual-image {
    width: 19%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 737px) and (max-width: 767px) {
  #hero {
    height: calc(var(--hero-width) * 1.53);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
  .heroPromotion_wrap .title-and-read_wrap {
    width: 100%;
    padding-top: 30px;
  }
  .heroPromotion_wrap .title-and-read_wrap h1 {
    font-size: 34px;
  }
  .mainVisual-image {
    width: 45%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 706px) and (max-width: 736px) {
  #hero {
    height: calc(var(--hero-width) * 1.53);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
  .heroPromotion_wrap .title-and-read_wrap {
    width: 100%;
    padding-top: 30px;
  }
  .heroPromotion_wrap .title-and-read_wrap h1 {
    font-size: 34px;
  }
  .mainVisual-image {
    width: 45%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 681px) and (max-width: 705px) {
  #hero {
    height: calc(var(--hero-width) * 1.64);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 660px) and (max-width: 680px) {
  #hero {
    height: calc(var(--hero-width) * 1.65);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 640px) and (max-width: 659px) {
  #hero {
    height: calc(var(--hero-width) * 1.68);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 633px) and (max-width: 639px) {
  #hero {
    height: calc(var(--hero-width) * 1.76);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 620px) and (max-width: 632px) {
  #hero {
    height: calc(var(--hero-width) * 1.82);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 620px) and (max-width: 705px) {
  .heroPromotion_wrap .title-and-read_wrap {
    width: 100%;
    padding-top: 30px;
  }
  .heroPromotion_wrap .title-and-read_wrap h1 {
    font-size: 34px;
  }
  .mainVisual-image {
    width: 48%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 619px) {
  #hero {
   height: calc(var(--hero-width) * 1.7);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 541px) and (max-width: 575px) {
  #hero {
   height: calc(var(--hero-width) * 1.73);
  }
  .heroPromotion_wrap {
    top: 10%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 541px) and (max-width: 619px) {
  .heroPromotion_wrap .title-and-read_wrap {
    width: 100%;
  }
  .heroPromotion_wrap .title-and-read_wrap h1 {
    font-size: 30px;
  }
  .mainVisual-image {
    width: 50%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 520px) and (max-width: 540px) {
  #hero {
   height: calc(var(--hero-width) * 1.73);
  }
  .heroPromotion_wrap {
    top: 13%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 512px) and (max-width: 519px) {
  #hero {
   height: calc(var(--hero-width) * 1.75);
  }
  .heroPromotion_wrap {
    top: 13%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 506px) and (max-width: 511px) {
  #hero {
   height: calc(var(--hero-width) * 1.83);
  }
  .heroPromotion_wrap {
    top: 13%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 495px) and (max-width: 505px) {
  #hero {
   height: calc(var(--hero-width) * 1.9);
  }
  .heroPromotion_wrap {
    top: 13%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 463px) and (max-width: 494px) {
  #hero {
   height: calc(var(--hero-width) * 1.98);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 431px) and (max-width: 462px) {
  #hero {
   height: calc(var(--hero-width) * 2);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 415px) and (max-width: 430px) {
  #hero {
   height: calc(var(--hero-width) * 2.05);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 391px) and (max-width: 414px) {
  #hero {
   height: calc(var(--hero-width) * 2.1);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 382px) and (max-width: 390px) {
  #hero {
   height: calc(var(--hero-width) * 2.15);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 371px) and (max-width: 381px) {
  #hero {
   height: calc(var(--hero-width) * 2.28);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 367px) and (max-width: 370px) {
  #hero {
   height: calc(var(--hero-width) * 2.3);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 355px) and (max-width: 366px) {
  #hero {
   height: calc(var(--hero-width) * 2.3);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 340px) and (max-width: 354px) {
  #hero {
   height: calc(var(--hero-width) * 2.36);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 333px) and (max-width: 339px) {
  #hero {
   height: calc(var(--hero-width) * 2.40);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 322px) and (max-width: 332px) {
  #hero {
   height: calc(var(--hero-width) * 2.43);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (min-width: 310px) and (max-width: 321px) {
  #hero {
   height: calc(var(--hero-width) * 2.47);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (max-width: 309px) {
  #hero {
   height: calc(var(--hero-width) * 2.52);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (max-width: 306px) {
  #hero {
   height: calc(var(--hero-width) * 2.68);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (max-width: 300px) {
  #hero {
   height: calc(var(--hero-width) * 3);
  }
  .heroPromotion_wrap {
    top: 15%;
    display: var(--dsp-block);
  }
}
@media screen and (max-width: 540px) {
  .heroPromotion_wrap .title-and-read_wrap {
    width: 100%;
    padding-top: 0;
  }
  .heroPromotion_wrap .title-and-read_wrap h1 {
    font-size: 30px;
  }
  .mainVisual-image {
    width: 50%;
    margin: 20px auto 0;
  }
}
/* #hero */

/* .content-wrap */
.content-wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}
.content-wrap .content-wrap_header .breadcrumb {
  margin-bottom: var(--mb15);
}
.content-wrap h1.content-wrap_ttl {
  font-size: 1.688rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--mb50);
  line-height: 1.2;
  display: var(--dsp-flex);
  align-items: center;
  justify-content: center;
}
.icon-left,
.icon-right {
  padding: 0 5px;
  display: var(--dsp-flex);
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  #xrd-01 .content-wrap#products {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-wrap {
    padding:0 0 60px;
  }
  .content-wrap h1.content-wrap_ttl {
    margin-bottom: var(--mb25);
  }
  .content-wrap .content-wrap_header h1 {
    margin-bottom: var(--mb20);
  }
}
@media screen and (max-width:540px) {
  .content-wrap .content-wrap_header {
    margin-bottom: var(--mb30);
  }
  .content-wrap .content-wrap_header .breadcrumb {
    margin-bottom: var(--mb20);
  }
  .content-wrap .content-wrap_header h1 {
    font-size: var(--base-size_2);
  }
  .content-wrap .content-wrap_inner .detail h2 {
    font-size: var(--base-size_1q);
  }
}
@media screen and (max-width:430px) {
  .content-wrap .content-wrap_header h1 {
    font-size: var(--base-size_1tq);
  }
  .content-wrap .content-wrap_inner .detail h2 {
    font-size: var(--base-size_18p);
    margin-top: var(--mt10);
  }
}

/* .content-wrap */

/* topページ #products */
#products .flex-lay {
  justify-content: space-between;
}
#products div.col.left {
  width: 56%;
}
#products div.col.left h1 {
  width: 472px;
  margin-bottom: var(--mb20);
}
#products div.col.left h1 img {
  width: 100%;
}
#products div.col.right {
  width: 36.3636%;
}
#products div.col.right img {
  width: 100%;
}
#products .moreProducts {
  font-size: var(--base-size_1tq);
  text-align: center;
  padding-top: var(--pt20);
}
@media screen and (max-width: 900px) {
  #products div.col.left h1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #products .flex-lay {
    display: var(--dsp-block);
  }
  #products div.col.left {
    width: 100%;
    margin-bottom: var(--mb25);
  }
  #products div.col.left h1 {
    width: 100%;
  }
  #products div.col.right {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .btn-wrap.mt20.sp-only {
    display: var(--dsp-none);
  }
}
@media screen and (max-width: 767px) {
  .btn-wrap.mt20.pc-only {
    display: var(--dsp-none);
  }
  .btn-wrap.mt20.sp-only {
    justify-content: center;
  }
}
/* topページ #products */

/* topページ #news */
.news-list > li a {
  display: var(--dsp-flex);
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: var(--mb25);
  padding:10px 10px 30px;
  border-bottom: 1px solid var(--com_color_b_ccc);
}
.news-list > li a .date-cate {
  width: 17%;
  display: var(--dsp-flex);
}
.news-list > li a time {
  width: 86px;
  height: 20px;
  display: var(--dsp-block);
  margin-top: -2px;
}
.news-list > li a .news-category {
  width: 80px;
  /* height: 20px; */
  display: var(--dsp-block);
  text-align: center;
  color: var(--com_color_f);
  font-size: var(--base-size_12p);
  padding: 2px 5px;
  margin: 0 10px;
}
.news-list > li a .news-ttl {
  width: 83%;
  margin-top: -2px;
}
.news-list > li a .news-ttl span {
  margin-left: 1em;
}
.news-list > li a .news-category.info {
  background-color:var(--XRD_newscolor_info);
}
.news-list > li a:hover .news-ttl.info {
  color:var(--XRD_newscolor_info);  
}
.news-list > li a .news-category.event {
  background-color:var(--XRD_newscolor_event);
}
.news-list > li a:hover .news-ttl.event {
  color:var(--XRD_newscolor_event);  
}
.news-list > li a .news-category.media {
  background-color:var(--XRD_newscolor_media);
}
.news-list > li a:hover .news-ttl.media {
  color:var(--XRD_newscolor_media);  
}
.news-list > li a .news-category.product {
  background-color:var(--XRD_newscolor_product);
}
.news-list > li a:hover .news-ttl.product {
  color:var(--XRD_newscolor_product);  
}
#news .btn-wrap {
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .news-list > li a .date-cate {
    width: 20%;
  }
  .news-list > li a .news-ttl {
    width: 80%;
  }
  .news-list > li a .news-category {
    margin:0 7px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1100px) {
  .news-list > li a .date-cate {
    width: 20%;
  }
  .news-list > li a .news-ttl {
    width: 80%;
  }
}
@media screen and (max-width: 999px) {
  .news-list > li a .date-cate {
    width: 25%;
  }
  .news-list > li a .news-ttl {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .news-list > li a {
    display: var(--dsp-block);
    margin-bottom: 25px;
    padding:10px 10px 30px;
  }
  .news-list > li a .date-cate {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* topページ #news */

/* topページ #partner */
#partner .partner-bunner {
  border-left: 1px solid var(--com_color_b_ccc);
  flex-wrap: wrap;
}
#partner .partner-bunner .col-5 {
  max-width: 1100px;
}
#partner .col {
  width: 20%;
  border-top: 1px solid var(--com_color_b_ccc);
  border-right: 1px solid var(--com_color_b_ccc);
  border-bottom: 1px solid var(--com_color_b_ccc);
}
#partner .col a {
  padding: 30px 40px;
  display: var(--dsp-block);
  background-color: var(--com_color_5);
  transition: all .2s ease;
}
#partner .col a:hover {
  background-color: var(--com_color_6);
}
#partner .col:nth-child(5) ~ * {
  border-top: none;
}
#partner .partner-bunner figure {
  width: 100%;
}
#partner .partner-bunner figure img {
  width: 100%;
  margin-bottom: var(--mb10);
}
#partner .partner-bunner figure figcaption {
  font-size: var(--base-size_12p);
  text-align: center;
}
#partner .btn-wrap {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #partner .col {
    width: 33.3333%;
  }
  #partner .col:nth-child(3) ~ * {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  #partner .col {
    width: 50%;
  }
  #partner .col a {
    padding: 15px 20px;
  }
  #partner .col:nth-child(2) ~ * {
    border-top: none;
  }
}
@media screen and (max-width: 344px) {
  #partner .col a {
    padding: 10px 15px;
  }
}
/* topページ #partner */
/* .content-wrap */
