@charset "UTF-8";
/*----------------------------------
Parts：パーツモジュール
----------------------------------*/
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl {
  height: 1%;
}

.icon-new:before {
  content: "NEW";
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  width: 88px;
  height: 88px;
  box-sizing: border-box;
  border-radius: 50%;
  font-family: Helvetica, Arial;
  border: 4px solid #fff;
  background-color: #d80c18;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .icon-new:before {
    top: -12px;
    left: -12px;
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    font-size: 1.3rem;
  }
}

/*----------------------------------
Header Style
----------------------------------*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  font-family: YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
}

.header:before, .header:after {
  display: none;
}

.header-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}

.header-wrap:before, .header-wrap:after {
  display: none;
}

.header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header-left:before, .header-left:after {
  display: none;
}

.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header-right:before, .header-right:after {
  display: none;
}

.header-logo {
  transition: all .4s;
  margin-bottom: 0 !important;
}

.header-logo img {
  width: 191px;
}

.header-logo:before, .header-logo:after {
  display: none;
}

.header-nav {
  padding-right: 160px;
}

.header-nav ul {
  letter-spacing: .40em;
}

.header-nav ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 30px;
}

.header-nav ul li.is-current a:before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.header-nav ul li a {
  position: relative;
  display: block;
  height: 110px;
  line-height: 110px;
  box-sizing: border-box;
  padding-top: 5px;
  color: #444;
  text-decoration: none;
  transition: all .4s;
}

.header-nav ul li a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d80c18;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  transition: .4s;
}

.header-nav ul li a:hover {
  text-decoration: none;
  color: #d80c18;
}

.header-nav ul li a:hover:before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.header-cart {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  overflow: hidden;
  height: 110px;
  transition: all .4s;
  z-index: 2;
}

.header-cart:before, .header-cart:after {
  display: none;
}

.header-cart-btn a {
  display: block;
  background: #d80c18;
  height: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: height .4s, font-size .4s;
}

.header-cart-btn a span {
  display: block;
  padding-top: 35px;
  background-image: url(/common/img/header/icon-cart.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.header-cart-menu {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: .4s;
  width: 360px;
  padding: 0 30px;
  box-sizing: border-box;
}

.header-cart-menu ul li {
  margin-top: 30px;
}

.header-cart-menu ul li a {
  padding-left: 25px;
  border: 2px solid #808080;
  color: #808080;
  border-radius: 30px;
  height: 58px;
  line-height: 58px;
  display: block;
  font-weight: bold;
  background-image: url(/common/img/footer/icon-blank.png);
  background-position: right 25px top 50%;
  background-repeat: no-repeat;
  transition: .4s;
}

.header-cart-menu ul li a:hover {
  background-color: #808080;
  background-image: url(/common/img/footer/icon-blank-white.png);
  color: #fff;
}

.header-spmenu {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .header-nav {
    padding-right: 110px;
  }
  .header-cart {
    width: 110px;
  }
  .header-cart-btn a {
    background-image: url(/common/img/header/icon-cart.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 42px auto;
  }
  .header-cart-btn a span {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    min-width: 320px;
    font-size: 12px;
  }
  .header:before, .header:after {
    display: none;
  }
  .header-wrap {
    position: relative;
    display: block;
    padding: 10px 0;
  }
  .header-left {
    display: block;
  }
  .header-logo {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .header-logo img {
    width: auto;
    height: 35px;
  }
  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 15px 60px;
    box-sizing: border-box;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
  }
  .header-nav ul li {
    display: block;
    border-bottom: 1px solid #fff;
    margin-right: 0;
    font-size: 16px;
    font-weight: bold;
  }
  .header-nav ul li a {
    height: auto;
    padding: 22px 11px;
    line-height: 1;
    color: #fff;
  }
  .header-nav ul li a:before {
    display: none;
  }
  .header-cart {
    width: 55px;
    height: 55px;
  }
  .header-cart-btn a {
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    background-image: url(/common/img/header/icon-cart.svg);
    background-size: 21px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .header-cart-btn a span {
    display: none;
  }
  .header-cart-menu {
    padding: 0 15px;
    font-size: 12px;
  }
  .header-cart-menu ul li {
    margin-top: 30px;
  }
  .header-spmenu {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .header-spmenu.is-active ul li:first-child {
    -ms-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
  }
  .header-spmenu.is-active ul li:nth-child(2) {
    opacity: 0;
  }
  .header-spmenu.is-active ul li:last-child {
    -ms-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg);
  }
  .header-spmenu a {
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .header-spmenu a:hover {
    text-decoration: none;
  }
  .header-spmenu ul {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 14px;
  }
  .header-spmenu ul li {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #808080;
    transition: all .4s;
  }
  .header-spmenu ul li:first-child {
    top: 0;
  }
  .header-spmenu ul li:nth-child(2) {
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .header-spmenu ul li:last-child {
    bottom: 0;
  }
  .header-spmenu p {
    margin-top: 5px;
    font-size: 10px;
    color: #808080;
    letter-spacing: -.05em;
  }
}

.header.is-compact {
  border-bottom: 1px solid #e6e6e6;
}

.header.is-compact .header-logo {
  width: 132px;
}

.header.is-compact .header-nav ul li a {
  padding-top: 0;
  height: 59px;
  line-height: 59px;
}

.header.is-compact .header-cart {
  height: 59px;
}

.header.is-compact .header-cart-btn a {
  height: 59px;
  font-size: 12px;
}

.header.is-compact .header-cart-btn a span {
  padding: 10px 0 10px 30px;
  background-position: 0 50%;
}

@media only screen and (max-width: 1280px) {
  .header.is-compact .header-cart-btn a {
    background-size: 21px auto;
  }
}

@media only screen and (max-width: 768px) {
  .header.is-compact .header-cart-btn a {
    height: 55px;
  }
}

.header-cart.header-cart-open {
  width: 360px;
  height: 100vh !important;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.header-cart.header-cart-open .header-cart-btn span {
  padding: 0;
  background-image: none;
}

.header-cart.header-cart-open .header-cart-btn a {
  font-weight: bold;
  font-size: 16px;
  background-image: url(/common/img/header/icon-close.png);
  background-position: right 22px top 50%;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.header-cart.header-cart-open .header-cart-menu {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

@media only screen and (max-width: 1280px) {
  .header-cart.header-cart-open .header-cart-btn span {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .header-cart.header-cart-open {
    width: calc(100% - 45px);
  }
  .header-cart.header-cart-open .header-cart-menu {
    width: 100%;
  }
}
.videooverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, .8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.videooverlay-inner {
  max-width: 1180px;
  width: 100%;
}
.videooverlay-inner-video {
  padding-top: 56.25%;
  position: relative;
}
.videooverlay-inner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videooverlay-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 30px;
  height: auto;
  background: none;
  padding: 0;
}

/*

	202409246

*/
/*  .header-nav  */
.header-nav ul#pc-menu {
	display: block;
}
.header-nav ul#sp-menu {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.header-nav {
		position: fixed;
		top: 55px;
		height: 100%;
		overflow: scroll !important;
		z-index: 1001;
	}
	.header-nav ul#pc-menu {
		display: none;
	}
	.header-nav ul#sp-menu {
		display: block;
	}
}

/*  #sp-menu  */
@media only screen and (max-width: 1024px) {
	.header-nav ul#sp-menu li {
		border: none;
	}
	.header-nav ul#sp-menu li a,
	.header-nav ul#sp-menu dl dt {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1em;
		font-size: 1.6rem;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		box-sizing: border-box;
	}
	.header-nav ul#sp-menu dl dt:after {
		display: block;
		content: "＋";
	}
	.header-nav ul#sp-menu dl dt.open:after {
		display: block;
		content: "ー";
	}
	.header-nav ul#sp-menu dl dd ul li a {
		padding-left: 2em;
	}
}
