@charset "UTF-8";
/***** -- Foundation -- *****/


/***** -- Component  -- *****/
/* heading */
.c-heading--01 {
  text-align: center;
  letter-spacing: 2px;
}
.c-heading--01 > *:nth-child(1) {font-size: 120%;}
.c-heading--02 {
  letter-spacing: -.40em;
}
.c-heading--02 > * {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: normal;
}
.c-heading--02 > *:nth-child(1) {
  font-size: 150%;
  font-weight: normal;
  letter-spacing: 1px;
}
.c-heading--02 > *:nth-child(2) {
  font-size: 90%;
  padding-left: 32px;
}
.c-heading--02 > *:nth-child(2)::before {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #000;
  transform: translate(0,-50%);
  content: '';
}

/* btn */
.c-btn--01 {
  color: #fff;
  background-color: #706f67;
  border: none;
}


/***** -- Project -- *****/
/* header */
.p-header::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #ac2330;
  content: '';
}
.p-header--H {height: 85px;}
.p-header-logo img {width: 75px;}
.p-header-menu {
  display: none;
  right: 0;
}
.p-header-menu span {background-color: #727169;}
.p-header-menu span::before, .p-header-menu span::after {background-color: #727169;}
.p-header-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-header-search {
  position: absolute;
  right: 0;
  top: 3px;
}
.p-header-search > .c-flex > * {
  width: 104px;
  height: 30px;
  margin-right: 1px;
  background-color: #bfbfbf;
  cursor: pointer;
}
.p-header-search > .c-flex > *:nth-child(2) {width: 88px;}
.p-header-search > .c-flex > * > * {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.p-header-search > .c-flex > * > figure {left: 10px;}
.p-header-search > .c-flex > * > figure img {
  width: 18px;
  height: 18px;
}
.p-header-search > .c-flex > * > figure > img:nth-child(1) {display: block;}
.p-header-search > .c-flex > * > figure > img:nth-child(2) {display: none;}
.p-header-search > .c-flex > *.is-active > figure > img:nth-child(1) {display: none;}
.p-header-search > .c-flex > *.is-active > figure > img:nth-child(2) {display: block;}
.p-header-search > .c-flex > * > p {
  left: 35px;
  color: #fff;
}
.p-header-btn {
  display: none;
  position: absolute;
  right: 65px;
  height: inherit;
  z-index: 1;
}
.p-header-btn > .c-flex {height: inherit;}
.p-header-btn > .c-flex > * {
  width: 55px;
  height: inherit;
}
.p-header-btn > .c-flex > * > figure {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-header-btn > .c-flex > * > figure img {
  width: 25px;
  height: 25px;
}
.p-header-btn > .c-flex > * > figure > img:nth-child(1) {display: block;}
.p-header-btn > .c-flex > * > figure > img:nth-child(2) {display: none;}
.p-header-btn > .c-flex > *.is-active > figure > img:nth-child(1) {display: none;}
.p-header-btn > .c-flex > *.is-active > figure > img:nth-child(2) {display: block;}
.p-header-btn > .c-flex > * > p {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.p-header-form {
  position: absolute;
  top: 33px;
  right: 0;
  width: 320px;
  padding: 1rem;
  background-color: #bfbfbf;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform .2s 0s;
  z-index: 1;
}
.p-header-form.is-active {transform: scaleY(1);}
.p-header-form .c-flex > * {
  width: 226px;
  margin-right: 10px;
}
.p-header-form .c-flex > *:nth-child(2) {width: 64px;}
.p-header-form input[type="text"] {
  font-size: 1.1rem;
  letter-spacing: 1px;
  border: none;
  transition: .2s ease;
}
.p-header-form input[type=text]:focus {
  color: #000!important;
  background-color: #fff!important;
  outline: none!important;
  outline-offset: 0!important;
}
.p-header-form input[type="text"]:-webkit-autofill {
  transition: background-color 9999s, color 9999s;
}

/* drawer */
.l-drawer {
  display: none;
  background-color: #595959;
/*
  background-color: #e60039;
*/
}
.p-drawer > *:nth-child(1) {padding: 80px 0 100px;}
.p-drawer-1st > * {border: none;}
.p-drawer-1st > * > a, .p-drawer-1st > * > p {border-bottom: none;}
.p-drawer-sns > * {margin-right: 20px;}
.p-drawer-sns img {height: 30px;}

/* drop */
.p-drop-1st > * {
  width: inherit;
  margin-right: 20px;
}
.p-drop-1st > * > a, .p-drop-1st > * > p {
  height: inherit;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  padding: 1.5rem 1rem;
  line-height: 1;
}
.p-drop-1st > * > a.c-icon, .p-drop-1st > * > p.c-icon {padding: 1.5rem 2.5rem 1.5rem 1rem;}
.p-drop-1st > * > a.c-icon::after, .p-drop-1st > * > p.c-icon::after {
  right: 5px;
  font-size: 1.5rem;
}
.p-drop-1st > *:hover > a, .p-drop-1st > *:hover > p,
.p-drop-1st > *:hover > a::after, .p-drop-1st > *:hover > p::after {color: #e60039;}
.p-drop-1st > * > a span, .p-drop-1st > * > p span {
  position: static;
  width: inherit;
  transform: none;
}
.p-drop-2nd {background-color: rgba(238,238,238,.96);}
.p-drop-1st > *:hover .p-drop-2nd {background-color: rgba(238,238,238,.96);}
.p-drop-2nd > .c-flex > * {
  width: 23.5%;
  margin-top: 2%;
}
.p-drop-2nd > .c-flex > *:nth-child(4n) {margin-right: 0;}
.p-drop-2nd > .c-flex > *:nth-child(-n + 4) {margin-top: 0;}

/* footer */
.l-footer {background-color: #595959;}
.p-footer-sns > * {margin-right: 35px;}
.p-footer-sns img {height: 35px;}
.p-footer-1st {}
.p-footer-1st > * {
  width: calc(100% / 5);
  margin-top: 20px;
  padding-bottom: 1%;
  padding-right: 1%;
}
.p-footer-1st > *:nth-child(-n + 5) {margin-top: 0;}
.p-footer-1st > * > a, .p-footer-1st > * > p {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 2px;
}
.p-footer-1st > * > a:hover {}
.p-footer-2nd > * > a, .p-footer-2nd > * > p {
  display: block;
  position: relative;
  font-size: 1.3rem;
  color: #fff;
  padding: .5rem .5rem .5rem 1.5rem;
}
.p-footer-2nd > * > a::before, .p-footer-2nd > * > p::before {
  position: absolute;
  left: 0;
  font-size: 1.3rem;
  content: #fff;
  content: '・';
}
.p-footer-3rd {padding-left: 1.5rem;}
.p-footer-3rd > * {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem 2.5rem 0.5rem 0;
}
.p-footer-link {}
.p-footer-link > * {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 20px;
  padding: 0 1.5rem;
  border-right: 1px solid #fff;
}
.p-footer-link > *:last-child {border-right: none;}
.p-footer-copy {
  font-size: 1.0rem;
  color: #fff;
  text-align: center;
  letter-spacing: .2rem;
}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){
  /* drop */
  .p-drop-1st > * > a, .p-drop-1st > * > p {font-size: 1.3rem;}
  .p-drop-2nd > .c-flex > * {width: 32%;}
  .p-drop-2nd > .c-flex > *:nth-child(4n) {margin-right: 2%;}
  .p-drop-2nd > .c-flex > *:nth-child(3n) {margin-right: 0;}
  .p-drop-2nd > .c-flex > *:nth-child(-n + 4) {margin-top: 2%;}
  .p-drop-2nd > .c-flex > *:nth-child(-n + 3) {margin-top: 0;}

  /* footer */
  .p-footer-1st > * {width: calc(99% / 3);}
  .p-footer-1st > *:nth-child(-n + 5) {margin-top: 20px;}
  .p-footer-1st > *:nth-child(-n + 3) {margin-top: 0;}

}
@media screen and (max-width: 768px){
  /* header */
  .p-header--H {height: 65px;}
  .p-header-logo img {width: 80px;}
  .p-header-menu {
    display: block;
    width: 65px;
  }
  .p-header-nav {display: none;}
  .p-header-search {display: none;}

  .p-header-form {
    position: fixed;
    top: 65px;
    right: auto;
    left: 0;
    width: 100%;
  }
  .p-header-form .c-flex > * {width: calc(100% - 74px);}
  .p-header-btn {display: block;}

  /* drawer */
  .l-drawer {display: block;}

  /* drop */
  .l-drop {display: none;}

}
@media screen and (max-width: 640px){
  /* footer */
  .p-footer-1st > * {
    width: 100%;
    margin-top: 35px;
  }
  .p-footer-1st > *:nth-child(-n + 5), .p-footer-1st > *:nth-child(-n + 3) {margin-top: 35px;}
  .p-footer-1st > *:nth-child(-n + 1) {margin-top: 0;}

}
@media screen and (max-width: 480px){
  /* footer */
  .p-footer-sns img {height: 30px;}
  .p-footer-1st > * {margin-top: 30px;}
  .p-footer-1st > *:nth-child(-n + 5), .p-footer-1st > *:nth-child(-n + 3) {margin-top: 30px;}
  .p-footer-1st > *:nth-child(-n + 1) {margin-top: 0;}
  .p-footer-link > * {
    font-size: 1.2rem;
    border-right: none;
  }

}
@media screen and (max-width: 370px){

}

/* home -> Mv */

/* home -> Notice */

/* home -> Category */
.p-homeCategory .m-card > * {
  width: 48%;
  margin-top: 4%;
  margin-right: 4%;
}
.p-homeCategory .m-card > *:nth-child(2n) {margin-right: 0;}
.p-homeCategory .m-card > *:nth-child(-n + 2) {margin-top: 0;}
.p-homeCategory .m-card-cont {padding: 1rem .5rem 4rem;}

/* home -> News */
.p-homeNews-list > .c-flex {padding: 1.5rem 0;}
.p-homeNews-list > .c-flex > *:nth-child(1) {
  width: 140px;
  font-size: 90%;
  padding-right: 20px;
}
.p-homeNews-list > .c-flex > *:nth-child(2) {
  width: 120px;
  font-size: 90%;
  padding-top: 2px;
}
.p-homeNews-list > .c-flex > *:nth-child(2) > span {
  display: block;
  text-align: center;
  color: #fff;
}
.p-homeNews-list > .c-flex > *:nth-child(2) > span.is-press {background-color: #e60039;}
.p-homeNews-list > .c-flex > *:nth-child(2) > span.is-notice {background-color: #106698;}
.p-homeNews-list > .c-flex > *:nth-child(2) > span.is-product {background-color: #008c37;}
.p-homeNews-list > .c-flex > *:nth-child(2) > span.is-ir {background-color: #ffae2e;}
.p-homeNews-list > .c-flex > *:nth-child(2) > span.is-event {background-color: #ad27a2;}
.p-homeNews-list > .c-flex > *:nth-child(3) {
  width: calc(100% - 260px);
  padding-left: 20px;
/*
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
*/
}
.p-homeNews-list > .c-flex > *:nth-child(3) > span {
  display: inline-block;
  color: #ff3500;
  margin-left: 5px;
}

/* home -> Bnr */
.p-homeBnr .m-card > * {
  width: 32%;
  margin-top: 2%;
  margin-right: 2%;
}
.p-homeBnr .m-card > *:nth-child(3n) {margin-right: 0;}
.p-homeBnr .m-card > *:nth-child(-n + 3) {margin-top: 0;}


@media screen and (max-width: 1200px){

}
@media screen and (max-width: 980px){

}
@media screen and (max-width: 768px){
  /* home -> News */
  .p-homeNews-list > .c-flex {align-items: center;}
  .p-homeNews-list > .c-flex > *:nth-child(3) {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }

}
@media screen and (max-width: 640px){

}
@media screen and (max-width: 480px){
  /* home -> Category */
  .p-homeCategory .m-card > * {
    width: 100%;
    margin-right: 0!important;
  }
  .p-homeCategory .m-card > *:nth-child(-n + 2) {margin-top: 4%;}
  .p-homeCategory .m-card > *:nth-child(-n + 1) {margin-top: 0;}

  /* home -> News */
  .p-homeNews-list > .c-flex > *:nth-child(1) {
    width: 110px;
    padding-right: 10px;
  }
  .p-homeNews-list > .c-flex > *:nth-child(2) {width: 100px;}

  /* home -> Bnr */
  .p-homeBnr .m-card > * {
    width: 100%;
    margin-right: 0!important;
  }
  .p-homeBnr .m-card > *:nth-child(-n + 3) {margin-top: 2%;}
  .p-homeBnr .m-card > *:nth-child(-n + 1) {margin-top: 0;}

}
@media screen and (max-width: 370px){

}
