@charset "UTF-8";
/*------------------------------------------------------------
	記事コンテンツスタイル
------------------------------------------------------------*/
/*body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}*/
#main {
  width: auto;
}

.singleColumn #conts {
  width: auto;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.itemList li a.c-btn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__caption__center {
  color: #fff !important;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

body {
  overflow-x: hidden;
}

#conts .selectBox {
  margin-bottom: 30px;
  background-color: #fff;
  border: 3px solid #70594b;
}

#conts .selectBox .title {
  padding: 5px 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #70594b;
}

#conts .selectBox .title span {
  margin-left: 14px;
  font-size: 1.4rem;
  
}

#conts .selectBox .title #conts .selectBox .subBox {
  padding: 27px 40px 25px;
}

#conts .selectBox .subBox .comTtl01 {
  margin-bottom: 5px;
}

#conts .selectBox .subBox .photoList {
  margin: 0 -10px 30px;
  width: 900px;
}

#conts .selectBox .subBox .photoList li {
  padding: 0 10px;
  float: left;
}

#conts .selectBox .subBox .photoList li .price {
  display: block;
  color: #900;
  line-height: 1;
  text-align: center;
}

#conts .selectBox .subBox .photoList li a {
  width: 158px;
  display: block;
  position: relative;
  border: 1px solid #d6d1ce;
}

#conts .selectBox .subBox .photoList li a .img {
  position: absolute;
  top: -1px;
  right: -1px;
}

#conts .selectBox .subBox .photoList li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#conts .selectBox .subBox .photoList li p {
  padding-top: 6px;
  color: #3f1f0c;
  text-align: center;
  font-weight: bold;
}

#conts .selectBox .subBox .photoList li p:last-child {
  padding-top: 10px;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #conts .selectBox .subBox .photoList li p:last-child {
    padding-top: 0;
    margin-bottom: 20px;
  }
}

#conts .selectBox .subBox .basicTable {
  margin-bottom: 20px;
}

#conts .selectBox .subBox .basicTable dt {
  width: 155px;
  vertical-align: top;
}

#conts .selectBox .subBox .basicTable .wid01 {
  width: 225px;
  vertical-align: top;
}

#conts .selectBox .subBox .basicTable dd li {
  width: 220px;
  float: left;
}

#conts .selectBox .subBox .basicTable dd li:nth-child(1),
#conts .selectBox .subBox .basicTable dd li:nth-child(2) {
  margin-bottom: 12px;
}

#conts .selectBox .subBox .basicTable dd li img {
  margin-right: 8px;
  vertical-align: middle;
}

#conts .selectBox .subBox .basicTable dd li:nth-child(1) {
  color: #000;
}

#conts .selectBox .subBox .basicTable dd li:nth-child(2) {
  color: #4b2b1c;
}

#conts .selectBox .subBox .basicTable dd li:nth-child(3) {
  color: #7f4329;
}

#conts .selectBox .subBox .basicTable dd li:nth-child(4) {
  color: #1c3a5e;
}

#conts .selectBox .subBox .basicTable dd .list {
  color: #67033f !important;
}

#conts .selectBox .subBox .photoList01 {
  margin: 0 -0px 0 0;
  width: 969px;
}

#conts .selectBox .subBox .photoList01 li {
  padding: 0 0 20px;
  width: 308px;
}

#conts .selectBox .subBox .photoList01 li a {
  width: 108px;
}

#conts .selectBox .subBox .photoList01 li .photo {
  padding-right: 15px;
  float: left;
}

#conts .selectBox .subBox .photoList01 li p {
  margin-top: -10px;
  width: 175px;
  float: left;
  line-height: 1.5;
  text-align: left;
}

#conts .selectBox .subBox .photoList01 li p .price {
  display: block;
  color: #990000;
  text-align: right;
}

#conts .optionBox {
  margin-bottom: 60px;
  background-color: #fff;
  border: 3px solid #e3dedb;
}

#conts .optionBox .title {
  padding: 5px 20px 7px;
  color: #40210f;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #e3dedb;
}

#conts .optionBox .title span {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: normal;
}

#conts .optionBox .title small {
  font-size: 1.2rem;
}

#conts .optionBox .subBox {
  padding: 40px 40px;
}

#conts .optionBox .subBox .comTtl01 {
  margin-bottom: 15px;
}

#conts .optionBox .subBox .text {
  margin-bottom: 10px;
}

#conts .optionBox .subBox .text span {
  background-color: #ece7e4;
  border-radius: 2px;
}

#conts .optionBox .subBox ul {
  margin-bottom: 35px;
}

#conts .optionBox .subBox li {
  width: 420px;
  float: right;
}

#conts .optionBox .subBox li:first-child {
  float: left;
}

#conts .optionBox .subBox li .photo {
  padding-right: 15px;
  float: left;
}

#conts .optionBox .subBox li p {
  margin-top: -5px;
  width: 160px;
  float: left;
  font-weight: bold;
}

#conts .optionBox .subBox li p span {
  display: block;
  color: #990000;
  text-align: right;
}

#conts .woodBox01 {
  margin-bottom: 50px;
}

#conts .woodBox01 .inner {
  overflow: hidden;
}

#conts .woodBox01 .inner .contact {
  float: left;
}

#conts .woodBox01 .inner .contact a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#conts .woodBox01 .inner .tel {
  width: 370px;
  float: right;
}

#conts .snsList li {
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}

#conts .snsList li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 640px) {
  #conts {
    margin: 0 10px;
  }
  #main .ttl03 {
    margin-bottom: 12px;
  }
  #conts .bespokeCatchR {
    margin-bottom: 30px;
    width: 100%;
    min-height: 0;
  }
  #conts .bespokeCatchR .txt br.pcHide {
    display: block;
  }
  #conts .tabBox {
    margin-bottom: 30px;
  }
  #conts .tabBox .menu {
    display: none;
  }
  #conts .tabBox .spLink {
    margin-top: 10px;
    display: block;
  }
  #conts .tabBox .spLink a {
    padding: 15px 0;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    background-color: #3f1e0b;
  }
  #conts .flow01 {
    padding: 15px 20px 20px;
  }
  #conts .flow01 .text {
    margin-bottom: 15px;
  }
  #conts .flow01 .text + .step {
    background-image: none;
  }
  #conts .flow01 .step .pTxt {
    margin: 0;
  }
  #conts .flow01 .step .txt01 {
    margin-bottom: 14px;
  }
  #conts .basicTable dl {
    padding: 8px 0;
  }
  #conts .basicTable dl:last-child {
    margin-bottom: 0;
  }
  #conts .basicTable dl dt,
  #conts .basicTable dl dd {
    margin-bottom: 0;
    padding: 5px 0;
    width: auto !important;
  }
  #conts .whiteBox {
    padding: 15px;
  }
  #conts .noteList {
    margin-bottom: 18px;
  }
  #conts .selectBox .title {
    padding: 5px 10px;
    line-height: 1.2;
  }
  #conts .selectBox .title span {
    margin-left: 10px;
  }
  #conts .selectBox .subBox .photoList {
    margin: 0 0 15px;
    width: auto;
  }
  #conts .selectBox .subBox {
    padding: 15px 20px;
  }
  #conts .selectBox .subBox .photoList li {
    padding: 0;
    float: none;
  }
  #conts .selectBox .subBox .photoList li a {
    width: auto;
    text-align: center;
  }
  #conts .selectBox .subBox .basicTable dd li {
    margin-bottom: 0 !important;
  }
  #conts .selectBox .subBox .basicTable {
    margin-bottom: 10px;
  }
  #conts .selectBox .subBox .photoList01 li {
    width: auto;
  }
  #conts .selectBox .subBox .photoList01 li .photo {
    padding: 0 0 5px;
    float: none;
    text-align: center;
  }
  #conts .selectBox .subBox .photoList01 li p {
    margin-top: 0;
    padding-top: 0;
    width: auto;
    float: none;
    text-align: center;
  }
  #conts .selectBox .subBox .photoList01 li p .price {
    text-align: center;
  }
  #conts .comTtl span {
    margin-left: 0;
    display: block;
  }
  #conts .optionBox .title {
    padding: 5px 10px;
    line-height: 1.2;
  }
  #conts .optionBox .title span {
    margin-left: 10px;
  }
  #conts .optionBox .subBox {
    padding: 20px;
  }
  #conts .optionBox .subBox ul {
    margin-bottom: 18px;
  }
  #conts .optionBox .subBox li {
    padding-bottom: 10px;
    width: auto;
    float: none !important;
  }
  #conts .optionBox .subBox li .photo {
    padding: 0 0 10px;
    width: auto;
    float: none;
  }
  #conts .optionBox .subBox li .photo img {
    width: 100%;
  }
  #conts .optionBox .subBox li p {
    margin-top: 0;
    width: auto;
    float: none;
    line-height: 1.5;
  }
  #conts .optionBox .subBox li p span {
    text-align: left;
  }
  #conts .woodBox01 .inner .contact {
    margin-bottom: 10px;
    float: none;
  }
  #conts .woodBox01 .inner .contact img {
    width: 100%;
    height: auto;
  }
  #conts .woodBox01 .inner .tel {
    width: auto;
    float: none;
  }
  #conts .woodBox01 .inner .tel img {
    width: 100%;
    height: auto;
  }
  #conts .snsList li {
    padding-right: 0;
  }
  #conts .snsList li:last-child {
    padding-right: 0;
  }
  .resp-tab-active span {
    padding: 0;
    background: none;
  }
  h2.resp-accordion {
    color: #444;
    background-color: #d9d2ce;
  }
  h2.resp-tab-active {
    color: #fff;
    background: #3f1e0b !important;
    border-radius: 0;
  }
  #conts .sliderBox {
    margin: 0 auto 70px;
    width: 302px;
  }
  #conts .sliderBox .photoUl {
    margin: 0;
    width: auto;
    overflow: hidden;
  }
  #conts .sliderBox .photoUl li {
    width: 302px;
  }
  #conts .sliderBox .photoUl li img {
    width: 100%;
    height: auto;
  }
  #conts .sliderBox .arrow {
    margin-left: -85px;
    width: 170px;
    position: absolute;
    left: 50%;
    bottom: -6px;
  }
  #conts .sliderBox .arrow li {
    margin-top: 0;
    position: inherit;
  }
  #conts .sliderBox .arrow li img {
    width: 48px;
    height: auto;
  }
  #conts .sliderBox .arrow .prev {
    right: 0;
  }
  #conts .sliderBox .arrow .next {
    left: 0;
  }
  #conts .sliderBox .arrow .next,
  #conts .sliderBox .arrow .prev {
    background-size: 44px 44px;
  }
}

.selectBox .l-list {
  margin-bottom: 30px;
}

.selectBox .c-ttl {
  text-align: center;
}

.selectBox .c-ttl h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.selectBox .comBox {
  margin-bottom: 20px;
}

.selectBox .comBox:not(:last-child) {
  border-bottom: 1px dashed #40210f;
}

.selectBox .boxCol1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10%;
  width: 50%;
  float: left;
}

@media only screen and (max-width: 640px) {
  .selectBox .boxCol1 {
    padding: 0;
    width: 100%;
    float: none;
  }
}

.selectBox .boxCol1 .listMD {
  width: 220px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .selectBox .boxCol1 .listMD {
    width: 100%;
  }
}

.selectBox .boxCol1 .listMD .price {
  text-align: center;
  color: #990000;
  font-weight: bold;
}

.selectBox .boxCol1.box04 {
  border-right: 1px dashed #40210f;
}

@media only screen and (max-width: 640px) {
  .selectBox .boxCol1.box04 {
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px dashed #40210f;
  }
}

.selectBox .listMD {
  margin: 20px auto 0;
  width: 874px;
  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;
}

@media only screen and (max-width: 640px) {
  .selectBox .listMD {
    width: 100%;
    display: block;
  }
}

.selectBox .listMD li {
  margin-bottom: 20px;
  width: 210px;
}

@media only screen and (max-width: 640px) {
  .selectBox .listMD li {
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
}

.selectBox .listMD li:not(:nth-of-type(3n)):not(:last-child) {
  margin-right: 100px;
}

.selectBox .listMD img {
  margin-bottom: 20px;
  border: 1px solid #d6d1ce;
}

.selectBox .listMD h4 {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.8;
}

.selectBox .listMD p {
  text-align: left;
}

#conts .optionBox .subBox li .option_text {
  padding-top: 20px;
  text-align: left;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #conts .optionBox .subBox li:not(:last-child) {
    margin-bottom: 20px;
  }
  #conts .optionBox .subBox li .option_text {
    padding-top: 0;
  }
}

#main #conts .accessBox {
  margin-bottom: 60px;
}

#main #conts .accessBox .info {
  width: 960px;
  margin: 0 auto 60px;
}

#main #conts .accessBox .info .woodBox02 {
  padding: 0;
}

#main #conts .accessBox .info .woodBox02 .img {
  float: left;
}

#main #conts .accessBox .info .woodBox02 .basicTable {
  width: 420px;
  margin: 30px;
  float: right;
  background: url(/img/common/icon/border_dash03.gif) repeat-x 0 bottom;
}

#main #conts .accessBox .info .woodBox02 .basicTable dl {
  border-bottom: none;
  background: url(/img/common/icon/border_dash03.gif) repeat-x 0 0;
}

#main #conts .accessBox .info .woodBox02 .basicTable dl:first-child {
  border-top: none;
}

#main #conts .accessBox .info .woodBox02 .basicTable dl dt,
#main #conts .accessBox .info .woodBox02 .basicTable dl dd {
  color: #fff;
  padding: 15px 0 14px 10px;
}

#main #conts .accessBox .info .woodBox02 .basicTable dl dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
}

#main #conts .accessBox .access p {
  text-align: center;
  margin-bottom: 20px;
}

#main #conts .accessBox .access .google-maps {
  position: relative;
  padding-bottom: 420px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#main #conts .accessBox .access .google-maps iframe,
#main #conts .accessBox .access .google-maps object,
#main #conts .accessBox .access .google-maps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  #main #conts .accessBox .info {
    width: 100%;
  }
  #main #conts .accessBox .info .woodBox02 {
    background-position: -50px 0;
    padding-bottom: 10px;
  }
  #main #conts .accessBox .info .woodBox02 .img,
  #main #conts .accessBox .info .woodBox02 .basicTable {
    float: none;
  }
  #main #conts .accessBox .info .woodBox02 .img img {
    width: 100%;
    height: auto;
  }
  #main #conts .accessBox .info .woodBox02 .basicTable {
    width: auto;
    margin: 10px 10px 0;
  }
  #main #conts .accessBox .info .woodBox02 .basicTable dl dt,
  #main #conts .accessBox .info .woodBox02 .basicTable dl dd {
    padding: 0;
    padding-left: 10px;
  }
  #main #conts .accessBox .access {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #main #conts .accessBox .access p {
    padding: 0 10px;
  }
  #main #conts .accessBox .access .google-maps {
    padding-bottom: 56.25%;
    padding-top: 100px;
  }
  #conts section.works,
  #conts .contactBox,
  #conts #benefits,
  #conts #order-flow {
    width: auto;
  }
}

/*------------------------------------------------------------
	エラー画面のフッターナビ非表示
------------------------------------------------------------*/
#error #footer .footNavi {
  display: none !important;
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
.test {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

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

@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}

body {
  margin: 0;
}

.leather-cardholder #pagePath {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .leather-cardholder #main .ttl03 {
    padding: 0 25px;
  }
  .leather-cardholder #main .ttl03 span {
    display: inline-block;
  }
}

.leather-cardholder .sub {
  text-align: center;
  font-size: 1.6rem !important;
  line-height: 1.7 !important;
  color: #111111;
  
  margin: 0 0 49px;
}

@media only screen and (max-width: 640px) {
  .leather-cardholder .sub {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    margin: 0 0 25px;
  }
}

.c-mv {
  background: url("/img/service/leather-cardholder-order/mv.webp") no-repeat center;
  background-size: cover;
  text-align: center;
  width: 100vw;
  height: calc(100vh - 20px);
  padding: 8vh 5vh 9.2vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .c-mv {
    height: 590px;
    padding: 22px 10px 18px;
    background: url("/img/service/leather-cardholder-order/mv_sp.webp") no-repeat center;
    background-size: cover;
  }
}

.c-mv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .c-mv__box {
    display: block;
  }
}

.c-mv__subttl {
  font-size: 2.6vw;
  line-height: 2;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-animation: fadeIn 2s ease-in 0.5s forwards;
          animation: fadeIn 2s ease-in 0.5s forwards;
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .c-mv__subttl {
    font-size: 2.4rem;
    line-height: 1.45;
  }
}

.c-mv__mainttl {
  font-size: 6.4vh;
  line-height: 1.55;
  color: #fff;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 3.2vh 0 2.4vh;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-animation: fadeIn 0.6s ease 4.5s forwards;
          animation: fadeIn 0.6s ease 4.5s forwards;
  opacity: 0;
  letter-spacing: 1.7px;
}

@media only screen and (max-width: 640px) {
  .c-mv__mainttl {
    font-size: 3.2rem;
    line-height: 1.5;
    padding: 0;
    margin: 20px 0 0;
    letter-spacing: 2.7px;
  }
}

.c-mv__mainttl span {
  vertical-align: bottom;
}

.c-mv__mainttl span:not(.c-mv__logo) {
  font-size: 5.8vh;
}

@media only screen and (max-width: 640px) {
  .c-mv__mainttl span:not(.c-mv__logo) {
    font-size: 2.9rem;
    line-height: 1.3;
  }
}

.c-mv__mainttl span.c-mv__logo {
  width: 16vw;
  min-width: 215px;
  display: inline-block;
  position: relative;
  top: 8px;
}

@media only screen and (max-width: 640px) {
  .c-mv__mainttl span.c-mv__logo {
    width: 125px;
    min-width: auto;
    top: 12px;
  }
}

.c-mv__mainttl span.c-mv__logo img {
  width: 100%;
  height: auto;
}

.c-mv__txt {
  font-size: 3.25vh;
  line-height: 1.8;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-animation: fadeIn 0.8s ease-out 2.7s forwards;
          animation: fadeIn 0.8s ease-out 2.7s forwards;
  opacity: 0;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .c-mv__txt {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 22px 0 0;
    text-align: center;
    letter-spacing: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c-slide {
  padding: 50px 0 60px;
}

@media only screen and (max-width: 640px) {
  .c-slide {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 20px 0 30px;
  }
}

.c-slide__ttl {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.95;
  color: #3f1f0c;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 640px) {
  .c-slide__ttl {
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 0 10px;
  }
}

.c-slide__box {
  margin: 40px 0 0;
}

@media only screen and (max-width: 640px) {
  .c-slide__box {
    margin: 20px 0 0;
  }
}

.c-slide__item {
  max-width: 590px;
  margin: 0 10px;
}

@media only screen and (max-width: 640px) {
  .c-slide__item {
    margin: 0 5px;
  }
}

.c-slide__item img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #main .feature .ttl03 {
    margin-bottom: 25px !important;
    font-size: 1.7rem !important;
  }
}

@media only screen and (max-width: 640px) {
  .c-slide {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .c-slide__box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .c-slide__item {
    margin: 0;
    width: calc((100% - 10px)/2);
  }
}

.feature {
  width: 960px;
  margin: 68px auto;
}

@media only screen and (max-width: 640px) {
  .feature {
    width: 100%;
    margin: 30px 0 50px;
  }
}

.feature .feelings {
  margin-bottom: 40px;
  padding: 45px 38px 34px 38px;
  border: 3px #9f9087 solid;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .feature .feelings {
    padding: 10px;
    margin-bottom: 20px;
  }
}

.feature .feelings .box {
  margin: 21px 0 0;
}

.feature .feelings .box::after {
  display: block;
  clear: both;
  content: "";
}

.feature .feelings .txt {
  width: 465px;
  float: left;
}

@media only screen and (max-width: 640px) {
  .feature .feelings .txt {
    margin-bottom: 15px;
    width: auto;
    float: none;
  }
}

.feature .feelings .txt p {
  margin-top: 27px;
  font-weight: 500;
  
}

@media only screen and (max-width: 640px) {
  .feature .feelings .txt p {
    margin-top: 15px;
  }
}

.feature .feelings .txt p:first-child {
  margin-top: 0;
}

.feature .feelings .txt p.notes {
  margin-top: 0 !important;
}

.feature .feelings .num {
  padding: 0 0 0 93px;
  color: #3f1f0c;
  font-size: 1.8em;
  line-height: 31px;
}

@media only screen and (max-width: 640px) {
  .feature .feelings .num {
    padding: 7px 0 0 50px;
    color: #3f1f0c;
    font-size: 1.8em;
  }
}

.feature .feelings .num img {
  position: absolute;
  top: -2px;
  left: -3px;
}

@media only screen and (max-width: 640px) {
  .feature .feelings .num img {
    width: 55px;
    height: auto;
  }
}

.feature .feelings .img {
  width: 390px;
  float: right;
  margin-top: 3px;
}

@media only screen and (max-width: 640px) {
  .feature .feelings .img {
    float: none;
    width: 100%;
  }
}

.feature .feelings .img img {
  width: 100%;
  height: auto;
}

.model {
  width: 960px;
  margin: 0 auto;
}

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

.model .c-block + .c-block {
  margin: 37px 0 0;
}

@media only screen and (max-width: 640px) {
  .model .c-block + .c-block {
    margin: 25px 0 0;
  }
}

.model .c-block__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #3f1f0c;
  font-weight: bold;
  
  border-bottom: 2px solid #3f1f0c;
  padding: 0 0 13px;
}

@media only screen and (max-width: 640px) {
  .model .c-block__ttl {
    font-size: 1.6rem;
    padding: 0 0 8px;
  }
}

.model .c-block__slide {
  margin: 29px 0 0;
}

@media only screen and (max-width: 640px) {
  .model .c-block__slide {
    margin: 15px 0 0;
  }
}

.model .c-block__slideNav {
  margin: 20px 0 0;
  padding: 0 19px 0 14.5px;
}

@media only screen and (max-width: 640px) {
  .model .c-block__slideNav {
    margin: 10px 0 0;
    padding: 0 12px 0 10.5px;
  }
}

.model .c-block__slideNav .prev,
.model .c-block__slideNav .next {
  width: 9px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .model .c-block__slideNav .prev,
  .model .c-block__slideNav .next {
    width: 6px;
    height: 15px;
  }
}

.model .c-block__slideNav .prev {
  left: 0;
}

.model .c-block__slideNav .prev::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 8px 9.5px 0;
  border-color: transparent #3f1f0c transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .model .c-block__slideNav .prev::after {
    border-width: 7.5px 6px 7.5px 0;
  }
}

.model .c-block__slideNav .next {
  right: 0;
}

.model .c-block__slideNav .next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 8px;
  border-color: transparent transparent transparent #3f1f0c;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .model .c-block__slideNav .next::after {
    border-width: 7.5px 0 7.5px 6px;
  }
}

.model .c-block__itemMain img {
  width: 100%;
  height: 456px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 640px) {
  .model .c-block__itemMain img {
    height: 168px;
  }
}

.model .c-block__itemNav {
  margin: 0 4.5px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .model .c-block__itemNav {
    margin: 0 3px;
  }
}

.model .c-block__itemNav:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.model .c-block__itemNav.slick-current::after {
  border-color: #3f1f0c;
}

.model .c-block__itemNav img {
  width: 100%;
  height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 640px) {
  .model .c-block__itemNav img {
    height: 51px;
  }
}

.model .c-block__info {
  margin: 34px 0 0;
}

@media only screen and (max-width: 640px) {
  .model .c-block__info {
    margin: 15px 0 0;
  }
}

.model .c-block__description {
  font-size: 1.4rem;
  line-height: 2;
  color: #111111;
  
}

.model .c-block__detail {
  background: #fff;
  margin: 16px 0 0;
  padding: 15px 20px 11px;
}

@media only screen and (max-width: 640px) {
  .model .c-block__detail {
    margin: 10px 0 0;
    padding: 15px;
  }
}

.model .c-block__txt {
  font-size: 1.4rem;
  line-height: 2;
  color: #111111;
  
}

@media only screen and (max-width: 640px) {
  .model .c-block__txt {
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
  }
}

.model .c-block__txt:not(:first-child) {
  margin: 28px 0 0;
}

@media only screen and (max-width: 640px) {
  .model .c-block__txt:not(:first-child) {
    margin: 14px 0 0;
  }
}

.selectBox .subBox {
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .selectBox .subBox {
    padding: 15px;
  }
}

.selectBox .optionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 14px;
}

.selectBox .optionList__item {
  width: calc(100% / 4);
}

@media only screen and (max-width: 640px) {
  .selectBox .optionList__item {
    width: calc(100% / 2);
  }
}

.selectBox .optionList__item img {
  max-width: 100%;
  height: auto;
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .itemList {
    margin: 0 -5px;
  }
}

.itemList li {
  margin-bottom: 60px;
  width: calc((100% - 66px) / 3);
}

@media only screen and (max-width: 640px) {
  .itemList li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 0 5px;
    width: 50%;
    font-size: 12px;
  }
}

.itemList li:not(:nth-child(3n + 1)) {
  margin-left: 33px;
}

@media only screen and (max-width: 640px) {
  .itemList li:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.itemList li img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.itemList li dl {
  margin: 12px 0 26px;
}

@media only screen and (max-width: 640px) {
  .itemList li dl {
    margin: 10px 0 20px;
  }
}

.itemList li dl dt,
.itemList li dl dd {
  font-size: 14px;
  line-height: 1.5;
}

.itemList li dl dt.size,
.itemList li dl dd.size {
  font-size: 13px;
}

.itemList li dl dt.price,
.itemList li dl dd.price {
  color: #740f05 !important;
  font-weight: bold;
  margin: 0;
}

.itemList li dl dt {
  font-weight: bold;
}

.itemList li a.c-btn {
  width: 100%;
  background-color: #7f100b;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  padding: 18px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
}

@media only screen and (max-width: 640px) {
  .itemList li a.c-btn {
    line-height: 18px;
    padding: 9px 0;
  }
}

.itemList li a.c-btn--none {
  display: none;
}

.imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .imgList {
    display: block;
  }
}

.imgList__img {
  margin-left: 35px;
}

@media only screen and (max-width: 640px) {
  .imgList__img {
    margin: 0 0 10px;
    text-align: center;
  }
}

.imgList__img img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .imgList__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
  }
}

.imgList__text p {
  font-size: 14px;
  line-height: 2;
}

.imgList__text p.notes {
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px !important;
  color: #666;
  line-height: 1.6 !important;
}

@media only screen and (max-width: 640px) {
  .imgList__text p.notes {
    margin-top: 15px;
  }
}

.colorList {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .colorList {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.colorList li {
  margin-right: 2px;
  width: 44px;
  height: 44px;
  background: #ddd;
  border-radius: 100px;
}

@media only screen and (max-width: 640px) {
  .colorList li {
    margin: 0 2px 2px 0;
    width: 22px;
    height: 22px;
  }
}

.colorList li:first-child {
  margin-left: 0;
}

.colorList li.select02-color01 {
  background: #000;
}

.colorList li.select02-color02 {
  background: #3d403d;
}

.colorList li.select02-color03 {
  background: #406e26;
}

.colorList li.select02-color04 {
  background: #0b6133;
}

.colorList li.select02-color05 {
  background: #5cbabe;
}

.colorList li.select02-color06 {
  background: #182630;
}

.colorList li.select02-color07 {
  background: #116cac;
}

.colorList li.select02-color08 {
  background: #bd9ca6;
}

.colorList li.select02-color09 {
  background: #4e333c;
}

.colorList li.select02-color10 {
  background: #d72d44;
}

.colorList li.select02-color11 {
  background: #601f2f;
}

.colorList li.select02-color12 {
  background: #d41915;
}

.colorList li.select02-color13 {
  background: #c44a13;
}

.colorList li.select02-color14 {
  background: #cba421;
}

.colorList li.select02-color15 {
  background: #201d17;
}

.colorList li.select02-color16 {
  background: #895223;
}

.colorList li.select02-color17 {
  background: #474534;
}

.colorList li.select02-color18 {
  background: #e9debf;
}

.colorList li.select02-color19 {
  background: #0f1413;
}

.colorList li.select03-color01 {
  background: #000;
}

.colorList li.select03-color02 {
  background: #3d403d;
}

.colorList li.select03-color03 {
  background: #406e26;
}

.colorList li.select03-color04 {
  background: #0b6133;
}

.colorList li.select03-color05 {
  background: #5cbabe;
}

.colorList li.select03-color06 {
  background: #182630;
}

.colorList li.select03-color07 {
  background: #116cac;
}

.colorList li.select03-color08 {
  background: #bd9ca6;
}

.colorList li.select03-color09 {
  background: #4e333c;
}

.colorList li.select03-color10 {
  background: #d72d44;
}

.colorList li.select03-color11 {
  background: #601f2f;
}

.colorList li.select03-color12 {
  background: #d41915;
}

.colorList li.select03-color13 {
  background: #c44a13;
}

.colorList li.select03-color14 {
  background: #cba421;
}

.colorList li.select03-color15 {
  background: #201d17;
}

.colorList li.select03-color16 {
  background: #895223;
}

.colorList li.select03-color17 {
  background: #474534;
}

.colorList li.select03-color18 {
  background: #e9debf;
}

.colorList li.select03-color19 {
  background: #0f1413;
}

.colorList li.select04-color01 {
  background: linear-gradient(50deg, #bb9753 0%, #dab96e 31%, #f9da88 68%);
}

.colorList li.select04-color02 {
  background: linear-gradient(50deg, #a1a0a0 0%, #c4c2c2 38%, #e7e4e4 74%);
}

.colorList li.select04-color03 {
  background: linear-gradient(45deg, #40403f 12%, #616160 51%, #818181 81%);
}

.colorList li.select05-color01 {
  background: linear-gradient(50deg, #bb9753 0%, #dab96e 31%, #f9da88 68%);
}

.colorList li.select05-color02 {
  background: linear-gradient(50deg, #a1a0a0 0%, #c4c2c2 38%, #e7e4e4 74%);
}

.colorList li.select05-color03 {
  background: linear-gradient(45deg, #40403f 12%, #616160 51%, #818181 81%);
}

.order-flow {
  width: 960px;
  margin: 67px auto 0;
}

@media only screen and (max-width: 640px) {
  .order-flow {
    margin: 50px 0;
  }
}

.order-flow .ttl03 {
  margin-bottom: 8px !important;
}

.order-flow .sub {
  margin: 0 0 52px;
}

@media only screen and (max-width: 640px) {
  .order-flow .sub {
    margin: 0 0 25px;
  }
}

.customize {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .customize {
    width: 100%;
    margin: 50px 0 30px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-content {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  cursor: auto;
}

@media only screen and (max-width: 768px) {
  .mfp-ajax-holder .mfp-content {
    width: 82% !important;
  }
}

.popupBox {
  margin: auto;
  max-width: 1150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .popupBox {
    width: 100%;
    display: block;
  }
}

.popupBox .image {
  width: 50%;
  min-height: 398px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .popupBox .image {
    width: 100%;
    min-height: auto;
    position: inherit;
  }
}

.popupBox .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .popupBox .image img {
    width: 100%;
    height: auto;
    position: inherit;
    top: inherit;
    left: inherit;
    margin-right: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.popupBox .detail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  background: #999;
  width: 50%;
  color: #fff;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .popupBox .detail {
    width: 100%;
    padding: 10px;
  }
}

.popupBox .detail .ttl {
  font-size: 20px;
  font-weight: bold;
}

.popupBox .detail p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.6;
}

.popupBox .detail p:nth-of-type(2) {
  margin-bottom: 15px;
}

.popupBox .detail p:last-child {
  margin-bottom: 0;
}

.popupBox .detail hr {
  margin-bottom: 18px;
  border: none;
  border-top: 1px dashed #ccc;
}

.popupBox .detail hr ~ p {
  margin-bottom: 10px;
  font-size: 12px;
}

.voice {
  width: 960px;
  margin: 67px auto;
}

@media only screen and (max-width: 640px) {
  .voice {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
}

.c-list1__item {
  background: #fff;
  padding: 30px 30px 23px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .c-list1__item {
    padding: 15px 15px;
  }
}

.c-list1__item:last-of-type {
  margin-bottom: 0;
}

.c-list1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .c-list1__heading {
    width: 100%;
  }
}

.c-list1__icon {
  width: 70px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f4f3f0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 7px 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .c-list1__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}

.c-list1__icon img {
  display: block;
  max-height: 100%;
  width: auto;
}

.c-list1__ttl {
  width: calc(100% - 88px);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #3f1f0c;
  font-weight: bold;
  
}

@media only screen and (max-width: 640px) {
  .c-list1__ttl {
    width: 100%;
    font-size: 1.6rem;
    margin: 20px 0 0;
  }
}

.c-list1__info {
  margin: 17px 0 0;
}

@media only screen and (max-width: 640px) {
  .c-list1__info {
    margin: 10px 0 0;
  }
}

.c-list1__txt {
  font-size: 1.4rem;
  line-height: 2;
  color: #111111;
  
}

@media only screen and (max-width: 640px) {
  .c-list1__txt {
    font-size: 1.2rem !important;
  }
}

.other {
  width: 960px;
  margin: 31px auto;
}

@media only screen and (max-width: 640px) {
  .other {
    width: 100%;
    margin: 20px auto;
  }
}

.other .ttl03 {
  margin: 0 0 9px !important;
}

.other .sub {
  margin: 0 0 36px;
}

@media only screen and (max-width: 640px) {
  .other .sub {
    margin: 0 0 18px;
  }
}

.other .banner {
  margin: 9px 0 0;
}

.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-list2__item {
  width: calc((100% - 60px) / 3);
  margin: 0 0 30px 30px;
}

@media only screen and (max-width: 640px) {
  .c-list2__item {
    width: calc((100% - 10px) / 2);
    margin: 0 0 10px 10px;
  }
}

.c-list2__item:nth-child(3n + 1) {
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .c-list2__item:nth-child(3n + 1) {
    margin: 0 0 10px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .c-list2__item:nth-child(2n + 1) {
    margin: 0 0 10px;
  }
}

.c-list2__item a {
  display: block;
  text-decoration: none;
}

.c-list2__item:hover .c-list2__img {
  opacity: 0.7;
}

.c-list2__item:hover .c-list2__ttl {
  text-decoration: underline;
}

.c-list2__img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-list2__img img {
  width: 100%;
  height: auto;
}

.c-list2__info {
  background: url("/img/service/leather-wallet-order/bg.webp") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 25px 10px;
}

@media only screen and (max-width: 640px) {
  .c-list2__info {
    padding: 15px 10px;
  }
}

.c-list2__ttl {
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  color: #fff !important;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .c-list2__ttl {
    font-size: 1.2rem !important;
  }
}

.banner a {
  display: block;
}

.banner a img {
  max-width: 100%;
  height: auto;
}

#price-access {
  margin: 72px 0 0;
}

@media only screen and (max-width: 640px) {
  #price-access {
    margin: 50px 0 0;
  }
}

#contact .contactBox {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
  スライダーカスタマイズ
------------------------------------------------------------*/
.slick-dots {
  bottom: -33px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  background-color: #3f1f0c;
  opacity: 1;
}

.slick-dots li button:before {
  width: 11px;
  height: 11px;
  background-color: #c6bcb6;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

@media only screen and (max-width: 640px) {
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

/*------------------------------------------------------------
  フォーム
------------------------------------------------------------*/
#conts #contact {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#conts #contact .catch {
  text-align: center;
  margin-bottom: 40px;
}

#conts #contact .woodBox01 {
  margin-bottom: 40px;
}

#conts #contact .woodBox01 .inner .telBtn {
  display: none;
}

#conts #contact h3.subTitle {
  margin-bottom: 35px;
  padding: 9px 0;
  background: #ebe8e6;
  color: #3f1f0c;
  font-size: 1.8em;
  text-align: center;
}

#conts #contact .formTable dl dd {
  padding-right: 20px;
}

#conts .formTable p.formLabel {
  margin-bottom: 0;
  padding-right: 50px;
  color: #3f200e;
  font-size: 1em;
  line-height: 1.5;
  display: block;
  position: relative;
}

#conts .formTable p.formLabel .required {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;
}

#conts .formTable dl dd input,
#conts #contact .formTable dl dd select {
  padding: 10px 15px;
  font-size: 16px;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a9a9a9;
}

#conts .formTable dl dd textarea {
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 1.714;
}

#conts .formTable dl dd.name .frame {
  width: auto;
}

#conts .formTable dl dd.name .frame .input input {
  width: 380px;
}

#conts .formTable dl dd .arrow {
  margin-left: 15px;
  padding-left: 20px;
  background-color: transparent;
  border: none;
  position: relative;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

#conts .formTable dl dd .arrow:hover {
  text-decoration: underline;
}

#conts .formTable dl dd .arrow::before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(/img/common/icon/arrow_08.webp) no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
}

#conts #contact .formTable dl dd .rowList li {
  line-height: 2.5;
}

#conts #contact .formTable dl dd input[type="radio"] {
  display: none;
}

#conts #contact .formTable dl dd .rb-label {
  margin-right: 26px;
  padding-left: 40px;
  color: #3b4043;
  font-size: 16px;
  position: relative;
}

#conts #contact .formTable dl dd .rb {
  color: #666666;
}

#conts #contact .formTable dl dd .rb-label:before {
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#conts #contact .formTable dl dd input[type="radio"]:checked + .rb-label:after {
  width: 18px;
  height: 18px;
  background-color: #740f05;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#conts #contact .formTable dl.js-radio-target.is-disable,
#conts #contact .formTable dl.js-radio-target2.is-disable {
  display: none;
}

#conts #contact .formTable dl dd .row {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#conts #contact .formTable dl dd .row:first-of-type {
  margin-top: 0;
}

#conts #contact .formTable dl dd .row .subLabel {
  margin: 0 43px 0 0;
  color: #3f1f0c;
  font-size: 12px;
}

#conts #contact .formTable dl dd .row .input input.datepicker {
  margin: 0 13px 0 0;
  width: 200px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

#conts #contact .formTable dl dd .row .calendar {
  position: relative;
}

#conts #contact .formTable dl dd .row .calendar:before {
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url(/service/semi-order/img/icon_calender.webp);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  content: "";
}

#conts #contact .formTable dl dd select {
  padding: 11px 15px;
}

#conts #contact .formTable p.error {
  margin: 0;
  color: #900;
}

#conts #contact .formTable p.information {
  margin: 20px 0 16px 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
}

#conts #contact .formTable ul.submit {
  width: 440px;
  margin-top: 35px;
  overflow: hidden;
}

#conts #contact .formTable ul.submit li {
  float: left;
  margin: 0 10px;
}

#conts #contact .formTable ul.submit li input:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#conts #contact .formTable .goTop {
  padding-bottom: 25px;
  text-align: center;
}

#conts #contact .formTable .goTop a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  #conts #contact {
    width: auto;
    margin-bottom: 30px;
  }
  #conts #contact {
    padding: 0 10px;
  }
  #conts #contact .woodBox01 {
    margin-bottom: 20px;
  }
  #conts #contact .woodBox01 .inner figure {
    display: none;
  }
  #conts #contact .woodBox01 .inner p {
    margin-bottom: 5px;
    display: block;
    text-align: center;
  }
  #conts #contact .woodBox01 .inner .telBtn {
    display: block;
  }
  #conts #contact .woodBox01 .inner .telBtn a {
    display: block;
  }
  #conts #contact .woodBox01 .inner .telBtn a img {
    width: 100%;
    height: auto;
  }
  #conts #contact h3.subTitle {
    margin-bottom: 15px;
  }
  #conts #contact .formTable dl dd {
    padding-right: 0;
  }
  #conts .formTable p.formLabel .required {
    margin: -10px 0 0 5px;
    right: auto;
  }
  #conts .formTable dl dd input,
  #conts #contact .formTable dl dd select {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  #conts .formTable dl dd textarea {
    font-size: 1.4rem;
  }
  #conts .formTable dl dd.name .frame {
    width: 100%;
  }
  #conts .formTable dl dd.name .frame .input {
    padding-right: 0;
  }
  #conts .formTable dl dd.name .frame .input input {
    width: 100%;
  }
  #conts .formTable dl dd .arrow {
    margin-top: 5px;
    margin-left: 0;
  }
  #conts #contact .formTable dl dd .rowList li {
    line-height: 1.5;
  }
  #conts #contact .formTable dl dd .rowList li:first-of-type {
    margin-bottom: 10px;
  }
  #conts #contact .formTable dl dd input[type="radio"] {
    display: none;
  }
  #conts #contact .formTable dl dd .rb-label {
    margin-right: 0;
    padding-left: 30px;
    font-size: 14px;
  }
  #conts #contact .formTable dl dd .rb {
    padding-left: 30px;
    font-size: 11px;
  }
  #conts #contact .formTable dl dd .rb-label:before {
    width: 20px;
    height: 20px;
  }
  #conts
#contact
.formTable
dl
dd
input[type="radio"]:checked
+ .rb-label:after {
    width: 8px;
    height: 8px;
  }
  #conts #contact .formTable dl dd .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #conts #contact .formTable dl dd .row .subLabel {
    width: 100%;
  }
  #conts #contact .formTable p.information {
    margin-top: 0;
  }
  #conts #contact .formTable ul.submit {
    width: 100%;
    text-align: center;
  }
  #conts #contact .formTable ul.submit li {
    float: none;
  }
  #conts #contact .formTable ul.submit li:first-child {
    margin-bottom: 10px;
  }
}

/*------------------------------------------------------------
  Datepicker
------------------------------------------------------------*/
.ui-widget {
  font-size: 1.6em;
}
/*# sourceMappingURL=leather-cardholder-order.css.map */