@charset "utf-8";
@media screen and (min-width: 897px) {
  html {
    overflow: visible !important;
  }

  body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
}
#contents {
  margin: auto auto 3em auto;
  width: 1080px;
  overflow: hidden;
  text-align: center;
}

.trial-campaign-text {
  background: #f6f6f6;
  margin-bottom: 3em;
  padding: 1em;
}

.trial-campaign-text p {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .trial-campaign-text p {
    line-height: 1.8;
  }
}

@media screen and (max-width: 550px) {
  .trial-campaign-text p {
    text-align: left;
  }
}

.trial-campaign-text p span {
  display: block;
  line-height: 1.8;
}

@media screen and (max-width: 550px) {
  .trial-campaign-text p {
    font-size: 0.75em;
  }
  .trial-campaign-text p span {
    display: inline;
    font-size: inherit;
  }
}

.trial-campaign-text a {
  color: #666;
  text-decoration: underline;
  font-size: inherit;
}

/* Campaign banner関連 */
.cmp-title{
  color: #0087a5;
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
.cmp-title span{
  color: #0087a5;
  display: block;
  margin-top: -12px;
  font-size: 12px;
}
.cmp_btn{
  height: 60px !important;
  line-height: 60px !important;
  margin-top: 30px !important;
}
.cmp_btn a{
  max-width: 280px !important;
  width: 100% !important;
  font-size: 16px !important;
}
.cmp_btn a::before{
  top: 50%;
  left: 10% !important;
}
/* //Campaign banner関連 */

.top-wrap {
  width: calc(100% - 16px);
  position: relative;
  overflow: hidden;
  margin: auto;
  text-align: left;
}

#contents .product-name {
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

#contents .product-name span.brand {
  display: block;
  line-height: 2em;
  font-size: 16px;
}

#contents .product-name span:nth-of-type(2) {
  font-size: 0.75em;
  display: block;
  line-height: 1.5;
}

#contents .product-name img {
  margin-right: 6px;
  margin-bottom: 0px;
}

#contents .product-name .effect {
  font-size: 0.875em;
  margin-top: -2.4em;
  margin-bottom: 1em;
  color: #696969;
}

/* products detail left */
.item-photos {
  width: 61%;
  float: left;
  overflow: hidden;
  position: relative;
}

#full {
  border: 1px solid #eee;
  overflow: hidden;
}

#full img {
  vertical-align: top;
  width: 100%;
}

.color-lib {
  width: 100%;
  text-align: center;
  font-size: 12px;
  background: #fff;
  overflow: hidden;
}

.color-lib #thumb img {
  margin: 0 0 0.25em 0;
  vertical-align: bottom;
  border: 1px solid #eee;
  width: 100%;
}

.color-lib ul#thumb {
  display: inline-block;
  padding: 16px 0 0 0;
  width: calc(100% + 8px);
  margin-left: -8px;
}

.color-lib ul#thumb li {
  font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  float: left;
  margin: 0 0px 4px 8px;
  cursor: pointer;
  width: calc(100%/5 - 8px);
  font-size: 10px;
  height: 0;
  padding-bottom: 19%;
}

/* products detail right */
.on-cart {
  width: 39%;
  float: left;
  padding: 10px 0px 10px 32px;
  box-sizing: border-box;
}

.on-cart .spec {
  padding: 4px 0px 2px 8px;
  margin: auto auto 1em;
  color: #333;
}

.on-cart .spec li {
  font-size: 0.75em;
  line-height: 2em;
  margin-bottom: 4px;
  border-bottom: 1px dotted #ccc;
}

.on-cart .spec span {
  font-weight: normal;
  display: inline;
  padding-right: 1em;
  line-height: 2em;
}

.on-cart form {
  padding: 10px 0px 10px 8px;
  font-size: 12px;
}

.on-cart select {
  width: 100%;
  margin-top: 0.25em;
  margin-bottom: 1em;
}

.on-cart span {
  font-size: 12px;
  font-weight: bold;
}

.on-cart span.value {
  font-weight: normal;
}

.on-cart .border-cart {
  margin: 6px 0;
}

.on-cart p {
  text-align: left;
}

.on-cart button[type="submit"] {
  width: 100%;
  margin: 1em 0 0;
  padding: 20.5px;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bolder;
  cursor: pointer;
}

/* giftset link */
p.gift-link{
	font-size: 12px;
  padding: 12px 8px;
  line-height: 1.6;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  margin-top: 1em;
}
p.gift-link a{
	display: flex;
	align-items: center;
	line-height: 1.6;
}
p.gift-link a:hover{
	text-decoration: none;
}
p.gift-link a span{
	color: #e84735;
	text-decoration: underline;
	font-weight: normal;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	p.gift-link a span .pc-br{
		display: none;
	}
}
/*@media screen and (max-width: 767px) {
	p.gift-link a{
		align-items: start;
	}
}*/
p.gift-link a i.material-icons{
	color: #e84735;
	font-size: 16px;
	padding-left: 0.25em;
}
p.gift-link i.material-icons,
p.gift-link a:hover i.material-icons{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	p.gift-link a i.material-icons{
		font-size: 18px;
	}
}
/* //giftset link */

/*for gift_bag*/
/* 20170828 add */
.on-cart aside {
  display: none;
}

.single-item{
  margin: 2em 0;
}
.single-item li:nth-child(n+2){
  margin-top: 0.5em;
}
@media screen and (max-width: 767px){
  .single-item{
    margin: 2em 0;
  }
  .single-item li:nth-child(n+2){
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px){
  .single-item li.link{
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px){
  .single-item li.link{
    display: flex;
  }
}
.single-item li.link a {
    text-decoration: underline;
    color: #e84735;
    font-size: 12px;
}
@media screen and (max-width: 767px){
  .single-item li.link a.link-text {
    width: 58%;
    margin-right: 2%;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px){
  .single-item li.link a.link-btn {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 40%;
    height: 36px;
    background: #444343;
    color: #fff;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
  }
}

/* END 20170828 add */
aside a:hover {
  color: #e84735;
  text-decoration: none;
  transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

aside .name {
  font-size: 16px !important;
  margin-bottom: 0.8em;
  display: block;
  margin-top: 4em;
}

.on-cart .gift-t {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
}

/* products detail function */
.middle-wrap {
  clear: both;
  text-align: left;
}

.middle-wrap h2,
.bottom-wrap h3 {
  padding-left: 1em;
  font-size: 18px;
  line-height: 2em;
  color: #fff;
  background: #999;
  margin: 20px 0;
}

.middle-wrap ul {
  line-height: 2em;
}

.middle-wrap li {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  border-left: 6px solid #999;
  padding-left: 8px;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* products detail technology */
.bottom-wrap {
  text-align: justify;
}

.bottom-wrap h4 {
  padding-left: 1em;
  border-left: 6px solid #eee;
  font-size: 18px;
  line-height: 2em;
  margin-left: 1em;
  margin-bottom: 1em;
}

.bottom-wrap .mag-detail {
  padding: 20px 0;
}

.bottom-wrap .mag-detail span {
  float: left;
  width: 460px;
  text-align: center;
  padding-right: 3%;
  box-sizing: content-box;
}

.bottom-wrap .mag-detail p {
  float: none;
  width: 94.4%;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 1em 0 4.3%;
  margin-bottom: 1em;
  box-sizing: content-box;
}

/* add_20170309 */
.bottom-wrap .ns-detail {
  display: table;
  padding: 20px 0;
  width: 84.765625%;
  margin: auto;
}

.bottom-wrap .ns-detail dt {
  display: table-cell;
  width: 59.216589861%;
  text-align: center;
  padding-right: 20px;
}

.bottom-wrap .ns-detail dt .detail-img {
  width: auto;
}

.bottom-wrap .ns-detail dt .wrist-img {
  width: 60.730%;
}

.bottom-wrap .ns-detail dt .neck-img {
  width: 100%;
}

.bottom-wrap .ns-detail dt .ns-img {
  width: auto;
}

.bottom-wrap .ns-detail dd {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding: 0;
}

.bottom-wrap .ns-detail dd p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

/*  */
/* download */
.download {
  width: 100%;
  font-size: 14px;
  margin: 10px auto 20px;
  padding: 0 0 0 8px;
  text-align: left;
  color: #696969;
}

.download .material-icons {
  vertical-align: bottom;
  font-size: 20px;
  padding-right: 0.25em;
}

.download a:hover {
  color: #e84735;
  text-decoration: none !important;
  outline: none;
  transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

.size-attention {
  margin-top: 10px;
  font-size: 10px !important;
  font-weight: normal;
  text-align: center;
  padding-left: 0.8em;
}

.pro-attention {
  font-size: 10px !important;
  text-align: left;
  margin: 10px 0 30px;
  width: 100% !important;
}

/* recommend style */
.recommend {
  text-align: center;
  float: none;
  width: 1024px;
  margin: auto auto 5em;
}

.recommend p {
  display: block !important;
  padding: 0 5px !important;
}

.recommend p.rec-effect {
  text-indent: -0.5em;
}

/* reserve style */
.reserve {
  padding: 0 0 0 8px;
  margin: 0em auto 1.5em;
}

.reserve h2,
.reserve dl dt,
.reserve dl dd,
.reserve ul li {
  text-align: left;
  line-height: 1.5;
}

.reserve h2 {
  font-size: 0.875em;
}

.set-name {
  padding-left: 6px;
  font-size: 0.875em;
  line-height: 1.5;
}

.reserve dl dt,
.reserve dl dd {
  font-size: 0.875em;
  display: inline;
  font-weight: normal;
}

.reserve dl {
  margin-bottom: 0.3em;
}

.reserve dl+dl {
  margin-bottom: 0.8em;
}

.reserve h2,
.reserve ul li {
  margin-bottom: 0.8em;
}

.reserve ul li.attention {
  font-size: 0.75em;
  text-indent: -1em;
  padding-left: 1em;
}

.sitenavi a {
  line-height: 2;
}

/* for mag-ra */
.mag-ra_t {
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}

.cover_price {
  text-align: left !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7;
}

.m_attention {
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

/* for wacle neck air */
.patent-t {
  font-size: 12px !important;
  text-align: left;
  line-height: 1.6;
}

/* for x1 */
.orange {
  color: #e66108;
  font-weight: bold;
}

/* for active wacle_wrist */
.bottom-wrap .attention {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* bulet style */
.bulet {
  color: #333333;
  text-decoration: none;
}

.bulet:hover {
  color: #e84735;
  text-decoration: underline;
}

.bulet:before {
  content: "»";
  font-weight: bold;
  font-size: 1.2em;
  color: #e84735;
  padding-right: 0.40625em;
}

@media screen and (max-width:1023px) {
  #contents {
    width: calc(100% - 16px);
  }

  .top-wrap {
    width: 100%;
  }

  /* products detail left */
  .item-photos {
    width: 60%;
  }

  .item-photos img {
    height: auto;
  }

  .color-lib ul#thumb li {
    font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    width: calc(100%/4 - 8px);
    padding-bottom: 23%;
  }

  /* products detail right */
  .on-cart {
    width: 40%;
    padding: 1% 0 1% 32px;
  }

  .on-cart .spec span {
    color: #444;
    margin-left: 0em;
    margin-right: 1em;
  }

  /* products detail function */
  .bottom-wrap {
    overflow: hidden;
  }

  /* products detail technology */
  .bottom-wrap .mag-detail {
    padding: 0;
  }

  .bottom-wrap .mag-detail span {
    width: 45%;
  }

  .bottom-wrap .mag-detail span .detail-img {
    width: 50%;
    margin-bottom: 6%;
  }

  .bottom-wrap .mag-detail span .ns-img {
    width: 100%;
    margin-bottom: 6%;
  }

  .bottom-wrap .ns-detail dt .ns-img {
    width: 100%;
  }

  /* for mag-ra */
  #mag-ra_cart .spec span {
    display: block;
  }

  /* for x1 */
  .middle-wrap iframe {
    width: 44.5vw;
    height: 25.0vw;
  }

  #x1-banner a,
  #x1-banner img {
    width: 100% !important;
  }

  /* for active wacle_wrist */
  .bottom-wrap .attention {
    display: table;
  }

  .bottom-wrap .attention span {
    display: table-cell;
    width: 15px;
  }

  /* recommend */
  .recommend {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .top-wrap {
    width: 100%;
  }

  .item-photos {
    width: 100%;
    float: none;
  }

  #full img {
    width: 100%;
  }

  .color-lib ul#thumb li {
    font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    padding-bottom: 24%;
  }

  /* products detail right */
  .on-cart {
    width: 100%;
    float: none;
    padding: 1em;
  }

  .on-cart .spec {
    width: 100%;
    margin: auto;
  }

  .on-cart form {
    width: 96%;
    margin: auto;
    padding: 10px;
  }

  .on-cart input[type="submit"] {
    margin: 5px 0 0;
  }

  .download {
    padding-left: 1.5em;
  }

  /* products detail function */
  .middle-wrap h2,
  .bottom-wrap h3 {
    padding-left: 2%;
    font-size: 14px;
  }

  .middle-wrap li {
    line-height: 1.8;
    border-left: 6px solid #999;
    padding-left: 3%;
    margin-left: 2%;
    margin-right: 2%;
  }

  /* products detail technology */
  .bottom-wrap h4 {
    font-size: 100%;
    margin-left: 3%;
  }

  .bottom-wrap .mag-detail {
    padding: 0px 0 5% 0;
  }

  .bottom-wrap .mag-detail span {
    float: none;
    display: block;
    width: 95%;
    text-align: left;
    padding-left: 5%;
    padding-bottom: 2%;
  }

  .bottom-wrap .mag-detail span .detail-img {
    width: 30%;
    margin-bottom: 0;
  }

  .bottom-wrap .mag-detail span .ns-img {
    width: 55%;
    margin-bottom: 0;
  }

  .bottom-wrap p {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    padding: 1em;
  }

  /* add_20170309 */
  .bottom-wrap .ns-detail {
    display: table;
    padding: 20px 0;
    width: 84.765625%;
    margin: auto;
  }

  .bottom-wrap .ns-detail dt {
    display: table-cell;
    width: 59.216589861%;
    text-align: center;
    padding-right: 20px;
  }

  .bottom-wrap .ns-detail dt .detail-img {
    width: auto;
  }

  .bottom-wrap .ns-detail dt .wrist-img {
    width: 60.730%;
  }

  .bottom-wrap .ns-detail dt .neck-img {
    width: 100%;
  }

  .bottom-wrap .ns-detail dt .ns-img {
    width: 100%;
  }

  .bottom-wrap .ns-detail dd {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0;
  }

  .bottom-wrap .ns-detail dd p {
    font-size: 14px;
    line-height: 1.8;
  }

  .reserve {
    width: 98%;
    margin: 1em auto 1.5em;
  }

  .set-name {
    padding-left: 6px;
  }

  /* for mag-ra */
  .mag-ra_t {
    line-height: 2;
  }

  .m_attention {
    font-size: 12px !important;
  }

  /* for x1 */
  #x1-banner a {
    width: 336px !important;
  }

  #x1-banner img {
    width: auto !important;
  }

  .on-cart .spec span {
    font-family: sans-serif !important;
  }
}

@media screen and (max-width:700px) {
  .recommend li {
    width: calc(100%/2 - 8px);
  }

  .recommend li h3 {
    font-size: 0.75em
  }

  .recommend p {
    font-size: 10px !important;
  }
}

/*-----------------------------------------------------------
BreadCrumbs List
----------------------------------------------------------*/
@media screen and (min-width:1024px) {
  #viIndex {
    position: absolute;
    width: 100%;
    margin: 0em auto;
    height: 56px;
    top: 0px;
    left: 8px;
    display: table;
    background-color: transparent;
    z-index: 100;
  }

  #viArea {
    display: table-cell;
    vertical-align: middle;
  }

  .breadCrumbs {
    width: 1080px;
    margin: auto;
  }

  .breadCrumbs ol {
    width: 100%;
  }

  .breadCrumbs ol li {
    float: left;
    list-style: none;
    font-size: 0.75rem;
    color: #666;
    line-height: 2;
  }

  .breadCrumbs ol li::before {
    content: "／";
    font-weight: bold;
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.541176);
    opacity: 0.7;
    padding-right: 0.4em;
    padding-left: 0.4em;
  }

  .breadCrumbs ol li:first-child::before {
    content: none;
  }

  .breadCrumbs ol li a {
    color: #666;
    text-decoration: none;
    font-size: 0.75rem;
  }
}
@media screen and (max-width:1023px) {
  #viIndex {
    position: absolute;
    width: 100%;
    height: 56px;
    left: 8px;
    margin: 0 auto;
    top: 0px;
    bottom: 1003px;
    display: table;
    background-color: transparent;
    z-index: 100;
  }

  #viArea {
    display: table-cell;
    vertical-align: middle;
  }

  .breadCrumbs {
    width: calc(100% - 6px);
    margin: auto;
  }

  .breadCrumbs ol {
    width: 100%;
  }

  .breadCrumbs ol li {
    float: left;
    list-style: none;
    font-size: 0.5rem;
    color: #333;
    line-height: 2;
  }

  .breadCrumbs ol li::before {
    content: "／";
    font-weight: bold;
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.541176);
    opacity: 0.7;
    padding-right: 0.8em;
    padding-left: 0.8em;
  }

  .breadCrumbs ol li:first-child::before {
    content: none;
  }

  .breadCrumbs ol li a {
    color: #757575;
    text-decoration: underline;
    font-size: 10px;
  }

  .breadCrumbs ol li h1 {
    display: inline-block;
    font-size: 0.6875em;
  }

  .breadCrumbs ol li p {
    display: inline-block;
  }
}
@media screen and (max-width:767px) {
  #viIndex {
    position: absolute;
    display: table;
    width: 100%;
    margin: 0em auto;
    z-index: 2;
    height: 56px;
    bottom: 196px;
    bottom: 202px\0;
  }

  #viArea {
    position: static;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .breadCrumbs {
    width: calc(100% - 6px);
    margin: auto;
  }

  .breadCrumbs ol {
    margin: 0;
    max-width: 1024px;
  }

  .breadCrumbs ol li {
    float: left;
    margin: 0;
    list-style: none;
  }

  .breadCrumbs ol li::before {
    line-height: 1.6;
  }

  .breadCrumbs ol li h1 {
    display: inline-block;
    font-size: 0.6875em;
  }

  .breadCrumbs ol li p {
    display: inline-block;
  }
}
@media screen and (max-width:640px) {
  .breadCrumbs ol li:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width:568px) {
  .breadCrumbs ol li:nth-of-type(4) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  .breadCrumbs ol li:nth-of-type(5) {
    display: none;
  }
}
/*-----------------------------------------------------------
BreadCrumbs List
----------------------------------------------------------*/


@media screen and (max-width:568px) {
  #contents .product-name .detail-title {
    line-height: 1.4;
    font-size: 1.25em;
    padding-top: 25px;
    text-align: center;
  }

  #contents .product-name span {
    font-size: 14px;
  }

  #contents .product-name .effect {
    font-size: 0.75em;
    margin-top: -1.8em;
  }

  #full img {
    width: 100%;
    margin-left: 0;
  }

  .color-lib ul#thumb {
    padding: 3% 0 0 0;
  }

  .on-cart {
    padding: 1em 8px;
  }

  .on-cart .spec {
    width: calc(100% - 16px);
    padding: 4px 0px 2px;
  }

  .on-cart form {
    width: calc(100% - 16px);
    padding: 10px 0;
  }

  .on-cart input[type="submit"] {
    width: 100%;
    margin-top: 20px !important;
  }

  .on-cart select {
    font-size: 16px;
  }

  .on-cart #gift-var,
  .on-cart .free {
    width: 98%;
  }

  /* products detail function */
  .middle-wrap {
    clear: both;
  }

  .middle-wrap h2,
  .bottom-wrap h3 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 14px;
    line-height: 1.5;
  }

  /* products detail technology */
  .bottom-wrap h4 {
    line-height: 1.5;
  }

  /* add@20180903 */
  .bottom-wrap h4.logo-mag {
    line-height: 2;
  }

  /* End */
  .bottom-wrap .mag-detail span .detail-img {
    width: 170px;
  }

  .bottom-wrap .mag-detail span .ns-img {
    width: 95%;
  }

  /* add_20170309 */
  .bottom-wrap .ns-detail {
    display: block;
    padding: 20px 0;
    width: 100%;
    margin: auto;
  }

  .bottom-wrap .ns-detail dt {
    display: block;
    width: 59.216589861%;
    width: 100%;
    text-align: center;
    padding-right: 0px;
    margin: auto;
  }

  .bottom-wrap .ns-detail dt .detail-img {
    width: auto;
    margin-bottom: 1em;
  }

  .bottom-wrap .ns-detail dt .wrist-img {
    width: 60.730%;
  }

  .bottom-wrap .ns-detail dt .neck-img {
    width: 100%;
  }

  .bottom-wrap .ns-detail dt .ns-img {
    width: 100%;
    margin-bottom: 1em;
  }

  .bottom-wrap .ns-detail dd {
    display: block;
    vertical-align: middle;
    width: auto;
    padding: 0;
  }

  .bottom-wrap .ns-detail dd p {
    font-size: 14px;
  }

  /* for x1 */
  .middle-wrap iframe {
    width: 60vw;
    height: 40vw;
  }

  #x1-banner a {
    width: 280px !important;
  }

  #x1-banner img {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 2px;
  }

  /* for lumbar support */
  .free-shipping {
    display: block !important;
  }
}

@media screen and (max-width: 360px) {
  .color-lib ul#thumb li {
    font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    width: calc(100%/3 - 8px);
    padding-bottom: 33%;
  }
}

/* END style170628.css ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.btn-primary, .dropdown-toggle.btn-primary {
  background-color: #0088A6 !important;
}

.btn-primary:hover, .dropdown-toggle.btn-primary:hover {
  opacity: 0.7;
}

.btn-primary:active, .dropdown-toggle.btn-primary:active, .btn-primary.active, .dropdown-toggle.btn-primary.active {
  opacity: 0.7;
}

.btn-primary:focus, .dropdown-toggle.btn-primary:focus {
  opacity: 0.7;
}

.btn-primary:disabled, .dropdown-toggle.btn-primary:disabled, .btn-primary.disabled, .dropdown-toggle.btn-primary.disabled,
.btn-primary[disabled], .dropdown-toggle.btn-primary[disabled] {
  background-color: #0088A6 !important;
  ;
}

.btn-primary .ink, .dropdown-toggle.btn-primary .ink {
  background-color: #0088A6 !important;
  ;
}

.special-comment p {
  font-family: 'Helvetica Neue', Helvetica, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}

.special-comment p strong {
  font-size: 11px;
  font-weight: bold;
}

#container {
  clear: both;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  width: 1024px;
}

.product-list {
  width: 100%;
  margin-bottom: 5em;
}

.product-list h3 {
  font-size: 0.875em;
  padding: 0 0.25em;
  line-height: 1.5;
}

.product-list p {
  display: none;
  padding: 0 14px 6px !important;
  font-size: 14px;
  line-height: 170%;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  word-break: break-all;
}

.product-list ul {
  width: 100%;
  margin: auto;
}

.product-list li {
  position: relative;
  text-align: left;
  display: block;
  width: calc(100%/4 - 8px);
  margin: 0 4px 1.8em;
  float: left;
}

.product-list li a:hover {
  text-decoration: none !important;
  transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

.product-list li p {
  font-size: 11px;
}

.product-list img {
  width: 100%;
  margin-bottom: 0.5em;
}

.product-list .value {
  display: block;
  font-size: 0.75em;
  margin-top: 0.5em;
  padding: 0 8px;
  color: gray;
}

/* → to common file */
/* for bootstrap-css Invalid */
.badge {
  display: initial;
  min-width: initial;
  padding: initial;
  padding: 0;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  color: initial;
  text-align: initial;
  white-space: initial;
  vertical-align: initial;
  background-color: #ffffff;
  border-radius: initial;
}

.badge {
  position: relative;
}

.badge-txt {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: left;
  padding: 0;
  padding-top: 5px;
  background-color: #222;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ddd;
  font-weight: bold;
  font-size: 0.75em;
}

/* ====================
proNavi > cat-nav
=====================*/
.pmd-card {
  display: block;
  height: 57px !important;
  margin-bottom: 2em;
  padding: 0 !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 896px) {
  .pmd-card {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 640px) {
  .pmd-card {
    margin-top: 4em;
    margin-bottom: 2em;
  }
}

.pmd-card .pmd-card-inner {
  position: relative;
  height: auto;
  padding: 0;
}

.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fcfcfc;
  animation: fadeIn 0.3s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.3s ease 0s 1 normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  /* class="pmd-z-depth" */
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fixed .co-pro-navi button {
  background-color: #fcfcfc;
}

.pmd-dropdown.open>.pmd-dropdown-menu-container>.dropdown-menu {
  display: block;
  clip: auto !important;
}

/* --- .fg --- */
.f-bg {
  margin-top: -2px;
}

/* --- .co-pro-navi --- */
.co-pro-navi {
  width: 1080px !important;
  margin: 0px auto !important;
  padding: 0 !important;
}

.co-pro-navi span.dropdown {
  float: right;
}

.co-pro-navi button {
  padding: 10px 14px !important;
  background-color: transparent;
  color: #696969 !important;
  z-index: 1000;
}

.co-pro-navi .open button {
  /*background-color: #fcfcfc;*/
  background-color: transparent !important;
}

.co-pro-navi button:hover {
  background-color: #fcfcfc;
}

.co-pro-navi button .material-icons {
  font-size: 29px;
  line-height: 24px !important;
}

.co-pro-navi button:hover .material-icons {
  color: #e84735;
}

.co-pro-navi button:hover .co-pro-menu {
  color: #e84735;
}

.co-pro-navi button .co-pro-close {
  display: none !important;
}

.co-pro-navi .open button .co-pro-menu {
  display: none !important;
}

.co-pro-navi .open button .co-pro-close {
  display: inline-block !important;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  color: #9c9c9c;
}

.co-pro-navi .open button:hover {
  background-color: #fcfcfc;
}

.co-pro-navi .open button span.co-pro-close {
  display: block !important;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  color: #9c9c9c;
}

.co-pro-navi button span {
  font-size: 10px;
  display: block;
  line-height: 1 !important;
  margin-top: -3px;
}

.pmd-dropdown .dropdown-menu {
  padding: 0 !important;
}

.pmd-dropdown-menu-container {
  top: 0px;
}

.dropdown-menu {
  background-color: #fcfcfc;
}

/* --- .cat-nav --- */
.cat-nav {
  width: 1024px;
  margin: auto;
  background-color: #fcfcfc;
}

.cat-nav h1,
.cat-nav ul h2,
.cat-nav ul li,
.cat-nav ul li a {
  font-family: 'Helvetica Neue', Helvetica, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}

.cat-nav ul h2,
.cat-nav ul li h2 a {
  font-size: 13px;
  font-weight: bold;
}

.cat-nav ul li a {
  font-size: 12px;
}

.cat-nav h1 {
  position: relative;
  padding-bottom: 1.2em;
  /* font-size: 1.25em; */
  font-size: 17.5px;
  font-weight: bold;
  margin-top: 1.1em;
  padding-bottom: 2em;
  text-align: center;
  padding-bottom: 1.25em;
  color: #696969;
}

.cat-nav h1::after {
  position: absolute;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  padding-top: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  transform: scale(1);
  transform-origin: right top;
  will-change: transform;
}

.cat-nav ul {
  display: block;
  font-size: 12px;
  color: #696969;
}

.cat-nav>ul {
  padding: 1em 2em 3em;
}

.cat-nav .col-2 {
  float: left;
  width: calc(100%/2 - 8px);
  margin: 0 4px;
}

.cat-nav .col-2 ul li a span{
  font-size: 12px;
}

.cat-nav .col-3 {
  float: left;
  width: calc(100%/3 - 8px);
  margin: 0 4px;
}

.cat-nav h2 {
  font-size: 1.25em;
  line-height: 2;
  color: #696969;
  padding: 0 8px;
}

.cat-nav h2 .material-icons {
  vertical-align: middle;
  font-size: 22px;
}

.cat-nav a {
  position: relative;
  display: block;
  color: #696969 !important;
  text-decoration: none;
}

.cat-nav a:hover,
.cat-nav a:hover .material-icons {
  color: #e84735 !important;
  transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  text-decoration: none;
}

.cat-nav .material-icons {
  vertical-align: bottom;
  font-size: 16px;
  float: right;
  color: gray;
}

.dropdown-header {
  font-size: 0.875em;
  font-weight: bold;
  padding: 3px 0 !important;
}

@media only screen and (max-width:1023px) {
  #container {
    width: 100%;
  }

  .product-list ul {
    width: calc(100% - 8px);
  }

  /* ====================
proNavi > cat-nav
=====================*/
  /* --- .breadCrumbs --- */
  /* .breadCrumbs {
  width: auto;
  overflow: hidden;
  } */
  /* --- .fg --- */
  /* --- .co-pro-navi --- */
  .co-pro-navi {
    width: 100% !important;
  }

  .co-pro-navi span.dropdown {
    margin-right: 8px;
  }

  .pmd-dropdown.open>.pmd-dropdown-menu-container {
    margin-right: -8px;
  }

  /* --- .cat-nav --- */
  .cat-nav {
    width: 100vw;
    overflow: hidden !important;
  }

  .cat-nav li.absolute a span {
    display: block;
  }

  .cat-nav li.absolute a .material-icons {
    position: absolute;
    right: 16px;
    top: 21px;
  }
}

@media only screen and (max-width:700px) {
  .breadCrumbs ol li {
    font-size: 10px;
  }

  .co-pro-navi span.dropdown {
    margin-right: 0px;
    padding-right: 6px;
  }

  .pmd-dropdown.open>.pmd-dropdown-menu-container {
    margin-right: 0px;
  }

  .cat-nav h1 {
    font-size: 1.15em;
    text-align: left;
    margin-top: 1.15em;
    /* padding-bottom: 1.2em; */
    padding-left: 2.1em;
  }

  .product-list li {
    width: calc(100%/3 - 8px);
  }

  .co-pro-navi button {
    padding: 10px 0px !important;
    min-width: 56px;
  }

  .co-pro-navi button:hover {
    background-color: transparent;
  }

  .co-pro-navi button span {
    font-size: 8px;
  }

  .pmd-dropdown.open>.pmd-dropdown-menu-container {
    height: 0 !important;
    padding-bottom: 50vw !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 5px rgba(0, 0, 0, .175);
    background-color: #fcfcfc;
  }

  .pmd-dropdown.open>.pmd-dropdown-menu-container .pmd-dropdown-menu-bg {
    box-shadow: 0 0 0px rgba(0, 0, 0, .175);
  }

  .cat-nav .col-2,
  .cat-nav .col-3 {
    float: none;
    width: calc(100%/1) !important;
  }

  .cat-nav li.absolute a span {
    display: inline;
  }

  .cat-nav li.absolute a .material-icons {
    position: static;
    right: 16px;
    top: 21px;
  }
}

@media only screen and (max-width:568px) {
  .breadCrumbs ol li:nth-of-type(3) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .breadCrumbs ol li:nth-of-type(5) {
    display: none;
  }

  .h1-title {
    padding-top: 25px;
  }

  .product-list li h3 {
    font-size: 12px;
  }

  .product-list li .badge-txt {
    font-size: 10px;
  }

  .product-list li.col-3 .badge-txt {
    font-size: 0.75em;
  }
}

@media only screen and (max-width:480px) {
  .product-list li {
    width: calc(100%/2 - 8px);
    margin: 0 4px 1.8em;
  }

  .pmd-dropdown.open>.pmd-dropdown-menu-container {
    padding-bottom: 110vw !important;
  }

  .cat-nav li.absolute a span {
    display: block;
  }

  .cat-nav li.absolute a .material-icons {
    position: absolute;
    right: 16px;
    top: 21px;
  }
}

@media only screen and (max-width:374px) {
  .cat-nav h1 {
    padding-left: 1.4em;
  }

  .cat-nav>ul {
    padding: 1em 1em 3em;
  }
}

.en-title {
  font-size: 2em;
  letter-spacing: .07em;
  margin-top: 72px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.on-cart p {
  font-size: 0.875em;
  line-height: 1.6;
  text-align: left;
}

/* Campaign Banner */
.products-campaign-list{
  max-width: 640px;
  margin: 0 auto 5em;
}
.products-campaign-list li{
  margin: 0 auto;
}
.products-campaign-list p{
  text-align: left;
  padding: 0 0.25em;
  line-height: 1.6;
  font-weight: bold;
}
.products-campaign-list a:hover {
  text-decoration: none!important;
  color: #e84735;
  transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .products-campaign-list p{
    font-size: 87.5%;
  }
}
.products-campaign-list .cmp_wrap p::before {
  content: "»";
  font-weight: bold;
  font-size: 1.2em;
  color: #e84735;
  padding-right: 0.40625em;
}
.products-campaign-list .cmp_wrap picture img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .products-campaign-list .cmp_wrap {
    width: calc(100%/1 - 16px)!important;
  }
}
/* //Campaign Banner */

.contents-bottom {
  max-width: 1024px;
  overflow: hidden;
  margin: auto;
}


  /* Carousel Breadcrumbs List */
  .carousel-breadcrumbs {
    padding-left: 8px;
    height: 57px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
  }
  .carousel-breadcrumbs ol {
    display: table;
  }

  .carousel-breadcrumbs ol li {
    font-size: 10px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    color: #757575;
  }
  .carousel-breadcrumbs ol li:not(:first-child)::before {
    content: "／";
    font-weight: bold;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.541176);
    opacity: 0.7;
    padding-right: 4.2px;
    padding-left: 4.2px;
  }
  .carousel-breadcrumbs ol li a{
    text-decoration: underline;
    color: #757575;
    font-size: 10px;
  }
  .carousel-breadcrumbs ol li:last-child a{
    text-decoration: none;
  }
  .carousel-breadcrumbs ol li a span {
    color: #757575;
    font-size: 10px;
  }
  @media screen and (min-width: 1024px){
    .carousel-breadcrumbs {
      width: 1080px;
      height: 57px;
      margin: 0 auto 32px;
      overflow-y: hidden;
    }
    .carousel-breadcrumbs ol li {
      font-size: 12px;
    }
    .carousel-breadcrumbs ol li a {
      font-size: 12px;
      text-decoration: none;
    }
    .carousel-breadcrumbs ol li a:hover {
      color: #e84735 !important;
      text-decoration: underline !important;
    }
  }
  @media screen and (max-width: 896px){
    .carousel-breadcrumbs{
      /* margin-top: 57px; */
    }
    /*.bnr-wrapper {
      margin-top: 57px;
    }*/
    .carousel-breadcrumbs ol li:not(:first-child)::before {
      padding-right: 8px;
      padding-left: 8px;
    }
  }
  /* //Carousel Breadcrumbs List */

/*--------------------------------------------------------------
販売ページ*/
/*--------------------------------------
商品説明
-------------------------------------*/
/* title */
.pc-position h1 {
  font-size: 24px;
}

@media only screen and (min-width:769px) {
  .pc-position {
    float: right;
    top: 10px;
    right: 0;
    z-index: 1;
    max-width: 375px;
    width: 100%;
  }
}

@media only screen and (max-width:1023px) {
  .pc-position {
    max-width: 97%;
    /* margin: 0 auto 0 64.5%; */
  }
}

@media only screen and (max-width:768px) {
  .pc-position {
    float: none;
    max-width: 100%;
    margin: 0;
  }

  .sp-position-wrap {
    position: relative;
  }

  .sp-position {
    position: static;
    top: 0;
    margin: 0 5% 2em 5%;
  }
}
.display-pc,
.display-sp{
  font-size:20px !important;
  font-weight: bold !important;
}
@media only screen and (min-width:768px) {
  .display-pc{
    display: block;
  }
  .display-sp{
    display: none;
  }
}

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

/* //title */
.h_bnr_co_css {
  display: none;
}

.effect li h4 {
  display: inline-block;
  padding-bottom: 0;
  line-height: 2;
}

.effect-ttl {
  position: relative;
  padding-left: 46px;
  background: url(/img/icon/icon_mag@32px.svg) no-repeat left top;
}

.detail-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
}

.detail-title:after {
  content: none;
}

.logo-bl.logo-re {
  background: none;
  background-size: 128px;
  margin-bottom: 0;
}

.btn-primary, .dropdown-toggle.btn-primary {
  background-color: #0088A6;
}

.features {
  margin-bottom: 16px;
}

.features p strong {
  color: #0088A6;
}

.features p > strong > sup,
.features p > strong > small > span {
  color: #0088A6;
}

.features p > strong > small {
  display: block;
  color: #0088A6;
}



/* 販売価格 */
.selling-price {
  display: block;
  margin-bottom: 0.5em;
  font-size: 14px !important;
}

.selling-price small {
  font-size: 0.65em;
  padding-left: 0.5em;
}

/* 品番 */
.product-number {
  font-size: 12px;
  display: block;
  margin-bottom: 16px;
  color: gray;
}

/* サプリ 2セット・3セット 価格 */
.supple-price-wrap .selling-price {
  display: block;
}

.supple-price-wrap .selling-price>span {
  display: block;
}

.supple-price-wrap .selling-price>span s {
  text-decoration: line-through;
  font-size: 14px;
}

.supple-price-wrap .selling-price .discounted {
  font-weight: bold;
}

.supple-price-wrap .selling-price .discounted small {
  font-size: 14px !important;
}

/* //サプリ 2セット・3セット 価格 */
.item-detail {
  text-align: left;
  background-color: #f7f7f7;
  padding-top: 48px;
  padding-bottom: 48px;
  /* margin-bottom: 5em; */
}

.item-detail h2, .item-detail p, .item-detail dl, .item-detail dt, .item-detail dd {
  line-height: 1.8;
}

.item-detail h2 {
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 40px;
}

.item-detail .item-detail__content_txt {
  font-size: 0.875em;
}

.item-detail .item-detail__content_txt>strong {
  color: #666;
  font-weight: bold;
}

.item-detail .item-detail__content_txt_list {
  padding-top: 10px;
}

.item-detail .item-detail__content_txt_list li {
  font-size: 0.875em;
  padding-bottom: 6px;
}

.item-detail .item-detail__content_txt_list>strong {
  color: #666;
  font-weight: bold;
}

.item-detail__content_txt > strong > sup,
.item-detail__content_txt > strong > small {
  color: #666;
}

.item-detail__content_txt > strong > small{
  display: block;
}

.item-detail .item-detail__content_txt .component-list {
  display: block;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 8px 12px;
  ;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.8;
}

.item-detail__annotation-message{
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0.5em;
}

.item-detail .item-detail__content {
  max-width: 800px;
  margin: auto;
}

@media only screen and (max-width:1024px) {
  .item-detail .item-detail__content {
    padding: 0 30px;
  }
}

.item-detail__caution_txt{
  font-size: 12px !important;
  color: #f00;
}

.item-detail__content--item dl {
  border-top: 1px solid rgba(218, 218, 225, 0.5);
  padding-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-detail__content--item dt {
  padding: 0 30px 0 0;
  border-top: none;
  width: 200px;
  font-size: 12px;
}

.item-detail__content--item dd {
  padding: 0;
  width: calc(100% - 200px);
  font-size: 12px;
}

@media only screen and (max-width:640px) {
  .item-detail__content--item dt {
    font-weight: bold;
  }

  .item-detail__content--item dd {
    width: 100%;
    padding-top: 0;
  }
}

.item-detail__content--item dd p {
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}

.item-detail__manual-icon{
  font-size: 16px;
  color: #f00;
  text-decoration: none;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.item-detail__content--item dd p span{
  font-size: 12px;
  border-top: 1px dashed #333;
  display: block;
  padding-top: 0.5em;
  margin-top: 0.5em;
}

.item-detail__content--item dd p a{
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
  text-decoration: underline;
}

.item-detail__content--item dt, .item-detail__content--item dd {
  padding: 1em;
}

.size-ajust {
  max-width: 450px;
  margin: 2em auto;
}

@media only screen and (max-width:480px) {
  .size-ajust {
    margin-left: -25px;
  }

  .size-ajust img {
    margin-left: 13px;
  }
}

.explace-step{
  margin-bottom: 40px;
}
.explace-step > figure{
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid rgba(218, 218, 225, 1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1em;
  background: #fff;
  position: relative;
}
.explace-step > figure:not(:last-child)::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #0087a5;
  border-right: solid 3px #0087a5;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .explace-step > figure{
    display: block;
  }
}
.explace-step > figure:not(:last-child){
  margin-bottom: 3em;
}
.explace-step > figure img{
  max-width: 160px;
  width: 25%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .explace-step > figure img{
    max-width: 768px;
    width: 83%;
    display: block;
    text-align: center;
    margin: auto;
  }
}
.explace-step > figure figcaption{
  line-height: 1.8;
  width: 75%;
  font-size: 13px;
  font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", sans-serif;
}
@media only screen and (max-width: 768px) {
  .explace-step > figure figcaption{
    width: 100%;
    margin-top: 1em;
  }
}
.explace-step > figure figcaption.mark-list-item > span {
  color: #666;
  line-height: 1.8;
  font-size: 1em;
  display: flex;
  align-items: baseline;
  margin: 0 0 5px;
}
.explace-step > figure figcaption.mark-list-item  > span::before {
  margin: 0 5px 0 0;
}
.explace-step > figure figcaption.mark-list-item > span:first-child {
  margin-top: 1em;
}
.explace-step > figure figcaption.annotation-mark > span::before{
  content: "※";
}
.item-detail__content--item ul.mark-list-item{
  list-style-type: disc;
  margin-left: 18px;
}
.item-detail__content--item ul.mark-list-item > li{
  line-height: 1.8;
  font-size: 12px;
  margin: 0 0 5px;
}
.item-detail__content--item ul.mark-list-item > li::before{
  margin: 0 5px 0 0;
}

/* size-chart-table */
section.size-chart-wrap {
  /* max-width: 990px; */
  width: 100%;
  /* margin: 0 auto 5em auto; */
  /* padding: 0 10px; */
}

@media screen and (max-width: 640px) {
  section.size-chart-wrap {
    margin-bottom: 5em;
  }
}

section.size-chart-wrap p {
  font-size: 1.5em;
}

@media screen and (max-width: 640px) {
  section.size-chart-wrap p {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}

.size-chart-table {
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .size-chart-table {
    display: block;
    margin-top: 0;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}

.size-chart-table>div:first-child {
  margin-right: 8px;
}

.size-chart-table>div:last-child {
  margin-left: 8px;
}

@media screen and (max-width: 640px) {

  .size-chart-table>div:first-child,
  .size-chart-table>div:last-child {
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
  }
}

.table-item {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .table-item {
    width: 100%;
  }
}

.table-item h3 {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 3px;
}

.table-item table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

@media screen and (max-width: 640px) {
  .table-item table {
    table-layout: fixed;
  }
}

@media screen and (max-width: 410px) {
  .table-item table {
    table-layout: auto;
  }
}

.table-item table caption {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 11px;
}

.table-item table tr th,
.table-item table tr td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px 13px;
}

@media screen and (max-width: 640px) {
  .table-item table tr th,
  .table-item table tr td {
    vertical-align: middle;
  }
}

.table-item table tr th {
  font-size: 15px;
  background: #F5F5F5;
  letter-spacing: 1px;
  text-indent: 1px;
}

@media screen and (max-width: 410px) {
  .table-item table tr th {
    font-size: 14px;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.table-item table tr th.text-spacing-adjust {
  letter-spacing: 4px;
  text-indent: 4px;
}

@media screen and (max-width: 410px) {
  .table-item table tr th.text-spacing-adjust {
    letter-spacing: 0;
    text-indent: 0;
  }
}

.table-item table tr td {
  font-size: 14px;
}
/* //size-chart-table */

/* size-chart-cb */
section.size-chart-cb-wrap {
  max-width: 990px;
  width: 100%;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 640px) {
  section.size-chart-cb-wrap {
    /* margin-bottom: 5em; */
  }
}
section.size-chart-cb-wrap p {
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  section.size-chart-cb-wrap p {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}
.size-chart-cb-wrap .size-chart-cb-table {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .size-chart-cb-wrap .size-chart-cb-table {
    display: block;
    margin-top: 0;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}
p.gift-link{
  margin: 12px 0 20px !important;
}
@media screen and (max-width: 640px) {
  .size-chart-cb-table>div:first-child,
  .size-chart-cb-table>div:last-child {
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
  }
}
.table-item-cb {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .table-item-cb {
    width: 100%;
  }
}
.table-item-cb h3 {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 3px;
}
.table-item-cb table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  .table-item-cb table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 410px) {
  .table-item-cb table {
    table-layout: auto;
  }
}
.table-item-cb table caption {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 11px;
}
.table-item-cb table tr th,
.table-item-cb table tr td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 640px) {
  .table-item-cb table tr th,
  .table-item-cb table tr td {
    vertical-align: middle;
  }
}
.table-item-cb table tr th {
  font-size: 15px;
  background: #F5F5F5;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media screen and (max-width: 410px) {
  .table-item-cb table tr th {
    font-size: 14px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.table-item-cb table tr th.text-spacing-adjust {
  letter-spacing: 4px;
  text-indent: 4px;
}
@media screen and (max-width: 410px) {
  .table-item-cb table tr th.text-spacing-adjust {
    letter-spacing: 0;
    text-indent: 0;
  }
}
.table-item-cb table tr td {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .table-item-cb table tr th.th-width-adjust  {
    width: 23%;
  }
}
/* //size-chart-cb  */

/*--------------------------------------
//商品説明
-------------------------------------*/
/*--------------------------------------
MOVIE
-------------------------------------*/
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* MOVIE　横並び */
section.movie-two-column_wrap {
  max-width: 990px;
  width: 100%;
  margin: 0 auto 5em auto;
}

@media screen and (max-width: 768px) {
  section.movie-two-column_wrap{
    margin-bottom: 3em;
  }
}

.movie-two-column {
  display: flex;
}

@media screen and (max-width: 768px) {
  .movie-two-column {
    display: block;
    margin-top: 0;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}

.movie-two-column>div:first-child {
  margin-right: 8px;
}

.movie-two-column>div:last-child {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .movie-two-column>div:first-child ,
  .movie-two-column>div:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .movie-two-column>div:first-child {
    margin-bottom: 3em;
  }
}

.column-item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .column-item {
    width: 100%;
  }
}

.column-item {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .column-item {
    table-layout: fixed;
  }
}

@media screen and (max-width: 410px) {
  .column-item {
    table-layout: auto;
  }
}
/* // MOVIE　横並び */

/*--------------------------------------
//MOVIE
-------------------------------------*/
/*--------------------------------------
LINEUP・Products
-------------------------------------*/
/*LINEUP*/
.lineup-bg {
  background: #f2f2f2;
}

.lineup-container {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 3em;
}

@media only screen and (max-width: 1048px) {

  .lineup-container,
  .products_container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.lineup-container .h2-title {
  color: #0087a5;
  text-align: center;
  padding-top: 80px;
  font-size: 40px;
}

.lineup-container .h2-title span {
  color: #0087a5;
  display: block;
  margin-top: -12px;
  font-size: 12px;
}

.lineup-container .type-wrap {
  margin-top: 3em;
}

.lineup-container .type-title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.lineup-area {
  margin-top: 30px !important;
}

.lineup-area .lineup-flex {
  max-width: 1024px;
  width: 100%;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.lineup-area .lineup-flex>li {
  margin-bottom: 6em;
  margin-left: 16px;
}
@media only screen and (min-width: 641px) {
  .lineup-area .lineup-flex>li {
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 641px) {
  .lineup-area .lineup-flex>li {
    max-width: 244px;
    width: calc(100%/4);
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-direction: column;
  }
}

.lineup-area .lineup-flex>li:first-child {
  margin-left: 0;
}

.lineup-area .lineup-flex li img {
  border: 1px solid #a6a6a6;
}

@media only screen and (max-width: 640px) {
  .lineup-area .lineup-flex {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-wrap: wrap;
  }

  .lineup-area .lineup-flex>li {
    flex: none;
    width: calc(100%/2 - 8px);
    box-sizing: border-box;
  }

  .lineup-area .lineup-flex>li:nth-of-type(2n+1) {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-direction: column;
    margin-left: 0;
  }

  .lineup-area .lineup-flex>li img {
    border: 1px solid #a6a6a6;
  }
}

@media only screen and (max-width: 450px) {
  .lineup-area .lineup-flex>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lineup-product-list h4,
.lineup-product-list p {
  text-align: left;
}

.lineup-product-list h4,
.lineup-product-list h4 span {
  color: #0087a5;
  font-size: 14px;
}

.lineup-product-list h4 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.lineup-product-list ul.lineup-detail>li {
  font-size: 12px;
  padding-top: 4px;
  color: #666;
}

.lineup-product-list h4 span,
.lineup-product-list p span {
  display: block;
}

.lineup-area .btn {
  width: 100%;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: auto;
  padding: 16px 0 0 0 !important;
  text-transform: none;
}
.lineup-area .btn-purchase {
  width: 100%;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: auto;
  padding: 16px 0 0 0 !important;
  text-transform: none;
}

.lineup-area .btn a {
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  display: block;
  background: #0087a5;
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}



.lineup-area .btn a::before {
  content: "\f105";
  line-height: 52px;
  position: absolute;
  top: 50%;
  left: 36%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  .lineup-area .btn a::before {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .lineup-area .btn a::before {
    top: 51%;
    left: 30%;
  }
}

.lineup-area .btn-purchase a{
  width: 100%;
  height: 52px;
  line-height: 54px;
  color: #fff;
  display: block;
  background: #0087a5;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}


/*「購入する」ボタン*/
.lineup-area .btn-purchase a::before{
  content: "\f105";
  line-height: 55px;
  position: absolute;
  top: 53%;
  left: 32%;;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  .lineup-area .btn-purchase a::before {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .lineup-area .btn-purchase a::before {
    top: 51%;
    left: 27%;
  }
}
/* //「購入する」ボタン*/

/*product*/
.products_bg {
  background: #fff;
}

.products_container {
  max-width: 1024px;
  margin: 0 auto;
  display: none;
}

.products_container .h2-title {
  color: #0087a5;
  text-align: center;
  padding-top: 80px;
  font-size: 40px;
}

.products_container .h2-title span {
  color: #0087a5;
  display: block;
  margin-top: -12px;
  font-size: 12px;
}

.products_container ul {
  margin-top: 50px;
}

.products_container .lineup-area .lineup-flex li img {
  border: none;
}

.products_container .lineup-area .lineup-flex li h4 {
  color: #000;
  text-align: center;
}

.lineup-flex li a {
  min-height: 0%;
}

@media screen and (max-width: 896px) {
  .go_to_top {
    margin-bottom: 50px;
  }
}

/* 製品検索・カテゴリ検索用 調整 */
@media screen and (max-width: 767px) {
	#footer{
		margin-bottom: 53px !important;
	}
}
/* //製品検索・カテゴリ検索用 調整 */

/*--------------------------------------
//LINEUP・Products
-------------------------------------*/
/*　//販売ページ
--------------------------------------------------------------*/

/* FutureShop recommend */
/* .FS2_Recommend2_recommend{
	display: none;
}
.FS2_Recommend2_container_history{
	display: none;
} */

/*--------------------------------------
Review RESNO
-------------------------------------*/
.review-wrapper{
  max-width: 1024px;
  margin: 0 auto;
}
.review-btn{
  display: none;
}
.yotpo .yotpo-label-container{
  border-top: 1px solid #ffffff !important;
}
.yotpo.bottomLine{
  padding-left: 0 !important;
}
/*--------------------------------------
//Review RESNO
-------------------------------------*/