@charset "Shift_JIS";

/*----------------------------------------------------------------------------
01：base
----------------------------------------------------------------------------*/

html,
body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.2;
  height: 100%;
}

/* link */

a {
  text-decoration: none;
  color: #3d3d3d;
  outline: none;
}

a:hover {
  text-decoration: none;
}

*:focus {
  -moz-outline-style: none;
}

sup {
  font-size: smaller;
  line-height: none;
  vertical-align: super;
}

sub {
  font-size: smaller;
  line-height: none;
  vertical-align: sub;
}

/* img */

img {
  line-height: 1;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

button {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------------
01：html bofy
----------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
 /* overflow: auto; */;
}

body {
  font-size: 1.2rem;
 /*  overflow: hidden; */
  position: relative;
  width: 100%;
}

/*----------------------------------------------------------------------------

----------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

div.wrapper_ {
  max-width: 767px;
  margin: 0 auto;
}

.ovr {
  -webkit-filter: brightness(.2);
  filter: brightness(.2);
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------
LAYOUT
----------------------------------------------------------------------------*/

.l-maxcolumn_ {
  max-width: 768px;
}

.l-column01_ {
  padding: 0 10px;
}

.l-column02_ {
  margin: 0 0 10px;
  padding: 0 10px;
}

/*----------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------*/

.header_ {
  width: 100%;
  height: 150px;
  background: #fff;
}
.header_.small_header_ {
	height: 58px;
}

.header_ .headerin_ {
  overflow: hidden;
  width: 100%;
  height: 58px;
  background: #fff;
  font-size: 10px;
}

.header_ .headerin_ > p{
	margin: 0 0 0 10px;
	font-size: 10px;
	line-height: 1.2;
}


.header_ .logo {
  font-size: 10px;
  float: left;
  width: 120px;
  margin: 0 0 0 10px;
  padding: 2px 0 0;

}

.header_ .logo img {
  width: 118px;
}

.header_ .nav_ {
  float: right;
  margin: 0 10px 0 0;
}

.header_ .nav_ > li {
  float: left;
  width: 42px;
  height: 42px;
  margin: 0 0 0 2px;
}

.header_ .cart_ {
  position: relative;
}

.header_ .cart_ span {
  font-size: 8px;
  position: absolute;
  top: 2px;
  left: 5px;
  display: block;
  overflow: hidden;
  width: 13px;
  padding: 2px;
  color: #fff;
  border-radius: 50%;
  background: #ab0505;
}

.header_ .searchbtn_ {
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(../img/usr/kt/sp/common/icon_nav01.jpg) left top;
  background-size: cover;
}

.header_ .searchopen_ {
  background: url(../img/usr/kt/sp/common/icon_nav01_close.jpg) left top -42px;
  background-size: cover;
}

.header_ .toggle_ {
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(../img/usr/kt/sp/common/icon_nav04.jpg) left top;
  background-size: cover;
}

.header_ .toggleopen_ {
  background: url(../img/usr/kt/sp/common/icon_nav04.jpg) left top -42px;
  background-size: cover;
}

.header_ .open {
  display: block;
}

.slideshow_ {
  margin: 0 0 20px;
}

.slideshow_ .slide-thumb-wrapper_ {
  width: 70%;
  margin: 10px auto;
}

.slideshow_ .slide-thumb-wrapper_ .slide-thumb-control {
  display: none;
}

.slideshow_ .slide-thumb_ .swiper-slide {
  width: 30%;
  border: 1px solid #dcdcdc;
}

.slideshow_ .slide-thumb_ .swiper-slide-active {
  border: 1px solid #ff0e0e;
}

/* .m-title01_{
  font-size: 18px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  padding: 8px 10px;
  background: #ebebeb;
  border-top: 2px solid #0a0a0a;
  position: relative;
  margin: 0 0 15px;
  a{
    position: absolute;
    right: 0;
    font-size: 13px;
    top:50%;
    transform:translateY(-50%);
    background: #454545;
    padding: 11px 2px;
    color:#FFF;

  }
} */

.m-title01_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 18px;
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 15px;
  border-top: 2px solid #0a0a0a;
  background: #ebebeb;
}
h2.m-title01_ {
	padding: 8px 10px;
}
.m-title01_ .ttl {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
}
.m-title01_ .ttl {
}

.m-title01_ .detail {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
  background: #454545;
}

.m-title01_ .detail a {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #fff;
}

.m-title02_ {
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #8c8c8c;
}
.common_headline1_,
.m-title03_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 10px;
  border-top: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  margin: 0 0 20px;
}
.m-title03_.kose{
  text-align: center;
}

.m-title04_ {
  padding: 10px 0 10px;
  border-top: 2px solid #0a0a0a;
}

.m-title05_ {
  margin: 0 0 15px;
  background: #ebebeb;
}

.m-title-gift01_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 10px 20px;
  padding: 7% 0 0;
  text-align: center;
  color: #0a0a0a;
  background: url(../img/usr/kt/sp/lower/ttl_gift01.jpg) no-repeat;
  background-size: contain;
}

.m-title-gift01_ p {
  font-size: 12px;
}

.m-title-gift02_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 10px 20px;
  padding: 7% 0 0;
  text-align: center;
  color: #0a0a0a;
  background: url(../img/usr/kt/sp/lower/ttl_gift02.jpg) no-repeat;
  background-size: contain;
}

.m-title-gift02_ p {
  font-size: 12px;
}

.m-title-gift04_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 10px 20px;
  padding: 7% 0 0;
  text-align: center;
  color: #0a0a0a;
  background: url(../img/usr/kt/sp/lower/ttl_gift04.jpg) no-repeat;
  background-size: contain;
}

.m-title-gift04_ p {
  font-size: 12px;
}

.m-title-gift03_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 10px 20px;
  padding: 7% 0 0;
  text-align: center;
  color: #0a0a0a;
  background: url(../img/usr/kt/sp/lower/ttl_gift03.jpg) no-repeat;
  background-size: contain;
}

.m-title-gift03_ p {
  font-size: 12px;
}

.m-newslist_ {
  padding: 15px 0 3px;
  border-bottom: 1px solid #8c8c8c;
 /* .news_{
    background: #ff9628;
  }
  .important_{
    background: #ff5757;
  } */;
}
.topicdetaillist_body_.m-newslist_ {
	border-bottom: none;
}
.m-newslist_ p {
  float: left;
 /* padding: 4px 10px 0; */
  width: 45px;
  height: 20px;
  margin: 0 20px 0 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
}

.m-newslist_ li {
 /*  align-items:center; */
  overflow: hidden;
  margin: 0 0 12px;
  vertical-align: middle;
}

.m-newslist_ li a {
  display: block;
  overflow: hidden;
  text-decoration: underline;
}

.m-newslist_ li a span {
/*  float: left;*/
}

.m-btn01_ {
	position: relative;
  font-size: 14px;
  margin: 0 0 30px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #898989;
  background: #d9d9d9;
}
.m-btn01_ a {
	position: relative;
	display: block;
}
.m-btn01_:before {
	position: absolute;
	right: 12px;
	top: calc(50% - 5px);
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	transform: rotate(45deg);
}

.m-bnrlist_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-bnrlist_ li {
  width: 50%;
  padding: 0 0 4% 3%;
}

.m-bnrlist_ li img {
  border: 2px solid #dfdfdf;
}

.m-bnrlist_ li:nth-child(2n+1) {
  padding: 0 3% 4% 0;
}

.m-detailbtn_{
  text-align: right;
  margin:-30px 0 30px;
}


.event_{
  overflow: hidden;
}


.event_banner_ {
  width: 50%;
  padding: 0 12px 4%;
  float: left;
}

.event_banner_ img {
  border: 2px solid #dfdfdf;
}

/* .event_banner_:nth-child(2n+1) {
  padding: 0 12px 4% 6px;
} */

.event_banner_bottom_ {
	clear: both;
	margin: 0 12px;
}
.event_banner_bottom_ > p ,
.event_banner_bottom_ > div {
	margin-top: 16px;
}
.event_banner_bottom_ > p:first-child ,
.event_banner_bottom_ > div:first-child {
	margin-top: 0;
}
.m-bnrlist02_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding: 0 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-bnrlist02_ li {
  width: 48%;
  margin: 0 0 4% 2%;
  border: 2px solid #dfdfdf;
}

.m-bnrlist02_ li p {
  padding: 5px;
}

.m-bnrlist02_ li:nth-child(2n+1) {
  margin: 0 2% 4% 0;
}

.searchmenu_{
  padding: 10px 10px 9px ;
  width: 100%;
  background: #eeeeee;
  display: none;
}
.header_ .searchmenu_ {
	display: block!important;
}

.searchmenu_ .search_{
  margin: 0;
  padding: 0;
  background: #FFF;
  position: relative;
}

.searchmenu_ #keyword{
  border:none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 55px 10px 40px;
  /* -webkit-appearance:none; */
  border-radius:0;
  background: #ffffff url(../img/usr/kt/sp/common/icon_searchs2.png) no-repeat !important;
  background-size: contain !important;
  border: solid 1px #bbbbbb;
}

/* .searchmenu_ .search_:after{
  content:'2';
  position: absolute;
  top:0;
  left:0;
  background:#FF0000 url(../img/usr/kt/sp/common/icon_searchs.jpg) no-repeat left top;
  background: #FF0000;
  width: 30px;
  height: 30px;
} */

.searchmenu_ .search_ input[type="submit"] {
    background: #454545 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    width: 50px;
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    border:none;
    -webkit-appearance:none;
    border-radius:0;
}
.searchmenu_ .search_ + p {
	margin: 6px 0 0;
	text-align: center;
}
.searchmenu_ .search_ + p a {
	text-decoration: underline;
}
.menu_ {
  display: none;
  position: absolute;
  top: 58px;
  z-index: 100;
}
.menu_ .title_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 19px;
  padding: 17px 10px;
  color: #fff;
  background: #0a0a0a;
}

.menu_ .title2_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 18px;
}

.menu_ .topbtn_ {
  padding: 10px;
  text-align: center;
}

.menu_ .topbtn_ a {
  display: block;
  padding: 15px;
  color: #fff;
  background: #454545;
}

.menu_ .menuin_ {
  padding: 0;
  background: #fff;
}

.menu_ .menuin_ > ul {
  border-bottom: 2px solid #fff;
  background: #d9d9d9;
  background: #efefef;
}

.menu_ .menuin_ > ul > li {
  font-size: 13px;
  padding: 0 0 1px;
  border-bottom: 1px solid #fff;
}
.menu_ .menuin_ > ul > li > a {
	color: #222222;
}

.menu_ .menuin_ > ul > li > a,
.menu_ .menuin_ > ul > li > span {
  position: relative;
  display: block;
  padding: 17px 34px;
  text-decoration: none;
}

.menu_ .menuin_ > ul > li .dp {
  position: relative;
  padding: 0;
  padding: 17px 10px;
  border-bottom: 2px solid #898989;
  background: #9f9f9f;
}

.menu_ .menuin_ > ul > li .dp:after {
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  padding: 17px 0;
 /*  padding: 15px; */ /* top:50%;
          transform:translateY(-50%); */
  content: '\f067';
  text-align: center;
  color: #fff;
  background: #454545;
}

.menu_ .menuin_ > ul > li .close:after {
  content: '\f068';
 /*  background: #454545; */;
}

.menu_ .menuin_ > ul > li > ul {
  font-size: 13px;
  display: none;
}

.menu_ .menuin_ > ul > li > ul li {
  border-top: 1px solid #fff;
}

.menu_ .menuin_ > ul > li > ul li a {
  position: relative;
  display: block;
  padding: 17px 34px;
}

.menu_ .menuin_ > ul > li:first-child {
  border-top: 1px solid #fff;
}

.menu_ .menuin_ > ul .child_ {
  font-size: 13px;
  display: none;
}

.menu_ .menuin_ > ul .child_ a {
  position: relative;
  display: block;
  padding: 17px 34px;
  border-top: 1px solid #fff;
}

.menu_ .menuin_ .bnr_ {
  background: #f3efe6;
}

.menu_ .menuin_ .bnr_ li {
  margin: 0 0 10px;
  padding: 0;
  border: none;
}

.menu_ .menuin_ .bnr_ li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_ .menuin_ .bnr_ li a p {
  width: 50%;
  padding: 0 10px;
}

.menu_ .menuin_ .bnr_ li:first-child {
  padding: 10px 0 0;
}

.m-catlist_ {
  margin: 0 0 20px;
}
.m-catlist_outer_ {
	margin: 0 0 20px;
}
.m-catlist_outer_ .m-catlist_ {
	margin: -3px 0 0;
}

.m-catlist_ .title_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 19px;
  padding: 17px 10px;
  background: #d9d9d9;
}

.m-catlist_ .title2_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 18px;
  padding: 15px;
  background: #d9d9d9;
}

.m-catlist_ > ul {
  margin: 0 0 2px;
  background: #d9d9d9;
  background: #efefef;
}

.m-catlist_ > ul > li {
  font-size: 13px;
 /* margin: 0 0 1px; */
  border-bottom: 1px solid #fff;
 /* .close{
        background:#9f9f9f;
        color:#FFF;
        border-bottom: 2px solid #898989;
      } */;
}
.m-catlist_ > ul > li a {
	color: #222222;
}
.m-catlist_ > ul > li .dp,
.m-catlist_ > ul > li a {
  position: relative;
  display: block;
  padding: 17px 34px 17px 17px;
}

.m-catlist_ > ul > li .dp:after {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
 /*  padding: 15px; */
  top: 50%;
  right: 10px;
  content: '\f067';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2c2c2c;
}

.m-catlist_ > ul > li > ul {
  display: none;
  background: #ffffff;
}

.m-catlist_ > ul > li > ul li {
  border-top: 1px solid #fff;
}

.m-catlist_ > ul > li > ul li a,
.m-catlist_ > ul > li > ul li span {
  position: relative;
  display: block;
  padding: 17px 42px 17px 28px;
}

.m-catlist_ > ul > li .close:after {
  content: '\f068';
 /*  background: #454545; */;
}

.m-catlist_ > ul > li:first-child {
  border-top: 1px solid #fff;
}

.m-catlist_ > ul .child_ {
  display: none;
}

.m-catlist_ > ul .child_ a,
.m-catlist_ > ul .child_ span {
  position: relative;
  display: block;
  padding: 17px 42px;
}

.m-catlist_ > ul .child_ > a:after,
.m-catlist_ > ul .child_ > span:after {
  content: '';
}



.m-filter_ {


}

.m-filter_ img{
  width: auto;
}

.m-filter_ .m-title01_{
  margin: 0;
}

.m-filter_ > ul {
  margin: 0 0 2px;
  /* background: #d9d9d9; */
}

.m-filter_ > ul > li {
  font-size: 13px;
  margin: 5px 0 0;
 /* margin: 0 0 1px; */
  /* border-bottom: 1px solid #fff; */
 /* .close{
        background:#9f9f9f;
        color:#FFF;
        border-bottom: 2px solid #898989;
      } */;
}
.m-filter_ > ul:last-child{
  margin: 0;
}


.m-filter_ > ul > li .dp2,
.m-filter_ > ul > li a {
  position: relative;
  display: block;
  padding: 17px 34px 17px 10px;
  border-left: 5px solid #0a0a0a;
  background: #ededed;
  font-size: 14px;


}


.m-filter_ > ul > li .dp2:after {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
 /*  padding: 15px; */
  top: 50%;
  right: 10px;
  content: '\f054';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2c2c2c;
}




.m-filter_ > ul > li > ul {
  /* display: none; */
  border: 5px solid #b1b1b1;
  border-bottom: none;
}

.m-filter_ > ul > li > ul li {
 /*  border-top: 1px solid #fff; */
 margin: 0;
  position: relative;
}

.m-filter_ > ul > li > ul li + li{
  margin: 0 0 5px;
}

.m-filter_ > ul > li > ul li:after{
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f054';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}

.m-filter_ > ul > .dqwrap ul li:after{
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
 /*  padding: 15px; */
  top: 50%;
  right: 10px;
  content: '\f00d';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  margin: 1px 0 0;
}

.m-filter_ .removeBtn{
  position: absolute;
  width: 30px;
  height: 100%;
  top:0;
  right: 0;
  z-index: 2;
  /* background: #FF0000; */
}
.m-filter_ > ul > li > ul li:first-child{
  margin: 0 0 5px;
}

.m-filter_ > ul > li > ul li:first-child a,
.m-filter_ > ul > li > ul li:first-child span{
  border-top:none;
  margin:  0;
}

.m-filter_ > ul > li > ul li a,
.m-filter_ > ul > li > ul li span {
  position: relative;
  display: block;
  padding: 12px 20px 12px 10px;
  border-left: none;
  background: #202020;
  /* border-top: 5px solid #b1b1b1; */
  color:#FFF;
  font-size: 12px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);

}



.m-filter_ > ul > li .close:after {
  content: '';
 /*  background: #454545; */;
}

.m-filter_ > ul > li:first-child {
  /* border-top: 1px solid #fff; */
}

.m-filter_ > ul .child_ {
  display: none;
}

.m-filter_ > ul .child_ a,
.m-filter_ > ul .child_ span {
  position: relative;
  display: block;
  padding: 17px 42px;
}

.m-filter_ > ul .child_ > a:after,
.m-filter_ > ul .child_ > span:after {
  content: '';
}

.m-filter_  .checkbox_{
  padding: 0;
}

.m-filter_  .checkbox_:before,
.m-filter_  .checkbox_:after
{
  visibility: hidden;
}

.m-filterBtn_{
  width: 46px;
  position: fixed;
  right: 0;
  top:55%;
  z-index: 11;
  transition: all 0.3s ease;
}

#modalfilter{
  background: rgba(0,0,0,0.5) !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#modalfilter .close-modalfilter{
  width: 13%;
  margin: 3px;
}

#modalfilter .modal-content{
  background: #b1b1b1;
  width: 87%;
  margin: 3px 0 0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#modalfilter .slideorder{
  width: 100%;
  background: #b1b1b1;
}
#modalfilter .slideorder .swiper-container{
  /* border-bottom: 5px solid #b1b1b1; */
}

#modalfilter .slideorder .swiper-slide{
  width: 100% !important;
}

#modalfilter .modal-content .ttl_{
  text-align: center;
  font-size: 18px;
  background: #d4d4d4;
  padding: 10px 0;
  margin: 0 0 5px;
  position: relative;
}

#modalfilter .modal-content .choise:before{
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 10px;
  content: '\f053';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}





.m-catlist2_ {
  margin: 0 0 20px;
}

.m-catlist2_ > ul > li {
  font-size: 13px;
  margin: 0 0 1px;
  border-bottom: 1px solid #c7c7c7;
}

.m-catlist2_ > ul > li a {
  position: relative;
  display: block;
  padding: 17px 34px;
  background: #f8f8f8;
}

.m-catlist2_ > ul > li > a:after,
.m-catlist2_ > ul > li > span:after {
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
 /*  padding: 15px; */
  top: 50%;
  right: 10px;
  content: '\f105';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2c2c2c;
}

.m-catlist2_ > ul > li:first-child {
  border-top: 1px solid #c7c7c7;
}

.m-recommendproductlist_,
.m-ranklist_ {
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  padding: 0 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-recommendproductlist_ li,
.m-ranklist_ li {
  position: relative;
  /*
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  width: 50%;
  padding: 0 5px 10px;
}

.m-recommendproductlist_ li a,
.m-ranklist_ li a {
  display: block;
 /* >div{
        width: 47%;
        float: left;
      }
      >div:first-child{
        width: 51%;
        margin: 0 2% 0 0;
      } */;
}

.m-recommendproductlist_ li a > div:first-child,
.m-ranklist_ li a > div:first-child {
  margin: 0 0 10px;
}

.m-recommendproductlist_ .new_ a > div:first-child:after,
.m-ranklist_ .new_ a > div:first-child:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: '';
  background: url(../img/usr/kt/sp/common/icon_new.png) no-repeat left top;
  background-size: cover;
}
/*
.m-recommendproductlist_ .sale_ a > div:first-child:after,
.m-ranklist_ .sale_ a > div:first-child:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: '';
  background: url(../img/usr/kt/sp/common/icon_sale.png) no-repeat left top;
  background-size: cover;
}
*/
.m-recommendproductlist_ .sale_ .price_,
.m-ranklist_ .sale_ .price_ {
  /* color: #f00; */
}

.m-recommendproductlist_ li:nth-child(2n+2),
.m-ranklist_ li:nth-child(2n+2) {
  /*margin: 0 0 10px 10px;*/
}

.m-recommendproductlist_ .sale_ {
  color: #fe3030;
}

.m-oneColumn_ li {
  width: 100% !important;
}

.m-oneColumn_ li a > div {
  float: left;
  width: 47%;
}

.m-oneColumn_ li a > div:first-child {
  width: 51%;
  margin: 0 2% 0 0;
}

.m-oneColumn_ li:nth-child(2n+2) {
  margin: 0 0 10px;
}

.rank_ {
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: -2px;
  width: 60px !important;
  height: 34px !important;
  padding: 0 0 0 10px;
  color: #fff;
  background: url(../img/usr/kt/sp/common/icon_rank04.png) no-repeat left top -5px;
  background-size: contain;
}

.rank_ span {
  font-size: 12px;
  padding: 0 0 0 2px;
  vertical-align: middle;
}

.rank1_ {
  background: url(../img/usr/kt/sp/common/icon_rank01.png) no-repeat left top -5px;
  background-size: contain;
}

.rank2_ {
  background: url(../img/usr/kt/sp/common/icon_rank02.png) no-repeat left top -5px;
  background-size: contain;
}

.rank3_ {
  background: url(../img/usr/kt/sp/common/icon_rank03.png) no-repeat left top -5px;
  background-size: contain;
}

.iconset_ {
	/*
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  */
  margin: 7px 0;
  overflow: hidden;
}

.iconset_ > div {
	float: left;
  width: 26px;
  margin: 0 4px 0 0;
}

.iconset_ .favorite_ {
  position: relative;
  width: 26px;
  height: 26px;
  background: url(../img/usr/kt/sp/common/icon_favorite.png) no-repeat left -26px;
  background-size: cover;
}

.iconset_ .favorite-off_ {
  background-position: left -26px;
}

.iconset_ .favorite-on_ {
  background-position: left 0;
}

.iconpset_ {
  margin: 7px 0;
  overflow: hidden;
  height: 25px;
}

.iconpset_ img {
  width: auto;
}

.name_ {
  font-size: 13px;
  margin: 0 0 5px;
  color: #706f6f;
}

.price_ {
  font-size: 13px;
}

.m-tooltip_ {
  font-size: 13px;
  position: absolute;
  z-index: 10;
  top: -75px;
  left: -42px;
  width: 110px;
  height: 60px;
  pointer-events: none;
  color: #fff;
  background: #717171;
}

.m-tooltip_ p {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.m-tooltip_:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -14px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 14px;
  border-color: rgba(113, 113, 113, 0);
  border-top-color: #717171;
}

.fadeInDown {
  visibility: visible !important;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeOutUp {
  visibility: visible !important;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navisetwrapper_ {
  margin: 0 0 4%;
  padding: 0 10px;
}

.navisetwrapper_ .navipage_sum_ {
  margin: 0 0 2%;
}

.navisetwrapper_ .navipage_sum_ .fb {
  font-size: 18px;
}

.navisetwrapper_ .naviset_ {
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 5px;
  border-top: 1px solid #969696;
  background: #ebebeb;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.navisetwrapper_ .naviset_ .navisort_ select {
  font-size: 16px;
}

.navisetwrapper_ .naviset_ .navisort_ dl {
  display: table;
}

.navisetwrapper_ .naviset_ .navisort_ dl dt {
  display: table-cell;
  padding: 3px 0 0;
  vertical-align: middle;
  white-space: nowrap;
}

.navisetwrapper_ .naviset_ .navisort_ dl dd {
  display: table-cell;
}

.navisetwrapper_ .naviset_ .navisort_ dl dd select {
  width: 125px;
}

.navisetwrapper_ .naviset_ .navistyle_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navisetwrapper_ .naviset_ .navistyle_ > div {
	display: none;
  margin: 0 0 0 10px;
}

.navisetwrapper_ .naviset_ .navistyle_ > div a,
.navisetwrapper_ .naviset_ .navistyle_ > div span {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}

.navisetwrapper_ .naviset_ .navistyle_ > div a:before,
.navisetwrapper_ .naviset_ .navistyle_ > div span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navisetwrapper_ .naviset_ .navistyle_ > div.two_ ,
.navisetwrapper_ .naviset_ .navistyle_ > div.one_ {
	display: block;
}
.navisetwrapper_ .naviset_ .navistyle_ .two_ a:before,
.navisetwrapper_ .naviset_ .navistyle_ .two_ span:before {
  background: url(../img/usr/kt/sp/lower/icon_two.jpg) no-repeat left top;
  background-size: cover;
}

.navisetwrapper_ .naviset_ .navistyle_ .one_ a:before,
.navisetwrapper_ .naviset_ .navistyle_ .one_ span:before {
  background: url(../img/usr/kt/sp/lower/icon_one.jpg) no-repeat left top;
  background-size: cover;
}

.navisetwrapper_ .naviset_ .navistyle_ .current_ a:before,
.navisetwrapper_ .naviset_ .navistyle_ .current_ span:before {
  background-position: left top -18px !important;
  background-size: cover;
}

.navipath_ {
	width: 100%;
	overflow: auto;
  font-size: 12px;
  margin: 0 0 20px;
  background: #d5d5d5;
}

.navipath_ ul {
	display: table;
	height: 40px;
}

.navipath_ ul li {
  position: relative;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  /*margin: 0 0 6px;*/
}

.navipath_ ul li a {
  display: table-cell;
  height: 40px;
  padding: 0 12px 0 42px;
  vertical-align: middle;
  color: #fff;
  background: #0a0a0a url(../img/usr/kt/sp/lower/icon_arrow01.jpg) no-repeat left top;
  background-size: contain;
  white-space: nowrap;
}

.navipath_ ul li span {
  display: table-cell;
  height: 40px;
  padding: 0 12px 0 30px;
  vertical-align: middle;
  color: #2c2c2c;
  background: #d5d5d5 url(../img/usr/kt/sp/lower/icon_arrow02.jpg) no-repeat left top;
  background-size: contain;
  white-space: nowrap;
}

.navipath_ ul li:first-child a {
  padding: 0 2em;
  text-align: center;
  background: #0a0a0a;
}

.navipath_ ul li:nth-child(n+2) {
  /*width: 40%;*/
}

.navipath_ ul li:nth-child(5) {
  /*width: 60%;*/
}

#goodsDetailBottomBread .navipath_ {
	margin-bottom: 0;
	background: none;
}
#goodsDetailBottomBread ul ,
#goodsDetailBottomBread ul li {
	margin: 0;
	padding: 0;
	background: none;
}
#goodsDetailBottomBread ul {
	display: block;
	height: auto;
}
#goodsDetailBottomBread ul li {
	width: auto!important;
	height: auto!important;
	border: none!important;
}
#goodsDetailBottomBread ul li + li:before {
	content: '＞';
}
#goodsDetailBottomBread ul li span ,
#goodsDetailBottomBread ul li a {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	color: #333;
}

.m-topicpatch_ {
  margin: 15px 0;
}

.m-topicpatch_ ul {
  overflow: hidden;
}

.m-topicpatch_ ul li {
  /* float: left; */
  display: inline;
}
.m-topicpatch_ ul li:first-child a {
  padding: 0;
}
.m-topicpatch_ ul li a{
  padding: 0 0 0 5px;
}

/* .m-topicpatch_ ul li:nth-child(n+2):before {
  font-size: 14px;
  padding: 0 5px;
  content: '';
} */


.pager_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager_ p a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #dadada;
 /* color:#34579e; */;
}

.pager_ ul {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager_ ul li a,
.pager_ ul li span {
  display: block;
  padding: 5px 10px;
  border: 1px solid #dadada;
 /* color:#34579e; */;
}

.pager_ p + p ,
.pager_ ul li + li {
  margin: 0 0 0 3px;
}

.pager_ ul .current_ {
  background: #bbb;
}

.m-detail_ {
  margin: 10px 0 30px;
}

.m-detail_ .m-gallery_ {
  width: 100%;
  margin: 0 0 20px;
}

.m-detail_ .m-gallery_ .slide-main-wrapper_ {
  position: relative;
}

.m-detail_ .m-gallery_ .slide-main-wrapper_ .swiper-button-prev {
  left: -10px;
}

.m-detail_ .m-gallery_ .slide-main-wrapper_ .swiper-button-next {
  right: -10px;
}

.m-detail_ .m-gallery_ .slide-main-wrapper_ .swiper-slide {
  position: relative;
}

.m-detail_ .m-gallery_ .slide-main-wrapper_ .swiper-slide .c{
  left: 0;
  position: absolute;
  top: 0;
}

.m-detail_ .m-gallery_ .slide-main-wrapper_ .swiper-slide figure {
  margin: 0;
}

.m-detail_ .m-gallery_ .slide-main-wrapper_ .zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
  background: url(../img/usr/kt/sp/detail/icon_zoom.jpg) no-repeat;
  background-size: cover;
}

.m-detail_ .m-gallery_ .slide-thumb-control {
  position: relative;
  margin: 0 40px;
}

.m-detail_ .m-gallery_ .slide-thumb-control .swiper-button-prev {
  top: 50%;
  left: -6px;
  width: 6px;
  height: 12px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/usr/kt/sp/detail/icon_prev.jpg) no-repeat;
  background-size: cover;
}

.m-detail_ .m-gallery_ .slide-thumb-control .swiper-button-next {
  top: 50%;
  right: -6px;
  width: 6px;
  height: 12px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/usr/kt/sp/detail/icon_next.jpg) no-repeat;
  background-size: cover;
}

.m-detail_ .m-gallery_ .swiper-pagination {
  position: relative;
  margin: 10px 0;
}

.m-detail_ .m-gallery_ .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}

.m-detail_ .m-gallery_ .swiper-pagination .swiper-pagination-bullet-active {
  background: #ce1414;
}

.m-detail_ .name_ {
	clear: both;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 16px 0 0;
}

.m-detail_ .dname_ {
  font-size: 14px;
  font-weight: bold;
  color: #174D97;
  margin: 0;
}

.m-detail_ .comment1_ ,.m-detail_ .comment2_ ,.m-detail_ .comment3_ ,.m-detail_ .comment4_ ,.m-detail_ .comment5_ ,.m-detail_ .comment6_ ,.m-detail_ .comment7_ {
  clear: both;
}

/*---   ▼商品コメント用CSS 20201014追記 --- */
.m-detail_ .comment1_, .m-detail_ .comment2_, .m-detail_ .comment3_, .m-detail_ .comment4_, .m-detail_ .comment5_, .m-detail_ .comment7_ {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.m-detail_ .comment1_ h3, .m-detail_ .comment2_ h3, .m-detail_ .comment3_ h3, .m-detail_ .comment4_ h3, .m-detail_ .comment5_ h3, .m-detail_ .comment7_ h3 {
  display: block;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #0A0A0A;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1em;
}

.comment1_ iframe, .comment2_ iframe {
  display: block;
  width: 100%;
  min-height: 340px;
  margin: 0 auto;
}

.m-detail_ .comment1_ div.product_img img, .m-detail_ .comment2_ div.product_img img, .m-detail_ .comment3_ div.product_img img {
  display: block;
  padding: 10px 0;
}

.m-detail_ .comment1_ .icon_, .m-detail_ .comment2_ .icon_, .m-detail_ .comment3_ .icon_, .m-detail_ .comment4_ .icon_, .m-detail_ .comment5_ .icon_ {
  margin: 0;
}

.m-detail_ .comment1_ .icon_ img, .m-detail_ .comment2_ .icon_ img, .m-detail_ .comment3_ .icon_ img, .m-detail_ .comment4_ .icon_ img, .m-detail_ .comment5_ .icon_ img {
  width: 40px;
}

.m-detail_ .comment1_ a, .m-detail_ .comment2_ a, .m-detail_ .comment3_ a, .m-detail_ .comment4_ a, .m-detail_ .comment5_ a {
  color: #1e02aa;
  text-decoration: underline;
}

.m-detail_ .comment1_ a:hover, .m-detail_ .comment2_ a:hover, .m-detail_ .comment3_ a:hover, .m-detail_ .comment4_ a:hover, .m-detail_ .comment5_ a:hover {
	text-decoration: none;
}

.m-detail_ .comment1_ table, .m-detail_ .comment1_ tr, .m-detail_ .comment1_ th, .m-detail_ .comment1_ td,
.m-detail_ .comment2_ table, .m-detail_ .comment2_ tr, .m-detail_ .comment2_ th, .m-detail_ .comment2_ td {
  border: 1px solid #CCCCCC;
}

/*---   ▲商品コメント用CSS 20201014追記（ここまで） --- */
/*---   ▼商品コメント用CSS(定期購入・頒布会) 20240722追記 --- */
.m-detail_ .comment6_ {
  margin-bottom: 20px;
}
/*---   ▲商品コメント用CSS(定期購入・頒布会) 20240722追記（ここまで） --- */

.m-detail_ .code_ {
  position: relative;
  font-size: 10px;
  line-height: 10px;
  margin: 0 0 20px;
  padding: 24px 0 0;
}
.m-detail_ .code_:after {
  content: '';
  display: table;
  clear: both;
}
.m-detail_ .code_:before {
    content: '';
    display: block;
    border-top: dotted 1px #AEAEAE;
    position: absolute;
    left: -10px;
    top: 0;
    right: -10px;
}
.m-detail_ .code_ dl {
  float: left;
  margin: 0 10px 5px 0;
}

.m-detail_ .code_ dl dt {
  float: left;
  padding: 2px;
  border: 1px solid #5a5a5a;
}

.m-detail_ .code_ dl dd {
  float: left;
  padding: 3px;
}

.m-detail_ .code_ .off {
  color: #b0b0b0;
}

.m-detail_ .code_ .off dt {
  border: 1px solid #b0b0b0;
}

.m-detail_ .icon_ {
  overflow: hidden;
  max-width: 100%;
  margin: 16px 0 8px;
}

.m-detail_ .icon_ img {
  float: left;
  width: 50px;
  margin: 0 0 8px 5px;
}

.m-detail_ .icon_ img:nth-child(7n+1) {
  margin: 0 0 8px;
}

.m-detail_ .iconp_ {
  overflow: hidden;
  max-width: 100%;
  padding: 8px 0 8px;
}

.m-detail_ .iconp_ span.iconpmessage_ {
  border : solid 1px #ff0000; 
  font-size : 14px; 
  font-weight : bold; 
  padding : 2px 30px 2px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.m-detail_ .iconp_ a {
  margin: 0 0 0 10px;
  text-decoration: underline;
}

.m-detail_ .color_ {
  font-size: 14px;
  line-height: 1.1;
  margin: 0 0 22px;
}

.m-detail_ .color_youto_ {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  margin: 0 0 22px;
}
.m-detail_ .color_youto_:before {
  content: '';
  display: block;
  border-top: dotted 1px #AEAEAE;
  position: absolute;
  left: -10px;
  top: 0;
  right: -10px;
}

.m-detail_ .color_youto_ input[type="radio"]{
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  margin-right: 5px;
}
.m-detail_ .color_youto_ h2 {
  padding: 16px 0 8px;
  font-weight: bold;
}
.m-detail_ .color_youto_ ul li:first-child {
}
.m-detail_ .color_youto_ ul li {
	padding: 10px;
}
.m-detail_ .color_youto_ div.deliver_terms_comment_ {
  margin: 20px -10px 0;
	font-size : 13px;
  background: none;
}
.m-detail_ .color_youto_ div.deliver_terms_comment_ a {
	color: #A52A2A;
	text-decoration: underline;
}

.m-detail_ .color_ {
  position: relative;
}
.m-detail_ .color_:before {
  content: '';
  display: block;
  border-top: dotted 1px #AEAEAE;
  position: absolute;
  left: -10px;
  top: 0;
  right: -10px;
}
.m-detail_ .color_ > div:first-child {
  padding: 16px 0 8px;
  font-weight: bold;
}

.m-detail_ .color_ ul {
  margin-left: -6px;
  overflow: hidden;
  /* max-width: 320px; */
 /* .col1{
        background: #ffb085;
      }
      .col2{
        background: #a26b42;
      }
      .col3{
        background: #9772c0;
      }
      .col4{
        background: #ff6fce;
      }
      .col5{
        background: #ff407b ;
      }
      .col6{
        background: #ff85aa;
      } */;
}

.m-detail_ .color_ ul li {
 /* padding: 2px 2px 2px 8px; */
  font-size: 10px;
  position: relative;
  float: left;
  min-width: 36px;
  height: 36px;
  margin: 0 0 6px 6px;
  cursor: pointer;
	overflow: hidden;
  word-break: break-all;
  background: #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-detail_ .color_ ul li label {
	display: block;
	min-width: 36px;
	height: 36px;
}

.m-detail_ .color_ ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  padding: 0 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-detail_ .color_ ul li img {
	width: auto;
	max-height: 36px;
}
.m-detail_ .color_ ul li input[type="radio"] {
	position: absolute;
	left: -50px;
	top: 0;
}


.m-detail_ .color_ ul .soldout:before ,
.m-detail_ .color_ ul .soldout:after ,
.m-detail_ .color_ ul .current:after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
cursor: default;
}
.m-detail_ .color_ ul .soldout {
  cursor: default;
}
.m-detail_ .color_ ul .soldout:before {
  border: 2px solid #dcdcdc;
}
.m-detail_ .color_ ul .soldout:after {
  border: 2px dotted #fff;
}

.m-detail_ .color_ ul .soldout {
  filter: brightness(0.5);
}

/*.m-detail_ .color_ ul .current {
  border: 3px solid #ce1415;
}*/
.m-detail_ .color_ ul .current:after {
border: 2px solid #ce1415;
}
.m-detail_ .color_ .choice {
  margin: 12px 0 0;
}
.m-detail_ .color_ .choice span {
  margin: 0;
  line-height: 1.1;
  display: inline-block;
  min-width: 8em;
  padding: 5px 8px;
  background: #F2EEEE;
}


.m-detail_ .size_ {
  font-size: 13px;
  margin: 0 0 20px;
}

.m-detail_ .size_ > div:first-child {
  padding: 10px 0;
}

.m-detail_ .size_ > div:nth-child(2) {
  padding: 10px;
  border-top: 1px solid #969696;
  background: #f3f3f3;
}

.m-detail_ .size_ > div:nth-child(2) select {
  font-size: 16px;
  width: 100%;
}

.m-detail_ .pricewrapper_ {
  position: relative;
  margin: 15px 0 26px;
  padding: 24px 0 0;
  background: none;
}
.m-detail_ .pricewrapper_:before {
  content: '';
  display: block;
  border-top: dotted 1px #AEAEAE;
  position: absolute;
  left: -10px;
  top: 0;
  right: -10px;
}

.m-detail_ .pricewrapper_ .price_ {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 0 0;
  color: #454545;
}

.m-detail_ .pricewrapper_ .price_ > div {
  display: inline;
}

.m-detail_ .pricewrapper_ .price_ .unit_ {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 16px;
  font-weight: normal;
}

.m-detail_ .pricewrapper_ .price_ .tax_ {
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 4px 0 0;
}

.m-detail_ .pricewrapper_ .price_ .off_ {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: -2px;
  margin: 0;
  padding: 4px 8px;
  vertical-align: middle;
  color: #fff;
  background: #FE3030;
}


.m-detail_ .pricewrapper_ .stock_ {
  margin: 0 0 5px;
}
.m-detail_ .pricewrapper_ .stock_ span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px;
  vertical-align: top;
  color: #fff;
  background: #174D97;
}
.m-detail_ .pricewrapper_ .default_price_ {
  margin-bottom: 22px;
}
.m-detail_ .pricewrapper_ .salename_ {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #FE3030;
}

.m-detail_ .pricewrapper_ .sale_ {
  color: #fe3030;
}

.m-detail_ .pricewrapper_ .sale_ .tax_ {
  color: #454545;
}

.m-detail_ .pricewrapper_ .price2_ {
  color: #ff2f32;
}

.m-detail_ .pricewrapper_ .dcart_ {
  font-size: 20px;
  float: left;
  clear: both;
  width: 83%;
  margin: 0 10px 0 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #ce1415;
  box-shadow: 2px 2px 0 #9b0d0c;
}

.m-detail_ .pricewrapper_ .dcart_ a {
  display: block;
  padding: 6px 0;
  color: #fff;
}

.m-detail_ .pricewrapper_ .dcart_ a:hover {
  opacity: 1;
}

.m-detail_ .pricewrapper_ .dcart_ span {
  padding: 0 0 0 30px;
  background: url(../img/usr/kt/sp/detail/icon_cart.png) no-repeat left top;
  background-size: contain;
}

.m-detail_ .pricewrapper_ .soldout_{
  font-size: 20px;
  float: left;
  clear: both;
  width: 83%;
  padding: 8px 0 4px;
  margin: 0 10px 0 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #959595;
  box-shadow: 2px 2px 0 #959595;
}

.m-detail_ .pricewrapper_ .dfavorite_ {
  font-size: 12px;
  font-weight: bold;
  float: left;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url(../img/usr/kt/sp/common/icon_favorite.png) no-repeat left -36px;
  background-size: cover;
 /* a,span{
        user-select: none;
        padding: 8px 0 8px 40px;
        display: block;
        background: url(../img/usr/kt/sp/common/icon_favorite.png) no-repeat left -36px;
        height: 36px;
      }
      a:hover{
        opacity: 1;
      } */;
}

.m-detail_ .pricewrapper_ .dfavorite-on_ {
  background-position: left 0;
  background-size: cover;
 /* a,span{
        background-position: left 0;
      } */;
}

.m-detail_ .pricewrapper_ .store_ {
  float: left;
  clear: both;
  margin: 0 0 10px 0;
}

.m-detail_ .pricewrapper_ .store_ select {
  margin: 0 0 0  10px;
}

.m-detail_ .pricewrapper_ .store_comment_ {
  float: left;
  clear: both;
  margin: 0 0 10px 0;
}
.m-detail_ .cartwrapper_ {
  position: relative;
  margin: 15px 0 42px;
  padding: 24px 0 0;
  background: none;
}
.m-detail_ .cartwrapper_:before {
  content: '';
  display: block;
  border-top: dotted 1px #AEAEAE;
  position: absolute;
  left: -10px;
  top: 0;
  right: -10px;
}
.block-enable-store--text {
  border: solid 1px #CE1415;
  margin: 0 0 22px;
  padding: 10px 12px;
  font-size: 14px;
}
.block-enable-store--text dt {
  margin: 0 0 6px;
  font-weight: bold;
  color: #CE1415;
}

.m-detail_ .dcart_ a {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #CE1415;
  padding: 9px 0 5px;
  color: #fff;
}
.m-detail_ .dcart_ span {
  padding: 0;
}
.m-detail_ .dcart_ span:before {
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: inline-block;
  content: '';
  width: 50px;
  height: 40px;
  background: url(../img/usr/kt/pc/detail/icon_cart2.png) 0 center / 38px auto no-repeat;
}
.m-detail_ .soldout_{
  clear: both;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin: 0 24px 0 0;
  text-align: center;
  color: #fff;
  background: #707070;
  padding: 8px 0 8px;
}
.m-detail_ .cartwrapper_ .dfavorite_ {
  cursor: pointer;
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: bold;

  display: block;
  text-align: center;
  border: solid 1px #333333;
  padding: 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-detail_ .cartwrapper_ .dfavorite_:before {
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: inline-block;
  content: '';
  width: 36px;
  height: 24px;
  background: url(../img/usr/kt/pc/detail/icon_favorite2.png) no-repeat left 0;
}

.m-detail_ .cartwrapper_ > .block-cartbtn-modal--store-contents {
  display: none;
}
.m-detail_ .cartwrapper_ .block-cartbtn-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.m-detail_ .cartwrapper_ .block-cartbtn-modal--body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.m-detail_ .cartwrapper_ .block-cartbtn-modal--bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0,0,0,0.65);
}
.block-cartbtn-modal--container {
  position: relative;
  z-index: 5;
  width: 89.333vw;
  background: #ffffff;
  padding: 0 18px;
}
.block-cartbtn-modal--close-btn {
  margin: 0;
  padding: 25px 0 34px;
  text-align: center;
}
.block-cartbtn-modal--close-btn p {
  display: inline-block;
  background: #7A7A7A;
  color: #ffffff;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.block-cartbtn-modal .block-cartbtn-modal--delivery {
  margin: 0;
  padding: 18px 0 24px;
  border-bottom: dotted 1px #AEAEAE;
}
.block-cartbtn-modal .block-cartbtn-modal--delivery dt {
  margin: 0 0 24px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.block-cartbtn-modal .block-cartbtn-modal--store {
  margin: 0;
  padding: 20px 0 28px;
  border-bottom: dotted 1px #AEAEAE;
}
.block-cartbtn-modal .block-cartbtn-modal--store-contents {
  margin: 0 0 18px;
  text-align: center;
}
.block-cartbtn-modal .block-cartbtn-modal--store-contents .store_comment_ {
  font-size: 16px;
  font-weight: bold;
  color: #FE3030;
}
.block-cartbtn-modal .block-cartbtn-modal--store-contents .store_comment_ span {
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: 13px;
  color: #333333;;
}
.block-cartbtn-modal .block-cartbtn-modal--store-contents .store_ {
  margin: 12px 0 0;
}
.block-cartbtn-modal .block-cartbtn-modal--store-contents .store_ select {
  width: 100%;
}
.block-cartbtn-modal .dcart_ a {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  padding: 11px 8px;
}
.block-cartbtn-modal .dcart_ a span:before {
  display: none;
}

.m-detail_ .m-title01_ {
  position: relative;
  font-family: inherit;
  margin: 0 0 36px;
  padding: 18px 0 0;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.m-detail_ .m-title01_:before {
  content: '';
  display: block;
  border-top: dotted 1px #AEAEAE;
  position: absolute;
  left: -10px;
  top: 0;
  right: -10px;
}
.m-detail_ .chkboxwrapper_ {
  margin: 0 0 36px;
}
.m-detail_ .chkboxwrapper_ > label {
  display: flex;
  align-items: stretch;
 /* display: flex; */;
}

.m-detail_ .chkboxwrapper_ > label > div {
  margin: 0;
}
.m-detail_ .chkboxwrapper_ > label > div:first-child {
  width: 46px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.m-detail_ .chkboxwrapper_ > label > div:nth-child(2) {
  margin: 0 18px 0 0;
  width: 72px;
}
.m-detail_ .chkboxwrapper_ > label > div:nth-child(2) img {
  max-width: 72px;
  max-height: 72px;
}
.m-detail_ .chkboxwrapper_ > label > div:nth-child(3) {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
}
.m-detail_ .chkboxwrapper_ > label > div input[type="checkbox"] {
  display: block;
  transform: scale(1.5);
  margin-left: 8px;
}


.m-detail_ .m-ppoint_ {
  margin: 0 0 30px;
}

.m-detail_ .m-ppoint_ .swiper-slide > div {
  width: 80% !important;
  margin: 0 auto;
}

.m-detail_ .m-ppoint_ .swiper-slide > div img {
  margin: 0 0 10px;
}

.m-detail_ .m-detailin_ {
  margin: 0 10px 30px;
}

.m-detail_ .m-detailin_ .sns_option_{
  float: right;
}
.m-detail_ .m-detailin_ .sns_option_:after {
	content: '';
	display: table;
	clear: both;
}
.m-detail_ .m-detailin_ .sns_option_ li{
  float: left;
}
.m-detail_ .m-detailin_ .sns_option_ li + li{
  margin: 0 0 0 10px;
}

input[type=checkbox] {
  display: none;
}

.checkbox_ {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 0 6px 26px;
  cursor: pointer;
  transition: background-color .2s linear;
  vertical-align: middle;
}

.checkbox_:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  content: '';
  transition: border-color .2s linear;
  border: 1px solid #bbb;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: white;
 /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #eee 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
 /* IE6-9 */;
}

.checkbox_:after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -8px;
  content: '';
  transition: opacity .2s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

input[type=checkbox]:checked + .checkbox_:after {
  opacity: 1;
}

input[type=checkbox]:checked + .checkbox_:before {
  background: #3f3f3f;
}

.ckiyaku_ p {
  padding: 0 0 0 20px;
}

.m-giftcattype02_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-giftcattype02_ li {
  position: relative;
}

.m-giftcattype02_ li .gthumb_ {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ff0e0e;
}

.m-giftcattype02_ li .gthumb_ img {
  display: block;
}

.m-giftcattype02_ li .gtitle_ {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
 /*  height: 29px; */
  top: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #ff0e0e;
  background: rgba(255, 255, 255, .6);
}

.m-giftcattype02_ li .gtitle_ img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-giftcat02_ {
  margin: 0 10px 20px;
}

.m-giftcat02_ li {
  width: 47%;
  margin: 0 0 4% 3%;
}

.m-giftcat02_ li:nth-child(2n+1) {
  margin: 0 3% 4% 0;
}

.m-giftcat03_ {
  margin: 0 10px 20px;
}

.m-giftcat03_ li {
  width: 31%;
  margin: 0 0 4% 2%;
}

.m-giftcat03_ li:nth-child(3n+1) {
  margin: 0 2% 4% 0;
}

.m-giftcat03_ li:nth-child(3n+3) {
  margin: 0 0 4% 3%;
}

.m-giftcat04_ {
  margin: 0 10px 20px;
}

.m-giftcat04_ li {
  width: 47%;
  margin: 0 0 4% 3%;
}

.m-giftcat04_ li .gthumb_ {
  border-bottom: 1px solid #0a0a0a;
}

.m-giftcat04_ li .gtitle_ {
  color: #0a0a0a;
}

.m-giftcat04_ li:nth-child(2n+1) {
  margin: 0 3% 4% 0;
}

.m-giftcat05_ li {
  margin: 0 0 11px 11px;
}

.m-giftcat05_ li:nth-child(2n+1) {
  margin: 0 0 11px;
}

.crumbs_ {
  overflow: hidden;
  margin: 0 0 10px 10px;
  text-align: center;
}

.crumbs_ li {
  display: inline;
}

.crumbs_ li a,
.crumbs_ li span {
  font-size: 10px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
  display: block;
  float: left;
  width: 24%;
  height: 50px;
  margin: 0 1px 0 0;
  padding: 0 0 0 25px;
  text-align: center;
  color: #0a0a0a;
  background: #d5d5d5 none repeat scroll 0 0;
}

.crumbs_ li a:hover {
  opacity: 1;
  color: #fff;
  background: #0a0a0a;
}

.crumbs_ li a:hover:after {
  opacity: 1;
  border-left-color: #0a0a0a;
}

.crumbs_ li a:after,
.crumbs_ li a:before,
.crumbs_ li span:after,
.crumbs_ li span:before {
  position: absolute;
  top: 0;
  content: '';
  transition: all .3s ease;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.crumbs_ li a:after,
.crumbs_ li span:after {
  z-index: 1;
  right: -25px;
  border-left: 25px solid #d5d5d5;
}

.crumbs_ li a:before,
.crumbs_ li span:before {
  left: 0;
  border-left: 25px solid #fff;
}

.crumbs_ li:first-child a,
.crumbs_ li:first-child span {
  width: 18%;
  padding: 0;
}

.crumbs_ li:first-child a:before,
.crumbs_ li:first-child span:before {
  display: none;
}

.crumbs_ li:nth-child(2) a,
.crumbs_ li:nth-child(2) span {
  width: 30%;
}

.crumbs_ li:last-child a,
.crumbs_ li:last-child span {
  margin: 0;
 /* width: 24%; */;
}

.crumbs_ li:last-child a:after,
.crumbs_ li:last-child span:after {
  display: none;
}

.crumbs_ .current a,
.crumbs_ .current span {
  color: #fff;
  background: #0a0a0a;
}

.crumbs_ .current a:after,
.crumbs_ .current span:after {
  opacity: 1;
  border-left-color: #0a0a0a;
}

.l-registration_ {
 /*     tr:nth-child(n+2){
 border-top: 20px solid #ebebeb;
}

.m-txt01{
  border-left: 5px solid #0a0a0a;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}

.m-product_{
  border: 1px solid #dcdcdc;
  width: 100%;
  margin: 0 0 10px;
  tr{
    display: flex;
    padding: 10px 0;
    align-items:center;
    th{
        display: inline-block;
        padding: 0;
      }
    td{
       display: inline-block;
      border: none;
      padding: 0;

    }
  }
  tr:nth-child(n+2){
    border:none;
  }
  tr:last-child{
     border:none;
  }

  .thumb{
    width: 15%;
    padding: 0 1%;
  }

  .name{
    width: 65%;
    padding: 0 1%;
  }

  .delete{
    width: 20%;
  }
} */;
}

.l-registration_ .ttl_ {
  padding: 10px;
  border-top: 1px solid #c4c4c4;
}

.l-registration_ .ttl02_ {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 5px solid #0a0a0a;
}

.l-registration_ .ttl03_ {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  margin: 30px 0 10px;
  padding: 0 0 0 10px;
  border-left: 5px solid #0a0a0a;
}

.l-registration_ .ttl03_01_ {
  margin: 20px 0 0;
  padding:10px;
  background: #ebebeb;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
  font-size: 16px;
}

.l-registration_ .ttl03_01_ span{
  padding: 0 20px;
  background: url(../img/usr/kt/pc/flow/btn_drop2_off.jpg) no-repeat left center, url(../img/usr/kt/pc/flow/btn_drop2_off.jpg) no-repeat right center;
}
.l-registration_ .ttl03_01_active span{
  background: url(../img/usr/kt/pc/flow/btn_drop2_on.jpg) no-repeat left center, url(../img/usr/kt/pc/flow/btn_drop2_on.jpg) no-repeat right center;
}


.l-registration_ .txt_ {
  margin: 0 0 15px;
}

.l-registration_ .txt_ p + p {
  margin: 10px 0 0;
}

.l-registration_ .link {
  display: block;
  margin: 10px 0 0;
}

.l-registration_ .red {
  margin: 10px 0 0;
  color: #ce1414;
}

.l-registration_ textarea {
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
  min-height: 200px;
  padding: 10px;
  resize: vertical;
  border: 1px solid #d5d5d5;
  background: none;
}
.l-registration_ textarea[name="comment"] {
  margin-top: 10px;
  min-height: 100px;
}

.must_ {
  display: inline-block;
  float: left;
  margin: -2px 10px 0 0;
  padding: 2px 10px;
  color: #fff;
  background: #ce1415;
}

.l-registration_ .classrequired {
  background: #ffffff !important;
}

.l-registration_ .chkbox_ {
  height: 52px;
  margin: 0 0 0 10px;
 /* float: left; */ /*  input[type=checkbox] {
     display: none;
   } */;
}

.l-registration_ .chkbox_ .checkbox_ {
  line-height: 50px;
  height: 50px;
  padding: 0 2px 0;
  border-radius: 4px;
  background: #3e3e3e;
  box-shadow: 2px 2px 0 #292929;
}

.l-registration_ .chkbox_ .checkbox_ p {
  margin: 0 0 0 26px;
  color: #fff;
}

.l-registration_ .chkbox_ .checkbox_:before {
  left: 6px;
}

.l-registration_ .chkbox_ .checkbox_::after {
  left: 11px;
}

.l-registration_ .chkbox_ input[type=radio] {
  display: none;
}

.l-registration_ .chkbox_ input[type=radio]:checked + label {
  background: #ce1415;
  box-shadow: 2px 2px 0 #9b0d0c;
}

.l-registration_ .chkbox_ input[type=checkbox]:checked + label {
  background: #ce1415;
  box-shadow: 2px 2px 0 #9b0d0c;
}

.l-registration_ .chkbox_:first-child {
  margin: 0;
}

.l-registration_ .ques {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 5px;
 /* background: url(../img/usr/kt/pc/common/icon_q.png) no-repeat right center; */
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-registration_ .ques .small_ {
  font-size: 12px;
  position: absolute;
  right: -5px;
  display: none;
  width: 250px;
  margin: -40px 0 0;
  padding: 10px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  color: #fff;
  background: #3e3e3e;
}

.l-registration_ .ques .small_:after {
  position: absolute;
  top: 100%;
  right: 10px;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 10px;
  border-color: rgba(62, 62, 62, 0);
  border-top-color: #3e3e3e;
}
.l-registration_ .ques_parent {
  position: relative;
}

.l-registration_ .spbr {
  display: block;
}

.l-registration_ .col_r_ {
  position: absolute;
  left: 50%;
}

.lx-column01_ dl dt ,
.l-registration_ dl dt {
  position: relative;
  padding: 12px;
  border-top: 1px solid #c4c4c4;
}
.lx-column01_ dl.formdetail_ dt:first-child ,
.l-registration_ dl.formdetail_ dt:first-child {
	border-top: none;
}

.lx-column01_ dl dd ,
.l-registration_ dl dd {
  overflow: hidden;
  /*margin: 0 0 15px;*/
	padding: 4px 8px;
}

.lx-column01_ dl dd img ,
.l-registration_ dl dd img {
  width: 20px;
  margin: 0 0 0;
}

.lx-column01_ input[type='number'],
.lx-column01_ input[type='tel'],
.lx-column01_ input[type='text'],
.lx-column01_ input[type='email'],
.lx-column01_ input[type='password'] ,
.l-registration_ input[type='number'],
.l-registration_ input[type='tel'],
.l-registration_ input[type='text'],
.l-registration_ input[type='email'],
.l-registration_ input[type='password'] {
	max-width: 100%;
	min-height: 1.8em;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 4px;
 /* border:1px solid #d5d5d5;
    background: #ececec;
    transition:all 0.3s ease; */;
}

.l-registration_ input[type='text']:disabled {
  background: #999 !important;
}

.l-registration_ input[type='radio'] {
 /* margin: 0 0 0 27px; */
  margin: 0 0 0 0;
  vertical-align: middle;
}

.l-registration_ select {
  font-size: 16px;
  padding: 5px 10px;
  outline: none;
  background: #ffffff;
}

.l-registration_ .usefulness{
  width: 100%;
}


.l-registration_ label {
  font-size: 13px;
	line-height: 1.4;
 padding: 0 30px 0 20px;
 /* padding: 0 5px; */
  -webkit-tap-highlight-color: transparent;
}
.l-registration_ .checktype_uid label {
	display: block;
	padding: 0;
}
.l-registration_ .card_ label {
	padding: 0;
}
.l-registration_ #loginid_0 {
  margin: 0 0 0 10px;
}

.l-registration_ #loginid_1 {
  margin: 0 0 0 10px;
}

.l-registration_ .loginid_0 {
  padding: 0;
}

.l-registration_ .loginid_1 {
  display: inline-block;
  margin: 20px 0 0;
  padding: 0;
}

.l-registration_ .bnr_ {
  margin: 0 0 10px;
}

.l-registration_ .copybtn_ {
  font-size: 13px;
  width: 80%;
  margin: 10px auto;
  padding: 13px;
  cursor: pointer;
  text-align: center;
  color: #fff;
 /*  position: absolute;
   bottom: 0;
   right: 0; */ /* width: 165px; */
  border-radius: 4px;
  background: #3e3e3e;
  box-shadow: 2px 2px 0 #292929;
}

.l-registration_ .btn01_ button {
  font-size: 13px;
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 6px 13px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #3e3e3e;
  box-shadow: 2px 2px 0 #292929;
  border: none;
}

.l-registration_ .btn01_ a {
  color: #fff;
}

.l-registration_ .notes_ {
  margin: 20px 0;
  padding: 8px 1px;
  letter-spacing: -1px;
  color: #fff;
  background: #3e3e3e;
}

.l-registration_ .submit_ {
  width: 100%;
  margin: 0 auto 20px;
}

.l-registration_ .forget {
  width: 100%;
  margin: 10px auto 0;
  text-align: right;
  text-decoration: underline;
}
.l-registration_ .link {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 16px;
  text-decoration: underline;
}

.l-registration_ .back_ {
  font-size: 16px;
  width: 270px;
  margin: 0 auto 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #7a7a7a;
  box-shadow: 2px 2px 0 #616161;
}

.l-registration_ .back_ a {
  color: #fff;
}

.l-registration_ .back_ a:hover {
  text-decoration: none;
}

.l-registration_ .back2_ {
  margin: 20px auto 40px;
}

.l-registration_ .back3_ {
  font-size: 20px;
  margin: 20px auto 20px;
  width: 100%;
}

.l-registration_ .submit_ input[type=submit] {
  /*font-size: 20px;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0;
  border-radius: 4px;
  background: #ce1415;
  box-shadow: 2px 2px 0 #9b0d0c;
  -webkit-appearance: none;*/
}
.l-registration_  .submit3_{
  position: relative;

}
.l-registration_  .submit3_ input[type=submit] ,
.l-registration_  .submit3_ button {
  padding: 5px 0 7px;
  border: none;
  line-height: 1.4;
}


.l-registration_ .submit2_ input[type=submit] {
  font-size: 18px;
}

.l-registration_ .m-subhead_ {
  font-size: 16px;
  margin: 0 0 5px;
  padding: 10px 0;
  //border-top: 1px solid #d5d5d5;
}

.point_explan_{
  margin: 20px 95px 20px;
}

.point_explan_ ul li{
  list-style-type: disc;
}

.point_explan_ ul li::before{
  width: 12px;
  height: 12px;
}

.l-registration_ .m-subhead_ .subttl_ {
    border: 2px solid;
    margin: 10px auto 10px;
    text-align: center;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.l-registration_ .m-howttl_ {
  font-size: 16px;
  margin: 15px 0;
  padding: 5px 10px;
  background: #ebebeb;
}

.l-registration_ .howtoorder {
  margin: 0 0 15px;
}

.l-registration_ .howtoorder label {
  font-size: 16px;
}

.l-registration_ button > span {
	display: block;
	font-size: 14px;
	line-height:1;
}

.login_input_area_{
	background: #f2f2f2;
	padding: 10px;
}

.l-login_ .btn04_ .button_ {
	background: #000000 none repeat scroll 0 0;
	box-shadow: none;
	border-bottom: none;
}

.l-login_ .btn05_ .button_ {
	background: #f2f2f2 none repeat scroll 0 0;
	box-shadow: none;
	color: #000;
	border-bottom: none;
}

.l-registration_ .m-btntwo_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.l-registration_ .m-droptwo {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 20px;
}

.l-registration_  .m-droptwo p{
  padding: 15px;
}
.l-registration_  .m-droptwo .m-btntwo{
  display: none;
}


.l-registration_ .m-btntwo_ a {
	display: inline-block;
	text-align: center;
}

.l-registration_ .m-btntwo_ a ,
.l-registration_ .m-btntwo_ button {
	width: 50%;
	margin: 0 10px;
  font-size: 13px;
	line-height: 1.4;
  padding: 6px 13px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #3e3e3e;
  box-shadow: 2px 2px 0 #292929;
  border: none;
}

.l-registration_ .m-btntwo_ .btn {
  width: 48%;
}

.l-registration_ .m-btntwo_ .btn button {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: none;
}

.l-registration_ .m-btnone_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-registration_ .m-btnone_ button {
  font-size: 13px;
  padding: 6px 13px;
  color: #fff;
  border-radius: 4px;
  background: #3e3e3e;
  box-shadow: 2px 2px 0 #292929;
  border: none;
}

.l-registration_ .m-delivery_ {
  font-size: 13px;
  margin: 20px 0 0;
}

.l-registration_ .m-delivery_ .m-delivery_in_ {
  margin: 0 0 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.l-registration_ .m-delivery_ .m-delivery_in_ > div {
  padding: 10px;
 /* p+p{
          margin: 10px 0 0;
        } */;
}

.l-registration_ .m-delivery_ .m-delivery_in_ > div:first-child {
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-txt01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 /* justify-content:space-between; */
  margin: 0 0 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-txt01 > div:first-child {
  font-weight: bold;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  border-left: 5px solid #0a0a0a;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-txt01 .copy button {
  font-size: 12px;
  padding: 6px 12px;
  color: #fff;
  border-radius: 4px;
  background: #3e3e3e;
  box-shadow: 2px 2px 0 #292929;
  border: none;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .desired {
  margin: 0 0 30px;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .desired select {
 margin: 0 0 10px;
 font-size: 14px;
 width: 65%;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .desired .desired_date_line_:after {
	content: '';
	display: table;
	clear: both;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .desired .desired_date_line_ select {
	float: left;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .desired .desired_date_line_ .d_date_ {
	width: 65%;
	margin-right: 4.5%;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .desired .desired_date_line_ .d_kbn_ {
	width: 30%;
}


.l-registration_ .m-delivery_ .m-delivery_in_ .desired2{
  margin: 0;
}


.l-registration_ .m-delivery_ .m-delivery_in_ .m-error_ {
  margin: 0 0 10px;
  padding: 5px;
  color: #e60000;
  border: 1px solid #e60000;
  background: #ffe1e1;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .time label {
  width: 50%;
  margin: 0 0 10px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ {
  margin: 0 0 30px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 0;
  border: 1px solid #dcdcdc;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.qrcode {
  width: 30%;
  height: auto;
  margin: 20px auto;
}

.procedure-salse {
  margin: 0 15px 30px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border: 1px solid #dcdcdc;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.procedure-salse .name {
  width: 80%;
  margin: 0 auto;
}

.procedure-salse .name span {
  display: block;
  Font-weight:bold;
  font-size: 15px;
}

.procedure-salse img{
  width: 50px;
}

.method_sales_detail_append_ {
  margin: 5px;
  width: 100%;
}

.method_sales_detail_append_ label {
  padding:5px !important;
}

.sales_detail_append_border_ {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #dcdcdc;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ > .m-productin_ {
  flex-wrap: wrap;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .quantity{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 5px 5px 0;
  margin: 5px 0 0;
  border-top: 1px solid #dcdcdc;
  justify-content: space-between;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .quantity .qty img{
  width: 28px;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .quantity .qty input{
  border: 1px solid #d5d5d5;
  height: 28px;
  text-align: center;
  text-shadow: none;
  vertical-align: top;
  margin-top: 0;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .quantity button{
  margin: 0 !important;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ > div:nth-child(n+2) {
  margin: -1px 0 0;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .thumb {
  width: 10%;
  margin: 0 0 0 5px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .name {
  width: 80%;
  margin: 0 auto;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .delete button {
  margin: 0 5px 0 0;
  padding: 6px 8px;
  color: #fff;
  background: #7a7a7a;
  border: none;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .delete2 button {
  padding: 3px 8px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_ .delete button:before {
  font-size: 13px;
  content: '×';
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_check_ .name {
  width: 80%;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_check_ .name span {
  display: block;
  Font-weight:bold;
  font-size: 15px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_check2_ > div {
  padding: 10px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_check2_ .name {
  width: auto;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_check3_ {
  margin: 0 0 10px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-btn-gift_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 30px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .m-btn-gift2_ {
   display: block;
  /*  margin: -20px 0 30px; */
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-btn-gift_ button {
  font-size: 13px;
  padding: 6px 13px;
  color: #fff;
  border-radius: 4px;
  background: #3e3e3e;
  box-shadow: 2px 2px 0 #292929;
  border: none;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ .checkbox_ {
  display: inline-block;
  margin: 0 0 0 -18px;
  padding: 0;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div > div:first-child {
  width: 80px;
  text-align: center;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div > div:nth-child(2) {
  margin: 0 0 0 auto;
  border-left: 1px solid #d5d5d5;
  width: 100%;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div > div:nth-child(2) .upper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-bottom: 1px solid #d5d5d5;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div > div:nth-child(2) .upper p + p {
  margin: 0;
  padding: 0 0 0 5px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div > div:nth-child(2) .bottom {
  display: block;
  padding: 5px;
  text-align: right;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div > div:nth-child(2) .bottom .qty {
  font-size: 1.3rem;
  margin: 0 0 0 auto;
  text-align: right;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div > div:nth-child(2) .bottom .qty img {
  width: 28px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ > div > div:nth-child(2) .bottom .qty input {
  height: 28px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #d5d5d5;
  border-radius: none;
  background: none;
  text-shadow: none;
  -webkit-appearance: none;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ .thumb {
  float: left;
  width: 20%;
  margin: 0;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ .name {
  font-size: 1.3rem;
  float: left;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit_ .price {
  font-size: 1.3rem;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_edit2_ {
  margin: 0;
  border: none !important;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ {
  margin: 0;
  border: none !important;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
/*
.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div > div {
	width: 100%;
}
*/
.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .upper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-bottom: 1px solid #d5d5d5;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .upper p + p {
  margin: 0;
  padding: 0 0 0 5px;

}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .use {
/*
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
*/
  padding: 10px;
  border-bottom: 1px solid #d5d5d5;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
    font-size: 1.5rem;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .use h2 {
	margin-bottom: 5px;
	font-weight : bold;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .use select {
	width : auto;
}
.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .use a {
	color: #A52A2A;
	text-decoration: underline;
}


.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .bottom {
  display: block;
  padding: 5px;
  text-align: right;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .bottom .qty {
  font-size: 1.3rem;
  margin: 0 0 0 auto;
  text-align: right;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .bottom .qty img {
  width: 28px;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ > div .bottom .qty input {
  height: 28px;
  margin: 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #d5d5d5;
  border-radius: none;
  background: none;
  text-shadow: none;
  -webkit-appearance: none;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ .thumb {
  float: left;
  width: 20%;
  margin: 0;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ .name {
  font-size: 1.3rem;
  float: left;
}

.l-registration_ .m-delivery_ .m-delivery_in_ .m-product_cart_ .price {
  font-size: 1.3rem;
}

.l-registration_ .m-delivery_ .m-delivery_in2_ {
  margin: 0;
}

.l-registration_ .m-delivery2_ {
  margin: 10px 0 0;
}

.l-registration_ .m-totalprice_ {
 /* padding: 0 10px 5px ; */
  font-size: 14px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px -1px;
  text-align: right;
  border: 1px solid #d5d5d5;
  background: #fff;
 /*
      p{
        text-align: right;
        font-size: 14px;
        width: 48%;
        padding: 2% 2%;
      }
      p:first-child{
        border-right: 1px solid #d5d5d5;
      } */;
}

.l-registration_ .m-totalprice_ > div + div {
 /* margin:5px 0; */;
}

.l-registration_ .m-totalprice_ > div {
  width: 48%;
  padding: 2% 2% 2% 0;
  text-align: right;
}

.l-registration_ .m-totalprice_ .txt {
  border-right: 1px solid #d5d5d5;
}

.l-registration_ .m-totalprice_ .calc{
  border-left: 1px solid #d5d5d5;
  width: 20%;
  background: #ce1415;
  text-align: center;
}
.l-registration_ .m-totalprice_ .calc button{
	background: none;
	border: none;
	white-space: nowrap;
}
.l-registration_ .m-totalprice_ .calc2{
  background: none;
  border:none;
}
.l-registration_ .m-totalprice_ .calc button{
  color:#FFF;
}

.l-registration_ .m-addressee_ {
  margin: 10px 0;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.l-registration_ .m-addressee_ > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d5d5d5;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-registration_ .m-addressee_ > div .checkbox_ {
  padding: 0 0 0 30px;
}

.l-registration_ .m-addressee_ > div .checkbox_ span {
  margin: 0 0 0 10px;
}

.l-registration_ .m-addressee_ > div .edit a ,
.l-registration_ .m-addressee_ > div .edit button {
  font-size: 13px;
  min-width: 60px;
  padding: 6px 13px;
  color: #fff;
  border-radius: 4px;
  background: #7a7a7a;
  box-shadow: 2px 2px 0 #616161;
  border: none;
}
.l-registration_ .m-addressee_ > div .edit a {
	display: block;
	text-align: center;
	padding: 8px 13px;
}


.l-registration_ .m-addressee_ > div .txt_ {
  margin: 0;
}

.l-registration_ .m-addressee_ > div .txt_ p + p {
  margin: 10px 0 0;
}

.l-registration_ .m-addressee_ > div:last-child {
  border: none;
}

.l-registration_ .m-addressee_ > div:nth-child(2) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-registration_ .m-addressee_ > div:nth-child(2) > div:nth-child(2) {
  margin: 0 0 0 auto;
}

.l-registration_ .m-addressee2_ {
  background: #ebebeb;
  display: none;
}

input[type=checkbox] {
  display: none;
}

.checkbox_ {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 0 6px 26px;
  cursor: pointer;
  transition: background-color .2s linear;
  vertical-align: middle;
}

.checkbox_:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  content: '';
  transition: border-color .2s linear;
  border: 1px solid #bbb;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: white;
 /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #eee 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
 /* IE6-9 */;
}

.checkbox_:after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -8px;
  content: '';
  transition: opacity .2s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

input[type=checkbox]:checked + .checkbox_:after {
  opacity: 1;
}

input[type=checkbox]:checked + .checkbox_:before {
  background: #3f3f3f;
}

input[type=radio]:checked + .checkbox_:after {
  opacity: 1;
}

input[type=radio]:checked + .checkbox_:before {
  background: #3f3f3f;
}

/*----------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------*/

.pagetop_ {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 50%;
  display: none;
  width: 36px;
  margin: 0 auto;
 /* transform:translateX(-50%); */
  margin: 0 0 0 -18px;
  text-align: center;
}

.pagetop02_ {
  z-index: 200;
  bottom: 0;
  left: 50%;
  width: 36px;
  margin: 0 auto;
  text-align: center;
}

/* 2017/08/09 変更
.attention_ {
  margin: 0 15px 10px;
  padding: 7px;
  text-align: center;
  background: #eee;
}

.attention_ p {
  line-height: 35px;
  margin: 0 auto;
  color: #ff0d0f;
  border: 1px solid #ff0d0f;
  border-radius: 2px;
  background: #fff;
}

.attention_ span:before {
  padding: 0 15px;
  content: '◆◆';
}

.attention_ span:after {
  padding: 0 15px;
  content: '◆◆';
}
*/

/* 2017/08/09 変更 */
.attention_ {
  margin: 0 15px 10px;
  padding: 7px;
  /*background: #eee;*/
}

.attention_ p {
	background: #fff;
	border: 1px solid #ff0d0f;
	border-radius: 2px;
	color: #ff0d0f;
	padding: 2%;
	text-align: center;
}

.attention_ span:before {
  padding: 0 2% 0 0;
  content: '◆◆';
}

.attention_ span:after {
  padding: 0 0 0 2%;
  content: '◆◆';
}
/* 2017/08/09変更 ここまで */

.footer_ .nav_ li {
  border-bottom: 1px solid #c7c7c7;
}

.footer_ .nav_ li a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 17px 32px;
	text-align: left;
	text-decoration: none;
}

.footer_ .nav_ li a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_ .nav_ li a:after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f054';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_ .nav_ li:nth-child(1) {
  border-top: 1px solid #c7c7c7;
}

.footer_ .nav_ li:nth-child(1) a:before {
  background: url(../img/usr/kt/sp/common/icon01.jpg) no-repeat left center;
  background-size: contain;
}

.footer_ .nav_ li:nth-child(2) a:before {
  background: url(../img/usr/kt/sp/common/icon02.jpg) no-repeat left center;
  background-size: contain;
}

.footer_ .nav_ li:nth-child(3) a:before {
  background: url(../img/usr/kt/sp/common/icon03.jpg) no-repeat left center;
  background-size: contain;
}

.footer_ .nav_ li:nth-child(4) a:before {
  background: url("../img/usr/kt/sp/common/icon_sp.jpg") no-repeat left center;
  background-size: contain;
}

.footer_ .nav_ li:nth-child(5) a:before {
  background: url(../img/usr/kt/sp/common/icon05.jpg) no-repeat left center;
  background-size: contain;
}

.footer_ .nav_ li:nth-child(6) a:before {
  background: url(../img/usr/kt/sp/common/icon06.jpg) no-repeat left center;
  background-size: contain;
}

.footer_ .nav_ li:nth-child(7) a:before {
  background: url(../img/usr/kt/sp/common/icon04.jpg) no-repeat left center;
  background-size: contain;
}

.footer_ .modechangetitle_ {
  padding: 10px 0;
  text-align: center;
  color: #3d3d3d;
  background: #d3d3d3;
}

.footer_ .modechange_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer_ .modechange_ > div {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
}

.footer_ .modechange_ > div a,
.footer_ .modechange_ > div span {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 40px;
  text-align: center;
}

.footer_ .modechange_ > div a:before,
.footer_ .modechange_ > div span:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/usr/kt/sp/common/icon_pc.jpg) no-repeat left center;
  background-size: contain;
}

.footer_ .modechange_ > div:first-child {
  border-right: 1px solid #c7c7c7;
}

.footer_ .modechange_ > div:first-child a:before,
.footer_ .modechange_ > div:first-child span:before {
  background: url(../img/usr/kt/sp/common/icon_sp.jpg) no-repeat left center;
  background-size: contain;
}

.footer_ .copyright {
  font-size: 10px;
  padding: 5px 0;
  text-align: center;
}

.swiper .swiper-wrapper {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.swiper .slide-main_ .swiper-wrapper .swiper-slide {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.swiper .swiper-pagination {
	position: relative;
	bottom: inherit;
	padding-top: 5px;
}
.swiper .swiper-pagination-bullet-active {
	background: #333333;
}
.swiper .swiper-button-next {
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/usr/kt/sp/common/icon_next.jpg) no-repeat;
  background-size: cover;
}

.swiper .swiper-button-prev {
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/usr/kt/sp/common/icon_prev.jpg) no-repeat;
  background-size: cover;
}

.swiper01 {
  margin: 0 10px 30px;
}

.swiper01 .swiper-button-prev {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.swiper01 .swiper-button-next {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.swiper02 {
  margin: 0 10px 30px;
}

.swiper02 .swiper-button-prev {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.swiper02 .swiper-button-next {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.historyslide_ {
  position: relative;
  margin: 0 0 10px;
}

.historyslide_ .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;

}
.pswp__button--share {
  display: none;
}

.l-login_ .loginform_ {
  width: 100%;
}

.l-login_ .loginform_ tr {
  display: block;
  margin: 0 0 20px;
  padding: 0 10px;
}

.l-login_ .loginform_ td {
  display: block;
}

.l-login_ .loginform_ input[type='text'],
.l-login_ .loginform_ input[type='password'] {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  min-height: 1.8em;
  padding: 5px 10px;
  transition: all .3s ease;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
}

.l-login_ .loginform_ input[type='text']::-webkit-input-placeholder,
.l-login_ .loginform_ input[type='password']::-webkit-input-placeholder {
  font-size: 11px;
  line-height: 24px;
}

.l-login_ .loginform_ input[type='text']:-ms-input-placeholder,
.l-login_ .loginform_ input[type='password']:-ms-input-placeholder {
  font-size: 11px;
  line-height: 24px;
}

.l-login_ .loginform_ input[type='text']::-moz-placeholder,
.l-login_ .loginform_ input[type='password']::-moz-placeholder {
  font-size: 11px;
  line-height: 24px;
}

.l-login_ .loginform_ input[type='text']:disabled {
  background: #999 !important;
}

.l-login_ .loginform_ input[type='text']:focus,
.l-login_ .loginform_ input[type='password']:focus {
	background: #e8f0fe;
}

.l-login_ .txt_ {
  padding: 0 10px;
}

.l-login_ .txt_  a{
  text-decoration: underline;
}

.l-login_ .btnwrap_ {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 10px;
}

.l-login_ .btn_ {
  font-size: 20px;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: medium none;
  border-radius: 4px;
  background: #ce1415 none repeat scroll 0 0;
  box-shadow: 2px 2px 0 #9b0d0c;
}

.l-login_ .fs_ {
  font-size: 18px;
}

.l-login_ #frmLogin{
	background: #ffffff;
	margin: 10px 0;
	padding: 10px 5px 5px;
}

.m-kits_{
  margin: 0 0 40px;
}

.m-kits_ .note_{
  margin: 0 0 10px;
}
.m-kits_ .attention2_,
.l-registration_ .attention2_{
  margin: 0 0 10px;
}
.m-kits_ .attention2_ p,
.l-registration_ .attention2_ p{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ff0d0f;
  border-radius: 2px;
  color: #ff0d0f;
  margin: 0 auto;
  padding: 10px;
}

.m-kits_ .btn{
  background: #3e3e3e none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #292929;
  margin: 0 auto 40px;
  text-align: center;

}

.m-kits_ .btn button{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 17px 0 13px;
  text-decoration: none;
  width: 100%;
}


.m-kits_ .phnum_{
  overflow: hidden;
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
  font-size: 14px;
}

.m-kits_ .phnum_ tr{
}

.m-kits_ .phnum_ th{
	box-sizing: border-box;
  padding: 5px 10px;
  width: 40%;
  white-space: nowrap;
}
.m-kits_ .phnum_ td{
	box-sizing: border-box;
  width: 60%;
  padding: 5px 10px;
}

.m-kits_ .phnum_ .mousikomi {
  border: solid 1px #d5d5d5;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
  width: 30%;
  min-height: 1.8em;
  font-size: 16px;
  border-radius: 4px;
}

.m-kits_ .phnum_ .tel {
  border: solid 1px #d5d5d5;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
  width: 100%;
  min-height: 1.8em;
  font-size: 16px;
  border-radius: 4px;
}

.m-kits_ .ttl_{
  border-top: 1px solid #d5d5d5;
  font-size: 16px;
  padding: 10px 0;
  margin: 0 0 10px;
}

.m-kits_ .address_{
  width: 93.75%;
  margin: 0 auto;
  table-layout: fixed;
  font-size: 16px;

}
.m-kits_ .address_ tr,
.m-kits_ .address_ th,
.m-kits_ .address_ td{
   border:1px solid #d5d5d5;
   padding: 10px;
}
.m-kits_ .address_ tr {
	padding: 0;
}

.m-kits_ .address_ thead{
  background: #ebebeb;
}

.m-kits_ .address_ th:first-child{
  width: 50px;
}
.m-kits_ .address_ td:first-child{
  text-align: center;
  padding: 0 0 0 0;
}
.m-kits_ .address_ td:first-child .checkbox_{
	padding-left: 18px;
}

.m-kits_ .choice_{
	width: 93.75%;
    margin: 0 auto 20px;
  font-size: 16px;
}
.m-kits_ .choice_ > div{
  vertical-align: middle;

}
.m-kits_ .choice_ > div:first-child{
  margin: 0 0 10px;
}

.m-kits_ .choice_ .choicebtn button{
  background: #3e3e3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #292929;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 7px 7px 3px;
  text-align: center;
  text-decoration: none;
}
.m-kits_ .navipage_sum_ {
	width: 93.75%;
    margin: 0 auto;
	padding: 10px 0;
}


.m-kits_ .pager_{
  margin: 0 auto;
}

.m-kits_ .m-chkallunall_{
  font-size: 16px;
  border: 1px solid #d5d5d5;
  background: #ebebeb none repeat scroll 0 0;
  margin: 0 0 30px;
  padding: 10px;
}

.m-kits_ .ques {
  position: absolute;
  z-index: 100;
 /* background: url(../img/usr/kt/pc/common/icon_q.png) no-repeat right center; */
  width: 20px;
  height: 10px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) translateX(50%);
}

.m-kits_ .ques .small_ {
  font-size: 12px;
  position: absolute;
  right: 0;
  display: none;
  margin: -35px 0 0;
  padding: 10px;
  -webkit-transform: translate(50%, -100%);
  -ms-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  color: #fff;
  background: #3e3e3e;
}

.m-kits_ .ques .small_:after {
  position: absolute;
  top: 100%;
  right: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 10px;
  border-color: rgba(62, 62, 62, 0);
  border-top-color: #3e3e3e;
}

.questionnaire_ label {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 30px 0 20px;
    -webkit-tap-highlight-color: transparent;
}

.questionnaire_ input[type='radio'] {
    margin: 0 0 0 0;
    vertical-align: middle;
}

.questionnaire_ select {
    font-size: 16px;
    padding: 5px 10px;
    outline: none;
    background: #ffffff;
}

.l-registration_ .dest_cnt_{
  font-size: 13px;
  padding: 5px 0 0 0;
}

.l-mypage_ {
  padding: 20px 4% 0;
}

.l-mypage_ .m-mypage_ {
  margin: 0 0 20px;
  padding: 20px 8px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}

.l-mypage_ .m-mypage_ .ttl_ {
  font-size: 16px;
  margin: 0 0 5px;
}

.l-mypage_ .m-mypage_ .txt_ {
  font-size: 12px;
  margin: 0 0 20px;
  text-align: left;
  letter-spacing: -1px;
}

.l-mypage_ .m-mypage_ p {
  font-size: 14px;
  margin: 0 0 10px;
  text-align: center;
}

.l-mypage_ .m-mypage_ p a {
  display: block;
  padding: 10px 15px;
  text-align: left;
  background: #d9d9d9;
}

.l-mypage_ .m-mypage_ .box_wrapper_ {
  margin: 0 0 20px;
}

.l-mypage_ .m-mypage_ .box_ {
  overflow: hidden;
  margin: 0 0 10px;
}

.l-mypage_ .m-mypage_ .box_  a{
  text-decoration: underline;
}

.l-mypage_ .m-mypage_ .box_ dt {
  float: left;
}

.l-mypage_ .m-mypage_ .box_ dd {
  float: right;
  color: #c30;
}

.store_note_ {
    font-size: 16px;
    margin: 0 0 20px;
}

.l-flow_ .m-ttl01_ {
  margin: 0;
  background: none;
}

.l-flow_ .m-choice01_ {
  margin: 20px 0;
  padding: 15px 0;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.l-flow_ .add_address_ {
  display: none;
}
.l-flow_ .addr_address_ {
  display: none;
}
.l-flow_ .addr_address_ label ,
.l-flow_ .addr_address_ input {
	font-size: 12px;
}

.delivery_detail_ {
	margin: 0 10px 10px;
}
.l-flow_ .m_gray_ {
  margin: 0 0 20px;
  padding: 1px 10px;
  background: #ebebeb;
}

.l-flow_ .m_gray2_ {
  padding: 10px;
}

.l-flow_ .m_gray3_ {
  padding: 10px;
  background: #ebebeb;
}

.l-flow_ .m-drop_ {
  line-height: 40px;
  position: relative;
  z-index: 99;
  height: 40px;
  padding: 0 0 0 30px;
  cursor: pointer;
  background: #fff;
}

.l-flow_ .m-drop_ label {
  font-size: 16px;
line-height: 40px;
  display: block;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.l-flow_ .m-drop_ label:before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: '';
  color: #fff;
  background: url(../img/usr/kt/pc/flow/btn_drop.jpg) no-repeat left top;
}

.l-flow_ .m-drop_ .edit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 18px;
  background: #7a7a7a;
}

.l-flow_ .m-drop_ .edit a,
.l-flow_ .m-drop_ .edit button {
  font-size: 13px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: none;
  outline: none;
  background: #7a7a7a;
  border: none;
}

.l-flow_ .m-drop_ .edit a:hover {
  opacity: 1;
}

.l-flow_ .m-drop_ .delete {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 18px;
  background: #7a7a7a;
}

.l-flow_ .m-drop_ .delete button {
  font-size: 13px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: none;
  outline: none;
  background: #7a7a7a;
  border: none;
}

.l-flow_ .m-drop_ .delete button:before {
  font-size: 13px;
  content: '×';
}

.l-flow_ .m-drop_ .copy {
  position: absolute;
  top: 0;
  right: 80px;
  margin: 0;
  padding: 0 0;
  background: #7a7a7a;
}

.l-flow_ .m-drop_ .copy button {
  font-size: 13px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: none;
  outline: none;
  background: #7a7a7a;
  border: none;
}

.l-flow_ .m-drop_close_ label:before {
  background: url(../img/usr/kt/pc/flow/btn_drop.jpg) no-repeat left bottom;
}

.l-flow_ .addressbox_ {
  position: relative;
 /* height: 0; */
  overflow-y: hidden;
  margin: -50px 0 10px;
  padding: 50px 0 0;
}

.l-flow_ .addressbox_ > table {
  margin: 13px 0 0;
}

.l-flow_ .addressbox_ .m-delivery_ {
  margin: 10px 0 0;
}

.l-flow_ .on-off:checked + .addressbox_ {
  height: auto;
}

.l-flow_ .m-settotalprice_ {
  font-weight: bold;
  margin: 0 0 20px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.l-flow_ .m-settotalprice_ > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-flow_ .m-settotalprice_ > div p {
  font-size: 14px;
  width: 48%;
  padding: 2% 2%;
  text-align: right;
}

.l-flow_ .m-settotalprice_ > div p:first-child {
  border-right: 1px solid #d5d5d5;
}

.l-flow_ .m-settotalprice_ > div + div {
  border-top: 1px solid #d5d5d5;
}

.l-flow_ .amazonframe_ {
  line-height: 300px;
  height: 300px;
  margin: 20px 0;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.l-flow_ .m_white_ {
  padding: 0 0 5px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: #fff;
}

.l-flow_ dd {
  margin: 0 5px 15px !important;
}

.l-flow_ .m-flowtxt_ {
  margin: 50px 0 20px;
}

.l-flow_ .l-cardbtn_ {
 margin: 20px 0 0;
 text-align: left;
}

.l-flow_ .l-cardbtn_  + .l-cardbtn_{
   margin: 20px 0 0;
}

.l-flow_ .l-cardbtn_ .txt_ {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.l-flow_ .l-cardbtn_ .txt_ p {
  font-size: 13px;
  font-weight: normal;
  margin: 5px 0 0;
}

.m-giftsetting_ {
 /*  .ttl{
     border-top: 1px solid #d5d5d5;
   font-size: 18px;
   padding: 15px 0;
   margin:  0 0 10px;
   } */;
}

.m-giftsetting_ .m-registration_ {
  padding-top: 0;
}

.m-giftsetting_ .ttl0 {
  border: none;
}

.m-giftsetting_ .m-giftradio_ {
  margin: 0 0 10px;
}

.m-giftsetting_ .m-giftradio_ .radio_ {
  position: relative;
  z-index: 11;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.m-giftsetting_ .m-giftradio_ .ques-wrap {
  position: relative;
  width: 100%;
  margin: -20px 0 0;
  text-align: right;
}

.m-giftsetting_ .m-giftradio_ .ques {
  position: relative;
  right: 0;
  left: auto;
  display: inline-block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.m-giftsetting_ .m-giftradio2_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-giftsetting_ .m-giftradio2_ label {
  width: 50%;
  margin: 0 0 10px;
}

.m-giftsetting_ .m-noshi_ {
  overflow: hidden;
  margin: 0 0 10px;
}

.m-giftsetting_ .m-noshi_ label {
  line-height: 41px;
  float: left;
  width: 48%;
  height: 41px;
  height: auto;
  margin: 0 0 20px 10px;
  padding: 0;
  cursor: pointer;
  border: 1px solid  #dfdfdf;
  background-color: #dfdfdf;
}

.m-giftsetting_ .m-noshi_ label:nth-child(2n+1) {
  margin: 0 0 20px;
}

.m-giftsetting_ .m-noshi_ .noshi {
  margin: 0 0 0 10px;
}

.m-giftsetting_ .m-noshi_ .radio_ {
  margin: 0;
}

.m-giftsetting_ .m-noshi_ .cap {
  position: relative;
  display: block;
  text-align: center;
}

.m-giftsetting_ .m-noshi_ .cap span {
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: left;
  color: #fff;
}

.m-giftsetting_ .m-noshi_ .cap:hover span {
  display: inline-block;
}

.m-giftsetting_ .m-noshi_ .cap:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .6;
  background: #000;
}

.m-giftsetting_ .m-giftselect1_{
  margin: 0 0 10px;
}
.m-giftsetting_ .m-giftselect2_{
  margin: 0 0 10px;
}

.m-giftsetting_ .m-noshi2_{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content:space-between;
  margin:15px 0;
}
.m-giftsetting_ .m-noshi2_ p{
  width: 48%;
}


.m-giftsetting_ input[type='text']{
  width: 100%;
}


.m-giftsetting_ table th {
  width: 100px;
  padding: 0;
  background: none;
}

.m-guide_ li {
  border-bottom: 1px solid #c7c7c7;
}

.m-guide_ li a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 17px 28px 17px 32px;
}

.m-guide_ li a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-guide_ li a:after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f054';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-guide_ li:nth-child(1) {
  border-top: 1px solid #c7c7c7;
}

.m-guide_ li:nth-child(1) a:before {
  background: url(../img/usr/kt/sp/common/icon_g01.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(2) a:before {
  background: url(../img/usr/kt/sp/common/icon_g02.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(3) a:before {
  background: url(../img/usr/kt/sp/common/icon_g03.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(4) a:before {
  background: url(../img/usr/kt/sp/common/icon_g04.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(5) a:before {
  background: url(../img/usr/kt/sp/common/icon_g05.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(6) a:before {
  background: url(../img/usr/kt/sp/common/icon_g06.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(7) a:before {
  background: url(../img/usr/kt/sp/common/icon_g07.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(8) a:before {
  background: url(../img/usr/kt/sp/common/icon_g08.png) no-repeat left center;
  background-size: contain;
}

/* 20180619 変更 ----------------------------------------------- */
.m-guide_ li:nth-child(9) a:before {
  background: url(../img/usr/kt/sp/common/icon_g12.png) no-repeat left center;
  background-size: contain;
}
/*
.m-guide_ li:nth-child(9) a:before {
  background: url(../img/usr/kt/sp/common/icon_g09.png) no-repeat left center;
  background-size: contain;
}
*/

.m-guide_ li:nth-child(10) a:before {
  background: url(../img/usr/kt/sp/common/icon_g09.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(11) a:before {
  background: url(../img/usr/kt/sp/common/icon_g10.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(12) a:before {
  background: url(../img/usr/kt/sp/common/icon_g11.png) no-repeat left center;
  background-size: contain;
}

.m-guide_ li:nth-child(13) a:before {
  background: url(../img/usr/kt/sp/common/icon_g11.png) no-repeat left center;
  background-size: contain;
}
/* //20180619 変更 終了----------------------------------------------- */


.l-guide_ .txt_ {
  margin: 0 0 10px;
  padding: 0 10px;
 /* color:#3d3d3d; */;
}

.l-guide_ .txt_ p {
  margin: 0 0 10px;
}

/* 20170801追加*/

.l-guide_ .txt_ p a {
  text-decoration: underline;
}
/* 20170801追加ここまで*/


/* 20170818追加*/

.g7_iconimg img {
width: 10%;
}


.noshi_img{
display: flex;
flex-wrap: wrap;
}

.noshi_img li{
width: 33%;
text-align: center;
}

.noshi_img li span{
font-size: 70%;
}


/* 20170818追加 ここまで*/

/* 20210420追加*/

.g7_iconimg2 img {
width: 30%;
}


/* 20210420追加 ここまで*/

.l-guide_ table th {
  width: 40%;
}

.l-guide_ .help29 td {
  padding: 2px 5px;
  border: 1px solid #ccc;
}

.l-guide_ .help32 {
  background-color: #efefef;
}

.l-guide_ .help30 {
  font-size: 13px;
  font-weight: bold;
  background-color: #ddd;
}

.l-guide_ #panels .con {
  height: 0;
  opacity: 0;
}

.l-guide_ .panel-radios {
  display: none;
}

.l-guide_ label {
  -webkit-tap-highlight-color: transparent;
}

.l-guide_ #tabs-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.l-guide_ #tabs-list li {
  width: 45%;
  margin: 0 0 10px;
  border: 1px solid #d5d5d5;
}

.l-guide_ #tabs-list li label {
  display: block;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}

.l-guide_ #tabs-list .none {
  margin: 0;
  padding: 0;
  border: none;
}

.l-guide_ #panel-1-ctrl:checked ~ #panels #panel-1 .con {
 /* max-height: initial; */
  height: auto;
  padding: 0  0 10px;
  opacity: 1;
}

.l-guide_ #panel-2-ctrl:checked ~ #panels #panel-2 .con {
  height: auto;
  padding: 0  0 10px;
  opacity: 1;
}

.l-guide_ #panel-3-ctrl:checked ~ #panels #panel-3 .con {
  height: auto;
  padding: 0  0 10px;
  opacity: 1;
}

.l-guide_ #panel-4-ctrl:checked ~ #panels #panel-4 .con {
  height: auto;
  padding: 0  0 10px;
  opacity: 1;
}

.l-guide_ #panel-5-ctrl:checked ~ #panels #panel-5 .con {
  height: auto;
  padding: 0  0 10px;
  opacity: 1;
}

.l-guide_ #panel-6-ctrl:checked ~ #panels #panel-6 .con {
  height: auto;
  padding: 0  0 10px;
  opacity: 1;
}

.l-guide_ #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  background: #d5d5d5;
}

.l-guide_ #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  background: #d5d5d5;
}

.l-guide_ #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  background: #d5d5d5;
}

.l-guide_ #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  background: #d5d5d5;
}

.l-guide_ #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
  background: #d5d5d5;
}

.l-guide_ #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
  background: #d5d5d5;
}

.l-guide_ .panels {
  margin: -10px 10px 0;
  padding: 10px 0 0;
}

.l-guide_ .m-drop_ {
  position: relative;
  padding: 0 0 0 40px;
 /* height: 40px; */
  border: 1px solid #d5d5d5;
}

.l-guide_ .m-drop_ label {
  line-height: 1.1;
  display: table-cell;
  width: 100%;
  height: 40px;
  padding: 0 45px 0 0;
  cursor: pointer;
  vertical-align: middle;
}

.l-guide_ .m-drop_:before {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 30px;
  margin: auto;
  content: 'Q';
  text-align: center;
}

.l-guide_ .m-drop_ label:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/usr/kt/pc/flow/btn_drop.jpg) no-repeat left top;
}

.l-guide_ .m-drop_close_ label:after {
  background: url(../img/usr/kt/pc/flow/btn_drop.jpg) no-repeat left bottom;
}

.l-guide_ .box_:before {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 1px;
  width: 40px;
  height: 40px;
  content: 'A';
  text-align: center;
}

.l-guide_ .box_ {
  position: relative;
  overflow-y: hidden;
  height: 0;
  margin: 10px 0 0;
  padding: 0 0 0 40px;
}

.l-guide_ .on-off:checked + .box_ {
  height: auto;
}

.error_,.info_{
  color: #e60000;
  padding: 5px;
  background: #ffe1e1 none repeat scroll 0 0;
  border: 1px solid #e60000;
  margin: 0 0 10px;
}
.error_wrap_ {
	margin-bottom: 10px;
}
.error_wrap_ div.info_ {
	background: #ffe1e1 none repeat scroll 0 0;
    border: 1px solid #e60000;
}
.error_wrap_ div.info_ span.info_ {
	display: block;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
.error_wrap_ div.info_ ul.error_ {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}


/* #addressOver
---------------------------------------------------------------------------- */
#addressOver {
	display: none;
	padding: 10px;
}
#addressOver button{
  background: #3e3e3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #292929;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
	line-height: 1.2;
	min-width: 60px;
  padding: 7px 7px 3px;
  text-align: center;
  text-decoration: none;
	margin: auto;
}

#addressOver .choice_{
  margin: 0 0 20px;
  font-size: 16px;
}
#addressOver .choice_ > div{
	display: inline-block;
	vertical-align: middle;
}
#addressOver .choice_ > div:first-child{
}

#addressOver .choice_ .choicebtn button{
  background: #3e3e3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #292929;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
	line-height: 1.2;
	min-width: 60px;
  padding: 7px 7px 3px;
  text-align: center;
  text-decoration: none;
}
#addressOver .m-chkallunall_{
  font-size: 16px;
  border: 1px solid #d5d5d5;
  background: #ebebeb none repeat scroll 0 0;
  margin: 20px 0;
  padding: 10px;
}
#addressOver table + .m-btnone {
	margin-top: 20px;
}
#addressOver .m-btnone button{
	width: 100%;
	padding: 17px 0 13px;
}
#addressOver table.m-addressee_{
	width: 100%;
	border: 1px solid #d5d5d5;
	border-collapse: collapse;
	table-layout: fixed;
}
#addressOver table.m-addressee_self_{ margin-bottom: 15px; }
#addressOver table.m-addressee_ tr {
	border-top: 1px solid #d5d5d5;
}
#addressOver table.m-addressee_ td {
	padding: 7px 5px;
}
#addressOver table.m-addressee_ td.td_input_ {
	width: 25px;
}
#addressOver table.m-addressee_ td dl {
	width: 100%;
	overflow: hidden;
}
#addressOver table.m-addressee_ td dt {
	width: 100%;
	font-size: 14px;
	line-height: 1.4;

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;

}
#addressOver table.m-addressee_ td dt span.self_status_ {
	font-size: 12px;
}

#addressOver table.m-addressee_ td dt:after {
	display: block;
	content: '･･･';
	font-size: 10px;
	line-height: 1.4;
}
#addressOver table.m-addressee_ td dl.open_ dt:after { display: none; }
#addressOver table.m-addressee_ td dl.open_ dt {
	overflow: visible;
	white-space: normal;
}

#addressOver table.m-addressee_ td dd {
	display: none
}
#addressOver table.m-addressee_ td .checkbox_ {
	padding-left: 18px;
}

#addressOver table.m-addressee_ .modify {
	width: 8em;
	margin: 8px 0 0;
}
#addressOver table.m-addressee_ .modify a {
  background: #7a7a7a none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #616161;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
	line-height: 1.2;
  padding: 7px 7px 3px;
  text-align: center;
  text-decoration: none;
	white-space: nowrap;
}

#addressOver .clientSelect_ {
}
#addressOver #addressMultiple.clientSelect_ .m-chkallunall_ ,
#addressOver #addressMultiple.clientSelect_ .m-btnone .addressBtn_add_ ,
#addressOver #addressMultiple.clientSelect_ .td_input_ {
	display: none;
}
#addressOver #addressMultiple.clientSelect_ .m-btnone {
	margin-top: 20px;
}
#addressOver #addressMultiple.deliverySelect_ .m-addressee_self_ ,
#addressOver #addressMultiple.deliverySelect_ .m-btnone .addressBtn_close_ ,
#addressOver #addressMultiple.deliverySelect_ .modify {
	display: none;
}














@-webkit-keyframes fadeInDown {

  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {

  0% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutUp {

  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
}

@keyframes fadeOutUp {

  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

/*----------------------------------------------------------------------------
商品検索画面
----------------------------------------------------------------------------*/
dl.goodssearch_ input[type='search'], dl.goodssearch_ input[type='text'], dl.goodssearch_ input[type='number'] {
    max-width: 100%;
    min-height: 1.8em;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 4px;
}

.m-kits_ .note_result_{
  font-weight: bold;
  color: #FF0000;
}

/*---   商品画面用 20180220追加 --- */

.itemBg{
  margin : 10px ;
  padding : 10px ;
  background: #151515;
  color: #fff !important ;
  font-weight: bold;
  text-decoration: none !important ;
}

.l-registration_ .methodComment_ {
  display: none;
}

.m-ranklist_ .sale_ {
  color: #fe3030;
}

/*---   トップページ本文 20180803追加 --- */
.top-slideBottomBanner {
	margin: 0 10px;
}
.top-slideBottomBanner > ul {
	margin: 20px 0 10px;
	display: flex;
	justify-content: space-between;
}
.top-slideBottomBanner > ul li {
	width: 23.333%;
	text-align: center;
}

/* 追従カート */
.fixed_cart {
	/* display: none; */
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 0;
	z-index: 999;
	overflow: hidden;
}
.fixed_cart p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #CE1415;
    padding: 9px 0 5px;
    color: #fff;
}
.fixed_cart p:before {
  position: relative;
    top: -2px;
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 50px;
    height: 40px;
    background: url(../img/usr/kt/pc/detail/icon_cart2.png) 0 center / 38px auto no-repeat;
}
.fixed_cart p:hover {
	text-decoration: none;
}
.fixed_cart + footer {
	padding-bottom: 60px;
}

/*---   購入前カウンセリング 20210507追加 --- */
#cdp-counseling {
  margin: 0 auto 3.0rem;
  padding: 0 10px;
}
#cdp-counseling .cdp-counseling--tit01 {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 10px;
    border-top: 2px solid #0a0a0a;
    border-bottom: 2px solid #0a0a0a;
    margin: 0 -10px 20px;
}
#cdp-counseling .cdp-counseling--tit02 {
  position: relative;
  font-size: 16px;
  margin: 0 0 15px;
  padding: 5px 10px;
  background: #ebebeb;
}
#cdp-counseling .cdp-counseling--tit02 .must_ {
  display: inline-block;
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 3px 10px;
  margin-top: -10px;
  color: #fff;
  background: #666666;
}

#cdp-counseling .radio_ {
  position: relative;
  line-height: 28px;
  display: inline-block;
  overflow: hidden;
  height: 28px;
  margin: 0 20px 0 0;
  padding: 0 0 0 40px;
  cursor: pointer;
  vertical-align: middle;
  background: url(../img/usr/kt/pc/common/icon_radio.png) no-repeat left bottom;
}
#cdp-counseling .radio_.radio_on {
  background-position: left top;
}
#cdp-counseling .radio_ input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

#cdp-counseling .cdp-counseling--caption {
  margin: 0 0 30px;
  padding: 15px 10px;
  background: #ebebeb;
  line-height: 1.5;
}

.cdp-counseling--con2 > p:first-child {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: bold;
}
#cdp-counseling .cdp-counseling--section {
  margin: 0 0 24px;
  padding: 0 10px 0;
}
#cdp-counseling .cdp-counseling--section .cdp-counseling--tit02 {
  margin: 0 -10px 15px;
}
#cdp-counseling .cdp-counseling--section > p {
  line-height: 1.5;
}
#cdp-counseling .cdp-counseling--section > ul {
  margin: 12px 0 0;
  display: flex;
}
#cdp-counseling .cdp-counseling--section .text_top{
  margin-bottom: 1.5rem;
}
#cdp-counseling .cdp-counseling--submit {
  margin: 20px auto 0;
  text-align: center;
}
#cdp-counseling .cdp-counseling--con1 .submit_ input.confirm,
#cdp-counseling .cdp-counseling--submit input.main2_action_button_ ,
#cdp-counseling .cdp-counseling--submit button {
  width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 5px 0;
    padding: 10px 0;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    background: #444444;
    border: none;
    border-bottom: #999999 2px solid;
    text-decoration: none;
    -webkit-appearance: none;
}
#cdp-counseling .cdp-counseling--con1 .submit_ input.confirm {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}


#cdp-counseling .cdp-counseling--caption02 {
  margin: 20px auto 0;
}
#cdp-counseling .cdp-counseling--caption02 > dt {
  margin: 0 0 12px;
  font-size: 16px;
  padding: 0;
  border: none;
}
#cdp-counseling .cdp-counseling--caption02 > dd {
  padding: 15px 10px;
  border: solid 1px #ebebeb;
  line-height: 1.5;
}
#cdp-counseling .cdp-counseling--caption02 > dd.kose {
  padding: 15px 10px;
  border: none;
  line-height: 1.5;
}

#cdp-counseling .cdp-counseling--er > p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
#cdp-counseling .cdp-counseling--er .cdp-counseling--er-in {
  padding: 18px 10px 25px;
  line-height: 1.5;
  border: solid 1px #ebebeb;
}
#cdp-counseling .cdp-counseling--er .cdp-counseling--er-in.kose {
  padding: 18px 10px 25px;
  line-height: 1.5;
  border: none;
}
#cdp-counseling .cdp-counseling--er .cdp-counseling--er-in .cdp-counseling--er-small {
  font-size: 0.9em;
  padding-top: 5px;
}
#cdp-counseling .cdp-counseling--er .cdp-counseling--er-in .cdp-counseling--er-btn {
  display: block;
  font-size: 12px;
  width: 15em;
  margin: 20px auto 0;
  padding: 7px 0 7px;
  cursor: pointer;
  text-align: center;
  color: #333333;
  border: solid 1px #444444;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 2px 2px 0 #999;
  text-decoration: none!important;
}
#cdp-counseling .cdp-counseling--er .cdp-counseling--er-in .text_center{
  text-align: center;
}
#cdp-counseling .submit_ a.counseling-link {
  width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 5px 0;
    padding: 10px 0;
    color: #444444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    background: #fff;
    border-bottom: #999999 2px solid;
    text-decoration: none;
    -webkit-appearance: none;
    display: block;
    border: 1px solid;
}

/* 購入フロー　CPB */
#cdp-text {
  text-align: center;
  margin: 30px 0 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.4;
}
#cdp-text:empty {
  display: none;
}
#cdp-text .cdp-text-box {
  border: solid 2px #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
#cdp-text p:not(:first-child) {
  margin-top: 1.5em;
}
#cdp-text a {
  text-decoration: underline;
}

#cdp-comptext {
  margin: 30px 0 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.4;
}
#cdp-comptext .cdp-comptext-tit {
  margin: 0 0 3rem;
  padding: 0 0 0.5em;
  border-bottom: solid 2px #999999;
    font-size: 16px;
    text-align: center;
}
#cdp-comptext .cdp-comptext-tit span {
  text-align: left;
  display: inline-block;
}
#cdp-comptext .cdp-comptext-text {
  padding: 0 1.5em;
}
#cdp-comptext .cdp-comptext-btn {
  margin: 3rem 0;
}
#cdp-comptext .cdp-comptext-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14em;
  height: 13vw;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  padding: 0.5vw;
  font-size: calc((16 / 375) * 100vw);
  line-height: 1.3125;
  letter-spacing: 0.06em;
  font-weight: 300;
  background-color: #000;
  position: relative;
  text-align: center;
}
#cdp-comptext .cdp-comptext-btn a:after {
  display: block;
  content: '';
  width: 2.6667vw;
  height: 2.6667vw;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 5.86667vw;
  top: calc(50% - 1.333vw);
}
#cdp-comptext .cdp-comptext-caption {
  font-size: 12px;
}
#est .radio_ {
  position: relative;
  line-height: 28px;
  display: inline-block;
  overflow: hidden;
  height: 28px;
  margin: 0 20px 0 0;
  padding: 0 0 0 40px;
  cursor: pointer;
  vertical-align: middle;
  background: url(../img/usr/kt/pc/common/icon_radio.png) no-repeat left bottom;
}
#est .radio_.radio_on {
  background-position: left top;
}
#est .radio_ input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
#est .cdp-counseling--caption {
  margin: 0 0 30px;
  padding: 15px 10px;
  background: #ebebeb;
  line-height: 1.5;
}
#shiseido .radio_ {
  position: relative;
  line-height: 28px;
  display: inline-block;
  overflow: hidden;
  height: 28px;
  margin: 0 20px 0 0;
  padding: 0 0 0 40px;
  cursor: pointer;
  vertical-align: middle;
  background: url(../img/usr/kt/pc/common/icon_radio.png) no-repeat left bottom;
}
#shiseido .radio_.radio_on {
  background-position: left top;
}
#shiseido .radio_ input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
#shiseido .cdp-counseling--caption {
  margin: 0 0 30px;
  padding: 15px 10px;
  background: #ebebeb;
  line-height: 1.5;
}
.client_name_ {
  font-size: 20px;
}
.order_receive .name {
  width: 80%;
  font-size: 18px;
}
.order_receive .thumb {
  width: 20%;
}
.order_receive .img_ {
  width: 100%;
}
