body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, form, input, textarea, pre {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

header, footer, article, aside, section {
  display: block;
}

ul, li {
  list-style-type: none;
}

table, img {
  border: 0;
}

hr {
  display: none;
  clear: both;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  line-height: 1;
  letter-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

object {
  pointer-events: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Alexandria", sans-serif;
}

:root {
  --txt-color: #2A2A2A;
  --keyColor: #FE0000;
  --keyRGB: 254,0,0;
}

/* --------------------
		clear
-------------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearB {
  clear: both;
}

/* --------------------
		float
-------------------- */
.floatR {
  float: right;
}

.floatL {
  float: left;
}

/* --------------------
		link
-------------------- */
a {
  text-decoration: underline;
  overflow: hidden;
  /*-webkit-tap-highlight-color: rgba(163,14,8,0.2);
  tap-highlight-color: rgba(163,14,8,0.2);*/
}
a:not(:focus-visible) {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fade {
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fade:hover {
  opacity: 0.8;
}

.linkNon {
  color: inherit;
  text-decoration: none;
}

.linkNon a {
  color: inherit;
  text-decoration: none;
}

/* --------------------
		common
-------------------- */
.w100 {
  width: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li:before {
  content: "";
  line-height: 0;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.kome .nowrap, .komeList li .nowrap, .dotList li .nowrap {
  text-indent: 0;
}

/* --------------------
		font size
-------------------- */
.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/* --------------------
		margin
-------------------- */
.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb25em {
  margin-bottom: 2.5em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt2em {
  margin-top: 2em;
}

/* --------------------
		padding
-------------------- */
.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 20px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pt05em {
  padding-top: 0.5em;
}

.pt1em {
  padding-top: 1em;
}

.pt15em {
  padding-top: 1.5em;
}

/* --------------------
		form
-------------------- */
html {
  width: 100%;
  overflow: auto;
  font-size: 2.67vw;
  scroll-behavior: auto !important;
}

body {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  color: var(--txt-color);
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 5.2rem;
  background: none;
}

.wMaxC {
  padding: 0 4.6%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pc {
  display: none;
}

@media screen and (min-width: 500px) {
  html {
    font-size: 2.35vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.82vw;
  }
  body {
    font-size: 1.6rem;
    padding-top: 9.2rem;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .wMax {
    width: 100%;
    max-width: 1180px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
  }
  .wMaxC {
    width: 100%;
    max-width: 1300px !important;
    padding: 0 6rem;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 62.5%;
  }
}
#goTop {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

#goTop img {
  width: 100%;
}

#goTop:hover img {
  opacity: 0.8;
}

.ec-layoutRole {
  width: 100%;
  background: none;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ec-layoutRole__header {
  width: 100%;
}
.ec-layoutRole__header header {
  width: 100%;
  background: #fff;
  box-shadow: 0px -2px 4px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.ec-layoutRole__header header .wMax {
  height: 5.2rem;
  padding: 0 0.7rem 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ec-layoutRole__header header a {
  text-decoration: none;
  color: inherit;
}
.ec-layoutRole__header header h1 {
  width: 20.2rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
}
.ec-layoutRole__header header .iMenu {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-right: 1.2rem;
  padding-top: 0.3rem;
}
.ec-layoutRole__header header .iMenu img {
  height: 2.6rem;
}
.ec-layoutRole__header header .iMenu span {
  display: block;
  letter-spacing: 0.02em;
  margin-top: 0.3rem;
}
.ec-layoutRole__header header #hamburger {
  width: 3.8rem;
  height: 3.8rem;
  background: var(--keyColor);
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
}
.ec-layoutRole__header header #hamburger p {
  width: 1.7rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.19s cubic-bezier(0.6, 0, 0.2, 1.9);
}
.ec-layoutRole__header header #hamburger p:nth-child(1) {
  top: calc(50% - 0.5rem - 0.1rem);
}
.ec-layoutRole__header header #hamburger p:nth-child(2) {
  top: calc(50% - 0.1rem);
}
.ec-layoutRole__header header #hamburger p:nth-child(3) {
  top: calc(50% + 0.5rem - 0.1rem);
}
.ec-layoutRole__header header #hamburger.open p:nth-child(1) {
  transform: rotate(45deg) scale(1.1);
  top: calc(50% - 0.1rem);
}
.ec-layoutRole__header header #hamburger.open p:nth-child(2) {
  left: -0.3rem;
  opacity: 0;
}
.ec-layoutRole__header header #hamburger.open p:nth-child(3) {
  transform: rotate(-45deg) scale(1.1);
  top: calc(50% - 0.1rem);
}
@media screen and (min-width: 768px) {
  .ec-layoutRole__header header {
    position: absolute;
    box-shadow: none;
    border-bottom: #DEDEDE 1px solid;
  }
  .ec-layoutRole__header header .wMax {
    height: 9.2rem;
    max-width: calc(1180px + 8rem);
    padding: 0 4rem 0 2rem;
  }
  .ec-layoutRole__header header h1 {
    width: 43.8rem;
    left: 1.3rem;
    top: 0.8rem;
  }
  .ec-layoutRole__header header .iMenu {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    margin: 0 0 0 5.4rem;
    padding-top: 2rem;
  }
  .ec-layoutRole__header header .iMenu img {
    height: 2.4rem;
  }
  .ec-layoutRole__header header .iMenu span {
    letter-spacing: 0.04em;
    margin-top: 0;
  }
  .ec-layoutRole__header header .iMenu a {
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
    transition: color 0.2s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .ec-layoutRole__header header .iMenu a:hover {
    color: var(--keyColor);
  }
}

#spMenuWrap {
  width: 100vw;
  height: calc(100vh - 5.2rem);
  height: calc(100dvh - 5.2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 0;
  top: 5.2rem;
  z-index: 999;
  text-align: left;
  pointer-events: none;
}
#spMenuWrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
#spMenuWrap .spMenu {
  width: 29rem;
  flex: 1;
  overflow-y: auto;
  background: var(--keyColor);
  color: #fff;
  padding: 3.2rem 2.5rem 6rem;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
#spMenuWrap .inner {
  transform: translateY(1rem);
  opacity: 0;
}
#spMenuWrap.open {
  pointer-events: all;
}
#spMenuWrap.open:before {
  opacity: 0.2;
}
#spMenuWrap.open .spMenu {
  transform: translateX(0%);
}
#spMenuWrap.open .inner {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.143, 0.889, 0.434, 0.997) 0.4s;
}
#spMenuWrap a {
  text-decoration: none;
  color: inherit;
}
#spMenuWrap h2 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}
#spMenuWrap h2 p {
  background: var(--keyColor);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 1rem;
}
#spMenuWrap h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  z-index: 0;
}
#spMenuWrap .itemNav {
  margin-top: 2.6rem;
}
#spMenuWrap .itemNav li {
  padding-left: 2rem;
  position: relative;
  margin-top: 1.3em;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#spMenuWrap .itemNav li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.6rem;
  top: 0.45em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.5rem solid #fff;
  border-right: 0;
}

.ec-layoutRole__contents {
  flex: 1 1 auto;
  text-align: left;
  padding-top: 4rem;
}
.ec-layoutRole__contents .ec-layoutRole__main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-layoutRole__contents {
    gap: 0 5%;
    padding-top: 7.4rem;
  }
  .ec-layoutRole__contents .ec-layoutRole__left {
    width: 22rem;
  }
  .ec-layoutRole__contents .ec-layoutRole__main {
    flex: 1;
  }
}
.ec-layoutRole__contents .barTtl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 6rem 0 4rem;
}
.ec-layoutRole__contents .barTtl p {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.ec-layoutRole__contents .barTtl p:before, .ec-layoutRole__contents .barTtl p:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.1rem);
  width: 3.4rem;
  height: 0.2rem;
  background: var(--keyColor);
}
.ec-layoutRole__contents .barTtl p:before {
  left: 0;
  transform: translateX(-100%);
}
.ec-layoutRole__contents .barTtl p:after {
  right: 0;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .ec-layoutRole__contents .barTtl {
    font-size: 2.7rem;
    margin: 13rem 0 5.8rem;
  }
  .ec-layoutRole__contents .barTtl p {
    padding: 0 0.8em;
  }
  .ec-layoutRole__contents .barTtl p:before, .ec-layoutRole__contents .barTtl p:after {
    width: 4.2rem;
  }
}

.pagetop {
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .pagetop {
    visibility: visible;
    pointer-events: all;
    width: 4.8rem;
    height: 4.8rem;
    background: var(--keyColor);
  }
  .pagetop:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    transition: top 0.15s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .pagetop:hover:before {
    top: calc(50% - 0.3rem);
  }
}

.ec-layoutRole__footer footer {
  padding-top: 10rem;
  text-align: center;
}
.ec-layoutRole__footer footer .companyLink {
  display: flex;
  justify-content: center;
  align-items: center;
  border: #D9D9D9 1px solid;
  width: 20rem;
  height: 3.8rem;
  margin: 0 auto 2.4rem;
}
.ec-layoutRole__footer footer .companyLink img {
  width: 15.8rem;
}
.ec-layoutRole__footer footer .copyRight {
  font-size: 1rem;
  color: #707070;
  background: #efefef;
  padding: 0.9rem;
}
@media screen and (min-width: 768px) {
  .ec-layoutRole__footer footer {
    text-align: left;
    padding-top: 13rem;
  }
  .ec-layoutRole__footer footer .companyLink {
    margin: 0 0 2rem;
  }
  .ec-layoutRole__footer footer .copyRight {
    font-size: 1.2rem;
    padding: 1.2rem;
    text-align: center;
  }
}

.attentionTopPage {
  position: relative;
  padding: 1rem 1.5rem;
}
.attentionTopPage:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  background: #6F6F6F;
}
.attentionTopPage .txtBox {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
  color: #fff;
}
.attentionTopPage .txtBox strong {
  color: #FFEB0D;
  font-weight: bold;
}
.attentionTopPage .txtBox .kome {
  margin-top: 0.6em;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .attentionTopPage {
    padding: 1.8rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 7rem;
  }
  .attentionTopPage a.new {
    width: 30rem;
    height: 5.8rem;
    position: relative;
    color: var(--txt-color);
    text-decoration: none;
    transition: all 0.15s;
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .attentionTopPage a.new:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: var(--keyColor);
  }
  .attentionTopPage a.new:after {
    content: "";
    display: block;
    position: absolute;
    right: 0.5rem;
    bottom: 0.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.9rem 0.9rem;
    border-color: transparent transparent var(--keyColor) transparent;
    transition: all 0.15s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .attentionTopPage a.new:hover {
    color: var(--keyColor);
  }
  .attentionTopPage a.new:hover:after {
    right: 0.3rem;
    bottom: 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .attentionTopPage .txtBox {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .attentionTopPage .txtBox .kome {
    margin-top: 1em;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

#mainSlide h1 {
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 2.86rem;
  letter-spacing: 0;
  line-height: 1.16;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: 101;
  text-shadow: 0px 0px 22px rgb(0, 0, 0);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.9s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
#mainSlide h1.active {
  opacity: 1;
  transform: translate(-50%, -54%);
}
#mainSlide h1 p {
  text-shadow: none;
  display: inline-block;
  white-space: nowrap;
  padding: 0.4em 3em 0.3em;
  background: rgba(var(--keyRGB), 0.85);
  color: #fff;
  font-size: 1.26rem;
  font-weight: 300;
}
#mainSlide .splide__track:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: url(../img/top/halftone.png);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#mainSlide .splide__track li img {
  aspect-ratio: 4/5;
  object-fit: cover;
  max-width: none;
  width: 100%;
}
#mainSlide .splide__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
#mainSlide .splide__progress__bar {
  width: 0;
  height: 2px;
  will-change: width;
  background: var(--keyColor);
}
@media screen and (min-width: 768px) {
  #mainSlide h1 {
    font-size: min(3.625vw, 6.5rem);
    line-height: 0.95;
  }
  #mainSlide h1 p {
    font-size: min(1.12vw, 2.2rem);
    letter-spacing: 0.025em;
    padding: 0.3em 5em 0.3em;
  }
  #mainSlide .splide__track li img {
    aspect-ratio: 1600/580;
    max-height: calc(100vh - 9.2rem);
  }
  #mainSlide .splide__progress__bar {
    height: 3px;
  }
}

#page_homepage .ec-layoutRole__contents {
  padding-top: 0;
}
#page_homepage .cateList {
  width: 33rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}
#page_homepage .cateList a {
  position: relative;
  border: #D9D9D9 1px solid;
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  padding: 0.6rem 0.8rem;
  color: inherit;
  text-decoration: none;
}
#page_homepage .cateList a img {
  width: 10rem;
  aspect-ratio: 4/3;
  object-fit: contain;
}
#page_homepage .cateList a p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
#page_homepage .cateList a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0.9rem 0.9rem;
  border-color: transparent transparent var(--keyColor) transparent;
  transition: all 0.15s;
}
@media screen and (min-width: 768px) {
  #page_homepage .cateList {
    width: 100%;
    max-width: 1018px;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.3rem 1.4%;
  }
  #page_homepage .cateList li {
    width: 32.4%;
  }
  #page_homepage .cateList a {
    transition: all 0.15s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  #page_homepage .cateList a:hover {
    border-color: rgba(var(--keyRGB), 0.6);
    color: var(--keyColor);
  }
  #page_homepage .cateList a:hover:before {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

#page_product_list .ec-layoutRole__main h1 {
  text-align: left;
  padding-left: 0.6em;
  margin-bottom: 1.5em;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
#page_product_list .ec-layoutRole__main h1:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 90%;
  position: absolute;
  left: 0;
  top: 6%;
  background: var(--keyColor);
}
#page_product_list .ec-layoutRole__main .intmNum {
  text-align: right;
  margin: -1.6em 0 1.2em;
}
#page_product_list .ec-layoutRole__main .noItem {
  text-align: center;
  margin: 4em 0;
}
@media screen and (min-width: 768px) {
  #page_product_list .ec-layoutRole__main h1 {
    font-size: 3rem;
    letter-spacing: 0.034em;
    padding-left: 0.8em;
  }
  #page_product_list .ec-layoutRole__main h1:before {
    width: 0.5rem;
  }
  #page_product_list .ec-layoutRole__main .intmNum {
    text-align: right;
    margin: -1.5em 0 0.8em;
  }
  #page_product_list .ec-layoutRole__main .noItem {
    text-align: center;
    margin: 5em 0;
  }
}
#page_product_list .itemList {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 0;
}
#page_product_list .itemList li {
  width: 100%;
}
#page_product_list .itemList li h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 0.1em;
}
#page_product_list .itemList li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex: 1;
  gap: 0 1.2rem;
}
#page_product_list .itemList li img {
  aspect-ratio: 4/3;
  object-fit: contain;
  width: 40%;
  border: #D9D9D9 1px solid;
}
@media screen and (min-width: 768px) {
  #page_product_list .itemList {
    width: 100%;
    gap: 5.4rem 3.5%;
  }
  #page_product_list .itemList li {
    width: 31%;
  }
  #page_product_list .itemList li h2 {
    line-height: 1.5;
    margin-top: 0.8em;
  }
  #page_product_list .itemList li a {
    transition: opacity 0.28s;
    display: block;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  #page_product_list .itemList li a:hover {
    opacity: 0.7;
  }
  #page_product_list .itemList li a:hover img {
    border-color: var(--keyColor);
  }
}
@media screen and (min-width: 768px) {
  #page_product_list .itemList li img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .ec-layoutRole__left .cateListTtl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 1em;
    border-bottom: 2px var(--keyColor) solid;
    margin-bottom: 1.2em;
  }
  .ec-layoutRole__left .cateList {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 0.1em 0;
  }
  .ec-layoutRole__left .cateList a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding: 0.6em 0 0.6em 1.5rem;
  }
  .ec-layoutRole__left .cateList a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0.1rem;
    top: 1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent var(--keyColor);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .ec-layoutRole__left .cateList a:hover {
    color: var(--keyColor);
  }
}

#page_product_detail #pName {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  margin-bottom: 0.6em;
}
#page_product_detail .cateLine {
  background: #F5F5F5;
  padding: 0.5rem 0.8rem;
  font-size: 1.1rem;
  display: flex;
  gap: 0 0.8em;
}
#page_product_detail .cateLine ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0.6em;
}
#page_product_detail .cateLine ul a {
  color: var(--keyColor);
}
@media screen and (min-width: 768px) {
  #page_product_detail #pName {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    margin: -0.24em 0 0.9em;
  }
  #page_product_detail .cateLine {
    padding: 0.6rem 1.4rem;
    font-size: 1.3rem;
    gap: 0 1em;
  }
  #page_product_detail .cateLine ul {
    gap: 0.4em 0.9em;
  }
}
#page_product_detail .itemSlideBox {
  margin: 2rem 0 3.4rem;
}
#page_product_detail .itemSlideBox li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_product_detail .itemSlideBox li img {
  aspect-ratio: 4/3;
  object-fit: contain;
}
#page_product_detail #itemSlide {
  border: #D9D9D9 1px solid;
}
#page_product_detail #itemSlideThum {
  margin-top: 1.3rem;
}
#page_product_detail #itemSlideThum ul {
  gap: 0 2%;
}
#page_product_detail #itemSlideThum li {
  border: #D9D9D9 1px solid;
  width: 17% !important;
}
#page_product_detail #itemSlideThum li.is-active {
  border-color: var(--keyColor);
}
@media screen and (min-width: 768px) {
  #page_product_detail .itemSlideBox {
    margin: 3.5rem 0 3.8rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  #page_product_detail .itemSlideBox .slideWrap {
    position: relative;
    padding-right: 13.4rem;
  }
  #page_product_detail .itemSlideBox #itemSlide {
    max-width: 642px;
  }
  #page_product_detail .itemSlideBox #itemSlideThum {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    margin: 0;
  }
  #page_product_detail .itemSlideBox #itemSlideThum ul {
    display: flex;
    flex-direction: column;
    gap: 0.7rem 0;
  }
  #page_product_detail .itemSlideBox #itemSlideThum li {
    width: 11.8rem !important;
    height: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  #page_product_detail .itemSlideBox .slideWrap {
    padding-right: 11.2rem;
  }
  #page_product_detail .itemSlideBox #itemSlideThum li {
    width: 8.6vw !important;
    max-width: 9.6rem !important;
  }
}
#page_product_detail .noLogin {
  border: #D9D9D9 1px solid;
  margin-top: 4rem;
  box-shadow: 0 0 0 0.6rem #F9F9F9 inset;
  text-align: center;
  padding: 2rem 1.2rem;
  font-size: 1.4rem;
  line-height: 2;
}
#page_product_detail .noLogin a {
  color: var(--keyColor);
}
@media screen and (min-width: 768px) {
  #page_product_detail .noLogin {
    margin-top: 6rem;
    box-shadow: 0 0 0 0.8rem #F9F9F9 inset;
    font-size: 1.6rem;
    padding: 3.2rem 2rem;
  }
}
#page_product_detail .komeList li {
  font-size: 1.1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #page_product_detail .komeList li {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
#page_product_detail .tab {
  margin: 2rem -0.3rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0 0.2rem;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
}
#page_product_detail .tab li {
  background: #EBEBEB;
  border: none;
  border: 0.3rem solid #EBEBEB;
  border-bottom: none;
  height: 3.3em;
  padding: 0 0.38em 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#page_product_detail .tab li.active {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #page_product_detail .tab {
    margin: 3rem 0 0;
    gap: 0 0.5rem;
    font-size: 1.6rem;
  }
  #page_product_detail .tab li {
    width: calc((100% - 2rem) / 5);
    height: 3.5em;
    border-width: 0.4rem;
    padding: 0 0.5em 0.4rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  #page_product_detail .tab li:hover {
    opacity: 0.75;
  }
}
#page_product_detail .tab-contents {
  display: grid;
  min-height: 8.4rem;
  margin: -0.3rem -0.3rem 0;
  position: relative;
  z-index: 0;
  border: #EBEBEB 0.3rem solid;
  padding: 2.2rem 1.5rem 1.4rem;
  line-height: 1.5;
}
#page_product_detail .tab-contents .kome {
  font-size: 1.2rem;
}
#page_product_detail .tab-contents div[class^=tab] {
  grid-area: 1/1;
  display: none;
}
#page_product_detail .tab-contents div[class^=tab].active {
  display: block;
}
#page_product_detail .tab-contents a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  #page_product_detail .tab-contents {
    margin: -0.4rem 0 0;
    border-width: 0.4rem;
    padding: 3.2rem 3rem 2rem 4rem;
    min-height: 13.6rem;
    line-height: 1.6;
  }
  #page_product_detail .tab-contents div[class^=tab] {
    flex-wrap: wrap;
    gap: 0 9rem;
  }
  #page_product_detail .tab-contents div[class^=tab].active {
    display: flex;
  }
  #page_product_detail .tab-contents p, #page_product_detail .tab-contents div {
    width: 100%;
  }
  #page_product_detail .tab-contents .kome {
    font-size: 1.4rem;
  }
}
#page_product_detail .tab-contents dl {
  margin-bottom: 1.5em;
}
#page_product_detail .tab-contents dl dt {
  font-weight: bold;
  margin-bottom: 0.4em;
}
#page_product_detail .tab-contents dl dd {
  margin-bottom: 0.4em;
}
#page_product_detail .tab-contents dl dd:last-child {
  margin-bottom: 0;
}
#page_product_detail .tab-contents dl dd a {
  padding-left: 1.1em;
  position: relative;
}
#page_product_detail .tab-contents dl dd a.pdf {
  padding-right: 3rem;
  background: url(../img/i-pdf.png) no-repeat right 0.46rem;
  background-size: 2.5rem;
}
#page_product_detail .tab-contents dl dd a.dxf {
  padding-right: 3rem;
  background: url(../img/i-dxf.png) no-repeat right 0.46rem;
  background-size: 2.5rem;
}
#page_product_detail .tab-contents dl dd a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1em;
  top: 0.45em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.45rem 0 0.45rem 0.6rem;
  border-color: transparent transparent transparent var(--keyColor);
}
@media screen and (min-width: 768px) {
  #page_product_detail .tab-contents dl {
    margin-bottom: 5rem;
  }
  #page_product_detail .tab-contents dl dt {
    margin-bottom: 0.7em;
  }
  #page_product_detail .tab-contents dl dd {
    margin-bottom: 0.4em;
  }
  #page_product_detail .tab-contents dl dd a {
    padding-left: 1.1em;
  }
  #page_product_detail .tab-contents dl dd a.pdf {
    padding-right: 3.8rem;
    background: url(../img/i-pdf.png) no-repeat right 0.46rem;
    background-size: 2.9rem;
  }
  #page_product_detail .tab-contents dl dd a.dxf {
    padding-right: 3.8rem;
    background: url(../img/i-dxf.png) no-repeat right 0.46rem;
    background-size: 2.9rem;
  }
  #page_product_detail .tab-contents dl dd a:before {
    left: 0.2em;
    top: 0.53em;
  }
}

.ec-role {
  padding-left: 10px;
  padding-right: 10px;
}

.ec-login {
  padding: 30px 11% 20px;
}

.ec-mypageRole {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .ec-login {
    padding: 30px 30px 20px;
  }
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    font-size: 1.6rem;
  }
  .ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
    font-size: 1.6rem;
  }
}
.ec-withdrawRole .ec-icon img {
  height: auto;
}

.ec-withdrawRole .ec-withdrawRole__title {
  font-size: 2rem;
  margin-top: 0.5em;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
  font-size: 2rem;
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .ec-withdrawRole .ec-off3Grid .ec-off3Grid__cell, .ec-withdrawConfirmRole .ec-off3Grid .ec-off3Grid__cell {
    width: 60%;
  }
  .ec-withdrawRole .ec-off3Grid .ec-off3Grid__cell, .ec-withdrawConfirmRole .ec-off3Grid .ec-off3Grid__cell {
    margin-left: 20%;
  }
}/*# sourceMappingURL=customize.css.map */