@charset "UTF-8";
body{
	background-color: #fff;
}
a {
  text-decoration: none;
}
a,
a:hover {
  color: #ff1876;
}
.col2 {
  width: 50%;
  float: left;
}
.col3 {
  width: 33.333%;
  float: left;
}
.fl {
  float: left !important;
}
.cb {
  clear: both !important;
}
.ta-center {
  text-align: center !important;
}
.ta-right {
  text-align: right !important;
}
.ta-left {
  text-align: left !important;
}
.border0 {
  border: none;
}
.padding0 {
  padding: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.padding10 {
  padding: 10px 2% !important;
}
.prl10 {
  padding: 0 10px !important;
}
.prl15 {
  padding: 0 15px !important;
}
.prl20 {
  padding: 0 20px !important;
}
.prl4p {
  padding: 0 4% !important;
}
.prl30 {
  padding: 0 5% !important;
}
.prl60 {
  padding: 0 10% !important;
}
.plr5p {
  padding: 0 5% !important;
}
.plr30p {
  padding: 0 30% !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mtb10 {
  margin: 10px 0 !important;
}
.mtb15 {
  margin: 15px 0 !important;
}
.mtb20 {
  margin: 20px 0 !important;
}
.mr10 {
  margin-right: 2% !important;
}
.mr20 {
  margin-right: 4% !important;
}
.mr0 {
  margin-right: 0 !important;
}
.ml2p {
  margin-left: 2% !important;
}
.ml4p {
  margin-left: 4% !important;
}
.mbtm0 {
  margin-bottom: 0 !important;
}
.mbtm5 {
  margin-bottom: 5px !important;
}
.mbtm10 {
  margin-bottom: 10px !important;
}
.mbtm15 {
  margin-bottom: 15px !important;
}
.mbtm20 {
  margin-bottom: 20px !important;
}
.mbtm30 {
  margin-bottom: 30px !important;
}
.wide34p {
  width: 34%;
}
.wide48p {
  width: 48%;
}
.wide66p {
  width: 74%;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
table.full-size-table2 {
  margin-bottom: 40px;
  border-collapse: collapse;
}
.full-size-table2 td {
  border: 1px solid #b6b6b6;
}
.td25 td {
  width: 25%;
}
.tdfont10 td {
  font-size: 10px;
}
table.full-size-table3 {
  border: 8px;
  border-collapse: separate;
}
.en {
  font-family: AvenirLTPro-Medium, sans-serif;
}
.en-bold {
  font-family: AvenirLTPro-Heavy, sans-serif;
}
#wrap {
  padding-top: 80px;
}
#wrap > #overwrap {
  display: none;
  z-index: 20;
  position: fixed;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.8);
}
#wrap > #blank {
  height: 80px;
}
#wrap > header {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 20px 0 0;
  background-color: #fff;
}
#wrap > header #logo {
  width: 136px;
  margin-left: 16px;
  float: left;
}
#wrap > header #headermenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 21px;
  right: 65px;
}
#wrap > header #headermenu ul li {
  padding: 0 8px;
}
#wrap > header #headermenu ul li img {
  width: 36px;
}
#wrap > header #menuBtn {
  position: absolute;
  top: 35px;
  right: 30px;
  cursor: pointer;
}
#wrap > header #menuBtn span {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background-color: #000;
}
#wrap > header #menuBtn span:before {
  top: -8px;
}
#wrap > header #menuBtn span:after,
#wrap > header #menuBtn span:before {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  content: "";
}
#wrap > header #menuBtn span:after {
  top: 8px;
}
#wrap > header #menuBtn.open span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#wrap > header #menuBtn.open span:before {
  top: -15px;
  right: 15px;
  width: 2px;
  height: 32px;
}
#wrap > header #menuBtn.open span:after {
  top: 0;
}
#wrap > header #spMenu {
  width: 100%;
  border-top: 2px solid #e9e9e9;
}
#wrap > header #spMenu li {
  width: 100%;
  background-color: #fff;
}
#wrap > header #spMenu a {
  display: block;
  position: relative;
  padding: 12px 30px;
  border-bottom: 2px solid #e9e9e9;
  color: #333;
  font-size: 14px;
}
#wrap > header #spMenu a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 45px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}
#wrap > header #spMenu .parent ul a {
  padding-left: 45px;
  border-bottom: 1px solid #e9e9e9;
}
#wrap > header #spMenu .parent > a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 45px;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background-color: #333;
  content: "";
}
#wrap > header #spMenu .parent > a:after {
  right: 39px;
  width: 13px;
  height: 1px;
  margin-top: 0;
  -webkit-transform: none;
  transform: none;
  border: none;
  background-color: #333;
}
#wrap > header #spMenu .sub {
  display: none;
}
#wrap > header #spBottomMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}
#wrap > header #spBottomMenu li {
  width: 48%;
}
#wrap > header #spBottomMenu li a {
  display: block;
  padding: 16px 0;
  background-color: #e94c77;
  color: #fff;
  line-height: 100%;
  text-align: center;
}
#wrap > header #spSnsMenu span {
  display: block;
  font-size: 13px;
  text-align: center;
}
#wrap > header #spSnsMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#wrap > header #spSnsMenu ul li {
  padding: 18px;
}
#wrap > header #spSnsMenu ul li a {
  display: block;
  width: 33px;
}
#spOverlay {
  display: none;
  z-index: 999;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#spOverlay,
#spWrap {
  position: fixed;
  top: 0;
  height: 100%;
}
#spWrap {
  z-index: 1000;
  right: -100%;
  width: 90%;
  padding: 25px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
}
#spWrap.open {
  -webkit-animation: navOpen 0.3s ease-out forwards;
  animation: navOpen 0.3s ease-out forwards;
}
@-webkit-keyframes navOpen {
  0% {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes navOpen {
  0% {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes navClose {
  0% {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@keyframes navClose {
  0% {
    right: 0;
  }
  to {
    right: -100%;
  }
}
#spWrap #closeBtn {
  z-index: 10;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 19px;
  height: 19px;
}
#spWrap #closeBtn:before {
  top: 9px;
  left: -3px;
  width: 25px;
  height: 1px;
}
#spWrap #closeBtn:after,
#spWrap #closeBtn:before {
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
  content: "";
}
#spWrap #closeBtn:after {
  top: -3px;
  left: 9px;
  width: 1px;
  height: 25px;
}
#spWrap #nav-title {
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
#spWrap #nav-login {
  margin-bottom: 14px;
  padding: 16px 0;
  background: #7bc2c8;
  font-size: 11px;
  text-align: center;
}
#spWrap #nav-login a {
  color: #fff;
  line-height: 100%;
}
#spWrap #nav-login img {
  display: inline;
  margin-right: 16px;
  vertical-align: middle;
}
#spWrap #nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#spWrap #nav-flex a {
  display: block;
  width: 49%;
  padding: 10px 0;
  background-color: #ff6e8d;
  color: #fff;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
}
#spWrap #nav-flex a img {
  display: inline;
}
#spWrap #nav-flex a span {
  display: block;
  padding-top: 8px;
}
#spWrap #header-menu {
  margin-top: 22px;
  margin-bottom: 25px;
  border-top: none;
}
#spWrap #header-menu li {
  border-bottom: 1px solid #c6c6c6;
}
#spWrap #header-menu li a {
  display: block;
  position: relative;
  padding: 16px;
  color: #000;
  line-height: 100%;
}
#spWrap #header-menu li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
}
#spWrap #header-menu li.parent > a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 9px;
  height: 1px;
  background-color: #666;
  content: "";
}
#spWrap #header-menu li.parent > a:after {
  top: 50%;
  right: 8px;
  width: 1px;
  height: 9px;
  margin-top: -4px;
  -webkit-transform: none;
  transform: none;
  border: none;
  background-color: #666;
}
#spWrap #header-menu li.parent > a.open:after {
  content: none;
}
#spWrap #header-menu .sub {
  display: none;
  padding: 18px 0;
  border-top: 1px solid #c6c6c6;
}
#spWrap #header-menu .sub li {
  border: none;
}
#spWrap #header-menu .sub li a {
  padding: 8px 30px;
}
#spWrap #header-contact a {
  display: block;
  padding: 16px 0;
  background-color: #f2f2f2;
  color: #000;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
#spWrap #header-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
#spWrap #header-menu-sns li {
  padding: 0 15px;
}
#spWrap #header-menu-sns li img {
  width: 30px;
}
#spWrap #header-menu-text {
  margin-bottom: 25px;
}
#spWrap #header-menu-text a {
  color: #000;
  font-size: 11px;
}
#spWrap #nav-close {
  display: block;
  max-width: 216px;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid #505050;
  color: #000;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
#spWrap #nav-close span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
#spWrap #nav-close span:before {
  left: 0;
  width: 9px;
  height: 1px;
}
#spWrap #nav-close span:after,
#spWrap #nav-close span:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #505050;
  content: "";
}
#spWrap #nav-close span:after {
  left: 4px;
  width: 1px;
  height: 9px;
  margin-top: -4px;
}
#wrap > aside {
  padding: 18px 25px;
  text-align: center;
}
#wrap > aside .tel {
  color: #ff7592;
  font-size: 14px;
}
#wrap > aside .tel a {
  display: block;
  margin: 12px 0 18px;
}
#wrap > #footer {
  padding: 30px 25px;
  background-color: #f7f7f7;
}
#wrap > #footer,
#wrap > #footer #footer-logo {
  text-align: center;
}
#wrap > #footer #footer-logo img {
  display: inline-block;
  width: 168px;
}
#wrap > #footer #footer-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
#wrap > #footer #footer-menu-sns li {
  padding: 0 15px;
}
#wrap > #footer #footer-menu-sns li img {
  width: 30px;
}
#wrap > #footer #footer-menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}
#wrap > #footer #footer-menu-text a {
  color: #000;
}
#pagetop {
  display: block;
  z-index: 10;
  position: fixed;
  right: 10px;
  bottom: 75px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff7592;
}
#pagetop:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
}
.article-inline {
  padding: 6px;
}
#contents,
.content-inline {
  padding: 0 4%;
}
table.borderTable {
  width: 100%;
  margin: 5px 0 20px;
  border-collapse: collapse;
}
.borderTable th {
  background-color: #e0e0e0;
}
.borderTable2 td,
.borderTable td,
.borderTable th {
  padding: 2px;
  border: 1px solid #251e1c;
}
.borderTable2 td {
  width: 25%;
  font-size: 14px;
}
.postage {
  color: red !important;
}
.more {
  display: block;
  margin-right: 14px;
  margin-bottom: 10px;
  text-align: right;
}
.more a {
  position: relative;
}
.more a:after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 2px solid #ff1876;
  border-right: 2px solid #ff1876;
  content: "";
}
.btn {
  padding: 0 2px;
}
.btn a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  margin: 4px 0;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
}
.btn2 {
  padding: 0 5px;
}
.btn2 a {
  display: block;
  margin: 4px 0;
  padding: 7px 0;
  text-align: center;
}
.btnC a {
  background-color: #f9708c;
  color: #fff;
}
.btnG a {
  background-color: #636363;
  color: #fff;
}
.btnW a {
  border: 2px solid #ff1876;
  background-color: #fff;
  color: #ff1876;
}
.btnW a span {
  display: block;
  color: #000;
}
.btnF a {
  border: 1px solid #848484;
  font-size: 14px;
}
.btnF a,
.btnK a {
  background-color: #fff;
  color: #505050;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
}
.btnK a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #848484;
  border-radius: 3px;
  font-size: 11px;
}
.btnS a {
  border: 1px solid #848484;
  background-color: #fff;
  color: #505050;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}
.btnSpec a {
  background-color: #e2e2e2;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 700;
}
.btnECO a,
.btnSpec a {
  border-radius: 3px;
  letter-spacing: 0;
  line-height: 20px;
}
.btnECO a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  top: 105px;
  left: 5%;
  width: 88%;
  padding: 7px 10px;
  background-color: #d2b676;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.borderBox {
  border: 2px solid #ff1876;
  background-color: #fff;
  color: #000;
  text-align: center;
}
#lineupBtn1 a {
  -webkit-background-size: 35px;
  -moz-background-size: 35px;
  background: #ff4b7d url(../img/btn-icon1.png) no-repeat center 8px;
  background-size: 35px;
}
#lineupBtn1 a,
#lineupBtn2 a {
  margin: 14px 0;
  padding: 50px 0 10px;
}
#lineupBtn2 a {
  -webkit-background-size: 35px;
  -moz-background-size: 35px;
  background: #ff4b7d url(../img/btn-icon2.png) no-repeat center 8px;
  background-size: 35px;
}
#ArrowDown a {
  padding: 8px 0 23px;
  background: #fff url(../img/arrow-down2.png) no-repeat center 33px;
  background-size: 14px;
}
#ArrowDownK a {
  padding: 6px 0 18px;
  background: #fff url(../img/arrow-down2.png) no-repeat center 28px;
  background-size: 14px;
}
#ArrowRight a {
  padding: 8px 0 8px 8px;
  background: #fff url(../img/arrow-right.png) no-repeat 95px 10px;
  background-size: 14px;
}
.bag article {
  margin-bottom: 26px;
}
.bag #title h1 {
  line-height: 0;
  text-align: center;
}
.bag #title .titleInfo {
  padding: 16px;
  background-color: #f0f0f0;
}
.bag #title .titleInfo2 {
  padding: 20px;
  background-color: #b59c65;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.bag #title .title-info {
  color: #505050;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.bag h1 {
  background-color: #d2d2d2;
}
.bag h2 {
  color: #ff1079;
}
.bag h2,
.bag h2.emboss {
  margin-bottom: 0.5em;
  font-size: 120%;
}
.bag h2.emboss {
  color: #fff;
}
.bag b {
  color: #ff1079;
}
.bag #point {
  margin-top: 10px;
}
.bag #point .pointBox {
  display: table;
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #aaa;
}
.bag #point .pointBoxL {
  display: table-cell;
  width: 70px;
  margin-right: 10px;
}
.bag #point .pointBoxL img {
  vertical-align: top;
}
.bag #point .pointBoxR {
  display: table-cell;
  padding: 0;
}
.bag #feature .FeatureBox {
  width: 100%;
  margin: 0;
  padding: 0;
}
.bag #feature .FeatureBoxU {
  padding: 10px 20px 40px;
  clear: both;
  background-color: #f4f4f4;
  color: #505050;
  font-size: 12px;
  line-height: 19px;
}
.bag #feature .FeatureBoxU .questionL {
  width: 14%;
  padding-top: 5px;
  float: left;
  color: #000;
  font-family: ＭＳ ゴシック, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.bag #feature .FeatureBoxU .question2 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.bag #feature .FeatureBoxU .questionR {
  width: 86%;
  padding: 5px 0;
  float: left;
}
.bag #feature .FeatureBoxD {
  padding: 15px 20px;
  clear: both;
  color: #6dcdd4;
  font-size: 14px;
  line-height: 20px;
}
.bag #feature .FeatureBoxD .answerL {
  width: 14%;
  padding-top: 10px;
  float: left;
  font-size: 39px;
}
.bag #feature .FeatureBoxD .answerR {
  width: 86%;
  margin-bottom: 15px;
  float: left;
}
.bag #featurebag {
  position: relative;
  width: 195px;
  margin: 0 auto;
  text-align: center;
}
.bag #featurebag #f01 {
  position: absolute;
  top: 77px;
  left: -70px;
}
.bag #featurebag #f02 {
  position: absolute;
  top: 152px;
  left: -70px;
}
.bag #featurebag #f03 {
  position: absolute;
  top: 8px;
  right: -70px;
}
.bag #featurebag #f04 {
  position: absolute;
  top: 90px;
  right: -70px;
}
.bag #featurebag #f05 {
  position: absolute;
  top: 185px;
  right: -70px;
}
#easybag-bw #featurebag {
  position: relative;
  width: 222px;
  margin: 0 auto;
}
#easybag-bw #featurebag #f01 {
  position: absolute;
  top: 43px;
  left: -33px;
}
#easybag-bw #featurebag #f02 {
  position: absolute;
  top: 143px;
  left: -33px;
}
#easybag-bw #featurebag #f03 {
  position: absolute;
  top: 0;
  right: -38px;
}
#easybag-bw #featurebag #f04 {
  position: absolute;
  top: 97px;
  right: -38px;
}
#easybag-bw #featurebag #f05 {
  position: absolute;
  top: 194px;
  right: -38px;
}
.bag #size .borderTable th {
  width: 50%;
  border: 1px solid #ff1079;
  background-color: #ff1079;
  color: #fff;
  text-align: center;
}
.bag #size .borderTable th:nth-child(odd) {
  border-right: 1px solid #fff;
}
.bag #size .borderTable td {
  border: 1px solid #ff1079;
  text-align: center;
}
.bag #size .borderTable .size-info {
  margin-bottom: 6px;
  color: #ff1079;
  font-size: 95%;
}
.bag #size .borderTable .size-logo {
  display: inline-block;
  margin-bottom: 6px;
}
.bag #size .borderTable .size-logo img {
  margin: 0 4px 0 10px;
  float: left;
}
.bag #size .borderTable .size-logo-r {
  width: 113px;
  float: left;
  font-size: 10rem;
  text-align: left;
}
#easybag-bw #size .borderTable .size-logo-r {
  width: 100%;
  padding: 4px 8px;
  float: none;
  background-color: #d1d1d1;
  color: #000;
}
.logosize {
  padding: 12px;
  background-color: #fff;
  text-align: center;
}
.bag #size .borderTable .size-logo b {
  color: #000;
}
.bag #bodycolor td,
.bag #logocolor td,
.bag #ropecolor td {
  width: 25%;
  font-size: 10rem;
}
.bag .td4 td {
  width: 20% !important;
}
.bag .bcolor-box img {
  width: 100%;
}
.bag #ropecolor h2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: relative;
  padding: 4px;
  border-radius: 2px;
  background-color: #00bb9f;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.bag #ropecolor h2 span.arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 8px solid transparent;
  border-top-color: #fff;
}
.bag #ropecolor h2 span.option {
  font-size: 80%;
}
.optf {
  color: #fff;
  font-size: 10px;
}
.bag #price td,
.bag #price th {
  padding: 4px 2px;
}
#carriage .borderTable td,
#carriage .borderTable th,
.bag #price td,
.bag #price th {
  text-align: center;
  vertical-align: middle;
}
.remodal img {
  margin-bottom: 10px;
}
.remodal h1 {
  margin-top: -24px;
  margin-bottom: 6px;
  font-size: 120%;
}
.remodal h1 span {
  font-weight: 400;
}
.remodal h2 {
  color: #ff1876;
}
.information p {
  margin-bottom: 2em;
}
.information {
  font-size: 14px;
  line-height: 130%;
}
.information .btn {
  font-size: 12px;
}
#qa li {
  width: 100%;
  margin-bottom: 1px;
  padding-left: 12px;
  background-color: #ececec;
  text-indent: -12px;
}
#qa li a {
  display: block;
  position: relative;
  padding: 14px 26px 14px 10px;
  color: #333;
}
#qa li a:after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid #ff1876;
  border-right: 1px solid #ff1876;
  content: "";
}
#qa h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  padding-bottom: 10px;
  background: url(../../information/image/line.png) repeat-x 0 bottom;
}
#privacy p {
  margin-bottom: 2em;
}
#company a:link,
#company a:visited {
  color: #323232;
  text-decoration: none;
}
#company a:hover {
  color: #ababab;
  text-decoration: none;
}
#company a:active {
  color: #323232;
  text-decoration: none;
}
#company {
  color: #323232;
}
#cmenu {
  margin-bottom: 30px;
}
#cmenu ul {
  max-width: 750px;
  margin: 20px 0;
  padding: 0;
}
#cmenu li {
  width: 25%;
  margin: 0 12.5% 20px 0;
  float: left;
  border-bottom: 1px solid #323232;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 25px;
  list-style: none;
  text-align: center;
}
#cmenu a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#aboutbB {
  text-align: center;
}
#company h1 {
  margin: 5px 0;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 1px;
}
#company p.midashi-roman {
  font-size: 70%;
  letter-spacing: 2px;
}
#company h2 {
  margin: 1em 0;
  font-size: 105%;
}
#company h2,
#tokyo h2.company-h2-red {
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5em;
}
#tokyo h2.company-h2-red {
  margin: 1em 10%;
  border-bottom: 2px solid red;
  color: red;
  font-size: 110%;
}
#company p {
  font-size: 70%;
  letter-spacing: 1px;
  line-height: 2em;
}
#company p.matsuko-text {
  margin-bottom: 1em;
}
#tokyo p.font-back-red {
  width: 18%;
  margin-bottom: 3px;
  background-color: red;
  color: #fff;
  font-size: 77%;
  text-align: center !important;
}
.attention {
  color: #777;
}
.posrel {
  position: relative;
}
.posabu {
  position: absolute;
  top: -9px;
  left: -10px;
}
.feature {
  margin: 2em 0 1em;
  text-align: center;
}
.others-works {
  margin-bottom: 2em;
  padding: 1em 6.7% 2em;
  background: #f7f8f8;
}
.eobox {
  margin: 0 4% 1em;
  padding: 0.5em 0 2em;
  border-bottom: 1px solid #e0e0e0;
}
#company p.stext {
  margin-bottom: 0;
  font-size: 70%;
  letter-spacing: 2px;
  line-height: 2em;
  text-align: center;
}
#company h3 {
  margin: 0 0 1em;
  font-size: 105%;
  font-weight: 400;
  line-height: 1.5em;
}
#staff {
  margin: 0 4% 2em;
  padding: 1em 0 2em;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.grafic-designer,
.paperbag-adviser {
  text-align: left;
}
.stf-icon:before {
  position: relative;
  top: 6px;
  content: url(../../information/image/company/stuff_icon.png);
}
#company h4 {
  margin: 1em 0;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 2em;
}
.Stext01 {
  font-size: 75% !important;
  line-height: 1.7em !important;
}
.Sboxs {
  max-width: 750px;
  margin-bottom: 1em;
}
.Sbox {
  width: 31.4%;
  margin-right: 2.9%;
  float: left;
}
#company p.Sname {
  margin: 0.7em 0;
  color: #000;
  font-size: 95% !important;
  text-align: center;
}
.Stext02 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 2%;
  letter-spacing: 1px !important;
  line-height: 1.7em !important;
}
#showroom {
  margin: 0 4% 1em;
  padding: 1em 0 2em;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
#osaka,
#osaka-atelier,
#tokyo {
  margin-bottom: 50px;
}
.new-aoyama-image-sp {
  margin: 0 4.5% 37px 0;
}
.srbox {
  width: 49%;
  float: left;
}
#message {
  margin: 0 4% 1em;
  padding: 1em 6% 2em;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.mtext {
  padding: 2.5em 0;
  color: #000;
  text-align: left;
}
.mtext2 {
  font-size: 110% !important;
}
.mtext3 {
  font-size: 140% !important;
}
#company-profile {
  margin-bottom: 1em;
  padding: 1em 6% 2em;
  text-align: center;
}
.cp-boxs {
  max-width: 660px;
  padding: 0;
}
#company p.cp-left {
  width: 27.5%;
  float: left;
}
#company p.cp-left,
#company p.cp-right {
  margin: 0;
  padding: 0.5em 0;
  font-size: 80% !important;
  text-align: left;
}
#company p.cp-right {
  width: 72.5%;
  float: right;
}
#tokutei h2 {
  margin: 1em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
  font-size: 130%;
}
.pink {
  color: #ff1876;
}
.infoTextS {
  margin: 5px 0 20px;
  font-size: 12px;
}
.infoTextS,
.infoTextS2 {
  color: #646464;
  line-height: 20px;
}
.infoTextS2 {
  margin: 5px 0 10px;
  padding-left: 5px;
  border-left: 5px solid;
  font-size: 14px;
}
.sp-about-bb-menu li a {
  width: 46%;
  margin-right: 4%;
  margin-bottom: 3%;
  padding-top: 3%;
  padding-bottom: 3%;
  float: left;
  background: #e5e5e5;
  color: #4d4d4d;
  font-size: 11px;
  font-weight: 700;
  list-style: none;
  text-align: center;
}
.sp-about-bb-menu li a:hover {
  padding-top: 3%;
  padding-bottom: 3%;
  background: #4d4d4d;
  color: #e5e5e5;
}
#first {
  margin: 0 auto;
  padding: 1em 20px;
  color: #323232;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  text-align: center;
}
#first h2 {
  margin: 10px 0 30px;
}
#first h2,
#first h3 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 2px;
}
#first h3 {
  margin: 10px 0 25px;
}
#first p {
  margin: 20px 0;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1.8;
}
#first section {
  padding: 40px 0;
}
#first section#about {
  padding: 20px 0 30px;
  border-bottom: 1px solid #969696;
}
#first section#order {
  margin-top: -80px;
  padding-top: 120px;
}
#first section#service {
  margin-top: -130px;
  padding-top: 170px;
}
#first section#member {
  margin-top: -130px;
  padding: 180px 0 50px;
  border-bottom: 1px solid #969696;
}
#first section#pay {
  border-bottom: 1px solid #969696;
}
#first section#delivery,
#first section#pay {
  margin-top: -70px;
  padding-top: 110px;
}
#first section#date {
  margin-top: -130px;
  padding-top: 180px;
  border-bottom: 1px solid #969696;
}
#first section#contract {
  margin-top: -70px;
  padding-top: 110px;
}
#first p.first {
  font-size: 17px;
  letter-spacing: 1px;
}
.pi-menu {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.pi-menu label {
  display: block;
  position: relative;
  padding: 14px 18px;
  border: 1px solid #323232;
  color: #323232;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: left;
  cursor: pointer;
}
.pi-menu label:before {
  padding-right: 0;
  content: "";
}
.pi-menu label:after {
  position: absolute;
  top: 11px;
  right: 20px;
  content: url(/sp/image/first/icon_arrowbtm03.png);
}
.pi-menu input {
  display: none;
}
.pi-menu .contents {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.open:checked + label + .contents {
  height: auto;
  opacity: 1;
}
.pi-menu .contents p {
  margin: 15px 10px;
}
.open:checked + label:after {
  content: url(/sp/image/first/icon_arrowtop03.png);
}
.pi-menu li {
  display: inline-block;
  width: 100%;
  border: 1px solid #323232;
  border-bottom: none;
  font-size: 15px;
  letter-spacing: 1px;
  list-style: none;
  text-align: left;
}
.pi-menu li.btop {
  border-top: none;
}
.pi-menu li.bbtm {
  border-bottom: 1px solid #323232;
}
#first li a.icon1,
#first li a.icon2,
#first li a.icon3,
#first li a.icon4,
#first li a.icon5,
#first li a.icon6,
#first li a.icon7 {
  position: relative;
  padding: 15px 130px 15px 55px;
  color: #323232;
  line-height: 3;
}
#first li a.icon1:before {
  background: url(/sp/image/first/icon_cart.png) no-repeat;
}
#first li a.icon2:before {
  background: url(/sp/image/first/icon_service.png) no-repeat;
}
#first li a.icon3:before {
  background: url(/sp/image/first/icon_member.png) no-repeat;
}
#first li a.icon4:before {
  background: url(/sp/image/first/icon_pay.png) no-repeat;
}
#first li a.icon5:before {
  background: url(/sp/image/first/icon_delivery.png) no-repeat;
}
#first li a.icon6:before {
  background: url(/sp/image/first/icon_date.png) no-repeat;
}
#first li a.icon7:before {
  background: url(/sp/image/first/icon_contract.png) no-repeat;
}
#first li a.icon1:before,
#first li a.icon2:before,
#first li a.icon3:before,
#first li a.icon4:before,
#first li a.icon5:before,
#first li a.icon6:before,
#first li a.icon7:before {
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 18px;
  width: 1.5em;
  height: 1.3em;
  background-size: contain;
  content: "";
}
#first li a.icon1:hover:before,
#first li a.icon2:hover:before,
#first li a.icon3:hover:before,
#first li a.icon4:hover:before,
#first li a.icon5:hover:before,
#first li a.icon6:hover:before,
#first li a.icon7:hover:before {
  opacity: 0.5;
}
.flow-detail {
  padding: 30px 0 0;
}
.fd-box {
  position: relative;
  margin-bottom: 24px;
  padding: 25px 20px;
  background: #f7f7f7;
}
#first .box-left {
  margin-bottom: 25px;
  font-size: 17px;
}
#first .box-left,
#first .box-right {
  display: inline-block;
  vertical-align: middle;
}
#first .box-right {
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}
.num1:before {
  content: url(/sp/image/first/icon1.png);
}
.num2:before {
  content: url(/sp/image/first/icon2.png);
}
.num3:before {
  content: url(/sp/image/first/icon3.png);
}
.num4:before {
  content: url(/sp/image/first/icon4.png);
}
.num5:before {
  content: url(/sp/image/first/icon5.png);
}
.num1:before,
.num2:before,
.num3:before,
.num4:before,
.num5:before {
  display: block;
  position: absolute;
  top: -13px;
  left: 10px;
}
.fd-box:after {
  display: block;
  z-index: 10;
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: url(/sp/image/first/icon_arrowbtm1.png);
}
.num5:after {
  content: none;
}
.design-support1 {
  padding: 10px 0;
}
#first p.yellow {
  margin: 0 0 20px;
  padding: 5px 10px;
  background: #ffe03e;
  color: #323232;
  font-size: 16px;
}
.ds-box:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: -23px;
  left: 45%;
  content: url(/sp/image/first/icon_arrowbtm2.png);
}
#first .ds-box {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background: #f5f5f5;
}
#first p.ds-title {
  margin: 0;
  font-size: 21px;
  line-height: 1;
}
#first p.ds-about {
  font-size: 13px;
  line-height: 1.7;
}
#first p.ds-about span.redbig {
  color: #e00000;
  font-size: 22px;
  line-height: 1;
}
.red {
  color: #e00000;
}
#first a.ds-btn1,
#first a.ds-btn2 {
  border: 1px solid #323232;
  background: #fff;
  color: #323232;
  font-size: 15px;
  line-height: 2.5;
  text-decoration: none;
}
#first a.ds-btn1 {
  max-width: 335px;
  padding: 11px 76.5px;
}
#first a.ds-btn2 {
  max-width: 335px;
  padding: 11px 60px;
}
#first a.ds-btn1:visited,
#first a.ds-btn2:visited {
  background: #fff;
  color: #323232;
  text-decoration: none;
}
#first a.ds-btn1:hover,
#first a.ds-btn2:hover {
  background: #323232;
  color: #fff;
  text-decoration: none;
}
#first a.ds-btn1:active,
#first a.ds-btn2:active,
#first a.ds-btn3 {
  background: #fff;
  color: #323232;
  text-decoration: none;
}
#first a.ds-btn3 {
  padding: 11px 40px;
  border: 1px solid #323232;
  font-size: 15px;
}
#first a.ds-btn3:visited {
  background: #fff;
  color: #323232;
  text-decoration: none;
}
#first a.ds-btn3:hover {
  background: #323232;
  color: #fff;
  text-decoration: none;
}
#first a.ds-btn3:active {
  background: #fff;
  color: #323232;
  text-decoration: none;
}
#first p.yellow2 {
  margin: 10px auto 20px;
  padding: 5px 0;
  background: #ffe03e;
  color: #323232;
  font-size: 16px;
}
#first .logo-only {
  margin-bottom: 10px;
}
#first .logo-only p {
  margin: 0;
  line-height: 1.4;
}
#first p.fs20 {
  font-size: 20px;
}
#service table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 1px;
}
#service th {
  width: 33.3%;
  font-size: 11px;
  font-weight: 400;
}
#service td,
#service th {
  padding: 5px 0;
  border: 1px solid #969696;
  text-align: center;
  vertical-align: middle;
}
#service td {
  font-size: 16px;
}
#service td.free {
  font-size: 12px;
}
#first p.trace-attention {
  margin: 10px 0 20px;
  font-size: 12px;
  text-align: left;
}
#first p.available {
  position: relative;
  margin: 30px 0 -5px;
  font-size: 18px;
}
#first p.ava-text {
  margin: 0 0 20px;
  font-size: 12px;
}
#first a.register {
  padding: 17px 95.5px;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 3.5;
}
#first a.register,
#first a.register:visited {
  background: #7bc2c8;
  color: #fff;
  text-decoration: none;
}
#first a.register:hover {
  background: #9edbdb;
  color: #fff;
  text-decoration: none;
}
#first a.register:active {
  background: #7bc2c8;
  color: #fff;
  text-decoration: none;
}
#first p.pay-subtit {
  margin: 25px 0 20px;
  padding: 5px 0;
  background: #ebebeb;
  font-size: 13px;
  letter-spacing: 1px;
}
#first p.pay-about {
  letter-spacing: -0.2px;
  text-align: left;
}
#date table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
#date th {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
#date td,
#date th {
  border: 1px solid #969696;
  vertical-align: middle;
}
#date td {
  padding: 14px;
  font-size: 14px;
  text-align: left;
}
#date td.product {
  width: 59%;
}
#date table.long-vacation {
  width: 100%;
  margin: 20px 0 50px;
  border: 10px solid #ebebeb;
  border-collapse: collapse;
}
#date table.long-vacation tr {
  padding: 10px;
}
#date table.long-vacation td {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #969696;
  background: #ebebeb;
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
}
#date table.long-vacation td.small {
  font-size: 11px;
}
#date table.long-vacation td.bn {
  border: none;
}
.ls {
  letter-spacing: -8px;
}
.overseas {
  position: relative;
}
.overseas:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: -15px;
  left: 25px;
  content: url(/sp/image/first/icon_airplane.png);
}
.domestic {
  position: relative;
}
.domestic:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: -15px;
  left: 25px;
  content: url(/sp/image/first/icon_japan.png);
}
#first p.kiyaku {
  font-size: 12px;
  text-align: left;
}
p.kiyaku span {
  font-size: 14px;
}
.bag #feature .full-point {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin: 0 8px 30px;
  padding: 20px;
  border-radius: 7px;
  background-color: #e9f4f6;
  color: #646464;
  text-align: center;
}
.yellowTtl {
  margin-bottom: 16px;
  text-align: center;
}
.yellowTtl img {
  height: 9px;
}
.yellowTtl span {
  display: block;
  margin-top: 2px;
  color: #c5922c;
  font-size: 25px;
  font-weight: 400;
  line-height: 110%;
}
.yellowTtl + p {
  margin-bottom: 2px;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.yellowTtl .en {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
}
#size {
  margin-bottom: 20px;
  padding: 0 5%;
}
table.sizebox {
  width: 100%;
  margin: 30px auto;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
}
table.sizebox td {
  padding: 6px 5px;
  border: 1px solid #d4d4d4;
  font-family: ヒラギノ角ゴ pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.size-use {
  color: #183d5e;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
}
.size-name {
  margin-bottom: 2px;
  color: #af7501;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.size-size {
  color: #3c3c3c;
  font-size: 10px;
}
table.sizebox2 {
  width: 100%;
  margin: 20px auto 30px;
  border-collapse: collapse;
}
table.sizebox2 th {
  text-align: right;
  vertical-align: middle;
}
table.sizebox2 td {
  text-align: left;
  vertical-align: middle;
}
#product-freesize {
  position: relative;
  background: #f8f8f8 url(../../common/img/size_free.png) no-repeat 50%;
  background-size: 100% auto;
}
#product-freesize p {
  position: absolute;
  bottom: 7px;
  width: 100%;
  color: #183d5e;
  font-size: 10px;
  letter-spacing: -1px;
  line-height: 130%;
}
#size td.sizenew {
  position: relative;
}
#size img.sizenew {
  position: absolute;
  top: 33px;
  right: 4px;
  width: 24%;
}
#basicbag img {
  line-height: 0;
  vertical-align: top;
}
.bsize-text {
  color: #646464;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.bsize_img {
  margin: 0;
  text-align: center;
}
.bsize-text3 {
  color: #ff4b7d;
  font-size: 11px;
  font-weight: 700;
}
.bsize-text2,
.bsize-text3 {
  margin: 2px 0;
  text-align: center;
}
.bsize-text2 {
  color: #646464;
  font-size: 12px;
}
.oriSize {
  margin: 20px 0 10px;
  color: #ff4b7d;
  font-size: 15px;
  font-weight: 700;
}
.oriSize-text {
  color: #868686;
  font-size: 14px;
  line-height: 23px;
}
.title-bar {
  padding: 2px 5px;
  background: #76d0d0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#basicbag #more {
  padding-top: 30px;
}
#basicbag .pTitle {
  margin-bottom: 20px;
  text-align: center;
}
#basicbag .pTitle span.en {
  font-size: 10px;
  letter-spacing: 1px;
}
#basicbag .pTitle span {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.25;
}
#basicbag .pTitle .jp_top {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
}
#basicbag .sliderUl {
  margin-bottom: 43px;
}
#basicbag .sliderUl li {
  text-align: center;
}
#basicbag .sliderUl .slick-slide {
  margin: 0 6px;
}
#basicbag .sliderUl li img {
  width: 100%;
}
#basicbag .yellowTtl {
  margin-bottom: 16px;
  text-align: center;
}
#basicbag .yellowTtl img {
  height: 9px;
}
#basicbag .yellowTtl span {
  display: block;
  margin-top: 5px;
  color: #c5922c;
  font-size: 21px;
  font-weight: 400;
  line-height: 110%;
}
#basicbag .imgUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px 21px 48px;
}
#basicbag .imgUl li {
  width: 22.5%;
  margin: 16px 3.33% 0 0;
}
#basicbag .imgUl li:nth-child(4n) {
  margin-right: 0;
}
#basicbag .imgUl li span {
  display: block;
  margin: 6px 0 0 8px;
  font-size: 8px;
  letter-spacing: -0.2px;
  line-height: 1.5;
}
#basicbag .imgUl li img {
  width: 100%;
}
#basicbag .yellowTtl span span {
  margin-top: 4px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.57;
}
#basicbag .pTtl {
  margin-bottom: 2px;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
#basicbag .yellowTtl .en {
  display: block;
  font-size: 10px;
  letter-spacing: 1.5px;
}
#basicbag .yellowTtl + p {
  margin-bottom: 2px;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.middleFontY {
  color: #d2ac63;
  font-size: 19px;
}
.onb {
  padding: 12px 10px;
  clear: both;
}
.eodTitle01 {
  padding: 6px;
  background: #ff6f81;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.eodTitle02 {
  padding: 2px 0;
  background: #cecece;
  color: #676767;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.eodBox {
  height: 110px;
}
.eodBox,
.eodBox2 {
  z-index: 1;
  position: relative;
  padding: 12px 12px 12px 32%;
  background: #f1f1f1;
  color: #656565;
  font-size: 13px;
}
.eodBox2 {
  height: 150px;
}
.eodOKmark {
  color: #de6780;
  font-size: 40px;
}
.eodNGmark,
.eodOKmark {
  position: absolute;
  float: left;
  font-weight: 700;
  line-height: 45px;
}
.eodNGmark {
  color: #d2b676;
  font-size: 38px;
}
.eodText2 {
  margin-left: 50px;
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.colorTable td {
  width: 25%;
  border: 1px solid #000;
}
#kraftbag {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}
#kraftbag img {
  display: block;
}
#kraftbag p.about-text {
  color: #794800;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
#kraftbag p.text {
  padding: 15px 0;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
#kraftbag p.sou-bg {
  background: #f2f1ed;
}
#kraftbag p.theme-color {
  color: #7e552d;
}
#kraftbag p.specname {
  margin: 20px 0 5px;
  color: #7e552d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
}
#kraftbag .sn-etext {
  font-size: 10px;
}
#kraftbag p.specname02 {
  margin: 20px 0 5px;
  color: #7e552d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
}
.sn-etext02 {
  font-size: 12px;
}
#kraftbag table.sizebox {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
}
#kraftbag table.sizebox td {
  padding: 6px 5px 10px;
  border: 1px solid #d4d4d4;
  text-align: center;
  vertical-align: middle;
}
#kraftbag .size-use {
  color: #7e552d;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
}
#kraftbag .size-name {
  color: #7e552d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
#kraftbag .size-size {
  margin-bottom: 5px;
  font-size: 10px;
  letter-spacing: -1px;
}
#kraftbag #size a {
  padding: 4px 8px;
  font-size: 10px;
}
#kraftbag #size a:link,
#kraftbag #size a:visited {
  background: #e3e3e3;
  color: #3c3c3c;
}
#kraftbag #size a:hover {
  background: #3c3c3c;
  color: #e3e3e3;
}
#kraftbag #size a:active {
  background: #e3e3e3;
  color: #3c3c3c;
}
#kraftbag p.lc-text {
  color: #7e552d;
  font-size: 10px;
  line-height: 17px;
}
#kraftbag p.lct−inner {
  margin-bottom: 8px;
  font-size: 14px;
}
#kraftbag table.pricebox {
  width: 100%;
  margin: 0 auto 5px;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  color: #3c3c3c;
  font-size: 10px;
  letter-spacing: 1px;
}
#kraftbag table.pricebox th {
  background: #efeeec;
  font-weight: 400;
}
#kraftbag table.pricebox td,
#kraftbag table.pricebox th {
  padding: 10px 0;
  border: 1px solid #d4d4d4;
  text-align: center;
  vertical-align: middle;
}
#kraftbag table.optionbox {
  width: 100%;
  margin: 0 auto 5px;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  color: #3c3c3c;
  font-size: 10px;
  letter-spacing: 1px;
}
#kraftbag table.optionbox th {
  width: 30%;
  background: #efeeec;
  font-weight: 400;
}
#kraftbag table.optionbox td,
#kraftbag table.optionbox th {
  padding: 10px 0;
  border: 1px solid #d4d4d4;
  text-align: center;
  vertical-align: middle;
}
#kraftbag table.postagebox {
  width: 100%;
  margin: 0 auto 5px;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  color: #3c3c3c;
  font-size: 10px;
  letter-spacing: 1px;
}
#kraftbag table.postagebox th {
  width: 30%;
  padding: 10px 0;
  border: 1px solid #d4d4d4;
  background: #efeeec;
  color: #fa3c3c;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
#wrapper {
  padding: 0;
  overflow: hidden;
}
#wrapper img {
  max-width: 100%;
}
#wrapper input[type="radio"] {
  display: none;
}
#wrapper figure {
  margin: 0;
}
.tabContents {
  -webkit-transition: -webkit-transform 0.6s;
  width: 200%;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.tabContents section {
  width: 50%;
  margin-bottom: 30px;
  float: left;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tabBtn {
  width: 100%;
  margin: 0 auto 20px;
}
.tabBtn li {
  display: table-cell;
  width: 10%;
  background-color: #c9c9c9;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.tBl-border {
  border-right: 12px solid #fff;
}
#tab-1:checked ~ .tabBtn li [for="tab-1"],
#tab-2:checked ~ .tabBtn li [for="tab-2"] {
  background-color: #653000;
}
#wrapper .tabBtn li a,
#wrapper .tabBtn li label {
  display: block;
  padding: 10px 7%;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#tab-1:checked ~ .tabContents section:first-child,
#tab-2:checked ~ .tabContents section:nth-child(2) {
  background-color: #fff;
  opacity: 1;
}
#tab-1:checked ~ .tabContents {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#tab-2:checked ~ .tabContents {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#speedybag {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}
#speedybag .theme-color {
  color: #004aad;
}
#speedybag p {
  margin-bottom: 5px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
}
#speedybag td p {
  margin-bottom: 1px;
}
#speedybag #freesize p {
  position: absolute;
  bottom: 7px;
  width: 100%;
  color: #183d5e;
  font-size: 10px;
  letter-spacing: -1px;
  line-height: 130%;
}
#speedybag .fs10 {
  font-size: 10px !important;
}
#speedybag .subtit01 {
  color: #004aad;
  font-size: 16px;
  line-height: 60px;
}
#speedybag img {
  line-height: 0;
  vertical-align: top;
}
.st-3 {
  font-size: 37px;
  letter-spacing: 4px;
}
.st-3,
.st-week {
  vertical-align: top;
}
.st-week {
  font-size: 20px;
  letter-spacing: 2px;
}
#speedybag .subtit02 {
  margin: 15px 0;
  color: #004aad;
  font-size: 15px;
  line-height: 20px;
}
#point {
  margin-bottom: 20px;
}
.col-litext01 {
  width: 28%;
  margin-right: 4%;
  float: left;
}
.col-litext02 {
  width: 36%;
  margin-right: 6%;
  float: left;
}
.col-litext03 {
  width: 26%;
  float: left;
}
#btn-box {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.btn-sample {
  width: 47%;
  margin-right: 6%;
  float: left;
}
.btn-estimate {
  width: 47%;
  margin: 0;
  float: left;
}
#speedybag .specname {
  margin: 15px 0;
  color: #004aad;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
}
.sn-etext {
  font-size: 10px;
}
#speedybag #size {
  margin-bottom: 30px;
  border-bottom: 1px solid #004aad;
}
#speedybag table.sizebox {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
}
#speedybag table.sizebox td {
  padding: 6px 5px 0;
  border: 1px solid #d4d4d4;
  text-align: center;
  vertical-align: middle;
}
#speedybag .size-use {
  color: #004aad;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
}
#speedybag .size-name {
  color: #004aad;
  font-size: 11px;
  letter-spacing: 1px;
}
#speedybag .size-size {
  font-size: 10px;
  letter-spacing: -1px;
}
#speedybag table.sizebox2 {
  width: 100%;
  margin: 20px auto 30px;
  border-collapse: collapse;
}
#speedybag table.sizebox2 th {
  text-align: right;
  vertical-align: middle;
}
#speedybag table.sizebox2 td {
  text-align: left;
  vertical-align: middle;
}
#speedybag table.pricebox {
  width: 100%;
  margin: 0 auto 5px;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  color: #3c3c3c;
  font-size: 10px;
  letter-spacing: 1px;
}
#speedybag table.pricebox th {
  background: #efeeec;
  font-weight: 400;
}
#speedybag table.pricebox td,
#speedybag table.pricebox th {
  padding: 10px 0;
  border: 1px solid #d4d4d4;
  text-align: center;
  vertical-align: middle;
}
#speedybag table.optionbox {
  width: 100%;
  margin: 0 auto 5px;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  color: #3c3c3c;
  font-size: 10px;
  letter-spacing: 1px;
}
#speedybag table.optionbox th {
  width: 30%;
  background: #efeeec;
  font-weight: 400;
}
#speedybag table.optionbox td,
#speedybag table.optionbox th {
  padding: 10px 0;
  border: 1px solid #d4d4d4;
  text-align: center;
  vertical-align: middle;
}
#speedybag table.postagebox {
  width: 100%;
  margin: 0 auto 5px;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  color: #3c3c3c;
  font-size: 10px;
  letter-spacing: 1px;
}
#speedybag table.postagebox th {
  width: 30%;
  padding: 10px 0;
  border: 1px solid #d4d4d4;
  background: #efeeec;
  color: #fa3c3c;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.nwf-lc-table table {
  width: 100%;
}
.nwf-lc-table td {
  width: 25%;
  padding-right: 1px;
  font-size: 13px;
}
.about-text {
  color: #595757;
  font-size: 12px;
  line-height: 18px;
}
.about-text2 {
  color: #595757;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.about-text3 {
  color: #595757;
  font-size: 11px;
  line-height: 16px;
}
.emboss_btn a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px 10px;
  border: none;
  border-radius: 5px;
  background: #b59c65;
  color: #fff;
  font-size: 15px;
}
#bridal {
  padding: 0 4%;
  font-family: Yu Gothic, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
#bridal img {
  width: 100%;
  margin: 0;
  line-height: 0;
  vertical-align: bottom;
}
#bridal p {
  margin: 0;
  color: #505050;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}
#bridal .bg {
  position: relative;
}
#bridal .pos01 {
  top: 29%;
  line-height: 23px;
}
#bridal .pos01,
#bridal .pos02 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#bridal .pos02 {
  top: 70%;
}
#bridal .pos03 {
  top: 26.5%;
}
#bridal .pos03,
#bridal .pos04 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#bridal .pos04 {
  top: 27%;
}
#bridal .pos05 {
  margin: 15px 0 0;
  font-size: 12px;
}
#bridal .pos06 {
  top: 10%;
}
#bridal .pos06,
#bridal .pos071 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#bridal .pos071 {
  top: 56%;
  color: #fff;
  font-size: 14px;
}
#bridal .pos072 {
  position: absolute;
  top: 8%;
  right: 0;
  bottom: 0;
  left: 30%;
  width: 60%;
  margin: auto;
  text-align: left;
}
#bridal .about-bridal {
  margin-bottom: 30px;
  padding: 0 0.2%;
  font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}
#bridal .about-bridal h2 {
  margin: 30px 0 10px;
  color: #d8a63c;
  font-size: 15px;
  font-weight: 400;
}
#bridal .about-bridal h2 + p {
  text-align: left;
}
#menu li {
  margin-right: 0;
  float: left;
}
.rbn-text {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70%;
  color: #646464;
  font-size: 12px;
  line-height: 23px;
}
.rbn-other-price {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin: 5px 0;
  padding: 8px 20px;
  border-radius: 12px;
  background: #eee;
  color: #717171;
  font-size: 20px;
}
.rbn-other {
  width: 30%;
  padding: 1px 5px 1px 13px;
  background: #646464;
  color: #fff;
  font-size: 15px;
  letter-spacing: 7px;
}
.subsub-text {
  font-size: 11px;
}
.subsub-text,
.wsp-text {
  color: #646464;
  text-align: center;
}
.wsp-text {
  font-size: 12px;
  line-height: 18px;
}
.c196 {
  width: 18%;
  margin-right: 5px;
  padding: 2px;
  background: #cf9e58;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.c196,
.nca-box {
  text-align: center;
}
.nca-box {
  width: 96%;
  margin: 10px 2% 20px;
  padding: 15px 4.5% 20px;
  border: 1px dashed #fb4144;
}
.dc-box {
  width: 100%;
  margin: 20px auto 0;
  padding-top: 12px;
  border-top: 1px dashed #fb4144;
  text-align: left;
}
.nca-text {
  margin-top: 10px;
  color: #646464;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 18px;
}
.drc-img {
  margin: 15px 12.5% 0;
}
.nca-rel {
  position: relative;
}
.serif {
  position: absolute;
  top: -22px;
  left: 3%;
  width: 22%;
}
.ribbon-opt-title {
  margin-bottom: 20px;
  color: #d39d54;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 25px;
  text-align: center;
}
.ribbon-opt-title-opt {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 2px;
  padding: 3px 4px;
  border-radius: 4px;
  background: #fb4144;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
.ribbon-opt-img li {
  width: 46%;
  margin: 0 8% 15px 0;
  float: left;
  list-style: none;
  text-align: center;
}
.ribbon-opt-name {
  margin: 8px 0 0;
  color: #fb4144;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}
.ribbon-opt-text {
  margin: 0;
  color: #777;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
}
.sp-grogran-contact {
  margin: 0 2.9%;
  padding: 10px 0;
  border-right: 2px solid #e6b36e;
  border-left: 2px solid #e6b36e;
  text-align: center;
}
.sp-grogran-contact a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 8px 0;
  padding: 5px 15px;
  border-radius: 4px;
  background: #d39d54;
  color: #fff;
  font-size: 13px;
}
.bag #rbnbag {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.sr-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative;
  width: 96%;
  margin: 10px 2%;
  padding: 10px 4%;
  border: 2px solid #e6b36e;
  border-radius: 6px;
}
.sr-serif {
  position: absolute;
  top: -30px;
  left: 4%;
  width: 40%;
}
.sp-grogran-text {
  margin: 10px 0;
  padding: 0 1%;
  color: #646464;
  font-size: 12px;
  line-height: 18px;
}
.sr-list {
  padding: 0 4.5%;
}
.sr-list li {
  width: 45%;
  margin-right: 8%;
  float: left;
}
.sr-contact-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  position: relative;
  margin: 20px 0 5px;
  padding: 5px 6%;
  border-radius: 3px;
  background: #e6b36e;
  color: #fff;
  text-decoration: none;
}
.sr-contact-btn:hover {
  border: 2px solid #e6b36e;
  background: #fff;
  color: #e6b36e;
}
h1.rep-title {
  text-indent: -5000px;
}
#rep p {
  padding: 0 5%;
  font-size: 12px;
  line-height: 22px;
}
#rep h2,
#rep p {
  text-align: center;
}
#rep h2 {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #f0f0f0;
  font-size: 13px;
}
#rep h3 {
  margin: 15px 0 15px 5%;
  padding-left: 5px;
  border-left: 4px solid #000;
  line-height: 12px;
}
h3#rep-subtitle {
  padding-left: 0;
  border: none;
  color: #ff4b7d;
  font-size: 13px;
}
#rep h4 {
  padding: 5%;
  font-size: 14px;
}
#rep div.cvBox {
  margin: 0 5% 30px;
  border: 1px solid #a0a0a0;
}
#rep hr.cvLine {
  display: block;
  margin: 0 5%;
  border: 1px solid #c7c7c7;
}
#uniquebag {
  margin: 0 auto;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}
#uniquebag p {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.8;
}
#uniquebag #title {
  text-align: center;
}
#uniquebag p.top-midashi {
  margin: 25px 0 10px;
  line-height: 1.7;
  text-align: center;
}
#uniquebag span.tm-subcolor {
  border-bottom: 3px solid #fedc30;
  font-size: 15px;
}
#uniquebag p.pink-text {
  margin: 20px 0 0;
  color: #fe544d;
  text-align: center;
}
#uniquebag p.fs11 {
  font-size: 11px;
}
#uniquebag p.reco-tit {
  margin: 3px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#uniquebag .sns-box {
  padding: 20px 0 30px;
}
#uniquebag .left-box {
  display: inline-block;
  width: 34%;
  padding-top: 10px;
  text-align: center;
  vertical-align: top;
}
#uniquebag .designerimg {
  max-width: 100px;
}
#uniquebag .dname {
  font-size: 11px;
  line-height: 1.4;
}
#uniquebag .dname span {
  font-size: 17px;
  letter-spacing: 2px;
}
#uniquebag .right-box {
  display: inline-block;
  width: 62%;
  padding-right: 4%;
}
#uniquebag .sns-text {
  position: relative;
  padding: 15px;
  border-radius: 6px;
  background: #f3f3ee;
  font-size: 11px;
  text-align: left;
}
#uniquebag .sns-text:before {
  display: block;
  position: absolute;
  top: -10px;
  left: 16%;
  color: #fe544d;
  font-size: 12px;
  content: "＼ 紙袋マニアから一言！／";
}
#uniquebag .sns-text:after {
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  width: 2em;
  height: 4em;
  background: url(../../image/test/icon_fukidashi.png) no-repeat;
  content: "";
}
#uniquebag .sou-text {
  letter-spacing: 0;
  text-align: center;
}
#uniquebag #unique {
  padding: 0 3%;
  background: none;
  text-align: center;
}
#uniquebag .unique-box {
  margin-bottom: 55px;
}
#uniquebag .unique-text {
  padding: 12px 3%;
  font-size: 11px;
  line-height: 2;
  text-align: left;
}
#uniquebag div.popupImg {
  margin: 0 4%;
  overflow: hidden;
}
.popupImg li {
  width: 32%;
  margin-right: 2%;
  float: left;
}
img.onImg01 {
  z-index: 3;
  position: absolute;
  top: 1060px;
  width: 8%;
  margin-bottom: -30px;
}
#uniquebag .popupImg:after {
  display: block;
  clear: both;
  content: "";
}
#uniquebag .bottom {
  padding: 0 5% 50px;
}

/**ランキング**/

#ranking {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}
#ranking .text01 {
  color: #1c1d1d;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
#ranking .text02 {
  color: #1c1d1d;
  font-size: 11px;
  line-height: 21px;
  text-align: left;
}
#ranking .text03 {
  color: #005d95;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
#ranking .text04 {
  margin-bottom: 12px;
  color: #464646;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
}
#product,
#ranking-img {
  padding: 0 2.5%;
}
#ranking .product {
  padding: 25px 0 25px 2%;
  border-bottom: 1px dashed #9fa0a0;
}
table.table {
  width: 100%;
  margin-bottom: 8px;
  border: none;
}
table.table th {
  width: 32%;
  padding: 2px 0;
  background: #f5f5f5;
  color: #005d95;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}
table.table th.space {
  width: 2%;
  background: #fff;
}
table.table td {
  padding: 2px 0;
  color: #464646;
  font-size: 11px;
  text-align: left;
  vertical-align: middle;
}
table.table td.cost,
table.table td.nouki {
  width: 17%;
}
table.table td.design,
table.table td.lot {
  width: 23%;
}
table.table td.star {
  width: 26%;
}
#ranking .detail {
  width: 42%;
  margin: 0 26%;
}
.spec {
  font-size: 18px;
  letter-spacing: 1px;
}
#qds {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}
#qds #menu a:active,
#qds #menu a:hover,
#qds #menu a:link,
#qds #menu a:visited {
  background: #5d99b8;
  color: #fff;
}
#qds p.subtitle {
  margin-top: 30px;
  border-bottom: 1px solid #ffb500;
  color: #ffb500;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
}
#qds li {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  position: relative;
  width: 100%;
  margin-top: 13px;
  padding: 18px 0 18px 3%;
  border-radius: 7px;
  background: #5d99b8;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
}
#qds li.about:after {
  content: url(../../image/qds/icon01.png);
}
#qds li.about:after,
#qds li.spec:after {
  position: absolute;
  top: 35%;
  right: 8px;
  margin-top: -10px;
}
#qds li.spec:after {
  content: url(../../image/qds/icon02.png);
}
#qds li.target:after {
  position: absolute;
  top: 31%;
  right: 8px;
  margin-top: -10px;
  content: url(../../image/qds/icon03.png);
}
#qds p.text {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #3c3c3c;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
}
#qds p.heading-box {
  width: 58%;
  margin-bottom: 12px;
  padding: 3px 0;
  background: #5d99b8;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
}
#qds #target a:active,
#qds #target a:hover,
#qds #target a:link,
#qds #target a:visited,
#qds .box {
  background: #f0f0f0;
  color: #3c3c3c;
}
#qds .box {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-bottom: 15px;
  padding: 20px 1.5% 20px 4.5%;
  border-radius: 6px;
}
#qds .left-box {
  width: 67.5%;
  float: left;
}
#qds .right-box {
  width: 32.5%;
  margin-top: 10px;
  float: right;
}
#qds p.target-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
#qds p.target-text {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 20px;
}
#qds p.lot,
#qds p.nouki {
  width: 46%;
  margin-right: 4%;
  padding: 3px 0;
  float: left;
  background: #62b6bd;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
#qds .num {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1px;
}
#qds .daysheet {
  font-size: 14px;
  letter-spacing: 1px;
}
#press {
  padding: 0 13.3%;
  font-family: Yu Gothic, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
#press .boxs,
#press img {
  width: 100%;
}
#press .box {
  width: 100%;
  margin-bottom: 70px;
}
#press .abus {
  position: relative;
  margin-bottom: 10px;
}
#press .new {
  position: absolute;
  top: 0;
  left: 0;
}
#press p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 15px;
}
#press p.title {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}
#press .btn {
  margin: 0;
  padding: 13px 30.5%;
  border: 1px solid #6b6b6b;
  background: #fff;
  color: #6b6b6b;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}
#press .btn:hover {
  background: #6b6b6b;
  color: #fff;
}
#vivit {
  text-align: center;
}
#vivit h1 {
  font-size: 13px;
  text-align: center;
}
#vivit h1,
#vivit p {
  margin-bottom: 15px;
  color: #323232;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
#vivit p {
  padding: 15px 8%;
  font-size: 11px;
}
#vivit p.komidashi {
  width: 60%;
  margin: 0 auto 23px;
  padding: 4px;
  background: #69b721;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
}
#vivit p.text {
  margin-bottom: 4px;
  padding: 0;
}
#tokyow {
  text-align: center;
}
#tokyow h1 {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
#tokyow h1,
#tokyow p {
  margin-bottom: 3px;
  color: #323232;
  font-weight: 400;
  letter-spacing: 1px;
}
#tokyow p {
  margin-top: 3px;
  padding: 3px 8% 1px;
  font-size: 11px;
  line-height: 1.8;
}
#tuhanlife,
#tuhanlife h1 {
  text-align: center;
}
#tuhanlife h1 {
  margin-top: 0;
  margin-bottom: 3px;
  color: #323232;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.6;
}
#tuhanlife .img3 {
  width: 100%;
  margin: auto;
  background-color: #efeeed;
}
#tuhanlife p {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 12% 1px;
  color: #323232;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: left;
}
#blogtop h1 {
  width: 60%;
  margin: 0 auto 20px;
}
#blog-main #boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#blog-main .box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  width: 48%;
  margin: 10px 1%;
  border-radius: 6px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#blog-main .box img {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
#blog-main .box .title {
  padding: 8px 12px;
  font-family: Hiragino Kaku Gothic Pro, Osaka, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}
#blog-main .box .exc {
  line-height: 130%;
}
#blog-main .box .exc,
#blog-main .box .tag {
  padding: 0 12px 8px;
  font-size: 9px;
}
#blog_content .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
#blog_content .navigation a {
  display: inline-block;
  padding: 0 10px;
}
#blog_content {
  padding: 0 15px;
}
#blog_content .entry-title {
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 2px solid pink;
  color: #ff1493;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}
#blog_content .entry-meta {
  color: #888;
  font-size: 12px;
}
#blog_content .entry-content {
  font-size: 14px;
  line-height: 180%;
}
#blog_content .entry-content img {
  height: auto;
  margin: 1em auto;
}
.easy-bw-1907-image-text1 {
  margin: 35px 0 10px;
  text-align: center;
}
.easy-bw-1907-image-text1 img {
  height: 9px;
}
.easy-bw-1907-image-text2 {
  margin: 40px 0 15px;
  text-align: center;
}
.easy-bw-1907-image-text2 img {
  height: 10px;
}
.easy-bw-1907-image-text3 {
  margin: 33px 0 20px;
  text-align: center;
}
.easy-bw-1907-image-text3 img {
  height: 36px;
}
.easy-bw-1907-image-text4 {
  margin: 20px 0;
  text-align: center;
}
.easy-bw-1907-image-text4 img {
  height: 36px;
}
.easy-bw-1907-text1,
.easy-bw-1907-text2,
.easy-bw-1907-text3,
.easy-bw-1907-text4,
.easy-bw-1907-text5,
.easy-bw-1907-text6,
.easy-bw-1907-text7,
.easy-bw-1907-text8 {
  font-family: FP-ヒラギノUD明朝 StdN W4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.easy-bw-1907-text1 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.easy-bw-1907-text2 {
  font-size: 11px;
}
.easy-bw-1907-text2,
.easy-bw-1907-text3 {
  margin-bottom: 30px;
  line-height: 20px;
  text-align: center;
}
.easy-bw-1907-text3 {
  font-size: 10px;
}
.easy-bw-1907-text4 {
  margin-bottom: 30px;
}
.easy-bw-1907-text4,
.easy-bw-1907-text5 {
  color: #c18238;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.easy-bw-1907-text5 {
  margin-bottom: 20px;
}
.easy-bw-1907-text6 {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}
.easy-bw-1907-image1 {
  text-align: center;
}
.easy-bw-1907-text7 {
  font-size: 16px;
  line-height: 21px;
}
.easy-bw-1907-text7,
.easy-bw-1907-text7 span {
  margin-bottom: 20px;
  color: #c18238;
  text-align: center;
}
.easy-bw-1907-text7 span {
  font-size: 13px;
  line-height: 26px;
}
.easy-bw-1907-text8 {
  margin-bottom: 20px;
  color: #c18238;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.easy-bw-1907-text9 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.easy-temp-box {
  margin: 10px auto 30px;
  text-align: center;
}
#easybwbag #more {
  padding-top: 30px;
}
#easybwbag .pTitle {
  margin-bottom: 35px;
  text-align: center;
}
#easybwbag .pTitle span.en {
  font-size: 14px;
  letter-spacing: 2px;
}
#easybwbag .pTitle span {
  display: block;
  margin-top: 18px;
  font-size: 26px;
  letter-spacing: 0;
}
#easybwbag .sliderUl {
  margin-bottom: 43px;
}
#easybwbag .sliderUl li {
  text-align: center;
}
#easybwbag .sliderUl .slick-slide {
  margin: 0 6px;
}
#easybwbag .sliderUl li img {
  width: 100%;
}
#kraftbag #more {
  padding-top: 30px;
}
#kraftbag .pTitle {
  margin-bottom: 35px;
  text-align: center;
}
#kraftbag .pTitle span.en {
  font-size: 14px;
  letter-spacing: 2px;
}
#kraftbag .pTitle span {
  display: block;
  margin-top: 18px;
  font-size: 26px;
  letter-spacing: 0;
}
#kraftbag .sliderUl {
  margin-bottom: 43px;
}
#kraftbag .sliderUl li {
  text-align: center;
}
#kraftbag .sliderUl .slick-slide {
  margin: 0 6px;
}
#kraftbag .sliderUl li img {
  width: 100%;
}
.size_red {
  text-align: center;
}
.easy-btn {
  padding: 0 10%;
}
.easy-btn a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  margin: 17px 0;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
}
.easy-btnC a {
  background-color: #f9708c;
  color: #fff;
}
#comp-bottom-nav-wrap {
  z-index: 99999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.responsive-body {
  padding-bottom: 63px;
}
.comp-bottom-nav {
  grid-gap: 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style: none;
}
.comp-bottom-nav > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.comp-bottom-nav > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.comp-bottom-nav > :nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.comp-bottom-nav img {
  width: auto;
  height: 18px;
}
.comp-bottom-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.comp-bottom-nav a {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #ff4b7e;
  background-color: #ff4b7e;
  color: #fff;
  text-align: center;
}
.comp-bottom-nav a span {
  display: block;
  font-size: 12px;
}
#nav-topmenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 41px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
#nav-topmenu a:before {
  display: inline-block;
  margin-right: 1em;
}
#nav-topmenu .nav-topmen-login {
  background-color: #7bc2c8;
}
#nav-topmenu .nav-topmen-login:before {
  content: url(https://www.berry-b.jp/sp/common/img/sp-icon-login.svg);
}
#nav-topmenu .nav-topmen-form {
  margin-top: 10px;
  padding-right: 22px;
  background-color: #ff7592;
}
#nav-topmenu .nav-topmen-form:before {
  content: url(https://www.berry-b.jp/sp/common/img/sp-icon-form.svg);
}
#header-tel {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#header-tel img {
  display: table;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#header-tel small {
  display: block;
  margin-top: 0;
  color: #000;
  font-size: 10px;
}
#formTable .checked-style:before,
#formTable .checked-style:hover:before {
  border-color: #e74b77;
  background: #e74b77;
}

#formTable .checked-style span {
  color: #e74b77;
}

/*# sourceMappingURL=style-sp.css.map */
