@font-face {
  font-family: 'HelveticaNowText-Regular';
  src: url("/assets/fonts/395B50_0_0.eot");
  src: url("/assets/fonts/395B50_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/395B50_0_0.woff2") format("woff2"), url("/assets/fonts/395B50_0_0.woff") format("woff"), url("/assets/fonts/395B50_0_0.ttf") format("truetype")
}

@font-face {
  font-family: 'HelveticaNowText-Medium';
  src: url("/assets/fonts/395B50_1_0.eot");
  src: url("/assets/fonts/395B50_1_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/395B50_1_0.woff2") format("woff2"), url("/assets/fonts/395B50_1_0.woff") format("woff"), url("/assets/fonts/395B50_1_0.ttf") format("truetype")
}

html {
  /* font-size: 12px */
}

body {
  color: #222;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.contentBlock {
  position: relative;
  margin-bottom: 0 !important;
  padding: 50px 0;
  overflow: hidden
}

.contentBlock:first-child {
  padding-top: 0
}

.contentBlock:last-child {
  padding-bottom: 20px
}

.contentBlock.border {
  border-bottom: 1px solid #e0e0e0
}

.contentBlock:not(.border):not(.gradation)+.contentBlock:not(.gradation) {
  padding-top: 0 !important
}

.contentBlock.gradation {
  background: -o-linear-gradient(#f0efef 0px, #fcf9f9 240px);
  background: linear-gradient(#f0efef 0px, #fcf9f9 240px)
}

@media (min-width: 769px) {
  .contentBlock {
    padding: 60px 0
  }

  .contentBlock:last-child {
    padding-bottom: 30px
  }

  .contentBlock.border {
    border-bottom: none
  }

  .contentBlock.border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: calc(1080px - 30px);
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e0e0e0
  }
}

.contentWrapper {
  position: relative
}

.heroPanel {
  position: relative
}

.heroPanel .heroSlides {
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  margin-bottom: 0
}

.heroPanel .heroSlides.slick-initialized {
  opacity: 1
}

.heroPanel .heroSlides li img,
.heroPanel .heroSlides li video {
  width: 100%
}

.heroPanel .heroSlides .slick-dots li {
  margin: 0;
  width: 14px;
  height: 14px
}

.heroPanel .heroSlides .slick-dots li button::before {
  opacity: 1;
  background-color: #C0C0C0
}

.heroPanel .heroSlides .slick-dots li.slick-active button::before {
  background-color: #000
}

@media (max-width: 768px) {
  .heroPanel .scrollBar {
    position: absolute;
    width: 1px;
    height: 50px;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
  }

  .heroPanel .scrollBar::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #959595;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: scroll 2.3s ease-out infinite both;
    animation: scroll 2.3s ease-out infinite both
  }

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
    }
  }

  @keyframes scroll {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
    }
  }

  .heroPanel .heroSlides .slick-dots {
    padding-right: 10px
  }
}

.headline01,
.headline02 {
  margin-bottom: 15px;
  font-family: HelveticaNowText-Regular, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1.2
}

.headline01 .jpn,
.headline02 .jpn {
  margin-bottom: 3px;
  color: #959595;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0
}

@media (min-width: 769px) {

  .headline01,
  .headline02 {
    margin-bottom: 30px;
    font-size: 35px
  }

  .headline01 .jpn,
  .headline02 .jpn {
    margin-bottom: 5px
  }
}

.headline01-jpn,
.headline02-jpn {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2
}

@media (max-width: 768px) {

  .headline01-jpn.large,
  .headline02-jpn.large {
    font-size: 25px;
    font-weight: normal
  }
}

@media (min-width: 769px) {

  .headline01-jpn,
  .headline02-jpn {
    margin-bottom: 30px;
    font-size: 20px
  }
}

.headerImage img {
  width: 100%
}

.headerText {
  max-width: 1080px;
  margin: 0 auto;
  padding: 25px 0 30px;
  border-bottom: 1px solid #ddd
}

.headerText .headerTextTitle {
  font-family: HelveticaNowText-Regular, sans-serif;
  font-size: 32px;
  letter-spacing: -1.8px;
  line-height: 1.4
}

.headerText .headerTextTitle.jpn {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 25px
}

.headerText .headerTextDescription {
  margin-top: 20px
}

@media (min-width: 769px) {
  .headerText {
    padding: 40px 0 40px
  }

  .headerText .headerTextTitle {
    font-size: 42px
  }

  .headerText .headerTextTitle.jpn {
    font-size: 26px
  }
}

.viewMore {
  margin-top: 30px
}

@media (min-width: 769px) {
  .viewMore {
    position: absolute;
    top: 25px;
    right: 15px;
    margin-top: 0
  }
}

.viewMoreTrigger .textButton::after {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

@media (min-width: 769px) {
  .viewMoreTrigger .textButton {
    display: block;
    font-size: 1.1rem
  }

  .viewMoreTrigger .textButton::after {
    top: 0;
    width: 24px;
    height: 24px
  }
}

.limited2sheets {
  margin-top: 50px
}

.limited2sheets div:nth-of-type(n+2) {
  margin-top: 30px
}

@media (min-width: 769px) {
  .limited2sheets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0
  }

  .limited2sheets div:nth-of-type(n+2) {
    margin-top: auto
  }

  .limited2sheets div {
    width: 50%;
    margin: 0 10px
  }
}

.textHeader {
  margin: 20px auto 20px;
  text-align: center
}

.textHeader .pageTitle {
  font-family: "Crimson Text", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: center
}

.textHeader .pageTitle .jpn {
  font-size: 16px
}

@media (min-width: 769px) {
  .textHeader {
    margin-bottom: 40px
  }

  .textHeader .pageTitle {
    font-size: 28px
  }

  .textHeader .pageTitle .jpn {
    font-size: 22px
  }
}

.textButton {
  display: block;
  position: relative;
  padding: 10px 25px 10px 0;
  border-bottom: 1px solid #222;
  border-radius: 0;
  font-family: HelveticaNowText-Medium, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.textButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  background: url(/assets/img/canal/icon_arrow-semi-thin.svg) right center/auto 100% no-repeat
}

@media (min-width: 981px) {
  .textButton {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: inline-block;
    padding: 8px 25px 8px 0;
    cursor: pointer
  }

  .textButton:hover {
    opacity: 0.6
  }

  .textButton::after {
    width: 10px;
    height: 10px;
    margin-top: -1px
  }

  .windows .textButton::after {
    margin-top: 2px
  }
}

.textButton-more::after {
  -webkit-transform: rotate(90deg) translate(-50%, 0);
  -ms-transform: rotate(90deg) translate(-50%, 0);
  transform: rotate(90deg) translate(-50%, 0)
}

.textButton-jpn {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px
}

.textButton-small {
  min-width: 120px;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem
}

.textButton-small::after {
  display: none
}

@media (min-width: 981px) {
  .textButton-small {
    padding: 10px 40px
  }
}

.textButton-emph {
  border-color: #000;
  background-color: #000;
  color: #fff
}

.textButton-select {
  display: inline-block;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #ccc;
  font-size: 1rem;
  line-height: 46px;
  text-align: center
}

.textButton-select .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 14px;
  margin-right: 3px;
  vertical-align: top
}

.textButton-select .icon img {
  width: 100%;
  vertical-align: top
}

@media (min-width: 981px) {
  .textButton-select {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .textButton-select:hover {
    opacity: 0.6
  }
}

.textButton-frame {
  position: relative;
  padding: 14px 30px;
  border: 1px solid #999;
  min-width: 240px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Heebo', sans-serif;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}

.textButton-frame::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(/assets/img/canal/icon_arrow-semi-thin.svg) right center/auto 100% no-repeat
}

@media (min-width: 981px) {
  .textButton-frame {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
    padding: 20px 60px;
    font-size: 18px;
    min-width: 330px
  }

  .textButton-frame:hover {
    opacity: 0.6
  }

  .textButton-frame::after {
    right: 20px;
    width: 22px;
    height: 20px
  }
}

.alljewelry {
  text-align: center;
  margin-top: 25px
}

@media (min-width: 769px) {
  .alljewelry {
    margin-top: 40px
  }
}

label.customSelectWrapper {
  display: inline-block;
  position: relative
}

label.customSelectWrapper select {
  height: 26px;
  margin: 0;
  padding: 0 25px 0 10px;
  border: none;
  border-bottom: 1px solid #222;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

label.customSelectWrapper select::-ms-expand {
  display: none
}

label.customSelectWrapper select.border {
  border: 1px solid #e0e0e0
}

label.customSelectWrapper select.gray {
  background-color: #efefef
}

label.customSelectWrapper select.high {
  height: 36px
}

label.customSelectWrapper::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background-image: url(/assets/img/canal/icon_arrow.svg);
  background-position: center center;
  background-size: 100% 100%;
  pointer-events: none
}

@media (min-width: 769px) {
  label.customSelectWrapper select {
    height: 30px;
    cursor: pointer
  }

  label.customSelectWrapper select::-ms-expand {
    display: none
  }
}

.categorySelect {
  max-width: 500px;
  margin: 0 auto 30px;
  padding: 0 20px
}

.categorySelect .note {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center
}

.categorySelect .customSelectWrapper {
  width: 100%
}

.categorySelect select {
  width: 100%
}

.sendMail .sendMailTitle {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center
}

.sendMail .sendMailContent .textBlock .formBlock {
  margin-top: 20px
}

.sendMail .sendMailContent .textBlock .formBlock li {
  margin-bottom: 15px
}

.sendMail .sendMailContent .textBlock .formBlock li div {
  margin-bottom: 5px;
  font-size: 11px
}

.sendMail .sendMailContent .textBlock .formBlock li div.error {
  color: #e60012
}

.sendMail .sendMailContent .textBlock .formBlock li input[type='text']+.error,
.sendMail .sendMailContent .textBlock .formBlock li textarea+.error {
  margin-top: 5px
}

.sendMail .sendMailContent .textBlock .formBlock li input[type='text'] {
  width: 100%;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0
}

.sendMail .sendMailContent .textBlock .formBlock li textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 5px;
  border: none;
  border-radius: 0;
  background-color: #f7f8f8
}

.sendMail .sendMailContent .textBlock .formBlock li .confirmButton {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #000;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.sendMail .sendMailContent .textBlock .formBlock li .formConfirm {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1rem
}

.sendMail .sendMailContent .textBlock .formBlock li .formConfirm.message {
  min-height: 120px
}

.sendMail .sendMailContent .textBlock .formComplete {
  margin: 30px 0 100px;
  text-align: center
}

@media (min-width: 769px) {
  .sendMail .sendMailTitle {
    margin-bottom: 0;
    font-size: 17px;
    text-align: left
  }

  .sendMail .sendMailContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .sendMail .sendMailContent .imageBlock {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 30px;
    text-align: center
  }

  .sendMail .sendMailContent .imageBlock img {
    width: 90%
  }

  .sendMail .sendMailContent .textBlock {
    width: 460px;
    padding-right: 30px
  }

  .sendMail .sendMailContent .textBlock .headline .jewelryName {
    font-size: 14px
  }

  .sendMail .sendMailContent .textBlock .headline .itemName {
    font-size: 16px
  }

  .sendMail .sendMailContent .textBlock .headline .itemPrice {
    font-size: 11px
  }

  .sendMail .sendMailContent .textBlock .formBlock {
    margin-top: 30px
  }

  .sendMail .sendMailContent .textBlock .formBlock li {
    margin-bottom: 20px
  }

  .sendMail .sendMailContent .textBlock .formBlock li div {
    font-size: 13px
  }

  .sendMail .sendMailContent .textBlock .formBlock li textarea {
    height: 140px
  }

  .sendMail .sendMailContent .textBlock .formBlock li .confirmButton {
    font-size: 13px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .sendMail .sendMailContent .textBlock .formBlock li .confirmButton:hover {
    opacity: 0.6
  }

  .sendMail .sendMailContent .textBlock .formBlock li .formConfirm.message {
    min-height: 140px
  }

  .sendMail .sendMailContent .textBlock .formComplete {
    margin: 100px 0 100px
  }

  .sendMail.noneImage {
    display: block
  }

  .sendMail.noneImage .sendMailTitle {
    max-width: 580px;
    margin: 0 auto
  }

  .sendMail.noneImage .sendMailContent .textBlock {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    padding: 0
  }
}

.tabNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ccc
}

.tabNavi li {
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #efefef;
  line-height: 1.2;
  text-align: center
}

.tabNavi li a {
  display: block;
  padding: 10px 30px
}

.tabNavi li:hover {
  background-color: #fff
}

.tabNavi li:first-child {
  border-left: 1px solid #ccc
}

.tabNavi li.current {
  background-color: #fff
}

.tabNavi li.current::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff
}

.newsSlides li {
  width: 250px
}

.newsSlides li a {
  display: block
}

.newsSlides li a .textBlock {
  padding: 10px 0 0
}

.newsSlides li a .textBlock h3 {
  letter-spacing: 1px;
  line-height: 1.9
}

.newsSlides li a .textBlock time {
  display: block;
  margin-top: 5px;
  color: #989898;
  font-family: HelveticaNowText-Regular, sans-serif;
  font-size: 11px
}

.newsSlides .slick-prev,
.newsSlides .slick-next {
  z-index: 10;
  top: calc((100% - 60px) / 2);
  width: 16px;
  height: 16px
}

.newsSlides .slick-prev::before,
.newsSlides .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/canal/icon_arrow-thin.svg);
  background-repeat: no-repeat;
  background-size: auto 100%
}

.newsSlides .slick-prev {
  left: 0
}

.newsSlides .slick-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.newsSlides .slick-next {
  right: 0
}

@media (max-width: 980px) {
  .newsSlides {
    width: calc(100% + 15px)
  }

  .newsSlides li {
    padding-right: 15px
  }
}

@media (min-width: 981px) {
  .newsSlides {
    width: calc(100% + 14px);
    margin-left: -7px
  }

  .newsSlides li {
    padding: 0 7px
  }

  .newsSlides li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .newsSlides li a:hover {
    opacity: 0.6
  }

  .newsSlides .slick-prev {
    left: -30px
  }

  .newsSlides .slick-next {
    right: -30px
  }

  .newsSlides .slick-prev,
  .newsSlides .slick-next {
    top: 85px;
    width: 24px;
    height: 24px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .newsSlides .slick-prev:hover,
  .newsSlides .slick-next:hover {
    opacity: 0.6
  }
}

.infoList li {
  margin-bottom: 5px;
  line-height: 1.4
}

.infoList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.infoList li a time {
  width: 80px
}

.infoList li a .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (min-width: 769px) {
  .infoList li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .infoList li a:hover {
    opacity: 0.6
  }
}

#section---checked-page .headline02,
.paragraph .headline02 {
  max-width: calc(1080px - 30px);
  margin: 0 auto 15px;
  padding: 0 15px
}

#section---checked-page .headline02+.itemSlidesWrapper,
.paragraph .headline02+.itemSlidesWrapper {
  margin-top: 0
}

@media (min-width: 769px) {

  #section---checked-page .headline02,
  .paragraph .headline02 {
    width: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 0
  }
}

.cartButton {
  display: inline-block;
  padding: 10px 10px;
  background-color: #000;
  color: #fff;
  text-align: center
}

.cartButton .buttonInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold
}

.cartButton .buttonInner .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background-image: url(/assets/img/canal/icon_shoppingbag-w.svg);
  background-size: 100% 100%
}

.cartButton.disable {
  border: 1px solid #bababa;
  background-color: #cdcece;
  color: #9fa0a0
}

.cartButton.disable .buttonInner .icon {
  opacity: 0.5;
  background-image: url(/assets/img/canal/icon_shoppingbag.svg)
}

@media (min-width: 769px) {
  .cartButton {
    padding: 10px 20px
  }

  .cartButton:not(.disable) {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .cartButton:not(.disable):hover {
    opacity: 0.6
  }

  .cartButton .buttonInner {
    font-size: 1rem;
    letter-spacing: 0.05em
  }

  .cartButton .buttonInner .icon {
    width: 22px;
    height: 22px
  }
}

.itemList .itemGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto
}

.itemList .itemGrid li {
  position: relative;
  width: calc(50% - 10px);
  margin: 5px
}

.itemList .itemGrid .linkItem {
  display: block;
  position: relative;
  padding-bottom: 15px;
  background-color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.itemList .itemGrid .linkItem:hover {
  opacity: 0.6
}

.itemList .itemGrid .credit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 25px 5px 10px;
  font-size: 10px
}

.itemList .itemGrid .edition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3px
}

.itemList .itemGrid .itemName {
  line-height: 1.1
}

.itemList .itemGrid .price {
  line-height: 1.3
}

.itemList .itemGrid .favorite {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 24px;
  height: 24px
}

.itemList .itemGrid .rank {
  position: absolute;
  right: 7px;
  bottom: 5px;
  color: #717071;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  line-height: 1
}

@media (min-width: 481px) {
  .itemList .itemGrid li {
    width: calc(33.33% - 10px)
  }
}

@media (min-width: 981px) {
  .itemList .itemGrid li {
    width: calc(20% - 10px)
  }

  .itemList .itemGrid .linkItem {
    padding-bottom: 10px
  }

  .itemList .itemGrid .credit {
    padding: 5px 30px 5px 10px;
    font-size: 12px
  }

  .itemList .itemGrid .itemName {
    margin-bottom: 3px
  }

  .itemList .itemGrid .favorite {
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .itemList .itemGrid .favorite:hover {
    opacity: 0.6
  }

  .itemList .itemGrid .rank {
    font-size: 26px
  }

  .itemList .itemGridWrapper .itemGrid {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 20% 20% 20% 20% 20%;
    grid-template-columns: 20% 20% 20% 20% 20%
  }

  .itemList .itemGridWrapper .itemGrid li {
    width: calc(100% - 14px);
    margin: 7px
  }

  .itemList .itemGridWrapper .itemGrid li:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 3
  }

  .itemList .itemGridWrapper .itemGrid li:nth-child(9) {
    -ms-grid-column: 2;
    -ms-grid-row: 3
  }

  .itemList .itemGridWrapper .itemGrid li:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 3
  }

  .itemList .itemGridWrapper .itemGrid li:nth-child(11) {
    -ms-grid-column: 4;
    -ms-grid-row: 3
  }

  .itemList .itemGridWrapper .itemGrid li:nth-child(12) {
    -ms-grid-column: 5;
    -ms-grid-row: 3
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4 / 6;
    -ms-grid-row: 1;
    grid-row: 1 / 3;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 2
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(7) .linkItem {
    padding-bottom: 20px
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd).notEnough li:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd).notEnough li:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(odd).notEnough li:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(even) li:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1 / 3;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 2
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(even) li:nth-child(1) .linkItem {
    padding-bottom: 20px
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(even) li:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(even) li:nth-child(3) {
    -ms-grid-column: 4;
    -ms-grid-row: 1
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(even) li:nth-child(4) {
    -ms-grid-column: 5;
    -ms-grid-row: 1
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(even) li:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-row: 2
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(even) li:nth-child(6) {
    -ms-grid-column: 4;
    -ms-grid-row: 2
  }

  .itemList .itemGridWrapper .itemGrid:nth-child(even) li:nth-child(7) {
    -ms-grid-column: 5;
    -ms-grid-row: 2
  }
}

.list-item__icon {
  display: block;
  margin-top: 2px;
  line-height: 1
}

.list-item__icon--taken {
  width: 42px
}

.returnsExchanges__link {
  text-decoration: underline;
  font-weight: bold
}

.sendMail .sendMailTitle {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center
}

.sendMail .sendMailContent .textBlock .formBlock .formGroup textarea {
  height: 120px
}

@media (min-width: 769px) {
  .sendMail .sendMailTitle {
    margin-bottom: 30px;
    font-size: 17px
  }

  .sendMail .sendMailContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .sendMail .sendMailContent .imageBlock {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f7f8f8;
    text-align: center
  }

  .sendMail .sendMailContent .imageBlock .headline {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left
  }

  .sendMail .sendMailContent .textBlock {
    width: 480px;
    background-color: #f7f8f8
  }

  .sendMail .sendMailContent .textBlock .formBlock {
    width: 100%;
    padding: 20px 30px 30px 30px
  }

  .sendMail .sendMailContent .textBlock .formBlock .formGroup {
    display: block;
    width: 100%
  }

  .sendMail .sendMailContent .textBlock .formBlock .formGroup .label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: 5px
  }

  .sendMail .sendMailContent .textBlock .formBlock .formGroup .inputArea {
    max-width: 100%
  }

  .sendMail .sendMailContent .textBlock .formBlock .buttonBlock {
    width: 100%
  }
}

.restock .prdInfoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.restock .prdInfoArea .image {
  width: 120px;
  margin-right: 20px
}

.restock .group {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc
}

.restock .group.first {
  margin-top: 0
}

.restock .restockTitle {
  margin-bottom: 15px;
  font-size: 1.15rem;
  text-align: center
}

.restock .lead {
  margin-bottom: 0;
  text-align: center
}

.restock .note {
  color: #ea5541;
  font-size: 0.85rem;
  text-align: center
}

.restock .formBlock {
  margin-top: 15px !important
}

@media (min-width: 769px) {
  .restock .restockTitle {
    margin-bottom: 20px
  }
}

@media (min-width: 769px) {
  #modalRestock .modalCloseText {
    position: absolute;
    bottom: 15px
  }
}

.pageJewelry .shoplist-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc
}

@media (min-width: 769px) {
  .pageJewelry .shoplist-banner__container {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageJewelry .shoplist-banner__container:hover {
    opacity: 0.6
  }
}

.pageJewelry .shoplist-banner__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  text-align: center
}

.pageJewelry .shoplist-banner__col img {
  width: 100%
}

.pageJewelry .shoplist-banner__title {
  font-family: 'Crimson Text', sans-serif;
  font-size: 16px;
  margin-bottom: 5px
}

@media (min-width: 769px) {
  .pageJewelry .shoplist-banner__title {
    margin-bottom: 10px;
    font-size: 30px
  }
}

.pageJewelry .shoplist-banner__text {
  font-size: 10px
}

.pageJewelry .shoplist-banner__text::before {
  content: '>';
  margin-right: 5px
}

@media (min-width: 769px) {
  .pageJewelry .shoplist-banner__text {
    margin-top: 25px;
    font-size: 15px
  }
}

.detailWrapper {
  padding: 0 15px
}

@media (min-width: 769px) {
  .detailWrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden
  }
}

.detailHeader {
  padding: 0 10px;
  text-align: center
}

@media (min-width: 769px) {
  .detailHeader {
    position: relative;
    width: 38%;
    min-width: 410px;
    padding: 0;
    float: right;
    text-align: left
  }
}

.detailHeader__label {
  display: block;
  font-size: 0.9rem
}

.detailHeader__label--taken {
  width: 50px;
  margin-bottom: 3px
}

@media (min-width: 769px) {
  .detailHeader__label--taken {
    width: 60px
  }
}

.detailHeader__name {
  display: block
}

.detailImageBlock {
  padding: 0 10px
}

@media (min-width: 769px) {
  .detailImageBlock {
    width: calc(100% - 410px);
    max-width: 62%;
    padding-right: 50px;
    float: left
  }
}

.detailImageBlock .slick-slide:focus,
.detailImageBlock .slick-slide img:focus,
.detailImageBlock .slick-slide video:focus {
  outline: none
}

.detailInfoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px
}

@media (min-width: 769px) {
  .detailInfoBlock {
    width: 38%;
    min-width: 410px;
    margin-top: 30px;
    float: right
  }
}

.detailInfoBlock:not(.detailInfoBlock--pair) .detailInfoBlock__order--1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.detailInfoBlock:not(.detailInfoBlock--pair) .detailInfoBlock__order--2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.detailInfoBlock:not(.detailInfoBlock--pair) .detailInfoBlock__order--3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.detailInfoBlock:not(.detailInfoBlock--pair) .detailInfoBlock__order--4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.detailInfoBlock:not(.detailInfoBlock--pair) .detailInfoBlock__order--5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.detailInfoBlock .itemButtons {
  max-width: 410px;
  margin-top: 15px
}

@media (max-width: 768px) {
  .detailInfoBlock .itemButtons {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
}

.detailInfoBlock .cartButton {
  width: 80%;
  max-width: 410px;
  margin: auto
}

@media (min-width: 769px) {
  .detailInfoBlock .cartButton {
    width: 100%
  }
}

.detailInfoBlock .button-cart__block {
  margin-top: 30px;
  margin-bottom: 10px
}

@media (min-width: 769px) {
  .detailInfoBlock .button-cart__block {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media (max-width: 768px) {
  .detailInfoBlock .button-cart__block {
    text-align: center
  }
}

.detailInfoBlock .button-cart__info {
  margin-bottom: 5px
}

.detailInfoBlock .button-cart__embark {
  padding-right: 1em
}

@media (max-width: 768px) {
  .detailInfoBlock .button-cart__embark--bold {
    font-weight: bold
  }
}

.detailInfoBlock .pairSetNote {
  margin-bottom: -20px;
  font-size: 0.85rem
}

@media (max-width: 768px) {
  .detailInfoBlock .birthstoneSelect {
    text-align: center
  }
}

.detailInfoBlock .birthstoneSelect .headline1 {
  margin: 0
}

@media (max-width: 768px) {
  .detailInfoBlock .birthstoneSelect .headline1 {
    text-align: center
  }
}

.detailInfoBlock .birthstoneSelect .headline2 {
  margin: 0;
  font-size: 0.75rem
}

@media (max-width: 768px) {
  .detailInfoBlock .birthstoneSelect .headline2 {
    text-align: center
  }
}

.detailInfoBlock .birthstoneSelect .customSelectWrapper {
  margin-top: 10px
}

.detailInfoBlock .itemSelect:not(:first-child) {
  margin-top: 30px
}

.detailInfoBlock .itemSelect .itemHeader {
  margin-bottom: 20px
}

.detailInfoBlock .itemSelect .itemSize {
  margin-bottom: 20px
}

.detailInfoBlock .itemSelect .itemMarking {
  margin-top: 30px;
  margin-bottom: 30px
}

.detailInfoBlock .itemSelect .itemMarking .notice {
  margin: 1% 0 0 6%;
  font-size: 0.75rem
}

.detailInfoBlock .itemSelect .itemStock {
  display: none
}

.detailInfoBlock .itemSelect .itemStock .status {
  margin-bottom: 10px;
  color: #ea5541;
  font-weight: bold
}

.detailInfoBlock .itemSelect .itemStock.active {
  display: block;
  -webkit-animation: fadeIn .6s;
  animation: fadeIn .6s
}

@media (max-width: 768px) {
  .detailInfoBlock .itemSelect .itemStock.active {
    margin-top: 30px
  }
}

.detailInfoBlock .itemSelect .itemButtons {
  margin-top: 15px
}

.detailInfoBlock .itemSelect .itemButtons li {
  margin-bottom: 15px
}

.detailInfoBlock .shareItemHeadline {
  margin-bottom: 10px;
  font-size: 0.9rem
}

.detailInfoBlock .itemDetail .approval img {
  width: auto;
  height: 11px
}

.detailInfoBlock .itemDetail .caption {
  margin-top: 10px
}

@media (min-width: 769px) {
  .detailInfoBlock .pairSetNote {
    margin-top: -40px;
    margin-bottom: 0
  }

  .detailInfoBlock .itemSelect {
    max-width: 410px
  }

  .detailInfoBlock .itemSize {
    margin-top: 10px
  }

  .detailInfoBlock .shareItem {
    max-width: 410px;
    margin-top: 50px
  }

  .detailInfoBlock .shareItem .shareList .itemButton {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0
  }

  .detailInfoBlock .shareItem .shareList .sns li {
    margin: 0 7px
  }

  .detailInfoBlock .shareItem .shareList .sns li a {
    width: 32px;
    height: 32px
  }

  .detailInfoBlock .itemDetail {
    margin-top: 50px
  }
}

.taken__block:not(:first-child) {
  margin-top: 30px
}

@media (max-width: 768px) {
  .taken__block {
    margin-bottom: -30px
  }

  .detailInfoBlock--pair .taken__block {
    margin-bottom: 0
  }
}

@media (min-width: 769px) {
  .taken__block {
    width: 38%;
    min-width: 410px;
    float: right;
    clear: right
  }
}

.taken__note {
  font-weight: bold
}

@media (max-width: 768px) {
  .taken__note {
    text-align: center
  }
}

.taken__release-date {
  display: inline-block;
  width: 80%;
  max-width: 410px;
  margin: 10px auto 0;
  padding: 10px;
  background: #fbd6d3;
  color: #e60012;
  font-weight: bold;
  text-align: center
}

@media (min-width: 769px) {
  .taken__release-date {
    width: 100%
  }
}

.cartButton {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  background-color: #000;
  color: #fff;
  text-align: center
}

.cartButton .buttonInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cartButton .icon {
  display: inline-block;
  margin-right: 4px;
  background-size: 100% 100%
}

.cartButton.disable {
  border: 1px solid #bababa;
  background-color: #cdcece;
  color: #9fa0a0
}

.cartButton.disable .icon {
  opacity: 0.5
}

@media (min-width: 769px) {
  .cartButton:not(.disable) {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .cartButton:not(.disable):hover {
    opacity: 0.6
  }

  .cartButton .buttonInner {
    letter-spacing: 0.05em
  }
}

.pageNews .categorySelect {
  text-align: center;
  padding: 0 20px
}

.pageNews .categorySelect .customSelectWrapper {
  width: 100%;
  margin: 10px 0 20px
}

.pageNews .categorySelect select {
  width: 100%
}

.pageNews .tabNavi li {
  width: 230px
}

.pageNews .newsArchive {
  max-width: 920px;
  margin: 50px auto 0
}

.pageNews .newsArchive .noEntry {
  text-align: center;
  height: 250px;
  width: 100%;
  font-size: 1.15rem
}

@media screen and (min-width: 769px) {
  .pageNews .newsArchive {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .pageNews .newsArchive .noEntry {
    font-size: 1rem
  }
}

.pageNews .newsArticle {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc
}

@media screen and (max-width: 768px) {
  .pageNews .newsArticle:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
  }
}

.pageNews .newsArticle .newsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pageNews .newsArticle .newsHeader .date {
  font-weight: bold;
  font-size: 10px
}

.pageNews .newsArticle .newsHeader .category {
  padding: 2px 5px;
  line-height: 1;
  border: 1px solid #999;
  font-weight: bold;
  font-size: 10px;
  margin-left: auto
}

.pageNews .newsArticle .newsTitle {
  font-size: 1.15rem;
  margin-bottom: 10px
}

.pageNews .newsArticle .newsBody {
  font-size: 0.9rem
}

.pageNews .newsArticle .newsBody a {
  text-decoration: underline
}

.pageNews .newsArticle .imageBlock {
  margin-top: 20px
}

@media screen and (min-width: 769px) {
  .pageNews .newsArticle {
    width: 50%;
    border: none;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .pageNews .newsArticle:nth-child(odd) {
    padding-right: 20px
  }

  .pageNews .newsArticle:nth-child(even) {
    padding-left: 20px
  }

  .pageNews .newsArticle .textBlock {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px
  }

  .pageNews .newsArticle .textBlock .newsHeader {
    margin-bottom: 10px
  }

  .pageNews .newsArticle .textBlock .newsTitle {
    font-size: 1rem;
    margin-bottom: 10px
  }

  .pageNews .newsArticle .textBlock .newsBody {
    font-size: 0.8rem
  }

  .pageNews .newsArticle .textBlock .newsBody a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageNews .newsArticle .textBlock .newsBody a:hover {
    opacity: 0.6
  }

  .pageNews .newsArticle .imageBlock {
    width: 130px;
    margin: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageNews .newsArticle .imageBlock:hover {
    opacity: 0.6
  }
}

.pageNews .newsArticleSingle {
  max-width: 750px;
  margin: 30px auto 0;
  min-height: 200px
}

.pageNews .newsArticleSingle .newsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pageNews .newsArticleSingle .newsHeader .date {
  font-weight: bold;
  font-size: 10px
}

.pageNews .newsArticleSingle .newsTitle {
  font-size: 1.2rem;
  margin-bottom: 20px
}

.pageNews .newsArticleSingle .newsBody {
  font-size: 0.9rem
}

.pageNews .newsArticleSingle .newsBody a {
  text-decoration: underline
}

.pageNews .newsArticleSingle .imageBlock {
  margin-top: 20px
}

.pageNews .newsArticleSingle .imageBlock img {
  display: block;
  margin: 0 auto 20px
}

@media screen and (min-width: 769px) {
  .pageNews .newsArticleSingle {
    margin-top: 50px;
    min-height: 300px
  }

  .pageNews .newsArticleSingle .textBlock .newsHeader {
    margin-bottom: 20px
  }

  .pageNews .newsArticleSingle .textBlock .newsHeader .date {
    font-size: 0.8rem
  }

  .pageNews .newsArticleSingle .textBlock .newsTitle {
    font-size: 1.3rem;
    margin-bottom: 30px
  }

  .pageNews .newsArticleSingle .textBlock .newsBody {
    font-size: 1.0rem
  }

  .pageNews .newsArticleSingle .textBlock .newsBody a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageNews .newsArticleSingle .textBlock .newsBody a:hover {
    opacity: 0.6
  }

  .pageNews .newsArticleSingle .imageBlock {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .pageNews .newsArticleSingle .imageBlock img {
    margin: 0 20px 20px 0;
    max-width: 230px
  }
}

.pageContact .leadText {
  padding: 0
}

.pageContact .leadText .noteArea {
  border: 1px solid #000;
  padding: 15px
}

.pageContact .leadText .noteArea dt {
  padding-bottom: 10px;
  font-weight: bold
}

.pageContact .leadText .noteArea dd {
  font-size: 0.85rem
}

.pageContact .leadText .shopButton {
  margin-bottom: 20px
}

@media screen and (min-width: 769px) {
  .pageContact .leadText {
    max-width: 850px;
    margin: 0 auto
  }

  .pageContact .leadText .noteArea {
    margin: 30px 0 50px 0;
    padding: 25px
  }
}

.pageContact .formGroup .selectWrapper {
  width: 100% !important
}

.pageContact .formGroup textarea {
  height: 90px !important;
  padding: 8px 7px !important
}

.pageContact .privacypolicy {
  margin-top: 30px
}

.pageContact .privacypolicy ul {
  font-size: 0.85rem;
  margin-top: 20px
}

.pageContact .privacypolicy ul li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em
}

@media screen and (min-width: 769px) {
  .pageContact .privacypolicy {
    max-width: 850px;
    padding: 0 75px;
    margin: 50px auto 0
  }
}

.pageContact .contactSubmit {
  margin-top: 30px;
  text-align: center
}

.pageContact .contactSubmit input {
  border-radius: 0;
  border: 1px solid #666;
  margin-right: 5px
}

.pageContact .contactSubmit .buttonBlock {
  margin-top: 30px
}

.pageForm .leadText {
  text-align: center;
  margin-bottom: 20px
}

.pageForm .textLink {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: underline
}

.pageForm .textLinkButton {
  display: inline-block;
  border: 1px solid #999;
  text-align: center;
  font-size: 0.85rem;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageForm .textLinkButton:hover {
  opacity: 0.6
}

.pageForm .error {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #ea5541;
  margin-top: 5px;
  margin-bottom: 0
}

.pageForm .disabled {
  pointer-events: none
}

.pageForm .buttonBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 20px;
  text-align: center
}

.pageForm .buttonBlock .formButton {
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageForm .buttonBlock .formButton:hover {
  opacity: 0.6
}

.pageForm .buttonBlock .formButton a {
  display: block
}

.pageForm .buttonBlock .formButton.disabled {
  background-color: #cdcece;
  border: 1px solid #bababa;
  color: #9fa0a0
}

.pageForm .buttonBlock .backButton {
  margin-top: 15px;
  display: inline-block;
  border: 1px solid #999;
  background-color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageForm .buttonBlock .backButton:hover {
  opacity: 0.6
}

.pageForm .buttonBlock .backButton a {
  display: block
}

.pageForm .buttonBlock .arrowButton {
  display: inline-block;
  border: 1px solid #999;
  background-color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageForm .buttonBlock .arrowButton:hover {
  opacity: 0.6
}

.pageForm .buttonBlock .arrowButton::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/arrow.svg) center center/auto 100% no-repeat
}

.pageForm .formBlock {
  background-color: #f7f8f8;
  padding: 20px 15px 30px 15px
}

.pageForm .formBlock .formTitle {
  font-size: 1.2rem;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center
}

.pageForm .formBlock .formLeadText {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  margin-top: 15px
}

.pageForm .formBlock .formGroup {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.pageForm .formBlock .formGroup .label {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold
}

.pageForm .formBlock .formGroup .label .required {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #444;
  background-color: #dfdfdf;
  padding: 1px 8px;
  margin: 0 0 0 8px
}

.pageForm .formBlock .formGroup .inputArea {
  position: relative;
  width: 100%;
  line-height: 40px
}

.pageForm .formBlock .formGroup .inputArea .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 7px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.pageForm .formBlock .formGroup .inputArea .inputNote {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
  margin-top: 3px
}

.pageForm .formBlock .formGroup .inputArea .selectWrapper {
  position: relative;
  display: inline-block
}

.pageForm .formBlock .formGroup .inputArea .selectWrapper::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  right: 15px;
  top: 50%;
  background-image: url(/assets/img/common/arrow.svg);
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  z-index: 2;
  pointer-events: none
}

.pageForm .formBlock .formGroup .inputArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.pageForm .formBlock .formGroup .inputArea select::-ms-expand {
  display: none
}

.pageForm .formBlock .formGroup .inputArea select[disabled] {
  background-color: #f8f8f8
}

.pageForm .formBlock .formGroup .inputArea .radioList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.pageForm .formBlock .formGroup .inputArea .customCheckbox {
  display: none
}

.pageForm .formBlock .formGroup .inputArea .customCheckbox+label {
  padding-left: 26px;
  height: 21px;
  line-height: 21px;
  cursor: pointer
}

.pageForm .formBlock .formGroup .inputArea .customCheckbox+label::before {
  display: none;
  content: url(/assets/img/4c-jewelry/check.svg);
  position: absolute;
  top: 27%;
  left: 1px;
  width: 18px;
  z-index: 2
}

.pageForm .formBlock .formGroup .inputArea .customCheckbox+label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1
}

.pageForm .formBlock .formGroup .inputArea .customCheckbox:checked+label::before {
  display: block
}

.pageForm .formBlock .formGroup .inputArea .customCheckbox:checked+label::after {
  border-color: #000;
  background-color: #000
}

.pageForm .formBlock .formGroup .inputArea .checkList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
  position: relative
}

.pageForm .formBlock .formGroup .inputArea .checkList li .customCheckbox+label::before {
  top: 10%
}

.pageForm .formBlock .formGroup .inputArea.confirm {
  line-height: 1.6
}

.pageForm .formBlock .formGroup.last {
  border: none !important;
  padding-bottom: 0
}

.pageForm .formBlock .toggle {
  display: none;
  opacity: 0
}

.pageForm .formBlock .toggle.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation: fadeIn .6s;
  animation: fadeIn .6s
}

.pageForm .formBlock .prefectureForm .selectWrapper {
  width: 60%
}

.pageForm .formBlock .dateForm .inputArea .colWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.pageForm .formBlock .dateForm .inputArea .colWrapper .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.pageForm .formBlock .dateForm .inputArea .colWrapper .col .selectWrapper {
  width: 69%
}

.pageForm .formBlock .dateForm .inputArea .colWrapper .col span {
  padding: 0 15px 0 5px
}

.pageForm .formBlock .formNote {
  margin-top: 20px;
  text-align: center
}

.pageForm .formBlock:not(:first-child) {
  margin-top: 2px
}

.pageForm .formBlock.confirm .formGroup .label {
  line-height: 1.6
}

.pageForm .formBlock.confirm .formGroup .inputArea {
  line-height: 1.6
}

.pageForm .privacyCheck {
  margin-top: 30px;
  text-align: center
}

.pageForm .errorTextBlock {
  padding: 7px 0;
  text-align: center;
  background-color: #ffe6e6;
  margin-bottom: 15px
}

@media (min-width: 769px) {
  .pageForm .buttonBlock {
    width: 540px;
    margin: 20px auto 0 auto
  }

  .pageForm .buttonBlock .formButton,
  .pageForm .buttonBlock .backButton,
  .pageForm .buttonBlock .arrowButton {
    width: 240px !important;
    margin-top: 0
  }

  .pageForm .formBlock {
    width: 850px;
    margin: 0 auto
  }

  .pageForm .formBlock .formTitle {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .pageForm .formBlock .formGroup {
    width: 700px;
    margin: 0 auto
  }

  .pageForm .formBlock .formGroup .formTitle {
    text-align: left
  }

  .pageForm .formBlock .formGroup .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
    line-height: 40px
  }

  .pageForm .formBlock .formGroup .inputArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
  }

  .pageForm .formBlock .formGroup.last {
    padding-bottom: 15px
  }

  .pageForm .errorTextBlock {
    width: 920px;
    margin: 0 auto 20px auto
  }
}

.colRed {
  color: #ea5541
}

.colRedBold {
  color: #ea5541;
  font-weight: bold
}

.pageCart .bannerWrapper {
  width: 100%;
  margin: 0 auto 20px auto
}

.pageCart .cartWrapper .emptyErrorText {
  text-align: center
}

.pageCart .cartGroup {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.pageCart .cartGroup .row {
  padding: 5px;
  overflow: hidden
}

.pageCart .cartGroup .row dt {
  float: left;
  width: 25%
}

.pageCart .cartGroup .row dt a {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageCart .cartGroup .row dt a:hover {
  opacity: 0.6
}

.pageCart .cartGroup .row dd {
  position: relative;
  float: left;
  width: 75%;
  padding: 10px 0
}

.pageCart .cartGroup .row dd .prdInfo__label {
  display: inline-block;
  padding: 2px 3px 0;
  background: #000;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2
}

.pageCart .cartGroup .row dd .prdInfo__label--taken {
  width: 58px
}

@media (max-width: 768px) {
  .pageCart .cartGroup .row dd .prdInfo__label--taken {
    width: 47px
  }
}

.pageCart .cartGroup .row dd .prdInfo .prdName {
  width: 100%
}

.pageCart .cartGroup .row dd .prdInfo .prdName a {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageCart .cartGroup .row dd .prdInfo .prdName a:hover {
  opacity: 0.6
}

.pageCart .cartGroup .row dd .prdInfo .prdName .note {
  font-size: 0.85rem;
  color: #666
}

.pageCart .cartGroup .row dd .prdInfo .price {
  display: block;
  text-align: left;
  margin-top: 15px
}

.pageCart .cartGroup .row dd .prdInfo .delChange {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0
}

.pageCart .cartGroup .row dd .prdInfo .delChange .textLinkButton {
  padding: 3px 30px
}

.pageCart .cartGroup .row dd .prdInfo .delChange .textLinkButton.jewelrycase {
  padding: 4px 10px;
  background-color: #000;
  color: #fff
}

.pageCart .cartGroup .row:not(:first-child) {
  border-top: 1px dotted #ddd
}

.pageCart .cartGroup:not(:first-child) {
  border-top: none
}

.pageCart .totalInfo {
  margin-top: 30px;
  position: relative;
  width: 100%
}

.pageCart .totalInfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 5px 0
}

.pageCart .totalInfo dl dd {
  text-align: right;
  font-weight: bold
}

.pageCart .totalInfo .postageNote {
  position: relative;
  width: 100%;
  color: #ea5541;
  text-align: right;
  padding-top: 5px
}

.pageCart .shipping {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
  padding: 15px
}

.pageCart .shipping .shippingDate {
  font-weight: bold;
  margin-bottom: 5px
}

.pageCart .shipping .shippingDate .note {
  color: #ea5541;
  font-size: 0.85rem;
  display: inline-block
}

.pageCart .shipping li {
  font-size: 0.85rem;
  padding-left: 1em;
  text-indent: -1em
}

@media (min-width: 769px) {
  .pageCart .bannerWrapper {
    width: 750px;
    margin-bottom: 40px
  }

  .pageCart .cartWrapper {
    width: 920px;
    margin: 0 auto
  }

  .pageCart .cartGroup .row dt {
    width: 110px
  }

  .pageCart .cartGroup .row dd {
    padding: 30px 0;
    width: 795px
  }

  .pageCart .cartGroup .row dd .prdInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pageCart .cartGroup .row dd .prdInfo .prdName {
    -ms-flex-preferred-size: 435px;
    flex-basis: 435px
  }

  .pageCart .cartGroup .row dd .prdInfo .price {
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    text-align: right;
    margin-top: 0
  }

  .pageCart .cartGroup .row dd .prdInfo .delChange {
    position: inherit
  }

  .pageCart .totalInfoWrapper {
    overflow: hidden
  }

  .pageCart .totalInfoWrapper .totalInfo {
    width: 360px;
    float: right
  }

  .pageCart .shipping {
    padding: 25px
  }

  .pageCart .shipping .shippingDate .note {
    display: inline;
    padding-left: 10px
  }
}

.pageCart .fair__block {
  display: block;
  max-width: 920px;
  margin: 0 auto 60px;
  padding: 15px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background: #ccc;
  transition: opacity .3s
}

@media (min-width: 769px) {
  .pageCart .fair__block {
    padding: 30px
  }
}

.pageCart .fair__block:hover {
  opacity: 0.6
}

.pageCart .fair__heading {
  margin-bottom: 15px
}

.pageCart .member-register__container.formGroup {
  padding: 0
}

.pageCart .member-register__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 700px;
  padding-top: 15px;
  padding-bottom: 15px
}

.pageCart .member-register__contents {
  display: none;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 15px;
  padding: 0;
  border-top: 1px solid #ddd;
  opacity: 0
}

.pageCart .member-register__contents.is-open {
  display: block;
  -webkit-animation: fadeIn .6s;
  animation: fadeIn .6s;
  opacity: 1
}

.pageCart .pageForm .formBlock .formGroup:last-child {
  border: none;
  padding-bottom: 0
}

.pageCartCase .caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pageCartCase .caseList li {
  width: 100%;
  padding-bottom: 30px
}

.pageCartCase .caseList li img {
  width: 100%;
  border: 1px solid #ccc
}

.pageCartCase .caseList li label {
  display: inline-block;
  margin-top: 15px
}

.pageCartCase .caseList li label input {
  margin-right: 10px
}

.pageCartCase .caseList li label .price {
  margin-left: 25px
}

.pageCartCase .caseList li label .caption {
  font-size: 0.85rem;
  color: #666
}

@media (min-width: 769px) {
  .pageCartCase .cartWrapper {
    width: 920px;
    margin: 0 auto
  }

  .pageCartCase .caseList li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin-left: 2%
  }

  .pageCartCase .caseList li:first-child {
    margin-left: 0
  }
}

.pageCartBuy2 .delivNote {
  text-align: center;
  font-size: 0.85rem;
  border: 1px solid #ea5541;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px
}

@media (min-width: 769px) {
  .pageCartBuy2 .delivNote {
    max-width: 850px;
    margin: 0 auto 20px
  }
}

.pageCartBuy2 .delivNote .title {
  margin-bottom: 8px;
  font-size: 1rem
}

.pageCartBuy2 .errorWrap {
  margin: auto;
  padding: 0 15px
}

.pageCartBuy2 .errorWrap .errorTextBlock {
  width: 100%;
  max-width: 850px
}

.pageCartBuy2 .formBlock .deliveryForm .selectWrapper {
  width: 100%
}

.pageCartBuy2 .formBlock .radioForm {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.pageCartBuy2 .formBlock .radioForm .label {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left
}

.pageCartBuy2 .formBlock .radioForm .label input {
  margin-right: 7px
}

.pageCartBuy2 .formBlock .radioForm .inputArea {
  padding-left: 24px
}

@media (min-width: 769px) {
  .pageCartBuy2 .formBlock .radioForm .inputArea {
    padding-left: 0
  }
}

.pageCartBuy2 .formBlock .radioForm .selectWrapper {
  width: 100%
}

.pageCartBuy2 .formBlock .formBlockInner {
  display: none;
  width: 100%;
  padding-left: 24px;
  opacity: 0
}

@media (min-width: 769px) {
  .pageCartBuy2 .formBlock .formBlockInner {
    padding-left: 20px
  }
}

.pageCartBuy2 .formBlock .formBlockInner.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn .6s;
  animation: fadeIn .6s
}

.pageCartBuy2 .formBlock .formBlockInner .formGroup {
  border-bottom: 1px dotted #ddd
}

@media (min-width: 769px) {
  .pageCartBuy2 .formBlock .formBlockInner .formGroup {
    width: 680px
  }
}

@media (min-width: 769px) {
  .pageCartBuy2 .formBlock .formBlockInner .formGroup .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 28%
  }
}

.pageCartBuy2 .formBlock .formBlockInner .formGroup .inputArea {
  padding-left: 0
}

@media (min-width: 769px) {
  .pageCartBuy3 .errorTextBlock {
    width: 850px
  }
}

.pageCartBuy3 .cartWrapper {
  margin-bottom: 40px
}

@media (min-width: 769px) {
  .pageCartBuy3 .cartWrapper {
    width: 850px
  }
}

@media (min-width: 769px) {
  .pageCartBuy3 .cartWrapper .cartGroup .row dd {
    width: 725px
  }
}

.pageCartBuy3 .formBlock .changeButton {
  padding-top: 10px
}

.pageCartBuy3 .formBlock .changeButton .textLinkButton {
  padding: 3px 30px;
  background-color: #fff;
  border: 1px solid #ccc
}

.pageCartBuy3 .cancelPolicy {
  border: 1px solid #ea5541;
  padding: 15px;
  text-align: center;
  font-size: 0.85rem;
  color: #ea5541;
  margin: 20px 0
}

@media (min-width: 769px) {
  .pageCartBuy3 .cancelPolicy {
    width: 850px;
    margin: 30px auto
  }
}

.pageCartBuy3 .buttonBlock form {
  width: 100%
}

.pageCartBuy4 .domainNote {
  border: 1px solid #000;
  padding: 15px;
  font-size: 0.85rem;
  text-align: center
}

@media (min-width: 769px) {
  .pageCartBuy4 .domainNote {
    width: 720px;
    margin: 0 auto 30px auto
  }
}

@media (min-width: 769px) {
  .pageMemberLogin .formBlock .formGroup {
    width: 660px
  }

  .pageMemberLogin .formBlock .formGroup .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .pageMemberLogin .formBlock .formGroup .inputArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
  }
}

.pageMemberInput .formBlock #weddingForm {
  display: none;
  opacity: 0
}

.pageMemberInput .formBlock #weddingForm.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation: fadeIn .6s;
  animation: fadeIn .6s
}

.pageMypage .pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.pageMypage .pageList li {
  border: 1px solid #ddd;
  text-align: center;
  width: 100%;
  margin-bottom: 10px
}

.pageMypage .pageList li a {
  display: block;
  padding: 15px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageMypage .pageList li a:hover {
  opacity: 0.6
}

.pageMypage .pageList li a .icon {
  height: 40px
}

.pageMypage .pageList li a .title {
  font-weight: bold;
  font-size: 1.1rem
}

.pageMypage .pageList li a .caption {
  font-size: 0.85rem
}

@media (min-width: 769px) {
  .pageMypage .pageList li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    margin-bottom: 0
  }

  .pageMypage .pageList li a {
    padding: 30px 40px
  }

  .pageMypage .pageList li a .icon {
    height: 50px
  }

  .pageMypage .pageList li a .title {
    margin-bottom: 5px
  }
}

.pageMypage .icon {
  margin: auto
}

.pageMypage .icon__order {
  width: 21px
}

.pageMypage .icon__address {
  width: 27px
}

.pageMypage .icon__password {
  width: 35px
}

.pageMypage .icon__detail {
  width: 16px
}

.pageMypageOrder .order {
  margin-top: 30px
}

.pageMypageOrder .order .date {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-weight: bold
}

.pageMypageOrder .order .headRow {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0
}

.pageMypageOrder .order .headRow p {
  margin-bottom: 0
}

.pageMypageOrder .order .headRow .status {
  text-align: right
}

.pageMypageOrder .order .prdList {
  padding: 5px 0
}

.pageMypageOrder .order .prdList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0
}

.pageMypageOrder .order .prdList li p {
  margin-bottom: 0
}

.pageMypageOrder .order .prdList li .prdCd {
  font-size: 0.85rem;
  color: #666
}

@media (min-width: 769px) {
  .pageMypageOrder .order {
    width: 850px;
    margin: 30px auto 0
  }
}

.pageMypageAddress .buttonBlock {
  margin-bottom: 20px
}

.pageMypageAddress .row {
  overflow: hidden;
  background-color: #f7f8f8;
  padding: 20px;
  margin-top: 2px
}

.pageMypageAddress .row .leftCol .name {
  font-weight: bold;
  margin-bottom: 5px
}

.pageMypageAddress .row .leftCol .address {
  margin-bottom: 0
}

.pageMypageAddress .row .leftCol .tel {
  margin-bottom: 10px
}

.pageMypageAddress .row .rightCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.pageMypageAddress .row .rightCol .textLinkButton {
  padding: 3px 30px;
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.pageMypageAddress .row .rightCol .textLinkButton.last {
  margin-right: 10px
}

@media (min-width: 769px) {
  .pageMypageAddress .row {
    width: 850px;
    margin: 2px auto 0
  }

  .pageMypageAddress .row .leftCol {
    float: left
  }

  .pageMypageAddress .row .leftCol .address {
    margin-bottom: 0
  }

  .pageMypageAddress .row .leftCol .tel {
    margin-bottom: 0
  }

  .pageMypageAddress .row .rightCol {
    display: block;
    float: right
  }

  .pageMypageAddress .row .rightCol .textLinkButton {
    margin-bottom: 10px
  }

  .pageMypageAddress .row .rightCol .textLinkButton.last {
    margin-bottom: 0;
    margin-right: 0
  }
}

@media (min-width: 981px) {
  .pageFavorite .itemList .itemGridWrapper .itemGrid {
    grid-template-columns: 25% 25% 25% 25%;
    -ms-grid-columns: 25% 25% 25% 25%
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(7) {
    grid-row: auto;
    grid-column: auto;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(7) .linkItem {
    padding-bottom: 10px
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }

  .pageFavorite .itemList .itemGridWrapper .itemGrid:nth-child(odd) li:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2
  }
}

@media (min-width: 769px) {
  .page404 .pageTitle {
    padding-top: 40px
  }
}

.pageHow .categorySelect {
  text-align: center;
  padding: 0 20px
}

.pageHow .categorySelect .customSelectWrapper {
  width: 100%;
  margin: 10px 0 20px
}

.pageHow .categorySelect select {
  width: 100%
}

.pageHow .tableofContentsWrapper {
  padding: 0 20px
}

.pageHow .tableofContentsWrapper .categoryTitle {
  margin-bottom: 20px;
  font-size: 1.2rem
}

.pageHow .tableofContentsWrapper .tableofContents li:not(:last-child) {
  margin-bottom: 10px
}

.pageHow .tableofContentsWrapper .tableofContents li a {
  position: relative;
  padding-left: 15px
}

.pageHow .tableofContentsWrapper .tableofContents li a::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/common/arrow.svg) center center/auto 100% no-repeat
}

@media (min-width: 769px) {
  .pageHow .tableofContentsWrapper {
    padding: 0 50px
  }

  .pageHow .tableofContentsWrapper .tableofContents li a {
    padding-left: 20px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageHow .tableofContentsWrapper .tableofContents li a::before {
    width: 22px;
    height: 22px
  }

  .pageHow .tableofContentsWrapper .tableofContents li a:hover {
    opacity: 0.6
  }
}

.pageHow .contentTitle {
  font-size: 1.15rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px
}

.pageHow .contentSubTitle {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px
}

.pageHow .contentSubTitle::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #333;
  margin-right: 5px
}

.pageHow .emph {
  font-weight: bold;
  text-decoration: underline
}

.pageHow .contentSet-inline {
  margin-bottom: 15px
}

.pageHow .contentSet-inline img {
  display: inline-block;
  margin: 10px 0
}

@media (min-width: 769px) {
  .pageHow .contentSet-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .pageHow .contentSet-inline img {
    margin: 0 0 0 20px
  }
}

.pageHow .contentSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.pageHow .contentSet img {
  max-width: 40%;
  margin-left: 15px
}

.pageHow .contentSet li img {
  max-width: 26%
}

@media (min-width: 769px) {
  .pageHow .contentSet img {
    max-width: 200px;
    margin-left: 30px
  }
}

.pageHow .paragraph a {
  text-decoration: underline
}

@media (min-width: 769px) {
  .pageHow .paragraph a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageHow .paragraph a:hover {
    opacity: 0.6
  }
}

.pageHow .attentionBox {
  padding: 15px;
  background-color: #f7f8f8;
  border: 1px solid #9fa0a0
}

.pageHow .attentionBox .attentionHeadline {
  color: #e60012;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px
}

@media (min-width: 769px) {
  .pageHow .attentionBox {
    display: inline-block;
    padding: 25px 35px
  }

  .pageHow .attentionBox .attentionHeadline {
    font-weight: normal
  }

  .pageHow .attentionBox p {
    font-size: 0.85rem
  }
}

.pageHow .howNaviBlock {
  margin-bottom: 30px
}

.pageHow .howNaviBlock .categoryNavi {
  overflow: hidden;
  margin-left: -20px;
  margin-bottom: 20px
}

.pageHow .howNaviBlock .categoryNavi li {
  float: left;
  margin-left: 20px;
  margin-bottom: 10px
}

.pageHow .howNaviBlock .categoryNavi li a {
  display: block;
  width: 300px;
  height: 71px;
  background: url("../../../images/pc/how/how_navi_bg.gif") left top no-repeat;
  color: #FFF;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
  text-align: center
}

.pageHow .howNaviBlock .categoryNavi li a:hover,
.pageHow .howNaviBlock .categoryNavi li.current a {
  background-position: left bottom
}

.pageHow .howNaviBlock .categoryTitle {
  color: #001F5E;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px
}

.pageHow .howNaviBlock .anchorLink li {
  margin-top: 5px;
  margin-left: 10px
}

.pageHow .howNaviBlock .anchorLink li a {
  padding-left: 18px;
  background: url(../../../images/pc/common/common_icn_023.gif) no-repeat left
}

.pageHow .howSection {
  border-top: 1px dotted #CCC;
  padding-top: 30px;
  padding-bottom: 40px
}

.pageHow .howSection .subSection:not(:first-child) {
  margin-top: 40px
}

.pageHow .howSection .colLayout {
  overflow: hidden
}

.pageHow .howSection .colLayout .col {
  width: 98%;
  float: left
}

@media (min-width: 769px) {
  .pageHow .howSection .colLayout .col {
    width: 400px
  }
}

.pageHow .howSection .colLayout .col:first-child {
  margin-right: 90px
}

.pageHow .howSection .sectionTitle {
  color: #001F5E;
  font-size: 20px;
  margin-bottom: 40px
}

.pageHow .howSection .boldTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px
}

.pageHow .howSection .body p:not(.image),
.pageHow .howSection .body li {
  line-height: 2.0
}

.pageHow .howSection .body li {
  text-indent: -12px;
  margin-left: 12px
}

.pageHow .howSection .body .noindent>li {
  text-indent: 0;
  margin-left: 0
}

.pageHow .howSection .body ol li {
  list-style-type: none
}

.pageHow .howSection .body .listBlock>li:not(:first-child) {
  margin-top: 25px
}

.pageHow .howSection .body .listBlock>li .boldTitle {
  display: block;
  margin-bottom: 0
}

.pageHow .howSection .box {
  background: #EBEDF3;
  padding: 20px 30px;
  margin-top: 30px
}

.pageHow .howSection .box.attention {
  background: #EEE
}

.pageHow .howSection .box dt {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px
}

.pageHow .howSection .box.attention dt {
  color: #F00
}

.pageHow .howSection .box dd .imageList li {
  float: left;
  margin-right: 10px
}

.pageHow .tableBlock01_sn .howTable {
  width: 100%;
  table-layout: fixed
}

.pageHow .tableBlock01_sn .howTable th,
.pageHow .tableBlock01_sn .howTable td {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding: 8px
}

.pageHow .tableBlock01_sn table th {
  font-weight: normal;
  line-height: 40px;
  background: #f4f4f4;
  border-right: solid #cccccc 1px;
  border-bottom: solid #cccccc 1px
}

.pageHow .tableBlock01_sn table td {
  line-height: 1.4;
  padding: 8px 0;
  border-right: solid #cccccc 1px;
  border-bottom: solid #cccccc 1px
}

.pageHow .tableBlock01_sn {
  margin-bottom: 35px
}

.pageHow .tableBlock01_sn table {
  width: 839px;
  border-top: solid #cccccc 1px;
  border-left: solid #cccccc 1px
}

.pageHow .tableBlock01_sn table th {
  font-weight: normal;
  line-height: 40px;
  background: #f4f4f4;
  border-right: solid #cccccc 1px;
  border-bottom: solid #cccccc 1px
}

.pageHow .tableBlock01_sn table td {
  line-height: 1.4;
  padding: 8px 0;
  border-right: solid #cccccc 1px;
  border-bottom: solid #cccccc 1px
}

.pageHow .howTable {
  border-spacing: 0
}

.pageHow .contentBlock .listBlock li {
  text-indent: -12px;
  margin-left: 12px
}

.pageHow .infomationBox {
  padding: 15px;
  background-color: #EBEDF3;
  border: 1px solid #9fa0a0
}

.pageHow .infomationBox .infomationHeadline {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px
}

@media (min-width: 769px) {
  .pageHow .infomationBox {
    display: inline-block;
    padding: 25px 35px
  }

  .pageHow .infomationBox .infomationHeadline {
    font-weight: normal
  }

  .pageHow .infomationBox p {
    font-size: 0.85rem
  }
}

.pageHow .contents_type2 {
  margin-top: -10%
}

.pageHow .contents_type2 .pcOnly {
  display: none !important
}

.pageHow .contents_type2 .spOnly {
  display: inline-block !important
}

.pageHow .contents_type2 .attention {
  margin: 20px 0
}

.pageHow .contents_type2 p,
.pageHow .contents_type2 ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 0
}

.pageHow .contents_type2 .paragraph .body {
  margin-bottom: 30px
}

@media (min-width: 769px) {
  .pageHow .contents_type2 {
    margin-top: -6%
  }

  .pageHow .contents_type2 .pcOnly {
    display: inline-block !important
  }

  .pageHow .contents_type2 .spOnly {
    display: none !important
  }
}

.pageHow .text_bold {
  font-weight: bold
}

.pageHow .text_color_blue {
  color: #0000FF
}

.pageHow .text_color_red {
  color: #FF0000
}

.pageRules .contentWrapper {
  max-width: 750px
}

.pageRules .ruleArchive .ruleTitle {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.2rem
}

.pageRules .ruleArchive .ruleHeadline {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px
}

.pageRules .ruleArchive .ruleBlock:not(:last-child) {
  margin-bottom: 20px
}

.pageRules .ruleArchive .ruleBlock a {
  text-decoration: underline
}

@media (min-width: 769px) {
  .pageRules .ruleArchive .ruleTitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding-bottom: 10px
  }

  .pageRules .ruleArchive .ruleHeadline {
    margin-bottom: 10px
  }

  .pageRules .ruleArchive .ruleBlock:not(:last-child) {
    margin-bottom: 30px
  }

  .pageRules .ruleArchive .ruleBlock a:hover {
    text-decoration: none
  }
}

.pageSitemap .contentWrapper {
  max-width: 750px
}

.pageSitemap .sitemapUl .topLevel>a {
  font-size: 1.2rem;
  position: relative;
  padding-left: 10px
}

.pageSitemap .sitemapUl .topLevel>a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(/assets/img/fdc/arrow.svg) left center/4px auto no-repeat
}

.pageSitemap .sitemapUl>li:not(:last-child) {
  margin-bottom: 30px
}

.pageSitemap .sitemapUl>li>ul>li {
  margin-bottom: 30px
}

.pageSitemap .sitemapUl>li>ul>li>ul {
  margin-top: 5px
}

.pageSitemap .sitemapUl>li>ul>li>ul>li {
  padding-left: 15px;
  margin-bottom: 5px
}

.pageSitemap .sitemapUl .brandUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pageSitemap .sitemapUl .brandUl li {
  width: 50%
}

.pageSitemap .sitemapUl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pageSitemap .sitemapUl dl dt {
  width: 60px
}

.pageSitemap .sitemapUl dl dd {
  width: calc(100% - 60px)
}

.pageSitemap .sitemapUl dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pageSitemap .sitemapUl dl dd ul li {
  width: 50%
}

.pageSitemap .sitemapUl .logoHoldings {
  width: 100px
}

@media (min-width: 769px) {
  .pageSitemap .sitemapUl a:hover {
    text-decoration: underline
  }

  .pageSitemap .sitemapUl .topLevel>a {
    font-size: 1.3rem
  }

  .pageSitemap .sitemapUl>li:not(:last-child) {
    margin-bottom: 50px
  }

  .pageSitemap .sitemapUl>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .pageSitemap .sitemapUl>li>ul>li {
    width: 33.33%
  }

  .pageSitemap .sitemapUl .brandUl {
    display: block
  }

  .pageSitemap .sitemapUl .brandUl li {
    width: 100%
  }

  .pageSitemap .sitemapUl dl dd ul {
    display: block
  }

  .pageSitemap .sitemapUl dl dd ul li {
    width: 100%
  }

  .pageSitemap .sitemapUl .logoHoldings {
    width: 131px
  }
}

.pageBirthstone {
  opacity: 0
}

.pageBirthstone.show {
  -webkit-transition: opacity 1.0s linear;
  -o-transition: opacity 1.0s linear;
  transition: opacity 1.0s linear;
  opacity: 1
}

.pageBirthstone .headerImage {
  height: 0;
  padding-top: 85%;
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  top: 92px
}

.pageBirthstone .headerImage .bcVisual {
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  height: 100%
}

@media (min-width: 769px) {
  .pageBirthstone .headerImage {
    padding-top: 57%;
    top: 0
  }

  .pageBirthstone .headerImage .bcVisual {
    top: 0
  }
}

.pageBirthstone .contentsWrapper {
  margin-top: 85%;
  padding-bottom: 30px;
  position: relative
}

.pageBirthstone .contentsWrapper::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #fff
}

@media (min-width: 769px) {
  .pageBirthstone .contentsWrapper {
    margin-top: calc(57% - 114px - 60px)
  }

  .pageBirthstone .contentsWrapper::before {
    top: 110px;
    height: calc(100% - 110px)
  }
}

.pageBirthstone .headerText {
  position: relative
}

.pageBirthstone .headerText .bcTitle {
  margin-top: -0.6em;
  font-family: 'Crimson Text';
  font-size: 39px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.07em;
  color: #00235e
}

.pageBirthstone .headerText .bcTitle p {
  margin: 0
}

.pageBirthstone .headerText .bcTitle span {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  display: inline-block
}

@media (min-width: 769px) {
  .pageBirthstone .headerText .bcTitle {
    font-size: 67px;
    top: -0.3em
  }

  .pageBirthstone .headerText .bcTitle p {
    display: inline-block;
    margin: 0 0.15em
  }
}

.pageBirthstone .headerText .bcLede {
  margin-top: 25px;
  padding-top: 25px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  font-family: "Yu Mincho", YuMincho, serif;
  color: #00235e;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px)
}

@media (min-width: 769px) {
  .pageBirthstone .headerText .bcLede {
    font-size: 19px;
    line-height: 2.4;
    margin-top: 40px;
    padding-top: 40px
  }

  .pageBirthstone .headerText .bcLede .exceptSmall {
    display: inline !important
  }
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(1) {
  -webkit-transition: all 0.6s -.23s;
  -o-transition: all 0.6s -.23s;
  transition: all 0.6s -.23s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(2) {
  -webkit-transition: all 0.6s -.16s;
  -o-transition: all 0.6s -.16s;
  transition: all 0.6s -.16s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(3) {
  -webkit-transition: all 0.6s -.09s;
  -o-transition: all 0.6s -.09s;
  transition: all 0.6s -.09s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(4) {
  -webkit-transition: all 0.6s -.02s;
  -o-transition: all 0.6s -.02s;
  transition: all 0.6s -.02s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(5) {
  -webkit-transition: all 0.6s .05s;
  -o-transition: all 0.6s .05s;
  transition: all 0.6s .05s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(6) {
  -webkit-transition: all 0.6s .12s;
  -o-transition: all 0.6s .12s;
  transition: all 0.6s .12s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(7) {
  -webkit-transition: all 0.6s .19s;
  -o-transition: all 0.6s .19s;
  transition: all 0.6s .19s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(8) {
  -webkit-transition: all 0.6s .26s;
  -o-transition: all 0.6s .26s;
  transition: all 0.6s .26s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(9) {
  -webkit-transition: all 0.6s .33s;
  -o-transition: all 0.6s .33s;
  transition: all 0.6s .33s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(1) span:nth-child(10) {
  -webkit-transition: all 0.6s .4s;
  -o-transition: all 0.6s .4s;
  transition: all 0.6s .4s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(1) {
  -webkit-transition: all 0.6s .47s;
  -o-transition: all 0.6s .47s;
  transition: all 0.6s .47s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(2) {
  -webkit-transition: all 0.6s .54s;
  -o-transition: all 0.6s .54s;
  transition: all 0.6s .54s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(3) {
  -webkit-transition: all 0.6s .61s;
  -o-transition: all 0.6s .61s;
  transition: all 0.6s .61s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(4) {
  -webkit-transition: all 0.6s .68s;
  -o-transition: all 0.6s .68s;
  transition: all 0.6s .68s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(5) {
  -webkit-transition: all 0.6s .75s;
  -o-transition: all 0.6s .75s;
  transition: all 0.6s .75s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(6) {
  -webkit-transition: all 0.6s .82s;
  -o-transition: all 0.6s .82s;
  transition: all 0.6s .82s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(7) {
  -webkit-transition: all 0.6s .89s;
  -o-transition: all 0.6s .89s;
  transition: all 0.6s .89s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(8) {
  -webkit-transition: all 0.6s .96s;
  -o-transition: all 0.6s .96s;
  transition: all 0.6s .96s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(9) {
  -webkit-transition: all 0.6s 1.03s;
  -o-transition: all 0.6s 1.03s;
  transition: all 0.6s 1.03s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcTitle p:nth-child(2) span:nth-child(10) {
  -webkit-transition: all 0.6s 1.1s;
  -o-transition: all 0.6s 1.1s;
  transition: all 0.6s 1.1s;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.pageBirthstone .headerText.show .bcLede {
  -webkit-transition: all .8s 1.1s;
  -o-transition: all .8s 1.1s;
  transition: all .8s 1.1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 20px 0;
  background-color: #fff
}

.pageBirthstone .monthlist.show li:nth-child(1) {
  -webkit-transition: all 0.6s .1s;
  -o-transition: all 0.6s .1s;
  transition: all 0.6s .1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(2) {
  -webkit-transition: all 0.6s .2s;
  -o-transition: all 0.6s .2s;
  transition: all 0.6s .2s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(3) {
  -webkit-transition: all 0.6s .3s;
  -o-transition: all 0.6s .3s;
  transition: all 0.6s .3s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(4) {
  -webkit-transition: all 0.6s .4s;
  -o-transition: all 0.6s .4s;
  transition: all 0.6s .4s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(5) {
  -webkit-transition: all 0.6s .5s;
  -o-transition: all 0.6s .5s;
  transition: all 0.6s .5s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(6) {
  -webkit-transition: all 0.6s .6s;
  -o-transition: all 0.6s .6s;
  transition: all 0.6s .6s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(7) {
  -webkit-transition: all 0.6s .7s;
  -o-transition: all 0.6s .7s;
  transition: all 0.6s .7s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(8) {
  -webkit-transition: all 0.6s .8s;
  -o-transition: all 0.6s .8s;
  transition: all 0.6s .8s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(9) {
  -webkit-transition: all 0.6s .9s;
  -o-transition: all 0.6s .9s;
  transition: all 0.6s .9s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(10) {
  -webkit-transition: all 0.6s 1s;
  -o-transition: all 0.6s 1s;
  transition: all 0.6s 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(11) {
  -webkit-transition: all 0.6s 1.1s;
  -o-transition: all 0.6s 1.1s;
  transition: all 0.6s 1.1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist.show li:nth-child(12) {
  -webkit-transition: all 0.6s 1.2s;
  -o-transition: all 0.6s 1.2s;
  transition: all 0.6s 1.2s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pageBirthstone .monthlist li {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  border: 1px solid #00235e;
  font-family: "Crimson Text", "Yu Mincho", YuMincho, serif;
  background-color: #fff
}

.pageBirthstone .monthlist li a {
  display: block;
  text-align: center;
  padding: 10px 10px 30px;
  color: #00235e;
  line-height: 1;
  position: relative
}

.pageBirthstone .monthlist li a::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/assets/img/common/birthstone/arrow.svg") center center/100% auto no-repeat
}

.pageBirthstone .monthlist li .month {
  font-size: 1.1rem
}

.pageBirthstone .monthlist li .month span {
  font-size: 28px
}

.pageBirthstone .monthlist li img {
  width: 20px;
  display: block;
  margin: 5px auto 2px
}

.pageBirthstone .monthlist li .stone {
  font-size: 14px;
  letter-spacing: 0.07em;
  overflow: hidden
}

@media (min-width: 769px) {
  .pageBirthstone .monthlist {
    max-width: 940px;
    margin: 0 auto;
    padding: 100px 20px 0
  }

  .pageBirthstone .monthlist li {
    width: calc(25% - 20px);
    margin-bottom: 30px
  }

  .pageBirthstone .monthlist li a {
    padding: 15px 10px 45px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageBirthstone .monthlist li a::after {
    width: 20px;
    height: 20px;
    bottom: 8px
  }

  .pageBirthstone .monthlist li a:hover {
    opacity: 0.6
  }

  .pageBirthstone .monthlist li .month {
    font-size: 31px
  }

  .pageBirthstone .monthlist li .month span {
    font-size: 60px
  }

  .pageBirthstone .monthlist li img {
    width: 36px;
    margin: 15px auto 12px
  }

  .pageBirthstone .monthlist li .stone {
    font-size: 23px
  }
}

.pageBirthstone .bcDetail {
  margin: 30px auto 0;
  font-family: "Crimson Text", "Yu Mincho", YuMincho, serif;
  color: #00235e;
  display: none
}

.pageBirthstone .bcDetail .bcDetailInner {
  padding: 0 25px
}

.pageBirthstone .bcDetail .bcButtons {
  display: block;
  margin-top: 40px
}

.pageBirthstone .bcDetail .bcButton {
  text-align: center;
  width: 100%
}

.pageBirthstone .bcDetail .bcButton a {
  position: relative;
  display: inline-block;
  border: 1px solid #00235e;
  padding: 25px 38px 25px 23px;
  width: 100%
}

.pageBirthstone .bcDetail .bcButton a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
  background: url("/assets/img/common/birthstone/arrow.svg") center center/100% auto no-repeat
}

.pageBirthstone .bcDetail .bcButton+.bcButton {
  margin: 40px 0 0 0
}

.pageBirthstone .bcDetail.active {
  display: block !important
}

.pageBirthstone .bcDetail.active header .month {
  -webkit-animation: fadeIn 0.6s .4s both;
  animation: fadeIn 0.6s .4s both
}

.pageBirthstone .bcDetail.active header img {
  -webkit-animation: fadeIn 0.6s .5s both;
  animation: fadeIn 0.6s .5s both
}

.pageBirthstone .bcDetail.active header .stone {
  -webkit-animation: fadeIn 0.6s .6s both;
  animation: fadeIn 0.6s .6s both
}

.pageBirthstone .bcDetail.active .gemLang {
  -webkit-animation: fadeIn 0.6s .9s both;
  animation: fadeIn 0.6s .9s both
}

.pageBirthstone .bcDetail.active .gemOrigin {
  -webkit-animation: fadeIn 0.6s 1s both;
  animation: fadeIn 0.6s 1s both
}

.pageBirthstone .bcDetail.active .gemImage {
  -webkit-animation: fadeIn 0.8s 1.2s both;
  animation: fadeIn 0.8s 1.2s both
}

.pageBirthstone .bcDetail.active .birthItemList {
  -webkit-animation: fadeIn 0.6s 1.3s both;
  animation: fadeIn 0.6s 1.3s both
}

.pageBirthstone .bcDetail.active .bcButtons {
  -webkit-animation: fadeIn 0.6s 1.4s both;
  animation: fadeIn 0.6s 1.4s both
}

.pageBirthstone .bcDetail header {
  text-align: center;
  line-height: 1
}

.pageBirthstone .bcDetail header .month {
  font-size: 25px
}

.pageBirthstone .bcDetail header .month span {
  font-size: 50px
}

.pageBirthstone .bcDetail header img {
  width: 46px;
  margin: 15px auto 5px
}

.pageBirthstone .bcDetail header .stone {
  letter-spacing: 0.1em;
  font-size: 23px
}

.pageBirthstone .bcDetail header .stone span {
  margin-top: 5px;
  letter-spacing: 0;
  display: block;
  font-size: 12px
}

.pageBirthstone .bcDetail .gemLang {
  margin-top: 50px
}

.pageBirthstone .bcDetail .gemLang__text {
  margin-bottom: 0;
  line-height: 2;
  text-align: justify
}

.pageBirthstone .bcDetail .gemLang__text+.gemLang__text {
  margin-top: 2em
}

.pageBirthstone .bcDetail .gemOrigin {
  margin-top: 40px
}

.pageBirthstone .bcDetail .gemOrigin__title {
  position: relative;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer
}

.pageBirthstone .bcDetail .gemOrigin__title:after {
  content: '+';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%);
  line-height: 1;
  margin-left: 30px
}

.pageBirthstone .bcDetail .gemOrigin__text {
  display: none;
  line-height: 2;
  text-align: justify
}

.pageBirthstone .bcDetail .gemImage {
  margin-top: 20px
}

@media (min-width: 769px) {
  .pageBirthstone .bcDetail {
    margin: 60px auto 53px
  }

  .pageBirthstone .bcDetail .bcDetailInner {
    max-width: 940px;
    margin: auto
  }

  .pageBirthstone .bcDetail header .month {
    font-size: 45px
  }

  .pageBirthstone .bcDetail header .month span {
    font-size: 110px
  }

  .pageBirthstone .bcDetail header img {
    width: 80px;
    margin: 60px auto 20px
  }

  .pageBirthstone .bcDetail header .stone {
    font-size: 32px
  }

  .pageBirthstone .bcDetail header .stone span {
    font-size: 18px;
    margin-top: 10px
  }

  .pageBirthstone .bcDetail .gemLang {
    margin-top: 70px
  }

  .pageBirthstone .bcDetail .gemLang__text {
    text-align: center;
    font-size: 17px;
    line-height: 2.8
  }

  .pageBirthstone .bcDetail .gemOrigin {
    margin-top: 100px
  }

  .pageBirthstone .bcDetail .gemOrigin__title {
    font-size: 22px;
    margin-bottom: 20px
  }

  .pageBirthstone .bcDetail .gemOrigin__text {
    text-align: center;
    font-size: 17px;
    line-height: 2.8
  }

  .pageBirthstone .bcDetail .gemImage {
    margin-top: 50px
  }

  .pageBirthstone .bcDetail .bcButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px
  }

  .pageBirthstone .bcDetail .bcButton {
    width: 50%
  }

  .pageBirthstone .bcDetail .bcButton a {
    padding: 35px 60px 35px 35px;
    font-size: 17px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageBirthstone .bcDetail .bcButton a::after {
    width: 14px;
    height: 14px;
    right: 35px
  }

  .pageBirthstone .bcDetail .bcButton a:hover {
    opacity: 0.6
  }

  .pageBirthstone .bcDetail .bcButton+.bcButton {
    margin: 0 0 0 60px
  }
}

.pageBirthstone .birthItemList {
  margin: auto;
  background-color: #f7f8f8;
  padding: 10px 5px 10px
}

@media (min-width: 981px) {
  .pageBirthstone .birthItemList {
    padding: 20px 7px
  }
}

.pageBirthstone .birthItemGrid {
  max-width: 940px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

@media (min-width: 981px) {
  .pageBirthstone .birthItemGrid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 25% 25% 25% 25%;
    -ms-grid-columns: 25% 25% 25% 25%
  }
}

.pageBirthstone .birthItem {
  margin: 5px;
  width: calc(50% - 10px);
  position: relative
}

@media (min-width: 481px) {
  .pageBirthstone .birthItem {
    width: calc(33.33% - 10px)
  }
}

@media (min-width: 981px) {
  .pageBirthstone .birthItem {
    width: calc(100% - 14px);
    margin: 7px
  }
}

.pageBirthstone .linkItem {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageBirthstone .linkItem:hover {
  opacity: 0.6
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.pageFaq .categorySelect {
  text-align: center;
  padding: 0 20px 40px
}

.pageFaq .categorySelect .customSelectWrapper {
  width: 100%
}

.pageFaq .categorySelect select {
  width: 100%
}

.pageFaq .tabNavi li a {
  padding-right: 25px;
  padding-left: 25px
}

.pageFaq .exceptSmall {
  padding-bottom: 80px
}

.pageFaq .faqSet {
  margin: 30px 0 50px
}

.pageFaq .faqSet li {
  padding: 0 15px
}

.pageFaq .faqSet li .question {
  padding: 10px 0 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px
}

.pageFaq .faqSet li .question .questionTitle {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.4
}

@media (min-width: 769px) {
  .pageFaq .faqSet li .question .questionTitle {
    font-size: 15px
  }
}

.pageFaq .faqSet li .question .questionTitle::before {
  position: absolute;
  left: 0;
  top: 0;
  content: 'Q.';
  margin-right: 5px
}

.pageFaq .faqSet li .question .questionTitle::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  height: 18px;
  width: 18px;
  margin-left: 5px;
  background: url(/assets/img/common/arrow.svg) center center/auto 100% no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.pageFaq .faqSet li .question .listTitle {
  position: relative;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.4
}

@media (min-width: 769px) {
  .pageFaq .faqSet li .question .listTitle {
    font-size: 15px
  }
}

.pageFaq .faqSet li .question .listTitle::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  height: 18px;
  width: 18px;
  margin-left: 5px;
  background: url(/assets/img/common/arrow.svg) center center/auto 100% no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.pageFaq .faqSet li .answer {
  margin-bottom: 20px;
  font-size: 11px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

@media (min-width: 769px) {
  .pageFaq .faqSet li .answer {
    font-size: 13px
  }
}

.pageFaq .faqSet li .answer .answerInner {
  position: relative;
  padding: 0 20px
}

.pageFaq .faqSet li .answer .answerInner .answerSubTitle {
  margin-top: 20px
}

.pageFaq .faqSet li .answer .answerInner .image {
  text-align: center;
  margin: 15px 0
}

.pageFaq .faqSet li .answer .answerInner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: 'A.';
  display: inline;
  margin-right: 5px
}

.pageFaq .faqSet li .answer .textLink {
  font-size: 11px
}

@media (min-width: 769px) {
  .pageFaq .faqSet li .answer .textLink {
    font-size: 13px
  }
}

.pageFaq .faqSet li.active .question .questionTitle::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.pageFaq .faqSet li.active .question .listTitle::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.pageFaq .faqSet li.active .answer {
  opacity: 1
}

.pageFaq .faqSet .disc {
  text-indent: -10px;
  margin-left: 10px
}

@media screen and (min-width: 769px) {
  .pageFaq .faqSet {
    margin: 0px auto 0;
    max-width: 920px;
    margin-bottom: 50px
  }

  .pageFaq .faqSet li {
    margin-bottom: 30px
  }

  .pageFaq .faqSet li .question .questionTitle {
    padding-right: 30px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageFaq .faqSet li .question .questionTitle:hover {
    opacity: 0.6
  }

  .pageFaq .faqSet li .question .questionTitle::after {
    height: 24px;
    width: 24px
  }

  .pageFaq .faqSet li .question .listTitle {
    padding-right: 30px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageFaq .faqSet li .question .listTitle:hover {
    opacity: 0.6
  }

  .pageFaq .faqSet li .question .listTitle::after {
    height: 24px;
    width: 24px
  }
}

.pageFaq .faqSet:last-of-type {
  margin: 30px 0 0
}

@media screen and (min-width: 769px) {
  .pageFaq .faqSet:last-of-type {
    margin: 0px auto 0
  }
}

.pageFaq .textLink {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: underline
}

.pageFaq .textLink:hover {
  opacity: 0.6
}

.pageRjc .contentWrapper .rjcHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  letter-spacing: 0.05em
}

.pageRjc .contentWrapper .rjcHeader .headerCopy {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center
}

.pageRjc .contentWrapper .rjcHeader .headerCopy img {
  max-width: 60%
}

.pageRjc .contentWrapper .text {
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 12px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  text-align: left
}

.pageRjc .contentWrapper .certificate {
  position: relative;
  margin-top: 40px
}

.pageRjc .contentWrapper .certificate dl {
  max-width: 50%
}

.pageRjc .contentWrapper .certificate dl dd {
  font-size: 10px;
  margin: 5px 0 0
}

.pageRjc .contentWrapper .certificate p {
  font-size: 10px !important;
  position: absolute;
  left: 55%;
  bottom: 25px;
  width: 45%;
  text-align: left
}

@media (min-width: 769px) {
  .pageRjc .contentWrapper {
    width: 920px
  }

  .pageRjc .contentWrapper .textHeader {
    margin-bottom: 100px
  }

  .pageRjc .contentWrapper .rjcHeader {
    width: 850px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 85px;
    margin-top: 10px;
    font-size: 19px;
    line-height: 2.1
  }

  .pageRjc .contentWrapper .rjcHeader .headerCopy {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    margin-top: 0;
    margin-bottom: 0
  }

  .pageRjc .contentWrapper .rjcHeader .headerCopy img {
    max-width: 100%
  }

  .pageRjc .contentWrapper .text {
    font-size: 15px;
    text-align: center
  }

  .pageRjc .contentWrapper .certificate {
    margin-top: 50px
  }

  .pageRjc .contentWrapper .certificate dl {
    margin: 0 auto;
    width: 250px;
    text-align: center
  }

  .pageRjc .contentWrapper .certificate p {
    left: 67%;
    bottom: 25px;
    width: 260px
  }
}

.pageSpecial .specialArchive {
  max-width: 920px;
  margin: 0 auto;
  max-width: 750px
}

.pageSpecial .specialArticle:not(:last-child) {
  margin-bottom: 40px
}

.pageSpecial .specialArticle .specialTitle {
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px
}

.pageSpecial .specialArticle .specialBody {
  text-align: center;
  font-size: 0.9rem
}

.pageSpecial .specialArticle .specialBody a {
  text-decoration: underline
}

.pageSpecial .specialArticle .imageBlock {
  margin-top: 20px
}

.pageSpecial .specialArticle .specialFooter {
  margin-top: 15px;
  font-size: 0.9rem;
  text-align: center
}

.pageSpecial .specialArticle .specialFooter a {
  position: relative;
  padding-right: 18px
}

.pageSpecial .specialArticle .specialFooter a::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/common/arrow.svg) center center/auto 100% no-repeat
}

.pageSpecial .specialArticle .specialFooter .br-a::after {
  top: 78%
}

.pageSpecial .specialArticle .textButton {
  font-size: 12px
}

@media screen and (min-width: 769px) {
  .pageSpecial .specialArticle:not(:last-child) {
    margin-bottom: 60px
  }

  .pageSpecial .specialArticle .specialTitle {
    font-size: 1.4rem;
    margin-bottom: 30px
  }

  .pageSpecial .specialArticle .specialBody {
    font-size: 1rem
  }

  .pageSpecial .specialArticle .specialBody a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageSpecial .specialArticle .specialBody a:hover {
    opacity: 0.6
  }

  .pageSpecial .specialArticle .imageBlock {
    width: 100%;
    margin-top: 40px;
    text-align: center
  }

  .pageSpecial .specialArticle .specialFooter {
    margin-top: 15px;
    font-size: 1rem;
    text-align: right
  }

  .pageSpecial .specialArticle .specialFooter a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding-right: 22px;
    text-decoration: underline
  }

  .pageSpecial .specialArticle .specialFooter a:hover {
    opacity: 0.6
  }

  .pageSpecial .specialArticle .specialFooter a::after {
    width: 22px;
    height: 22px
  }

  .pageSpecial .specialArticle .specialFooter a .br-sp {
    display: none
  }

  .pageSpecial .specialArticle .textButton {
    font-size: 15px
  }
}

.pageSpecial .textimageBanner {
  margin-top: 70px
}

@media screen and (min-width: 769px) {
  .pageSpecial .textimageBanner {
    margin-top: 100px
  }
}

.pageFair .fair__text {
  margin-bottom: 30px
}

.pageFair .form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pageFair .form__item {
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.pageFair .form__item:hover {
  opacity: 0.6
}

@media (min-width: 769px) {
  .pageFair .form__item {
    width: 32%;
    margin-left: 2%
  }

  .pageFair .form__item:first-child,
  .pageFair .form__item:nth-child(3n+1) {
    margin-left: 0
  }
}

.pageFair .form__alert {
  margin-bottom: 30px;
  padding: 15px;
  background: #f00;
  color: #fff;
  text-align: center
}

.pageFair .item__image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc
}

.pageFair .item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.pageFair .item__label {
  display: block;
  cursor: pointer
}

.pageFair .item__radio-button {
  margin-right: 10px
}

.pageFair .item__name {
  margin-bottom: 0
}

.pageFair .item__soldout {
  display: block
}

.gHeader .icons li a .icon.icon-search {
  background-image: url(/assets/img/canal/search.svg)
}

.gHeader .icons li a .icon.icon-favorite {
  background-image: url(/assets/img/canal/favorite.svg)
}

.gHeader .icons li a .icon.icon-cart {
  background-image: url(/assets/img/canal/icon_shoppingbag.svg)
}

.gHeader .icons li.added a .icon.icon-favorite {
  background-image: url(/assets/img/canal/favorite_a.svg)
}

.gHeader .gNavi {
  font-family: HelveticaNowText-Medium, sans-serif
}

@media (max-width: 768px) {
  .gHeader .logo {
    width: 74px;
    margin-top: 3px
  }

  .gHeader .icons li a .icon {
    width: 22px;
    height: 22px
  }

  .gHeader .spNavi .menu>li .en {
    font-family: HelveticaNowText-Medium, sans-serif !important
  }

  .gHeader .spNavi .menu>li p.openButton::after {
    width: 12px;
    height: 12px;
    background-image: url(/assets/img/canal/icon_arrow.svg)
  }

  .gHeader .spNavi .snsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding: 0 35px 0 20px
  }

  .gHeader .spNavi .snsWrapper .snsTitle {
    width: 45%;
    font-family: HelveticaNowText-Regular, sans-serif;
    font-size: 20px;
    letter-spacing: -0.8px
  }

  .gHeader .spNavi .snsWrapper .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%
  }

  .gHeader .spNavi .snsWrapper .sns li {
    margin-right: 15px
  }

  .gHeader .spNavi .snsWrapper .sns li a {
    display: block;
    position: relative;
    width: 22px;
    height: 22px
  }
}

@media (min-width: 769px) {
  .gHeader .logo {
    width: 95px
  }

  .gHeader .icons li a .icon {
    width: 20px;
    height: 20px
  }

  .gHeader.fixed .logo {
    left: 15px;
    width: 72px;
    height: 22px;
    overflow: hidden;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }

  .gHeader.fixed .gHeaderNavi {
    width: calc(100% - 200px);
    max-width: calc(1080px - 200px)
  }

  .gHeader.fixed .gNavi {
    padding-top: 4px
  }

  .gHeader.bridal .gNavi>li {
    margin: 0 25px
  }

  .gHeader.bridal.fixed .gNavi>li {
    margin: 0 15px
  }
}

.footerSearch {
  max-width: 1080px
}

.footerSearch .conditionList .condition .category {
  font-weight: bold
}

@media (min-width: 769px) {
  .footerSearch .headline02 {
    margin-bottom: 20px
  }

  .footerSearch .conditionList .condition ul li {
    font-size: 1rem
  }
}

.gFooter-canal {
  padding: 0 15px
}

.gFooter-canal .footerUpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1080px - 30px);
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #707070
}

.gFooter-canal .snsWrapper .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gFooter-canal .snsWrapper .sns li {
  margin-right: 18px
}

.gFooter-canal .snsWrapper .sns li a {
  display: block;
  position: relative;
  width: 28px;
  height: 28px
}

.gFooter-canal .premium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.gFooter-canal .pageTop {
  width: 28px;
  height: 28px;
  margin-left: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.gFooter-canal .footerText {
  max-width: calc(1080px - 30px);
  margin: 0 auto
}

.gFooter-canal .footerNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070
}

.gFooter-canal .footerNavi li {
  width: 50%
}

.gFooter-canal .footerNavi li a {
  display: block;
  padding: 7px 0
}

.gFooter-canal .copyright {
  padding: 15px 0;
  font-family: HelveticaNowText-Regular, sans-serif;
  font-size: 10px;
  line-height: 1
}

@media (min-width: 768px) {
  .gFooter-canal {
    margin-top: 30px
  }

  .gFooter-canal .footerUpper {
    padding-bottom: 40px
  }

  .gFooter-canal .snsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .gFooter-canal .snsWrapper .snsTitle {
    margin-right: 30px;
    font-family: HelveticaNowText-Regular, sans-serif;
    font-size: 20px;
    letter-spacing: -0.8px
  }

  .gFooter-canal .snsWrapper .sns li {
    margin-right: 20px
  }

  .gFooter-canal .snsWrapper .sns li a {
    width: 24px;
    height: 24px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .gFooter-canal .snsWrapper .sns li a:hover {
    opacity: 0.6
  }

  .gFooter-canal .premium {
    margin-left: 10px
  }

  .gFooter-canal .premium a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .gFooter-canal .premium a:hover {
    opacity: 0.6
  }

  .gFooter-canal .pageTop {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .gFooter-canal .pageTop:hover {
    opacity: 0.6
  }

  .gFooter-canal .footerText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px
  }

  .gFooter-canal .footerNavi {
    display: block;
    padding: 30px 0;
    border-bottom: none
  }

  .gFooter-canal .footerNavi li {
    display: inline-block;
    width: auto;
    font-size: 10px
  }

  .gFooter-canal .footerNavi li:not(:last-child) {
    margin-right: 25px
  }

  .gFooter-canal .footerNavi li a {
    padding: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .gFooter-canal .footerNavi li a:hover {
    opacity: 0.6
  }

  .gFooter-canal .copyright {
    padding: 0
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .gFooter-canal .footerNavi {
    width: 100%
  }
}

.breadcrumb {
  padding: 10px 0 5px
}

.breadcrumb ul {
  color: #959595;
  font-size: 1rem
}

@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 20px
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.sns li {
  margin: 0 10px 0 0
}

.sns li a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 0;
  background-color: #fff
}

.sns li a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.itemList {
  margin: 20px 0;
  padding: 40px 10px;
  background: -o-linear-gradient(#f0efef 0px, #fcf9f9 240px);
  background: linear-gradient(#f0efef 0px, #fcf9f9 240px)
}

.itemList .itemGrid {
  max-width: calc(1080px - 30px)
}

.itemList .itemGrid .edition span {
  font-family: HelveticaNowText-Medium, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.itemList .itemGrid .price {
  font-family: HelveticaNowText-Regular, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.itemList .itemGrid .price .tax {
  font-size: 9px
}

.itemList .itemGrid .favorite {
  background-image: url(/assets/img/canal/favorite-light.svg)
}

.itemList .itemGrid .favorite.added {
  background-image: url(/assets/img/canal/favorite_a.svg)
}

@media (min-width: 981px) {
  .itemList {
    margin: 40px 0;
    padding: 60px 0
  }

  .itemList .itemGrid .credit {
    padding: 5px 30px 5px 10px;
    font-size: 13px
  }

  .itemList .itemGrid .favorite {
    width: 20px;
    height: 20px
  }
}

.itemSlidesWrapper {
  position: relative;
  margin-top: 50px;
  padding: 30px 15px;
  background: -o-linear-gradient(#f0efef 0px, #fcf9f9 240px);
  background: linear-gradient(#f0efef 0px, #fcf9f9 240px)
}

.itemSlidesWrapper .headline02 {
  position: absolute;
  top: -1.6em;
  left: 15px
}

.itemSlidesWrapper ul.itemSlides {
  max-width: calc(1080px - 30px);
  margin: 0 auto
}

.itemSlidesWrapper ul.itemSlides .slick-track {
  margin-left: 0
}

.itemSlidesWrapper ul.itemSlides .slick-prev,
.itemSlidesWrapper ul.itemSlides .slick-next {
  z-index: 10;
  top: 50%;
  width: 16px;
  height: 16px
}

.itemSlidesWrapper ul.itemSlides .slick-prev::before,
.itemSlidesWrapper ul.itemSlides .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/canal/icon_arrow-thin.svg);
  background-repeat: no-repeat;
  background-size: auto 100%
}

.itemSlidesWrapper ul.itemSlides .slick-prev {
  left: 4px
}

.itemSlidesWrapper ul.itemSlides .slick-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.itemSlidesWrapper ul.itemSlides .slick-next {
  right: 4px
}

.itemSlidesWrapper ul.itemSlides li {
  position: relative
}

.itemSlidesWrapper ul.itemSlides li a {
  display: block;
  position: relative;
  padding-bottom: 30px;
  background-color: #fff
}

.itemSlidesWrapper ul.itemSlides li a .credit {
  position: absolute;
  bottom: 0;
  padding: 5px 15px 5px 5px;
  font-size: 10px;
  line-height: 1.2
}

.itemSlidesWrapper ul.itemSlides li a .credit .itemName {
  margin-bottom: 3px
}

.itemSlidesWrapper ul.itemSlides li a .credit .price {
  font-family: HelveticaNowText-Regular, sans-serif
}

.itemSlidesWrapper ul.itemSlides li a .credit .price .tax {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 9px
}

.itemSlidesWrapper ul.itemSlides li a .rank {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-family: HelveticaNowText-Regular, sans-serif;
  font-size: 20px;
  line-height: 1
}

.itemSlidesWrapper ul.itemSlides li .favorite {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 22px;
  height: 22px;
  background-image: url(/assets/img/canal/favorite-light.svg)
}

.itemSlidesWrapper ul.itemSlides li .favorite.added {
  background-image: url(/assets/img/canal/favorite_a.svg)
}

.itemSlidesWrapper .itemSlidesLink {
  margin-top: 30px
}

.itemSlidesWrapper .itemSlidesLink a {
  display: block;
  position: relative;
  padding: 10px 25px 10px 0;
  border-bottom: 1px solid #222;
  letter-spacing: 0.05em
}

.itemSlidesWrapper .itemSlidesLink a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  background: url(/assets/img/canal/icon_arrow-semi-thin.svg) right center/auto 100% no-repeat
}

@media (max-width: 980px) {
  .itemSlidesWrapper ul.itemSlides {
    width: calc(100% + 15px)
  }

  .itemSlidesWrapper ul.itemSlides li {
    width: 163px;
    margin-right: 7px
  }
}

@media (min-width: 769px) {
  .itemSlidesWrapper {
    margin-top: 55px;
    padding: 60px 15px
  }

  .itemSlidesWrapper .headline02 {
    left: 50%;
    width: calc(100% - 30px);
    max-width: calc(1080px - 30px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .itemSlidesWrapper ul.itemSlides {
    max-width: calc(1080px - 30px);
    margin: 0 auto;
    padding: 0
  }

  .itemSlidesWrapper ul.itemSlides .slick-prev,
  .itemSlidesWrapper ul.itemSlides .slick-next {
    width: 24px;
    height: 24px
  }

  .itemSlidesWrapper ul.itemSlides .slick-prev {
    left: -30px
  }

  .itemSlidesWrapper ul.itemSlides .slick-next {
    right: -30px
  }

  .itemSlidesWrapper ul.itemSlides li {
    width: 250px;
    padding: 0 7px
  }

  .itemSlidesWrapper ul.itemSlides li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding-bottom: 20px
  }

  .itemSlidesWrapper ul.itemSlides li a:hover {
    opacity: 0.6
  }

  .itemSlidesWrapper ul.itemSlides li a .credit {
    padding: 10px 30px 10px 10px;
    font-size: 13px
  }

  .itemSlidesWrapper ul.itemSlides li a .rank {
    right: 10px;
    bottom: 10px;
    font-size: 16px
  }

  .itemSlidesWrapper ul.itemSlides li .favorite {
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .itemSlidesWrapper ul.itemSlides li .favorite:hover {
    opacity: 0.6
  }

  .itemSlidesWrapper .itemSlidesLink {
    position: absolute;
    top: -50px;
    left: 50%;
    width: calc(100% - 30px);
    max-width: calc(1080px - 30px);
    margin-top: 0;
    padding-right: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right
  }

  .itemSlidesWrapper .itemSlidesLink a {
    display: inline-block;
    padding: 4px 25px 4px 0
  }

  .itemSlidesWrapper .itemSlidesLink a::after {
    width: 10px;
    height: 10px;
    margin-top: -1px
  }

  .windows .itemSlidesWrapper .itemSlidesLink a::after {
    margin-top: 1px
  }
}

.searchSubmit .textButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0;
  border: 1px solid #999
}

@media (min-width: 769px) {
  .searchSubmit .textButton {
    padding: 7px 0
  }
}

.bannerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto
}

.bannerBlock li {
  width: 100%
}

.bannerBlock li:not(:last-child) {
  margin-bottom: 15px
}

@media (min-width: 769px) {
  .bannerBlock {
    padding: 0 15px
  }

  .bannerBlock li:not(:last-child) {
    margin-bottom: 50px
  }
}

.imageBanner {
  position: relative
}

.imageBanner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15px
}

.imageBanner a .titleBlock {
  line-height: 1.4
}

.imageBanner a .titleBlock .title {
  font-family: 'Crimson Text', sans-serif;
  font-size: 16px
}

.imageBanner a .titleBlock .description {
  margin-top: 5px;
  font-size: 8px
}

.imageBanner img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%
}

@media (min-width: 769px) {
  .imageBanner {
    width: calc(50% - 15px) !important
  }

  .imageBanner.imageBanner-wide {
    width: 100% !important
  }

  .imageBanner a {
    padding-left: 60px
  }

  .imageBanner a .titleBlock .title {
    font-size: 30px
  }

  .imageBanner a .titleBlock .description {
    margin-top: 10px;
    font-size: 15px
  }

  .imageBanner a:hover+img {
    opacity: 0.75
  }

  .imageBanner img {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }
}

.imageBanner-border a {
  border: 1px solid #ccc
}

.textimageBanner {
  background-color: #fbfbfb
}

.textimageBanner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px
}

.textimageBanner .textBlock {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px
}

.textimageBanner .textBlock .viewDetail {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  padding: 3px 20px 3px 3px;
  font-family: HelveticaNowText-Medium, sans-serif;
  font-size: 13px
}

.textimageBanner .textBlock .viewDetail::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/img/canal/icon_arrow-semi-thin.svg") center center/100% auto no-repeat
}

.textimageBanner .textBlock .viewDetail::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222
}

.windows .textimageBanner .viewDetail::after {
  margin-top: 0
}

.textimageBanner .imageBlock {
  width: 150px
}

.textimageBanner .imageBlock img {
  width: 100%
}

@media (min-width: 769px) {
  .textimageBanner a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding: 30px 30px
  }

  .textimageBanner a:hover {
    opacity: 0.6
  }

  .textimageBanner .textBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 30px
  }

  .textimageBanner .textBlock .title {
    margin-bottom: 10px
  }

  .textimageBanner .textBlock .viewDetail {
    margin-top: 10px
  }

  .textimageBanner .imageBlock {
    width: 200px
  }
}

.bannerBlock-sidebyside {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px
}

.bannerBlock-sidebyside li:not(:last-child) {
  margin-bottom: 10px
}

.bannerBlock-sidebyside li img {
  width: 100%
}

@media (min-width: 769px) {
  .bannerBlock-sidebyside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .bannerBlock-sidebyside li {
    width: calc(50% - 8px);
    margin-bottom: 10px
  }

  .bannerBlock-sidebyside li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .bannerBlock-sidebyside li a:hover {
    opacity: 0.6
  }
}

.contentWrapper>.bannerBlock-sidebyside {
  padding: 0
}

.jewelryCategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.jewelryCategoryList li {
  width: calc(50% - 3px);
  margin-bottom: 7px
}

.jewelryCategoryList li:last-child,
.jewelryCategoryList li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0
}

.jewelryCategoryList li a {
  display: block
}

.jewelryCategoryList li a img {
  display: block;
  width: 100%
}

.jewelryCategoryList li a .categoryName {
  margin-top: 12px;
  font-family: HelveticaNowText-Regular, sans-serif;
  font-size: 16px
}

@media (max-width: 768px) {
  .jewelryCategoryList li.wide {
    width: 100%
  }
}

@media (min-width: 769px) {
  .jewelryCategoryList {
    margin: 30px auto 0
  }

  .jewelryCategoryList:after {
    content: "";
    display: block;
    width: calc(33.33% - 10px)
  }

  .jewelryCategoryList li {
    width: calc(33.33% - 10px);
    margin-bottom: 18px
  }

  .jewelryCategoryList li:nth-last-child(-n+3) {
    margin-bottom: 0
  }

  .jewelryCategoryList li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .jewelryCategoryList li a:hover {
    opacity: 0.6
  }

  .jewelryCategoryList li a .categoryName {
    margin-top: 12px
  }
}

.jewelryCategoryList.more {
  display: none
}

.jewelryCategoryList.more.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeInUp .6s;
  animation: fadeInUp .6s
}

.pageHome .visualBlock {
  margin-bottom: 15px
}

.pageHome .visualBlock img {
  width: 100%
}

@media (min-width: 769px) {
  .pageHome .visualBlock {
    margin-bottom: 25px
  }

  .pageHome .visualBlock a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageHome .visualBlock a:hover {
    opacity: 0.6
  }
}

.pageHome .contentBlock.gradation .itemSlidesWrapper {
  background: transparent;
  padding: 0;
  margin-top: 15px
}

.pageHome .bannerBlock {
  margin-top: 50px
}

@media (min-width: 769px) {
  .pageHome .bannerBlock {
    margin-top: 60px
  }
}

.pageHome .banner-rjc__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FBFBFB
}

.pageHome .banner-rjc__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  margin: 30px 0
}

@media (min-width: 981px) {
  .pageHome .banner-rjc__col {
    margin: 0
  }
}

.pageHome .banner-rjc__col-text {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left
}

.pageHome .banner-rjc__title {
  padding-right: 24px
}

.pageHome .banner-rjc__text {
  display: inline-block;
  font-family: HelveticaNowText-Regular, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid #222;
  padding-bottom: 4px;
  margin-top: 10px
}

@media (min-width: 981px) {
  .pageHome .banner-rjc__text {
    margin-top: 25px;
    font-size: 13px
  }
}

.pageHome .banner-rjc__text::after {
  content: '>';
  margin-left: 10px
}

.pageHome .pageList li {
  position: relative
}

.pageHome .pageList li:not(:last-child) {
  margin-bottom: 7px
}

.pageHome .pageList li a {
  display: block
}

.pageHome .pageList li img {
  width: 100%
}

.pageHome .pageList li .pageTitle {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-family: HelveticaNowText-Regular, sans-serif;
  font-size: 25px;
  line-height: 1.2
}

.pageHome .pageList li .pageTitle .jpn {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem
}

@media (min-width: 769px) {
  .pageHome .pageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pageHome .pageList li {
    width: calc(50% - 7px);
    margin-bottom: 14px !important
  }

  .pageHome .pageList li:nth-last-child(-n+2) {
    margin-bottom: 0
  }

  .pageHome .pageList li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageHome .pageList li a:hover {
    opacity: 0.6
  }
}

.pageHome .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto
}

.pageHome .information .headline01 {
  width: 110px;
  font-size: 16px
}

.pageHome .information .infoList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px
}

@media (min-width: 769px) {
  .pageHome .information {
    margin-bottom: 70px
  }

  .pageHome .information .headline01 {
    width: 300px;
    font-size: 30px;
    text-align: left
  }

  .pageHome .information .infoList {
    margin-top: 15px
  }
}

.pageJewelry .headerText {
  margin-top: 15px
}

.pageJewelry .resultGuide {
  position: relative;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px
}

.pageJewelry .resultGuide .total {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-family: HelveticaNowText-Regular, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1
}

.pageJewelry .resultGuide .sortWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.pageJewelry .resultGuide .sort {
  margin-left: 15px
}

.pageJewelry .resultGuide .refine {
  width: 100%;
  margin-top: 20px
}

.pageJewelry .resultGuide .refine a {
  display: block;
  width: 100%
}

.pageJewelry .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  padding: 0 5px
}

.pageJewelry .pagination .naviPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pageJewelry .pagination .naviPage li {
  margin: 0 10px
}

.pageJewelry .pagination .naviPage .pageNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 16px;
  font-family: HelveticaNowText-Regular, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width: 768px) {
  .pageJewelry .pagination .naviPage .pageNumber {
    line-height: 27px
  }
}

.pageJewelry .pagination .naviPage .pageNumber.current {
  background-color: #222;
  color: #fff
}

.windows .naviPage {
  margin-bottom: 2px
}

.windows .naviPage .pageNumber {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pageJewelry .pagination .prev,
.pageJewelry .pagination .next {
  position: relative;
  display: block;
  width: 18px;
  height: 18px
}

.pageJewelry .pagination .prev img,
.pageJewelry .pagination .next img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%
}

.pageJewelry .pagination .prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.pageJewelry .imageBanner .titleBlock .title,
.pageJewelry .imageBanner .titleBlock .description {
  font-family: HelveticaNowText-Medium, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #fff
}

.pageJewelry .shoplist-banner__title {
  font-family: HelveticaNowText-Medium, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important
}

@media (min-width: 769px) {
  .pageJewelry .resultGuide {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    width: calc(100% - 30px);
    max-width: calc(1080px - 30px);
    padding-right: 0;
    padding-left: 0
  }

  .pageJewelry .resultGuide .sortWrapper {
    position: absolute;
    right: 0;
    bottom: -60px
  }

  .pageJewelry .resultGuide .refine {
    width: 200px
  }

  .pageJewelry .pagination .naviPage .pageNumber {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageJewelry .pagination .naviPage .pageNumber:hover {
    opacity: 0.6
  }

  .pageJewelry .pagination .prev,
  .pageJewelry .pagination .next {
    width: 22px;
    height: 22px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageJewelry .pagination .prev:hover,
  .pageJewelry .pagination .next:hover {
    opacity: 0.6
  }
}

.detailHeader {
  margin: 10px 0 20px
}

.detailHeader__name {
  font-size: 16px;
  font-weight: bold
}

@media (min-width: 769px) {
  .detailHeader__name {
    font-size: 18px
  }
}

.detailHeader__code {
  color: #707070;
  font-size: 10px
}

@media (min-width: 769px) {
  .detailHeader__code {
    margin-top: 5px;
    font-size: 11px
  }
}

.detailImageBlock .mainSlides .slick-prev,
.detailImageBlock .mainSlides .slick-next {
  z-index: 10;
  top: 50%;
  height: 18px;
  width: 18px
}

.detailImageBlock .mainSlides .slick-prev::before,
.detailImageBlock .mainSlides .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/canal/icon_arrow-thin.svg);
  background-size: auto 100%;
  background-repeat: no-repeat
}

.detailImageBlock .mainSlides .slick-prev {
  left: -20px
}

.detailImageBlock .mainSlides .slick-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.detailImageBlock .mainSlides .slick-next {
  right: -20px
}

.detailImageBlock img {
  width: 100%
}

.detailImageBlock .imageThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px
}

.detailImageBlock .imageThumb li {
  width: calc(25% - 8px);
  margin: 4px;
  border: 1px solid #ededed
}

.detailImageBlock .imageThumb li.active {
  border-color: #000
}

@media (min-width: 769px) {
  .detailImageBlock {
    padding: 0 60px !important;
    margin-top: 15px
  }

  .detailImageBlock .mainSlides .slick-prev,
  .detailImageBlock .mainSlides .slick-next {
    height: 24px;
    width: 24px
  }

  .detailImageBlock .mainSlides .slick-prev {
    left: -30px
  }

  .detailImageBlock .mainSlides .slick-next {
    right: -30px
  }

  .detailImageBlock .imageThumb {
    max-width: 420px;
    margin: 0 auto
  }

  .detailImageBlock .imageThumb li {
    width: calc(20% - 10px);
    margin: 5px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .detailImageBlock .imageThumb li:hover {
    opacity: 0.6
  }
}

.detailInfoBlock .shareItem {
  margin-top: 50px
}

.detailInfoBlock .shareItemHeadline {
  font-weight: bold
}

.detailInfoBlock .sns {
  margin-top: 10px
}

.detailInfoBlock .itemDetail {
  margin-top: 50px
}

.detailInfoBlock .itemDetail .itemName {
  margin-bottom: 10px
}

.detailInfoBlock .itemDetail .description {
  margin-bottom: 30px
}

.detailInfoBlock .itemDetail .spec {
  font-size: 0.9rem
}

.detailInfoBlock .itemDetail .approval img {
  width: auto;
  height: 11px
}

.detailInfoBlock .itemDetail .caption {
  color: #ea5541
}

@media (min-width: 769px) {
  .detailInfoBlock .itemMarking {
    margin-top: 10px
  }

  .detailInfoBlock .shareItemHeadline {
    width: 100%
  }

  .detailInfoBlock .shareList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .detailInfoBlock .sns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.itemHeader {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0e0e0
}

.itemHeader .customCheckbox {
  display: none
}

.itemHeader .customCheckbox+label {
  position: relative;
  padding-left: 25px;
  height: 18px;
  line-height: 18px;
  display: inline-block
}

.itemHeader .customCheckbox+label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1
}

.itemHeader .customCheckbox+label::before {
  display: none;
  content: url(/assets/img/common/check.svg);
  position: absolute;
  top: 0;
  left: 1px;
  width: 18px;
  z-index: 2
}

.itemHeader .customCheckbox:checked+label::after {
  border-color: #000;
  background-color: #000
}

.itemHeader .customCheckbox:checked+label::before {
  display: block
}

@media (min-width: 769px) {
  .itemHeader .customCheckbox+label {
    padding-left: 30px;
    height: 21px;
    line-height: 21px;
    cursor: pointer
  }

  .itemHeader .customCheckbox+label::after {
    width: 21px;
    height: 21px
  }

  .itemHeader .customCheckbox+label::before {
    width: 21px
  }
}

.itemHeader .customCheckbox+label {
  font-size: 1.25rem
}

.itemHeader .itemName {
  font-size: 16px;
  line-height: 1.4
}

.itemHeader .markingAvailable {
  margin-left: 20px;
  font-size: 0.85rem
}

.itemHeader .price {
  margin-left: auto;
  font-size: 9px;
  font-family: HelveticaNowText-Medium, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.itemHeader .price .priceNum {
  font-size: 13px
}

@media (min-width: 769px) {
  .itemHeader .customCheckbox {
    display: none
  }

  .itemHeader .customCheckbox+label {
    position: relative;
    padding-left: 19px;
    height: 12px;
    line-height: 12px;
    display: inline-block
  }

  .itemHeader .customCheckbox+label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1
  }

  .itemHeader .customCheckbox+label::before {
    display: none;
    content: url(/assets/img/common/check.svg);
    position: absolute;
    top: 0;
    left: 1px;
    width: 12px;
    z-index: 2
  }

  .itemHeader .customCheckbox:checked+label::after {
    border-color: #000;
    background-color: #000
  }

  .itemHeader .customCheckbox:checked+label::before {
    display: block
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .itemHeader .customCheckbox+label {
    padding-left: 24px;
    height: 15px;
    line-height: 15px;
    cursor: pointer
  }

  .itemHeader .customCheckbox+label::after {
    width: 15px;
    height: 15px
  }

  .itemHeader .customCheckbox+label::before {
    width: 15px
  }
}

@media (min-width: 769px) {
  .itemHeader .itemName {
    font-size: 18px
  }

  .itemHeader .price {
    font-size: 10px
  }

  .itemHeader .price .priceNum {
    font-size: 14px
  }
}

.itemSize .sizeInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px
}

.itemSize .sizeInner .sizeHeadline {
  margin-bottom: 5px;
  font-size: 0.9rem;
  min-height: 18px
}

.itemSize .sizeInner .sizeHeadline .icon {
  margin-left: 3px
}

.itemSize .sizeInner .sizeHeadline .icon img {
  width: 18px;
  height: 18px
}

.itemSize .sizeInner .sizeSelect {
  width: 150px
}

.itemSize .sizeInner .sizeSelect select.sizeList {
  height: 28px;
  border: 1px solid #E0E0E0
}

.itemSize .sizeInner .sizeRepair {
  padding: 0 10px
}

.itemSize .sizeInner .sizeRepair select.adjustSize {
  height: 28px;
  border: 1px solid #E0E0E0
}

.itemSize .sizeInner .sizeOrder {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right
}

.itemSize .sizeInner .sizeOrder .sizeOrderNum {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.itemSize .sizeInner .sizeOrder .sizeOrderNum .orderSize {
  font-weight: bold
}

.itemSize .note {
  margin-top: 5px;
  font-size: 10px;
  color: #959595
}

@media (min-width: 769px) {
  .itemSize .sizeInner .sizeHeadline {
    margin-bottom: 5px;
    min-height: 22px
  }

  .itemSize .sizeInner .sizeSelect {
    width: 180px
  }

  .itemSize .note {
    font-size: 11px
  }
}

@media (max-width: 768px) {
  .itemSize .sizeInner {
    display: inline-block;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em
  }

  .itemSize .sizeInner .sizeHeadline {
    width: 100%;
    margin-top: 0.7em;
    margin-right: 6em
  }

  .itemSize .sizeInner .sizeSelect {
    width: 100%
  }

  .itemSize .sizeInner .sizeSelect select.sizeList {
    width: 100%;
    margin-bottom: 1em;
    -moz-text-align-last: center;
    text-align-last: center
  }

  .itemSize .sizeInner .sizeRepair {
    padding: 0px
  }

  .itemSize .sizeInner .sizeRepair select.adjustSize {
    width: 100%;
    margin-bottom: 1em;
    -moz-text-align-last: center;
    text-align-last: center
  }

  .itemSize .sizeInner .sizeOrder {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3em;
    margin-right: 3em;
    border-bottom: 1px solid grey;
    margin-bottom: 1em
  }

  .itemSize .sizeInner .sizeOrder .sizeOrderNum {
    margin-right: 2em
  }

  .itemSize .sizeInner label.customSelectWrapper::before {
    margin-top: -0.3em
  }

  .itemSize .sizeInner .customSelectWrapper {
    width: 100%
  }

  .itemSize .note {
    text-align: center;
    padding-bottom: 0.5em
  }

  .itemSize .returnsExchanges {
    text-align: center
  }
}

.itemMarking .customCheckbox {
  display: none
}

.itemMarking .customCheckbox+label {
  position: relative;
  padding-left: 25px;
  height: 18px;
  line-height: 18px;
  display: inline-block
}

.itemMarking .customCheckbox+label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1
}

.itemMarking .customCheckbox+label::before {
  display: none;
  content: url(/assets/img/common/check.svg);
  position: absolute;
  top: 0;
  left: 1px;
  width: 18px;
  z-index: 2
}

.itemMarking .customCheckbox:checked+label::after {
  border-color: #000;
  background-color: #000
}

.itemMarking .customCheckbox:checked+label::before {
  display: block
}

@media (min-width: 769px) {
  .itemMarking .customCheckbox+label {
    padding-left: 30px;
    height: 21px;
    line-height: 21px;
    cursor: pointer
  }

  .itemMarking .customCheckbox+label::after {
    width: 21px;
    height: 21px
  }

  .itemMarking .customCheckbox+label::before {
    width: 21px
  }
}

.itemMarking .customCheckbox+label {
  font-size: 1rem
}

.itemMarking .note {
  font-size: 10px;
  padding-left: 18px;
  color: #959595
}

.itemMarking .icon {
  display: inline-block;
  width: 18px;
  height: 18px
}

.itemMarking .icon img {
  width: 100%
}

@media (min-width: 769px) {
  .itemMarking .customCheckbox {
    display: none
  }

  .itemMarking .customCheckbox+label {
    position: relative;
    padding-left: 19px;
    height: 12px;
    line-height: 12px;
    display: inline-block
  }

  .itemMarking .customCheckbox+label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1
  }

  .itemMarking .customCheckbox+label::before {
    display: none;
    content: url(/assets/img/common/check.svg);
    position: absolute;
    top: 0;
    left: 1px;
    width: 12px;
    z-index: 2
  }

  .itemMarking .customCheckbox:checked+label::after {
    border-color: #000;
    background-color: #000
  }

  .itemMarking .customCheckbox:checked+label::before {
    display: block
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .itemMarking .customCheckbox+label {
    padding-left: 24px;
    height: 15px;
    line-height: 15px;
    cursor: pointer
  }

  .itemMarking .customCheckbox+label::after {
    width: 15px;
    height: 15px
  }

  .itemMarking .customCheckbox+label::before {
    width: 15px
  }
}

@media (min-width: 769px) {
  .itemMarking .customCheckbox+label {
    font-size: 1rem
  }

  .itemMarking .note {
    font-size: 11px
  }
}

.itemButton .textLinkButton {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  padding: 10px 20px;
  min-width: 240px;
  line-height: 22px;
  text-align: center;
  font-weight: bold
}

.itemButton .textLinkButton .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 5px
}

.itemButton .textLinkButton .icon img {
  height: 100%;
  width: auto
}

.itemButton .textLinkButton.noneIcon::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/common/arrow.svg) center center/auto 100% no-repeat
}

@media (min-width: 769px) {
  .itemButton .textLinkButton {
    line-height: 28px;
    letter-spacing: 0.05em;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .itemButton .textLinkButton:hover {
    opacity: 0.6
  }

  .itemButton .textLinkButton .icon {
    width: 28px;
    height: 28px
  }

  .itemButton .textLinkButton .icon img {
    width: 80%;
    vertical-align: top
  }

  .itemButton .textLinkButton.noneIcon::after {
    width: 26px;
    height: 26px;
    right: 15px
  }
}

.itemAnswer .itemAnswerTitle {
  font-size: 1.2rem;
  margin-bottom: 15px
}

@media (min-width: 769px) {
  .itemAnswer .itemAnswerTitle {
    margin-bottom: 30px
  }
}

.dealersListWrapper .customSelectWrapper {
  width: 100%
}

.dealersListWrapper .customSelectWrapper select {
  width: 100%
}

.dealersListWrapper .dealersListLede {
  max-width: 600px;
  margin: 20px auto 0;
  padding: 0 5px;
  font-size: 0.9rem
}

.dealersListWrapper .dealersListLede .marks {
  line-height: 16px
}

.dealersListWrapper .dealersListLede .marks .statusIcon img {
  width: 16px;
  height: 16px
}

.dealersListWrapper .dealersListLede .note {
  color: #e60012
}

.dealersListWrapper .dealersListLede .marks {
  margin-top: 30px;
  text-align: center
}

.dealersListWrapper .dealersList {
  max-width: 600px;
  margin: 20px auto
}

.dealersListWrapper .dealersList>li {
  border-bottom: 1px solid #ccc;
  font-size: 10px
}

.dealersListWrapper .dealersList>li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 5px
}

.dealersListWrapper .dealersList>li a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/assets/img/common/arrow.svg) center center/100% auto no-repeat
}

.dealersListWrapper .dealersList>li .dealerName {
  margin-bottom: 3px
}

.dealersListWrapper .dealersList>li .stockStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.dealersListWrapper .dealersList>li .stockStatus li {
  margin-right: 20px;
  line-height: 12px
}

.dealersListWrapper .dealersList>li .stockStatus li .statusIcon img {
  width: 12px;
  height: 12px
}

@media (min-width: 769px) {
  .dealersListWrapper .dealersListLede {
    margin-top: 40px;
    font-size: 1rem
  }

  .dealersListWrapper .dealersListLede .marks {
    line-height: 20px
  }

  .dealersListWrapper .dealersListLede .marks .statusIcon img {
    width: 20px;
    height: 20px
  }

  .dealersListWrapper .dealersList {
    margin: 40px auto
  }

  .dealersListWrapper .dealersList>li {
    font-size: 1rem
  }

  .dealersListWrapper .dealersList>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .dealersListWrapper .dealersList>li a::after {
    display: none
  }

  .dealersListWrapper .dealersList>li a:hover {
    opacity: 0.6
  }

  .dealersListWrapper .dealersList>li .stockStatus {
    margin-left: auto
  }

  .dealersListWrapper .dealersList>li .stockStatus li {
    line-height: 18px
  }

  .dealersListWrapper .dealersList>li .stockStatus li .statusIcon img {
    width: 18px;
    height: 18px
  }
}

@media (max-width: 768px) {
  .button-cart__block .button-cart__info {
    font-size: 14px
  }
}

.addtoCart {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: rgba(250, 250, 250, 0.94);
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.08);
  bottom: 0;
  left: 0;
  z-index: 99
}

.addtoCart .addtoCartInner {
  padding: 0 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.addtoCart .addtoCartInner .addtoCartInfo {
  padding-right: 5px;
  line-height: 1.3
}

.addtoCart .addtoCartInner .addtoCartInfo .shipping {
  font-size: 0.9rem
}

.addtoCart .addtoCartInner .addtoCartInfo .shipping .date {
  font-weight: bold;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1
}

.addtoCart .addtoCartInner .addtoCartInfo .price {
  font-size: 0.9rem
}

.addtoCart .addtoCartInner .addtoCartInfo .price .priceNum {
  margin-left: 2px;
  letter-spacing: 0.05em
}

.addtoCart .addtoCartInner .cartButtonGroup {
  width: 57%;
  min-width: 190px
}

@media (min-width: 769px) {
  .addtoCart .addtoCartInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .addtoCart .addtoCartInner .addtoCartInfo {
    padding-right: 15px
  }

  .addtoCart .addtoCartInner .addtoCartInfo .shipping {
    font-size: 1.15rem
  }

  .addtoCart .addtoCartInner .cartButtonGroup {
    width: 250px
  }
}

.pageMarking .markingHeader {
  margin-top: 30px
}

.pageMarking .markingHeader .itemName {
  margin-bottom: 25px;
  font-size: 8px
}

.pageMarking .markingHeader .itemName::before {
  content: ">";
  margin-right: 5px
}

.pageMarking .markingHeader .markingHeaderInner .textBlock .pageTitle {
  text-align: center
}

.pageMarking .markingHeader .markingHeaderInner .textBlock .description {
  text-align: center;
  font-size: 7px
}

.pageMarking .markingHeader .markingHeaderInner .markingImage {
  width: 200px;
  margin: 10px auto 0
}

.pageMarking .markingHeader .markingHeaderInner .markingImage img {
  display: block;
  width: 100%;
  border: 1px solid #ccc
}

.pageMarking .markingHeader .markingHeaderInner .markingImage figcaption {
  margin-top: 3px;
  text-align: right;
  font-size: 7px
}

.pageMarking .markBlock {
  margin-bottom: 30px
}

.pageMarking .markBlock .mark {
  margin-top: 40px;
  width: 100%
}

.pageMarking .markBlock .mark .title {
  font-size: 14px;
  margin-bottom: 10px
}

.pageMarking .markBlock .mark .title span {
  font-size: 11px;
  margin-left: 10px
}

.pageMarking .markBlock .mark .letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #000
}

.pageMarking .markBlock .mark .letters .inputLetters {
  font-family: 'Crimson Text', sans-serif;
  font-size: 22px;
  line-height: 1;
  height: 30px
}

.pageMarking .markBlock .mark .letters .leftLetters {
  font-size: 11px;
  margin-bottom: 5px
}

.pageMarking .markBlock .mark .keypad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px
}

.pageMarking .markBlock .mark .keypad li {
  position: relative;
  width: calc((100% / 7) - 4px);
  margin: 0 2px 4px;
  border: 1px solid #ccc;
  text-align: center;
  font-family: 'Crimson Text', sans-serif;
  font-size: 17px;
  -webkit-box-shadow: 2px 2px 0 #efefef;
  box-shadow: 2px 2px 0 #efefef
}

.pageMarking .markBlock .mark .keypad li input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  line-height: 1;
  margin: 0
}

.pageMarking .markBlock .mark .keypad.keypad-etc {
  margin-top: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.pageMarking .markBlock .mark .keypad.keypad-etc li {
  width: calc((100% / 7)*2 - 4px);
  font-size: 12px
}

.pageMarking .markingFooter {
  margin: 50px auto 30px;
  text-align: center
}

.pageMarking .markingFooter .cartButton {
  width: 100%;
  max-width: 450px
}

.pageMarking .markingFooter .backButton {
  margin-top: 15px
}

.pageMarking .markingFooter .backButton a.textButton {
  width: 130px
}

@media (min-width: 769px) {
  .pageMarking .markingHeader {
    margin-top: 70px
  }

  .pageMarking .markingHeader .itemName {
    margin-bottom: 60px;
    font-size: 14px
  }

  .pageMarking .markingHeader .markingHeaderInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 950px
  }

  .pageMarking .markingHeader .markingHeaderInner .textBlock .pageTitle {
    text-align: left;
    font-size: 20px
  }

  .pageMarking .markingHeader .markingHeaderInner .textBlock .description {
    text-align: left;
    font-size: 12px
  }

  .pageMarking .markingHeader .markingHeaderInner .markingImage {
    width: 320px;
    margin: 0
  }

  .pageMarking .markingHeader .markingHeaderInner .markingImage figcaption {
    font-size: 12px
  }

  .pageMarking .markBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pageMarking .markBlock .mark {
    margin-top: 20px;
    width: 100%
  }

  .pageMarking .markBlock .mark:nth-child(odd) {
    padding-right: 20px
  }

  .pageMarking .markBlock .mark:nth-child(even) {
    padding-left: 20px
  }

  .pageMarking .markBlock .mark .title {
    font-size: 20px;
    margin-bottom: 15px
  }

  .pageMarking .markBlock .mark .title span {
    font-size: 15px
  }

  .pageMarking .markBlock .mark .letters .inputLetters {
    font-size: 28px;
    height: 34px
  }

  .pageMarking .markBlock .mark .letters .leftLetters {
    font-size: 12px
  }

  .pageMarking .markBlock .mark .keypad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
  }

  .pageMarking .markBlock .mark .keypad li {
    width: calc(10% - 4px);
    margin: 0 2px 4px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageMarking .markBlock .mark .keypad li:hover {
    opacity: 0.6
  }

  .pageMarking .markBlock .mark .keypad li input[type="button"] {
    padding: 10px 0;
    cursor: pointer;
    outline: 0
  }

  .pageMarking .markingFooter {
    margin: 80px auto
  }

  .pageMarking .markingFooter .backButton {
    margin-top: 20px
  }

  .pageMarking .markingFooter .backButton a.textButton {
    width: 170px
  }
}

.pageJewelrycare .careCategory>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}

.pageJewelrycare .careCategory>li:not(.notice) {
  padding: 0 15px
}

.pageJewelrycare .careCategory>li .image {
  display: block;
  width: 150px
}

.pageJewelrycare .careCategory>li .textBlock {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px
}

.pageJewelrycare .careCategory>li .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3
}

.pageJewelrycare .careCategory>li .caption {
  margin-top: 10px;
  color: #959595;
  font-size: 10px
}

.pageJewelrycare .careCategory>li .button {
  margin-top: 20px
}

.pageJewelrycare .careCategory>li.notice {
  padding: 0 15px
}

.pageJewelrycare .careCategory>li.notice .noticeInner .noticeTitle {
  margin-bottom: 5px;
  font-weight: bold
}

.pageJewelrycare .careCategory>li.notice .noticeInner .buttons {
  margin-top: 25px
}

.pageJewelrycare .careCategory>li.notice .noticeInner .buttons li:not(:last-child) {
  margin-bottom: 15px
}

.pageJewelrycare .careCategory>li.notice .noticeInner .buttons .textButton-select {
  width: 100%;
  font-weight: bold
}

@media (min-width: 769px) {
  .pageJewelrycare .careCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px
  }

  .pageJewelrycare .careCategory>li {
    width: calc(50% - 25px);
    margin-bottom: 60px
  }

  .pageJewelrycare .careCategory>li:not(.notice) {
    padding: 0
  }

  .pageJewelrycare .careCategory>li .image {
    width: 250px
  }

  .pageJewelrycare .careCategory>li .title {
    margin: 20px 0
  }

  .pageJewelrycare .careCategory>li .button {
    display: inline-block !important
  }

  .pageJewelrycare .careCategory>li.notice {
    margin-bottom: 0
  }

  .pageJewelrycare .careCategory>li.notice .noticeInner {
    margin: 20px auto 40px
  }

  .pageJewelrycare .careCategory>li.notice .noticeInner .noticeTitle {
    margin-bottom: 20px
  }

  .pageJewelrycare .careCategory>li.notice .noticeInner .buttons {
    margin-top: 40px
  }
}

.pageJewelrycare .shopLink .textButton-select {
  width: 100%;
  max-width: 400px;
  font-weight: bold
}

@media (min-width: 769px) {
  .pageJewelrycare .shopLink {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0
  }
}

.stylebookWrapper {
  position: relative
}

.styleBook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.styleBook li.styleVisual {
  position: relative;
  width: calc(50% - 3px);
  margin-bottom: 6px
}

.styleBook li.styleVisual:last-child,
.styleBook li.styleVisual:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0
}

.styleBook li.styleVisual .stylebookImage img {
  width: 100%
}

@media (min-width: 769px) {

  .styleBook::before,
  .styleBook::after {
    content: "";
    display: block;
    width: calc(25% - 11px)
  }

  .styleBook::before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .styleBook li.styleVisual {
    width: calc(25% - 11px);
    margin-bottom: 15px;
    background-color: #fff
  }

  .styleBook li.styleVisual:nth-last-child(-n+4) {
    margin-bottom: 0 !important
  }

  .styleBook li.styleVisual .stylebookImage {
    position: relative;
    cursor: pointer
  }

  .styleBook li.styleVisual .stylebookImage img {
    position: relative;
    z-index: 1
  }

  .styleBook li.styleVisual .stylebookImage::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(255, 255, 255, 0)
  }

  .styleBook li.styleVisual .stylebookImage:hover::after {
    background-color: rgba(255, 255, 255, 0.4)
  }
}

.stylebookModal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95)
}

.stylebookModal.active {
  left: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  opacity: 1
}

.stylebookModal .stylebookModalInner {
  position: relative;
  height: 100%
}

.stylebookModal .stylebookModalBody {
  max-height: calc(100% - 60px);
  padding: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.stylebookModal .stylebookDetailContainer .stylebookImage {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #ededed
}

.stylebookModal .stylebookDetailContainer .stylebookImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList {
  margin-top: 10px
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li:not(:last-child) {
  margin-bottom: 10px
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 20px
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/canal/icon_arrow-thin.svg) center center/auto 100% no-repeat
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li .itemNoneLink {
  padding-right: 20px
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li .itemNoneLink .credit {
  padding-left: 60px
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li .itemImage {
  width: 50px
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li .credit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  font-size: 10px;
  line-height: 1.4
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li .credit .itemName {
  font-size: 12px
}

.stylebookModal .stylebookDetailContainer ul.stylebookItemList li .credit .price {
  margin-right: 8px;
  font-weight: bold
}

.stylebookModal .stylebookDetailFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 10px
}

.stylebookModal .stylebookDetailFooter .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.stylebookModal .stylebookDetailFooter .arrows li {
  width: 50%
}

.stylebookModal .stylebookDetailFooter .arrows li:nth-child(even) {
  text-align: right
}

.stylebookModal .stylebookDetailFooter .arrows li span {
  position: relative;
  font-family: 'Heebo', sans-serif
}

.stylebookModal .stylebookDetailFooter .arrows li span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/canal/icon_arrow-thin.svg) center center/auto 100% no-repeat
}

.stylebookModal .stylebookDetailFooter .arrows li span.next {
  padding-right: 18px
}

.stylebookModal .stylebookDetailFooter .arrows li span.prev {
  padding-left: 18px
}

.stylebookModal .stylebookDetailFooter .arrows li span.prev::after {
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.stylebookModal .stylebookDetailFooter .closeWrapper {
  font-family: 'Heebo', sans-serif;
  text-align: center
}

@media (min-width: 769px) {
  .stylebookModal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent
  }

  .stylebookModal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn .6s;
    animation: fadeIn .6s
  }

  .stylebookModal .stylebookModalInner {
    z-index: 2;
    width: 800px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9)
  }

  .stylebookModal .stylebookModalBody {
    max-height: none;
    padding: 10px;
    overflow: visible
  }

  .stylebookModal .stylebookDetailContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .stylebookModal .stylebookDetailContainer .stylebookImage {
    width: 50%;
    height: 390px;
    padding-top: 0
  }

  .stylebookModal .stylebookDetailContainer ul.stylebookItemList {
    width: 50%;
    max-height: 390px;
    margin-top: 0;
    padding: 10px 0;
    padding-left: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }

  .stylebookModal .stylebookDetailContainer ul.stylebookItemList li .itemNoneLink .credit {
    padding-left: 80px
  }

  .stylebookModal .stylebookDetailContainer ul.stylebookItemList li .itemImage {
    width: 70px
  }

  .stylebookModal .stylebookDetailContainer ul.stylebookItemList li .credit {
    font-size: 11px
  }

  .stylebookModal .stylebookDetailContainer ul.stylebookItemList li .credit .itemName {
    font-size: 14px
  }

  .stylebookModal .stylebookDetailContainer ul.stylebookItemList li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .stylebookModal .stylebookDetailContainer ul.stylebookItemList li a:hover {
    opacity: 0.6
  }

  .stylebookModal .stylebookDetailFooter {
    position: relative;
    height: auto
  }

  .stylebookModal .stylebookDetailFooter .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .stylebookModal .stylebookDetailFooter .arrows li {
    width: 50%
  }

  .stylebookModal .stylebookDetailFooter .arrows li:nth-child(even) {
    text-align: right
  }

  .stylebookModal .stylebookDetailFooter .arrows li span {
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .stylebookModal .stylebookDetailFooter .arrows li span:hover {
    opacity: 0.6
  }

  .stylebookModal .stylebookDetailFooter .arrows li span::after {
    width: 14px;
    height: 14px
  }

  .stylebookModal .stylebookDetailFooter .arrows li span.next {
    padding-right: 20px
  }

  .stylebookModal .stylebookDetailFooter .arrows li span.prev {
    padding-left: 20px
  }

  .stylebookModal .stylebookDetailFooter .closeWrapper .closeButton {
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .stylebookModal .stylebookDetailFooter .closeWrapper .closeButton:hover {
    opacity: 0.6
  }

  .stylebookModal .stylebookModalBg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5)
  }
}

.pageStylebook .spNote {
  margin-bottom: 15px;
  text-align: center
}

.pageStylebook .stylebookWrapper {
  margin: 0 auto
}

@media (min-width: 769px) {
  .pageStylebook .stylebookWrapper {
    width: 720px
  }
}

@media (min-width: 1080px) {
  .pageStylebook .stylebookWrapper {
    width: 960px
  }
}

@media (min-width: 1200px) {
  .pageStylebook .stylebookWrapper {
    width: 1044px
  }
}

@media (max-width: 768px) {
  .pageStylebook .styleBook li:nth-child(5n) {
    width: 100%
  }
}

@media (min-width: 769px) {
  .pageStylebook .styleGridInner .styleBook.grid {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%
  }

  .pageStylebook .styleGridInner .styleBook.grid li.styleVisual {
    width: 100%
  }

  .pageStylebook .styleGridInner .styleBook.grid.notEnough {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .pageStylebook .styleGridInner .styleBook.grid.notEnough li.styleVisual {
    width: 25%
  }

  .pageStylebook .styleGridInner .styleBook.inline li.styleVisual {
    width: calc(100% / 3)
  }

  .pageStylebook .styleGridInner .styleBook.inline li.styleVisual:nth-child(4),
  .pageStylebook .styleGridInner .styleBook.inline li.styleVisual:nth-child(5) {
    width: 50%
  }

  .pageStylebook .styleGridInner:nth-child(odd) .styleBook.grid li.styleVisual:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3
  }

  .pageStylebook .styleGridInner:nth-child(odd) .styleBook.grid li.styleVisual:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1 / 3;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 2
  }

  .pageStylebook .styleGridInner:nth-child(odd) .styleBook.grid li.styleVisual:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
  }

  .pageStylebook .styleGridInner:nth-child(odd) .styleBook.grid li.styleVisual:nth-child(3) {
    -ms-grid-column: 4;
    -ms-grid-row: 1
  }

  .pageStylebook .styleGridInner:nth-child(odd) .styleBook.grid li.styleVisual:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 2
  }

  .pageStylebook .styleGridInner:nth-child(odd) .styleBook.grid li.styleVisual:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-row: 2
  }

  .pageStylebook .styleGridInner:nth-child(even) .styleBook.grid li.styleVisual:last-child {
    grid-column: 3 / 5;
    grid-row: 1 / 3
  }

  .pageStylebook .styleGridInner:nth-child(even) .styleBook.grid li.styleVisual:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1
  }

  .pageStylebook .styleGridInner:nth-child(even) .styleBook.grid li.styleVisual:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1
  }

  .pageStylebook .styleGridInner:nth-child(even) .styleBook.grid li.styleVisual:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
  }

  .pageStylebook .styleGridInner:nth-child(even) .styleBook.grid li.styleVisual:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2
  }

  .pageStylebook .styleGridInner:nth-child(even) .styleBook.grid li.styleVisual:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3 / 5;
    -ms-grid-row: 1;
    grid-row: 1 / 3;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 2
  }
}

.pagePresent .contentBlock:first-child {
  padding-bottom: 0
}

.pagePresent .anchorNavi {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd
}

.pagePresent .anchorNavi .anchorNaviChoice>li:not(:last-child) {
  margin-bottom: 10px
}

.pagePresent .anchorNavi .anchorNaviChoice>li a {
  display: block;
  padding: 16px 30px 16px 10px;
  background-color: #F7F7F7;
  font-weight: bold;
  position: relative
}

.pagePresent .anchorNavi .anchorNaviChoice>li a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
  height: 10px;
  background: url("/assets/img/canal/icon_arrow.svg") center center/100% auto no-repeat
}

.pagePresent .anchorNavi .anchorNaviOthers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px
}

.pagePresent .anchorNavi .anchorNaviOthers>li a {
  display: inline-block;
  padding: 2px 30px 2px 10px;
  font-weight: bold;
  position: relative
}

.pagePresent .anchorNavi .anchorNaviOthers>li a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
  height: 10px;
  background: url("/assets/img/canal/icon_arrow.svg") center center/100% auto no-repeat;
  opacity: 0.6
}

@media (max-width: 768px) {
  .pagePresent .anchorNavi .anchorNaviOthers {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li {
    padding-left: 17px
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li:first-child {
    padding: 0 20px 0 0;
    position: relative
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #ddd
  }
}

@media (min-width: 769px) {
  .pagePresent .anchorNavi {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none
  }

  .pagePresent .anchorNavi .anchorNaviChoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    position: relative
  }

  .pagePresent .anchorNavi .anchorNaviChoice::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #ddd
  }

  .pagePresent .anchorNavi .anchorNaviChoice>li {
    margin-bottom: 0 !important;
    margin-right: 15px
  }

  .pagePresent .anchorNavi .anchorNaviChoice>li a {
    font-size: 1.15rem;
    font-weight: normal;
    padding: 2px 30px 2px 2px;
    background-color: transparent;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pagePresent .anchorNavi .anchorNaviChoice>li a:hover {
    opacity: 0.6
  }

  .pagePresent .anchorNavi .anchorNaviOthers {
    margin-top: 0;
    margin-left: 30px
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li {
    -webkit-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
    margin-right: 15px
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li:first-child {
    border-right: none
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li a {
    font-size: 1.15rem;
    font-weight: normal;
    padding: 2px 30px 2px 2px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li a:hover {
    opacity: 0.6
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  .pagePresent .anchorNavi .anchorNaviChoice {
    padding-right: 5px
  }

  .pagePresent .anchorNavi .anchorNaviChoice>li {
    margin-right: 5px
  }

  .pagePresent .anchorNavi .anchorNaviChoice>li a {
    font-size: 1rem
  }

  .pagePresent .anchorNavi .anchorNaviOthers {
    margin-left: 10px
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li {
    margin-right: 5px
  }

  .pagePresent .anchorNavi .anchorNaviOthers>li a {
    font-size: 1rem
  }
}

.pagePresent .choiceFrom .choiceFromSect {
  padding: 30px 0
}

.pagePresent .choiceFrom .choiceFromSect .headline01-jpn {
  margin-bottom: 30px
}

.pagePresent .choiceFrom .choiceFromSect .headline01-jpn .subtitle {
  font-size: 80%;
  padding-left: 10px
}

@media (min-width: 769px) {
  .pagePresent .choiceFrom {
    background: -o-linear-gradient(#F0EFEF 0px, #FCF9F9 240px);
    background: linear-gradient(#F0EFEF 0px, #FCF9F9 240px)
  }

  .pagePresent .choiceFrom .choiceFromSect {
    padding: 60px 0
  }

  .pagePresent .choiceFrom .choiceFromSect .headline01-jpn {
    margin-bottom: 30px
  }

  .pagePresent .choiceFrom .choiceFromSect.noPaddingBottom {
    padding-bottom: 0
  }
}

.pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .image {
  display: block;
  width: 160px
}

.pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .textBlock {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px
}

.pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .title {
  line-height: 1.2;
  margin-bottom: 10px
}

.pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .title .jpn {
  font-size: 0.85rem;
  color: #959595;
  display: block;
  margin-bottom: 5px
}

.pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .title .en {
  font-family: HelveticaNowText-Regular, sans-serif;
  font-size: 25px;
  display: block;
  letter-spacing: -1px
}

.pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .description {
  letter-spacing: 1px
}

.pagePresent .choiceFromItem .choiceItemList .howto {
  background-color: #F7F7F7;
  padding: 30px 15px 15px;
  margin-top: 30px
}

.pagePresent .choiceFromItem .choiceItemList .howto .howtoTitle {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd
}

.pagePresent .choiceFromItem .choiceItemList .howto .howtoList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.pagePresent .choiceFromItem .choiceItemList .howto .howtoList li {
  width: calc(50% - 4px);
  margin-bottom: 10px
}

.pagePresent .choiceFromItem .choiceItemList .howto .howtoList li img {
  display: block;
  width: 100%
}

.pagePresent .choiceFromItem .choiceItemList .howto .howtoList li .howtoItem {
  margin-top: 5px
}

@media (max-width: 768px) {
  .pagePresent .choiceFromItem .choiceItemList>li:not(:last-child) {
    margin-bottom: 30px
  }

  .pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner {
    padding-right: 15px;
    position: relative
  }

  .pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/assets/img/canal/icon_arrow-semi-thin.svg") center center/100% auto no-repeat
  }
}

@media (min-width: 769px) {
  .pagePresent .choiceFromItem .choiceItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pagePresent .choiceFromItem .choiceItemList>li {
    width: 50%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
  }

  .pagePresent .choiceFromItem .choiceItemList>li:nth-last-child(-n+2) {
    margin-bottom: 0
  }

  .pagePresent .choiceFromItem .choiceItemList>li.necklace {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pagePresent .choiceFromItem .choiceItemList>li.necklace .choiceItemListInner {
    width: calc(50% - 15px)
  }

  .pagePresent .choiceFromItem .choiceItemList>li:nth-child(even) .choiceItemListInner {
    padding-right: 15px
  }

  .pagePresent .choiceFromItem .choiceItemList>li:not(.necklace):nth-child(odd) .choiceItemListInner {
    padding-left: 15px
  }

  .pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .image {
    width: 50%;
    max-width: 250px
  }

  .pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .textBlock {
    padding-left: 25px
  }

  .pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .title {
    margin-bottom: 30px
  }

  .pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .title .en {
    font-size: 29px
  }

  .pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .description {
    line-height: 1.9;
    letter-spacing: 1px
  }

  .pagePresent .choiceFromItem .choiceItemList>li .choiceItemListInner .button {
    margin-top: 30px;
    display: inline-block !important
  }

  .pagePresent .choiceFromItem .choiceItemList .howto {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    width: calc(50% - 15px)
  }

  .pagePresent .choiceFromItem .choiceItemList .howto .howtoTitle {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    color: #9F9F9F
  }

  .pagePresent .choiceFromItem .choiceItemList .howto .howtoList li {
    width: calc(25% - 10px);
    margin-bottom: 0
  }

  .pagePresent .choiceFromItem .choiceItemList .howto .howtoList li .howtoItem {
    margin-top: 15px
  }
}

.pagePresent .choiceFromCollection {
  background-color: #F0EFEF
}

.pagePresent .choiceFromCollection .collectionList:not(:last-child) {
  margin-bottom: 40px
}

.pagePresent .choiceFromCollection .collectionList>li {
  background-color: #fff
}

.pagePresent .choiceFromCollection .collectionList>li:not(:last-child) {
  margin-bottom: 50px
}

.pagePresent .choiceFromCollection .collectionList>li .image {
  display: block;
  width: 100%
}

.pagePresent .choiceFromCollection .collectionList>li .textBlock {
  padding: 15px 15px 30px
}

.pagePresent .choiceFromCollection .collectionList>li .title {
  line-height: 1.2;
  margin-bottom: 20px
}

.pagePresent .choiceFromCollection .collectionList>li .title .jpn {
  font-size: 0.85rem;
  color: #959595;
  display: block;
  margin-bottom: 5px
}

.pagePresent .choiceFromCollection .collectionList>li .title .en {
  font-family: HelveticaNowText-Regular, sans-serif;
  font-size: 25px;
  display: block;
  letter-spacing: -1px
}

.pagePresent .choiceFromCollection .collectionList>li .button {
  margin-top: 20px
}

@media (max-width: 768px) {
  .pagePresent .choiceFromCollection {
    position: relative
  }

  .pagePresent .choiceFromCollection::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: #ddd;
    width: calc(100% - 30px);
    max-width: 1080px
  }
}

@media (min-width: 769px) {
  .pagePresent .choiceFromCollection {
    background-color: transparent
  }

  .pagePresent .choiceFromCollection .collectionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .pagePresent .choiceFromCollection .collectionList>li {
    width: calc(33.33% - 10px);
    background-color: #fff;
    margin-bottom: 20px !important
  }

  .pagePresent .choiceFromCollection .collectionList>li .textBlock {
    padding: 20px 20px 40px
  }

  .pagePresent .choiceFromCollection .collectionList>li .title {
    margin-bottom: 20px
  }

  .pagePresent .choiceFromCollection .collectionList>li .title .en {
    font-size: 29px
  }

  .pagePresent .choiceFromCollection .collectionList>li .button {
    margin-top: 20px;
    display: inline-block !important
  }

  .pagePresent .choiceFromCollection .collectionList::after {
    content: "";
    display: block;
    width: calc(33.33% - 10px);
    height: 0
  }
}

.pagePresent .choiceFromBadget {
  background-color: #F0EFEF
}

.pagePresent .choiceFromBadget .badgetList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.pagePresent .choiceFromBadget .badgetList>li {
  width: calc(50% - 3px);
  background-color: #fff;
  margin-bottom: 6px
}

.pagePresent .choiceFromBadget .badgetList>li .textBlock {
  padding: 15px
}

.pagePresent .choiceFromBadget .badgetList>li .title {
  margin-bottom: 5px
}

.pagePresent .choiceFromBadget .badgetList>li .title a {
  display: block;
  position: relative
}

.pagePresent .choiceFromBadget .badgetList>li .title .priceNum {
  font-family: HelveticaNowText-Medium, sans-serif;
  font-size: 16px
}

@media (max-width: 768px) {
  .pagePresent .choiceFromBadget .badgetList>li .title a {
    position: relative
  }

  .pagePresent .choiceFromBadget .badgetList>li .title a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("/assets/img/canal/icon_arrow.svg") center center/100% auto no-repeat
  }
}

@media (min-width: 769px) {
  .pagePresent .choiceFromBadget {
    background-color: transparent
  }

  .pagePresent .choiceFromBadget .badgetList>li {
    width: calc(25% - 10px);
    margin-bottom: 0
  }

  .pagePresent .choiceFromBadget .badgetList>li .textBlock {
    padding: 25px 25px 30px
  }

  .pagePresent .choiceFromBadget .badgetList>li .title {
    margin-bottom: 5px
  }

  .pagePresent .choiceFromBadget .badgetList>li .button {
    margin-top: 20px;
    display: inline-block !important
  }
}

.pagePresent .giftboxList {
  margin-top: 30px
}

.pagePresent .giftboxList>li:not(:last-child) {
  margin-bottom: 30px
}

.pagePresent .giftboxList>li .image {
  display: block;
  width: 100%
}

.pagePresent .giftboxList>li .title {
  margin: 20px 0 10px;
  font-size: 1.1rem;
  font-weight: bold
}

.pagePresent .giftboxList>li .caption {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #959595
}

@media (min-width: 769px) {
  .pagePresent .giftboxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
  }

  .pagePresent .giftboxList>li {
    width: calc(50% - 30px)
  }

  .pagePresent .giftboxList>li .title {
    margin: 20px 0 10px;
    font-size: 16px
  }

  .pagePresent .giftboxList>li .caption {
    font-size: 1rem;
    margin-top: 10px
  }
}

.pagePresent .giftwrapping .image {
  display: block;
  width: 100%
}

@media (min-width: 769px) {
  .pagePresent .giftwrapping {
    width: 50%
  }
}

.pagePresent .giftHelp .shopAreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0
}

.pagePresent .giftHelp .shopAreaList>li {
  width: calc(50% - 3px);
  margin-bottom: 6px
}

.pagePresent .giftHelp .shopAreaList>li a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #F7F7F7;
  font-weight: bold
}

.pagePresent .giftHelp .image {
  display: block;
  width: 100%
}

@media (min-width: 769px) {
  .pagePresent .giftHelp {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .pagePresent .giftHelp .shopAreaList {
    width: 45%;
    margin: 0
  }

  .pagePresent .giftHelp .shopAreaList>li {
    width: calc(50% - 7px);
    margin-bottom: 14px
  }

  .pagePresent .giftHelp .shopAreaList>li a {
    padding: 20px 10px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pagePresent .giftHelp .shopAreaList>li a:hover {
    opacity: 0.6
  }

  .pagePresent .giftHelp .image {
    width: calc(50% - 10px)
  }
}

@media (max-width: 768px) {
  .pageAbout .contentBlock:first-child {
    padding-bottom: 40px
  }
}

.pageAbout .aboutConcept .textBlock p {
  text-align: center;
  font-size: 13px
}

.pageAbout .aboutConcept .textBlock p:not(:last-child) {
  margin-bottom: 20px
}

@media (min-width: 769px) {
  .pageAbout .aboutConcept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pageAbout .aboutConcept .textBlock {
    width: 100%
  }

  .pageAbout .aboutConcept .textBlock p {
    font-size: 20px;
    font-weight: 500
  }
}

.pageBridal .heroPanel picture {
  display: block
}

.pageBridal .heroPanel picture img {
  width: 100%
}

.pageBridal .bridalPages li:not(:last-child) {
  margin-bottom: 40px
}

.pageBridal .bridalPages li a {
  display: block
}

.pageBridal .bridalPages li .collectionCategory {
  font-family: HelveticaNowText-Regular, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  margin-top: 5px
}

.pageBridal .bridalPages li .collectionCategory.jpn {
  font-weight: bold
}

@media (min-width: 769px) {
  .pageBridal .bridalPages li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageBridal .bridalPages li a:hover {
    opacity: 0.6
  }

  .pageBridal .bridalPages li:not(:last-child) {
    margin-bottom: 50px
  }

  .pageBridal .bridalPages li .collectionCategory {
    font-size: 20px
  }

  .pageBridal .bridalPages.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pageBridal .bridalPages.horizontal li {
    width: calc(50% - 7px)
  }

  .pageBridal .bridalPages.horizontal li:nth-last-child(-n+2) {
    margin-bottom: 0
  }

  .pageBridal .bridalPages.horizontal li a {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }

  .pageBridal .bridalPages.horizontal li a:hover {
    opacity: 0.6
  }
}

.pageBridal .voiceList.more {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  display: none
}

.pageBridal .voiceList.more.active {
  display: block;
  -webkit-animation: fadeInUp .6s;
  animation: fadeInUp .6s
}

.pageBridal .voiceList .voicePost {
  padding-bottom: 30px
}

.pageBridal .voiceList .voicePost:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd
}

.pageBridal .voiceList .voicePost .voicePostParagraph:not(:last-child) {
  margin-bottom: 15px
}

.pageBridal .voiceList .voicePost .voicePostDate,
.pageBridal .voiceList .voicePost .voicePostHeadline {
  font-weight: bold
}

.pageBridal .voiceList .voicePost table.evaluation th {
  padding: 2px 15px 2px 2px
}

.pageBridal .voiceList .voicePost table.evaluation td {
  padding: 2px
}

.pageBridal .voiceList .voicePost table.evaluation .point {
  color: #999
}

@media (min-width: 769px) {
  .pageBridal .voiceList.more {
    padding-top: 50px
  }

  .pageBridal .voiceList .voicePost {
    padding-bottom: 50px
  }

  .pageBridal .voiceList .voicePost:not(:last-child) {
    margin-bottom: 50px
  }
}

.pageBridal .bridalItems {
  margin-top: 30px
}

.pageBridal .bridalItems li:not(:last-child) {
  margin-bottom: 30px
}

.pageBridal .bridalItems li .bridalItemTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0
}

@media (min-width: 769px) {
  .pageBridal .bridalItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pageBridal .bridalItems li {
    margin-bottom: 0 !important;
    width: calc(33.33% - 10px)
  }

  .pageBridal .bridalItems li .bridalItemTitle {
    font-size: 20px;
    margin: 20px 0
  }
}

.pageBridal .stoneClamp {
  margin-top: 30px
}

.pageBridal .stoneClamp .stoneList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.pageBridal .stoneClamp .stoneList li {
  width: 25%;
  padding: 10px 5px
}

.pageBridal .stoneClamp .stoneList li img {
  width: 20px
}

.pageBridal .stoneClamp .stoneList li p {
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.4
}

@media (min-width: 769px) {
  .pageBridal .stoneClamp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .pageBridal .stoneClamp picture {
    width: 40%
  }

  .pageBridal .stoneClamp .stoneList {
    width: calc(60% - 20px);
    margin-top: 0
  }

  .pageBridal .stoneClamp .stoneList li {
    width: calc(100%/6)
  }

  .pageBridal .stoneClamp .stoneList li img {
    width: 35px
  }

  .pageBridal .stoneClamp .stoneList li p {
    font-size: 10px
  }
}

.pageBridal .marking .markingExample {
  margin-top: 20px
}

.pageBridal .marking .markingExample .markingExampleTitle {
  margin-bottom: 5px
}

.pageBridal .marking .markingExample .caption {
  margin-top: 5px
}

@media (min-width: 769px) {
  .pageBridal .marking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
  }

  .pageBridal .marking .markingImage {
    width: 40%
  }

  .pageBridal .marking .markingExample {
    margin-top: 0;
    margin-left: 70px;
    width: calc(60% - 70px)
  }

  .pageBridal .marking .markingExample .markingExampleTitle {
    font-size: 1.1rem
  }
}

.pageBridal .caption {
  font-size: 10px;
  color: #999
}

@media (min-width: 769px) {
  .pageBridal .caption {
    font-size: 1rem
  }
}

.pageHow .categorySelect {
  margin: 0
}

.pageHow .contentBlock:first-child {
  padding-bottom: 60px !important
}

@media (min-width: 769px) {
  .pageHow .contentBlock:first-child {
    padding-bottom: 90px !important
  }
}

.pageHow .contentBlock:not(.border):not(.gradation)+.contentBlock:not(.gradation) {
  margin: -60px 0 60px !important;
  padding: 60px 0 0 !important
}

@media (min-width: 769px) {
  .pageHow .contentBlock:not(.border):not(.gradation)+.contentBlock:not(.gradation) {
    margin: -90px 0 90px !important;
    padding: 90px 0 0 !important
  }
}

.pageFaq .headline02 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center
}

@media (min-width: 769px) {
  .pageFaq .headline02 {
    margin-bottom: 15px;
    font-size: 24px
  }
}

.pageFaq .headline02-jpn {
  font-family: "Avenir", "Helvetica Neue", "Verdana", Helvetica, Arial, YuGothic, "Meiryo UI", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: normal
}

@media (min-width: 769px) {
  .pageFaq .headline02-jpn {
    font-size: 21px
  }
}

.pageCart .cartGroup .row dd .prdInfo__label--taken {
  width: 46px
}

.birthday-container {
  width: 100%;
  overflow: hidden
}

.birthday-container .l-frame {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto
}

.birthday-container .l-frame__padding {
  width: 100%;
  max-width: 1090px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto
}

.birthday-container picture {
  display: block
}

.birthday-container .item-link-box {
  display: block;
  position: relative
}

.birthday-container .item-link-box .item-link {
  position: absolute;
  right: 10px;
  bottom: 5px
}

.birthday-container .item-link-box .item-link span {
  display: inline-block
}

.birthday-container .item-link-box .item-link span:before {
  display: inline-block;
  margin: 0 5px;
  content: "/"
}

@media (max-width: 768px) {
  .birthday-container .item-link-box .item-link {
    text-align: left;
    right: auto;
    left: 10px
  }

  .birthday-container .item-link-box .item-link span {
    display: block
  }

  .birthday-container .item-link-box .item-link span:before {
    display: none
  }
}

.birthday-container .sect-title {
  font-size: 42px;
  margin-bottom: 10px;
  text-align: center
}

@media (max-width: 768px) {
  .birthday-container .sect-title {
    font-size: 29px;
    margin-bottom: 5px
  }
}

.birthday-container .sub-title {
  font-size: 20px
}

@media (max-width: 768px) {
  .birthday-container .sub-title {
    font-size: 16px
  }
}

.birthday-container .lg-text {
  font-size: 16px
}

.birthday-container .sm-text {
  font-size: 12px
}

.birthday-container .lg-sm-text {
  font-size: 16px
}

@media (max-width: 768px) {
  .birthday-container .lg-sm-text {
    font-size: 12px
  }
}

.birthday-container .movie {
  position: relative;
  padding-bottom: 73.2%
}

.birthday-container .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.birthday-container .movie .movie-link-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 20px
}

.birthday-container .movie .movie-link-list li {
  position: relative;
  margin-left: 30px
}

.birthday-container .movie .movie-link-list li a:before {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-right: 5px;
  background: url(/assets/img/canal/birthday/ico_arrow_right_white.svg) no-repeat center;
  background-size: contain;
  content: ""
}

@media (max-width: 768px) {
  .birthday-container .movie .movie-link-list li {
    margin-left: 14px
  }
}

.birthday-container .movie .mute-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.9);
  border: none;
  outline: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  padding: 0
}

.birthday-container .movie .mute-button img {
  width: auto;
  height: 12px
}

.birthday-container .movie .mute-button .unmute {
  display: none
}

.birthday-container .movie .mute-button.unmuted .mute {
  display: none
}

.birthday-container .movie .mute-button.unmuted .unmute {
  display: block
}

@media (max-width: 768px) {
  .birthday-container .movie .movie-link-list {
    height: 22px
  }
}

.birthday-container .button {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  max-width: 402px;
  font-weight: bold;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto
}

.birthday-container .button.purple {
  background: #8C96B9
}

.birthday-container .button.pink {
  background: #D9AEB5
}

.birthday-container .button.yellow {
  background: #F2D084
}

.birthday-container .button.blue {
  background: #81B5E5
}

.birthday-container .button.tnza {
  background: #9287A9
}

.birthday-container .button.january {
  background: #DD9798
}

.birthday-container .button.february {
  background: #DAC1E5
}

.birthday-container .button.march {
  background: #A7C5E2
}

.birthday-container .button.april {
  background: #B8BCE0
}

.birthday-container .button.may {
  background: #99D7AF
}

.birthday-container .button.june {
  background: #A7C5E2
}

.birthday-container .button.july {
  background: #FBC7DC
}

.birthday-container .button.august {
  background: #D2EB8D
}

.birthday-container .button.september {
  background: #A6AEDD
}

.birthday-container .button.october {
  background: #F7BECE
}

.birthday-container .button.november {
  background: #FEDFAC
}

.birthday-container .button.december {
  background: #B8BEE2
}

@media (max-width: 768px) {
  .birthday-container .button {
    font-size: 13px;
    width: 63%
  }
}

.birthday-container .fv {
  position: relative
}

.birthday-container .fv .title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 0.5em
}

.birthday-container .fv .sub-title {
  margin-bottom: 2em
}

@media (min-width: 769px) {
  .birthday-container .fv .fv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    padding-left: 10%;
    max-width: 550px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media (max-width: 768px) {
  .birthday-container .fv .fv-content {
    padding: 20px 20px 0
  }

  .birthday-container .fv .title {
    font-size: 32px
  }

  .birthday-container .fv .sub-title {
    margin-bottom: 1em
  }
}

.birthday-container .navi {
  max-width: 896px;
  margin: 100px auto 0;
  padding: 0 20px
}

.birthday-container .navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.birthday-container .navi li {
  width: 25%;
  padding: 0 5px
}

.birthday-container .navi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  outline: solid 1px #BEBB9C;
  background: #F7F7F0
}

.birthday-container .navi a span {
  display: inline-block;
  position: relative;
  padding-right: 20px
}

.birthday-container .navi a span:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: url(/assets/img/canal/birthday/ico_arrow_bottom_simple.svg) no-repeat center right;
  background-size: contain;
  content: ""
}

@media (max-width: 768px) {
  .birthday-container .navi {
    margin: 50px auto 0
  }

  .birthday-container .navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .birthday-container .navi li {
    width: 50%;
    padding: 0
  }

  .birthday-container .navi a span {
    text-align: left;
    width: 100%;
    max-width: 140px;
    line-height: 1.3em
  }
}

@media (min-width: 769px) {
  .birthday-container .navi br {
    display: none
  }
}

.birthday-container .search {
  padding: 100px 0 100px;
  text-align: center
}

.birthday-container .search .search-select-box li {
  position: relative;
  margin-bottom: 30px
}

.birthday-container .search .search-select-box li:after {
  position: absolute;
  top: 0;
  right: 20px;
  width: 10px;
  height: 100%;
  background: url(/assets/img/canal/birthday/ico_arrow_down.svg) no-repeat center right;
  background-size: contain;
  content: ""
}

.birthday-container .search .search-select-box li:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 12px;
  height: 30px;
  background: url(/assets/img/canal/birthday/ico_cross.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: ""
}

.birthday-container .search .search-select-box li:first-child:before {
  display: none
}

.birthday-container .search .search-select-box select {
  width: 133%;
  height: 50px;
  padding: 0 60px 0 30px;
  border-radius: 9999px;
  border: solid 1px #ddd;
  font-size: 16px;
  -webkit-transform: scale(0.75) translateX(-16.5%);
  -ms-transform: scale(0.75) translateX(-16.5%);
  transform: scale(0.75) translateX(-16.5%);
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: ''
}

.birthday-container .search .search-select-box select::-ms-expand {
  display: none
}

.birthday-container .search .search-select-box select:focus,
.birthday-container .search .search-select-box select:active {
  border: solid 1px #81B5E5;
  outline: none
}

.birthday-container .search button {
  background: #81B5E5;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  width: 63%;
  min-width: 186px;
  border: none
}

@media (min-width: 769px) {
  .birthday-container .search .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
  }

  .birthday-container .search picture {
    width: 60%;
    max-width: 618px
  }

  .birthday-container .search .search-box {
    width: 40%;
    text-align: center;
    max-width: 402px
  }
}

@media (max-width: 768px) {
  .birthday-container .search {
    padding: 50px 0 0
  }

  .birthday-container .search picture {
    margin: 30px auto
  }

  .birthday-container .search .search-select-box li:last-child {
    margin-bottom: 20px
  }
}

.birthday-container .recommend {
  padding-top: 80px
}

.birthday-container .recommend .recommend-navi {
  margin: 50px auto 0;
  max-width: 882px
}

.birthday-container .recommend .recommend-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.birthday-container .recommend .recommend-navi ul li {
  padding: 0 24px;
  width: calc(100% / 3)
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-navi {
    overflow: hidden;
    margin-top: 0
  }

  .birthday-container .recommend .recommend-navi ul {
    margin: 0 -3px
  }

  .birthday-container .recommend .recommend-navi ul li {
    padding: 0 3px
  }

  .birthday-container .recommend .recommend-navi ul a {
    line-height: 30px
  }

  .birthday-container .recommend .recommend-navi .button {
    width: 100%
  }
}

.birthday-container .recommend .recommend-box {
  padding: 100px 0
}

.birthday-container .recommend .recommend-box .ttl {
  line-height: 1.4
}

.birthday-container .recommend .recommend-box .ttl .ja {
  font-size: 35px
}

.birthday-container .recommend .recommend-box .ttl .en {
  font-size: 32px;
  margin-left: 0.5em
}

.birthday-container .recommend .recommend-box .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

.birthday-container .recommend .recommend-box.purple-container {
  padding-bottom: 150px;
  background: url(/assets/img/canal/birthday/bg_purple_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.purple-container .movie-link-list {
  background: rgba(140, 150, 185, 0.6)
}

.birthday-container .recommend .recommend-box.purple-container .movie-link-list a {
  color: #fff
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.purple-container {
    padding: 80px 0 100px;
    background: url(/assets/img/canal/birthday/bg_purple_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.pink-container {
  margin-top: -130px;
  padding: 200px 0 70px;
  background: url(/assets/img/canal/birthday/bg_pink_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.pink-container .movie-link-list {
  background: rgba(217, 174, 181, 0.6)
}

.birthday-container .recommend .recommend-box.pink-container .movie-link-list a {
  color: #fff
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.pink-container {
    margin-top: -50px;
    padding: 100px 0 70px;
    background: url(/assets/img/canal/birthday/bg_pink_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.yellow-container {
  background: url(/assets/img/canal/birthday/bg_yellow_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.yellow-container .movie-link-list {
  background: rgba(242, 208, 132, 0.6)
}

.birthday-container .recommend .recommend-box.yellow-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.yellow-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_yellow_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.tnza-container {
  background: url(/assets/img/canal/birthday/bg_tanz_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.tnza-container .movie-link-list {
  background: rgba(146, 135, 169, 0.6)
}

.birthday-container .recommend .recommend-box.tnza-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.tnza-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_tanz_sp.svg) no-repeat center/100% 100%
  }

  .birthday-container .recommend .recommend-box.tnza-container .movie-link-list li {
    margin-left: 12px
  }
}

.birthday-container .recommend .recommend-box.january-container {
  background: url(/assets/img/canal/birthday/bg_january_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.january-container .movie-link-list {
  background: rgba(221, 151, 152, 0.6)
}

.birthday-container .recommend .recommend-box.january-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.january-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_january_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.february-container {
  background: url(/assets/img/canal/birthday/bg_february_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.february-container .movie-link-list {
  background: rgba(218, 193, 229, 0.6)
}

.birthday-container .recommend .recommend-box.february-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.february-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_february_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.march-container {
  background: url(/assets/img/canal/birthday/bg_march_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.march-container .movie-link-list {
  background: rgba(167, 197, 226, 0.6)
}

.birthday-container .recommend .recommend-box.march-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.march-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_march_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.april-container {
  background: url(/assets/img/canal/birthday/bg_april_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.april-container .movie-link-list {
  background: rgba(184, 188, 224, 0.6)
}

.birthday-container .recommend .recommend-box.april-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.april-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_april_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.may-container {
  background: url(/assets/img/canal/birthday/bg_may_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.may-container .movie-link-list {
  background: rgba(153, 215, 175, 0.6)
}

.birthday-container .recommend .recommend-box.may-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.may-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_may_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.june-container {
  background: url(/assets/img/canal/birthday/bg_june_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.june-container .movie-link-list {
  background: rgba(167, 197, 226, 0.6)
}

.birthday-container .recommend .recommend-box.june-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.june-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_june_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.july-container {
  background: url(/assets/img/canal/birthday/bg_july_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.july-container .movie-link-list {
  background: rgba(251, 199, 220, 0.6)
}

.birthday-container .recommend .recommend-box.july-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.july-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_july_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.august-container {
  background: url(/assets/img/canal/birthday/bg_august_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.august-container .movie-link-list {
  background: rgba(210, 235, 141, 0.6)
}

.birthday-container .recommend .recommend-box.august-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.august-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_august_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.september-container {
  background: url(/assets/img/canal/birthday/bg_september_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.september-container .movie-link-list {
  background: rgba(166, 174, 221, 0.6)
}

.birthday-container .recommend .recommend-box.september-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.september-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_september_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.october-container {
  background: url(/assets/img/canal/birthday/bg_october_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.october-container .movie-link-list {
  background: rgba(247, 190, 206, 0.6)
}

.birthday-container .recommend .recommend-box.october-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.october-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_october_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.november-container {
  background: url(/assets/img/canal/birthday/bg_november_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.november-container .movie-link-list {
  background: rgba(254, 223, 172, 0.6)
}

.birthday-container .recommend .recommend-box.november-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.november-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_november_sp.svg) no-repeat center/100% 100%
  }
}

.birthday-container .recommend .recommend-box.december-container {
  background: url(/assets/img/canal/birthday/bg_december_pc.svg) no-repeat center/100% 100%
}

.birthday-container .recommend .recommend-box.december-container .movie-link-list {
  background: rgba(184, 190, 226, 0.6)
}

.birthday-container .recommend .recommend-box.december-container .movie-link-list a:before {
  background: url(/assets/img/canal/birthday/ico_arrow_right_black.svg) no-repeat center
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box.december-container {
    padding: 60px 0;
    background: url(/assets/img/canal/birthday/bg_december_sp.svg) no-repeat center/100% 100%
  }
}

@media (min-width: 769px) {
  .birthday-container .recommend .recommend-box .button {
    margin: 60px auto 0
  }

  .birthday-container .recommend .recommend-box .text-box {
    width: 42%;
    padding-right: 30px
  }

  .birthday-container .recommend .recommend-box .text-box img {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
  }

  .birthday-container .recommend .recommend-box .movie-box {
    width: 58%
  }

  .birthday-container .recommend .recommend-box .images {
    margin-top: 30px;
    margin-left: -15px
  }

  .birthday-container .recommend .recommend-box .images li {
    margin-left: 15px;
    width: calc(100% / 3)
  }

  .birthday-container .recommend .recommend-box .images li:first-child {
    display: none
  }

  .birthday-container .recommend .recommend-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .birthday-container .recommend .recommend-box .inner.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .birthday-container .recommend .recommend-box .inner.reverse .text-box {
    padding-right: 0;
    padding-left: 30px
  }
}

@media (max-width: 768px) {
  .birthday-container .recommend .recommend-box .button {
    margin: 40px auto 0
  }

  .birthday-container .recommend .recommend-box .ttl .ja {
    font-size: 32px
  }

  .birthday-container .recommend .recommend-box .ttl .en {
    font-size: 20px
  }

  .birthday-container .recommend .recommend-box .text-box {
    padding: 0 20px;
    margin-bottom: 20px
  }

  .birthday-container .recommend .recommend-box .text-box p {
    margin-bottom: 10px
  }

  .birthday-container .recommend .recommend-box .text-box img {
    display: none
  }

  .birthday-container .recommend .recommend-box .images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4px -6px 0
  }

  .birthday-container .recommend .recommend-box .images li {
    width: 50%;
    padding: 0 6px;
    margin-top: 16px
  }

  .birthday-container .recommend .recommend-box .img {
    display: none
  }
}

.birthday-container .birth-stone-list {
  padding: 200px 0;
  background: url(/assets/img/canal/birthday/bg_arrow_pc.svg) no-repeat center/100% 100%
}

.birthday-container .birth-stone-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -13px 0
}

.birthday-container .birth-stone-list .list li {
  width: calc(100% / 6);
  padding: 0 13px;
  margin-top: 26px
}

.birthday-container .birth-stone-list .list a {
  position: relative;
  display: block;
  background: #fff;
  padding: 22px 0 34px;
  text-align: center
}

.birthday-container .birth-stone-list .list a:after {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 5px;
  background: url(/assets/img/canal/birthday/ico_arrow_bottom_simple.svg) no-repeat center/contain;
  content: ""
}

.birthday-container .birth-stone-list .list img {
  max-width: 80px;
  height: auto
}

.birthday-container .birth-stone-list .list .ttl {
  margin-bottom: 10px
}

.birthday-container .birth-stone-list .list .ttl .ja {
  font-size: 16px;
  font-weight: bold
}

.birthday-container .birth-stone-list .list .ttl .en {
  font-size: 13px
}

.birthday-container .birth-stone-list .list .stone-en {
  font-size: 16px;
  margin: 0
}

.birthday-container .birth-stone-list .list .stone-ja {
  font-size: 10px
}

@media (max-width: 768px) {
  .birthday-container .birth-stone-list {
    padding: 100px 0 126px;
    background: url(/assets/img/canal/birthday/bg_arrow_sp.svg) no-repeat center/100% 100%
  }

  .birthday-container .birth-stone-list .list {
    margin: 0 -4px
  }

  .birthday-container .birth-stone-list .list li {
    width: calc(100% / 3);
    padding: 0 4px;
    margin-top: 8px
  }

  .birthday-container .birth-stone-list .list a {
    padding: 15px 0 30px
  }

  .birthday-container .birth-stone-list .list img {
    max-width: 70px
  }

  .birthday-container .birth-stone-list .list .ttl {
    margin-bottom: 10px
  }

  .birthday-container .birth-stone-list .list .ttl .ja {
    font-size: 10px
  }

  .birthday-container .birth-stone-list .list .ttl .en {
    font-size: 12px
  }

  .birthday-container .birth-stone-list .list .stone-en {
    margin-top: 0;
    font-size: 13px
  }
}

.birthday-container .birth-stone-list-content {
  text-align: center
}

.birthday-container .birth-stone-list-content .list>li {
  display: none;
  padding-top: 100px
}

.birthday-container .birth-stone-list-content .list>li.is-active {
  display: block
}

.birthday-container .birth-stone-list-content .stone {
  width: 100%;
  margin: 30px auto 20px
}

.birthday-container .birth-stone-list-content .ttl {
  margin-bottom: 5px
}

.birthday-container .birth-stone-list-content .ttl .ja {
  font-size: 42px
}

.birthday-container .birth-stone-list-content .ttl .en {
  margin-left: 0.25em;
  font-size: 35px
}

.birthday-container .birth-stone-list-content .stone-en {
  font-size: 29px;
  line-height: 1.2;
  margin: 0
}

.birthday-container .birth-stone-list-content .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -8px 50px
}

.birthday-container .birth-stone-list-content .item-list>li {
  width: calc(100% / 4);
  padding: 0 8px
}

.birthday-container .birth-stone-list-content .item-list .item-box {
  display: block;
  background: #F7F7F0;
  padding: 20px
}

.birthday-container .birth-stone-list-content .item-list .price {
  display: block;
  margin-bottom: 10px
}

.birthday-container .birth-stone-list-content .item-list .price strong {
  margin-right: 10px
}

.birthday-container .birth-stone-list-content .item-link-box {
  position: relative;
  overflow: hidden;
  border: solid 1px #ddd;
  padding-bottom: 100%
}

.birthday-container .birth-stone-list-content .item-link-box picture {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
  .birthday-container .birth-stone-list-content {
    padding-bottom: 20px
  }

  .birthday-container .birth-stone-list-content .list li {
    padding-top: 60px
  }

  .birthday-container .birth-stone-list-content .stone {
    width: 100px;
    margin: 10px auto
  }

  .birthday-container .birth-stone-list-content .ttl .ja {
    font-size: 35px
  }

  .birthday-container .birth-stone-list-content .ttl .en {
    font-size: 20px
  }

  .birthday-container .birth-stone-list-content .stone-en {
    font-size: 16px
  }

  .birthday-container .birth-stone-list-content .item-list {
    margin: 30px -7px
  }

  .birthday-container .birth-stone-list-content .item-list>li {
    width: calc(100% / 2);
    padding: 0 7px;
    margin-bottom: 14px
  }

  .birthday-container .birth-stone-list-content .item-list .item-box {
    padding: 10px
  }

  .birthday-container .birth-stone-list-content .item-list .price {
    margin-bottom: 5px
  }

  .birthday-container .birth-stone-list-content .item-list .price strong {
    display: block;
    margin-right: 0
  }

  .birthday-container .birth-stone-list-content .item-list picture {
    background: #fff
  }

  .birthday-container .birth-stone-list-content .item-link-box {
    padding-bottom: 120%
  }
}

.birthday-container .simulation {
  padding: 250px 0 150px;
  background: url(/assets/img/canal/birthday/bg_gray_pc.svg) no-repeat center/100% 100%
}

.birthday-container .simulation .text {
  font-size: 11px
}

.birthday-container .simulation .inner {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.birthday-container .simulation .slick-slider {
  display: none
}

.birthday-container .simulation .slick-slider.slick-initialized {
  display: block
}

.birthday-container .simulation .slick-slide {
  text-align: center;
  height: auto
}

.birthday-container .simulation .slick-slide:focus {
  outline: none
}

.birthday-container .simulation .img {
  margin: auto
}

.birthday-container .simulation .cross {
  text-align: center;
  background: #fff;
  padding: 20px 0
}

.birthday-container .simulation .cross img {
  margin: auto;
  width: 16px
}

.birthday-container .simulation .image {
  position: relative;
  background: #fff;
  overflow: hidden;
  border: solid 1px #ddd
}

.birthday-container .simulation .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%
}

.birthday-container .simulation .sliders {
  background: #fff;
  position: relative;
  border-radius: 4px
}

.birthday-container .simulation .sliders:after {
  position: absolute;
  top: -15px;
  left: 50%;
  width: calc(100% / 3 - 20px);
  height: calc(100% + 30px);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  pointer-events: none
}

.birthday-container .simulation .simulation-item-container:before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: calc(100% / 3);
  height: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  content: ""
}

.birthday-container .simulation .simulation-item-container .text {
  margin-top: -15%
}

.birthday-container .simulation .simulation-birth-container {
  padding-top: 5px
}

.birthday-container .simulation .simulation-birth-container:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: calc(100% / 3);
  height: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  content: ""
}

.birthday-container .simulation .simulation-birth-container .text {
  padding-bottom: 20px
}

.birthday-container .simulation .slick-prev,
.birthday-container .simulation .slick-next {
  height: 30px;
  width: 30px;
  padding: 9px
}

.birthday-container .simulation .slick-prev:before,
.birthday-container .simulation .slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: ""
}

.birthday-container .simulation .slick-prev:before {
  background: url(/assets/img/canal/birthday/ico_arrow_prev.svg) no-repeat center/contain
}

.birthday-container .simulation .slick-next:before {
  background: url(/assets/img/canal/birthday/ico_arrow_next.svg) no-repeat center/contain
}

.birthday-container .simulation .label {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px
}

.birthday-container .simulation .label:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/canal/birthday/ico_arrow_next.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-left: 0.8em;
  content: ""
}

@media (min-width: 769px) {
  .birthday-container .simulation .image {
    width: calc(50% - 15px)
  }

  .birthday-container .simulation .sliders {
    width: calc(50% - 15px);
    padding: 0 30px;
    margin-bottom: 15px
  }

  .birthday-container .simulation .img {
    width: 74px;
    margin-bottom: 15px
  }

  .birthday-container .simulation .label {
    bottom: 15px
  }

  .birthday-container .simulation .simulation-birth-container .text span {
    margin-left: 5px
  }
}

@media (max-width: 768px) {
  .birthday-container .simulation {
    padding: 120px 0;
    background: url(/assets/img/canal/birthday/bg_gray_sp.svg) no-repeat center/100% 100%
  }

  .birthday-container .simulation .text {
    font-size: 10px
  }

  .birthday-container .simulation .inner {
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .birthday-container .simulation .img {
    width: 60px;
    margin-bottom: 10px
  }

  .birthday-container .simulation .image {
    height: 66vw;
    margin-top: 30px
  }

  .birthday-container .simulation .sliders {
    padding: 0 15px
  }

  .birthday-container .simulation .sliders:after {
    height: calc(100% + 20px);
    width: calc(100% / 3 - 10px);
    top: -10px
  }

  .birthday-container .simulation .image,
  .birthday-container .simulation .sliders {
    width: 100%
  }

  .birthday-container .simulation .cross {
    padding: 10px 0
  }

  .birthday-container .simulation .cross img {
    width: 10px
  }

  .birthday-container .simulation .simulation-item-container:before {
    top: -10px;
    height: 10px
  }

  .birthday-container .simulation .simulation-birth-container:before {
    bottom: -10px;
    height: 10px
  }

  .birthday-container .simulation .simulation-birth-container .text {
    padding-bottom: 10px
  }

  .birthday-container .simulation .simulation-birth-container .text span {
    display: block
  }

  .birthday-container .simulation .slick-prev,
  .birthday-container .simulation .slick-next {
    padding: 10px
  }

  .birthday-container .simulation .slick-prev {
    left: -20px
  }

  .birthday-container .simulation .slick-next {
    right: -20px
  }
}

.birthday-container .case-container {
  padding-top: 100px
}

.birthday-container .case-container .ttl {
  text-align: center;
  margin-bottom: 40px
}

.birthday-container .case-container .ttl .sub-title {
  margin-bottom: 0
}

.birthday-container .case-container .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.birthday-container .case-container .img .lg-text {
  margin-bottom: 5px
}

.birthday-container .case-container .img .text {
  position: absolute;
  left: 0;
  bottom: 0
}

.birthday-container .case-container .footer-bannar {
  display: block;
  border-bottom: solid 1px #dedede;
  padding: 100px 0
}

@media (min-width: 769px) {
  .birthday-container .case-container {
    padding-top: 60px
  }

  .birthday-container .case-container .img {
    width: 42%;
    padding-right: 30px
  }

  .birthday-container .case-container .movie-wrap {
    width: 58%
  }
}

@media (max-width: 768px) {
  .birthday-container .case-container .ttl {
    margin-bottom: 30px
  }

  .birthday-container .case-container .sect-title {
    margin-bottom: 15px
  }

  .birthday-container .case-container .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .birthday-container .case-container .img {
    width: 75%
  }

  .birthday-container .case-container .movie-wrap {
    width: 100%;
    margin-bottom: 20px
  }

  .birthday-container .case-container .footer-bannar {
    padding: 70px 0
  }
}

.birthday-container .tx-center {
  text-align: center
}

.case-container {
  width: 100%;
  overflow: hidden
}

.case-container .l-frame {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto
}

.case-container .l-frame__padding {
  width: 100%;
  max-width: 1090px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto
}

.case-container picture {
  display: block;
  text-align: center
}

.case-container .sect-title {
  font-size: 42px;
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .case-container .sect-title {
    font-size: 29px;
    margin-bottom: 5px
  }
}

.case-container .sub-title {
  font-size: 20px
}

@media (max-width: 768px) {
  .case-container .sub-title {
    font-size: 16px
  }
}

.case-container .lg-text {
  font-size: 16px
}

.case-container .sm-text {
  font-size: 12px
}

.case-container .lg-sm-text {
  font-size: 16px
}

@media (max-width: 768px) {
  .case-container .lg-sm-text {
    font-size: 12px
  }
}

.case-container .fadein {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.case-container .deley500ms {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s
}

.case-container .deley1000ms {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.case-container .deley1500ms {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.case-container .deley2500ms {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.case-container .movie {
  position: relative;
  padding-bottom: 73.2%
}

.case-container .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.case-container .movie .mute-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.9);
  border: none;
  outline: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  z-index: 1
}

.case-container .movie .mute-button img {
  width: auto;
  height: 12px
}

.case-container .movie .mute-button .unmute {
  display: none
}

.case-container .movie .mute-button.unmuted .mute {
  display: none
}

.case-container .movie .mute-button.unmuted .unmute {
  display: block
}

.case-container .pink-button {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  max-width: 402px;
  font-weight: bold;
  font-size: 16px;
  background: #D9AEB5
}

.case-container .pink-button.pink-button-mt {
  margin-top: 2%
}

@media (max-width: 768px) {
  .case-container .pink-button {
    font-size: 13px;
    line-height: 40px;
    width: 80%;
    margin: auto auto
  }

  .case-container .pink-button.pink-button-mt {
    margin-top: 5%
  }
}

.case-container .arrow-button {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  max-width: 402px;
  font-size: 16px;
  margin: 100px auto;
  border: solid 1px #ddd
}

.case-container .arrow-button span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-left: 40px
}

.case-container .arrow-button span:after {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 60px;
  background: url(/assets/img/canal/case/ico_arrow_right.svg) no-repeat center;
  content: ""
}

@media (max-width: 768px) {
  .case-container .arrow-button {
    font-size: 13px;
    margin: 60px auto;
    line-height: 40px
  }

  .case-container .arrow-button span:after {
    margin-left: 36px
  }
}

.case-container .footer-banner {
  border-bottom: solid 1px #dedede
}

.case-container .fv {
  position: relative
}

.case-container .fv .fv-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.case-container .fv .original {
  display: block;
  text-align: center;
  margin-bottom: -50px
}

.case-container .fv .wrapping {
  display: block;
  text-align: center;
  margin-bottom: -10px
}

.case-container .fv .sub {
  font-size: 20px
}

.case-container .fv p,
.case-container .fv span {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(217, 125, 127, 0.8);
  letter-spacing: 0.05em
}

.case-container .fv .scroll {
  font-size: 16px
}

.case-container .fv .catch {
  padding: 25px 0 40px
}

@media (max-width: 768px) {
  .case-container .fv .scroll {
    font-size: 10px
  }

  .case-container .fv .sub {
    font-size: 13px
  }

  .case-container .fv .original {
    width: 40%;
    margin: 0 auto -8%
  }

  .case-container .fv .wrapping {
    width: 70%;
    margin: 0 auto -1%
  }

  .case-container .fv .catch {
    padding: 10% 0 8%;
    text-align: center
  }

  .case-container .fv .catch span {
    display: block
  }

  .case-container .fv .scroll {
    margin: 0
  }

  .case-container .fv .arrow {
    height: 75px
  }

  .case-container .fv .fv-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 10px
  }
}

.case-container .arrow {
  width: 2px;
  height: 60px;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  overflow: hidden
}

.case-container .arrow::before {
  content: '';
  width: 2px;
  height: 120px;
  margin: 50px auto 0;
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  60% {
    -webkit-transform: translate3d(-50%, 180px, 0);
    transform: translate3d(-50%, 180px, 0)
  }

  100% {
    -webkit-transform: translate3d(-50%, 180px, 0);
    transform: translate3d(-50%, 180px, 0)
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  60% {
    -webkit-transform: translate3d(-50%, 180px, 0);
    transform: translate3d(-50%, 180px, 0)
  }

  100% {
    -webkit-transform: translate3d(-50%, 180px, 0);
    transform: translate3d(-50%, 180px, 0)
  }
}

.case-container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 769px) {

  .case-container .flex .col-movie,
  .case-container .flex .col-picture {
    width: 58.5%
  }
}

@media (max-width: 768px) {
  .case-container .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .case-container .flex.column-reversse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.case-container .winter {
  padding-top: 80px
}

.case-container .winter .l-frame__padding {
  padding-bottom: 40px
}

.case-container .winter .inner {
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #E6BEC0), color-stop(50%, #F7E7E4), color-stop(90%, #F7E7E4), to(#F7E7E4));
  background: -o-linear-gradient(left, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%);
  background: linear-gradient(to right, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%)
}

.case-container .winter .inner .l-frame__padding {
  padding-bottom: 0
}

.case-container .winter .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.case-container .winter .picture {
  margin-bottom: 30px
}

.case-container .winter .col {
  padding: 5% 0 5% 5%;
  width: 65%
}

.case-container .winter .col-picture img {
  max-width: 66%
}

@media (max-width: 768px) {
  .case-container .winter {
    padding-top: 50px
  }

  .case-container .winter .inner {
    padding: 0 0 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6BEC0), color-stop(50%, #F7E7E4), color-stop(90%, #F7E7E4), to(#F7E7E4));
    background: -o-linear-gradient(top, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%);
    background: linear-gradient(to bottom, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%)
  }

  .case-container .winter .inner .l-frame__padding {
    padding-bottom: 0
  }

  .case-container .winter .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .case-container .winter .col {
    width: 100%;
    padding: 0
  }

  .case-container .winter .col p {
    margin-bottom: 40px
  }

  .case-container .winter .col-picture {
    margin: 6% 0 0 0;
    padding-bottom: 20px;
    width: 100%
  }

  .case-container .winter .col-picture img {
    max-width: 100%
  }
}

.case-container .fortune {
  padding-top: 80px
}

.case-container .fortune .l-frame__padding {
  padding-bottom: 40px
}

.case-container .fortune .inner {
  padding: 10px 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #E6BEC0), color-stop(50%, #F7E7E4), color-stop(90%, #F7E7E4), to(#F7E7E4));
  background: -o-linear-gradient(right, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%);
  background: linear-gradient(to left, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%)
}

.case-container .fortune .inner .l-frame__padding {
  padding-bottom: 0
}

.case-container .fortune .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse
}

.case-container .fortune .picture {
  margin-bottom: 30px
}

.case-container .fortune .col {
  width: 65%;
  padding: 5% 5% 5% 0
}

.case-container .fortune .col-picture img {
  max-width: 66%
}

@media (max-width: 768px) {
  .case-container .fortune {
    padding-top: 50px
  }

  .case-container .fortune .inner {
    padding: 0 0 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6BEC0), color-stop(50%, #F7E7E4), color-stop(90%, #F7E7E4), to(#F7E7E4));
    background: -o-linear-gradient(top, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%);
    background: linear-gradient(to bottom, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%)
  }

  .case-container .fortune .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .case-container .fortune .col {
    width: 100%;
    padding: 0
  }

  .case-container .fortune .col p {
    margin-bottom: 40px
  }

  .case-container .fortune .col-picture {
    margin: 6% 0 -5% 0;
    padding-bottom: 20px;
    width: 100%
  }

  .case-container .fortune .col-picture img {
    max-width: 100%
  }
}

.case-container .limited {
  padding-top: 80px
}

.case-container .limited .l-frame__padding {
  padding-bottom: 40px
}

.case-container .limited .inner {
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #E6BEC0), color-stop(50%, #F7E7E4), color-stop(90%, #F7E7E4), to(#F7E7E4));
  background: -o-linear-gradient(left, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%);
  background: linear-gradient(to right, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%)
}

.case-container .limited .inner .l-frame__padding {
  padding-bottom: 0
}

.case-container .limited .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.case-container .limited .picture {
  margin-bottom: 30px
}

.case-container .limited .col {
  width: 65%;
  padding-top: 13%;
  padding-left: 5%
}

.case-container .limited .col-picture img {
  max-width: 70%
}

@media (max-width: 768px) {
  .case-container .limited {
    padding-top: 50px
  }

  .case-container .limited .inner {
    padding: 0 0 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6BEC0), color-stop(50%, #F7E7E4), color-stop(90%, #F7E7E4), to(#F7E7E4));
    background: -o-linear-gradient(top, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%);
    background: linear-gradient(to bottom, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%)
  }

  .case-container .limited .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .case-container .limited .col {
    width: 100%;
    padding: 0
  }

  .case-container .limited .col p {
    margin-bottom: 40px
  }

  .case-container .limited .col-picture {
    margin: 6% 0 -8% 12%;
    padding-bottom: 20px;
    width: 100%
  }
}

.case-container .baar_case {
  padding-top: 80px
}

.case-container .baar_case .l-frame__padding {
  padding-bottom: 40px
}

.case-container .baar_case .inner {
  padding: 10px 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #E6BEC0), color-stop(50%, #F7E7E4), color-stop(90%, #F7E7E4), to(#F7E7E4));
  background: -o-linear-gradient(right, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%);
  background: linear-gradient(to left, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%)
}

.case-container .baar_case .inner .l-frame__padding {
  padding-bottom: 0
}

.case-container .baar_case .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse
}

.case-container .baar_case .picture {
  margin-bottom: 30px
}

.case-container .baar_case .col {
  width: 65%;
  padding-right: 5%;
  padding-top: 13%
}

@media (max-width: 768px) {
  .case-container .baar_case {
    padding-top: 50px
  }

  .case-container .baar_case .inner {
    padding: 0 0 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6BEC0), color-stop(50%, #F7E7E4), color-stop(90%, #F7E7E4), to(#F7E7E4));
    background: -o-linear-gradient(top, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%);
    background: linear-gradient(to bottom, #E6BEC0 0, #F7E7E4 50%, #F7E7E4 90%, #F7E7E4 100%)
  }

  .case-container .baar_case .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .case-container .baar_case .col {
    width: 100%;
    padding: 0
  }

  .case-container .baar_case .col p {
    margin-bottom: 40px
  }

  .case-container .baar_case .col-picture {
    margin: 6% 0 -2% 0;
    padding-bottom: 20px;
    width: 106%;
    margin-left: -2%
  }

  .case-container .baar_case .lg-text br {
    display: none
  }
}

.case-container .mayyourfutureshine {
  position: relative
}

.case-container .mayyourfutureshine .col.right {
  position: relative
}

.case-container .mayyourfutureshine .col.right:before {
  position: absolute;
  width: 100%;
  background: #F2F4F2;
  content: ""
}

.case-container .mayyourfutureshine .col-inner {
  position: relative
}

@media (min-width: 769px) {
  .case-container .mayyourfutureshine {
    margin-top: 230px
  }

  .case-container .mayyourfutureshine .l-frame__padding {
    padding-left: 0
  }

  .case-container .mayyourfutureshine .title {
    position: absolute;
    top: 0;
    margin-top: -120px;
    right: 50%;
    width: 50%;
    max-width: 525px;
    padding-right: 90px
  }

  .case-container .mayyourfutureshine .col {
    width: 50%
  }

  .case-container .mayyourfutureshine .col.left {
    padding-left: 20px
  }

  .case-container .mayyourfutureshine .col.left .col-inner {
    margin-left: auto;
    padding: 0 90px 0 0
  }

  .case-container .mayyourfutureshine .col.left .col-inner .text {
    margin-right: 20px;
    margin-bottom: 30px
  }

  .case-container .mayyourfutureshine .col.left .col-inner picture img {
    max-height: 300px
  }

  .case-container .mayyourfutureshine .col.right {
    padding-right: 20px
  }

  .case-container .mayyourfutureshine .col.right:before {
    position: absolute;
    top: 60px;
    right: 0;
    height: calc(100% - 60px)
  }

  .case-container .mayyourfutureshine .col.right .text {
    padding: 60px
  }

  .case-container .mayyourfutureshine .col-inner {
    max-width: 525px
  }

  .case-container .mayyourfutureshine .movie-wrap {
    margin-left: -90px
  }
}

@media (max-width: 768px) {
  .case-container .mayyourfutureshine {
    margin-top: 80px
  }

  .case-container .mayyourfutureshine .title {
    text-align: center
  }

  .case-container .mayyourfutureshine .flex {
    padding: 20px 20px 0
  }

  .case-container .mayyourfutureshine .col.left {
    margin-top: 20px
  }

  .case-container .mayyourfutureshine .col.left .text {
    margin-top: -40px;
    padding-left: 20px
  }

  .case-container .mayyourfutureshine .col.left img {
    width: 80%
  }

  .case-container .mayyourfutureshine .col.right:before {
    top: 30px;
    right: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding-bottom: 30%
  }

  .case-container .mayyourfutureshine .col.right .text {
    padding-top: 30px;
    padding-left: 40px
  }
}

.case-container .pouch {
  position: relative
}

.case-container .pouch .movie-wrap:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F4F2;
  content: ""
}

@media (min-width: 769px) {
  .case-container .pouch {
    margin-top: 130px
  }

  .case-container .pouch .movie-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 90px)
  }

  .case-container .pouch .movie-wrap:before {
    top: 70px;
    width: calc(100% - 90px)
  }

  .case-container .pouch .movie-inner {
    margin-left: auto;
    max-width: 615px
  }

  .case-container .pouch .title,
  .case-container .pouch .text,
  .case-container .pouch picture {
    width: 50%;
    margin-left: auto
  }

  .case-container .pouch .title,
  .case-container .pouch .text {
    padding-left: 180px
  }

  .case-container .pouch picture {
    max-width: 428px;
    padding-left: 90px
  }
}

@media (max-width: 768px) {
  .case-container .pouch {
    margin-top: 70px
  }

  .case-container .pouch .title {
    text-align: center;
    margin-bottom: 20px
  }

  .case-container .pouch .movie-wrap:before {
    top: 30px;
    left: -20px;
    z-index: -1;
    padding-bottom: 30%;
    height: 104%
  }

  .case-container .pouch .content {
    position: relative
  }

  .case-container .pouch .text {
    position: relative;
    padding: 30px 40px 0 0
  }

  .case-container .pouch .text .lg-text br {
    display: none
  }
}

.case-container .bear2 {
  position: relative
}

.case-container .bear2 .col.right {
  position: relative
}

.case-container .bear2 .col.right:before {
  position: absolute;
  width: 100%;
  background: #F2F4F2;
  content: ""
}

.case-container .bear2 .col-inner {
  position: relative
}

@media (min-width: 769px) {
  .case-container .bear2 {
    margin-top: 230px
  }

  .case-container .bear2 .l-frame__padding {
    padding-left: 0
  }

  .case-container .bear2 picture {
    width: 85%
  }

  .case-container .bear2 .title {
    position: absolute;
    top: 0;
    margin-top: -120px;
    right: 50%;
    width: 50%;
    max-width: 525px;
    padding-right: 90px
  }

  .case-container .bear2 .col {
    width: 50%
  }

  .case-container .bear2 .col.left {
    padding-left: 20px
  }

  .case-container .bear2 .col.left .col-inner {
    margin-left: auto;
    padding: 0 90px 0 0
  }

  .case-container .bear2 .col.left .col-inner .text {
    margin-right: 20px;
    margin-bottom: 30px
  }

  .case-container .bear2 .col.left .col-inner picture img {
    max-height: 300px
  }

  .case-container .bear2 .col.right {
    padding-right: 20px;
    margin-top: -70px
  }

  .case-container .bear2 .col.right:before {
    position: absolute;
    top: 150px;
    right: 0;
    height: calc(100% - 200px);
    width: calc(100% - 160px)
  }

  .case-container .bear2 .col.right .text {
    padding: 60px
  }

  .case-container .bear2 .col-inner {
    max-width: 525px
  }

  .case-container .bear2 .movie-wrap {
    margin-left: -90px
  }
}

@media (max-width: 768px) {
  .case-container .bear2 {
    margin-top: 80px
  }

  .case-container .bear2 .title {
    text-align: center
  }

  .case-container .bear2 .flex {
    padding: 20px 20px 0
  }

  .case-container .bear2 .col.left {
    margin-top: 20px
  }

  .case-container .bear2 .col.left .text {
    margin-top: -40px;
    padding-left: 20px
  }

  .case-container .bear2 .col.left img {
    width: 80%
  }

  .case-container .bear2 .col.right:before {
    top: 160px;
    right: -20px;
    width: 100%;
    height: 50%;
    z-index: -1;
    padding-bottom: 30%
  }

  .case-container .bear2 .col.right .text {
    margin-top: -6%;
    padding-left: 40px
  }
}

.case-container .bear {
  position: relative
}

.case-container .bear .l-frame__padding {
  padding-bottom: 160px
}

.case-container .bear .movie-wrap:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F4F2;
  content: ""
}

@media (min-width: 769px) {
  .case-container .bear {
    margin-top: 130px
  }

  .case-container .bear .movie-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 90px)
  }

  .case-container .bear .movie-wrap:before {
    top: 150px;
    width: calc(100% - 160px);
    z-index: -1;
    height: 60%
  }

  .case-container .bear .movie-inner {
    margin-left: auto;
    max-width: 615px
  }

  .case-container .bear .title,
  .case-container .bear .text,
  .case-container .bear picture {
    width: 50%;
    margin-left: auto
  }

  .case-container .bear .title,
  .case-container .bear .text {
    padding-left: 180px
  }

  .case-container .bear picture {
    width: 70%
  }
}

@media (max-width: 768px) {
  .case-container .bear {
    margin-top: 70px
  }

  .case-container .bear .l-frame__padding {
    padding-bottom: 80px
  }

  .case-container .bear .title {
    text-align: center;
    margin-bottom: 20px
  }

  .case-container .bear .movie-wrap:before {
    top: 160px;
    left: -20px;
    z-index: -1;
    padding-bottom: 10%;
    height: 70%
  }

  .case-container .bear .content {
    position: relative
  }

  .case-container .bear .text {
    position: relative;
    padding: 0 40px 0 0;
    margin-top: -10%
  }

  .case-container .bear .text .lg-text br {
    display: none
  }
}

.case-container .standard {
  background: -webkit-gradient(linear, left top, right top, from(#D9E3D9), to(#F2F4F2));
  background: -o-linear-gradient(left, #D9E3D9, #F2F4F2);
  background: linear-gradient(to right, #D9E3D9, #F2F4F2)
}

.case-container .standard .inner {
  background: #fff
}

.case-container .standard .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width: 769px) {
  .case-container .standard {
    margin-top: 130px;
    padding: 110px 0
  }

  .case-container .standard .inner {
    padding: 80px 0 80px 80px
  }

  .case-container .standard .col-img {
    margin-top: -16vw;
    width: 50%;
    padding-bottom: 15px;
    margin-bottom: -5vw
  }

  .case-container .standard .sm-text {
    margin-bottom: 40px
  }
}

@media (max-width: 768px) {
  .case-container .standard {
    margin-top: 80px;
    padding: 50px 0
  }

  .case-container .standard .sect-title {
    margin-bottom: 20px
  }

  .case-container .standard .sm-text {
    margin-bottom: 5px
  }

  .case-container .standard .inner {
    padding: 0 0 40px
  }

  .case-container .standard .col-text {
    padding: 0 20px
  }

  .case-container .standard .col-img {
    margin: -23vw 0 15px;
    width: 100%
  }
}

.case-container .tx-center {
  text-align: center
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@font-face {
  font-family: 'Helvetice';
  src: url("/assets/fonts/voice/helvetica.woff") format("woff"), url("/assets/fonts/voice/helvetica.ttf") format("truetype"), url("/assets/fonts/voice/helvetica.eot?#iefix") format("embedded-opentype")
}

@font-face {
  font-family: 'snell';
  src: url("/assets/fonts/voice/SnellRoundhand.woff") format("woff"), url("/assets/fonts/voice/SnellRoundhand.ttf") format("truetype"), url("/assets/fonts/voice/SnellRoundhand.eot?#iefix") format("embedded-opentype")
}

@media screen and (max-width: 769px) {
  .sp {
    display: block
  }

  .pc {
    display: none !important
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important
  }

  .pc {
    display: block
  }
}

.voice-content {
  background: #f0d1cd;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif
}

.voice-content .vioce-list {
  width: 89.33333%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px
}

@media screen and (min-width: 769px) {
  .voice-content .vioce-list {
    max-width: 900px;
    padding-top: 50px
  }
}

.voice-content .vioce-list li {
  width: 100%;
  padding-bottom: 20px;
  background: url("/assets/img/canal/voice/stripe_sp.jpg") #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.15);
  text-align: center
}

@media screen and (min-width: 769px) {
  .voice-content .vioce-list li {
    background: url("/assets/img/canal/voice/stripe.jpg") #fff;
    background-repeat: no-repeat;
    background-size: 100% auto
  }
}

.voice-content .vioce-list li+li {
  margin-top: 30px
}

@media screen and (min-width: 769px) {
  .voice-content .vioce-list li+li {
    margin-top: 40px
  }
}

.voice-content .vioce-list li .voice-head {
  padding-top: 8.95522%;
  color: #ed8c82;
  font-family: 'Helvetice';
  font-size: 11.5px
}

@media screen and (min-width: 769px) {
  .voice-content .vioce-list li .voice-head {
    padding-top: 40px
  }
}

.voice-content .vioce-list li .voice-head span {
  display: block;
  font-family: 'snell';
  font-size: 25px;
  line-height: 1;
  text-align: center
}

.voice-content .vioce-list li .lead {
  display: inline-block;
  margin-top: 10px;
  letter-spacing: -.05rem;
  text-align: center
}

.voice-content .vioce-list li .lead span {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid #df4536;
  color: #df4536;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: normal;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}

.voice-content .vioce-list li .text-wrapper {
  padding: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.84615;
  text-align: left
}

@media screen and (min-width: 769px) {
  .voice-content .vioce-list li .text-wrapper {
    width: 89%;
    margin: 0 auto;
    padding: 30px 0
  }
}

.voice-content .vioce-list li .text-wrapper p {
  margin-bottom: 0
}

@media print {

  .gHeader-canal,
  .breadcrumb,
  .gFooter-canal {
    display: none
  }

  .container {
    padding-top: 0
  }
}

/*# sourceMappingURL=canal.css.map */