@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  word-break: normal;
  word-wrap: break-word;
  position:relative;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input, select {
  vertical-align: middle;
  border: none;
}
textarea {
  resize: none;
}
html {
  overflow-y: scroll;
}
body {
  font-size: 14px;
  line-height: 1.5;
  color: #505050;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
img {
  border: 0;
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  vertical-align: middle;
}
hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  transition: .3s ease-in;
}
.test {
  border: solid 1px red;
}
a:hover img.alpha {
  opacity: 0.8;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.block {
  display: block;
}
.none {
  display: none;
}
.inline {
  display: inline;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.vm {
  vertical-align: middle !important;
}
.vt {
  vertical-align: top !important;
}
.vb {
  vertical-align: bottom !important;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
.roboto {
  font-family: 'Roboto', sans-serif;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
}
.qicksand {
  font-family: 'Quicksand', sans-serif;
}

@font-face {
  font-family: "Quicksand-Light";
  src: url("../fonts/Quicksand-Light.ttf") format("truetype");
}
.qicksand-Light {
  font-family: 'Quicksand-Light', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 192px;
    height: 100%;
    /*padding: 50px 0 100px; */
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.35);
    background: #fff;
    box-sizing: border-box;
  }
  .header-wrap {
    height: 100%;
    padding: 0 0 0;
  }
  .ps__thumb-y {
    background-color: #000;
    width: 5px;
  }

  .header-logo {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
  }

  .header-box {
    padding: 0 0 50px;
  }
  .header-nav {
    font-family: 'Roboto', sans-serif;
  }
  .header-nav a {
    position: relative;
    display: inline-block;
    margin: 0 8px 18px 20px;
    color: #000000;
  }
	.rubybnr_pc, .sublimebnr_pc, .specialbnr_pc {
	margin: 18px 0 0 20px;
	}
	.rubybnr_pc img, .sublimebnr_pc img, .specialbnr_pc img {
	width: 150px;
	height:150px;
	}
	.rubybnr_pc img:hover, .sublimebnr_pc img:hover, .specialbnr_pc img:hover {
	opacity: 0.8;
	}
	.rubybnr_sp, .sublimebnr_sp, .specialbnr_sp {
	display: none;
	}
  .header-nav a:hover {
    text-decoration: none;
  }
  .header-nav a:hover::after {
    width: 100%;
  }
  .header-nav a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    border-bottom: solid 2px #fdcd00;
    transition: 0.4s;
    webkit-transition: 0.4s;
  }
  .header-nav a:after.active {
    width: 100%;
  }
  .header-sns a {
    display: block;
  }
  .header-sns .facebook {
    width: 10px;
    height: 20px;
    margin: 0 12px 0 20px;
    background: url(../img/common/ic_facebook.png) no-repeat 0 0;
    background-size: 10px auto;
  }
  .header-sns .twitter {
    width: 22px;
    height: 22px;
    background: url(../img/common/ic_twitter.png) no-repeat 0 0;
    background-size: 22px auto;
  }
  .header-sns .instagram {
    width: 20px;
    height: 20px;
    margin: 0 12px;
    background: url(../img/common/ic_instagram.png) no-repeat 0 0;
    background-size: 20px auto;
  }
  .header-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  #concept .header-nav.concept a::after,
  #product .header-nav.product a::after,
  #information .header-nav.information a::after,
  #store .header-nav.store a::after,
  #onlineshop .header-nav.onlineshop a::after,
  #chocolatory_app_info .header-nav.chocolatory_app_info a::after {
    width: 100%;
  }

  .main {
    padding-left: 192px;
  }
  .main img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .footer {
    position: relative;
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 240px;
    max-width: 1160px;
  }
  .footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .footer li {
    margin-right: 20px;
    font-size: 12px;
  }
  .footer a {
    color: #000000;
  }
  .footer-menu {
    margin-bottom: 4px;
  }
  .footer-close {
    display: none;
  }
  .footer-logo {
    position: absolute;
    top: 24px;
    right: 48px;
  }
  .footer-logo img {
    width: 74px;
  }
  .footer .copyright {
    display: block;
    font-size: 12px;
  }

  a .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  a .alpha:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
  }

  .btn-box {
    width: 100%;
    max-width: 310px;
  }
  .btn-box a {
    background: #fff url(../img/common/arrow_right_black.png) no-repeat 96.77419% 50%;
    background-size: 7px 8px;
    display: block;
    padding: 15px 30px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    border: 1px solid #b4b4b4;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn-box a:hover {
    background: #e60012 url(../img/common/arrow_right_white.png) no-repeat 96.77419% 50%;
    background-size: 7px 8px;
    color: #fff;
    border: 1px solid #e60012;
  }

  .shop-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
  }
  .shop-list li {
    width: 49.5%;
    height: 260px;
    margin-bottom: 10px;
  }
  .shop-list li:nth-child(odd) {
    margin-right: 1%;
  }
  .shop-list li h2 {
    border-color: #ffffff;
  }
  .shop-list a:hover img,
  .shop-list a:hover p {
    opacity: 1;
  }
  .shop-list a:hover h2 {
    opacity: 1;
    left: 0;
  }
  .shop-list .link-store_info {
    background-color: #98251b;
  }
  .shop-list .link-store_info img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -44px;
    width: 88px;
    height: auto;
  }
  .shop-list .link-store_info:hover {
    background-color: #ad2d20;
  }
  .link-store_info_02 {
   background: url(../img/common/ic_store_info.png) no-repeat 50% 52% #a4130e;
  }
  .link-store_info_02 img {
    display: none;
  }
  .shop-list .link-onlineshop {
    background-color: #d77a74;
  }
  .shop-list .link-onlineshop img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -33px;
    width: 76px;
    height: auto;
  }
  .shop-list .link-onlineshop:hover {
    background-color: #e2928a;
  }
  .shop-list .link-onlineshop_02 {
    background: url(../img/common/ic_onlineshop.png) no-repeat 50% 52% #e47470;
  }
  .shop-list .link-onlineshop_02 img {
    display: none;
  }

  .link-brand-interview {
    background: url(../img/banner/brand-interview_pc_on.jpg) no-repeat 0 0;
    background-size: 100%;
  }
  .link-brand-interview img {
    width: 100% !important;
    height: 100% !important;
  }

  .link-brand-specialty {
    background: url(../img/banner/brand-specialty_pc_on.jpg) no-repeat 0 0;
    background-size: 100%;
  }
  .link-brand-specialty img {
    width: 100% !important;
    height: 100% !important;
  }

  .link-check {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .link-check:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 100;
    box-sizing: border-box;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
    border: 14px solid transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4) inset;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check:after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 14px;
    pointer-events: none;
    opacity: .4;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .link-check img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check h2 {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    padding-left: 32px;
    border-top: solid 4px #ffa800;
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 0px 0px 10px black;
    z-index: 100;
    opacity: 1;
    -webkit-transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }



  .link-check h2.no-shadow {
    text-shadow: 0px 0px 0px black;
  }
  .link-check .ic-click {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 110;
    background: url(../img/top/ic_click.png) no-repeat 0 0;
    width: 37px;
    height: 44px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check .ic-click_mini {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 110;
    background: url(../img/top/ic_click.png) no-repeat 0 0;
    width: 37px;
    height: 44px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check p {
    position: absolute;
    bottom: 22px;
    left: 22px;
    padding-right: 22px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check:hover:before {
    box-shadow: 0 0 0 2px white inset;
    -webkit-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check:hover:after {
    border-width: 0 0 100px 100px;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .link-check:hover h2 {
    left: -40px;
    opacity: 0;
    -webkit-transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check:hover .ic-click {
    opacity: 1;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .link-check:hover .ic-click_mini {
    opacity: 1;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .link-check:hover p {
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check:hover img {
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }


/** add 201910 **/
.link-check.titleCenter h2 {
  width: 250px;
  top: 26%;
  left: 50%;
  padding-left: 0;
  margin-left: -120px;
  font-size: 36px;
  text-align: center;
  border-top: none;
}
.link-check.titleCenter h2:before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin: 0 auto;
}
.link-check.titleCenter p {
  bottom: inherit;
  width: 100%;
  top: 56%;
  left: 0;
  text-align: center;
  padding: 0 22px;
  font-size: 20px;
  box-sizing: border-box;
}
.titleCenter:hover h2 {
  left: 40%;
  opacity: 0;
  -webkit-transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.link-check.titleL h2 {
  width: 50%;
  top: 44%;
  left: 0;
  padding-left: 0;
  font-size: 36px;
  text-align: center;
  border-top: none;
}
.link-check.titleL p {
  bottom: inherit;
  width: 50%;
  top: 66%;
  left: 0;
  text-align: center;
  padding: 0 22px;
  font-size: 16px;
  box-sizing: border-box;
}
.titleL:hover h2 {
  left: -5%;
  opacity: 0;
  -webkit-transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.link-check.titleR h2 {
  width: 50%;
  top: 44%;
  left: 50%;
  padding-left: 0;
  font-size: 36px;
  text-align: center;
  border-top: none;
}
.link-check.titleR p {
  bottom: inherit;
  width: 50%;
  top: 66%;
  left: 50%;
  text-align: center;
  padding: 0 22px;
  font-size: 16px;
  box-sizing: border-box;
}
.titleR:hover h2 {
  left: 45%;
  opacity: 0;
  -webkit-transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/** add 201910 **/



/*ここから.link-check_mini*/
  .link-check_mini {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .link-check_mini:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 100;
    box-sizing: border-box;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
    border: 14px solid transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4) inset;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini:after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 14px;
    pointer-events: none;
    opacity: .4;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .link-check_mini img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini h2 {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    padding-left: 32px;
    border-top: solid 4px #ffa800;
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 0px 0px 10px black;
    z-index: 100;
    opacity: 1;
    -webkit-transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini h2.no-shadow {
    text-shadow: 0px 0px 0px black;
  }
  .link-check_mini .ic-click {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 110;
    background: url(../img/top/ic_click.png) no-repeat 0 0;
    width: 37px;
    height: 44px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini .ic-click_mini {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 110;
    background: url(../img/top/ic_click.png) no-repeat 0 0;
    background-size: 70% auto;
    -moz-background-size:70% auto;
    -webkit-background-size:70% auto;
    -o-background-size:70% auto;
    -ms-background-size:70% auto;
    width: 37px;
    height: 44px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini p {
    position: absolute;
    bottom: 22px;
    left: 22px;
    padding-right: 22px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini:hover:before {
    box-shadow: 0 0 0 2px white inset;
    -webkit-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
/*チェックここなおす*/
  .link-check_mini:hover:after {
    border-width: 0 0 60px 60px;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
*/
  .link-check_mini:hover h2 {
    left: -40px;
    opacity: 0;
    -webkit-transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 600ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini:hover .ic-click {
    opacity: 1;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .link-check_mini:hover .ic-click_mini {
    opacity: 1;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .link-check_mini:hover p {
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini:hover img {
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }



  #banner_ruby {
	  display:none;
	  border:solid #fe0493;
	  border-width:2px 0;
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  background: #fff;
	  box-sizing:border-box;
	  transition: 0.3s;
	  z-index:150;
  }
  #banner_ruby a {
  	  display:block;
  	  padding-left:242px;
  }
  #banner_ruby img{
	  max-width:100%;
  }

.s_btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	padding: 2em;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	justify-content: center;
}


	.s_btn a{
	display: block;
	width: 31.3%;
	min-height: 66px;
	height: auto;
	margin: 0 1%;
	background: #fff url(../img/common/arrow_right_black.png) no-repeat 95% 50%;
	background-size: 7px 8px;
	padding: 10px 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	border: 2px solid #b4b4b4;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-sizing: border-box;

}

	#giftbox .p_list{
		display: flex;
		width: 100%;
		height: auto;
		background: #ffe7e7;
		flex-wrap: wrap;
	}

	#giftbox .p_list .p_list_details{
		width: 42%;
		height: auto;
		margin: 0 1%;
		padding: 2em;
	}
	#giftbox .h4{

		display: block;
		width: 100%;
		height: auto;
	}
	.p_list_details dt{
		font-size: 1.2em;
		font-weight: bold;
		margin: 15px auto;
	}

	.p_list_details dd{
		font-size: 1em;
		line-height: 1.8em;

	}
	.information-product2{
		width: 100%;
		height: auto;
		display: flex;

	}
	.information-product2 .btn-box2{
		width: 31%;
		height: auto;
		margin: 0 1%;
	    background: #fff url(../img/common/arrow_right_black.png) no-repeat 95% 50%;
    background-size: 7px 8px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    border: 2px solid #b4b4b4;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}
	.information-product2 .btn-box2 a{
		width: 100%;
		height: auto;
    background-size: 7px 8px;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}

  .information-product2 .btn-box2 a:hover {
    background: #e60012 url(../img/common/arrow_right_white.png) no-repeat 96.77419% 50%;
    background-size: 7px 8px;
    color: #fff;
    border: 1px solid #e60012;
  }

}
@media only screen and (max-width: 1023px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .header {
    position: relative;
    z-index: 190;
  }
  .header-logo {
    width: 100px;
    margin: 10px auto 12px;
  }
  .header-logo img {
    width: 100%;
    height: auto;
  }
  .header-box {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.35);
  }
  .header-box nav {
    padding: 35px 0 5px;
  }
  .header-nav {
    font-family: 'Roboto', sans-serif;
  }
  .header-nav a {
    position: relative;
    display: inline-block;
    margin: 0 8px 7px 16px;
    color: #000000;
    font-size: 18px;
  }
  .header-nav a:hover {
    text-decoration: none;
  }
  .header-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-top: solid 1px #c8c8c8;
    border-bottom: solid 1px #c8c8c8;
  }
  .header-sns {
    display: block;
    width: 50%;
    height: 40px;
    box-sizing: border-box;
    border-left: solid 1px #c8c8c8;
  }
  .header-sns:first-child {
    border-left: none;
  }
  .header-sns a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

	.rubybnr_pc, .sublimebnr_pc, .specialbnr_pc {
	display: none
	}

	.rubybnr_sp {;
	}
	.rubybnr_sp img, .sublimebnr_sp img, .specialbnr_sp img {
	width:100%;
	}
  #concept .header-nav.concept a,
  #product .header-nav.product a,
  #information .header-nav.information a,
  #store .header-nav.store a,
  #onlineshop .header-nav.onlineshop a,
  #chocolatory_app_info .header-nav.chocolatory_app_info a {
    border-bottom: solid 2px #fdcd00;
  }

  .header-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 26px;
    z-index: 200;
    display: block;
    transition: all .4s;
  }
  .header-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .header-menu span:nth-of-type(1) {
    top: 0;
  }
  .header-menu span:nth-of-type(2) {
    top: 13px;
  }
  .header-menu span:nth-of-type(3) {
    bottom: 0;
  }
  .header-menu.active span:nth-of-type(1) {
    top: -8px;
    -moz-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .header-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-menu.active span:nth-of-type(3) {
    -moz-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }

  .btn-box {
    width: 100%;
  }
  .btn-box a {
    background: #fff url(../img/common/arrow_right_black.png) no-repeat 97.1831% 50%;
    background-size: 6px 7px;
    display: block;
    padding: 12px 25px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    border: 1px solid #b4b4b4;
  }

  .main img {
    width: 100%;
    height: auto;
  }


  #banner_ruby {
	  display:none;
	  border:solid #fe0493;
	  border-width:2px 0;
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  background: #fff;
	  transition: 0.3s;
	  z-index:150;
  }
  #banner_ruby a {
  	  display:block;
  }
  #banner_ruby img{
	  max-width:100%;
  }


	#giftbox .p_list{
		display: flex;
		width: 100%;
		height: auto;
		background: #ffe7e7;
		flex-flow: wrap;
	}

	#giftbox .p_list .p_list_details{
		width: 40%;
		height: auto;
		margin: 0 1%;
		padding: 2em;
	}
	#giftbox .h4{

		display: block;
		width: 100%;
		height: auto;
	}
	.p_list_details dt{
		font-size: 1.2em;
		font-weight: bold;
		margin: 15px auto;
	}

	.p_list_details dd{
		font-size: 1em;
		line-height: 1.8em;

	}

	.information-product2{
		width: 100%;
		height: auto;
		display: flex;

	}
	.information-product2 .btn-box2{
		width: 48%;
		height: auto;
		margin: 0 1%;
	    background: #fff url(../img/common/arrow_right_black.png) no-repeat 95% 50%;
    background-size: 7px 8px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    border: 2px solid #b4b4b4;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}
	.information-product2 .btn-box2 a{
		width: 100%;
		height: auto;
    background-size: 7px 8px;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}

  .information-product2 .btn-box2 a:hover {
    background: #e60012 url(../img/common/arrow_right_white.png) no-repeat 96.77419% 50%;
    background-size: 7px 8px;
    color: #fff;
    border: 1px solid #e60012;
  }

}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .header-sns a.facebook:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 15px;
    height: 28px;
    margin-left: -7px;
    background: url(../img/common/ic_facebook.png) no-repeat 0 0;
    background-size: 15px auto;
  }
  .header-sns a.twitter:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 33px;
    height: 28px;
    margin-left: -16px;
    background: url(../img/common/ic_twitter.png) no-repeat 0 0;
    background-size: 33px auto;
  }
  .header-sns a.instagram:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 50%;
    width: 27px;
    height: 27px;
    margin-left: -13px;
    background: url(../img/common/ic_instagram.png) no-repeat 0 0;
    background-size: 27px auto;
  }

  .footer {
    position: relative;
    padding: 24px 16px 40px;
  }
  .footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .footer li {
    margin-right: 20px;
    font-size: 12px;
  }
  .footer a {
    color: #000000;
  }
  .footer-menu {
    margin-bottom: 4px;
  }
  .footer-close {
    display: none;
  }
  .footer-logo {
    position: absolute;
    top: 48px;
    right: 16px;
  }
  .footer-logo img {
    width: 74px;
  }
  .footer .copyright {
    display: block;
    font-size: 12px;
  }

  .shop-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
  }
  .shop-list li {
    width: 49.5%;
    height: 260px;
    margin-bottom: 10px;
  }
  .shop-list li:nth-child(odd) {
    margin-right: 1%;
  }
  .shop-list li h2 {
    border-color: #ffffff;
  }
  .shop-list .link-store_info {
    background-color: #98251b;
  }
  .shop-list .link-store_info img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -44px;
    width: 88px;
    height: auto;
  }
  .link-store_info_02 {
    background: url(../img/common/ic_store_info.png) no-repeat 50% 52% #a4130e;
}
  .link-store_info_02 img {
    display: none;
  }
  .shop-list .link-onlineshop {
    background-color: #d77a74;
  }
  .shop-list .link-onlineshop img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -33px;
    width: 76px;
    height: auto;
  }
  .shop-list .link-onlineshop_02 {
    background: url(../img/common/ic_onlineshop.png) no-repeat 50% 52% #e47470;
}
  .shop-list .link-onlineshop_02 img {
    display: none;
  }

  .btn-box a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
/*ここからコピー*/
  .link-check {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .link-check:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    box-sizing: border-box;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
    border: 14px solid transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4) inset;
  }
  .link-check:after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 14px;
    pointer-events: none;
    opacity: .4;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check h2 {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    padding-left: 32px;
    border-top: solid 4px #ffa800;
    font-size: 32px;
    color: #ffffff;
    font-weight: normal;
  }
  .link-check .ic-click {
    display: none;
  }
  .link-check .ic-click_mini {
    display: none;
  }
  .link-check p {
    position: absolute;
    bottom: 22px;
    left: 22px;
    padding-right: 22px;
    font-size: 16px;
    color: #fff;
  }

/** add 201910 **/

.link-check.titleCenter h2 {
  width: 100%;
  top: 26%;
  left: 0;
  padding-left: 0;
  font-size: 32px;
  text-align: center;
  border-top: none;
}
.link-check.titleCenter h2:before {
  content: "";
  display: block;
  width: 14%;
  height: 4px;
  margin: 0 auto;
}
.link-check.titleCenter p {
  bottom: inherit;
  width: 100%;
  top: 56%;
  left: 0;
  text-align: center;
  padding: 0 5%;
  font-size: 16px;
  box-sizing: border-box;
}
.link-check.titleL h2 {
  width: 50%;
  top: 44%;
  left: 0;
  padding-left: 0;
  font-size: 32px;
  text-align: center;
  border-top: none;
}
.link-check.titleL p {
  bottom: inherit;
  width: 50%;
  top: 66%;
  left: 0;
  text-align: center;
  padding: 0 5%;
  font-size: 16px;
  box-sizing: border-box;
}
.link-check.titleR h2 {
  width: 50%;
  top: 44%;
  left: 50%;
  padding-left: 0;
  font-size: 32px;
  text-align: center;
  border-top: none;
}
.link-check.titleR p {
  bottom: inherit;
  width: 50%;
  top: 66%;
  left: 50%;
  text-align: center;
  padding: 0 5%;
  font-size: 16px;
  box-sizing: border-box;
}



/*ここからミニ*/
  .link-check_mini {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .link-check_mini:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    box-sizing: border-box;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
    border: 14px solid transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4) inset;
  }
  .link-check_mini:after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 14px;
    pointer-events: none;
    opacity: .4;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .link-check_mini h2 {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    padding-left: 32px;
    border-top: solid 4px #ffa800;
    font-size: 32px;
    color: #ffffff;
    font-weight: normal;
  }
  .link-check_mini .ic-click {
    display: none;
  }
  .link-check_mini .ic-click_mini {
    display: none;
  }
  .link-check_mini p {
    position: absolute;
    bottom: 22px;
    left: 22px;
    padding-right: 22px;
    font-size: 16px;
    color: #fff;
  }


  #banner_ruby {
	  display:none;
	  border:solid #fe0493;
	  border-width:2px 0;
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  background: #fff;
	  transition: 0.3s;
	  z-index:150;
  }
  #banner_ruby img{
	  max-width:100%;
  }

.s_btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	padding: 2em;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	justify-content: center;
}

.s_btn a{
	display: block;
	width: 48%;
	min-height: 66px;
	height: auto;
	margin: 0 1% 10px;
	background: #fff url(../img/common/arrow_right_black.png) no-repeat 95% 50%;
	background-size: 7px 8px;
	padding: 10px 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	border: 2px solid #b4b4b4;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-sizing: border-box;
}


	#giftbox .p_list{
		display: flex;
		width: 100%;
		height: auto;
				background: #ffe7e7;
	}

	#giftbox .p_list .p_list_details{
		width: 48%;
		height: auto;
		margin: 0 1%;
		padding: 2em;
	}
	#giftbox .h4{

		display: block;
		width: 100%;
		height: auto;
	}
	.p_list_details dt{
		font-size: 1.2em;
		font-weight: bold;
		margin: 15px auto;
	}

	.p_list_details dd{
		font-size: 1em;
		line-height: 1.8em;

	}

		.information-product2{
		width: 100%;
		height: auto;
		display: flex;

	}
	.information-product2 .btn-box2{
		width: 48%;
		height: auto;
		margin: 0 1%;
	    background: #fff url(../img/common/arrow_right_black.png) no-repeat 95% 50%;
    background-size: 7px 8px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    border: 2px solid #b4b4b4;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}
	.information-product2 .btn-box2 a{
		width: 100%;
		height: auto;
    background-size: 7px 8px;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}

  .information-product2 .btn-box2 a:hover {
    background: #e60012 url(../img/common/arrow_right_white.png) no-repeat 96.77419% 50%;
    background-size: 7px 8px;
    color: #fff;
    border: 1px solid #e60012;
  }


}
@media only screen and (max-width: 767px) {
  .header-sns a.facebook:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 50%;
    width: 14px;
    height: 28px;
    margin-left: -7px;
    background: url(../img/common/ic_facebook.png) no-repeat 0 0;
    background-size: 14px auto;
  }
  .header-sns a.twitter:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 50%;
    width: 32px;
    height: 26px;
    margin-left: -16px;
    background: url(../img/common/ic_twitter.png) no-repeat 0 0;
    background-size: 32px auto;
  }
  .header-sns a.instagram:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    background: url(../img/common/ic_instagram.png) no-repeat 0 0;
    background-size: 26px auto;
  }

  .footer {
    position: relative;
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .footer .button {
    width: 27px;
    height: 27px;
    margin: 0 0 10px 10px;
    background: url(../img/common/footer_menu.png) no-repeat 0 0;
    background-size: 27px auto;
  }
  .footer li {
    border-bottom: solid 1px #c8716e;
  }
  .footer-menu {
    display: none;
    position: absolute;
    z-index: 200;
    bottom: 88px;
    left: 0;
    width: 100%;
    background: #a4130d;
  }
  .footer-menu a {
    display: block;
    padding: 8px;
    color: #ffffff;
  }
  .footer-menu.opened {
    display: block;
  }
  .footer-close {
    text-align: center;
  }
  .footer-logo {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .footer-logo img {
    width: 74px;
  }
  .footer .copyright {
    display: block;
    padding: 0 10px;
    font-size: 12px;
  }

  .shop-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 10px 0 0;
  }
  .shop-list li {
    width: 49%;
    height: auto;
  }
  .shop-list li:nth-child(odd) {
    margin-right: 2%;
  }
/*ここからコピー*/
  .link-check {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .link-check:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 6px solid transparent;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  }
  .link-check:after {
    content: '';
    position: absolute;
    right: 7px;
    bottom: 7px;
    pointer-events: none;
    opacity: .4;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ffffff transparent;
  }
  .link-check img {
    width: 100%;
    height: auto;
  }
  .link-check h2 {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    padding-left: 14px;
    border-top: solid 3px #ffa800;
    font-size: 21px;
    color: #ffffff;
    font-weight: normal;
  }
  .link-check .ic-click {
    display: none;
  }
  .link-check .ic-click_mini {
    display: none;
  }
  .link-check p {
    position: absolute;
    bottom: 12px;
    left: 14px;
    padding-right: 14px;
    color: #fff;
    font-size: 10px;
  }
  .link-check p span {
    display: block;
  }
  .link-check:hover {
    text-decoration: none;
  }

  .link-check.titleCenter h2 {
    width: 100%;
    top: 13.2vw;
    left: 0;
    padding-left: 0;
    border-top: none;
    font-size: 6.8vw;
    text-align: center;
  }
  .link-check.titleCenter h2:before {
    content: "";
    display: block;
    width: 11.2vw;
    height: 0.6vw;
    margin: 0 auto;
  }
  .link-check.titleCenter p {
    bottom: inherit;
    width: 100%;
    top: 26.8vw;
    left: 0;
    text-align: center;
    padding: 0 2%;
    font-size: 4vw;
    box-sizing: border-box;
  }
  .link-type.titleCenter h2:before {
    background: #49a66f;
  }
  .link-origin.titleCenter h2:before {
    background: #e0d1b3;
  }
  .link-process.titleCenter h2:before {
    background: #e5cc3e;
  }
  .link-combination.titleCenter h2:before {
    background: #3e7dc2;
  }
  .link-gift.titleCenter h2:before {
    background: #c757d5;
  }


/*ここからミニ*/
  .link-check_mini {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .link-check_mini:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 6px solid transparent;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  }
  .link-check_mini:after {
    content: '';
    position: absolute;
    right: 7px;
    bottom: 7px;
    pointer-events: none;
    opacity: .4;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ffffff transparent;
  }
  .link-check_mini img {
    width: 100%;
    height: auto;
  }
  .link-check_mini h2 {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    padding-left: 14px;
    border-top: solid 3px #ffa800;
    font-size: 21px;
    color: #ffffff;
    font-weight: normal;
  }
  .link-check_mini .ic-click {
    display: none;
  }
  .link-check_mini .ic-click_mini {
    display: none;
  }
  .link-check_mini p {
    position: absolute;
    bottom: 12px;
    left: 14px;
    padding-right: 14px;
    color: #fff;
    font-size: 10px;
  }
  .link-check_mini p span {
    display: block;
  }
  .link-check_mini:hover {
    text-decoration: none;
  }

  .link-store_info {
    height: 28vw;
    background: url(../img/banner/store_info_sp.png) left top / 100% auto no-repeat #ab241a;
  }
  .link-store_info img {
    display: none;
  }
  .link-store_info h2 {
    border: none;
    font-size: 18px;
  }
  .link-store_info p {
    font-size: 10px;
  }
  .link-onlineshop {
    height: 28vw;
    background: url(../img/banner/onlineshop_sp.png) left top / 100% auto no-repeat #e47470;
  }
  .link-onlineshop img {
    display: none;
  }
  .link-onlineshop h2 {
    border: none;
    font-size: 18px;
  }
  .link-onlineshop p {
    font-size: 10px;
  }

  .link-instagram {
    height: 28vw;
    background: url(../img/banner/instagram_sp.png) left top / 100% auto no-repeat #e9c878;
  }
  .link-instagram img {
    display: none;
  }
  .link-instagram h2 {
    border: none;
    font-size: 18px;
  }
  .link-instagram p {
    font-size: 10px;
  }
  .link-Recruiting2 {
    height: 28vw;
    background: url(../img/banner/recruting_sp.png) left top / 100% auto no-repeat #ffa800;
  }
  .link-Recruiting2 img {
    display: none;
  }
  .link-Recruiting2 h2 {
    border: none;
    font-size: 18px;
  }
  .link-Recruiting2 p {
    font-size: 10px;
  }
  .link-check.titleR h2,
  .link-check.titleL h2 {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 12.4vw;
    left: 0;
    font-size: 4.6vw;
    padding-left: 0;
  }
  .link-check.titleR p,
  .link-check.titleL p {
    position: absolute;
    width: 100%;
    top: 19vw;
    bottom: none;
    left: 0;
    padding: 0 2%;
    text-align: center;
    font-size: 2.4vw;
    line-height: 1.3;
    box-sizing: border-box;
  }


  .link-store_info_02 {
    min-height: 140px;
    background: url(../img/common/ic_store_info.png) no-repeat 50% 52% #a4130e;
    background-size: 40px auto;
  }
  .link-onlineshop_02 {
     min-height: 140px;
     background: url(../img/common/ic_onlineshop.png) no-repeat 50% 52% #e47470;
     background-size: 40px auto;
   }
   .link-store_info_02 h2 {
    border-color: #ffffff;
    font-size: 18px;
   }
   .link-onlineshop_02 h2 {
    border-color: #ffffff;
    font-size: 18px;
   }
   .link-store_info_02 img {
     display: none;
   }
   .link-onlineshop_02 img {
     display: none;
   }

  #banner_ruby {
	  display:none;
	  border:solid #fe0493;
	  border-width:2px 0;
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  background: #fff;
	  transition: 0.3s;
	  z-index:150;
  }
  #banner_ruby img{
	  max-width:100%;
  }

.s_btn{
    display:block;
	flex-wrap: wrap;
	padding: 2em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}

.s_btn a{
	display: block;
	width: 98%;
	min-height: 66px;
	height: auto;
	margin: 0 1% 10px;
	background: #fff url(../img/common/arrow_right_black.png) no-repeat 95% 50%;
	background-size: 7px 8px;
	padding: 10px 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	border: 2px solid #b4b4b4;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-sizing: border-box;

}


	#giftbox .p_list{
		display: block;
		width: 90%;
		height: auto;
		background: #ffe7e7;
		margin: 0 auto;
	}

	#giftbox .p_list .p_list_details{
		width: 80%;
		height: auto;
		margin: 0 1%;
		padding: 2em;
	}
	#giftbox .h4{

		display: block;
		width: 100%;
		height: auto;
	}
	.p_list_details dt{
		font-size: 1.2em;
		font-weight: bold;
		margin: 15px auto;
	}

	.p_list_details dd{
		font-size: 1em;
		line-height: 1.8em;

	}
	.information-product2{
		width: 100%;
		height: auto;
		display: block;

	}
	.information-product2 .btn-box2{
		width: 60%;
		height: auto;
		margin: 0 1%;
	    background: #fff url(../img/common/arrow_right_black.png) no-repeat 95% 50%;
    background-size: 7px 8px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    border: 2px solid #b4b4b4;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	margin:0 auto 20px;

	}
	.information-product2 .btn-box2 a{
		width: 100%;
		height: auto;
    background-size: 7px 8px;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}

  .information-product2 .btn-box2 a:hover {
    background: #e60012 url(../img/common/arrow_right_white.png) no-repeat 96.77419% 50%;
    background-size: 7px 8px;
    color: #fff;
    border: 1px solid #e60012;
  }


}
