@charset "UTF-8";

.tac--sp {
  text-align: left;
}

@media screen and (max-width:750px) {
  .tac--sp {
    text-align: center;
  }
}

/* スライダ */
.SpProductTitle__notice {
  display: inline-block;
  font-size: 14px;
}

.SpProductTitle__notice .SpProductTitle__notice--ncc {
  display: block;
}

.ProductTitle__notice {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
}

.ProductTitle__notice.ProductTitle__notice--ncc {
  display: block;
}

@media screen and (min-width: 751px) {
  .ProductTitle__notice.ProductTitle__notice--ncc {
    margin-top: 10px;
  }
}

.ProductCardSlider {
  position: relative;
}


.ProductCardInfo__meta--mtLarge {
  margin-top: 15px;
  margin-bottom: 5px;
  height: 30px;
}

.ProductCardInfo__meta--mbLarge {
  margin-bottom: 23px;
  height: 30px;
}

.ContentGrid__notice {
  font-size: 12px;
  display: block;
}

.ContentGrid__indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

/* 詳細 */

.ProductDetailContent *+.ContentGrid.ContentGrid--1 {
  padding-top: 0;
  padding-bottom: 15px;
}

.Caption+img {
  margin-top: 5px;
}

.ProductDetailContent img+p {
  margin-top: 5px;
}

.ProductNotice {
  display: flex;
  justify-content: flex-start;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: .01em;
  margin: 30px 30px 0 30px;
  color: #777;
}

.ProductNotice.ProductNotice--inAc {
  margin: 10px 0 -15px;
  color: #777;
  flex-wrap: wrap;
}

.ProductNotice__text+.ProductNotice__text {
  margin-left: 4%;
}

.ProductNotice__text.ProductNotice__text--inAc+.ProductNotice__text.ProductNotice__text--inAc {
  margin-left: 0;
}

.ProductNotice__textDesc {
  margin-inline-start: 0;
}

.ProductNotice__listItem {
  padding-left: 1em;
  text-indent: -1em;
}

.ProductNotice__listItem::before {
  content: "・";
  font-size: 1em;
}

.ProductNotice__link {
  color: #777;
  transition: 0.3s;
  margin-top: 1em;
  display: inline-block;
}

.ProductNotice__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.ProductNotice__note {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.ProductNotice__note::before {
  content: "※";
  font-size: 1em;
  padding-bottom: 0;
}

@media screen and (max-width:750px) {
  .ProductNotice {
    flex-wrap: wrap;
    margin: 10px 0 -30px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ProductNotice__text {
    width: 100%;
  }

  .ProductNotice__text+.ProductNotice__text,
  .ProductNotice__text.ProductNotice__text--inAc+.ProductNotice__text.ProductNotice__text--inAc {
    margin-left: 0;
  }

  .ProductNotice__text span:not(:last-child) {
    padding-bottom: 10px;
  }
}

.HalfwayBtn:not(:first-child) {
  margin: 0;
}

.ua-desktop .HalfwayBtn:hover::after {
  opacity: 0;
}

.HalfwayBtn::after {
  content: none;
}

@media screen and (max-width:750px){
  .HalfwayBtn.-mt0 {
    margin-top: 10px;
    padding: 0;
  }
  .HalfwayBtn.-mt0::before{
    left: 0;
  }
}


.ProductCardInfo__desc {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.ProductCardInfo__desc:nth-child(4) {
  margin-bottom: 0;
}

.ProductCardInfo__desc::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  margin-right: 10px;
  background: url(/assets/ps/domo/2020/images/product/mgk/20210210/ProductCardInfo_check-icon.svg) no-repeat;
  background-size: 100% auto;
  flex: 0 0 12px;
}

.ProductDetailContent-item {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.ProductDetailContent-item p {
  flex: 0 0 55%;
}

.ProductDetailContent-item01 {
  flex: 0 0 55%;
}

.ProductDetailContent-item img {
  width: 240px;
  height: 100%;
}

.ProductDetailContent h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

.ProductDetailContent-item02 {
  margin-top: 36px;
}

.ProductDetailContent-txt {
  margin-bottom: 23px;
  font-family: "A1 Mincho", "A-OTF A1明朝 Std", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 30px !important;
}

.ProductDetailContent-item02 img {
  width: 100%;
}

.ProductDetailContent-imgList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}

.ProductDetailContent-imgList img {
  width: 24%;
  height: 100%;
}

.ProductDetailContent-flex .ProductDetailContent-item02 {
  width: 48%;
}

.ProductDetailContent-item01__large {
  flex: 0 0 58%;
}

@media screen and (max-width:750px) {
  .ProductCardInfo__desc {
    display: flex;
    align-items: baseline;
    padding-right: 20px;
    margin-bottom: 13px;
    letter-spacing: -0.5px;
  }

  .ProductDetailContent-item02 {
    margin-top: 0;
  }

  .ProductCardInfo__desc:nth-child(4) {
    margin-bottom: 0;
  }

  .ProductCardInfo__desc::before {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    margin-right: 10px;
    background: url(/assets/ps/domo/2020/images/product/mgk/20210210/ProductCardInfo_check-icon.svg) no-repeat;
    background-size: 100% auto;
    flex: 0 0 12px;
  }

  .ProductDetailContent-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .ProductDetailContent-item p {
    flex: 0 0 197px;
  }

  .ProductDetailContent-item img {
    flex: 0 0 32vw;
    width: 32vw;
    height: 32vw;
  }

  .ProductDetailContent h4 {
    font-size: 15px;
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .ProductDetailContent-item02 img {
    width: 100%;
  }

  .ProductDetailContent-flex .ProductDetailContent-item02 {
    width: 100%;
  }
}


.ProductDetailContent-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ProductDetailContent-flex:has(.ProductDetailContent-flexImg02) {
  align-items: flex-start;
}

.ProductDetailContent-flexImg {
  flex: 0 0 335px;
}

.ProductDetailContent-flex p {
  margin-left: 15px;
}

.ProductDetailContent-flex .ProductDetailContent-item02 p {
  margin-left: 0;
}

.ProductDetailContent-flexImg02 {
  width: 335px;
}

.ProductDetailContent-item02Img {
  display: block;
}

.ncc-20210210 .ProductCardInfo__bottom {
  bottom: 18px;
}

.ProductDetailContent-item02Sub {
  margin-top: 15px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  color: #777;
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}

.ncc-20210210 .CardCol:first-child {
  position: relative;
}

.ncc-20210210 .ProductDetailContent-flex .HalfwayBtn::after {
  background-color: #000;
  border-radius: 5px 5px;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  width: 100%;
}

.ncc-20210210 .ProductDetailContent-flex .HalfwayBtn:hover::after {
  opacity: .05;
  transition: opacity .2s;
}

.ncc-20210210 .ProductDetailContent-item02 img {
  border-radius: 0;
}

@media all and (-ms-high-contrast: none) {
  .ncc-20210210 .ProductNotice__textDesc {
    margin-left: 0;
  }
}

@media screen and (max-width:750px) {
  .ncc-20210210 .CardRow {
    height: auto;
  }

  .ncc-20210210 .CardCol:first-child {
    background: #fff;
    position: relative;
  }

  .ncc-20210210 .Slider--product-detail {
    top: 0;
    transform: initial;
  }

  .ncc-20210210 .slick-initialized .slick-slide {
    transform: translateY(0);
  }

  .ProductDetailContent-flex {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .ProductDetailContent-flex:has(.ProductDetailContent-flexImg02) {
    gap: 20px;
  }

  .ProductDetailContent-flexImg {
    flex: auto;
  }

  .ProductDetailContent-flexImg02 {
    width: 100%;
  }

  .ProductDetailContent-flex p {
    margin-left: 0;
  }

  .ProductDetailContent-item02Img {
    display: block;
    margin-top: 20px;
  }

  .ncc-20210210 .ProductCardInfo__bottom {
    bottom: 20px;
    padding-bottom: 0;
  }

  .ncc-20210210 .ProductCardInfo {
    overflow: visible;
  }

  .ProductDetailContent-item02Sub {
    margin-top: 15px;
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-size: 10px;
    color: #777;
    line-height: 1.5;
  }

  .ncc-20210210 .ProductCardInfo--detail {
    padding: 50px 0 9px 20px;
  }

  .ncc-20210210 .ProductDetailContent {
    padding: 29px 0 50px 0;
  }

  .ncc-20210210 .ProductDetailContent-flexImg {
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .ncc-20210210 .ProductDetailContent h2:not(:first-child) {
    margin-top: 46px;
    letter-spacing: -0.1px;
  }

  .ProductCardInfo__desc:nth-child(4) {
    margin-bottom: 0;
  }

  .ncc-20210210 .ProductDetailContent h2 {
    letter-spacing: -0.1px;
  }

  .ProductCardInfo__desc::before {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    margin-right: 10px;
    background: url(/assets/ps/domo/2020/images/product/mgk/20210210/ProductCardInfo_check-icon.svg) no-repeat;
    background-size: 100% auto;
    flex: 0 0 12px;
  }

  .ncc-20210210 .ProductDetailContent-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
  }

  .ProductDetailContent-item p {
    flex: 0 0 197px;
    line-height: 1.7;
  }

  .ProductDetailContent-item img {
    flex: 0 0 32vw;
    width: 32vw;
    height: 32vw;
  }

  .ProductDetailContent-btn {
    padding: 10px 0 0;
  }

  .ProductDetailContent h4 {
    font-size: 15px;
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    line-height: 1.55;
  }

  .ncc-20210210 .ProductDetailContent-item02 {
    margin-bottom: 51px;
    margin-top: -11px;
  }

  .ProductDetailContent-txt {
    margin-bottom: 10px;
    font-family: "A1 Mincho", "A-OTF A1明朝 Std", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
    font-size: 24px !important;
  }

  .ncc-20210210 .ProductDetailContent-item02Sub {
    margin-top: 15px;
  }

  .ProductDetailContent-item01__large {
    flex: 0 0 60%;
  }

  .ProductDetailContent-item02 img {
    width: 100%;
  }

  .ProductDetailContent-flex .ProductDetailContent-item02 {
    width: 100%;
  }

  .ncc-20210210 .ProductDetailContent-imgList {
    margin-bottom: 8px;
  }

  .ncc-20210210 .mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width:320px) {
  .hide-xs {
    display: none;
  }

  .ProductDetailContent-flexImg02 {
    width: 100%;
  }

  .ProductDetailContent-item02 img {
    width: 100%;
  }

  .ProductDetailContent-item01 {
    flex: 0 0 50%;
  }

  .ProductDetailContent-item01__large {
    flex: 0 0 50%;
  }
}

@media screen and (min-width:751px) {
  .ncc-20210210 .ProductCardInfo {
    padding: 18px 30px 0 30px;
  }

  .ncc-20210210 .ProductCardInfo__desc {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .ncc-20210210 .ProductCardInfo__meta--mtLarge {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .ncc-20210210 .ProductCardInfo__meta--mbLarge {
    margin-bottom: 5px;
  }

  .ProductCardInfo__meta{
    font-size: 16px;
  }

  .ProductPriceList--small {
    padding: 0 0 10px 30px
  }
}